Skip to content

Commit 5c180ed

Browse files
fix(RockXGlyphIcon): fix type error (patch)
1 parent 04bc259 commit 5c180ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/icons/staking/RockXGlyphIcon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ export const RockXGlyphIcon = createIcon({
77
displayName: "RockXGlyphIcon",
88
viewBox: "0 0 32 32",
99
defaultProps: {
10+
...commonIconDefaultProps,
1011
width: "32px",
1112
height: "32px",
1213
fillRule: "evenodd",
1314
clipRule: "evenodd",
14-
...commonIconDefaultProps,
1515
},
1616
path: [
1717
<path

0 commit comments

Comments
 (0)