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 a22b0fa commit 74b7aa0Copy full SHA for 74b7aa0
packages/commons/src/icons.ts
@@ -83,6 +83,7 @@ export const AvailableIcons = z.enum([
83
'Plus',
84
'Printer',
85
'SignOut',
86
+ 'Stamp',
87
'Star',
88
'Target',
89
'TextT',
packages/components/src/Icon/all-icons.ts
@@ -91,6 +91,7 @@ export {
91
Users,
92
WarningCircle,
93
Webcam,
94
- X
+ X,
95
+ Stamp
96
} from 'phosphor-react'
97
export * from './custom-icons'
0 commit comments