We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5db9f26 commit d6321c9Copy full SHA for d6321c9
1 file changed
src/icons/Edit/EditIcon.tsx
@@ -7,13 +7,7 @@ export const EditIcon = ({
7
...props
8
}: IconProps): JSX.Element => {
9
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
- >
+ <svg viewBox="0 0 24 24" width={height} height={width} {...props}>
17
<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>
18
</svg>
19
);
0 commit comments