Skip to content

Commit 815bec9

Browse files
committed
add commonIconDefaultProps to RockXGlyphIcon
1 parent cfd1015 commit 815bec9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/icons/staking/RockXGlyphIcon.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import React from "react"
22
import { createIcon } from "@chakra-ui/react"
3+
import { commonIconDefaultProps } from "../utils"
34

45
export const RockXGlyphIcon = createIcon({
56
displayName: "RockXGlyphIcon",
@@ -9,6 +10,7 @@ export const RockXGlyphIcon = createIcon({
910
height: "33px",
1011
fill: "currentColor",
1112
fillOpacity: "0.66",
13+
...commonIconDefaultProps,
1214
},
1315
path: [
1416
<path d="M13.0958 13.8588C11.4265 15.5274 11.4265 18.2329 13.0958 19.9016L24.8278 31.6289C26.4971 33.2976 29.2036 33.2975 30.873 31.6289C32.5423 29.9602 32.5424 27.2547 30.873 25.586L22.1637 16.8802L28.0579 10.9882C29.7273 9.31956 29.7273 6.61413 28.0579 4.94542C26.3886 3.27672 23.6821 3.27674 22.0127 4.94542L13.0958 13.8588Z" />,

0 commit comments

Comments
 (0)