This commit is contained in:
sajjadtalkhabi
2026-05-15 17:12:51 +03:30
parent b8ced45375
commit c82701888a
101 changed files with 8125 additions and 96 deletions
+48
View File
@@ -0,0 +1,48 @@
// AUTO-GENERATED — do not edit by hand.
// Regenerated whenever src/assets/icons/*.svg changes (via scripts/vite-icon-names.js).
export type IconName =
| 'arrow-left'
| 'arrows-clockwise'
| 'attach-file'
| 'bell'
| 'book'
| 'calendar'
| 'caret-down'
| 'caret-left'
| 'caret-right'
| 'chat'
| 'chat-centered-dots'
| 'check'
| 'check-square'
| 'close'
| 'copy'
| 'eye'
| 'eye-slash'
| 'file'
| 'funnel'
| 'heart'
| 'instagram'
| 'link'
| 'list-bullets'
| 'map-pin-simple-area'
| 'menu'
| 'microphone'
| 'mood'
| 'paper-plane'
| 'paper-plane-right'
| 'pencil'
| 'phone'
| 'plus'
| 'scroll'
| 'spinner'
| 'square'
| 'telegram'
| 'trash'
| 'upload'
| 'user'
| 'users'
| 'users-three'
| 'warning'
export const iconNames: readonly IconName[]