Skip to content

Commit f7f50db

Browse files
committed
fix: update EthHomeIcon with React-compatible SVG attributes
1 parent 8026d02 commit f7f50db

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/components/icons/EthHomeIcon.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,37 +10,37 @@ export const EthHomeIcon = createIconBase({
1010
d="M57.5054 181V135.84L1.64064 103.171L57.5054 181Z"
1111
fill="#F0CDC2"
1212
stroke="#1616B4"
13-
stroke-linejoin="round"
13+
strokeLinejoin="round"
1414
/>
1515
<path
1616
d="M57.6906 181V135.84L113.555 103.171L57.6906 181Z"
1717
fill="#C9B3F5"
1818
stroke="#1616B4"
19-
stroke-linejoin="round"
19+
strokeLinejoin="round"
2020
/>
2121
<path
2222
d="M57.5055 124.615V66.9786L1 92.2811L57.5055 124.615Z"
2323
fill="#88AAF1"
2424
stroke="#1616B4"
25-
stroke-linejoin="round"
25+
strokeLinejoin="round"
2626
/>
2727
<path
2828
d="M57.6903 124.615V66.9786L114.196 92.2811L57.6903 124.615Z"
2929
fill="#C9B3F5"
3030
stroke="#1616B4"
31-
stroke-linejoin="round"
31+
strokeLinejoin="round"
3232
/>
3333
<path
3434
d="M1.00006 92.2811L57.5054 1V66.9786L1.00006 92.2811Z"
3535
fill="#F0CDC2"
3636
stroke="#1616B4"
37-
stroke-linejoin="round"
37+
strokeLinejoin="round"
3838
/>
3939
<path
4040
d="M114.196 92.2811L57.6906 1V66.9786L114.196 92.2811Z"
4141
fill="#B8FAF6"
4242
stroke="#1616B4"
43-
stroke-linejoin="round"
43+
strokeLinejoin="round"
4444
/>
4545
</>
4646
),

0 commit comments

Comments
 (0)