Skip to content

Commit ba34674

Browse files
fix: camelcase svg attributes (#592)
1 parent 458be04 commit ba34674

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/icons/experimental/SteeringWheelIcon.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ const SteeringWheelIcon: React.FC<Props> = ({ size = 'medium', color = 'inherit'
1818
xmlns="http://www.w3.org/2000/svg"
1919
>
2020
<path
21-
fill-rule="evenodd"
22-
clip-rule="evenodd"
21+
fillRule="evenodd"
22+
clipRule="evenodd"
2323
d="M12 13C12.5523 13 13 12.5523 13 12C13 11.4477 12.5523 11 12 11C11.4477 11 11 11.4477 11 12C11 12.5523 11.4477 13 12 13ZM12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z"
2424
fill="currentColor"
2525
/>
2626
<path
27-
fill-rule="evenodd"
28-
clip-rule="evenodd"
27+
fillRule="evenodd"
28+
clipRule="evenodd"
2929
d="M12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z"
3030
fill="currentColor"
3131
/>

0 commit comments

Comments
 (0)