Commit 517bc87 1 parent dbbe035 commit 517bc87 Copy full SHA for 517bc87
File tree 1 file changed +4
-4
lines changed
packages/ui-next/src/components/icons/brand
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,21 +13,21 @@ export const ArcadeIcon = memo(
13
13
>
14
14
< path
15
15
d = "M15.8692 15.8536C15.8692 15.6673 15.8674 14.0134 15.8674 14.0305H17.724V15.8536H15.8692Z"
16
- fill = "currentColor "
16
+ className = "fill-current "
17
17
/>
18
18
< path
19
19
d = "M8.59774 15.8536H6.74292C6.74292 15.6673 6.74109 14.0134 6.74109 14.0305H8.59774V15.8536Z"
20
- fill = "currentColor "
20
+ className = "fill-current "
21
21
/>
22
22
< path
23
23
d = "M8.625 9.18763H15.8983V11.0107H8.62683C8.62683 10.8244 8.625 9.17048 8.625 9.18763Z"
24
- fill = "currentColor "
24
+ className = "fill-current "
25
25
/>
26
26
< path
27
27
fill-rule = "evenodd"
28
28
clip-rule = "evenodd"
29
29
d = "M5.32014 4.5H19.2215C19.511 4.5 19.686 4.5 19.9171 4.73058L21.3105 6.10762C21.5417 6.33606 21.5417 6.56664 21.5417 6.79721V17.2028C21.5417 17.4334 21.5417 17.6639 21.3105 17.8924L19.9171 19.2694C19.686 19.5 19.511 19.5 19.2215 19.5H15.8622V17.6767H8.59715L8.59645 19.5H5.32014C5.03066 19.5 4.85568 19.5 4.62453 19.2694L3.23115 17.8924C3 17.6618 3 17.4334 3 17.2028V6.79721C3 6.56664 3 6.3382 3.23115 6.10762L4.62453 4.73058C4.85568 4.5 5.03066 4.5 5.32014 4.5ZM19.686 6.56664C19.686 6.56664 19.686 6.33606 19.4548 6.33606H5.08899C4.85784 6.33606 4.85784 6.56664 4.85784 6.56664V17.4334C4.85784 17.4334 4.85784 17.6639 5.08899 17.6639H8.59593C8.59611 17.5103 8.59774 16.0293 8.59774 15.8536H15.8692V17.6639H19.4548C19.686 17.6639 19.686 17.4334 19.686 17.4334V6.56664Z"
30
- fill = "currentColor "
30
+ className = "fill-current "
31
31
/>
32
32
</ svg >
33
33
) ,
You can’t perform that action at this time.
0 commit comments