Skip to content

Commit

Permalink
fix: Stroke width prop warning (#3200)
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr authored and RODO94 committed Jun 4, 2024
1 parent ff9772c commit 4fcd6d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor.planx.uk/src/ui/icons/Editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default function EditorIcon(props: SvgIconProps) {
>
<polygon
points="15.54 13.6 15.41 13.6 15.41 10.67 15.41 10.4 15.41 9.34 10.8 9.34 10.8 6.41 15.3 6.41 15.3 1.11 10.8 1.11 9.47 1.11 4.7 1.11 4.7 6.41 9.47 6.41 9.47 9.34 4.59 9.34 4.59 10.4 4.59 10.67 4.59 13.6 4.46 13.6 2.07 13.6 2.07 18.91 4.59 18.91 5.92 18.91 8.44 18.91 8.44 13.6 6.05 13.6 5.92 13.6 5.92 10.67 14.08 10.67 14.08 13.6 13.95 13.6 11.56 13.6 11.56 18.91 14.08 18.91 15.41 18.91 17.93 18.91 17.93 13.6 15.54 13.6"
stroke-width="0"
strokeWidth="0"
/>
</SvgIcon>
);
Expand Down

0 comments on commit 4fcd6d5

Please sign in to comment.