fix: dashboard

This commit is contained in:
sajjadtalkhabi
2026-06-27 15:45:07 +03:30
parent a4432a30cb
commit 2c617258f4
12 changed files with 727 additions and 41 deletions
+6
View File
@@ -8,6 +8,7 @@ export type IconName =
| 'bell'
| 'book'
| 'calendar'
| 'card-corner-arrow'
| 'caret-down'
| 'caret-left'
| 'caret-right'
@@ -15,6 +16,7 @@ export type IconName =
| 'chat-centered-dots'
| 'check'
| 'check-square'
| 'clock'
| 'close'
| 'copy'
| 'eye'
@@ -33,16 +35,20 @@ export type IconName =
| 'paper-plane-right'
| 'pencil'
| 'phone'
| 'play'
| 'plus'
| 'scroll'
| 'shopping-bag'
| 'spinner'
| 'square'
| 'telegram'
| 'trash'
| 'upload'
| 'user'
| 'user-sound'
| 'users'
| 'users-three'
| 'video'
| 'warning'
export const iconNames: readonly IconName[]