Skip to content

Commit 898894c

Browse files
authored
Change props to camelCase
1 parent 6041e07 commit 898894c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/Icons/ArrowsLeftRight.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ const SvgArrowsLeftRight = (props) => (
88
xmlns="http://www.w3.org/2000/svg"
99
{...props}>
1010
<g
11-
clip-path="url(#a)"
11+
clipPath="url(#a)"
1212
stroke="currentColor"
13-
stroke-linecap="round"
14-
stroke-linejoin="round"
15-
stroke-width="2">
13+
strokeLinecap="round"
14+
strokeLinejoin="round"
15+
strokeWidth="2">
1616
<path
1717
d="m22 18 4 4-4 4"
1818
/>

0 commit comments

Comments
 (0)