We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5543373 commit 84464b2Copy full SHA for 84464b2
src/components/icons/quiz/TrophyIcon.tsx
@@ -1,9 +1,11 @@
1
import { createIconBase } from "../icon-base"
2
+import { commonIconDefaultProps } from "../utils"
3
4
export const TrophyIcon = createIconBase({
5
displayName: "TrophyIcon",
6
viewBox: "0 0 28 28",
7
className: "h-auto w-7",
8
+ ...commonIconDefaultProps,
9
children: (
10
<>
11
<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