Skip to content

Commit 74b7aa0

Browse files
author
Nil20
committed
chore: add stamp icon
1 parent a22b0fa commit 74b7aa0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packages/commons/src/icons.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ export const AvailableIcons = z.enum([
8383
'Plus',
8484
'Printer',
8585
'SignOut',
86+
'Stamp',
8687
'Star',
8788
'Target',
8889
'TextT',

packages/components/src/Icon/all-icons.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ export {
9191
Users,
9292
WarningCircle,
9393
Webcam,
94-
X
94+
X,
95+
Stamp
9596
} from 'phosphor-react'
9697
export * from './custom-icons'

0 commit comments

Comments
 (0)