Skip to content

Commit d6321c9

Browse files
committed
feat: update icon
Signed-off-by: amitamrutiya <amitamrutiya2210@gmail.com>
1 parent 5db9f26 commit d6321c9

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

src/icons/Edit/EditIcon.tsx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,7 @@ export const EditIcon = ({
77
...props
88
}: IconProps): JSX.Element => {
99
return (
10-
<svg
11-
xmlns="http://www.w3.org/2000/svg"
12-
viewBox="0 -960 960 960"
13-
width={width}
14-
height={height}
15-
{...props}
16-
>
10+
<svg viewBox="0 0 24 24" width={height} height={width} {...props}>
1711
<path d="M3 17.25V21h3.75L17.81 9.94l-3.75-3.75zM20.71 7.04c.39-.39.39-1.02 0-1.41l-2.34-2.34a.996.996 0 0 0-1.41 0l-1.83 1.83 3.75 3.75z"></path>
1812
</svg>
1913
);

0 commit comments

Comments
 (0)