Skip to content

Commit 84464b2

Browse files
committed
fix interal color for the trophy icon
1 parent 5543373 commit 84464b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/icons/quiz/TrophyIcon.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
import { createIconBase } from "../icon-base"
2+
import { commonIconDefaultProps } from "../utils"
23

34
export const TrophyIcon = createIconBase({
45
displayName: "TrophyIcon",
56
viewBox: "0 0 28 28",
67
className: "h-auto w-7",
8+
...commonIconDefaultProps,
79
children: (
810
<>
911
<path d="M19.23 27.07C19.7101 27.07 20.0996 26.6804 20.0996 26.2004C20.0996 25.7204 19.7101 25.3308 19.23 25.3308H8.79502C8.31501 25.3308 7.92543 25.7204 7.92543 26.2004C7.92543 26.6804 8.31501 27.07 8.79502 27.07H19.23Z" />

0 commit comments

Comments
 (0)