File tree Expand file tree Collapse file tree 2 files changed +5
-11
lines changed
src/components/icons/staking Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ import { createIconBase } from "../icon-base"
3
3
export const FigmentGlyphIcon = createIconBase ( {
4
4
displayName : "FigmentGlyphIcon" ,
5
5
viewBox : "0 0 32 32" ,
6
- className : "size-[1em] bg-black " ,
6
+ className : "size-[1em]" ,
7
7
fill : "none" ,
8
8
children : (
9
9
< >
10
- < rect width = "32" height = "32" fill = "currentColor" fillOpacity = "0.2 " />
10
+ < rect width = "32" height = "32" fill = "black " />
11
11
< path
12
12
fillRule = "evenodd"
13
13
clipRule = "evenodd"
Original file line number Diff line number Diff line change @@ -5,23 +5,17 @@ import { createIconBase } from "../icon-base"
5
5
export const RockXGlyphIcon = createIconBase ( {
6
6
displayName : "RockXGlyphIcon" ,
7
7
viewBox : "0 0 32 32" ,
8
- className : "size-[1em] bg-black p-2 dark:bg-background-highlight " ,
8
+ className : "size-[1em]" ,
9
9
...commonIconDefaultAttrs ,
10
10
children : (
11
11
< >
12
12
< path
13
13
d = "M19.0337 19.0337C20.7092 17.3583 20.7092 14.6417 19.0337 12.9663L7.32408 1.25661C5.64859 -0.41888 2.93207 -0.418859 1.25661 1.25661C-0.418859 2.93207 -0.41888 5.64859 1.25661 7.32408L9.93253 16L4.09187 21.8406C2.41641 23.5161 2.41639 26.2326 4.09187 27.9081C5.76736 29.5836 8.48388 29.5836 10.1593 27.9081L19.0337 19.0337Z"
14
- fill = "#F0F0F0"
14
+ opacity = { 0.6 }
15
15
/>
16
-
17
16
< path
18
17
d = "M12.9675 12.9662C11.2921 14.6417 11.2921 17.3582 12.9675 19.0337L24.6772 30.7433C26.3527 32.4188 29.0692 32.4188 30.7447 30.7433C32.4201 29.0679 32.4202 26.3513 30.7447 24.6759L22.0688 15.9999L27.9094 10.1593C29.5849 8.48382 29.5849 5.7673 27.9094 4.09181C26.2339 2.41633 23.5174 2.41635 21.8419 4.09181L12.9675 12.9662Z"
19
- fill = "#FFFFFF"
20
- />
21
-
22
- < path
23
- d = "M19.035 12.9664C20.7105 14.6418 20.7105 17.3584 19.035 19.0338L16.0013 22.0676L12.9675 19.0338C11.2921 17.3583 11.2921 14.6418 12.9675 12.9664L16.0013 9.93262L19.035 12.9664Z"
24
- fill = "#E0E0E0"
18
+ opacity = { 0.8 }
25
19
/>
26
20
</ >
27
21
) ,
You can’t perform that action at this time.
0 commit comments