@true-tech-team/react-components 0.0.1 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (225) hide show
  1. package/README.md +103 -1
  2. package/index.css +1 -1
  3. package/index.d.ts +2 -2
  4. package/index.js +1 -1
  5. package/index.mjs +4781 -3409
  6. package/lib/components/buttons/Button/Button.d.ts +1 -1
  7. package/lib/components/buttons/IconButton/IconButton.d.ts +1 -1
  8. package/lib/components/display/Avatar/Avatar.d.ts +58 -0
  9. package/lib/components/display/Avatar/index.d.ts +2 -0
  10. package/lib/components/display/Badge/Badge.d.ts +48 -0
  11. package/lib/components/display/Badge/index.d.ts +3 -0
  12. package/lib/components/display/Chip/Chip.d.ts +61 -0
  13. package/lib/components/display/Chip/index.d.ts +3 -0
  14. package/lib/components/display/CircularProgress/CircularProgress.d.ts +65 -0
  15. package/lib/components/display/CircularProgress/index.d.ts +3 -0
  16. package/lib/components/display/Icon/Icon.d.ts +1 -1
  17. package/lib/components/display/Icon/icons/Account.d.ts +3 -0
  18. package/lib/components/display/Icon/icons/Activity.d.ts +3 -0
  19. package/lib/components/display/Icon/icons/AlignCenter.d.ts +3 -0
  20. package/lib/components/display/Icon/icons/AlignJustify.d.ts +3 -0
  21. package/lib/components/display/Icon/icons/AlignLeft.d.ts +3 -0
  22. package/lib/components/display/Icon/icons/AlignRight.d.ts +3 -0
  23. package/lib/components/display/Icon/icons/ArrowDown.d.ts +3 -0
  24. package/lib/components/display/Icon/icons/ArrowDownLeft.d.ts +3 -0
  25. package/lib/components/display/Icon/icons/ArrowDownRight.d.ts +3 -0
  26. package/lib/components/display/Icon/icons/ArrowLeft.d.ts +3 -0
  27. package/lib/components/display/Icon/icons/ArrowRight.d.ts +3 -0
  28. package/lib/components/display/Icon/icons/ArrowUp.d.ts +3 -0
  29. package/lib/components/display/Icon/icons/ArrowUpLeft.d.ts +3 -0
  30. package/lib/components/display/Icon/icons/ArrowUpRight.d.ts +3 -0
  31. package/lib/components/display/Icon/icons/AtSign.d.ts +3 -0
  32. package/lib/components/display/Icon/icons/BarChart2.d.ts +3 -0
  33. package/lib/components/display/Icon/icons/Battery.d.ts +3 -0
  34. package/lib/components/display/Icon/icons/BatteryCharging.d.ts +3 -0
  35. package/lib/components/display/Icon/icons/Bell.d.ts +3 -0
  36. package/lib/components/display/Icon/icons/BellOff.d.ts +3 -0
  37. package/lib/components/display/Icon/icons/Bluetooth.d.ts +3 -0
  38. package/lib/components/display/Icon/icons/Bold.d.ts +3 -0
  39. package/lib/components/display/Icon/icons/Bookmark.d.ts +3 -0
  40. package/lib/components/display/Icon/icons/BookmarkPlus.d.ts +3 -0
  41. package/lib/components/display/Icon/icons/Building.d.ts +3 -0
  42. package/lib/components/display/Icon/icons/Calendar.d.ts +3 -0
  43. package/lib/components/display/Icon/icons/Camera.d.ts +3 -0
  44. package/lib/components/display/Icon/icons/ChartBar.d.ts +3 -0
  45. package/lib/components/display/Icon/icons/ChartLine.d.ts +3 -0
  46. package/lib/components/display/Icon/icons/Check.d.ts +3 -0
  47. package/lib/components/display/Icon/icons/ChevronDown.d.ts +3 -0
  48. package/lib/components/display/Icon/icons/ChevronLeft.d.ts +3 -0
  49. package/lib/components/display/Icon/icons/ChevronRight.d.ts +3 -0
  50. package/lib/components/display/Icon/icons/ChevronUp.d.ts +3 -0
  51. package/lib/components/display/Icon/icons/Clock.d.ts +3 -0
  52. package/lib/components/display/Icon/icons/Close.d.ts +3 -0
  53. package/lib/components/display/Icon/icons/Cloud.d.ts +3 -0
  54. package/lib/components/display/Icon/icons/CloudDownload.d.ts +3 -0
  55. package/lib/components/display/Icon/icons/CloudOff.d.ts +3 -0
  56. package/lib/components/display/Icon/icons/CloudUpload.d.ts +3 -0
  57. package/lib/components/display/Icon/icons/Code.d.ts +3 -0
  58. package/lib/components/display/Icon/icons/Compass.d.ts +3 -0
  59. package/lib/components/display/Icon/icons/Copy.d.ts +3 -0
  60. package/lib/components/display/Icon/icons/CornerDownLeft.d.ts +3 -0
  61. package/lib/components/display/Icon/icons/CornerDownRight.d.ts +3 -0
  62. package/lib/components/display/Icon/icons/CornerUpLeft.d.ts +3 -0
  63. package/lib/components/display/Icon/icons/CornerUpRight.d.ts +3 -0
  64. package/lib/components/display/Icon/icons/Cpu.d.ts +3 -0
  65. package/lib/components/display/Icon/icons/CreditCard.d.ts +3 -0
  66. package/lib/components/display/Icon/icons/Crosshair.d.ts +3 -0
  67. package/lib/components/display/Icon/icons/Database.d.ts +3 -0
  68. package/lib/components/display/Icon/icons/Delete.d.ts +3 -0
  69. package/lib/components/display/Icon/icons/Dollar.d.ts +3 -0
  70. package/lib/components/display/Icon/icons/Download.d.ts +3 -0
  71. package/lib/components/display/Icon/icons/Edit.d.ts +3 -0
  72. package/lib/components/display/Icon/icons/Error.d.ts +3 -0
  73. package/lib/components/display/Icon/icons/ExternalLink.d.ts +3 -0
  74. package/lib/components/display/Icon/icons/Eye.d.ts +3 -0
  75. package/lib/components/display/Icon/icons/EyeOff.d.ts +3 -0
  76. package/lib/components/display/Icon/icons/File.d.ts +3 -0
  77. package/lib/components/display/Icon/icons/FileCheck.d.ts +3 -0
  78. package/lib/components/display/Icon/icons/FileMinus.d.ts +3 -0
  79. package/lib/components/display/Icon/icons/FilePlus.d.ts +3 -0
  80. package/lib/components/display/Icon/icons/FileText.d.ts +3 -0
  81. package/lib/components/display/Icon/icons/Filter.d.ts +3 -0
  82. package/lib/components/display/Icon/icons/Folder.d.ts +3 -0
  83. package/lib/components/display/Icon/icons/FolderMinus.d.ts +3 -0
  84. package/lib/components/display/Icon/icons/FolderOpen.d.ts +3 -0
  85. package/lib/components/display/Icon/icons/FolderPlus.d.ts +3 -0
  86. package/lib/components/display/Icon/icons/Gift.d.ts +3 -0
  87. package/lib/components/display/Icon/icons/Globe.d.ts +3 -0
  88. package/lib/components/display/Icon/icons/Grid.d.ts +3 -0
  89. package/lib/components/display/Icon/icons/HardDrive.d.ts +3 -0
  90. package/lib/components/display/Icon/icons/Hash.d.ts +3 -0
  91. package/lib/components/display/Icon/icons/Heart.d.ts +3 -0
  92. package/lib/components/display/Icon/icons/Help.d.ts +3 -0
  93. package/lib/components/display/Icon/icons/Home.d.ts +3 -0
  94. package/lib/components/display/Icon/icons/Hourglass.d.ts +3 -0
  95. package/lib/components/display/Icon/icons/Image.d.ts +3 -0
  96. package/lib/components/display/Icon/icons/Inbox.d.ts +3 -0
  97. package/lib/components/display/Icon/icons/Info.d.ts +3 -0
  98. package/lib/components/display/Icon/icons/Italic.d.ts +3 -0
  99. package/lib/components/display/Icon/icons/Key.d.ts +3 -0
  100. package/lib/components/display/Icon/icons/Laptop.d.ts +3 -0
  101. package/lib/components/display/Icon/icons/Link.d.ts +3 -0
  102. package/lib/components/display/Icon/icons/Link2.d.ts +3 -0
  103. package/lib/components/display/Icon/icons/List.d.ts +3 -0
  104. package/lib/components/display/Icon/icons/ListOrdered.d.ts +3 -0
  105. package/lib/components/display/Icon/icons/ListUnordered.d.ts +3 -0
  106. package/lib/components/display/Icon/icons/Lock.d.ts +3 -0
  107. package/lib/components/display/Icon/icons/Logout.d.ts +3 -0
  108. package/lib/components/display/Icon/icons/Mail.d.ts +3 -0
  109. package/lib/components/display/Icon/icons/MailOpen.d.ts +3 -0
  110. package/lib/components/display/Icon/icons/Map.d.ts +3 -0
  111. package/lib/components/display/Icon/icons/MapPin.d.ts +3 -0
  112. package/lib/components/display/Icon/icons/Maximize.d.ts +3 -0
  113. package/lib/components/display/Icon/icons/Menu.d.ts +3 -0
  114. package/lib/components/display/Icon/icons/MessageCircle.d.ts +3 -0
  115. package/lib/components/display/Icon/icons/MessageSquare.d.ts +3 -0
  116. package/lib/components/display/Icon/icons/Messages.d.ts +3 -0
  117. package/lib/components/display/Icon/icons/Mic.d.ts +3 -0
  118. package/lib/components/display/Icon/icons/MicOff.d.ts +3 -0
  119. package/lib/components/display/Icon/icons/Minimize.d.ts +3 -0
  120. package/lib/components/display/Icon/icons/Minus.d.ts +3 -0
  121. package/lib/components/display/Icon/icons/Monitor.d.ts +3 -0
  122. package/lib/components/display/Icon/icons/Music.d.ts +3 -0
  123. package/lib/components/display/Icon/icons/Navigation.d.ts +3 -0
  124. package/lib/components/display/Icon/icons/Navigation2.d.ts +3 -0
  125. package/lib/components/display/Icon/icons/Outbox.d.ts +3 -0
  126. package/lib/components/display/Icon/icons/Paperclip.d.ts +3 -0
  127. package/lib/components/display/Icon/icons/Pause.d.ts +3 -0
  128. package/lib/components/display/Icon/icons/Percent.d.ts +3 -0
  129. package/lib/components/display/Icon/icons/PercentCircle.d.ts +3 -0
  130. package/lib/components/display/Icon/icons/Phone.d.ts +3 -0
  131. package/lib/components/display/Icon/icons/PhoneCall.d.ts +3 -0
  132. package/lib/components/display/Icon/icons/PhoneIncoming.d.ts +3 -0
  133. package/lib/components/display/Icon/icons/PhoneMissed.d.ts +3 -0
  134. package/lib/components/display/Icon/icons/PhoneOutgoing.d.ts +3 -0
  135. package/lib/components/display/Icon/icons/PieChart.d.ts +3 -0
  136. package/lib/components/display/Icon/icons/Play.d.ts +3 -0
  137. package/lib/components/display/Icon/icons/Plus.d.ts +3 -0
  138. package/lib/components/display/Icon/icons/Power.d.ts +3 -0
  139. package/lib/components/display/Icon/icons/Preferences.d.ts +3 -0
  140. package/lib/components/display/Icon/icons/Printer.d.ts +3 -0
  141. package/lib/components/display/Icon/icons/Profile.d.ts +3 -0
  142. package/lib/components/display/Icon/icons/Redo.d.ts +3 -0
  143. package/lib/components/display/Icon/icons/Refresh.d.ts +3 -0
  144. package/lib/components/display/Icon/icons/Repeat.d.ts +3 -0
  145. package/lib/components/display/Icon/icons/RotateCcw.d.ts +3 -0
  146. package/lib/components/display/Icon/icons/RotateCw.d.ts +3 -0
  147. package/lib/components/display/Icon/icons/Route.d.ts +3 -0
  148. package/lib/components/display/Icon/icons/Rss.d.ts +3 -0
  149. package/lib/components/display/Icon/icons/Save.d.ts +3 -0
  150. package/lib/components/display/Icon/icons/Search.d.ts +3 -0
  151. package/lib/components/display/Icon/icons/Send.d.ts +3 -0
  152. package/lib/components/display/Icon/icons/Server.d.ts +3 -0
  153. package/lib/components/display/Icon/icons/Settings.d.ts +3 -0
  154. package/lib/components/display/Icon/icons/Share.d.ts +3 -0
  155. package/lib/components/display/Icon/icons/Share2.d.ts +3 -0
  156. package/lib/components/display/Icon/icons/Shield.d.ts +3 -0
  157. package/lib/components/display/Icon/icons/ShieldAlert.d.ts +3 -0
  158. package/lib/components/display/Icon/icons/ShieldCheck.d.ts +3 -0
  159. package/lib/components/display/Icon/icons/ShieldOff.d.ts +3 -0
  160. package/lib/components/display/Icon/icons/ShoppingBag.d.ts +3 -0
  161. package/lib/components/display/Icon/icons/ShoppingCart.d.ts +3 -0
  162. package/lib/components/display/Icon/icons/Shuffle.d.ts +3 -0
  163. package/lib/components/display/Icon/icons/SkipBack.d.ts +3 -0
  164. package/lib/components/display/Icon/icons/SkipForward.d.ts +3 -0
  165. package/lib/components/display/Icon/icons/Smartphone.d.ts +3 -0
  166. package/lib/components/display/Icon/icons/Star.d.ts +3 -0
  167. package/lib/components/display/Icon/icons/Stop.d.ts +3 -0
  168. package/lib/components/display/Icon/icons/Stopwatch.d.ts +3 -0
  169. package/lib/components/display/Icon/icons/Sunrise.d.ts +3 -0
  170. package/lib/components/display/Icon/icons/Sunset.d.ts +3 -0
  171. package/lib/components/display/Icon/icons/Tablet.d.ts +3 -0
  172. package/lib/components/display/Icon/icons/Tag.d.ts +3 -0
  173. package/lib/components/display/Icon/icons/Target.d.ts +3 -0
  174. package/lib/components/display/Icon/icons/Terminal.d.ts +3 -0
  175. package/lib/components/display/Icon/icons/ThumbsUp.d.ts +3 -0
  176. package/lib/components/display/Icon/icons/TrendingDown.d.ts +3 -0
  177. package/lib/components/display/Icon/icons/TrendingUp.d.ts +3 -0
  178. package/lib/components/display/Icon/icons/Type.d.ts +3 -0
  179. package/lib/components/display/Icon/icons/Underline.d.ts +3 -0
  180. package/lib/components/display/Icon/icons/Undo.d.ts +3 -0
  181. package/lib/components/display/Icon/icons/Unlink.d.ts +3 -0
  182. package/lib/components/display/Icon/icons/Unlock.d.ts +3 -0
  183. package/lib/components/display/Icon/icons/Upload.d.ts +3 -0
  184. package/lib/components/display/Icon/icons/User.d.ts +3 -0
  185. package/lib/components/display/Icon/icons/UserCheck.d.ts +3 -0
  186. package/lib/components/display/Icon/icons/UserMinus.d.ts +3 -0
  187. package/lib/components/display/Icon/icons/UserPlus.d.ts +3 -0
  188. package/lib/components/display/Icon/icons/UserX.d.ts +3 -0
  189. package/lib/components/display/Icon/icons/Users.d.ts +3 -0
  190. package/lib/components/display/Icon/icons/Video.d.ts +3 -0
  191. package/lib/components/display/Icon/icons/Volume.d.ts +3 -0
  192. package/lib/components/display/Icon/icons/Volume1.d.ts +3 -0
  193. package/lib/components/display/Icon/icons/Volume2.d.ts +3 -0
  194. package/lib/components/display/Icon/icons/VolumeX.d.ts +3 -0
  195. package/lib/components/display/Icon/icons/Warning.d.ts +3 -0
  196. package/lib/components/display/Icon/icons/Watch.d.ts +3 -0
  197. package/lib/components/display/Icon/icons/Wifi.d.ts +3 -0
  198. package/lib/components/display/Icon/icons/WifiOff.d.ts +3 -0
  199. package/lib/components/display/Icon/icons/Zap.d.ts +3 -0
  200. package/lib/components/display/Icon/icons/index.d.ts +379 -0
  201. package/lib/components/display/KPI/KPI.d.ts +85 -0
  202. package/lib/components/display/KPI/index.d.ts +3 -0
  203. package/lib/components/display/Pill/Pill.d.ts +83 -0
  204. package/lib/components/display/Pill/index.d.ts +2 -0
  205. package/lib/components/display/ProgressBar/ProgressBar.d.ts +70 -0
  206. package/lib/components/display/ProgressBar/index.d.ts +3 -0
  207. package/lib/components/display/Skeleton/Skeleton.d.ts +51 -0
  208. package/lib/components/display/Skeleton/index.d.ts +3 -0
  209. package/lib/components/display/StatusIndicator/StatusIndicator.d.ts +56 -0
  210. package/lib/components/display/StatusIndicator/index.d.ts +2 -0
  211. package/lib/components/display/Tag/Tag.d.ts +60 -0
  212. package/lib/components/display/Tag/index.d.ts +2 -0
  213. package/lib/components/display/index.d.ts +10 -0
  214. package/lib/components/index.d.ts +21 -1
  215. package/lib/components/inputs/Autocomplete/Autocomplete.d.ts +1 -1
  216. package/lib/components/inputs/Checkbox/Checkbox.d.ts +1 -1
  217. package/lib/components/inputs/DatePicker/DatePicker.d.ts +1 -1
  218. package/lib/components/inputs/Input/Input.d.ts +1 -1
  219. package/lib/components/inputs/Radio/Radio.d.ts +1 -1
  220. package/lib/components/inputs/Rating/Rating.d.ts +1 -1
  221. package/lib/components/inputs/Select/Select.d.ts +1 -1
  222. package/lib/components/overlays/Dropdown/Dropdown.d.ts +1 -1
  223. package/lib/components/overlays/Menu/MenuItem.d.ts +1 -1
  224. package/package.json +1 -1
  225. package/lib/assets/icons/index.d.ts +0 -105
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Volume2: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Volume2;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const VolumeX: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default VolumeX;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Warning: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Warning;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Watch: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Watch;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Wifi: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Wifi;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const WifiOff: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default WifiOff;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Zap: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Zap;
@@ -0,0 +1,379 @@
1
+ import { default as Account } from './Account';
2
+ import { default as Activity } from './Activity';
3
+ import { default as AlignCenter } from './AlignCenter';
4
+ import { default as AlignJustify } from './AlignJustify';
5
+ import { default as AlignLeft } from './AlignLeft';
6
+ import { default as AlignRight } from './AlignRight';
7
+ import { default as ArrowDown } from './ArrowDown';
8
+ import { default as ArrowDownLeft } from './ArrowDownLeft';
9
+ import { default as ArrowDownRight } from './ArrowDownRight';
10
+ import { default as ArrowLeft } from './ArrowLeft';
11
+ import { default as ArrowRight } from './ArrowRight';
12
+ import { default as ArrowUp } from './ArrowUp';
13
+ import { default as ArrowUpLeft } from './ArrowUpLeft';
14
+ import { default as ArrowUpRight } from './ArrowUpRight';
15
+ import { default as AtSign } from './AtSign';
16
+ import { default as BarChart2 } from './BarChart2';
17
+ import { default as Battery } from './Battery';
18
+ import { default as BatteryCharging } from './BatteryCharging';
19
+ import { default as Bell } from './Bell';
20
+ import { default as BellOff } from './BellOff';
21
+ import { default as Bluetooth } from './Bluetooth';
22
+ import { default as Bold } from './Bold';
23
+ import { default as Bookmark } from './Bookmark';
24
+ import { default as BookmarkPlus } from './BookmarkPlus';
25
+ import { default as Building } from './Building';
26
+ import { default as Calendar } from './Calendar';
27
+ import { default as Camera } from './Camera';
28
+ import { default as ChartBar } from './ChartBar';
29
+ import { default as ChartLine } from './ChartLine';
30
+ import { default as Check } from './Check';
31
+ import { default as ChevronDown } from './ChevronDown';
32
+ import { default as ChevronLeft } from './ChevronLeft';
33
+ import { default as ChevronRight } from './ChevronRight';
34
+ import { default as ChevronUp } from './ChevronUp';
35
+ import { default as Clock } from './Clock';
36
+ import { default as Close } from './Close';
37
+ import { default as Cloud } from './Cloud';
38
+ import { default as CloudDownload } from './CloudDownload';
39
+ import { default as CloudOff } from './CloudOff';
40
+ import { default as CloudUpload } from './CloudUpload';
41
+ import { default as Code } from './Code';
42
+ import { default as Compass } from './Compass';
43
+ import { default as Copy } from './Copy';
44
+ import { default as CornerDownLeft } from './CornerDownLeft';
45
+ import { default as CornerDownRight } from './CornerDownRight';
46
+ import { default as CornerUpLeft } from './CornerUpLeft';
47
+ import { default as CornerUpRight } from './CornerUpRight';
48
+ import { default as Cpu } from './Cpu';
49
+ import { default as CreditCard } from './CreditCard';
50
+ import { default as Crosshair } from './Crosshair';
51
+ import { default as Database } from './Database';
52
+ import { default as Delete } from './Delete';
53
+ import { default as Dollar } from './Dollar';
54
+ import { default as Download } from './Download';
55
+ import { default as Edit } from './Edit';
56
+ import { default as Error } from './Error';
57
+ import { default as ExternalLink } from './ExternalLink';
58
+ import { default as Eye } from './Eye';
59
+ import { default as EyeOff } from './EyeOff';
60
+ import { default as File } from './File';
61
+ import { default as FileCheck } from './FileCheck';
62
+ import { default as FileMinus } from './FileMinus';
63
+ import { default as FilePlus } from './FilePlus';
64
+ import { default as FileText } from './FileText';
65
+ import { default as Filter } from './Filter';
66
+ import { default as Folder } from './Folder';
67
+ import { default as FolderMinus } from './FolderMinus';
68
+ import { default as FolderOpen } from './FolderOpen';
69
+ import { default as FolderPlus } from './FolderPlus';
70
+ import { default as Gift } from './Gift';
71
+ import { default as Globe } from './Globe';
72
+ import { default as Grid } from './Grid';
73
+ import { default as HardDrive } from './HardDrive';
74
+ import { default as Hash } from './Hash';
75
+ import { default as Heart } from './Heart';
76
+ import { default as Help } from './Help';
77
+ import { default as Home } from './Home';
78
+ import { default as Hourglass } from './Hourglass';
79
+ import { default as Image } from './Image';
80
+ import { default as Inbox } from './Inbox';
81
+ import { default as Info } from './Info';
82
+ import { default as Italic } from './Italic';
83
+ import { default as Key } from './Key';
84
+ import { default as Laptop } from './Laptop';
85
+ import { default as Link } from './Link';
86
+ import { default as Link2 } from './Link2';
87
+ import { default as List } from './List';
88
+ import { default as ListOrdered } from './ListOrdered';
89
+ import { default as ListUnordered } from './ListUnordered';
90
+ import { default as Lock } from './Lock';
91
+ import { default as Logout } from './Logout';
92
+ import { default as Mail } from './Mail';
93
+ import { default as MailOpen } from './MailOpen';
94
+ import { default as Map } from './Map';
95
+ import { default as MapPin } from './MapPin';
96
+ import { default as Maximize } from './Maximize';
97
+ import { default as Menu } from './Menu';
98
+ import { default as MessageCircle } from './MessageCircle';
99
+ import { default as Messages } from './Messages';
100
+ import { default as MessageSquare } from './MessageSquare';
101
+ import { default as Mic } from './Mic';
102
+ import { default as MicOff } from './MicOff';
103
+ import { default as Minimize } from './Minimize';
104
+ import { default as Minus } from './Minus';
105
+ import { default as Monitor } from './Monitor';
106
+ import { default as Music } from './Music';
107
+ import { default as Navigation } from './Navigation';
108
+ import { default as Navigation2 } from './Navigation2';
109
+ import { default as Outbox } from './Outbox';
110
+ import { default as Paperclip } from './Paperclip';
111
+ import { default as Pause } from './Pause';
112
+ import { default as Percent } from './Percent';
113
+ import { default as PercentCircle } from './PercentCircle';
114
+ import { default as Phone } from './Phone';
115
+ import { default as PhoneCall } from './PhoneCall';
116
+ import { default as PhoneIncoming } from './PhoneIncoming';
117
+ import { default as PhoneMissed } from './PhoneMissed';
118
+ import { default as PhoneOutgoing } from './PhoneOutgoing';
119
+ import { default as PieChart } from './PieChart';
120
+ import { default as Play } from './Play';
121
+ import { default as Plus } from './Plus';
122
+ import { default as Power } from './Power';
123
+ import { default as Preferences } from './Preferences';
124
+ import { default as Printer } from './Printer';
125
+ import { default as Profile } from './Profile';
126
+ import { default as Redo } from './Redo';
127
+ import { default as Refresh } from './Refresh';
128
+ import { default as Repeat } from './Repeat';
129
+ import { default as RotateCcw } from './RotateCcw';
130
+ import { default as RotateCw } from './RotateCw';
131
+ import { default as Route } from './Route';
132
+ import { default as Rss } from './Rss';
133
+ import { default as Save } from './Save';
134
+ import { default as Search } from './Search';
135
+ import { default as Send } from './Send';
136
+ import { default as Server } from './Server';
137
+ import { default as Settings } from './Settings';
138
+ import { default as Share } from './Share';
139
+ import { default as Share2 } from './Share2';
140
+ import { default as Shield } from './Shield';
141
+ import { default as ShieldAlert } from './ShieldAlert';
142
+ import { default as ShieldCheck } from './ShieldCheck';
143
+ import { default as ShieldOff } from './ShieldOff';
144
+ import { default as ShoppingBag } from './ShoppingBag';
145
+ import { default as ShoppingCart } from './ShoppingCart';
146
+ import { default as Shuffle } from './Shuffle';
147
+ import { default as SkipBack } from './SkipBack';
148
+ import { default as SkipForward } from './SkipForward';
149
+ import { default as Smartphone } from './Smartphone';
150
+ import { default as Star } from './Star';
151
+ import { default as Stop } from './Stop';
152
+ import { default as Stopwatch } from './Stopwatch';
153
+ import { default as Sunrise } from './Sunrise';
154
+ import { default as Sunset } from './Sunset';
155
+ import { default as Tablet } from './Tablet';
156
+ import { default as Tag } from './Tag';
157
+ import { default as Target } from './Target';
158
+ import { default as Terminal } from './Terminal';
159
+ import { default as ThumbsUp } from './ThumbsUp';
160
+ import { default as TrendingDown } from './TrendingDown';
161
+ import { default as TrendingUp } from './TrendingUp';
162
+ import { default as Type } from './Type';
163
+ import { default as Underline } from './Underline';
164
+ import { default as Undo } from './Undo';
165
+ import { default as Unlock } from './Unlock';
166
+ import { default as Unlink } from './Unlink';
167
+ import { default as Upload } from './Upload';
168
+ import { default as User } from './User';
169
+ import { default as UserCheck } from './UserCheck';
170
+ import { default as UserMinus } from './UserMinus';
171
+ import { default as UserPlus } from './UserPlus';
172
+ import { default as Users } from './Users';
173
+ import { default as UserX } from './UserX';
174
+ import { default as Video } from './Video';
175
+ import { default as Volume } from './Volume';
176
+ import { default as Volume1 } from './Volume1';
177
+ import { default as Volume2 } from './Volume2';
178
+ import { default as VolumeX } from './VolumeX';
179
+ import { default as Warning } from './Warning';
180
+ import { default as Watch } from './Watch';
181
+ import { default as Wifi } from './Wifi';
182
+ import { default as WifiOff } from './WifiOff';
183
+ import { default as Zap } from './Zap';
184
+ /**
185
+ * Icon registry mapping icon names to SVG components
186
+ */
187
+ export declare const iconRegistry: {
188
+ readonly account: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
189
+ readonly activity: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
190
+ readonly 'align-center': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
191
+ readonly 'align-justify': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
192
+ readonly 'align-left': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
193
+ readonly 'align-right': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
194
+ readonly 'arrow-down': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
195
+ readonly 'arrow-down-left': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
196
+ readonly 'arrow-down-right': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
197
+ readonly 'arrow-left': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
198
+ readonly 'arrow-right': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
199
+ readonly 'arrow-up': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
200
+ readonly 'arrow-up-left': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
201
+ readonly 'arrow-up-right': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
202
+ readonly 'at-sign': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
203
+ readonly 'bar-chart-2': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
204
+ readonly battery: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
205
+ readonly 'battery-charging': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
206
+ readonly bell: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
207
+ readonly 'bell-off': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
208
+ readonly bluetooth: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
209
+ readonly bold: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
210
+ readonly bookmark: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
211
+ readonly 'bookmark-plus': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
212
+ readonly building: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
213
+ readonly calendar: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
214
+ readonly camera: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
215
+ readonly 'chart-bar': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
216
+ readonly 'chart-line': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
217
+ readonly check: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
218
+ readonly 'chevron-down': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
219
+ readonly 'chevron-left': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
220
+ readonly 'chevron-right': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
221
+ readonly 'chevron-up': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
222
+ readonly clock: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
223
+ readonly close: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
224
+ readonly cloud: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
225
+ readonly 'cloud-download': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
226
+ readonly 'cloud-off': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
227
+ readonly 'cloud-upload': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
228
+ readonly code: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
229
+ readonly compass: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
230
+ readonly copy: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
231
+ readonly 'corner-down-left': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
232
+ readonly 'corner-down-right': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
233
+ readonly 'corner-up-left': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
234
+ readonly 'corner-up-right': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
235
+ readonly cpu: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
236
+ readonly 'credit-card': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
237
+ readonly crosshair: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
238
+ readonly database: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
239
+ readonly delete: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
240
+ readonly dollar: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
241
+ readonly download: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
242
+ readonly edit: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
243
+ readonly error: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
244
+ readonly 'external-link': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
245
+ readonly eye: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
246
+ readonly 'eye-off': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
247
+ readonly file: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
248
+ readonly 'file-check': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
249
+ readonly 'file-minus': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
250
+ readonly 'file-plus': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
251
+ readonly 'file-text': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
252
+ readonly filter: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
253
+ readonly folder: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
254
+ readonly 'folder-minus': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
255
+ readonly 'folder-open': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
256
+ readonly 'folder-plus': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
257
+ readonly gift: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
258
+ readonly globe: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
259
+ readonly grid: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
260
+ readonly 'hard-drive': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
261
+ readonly hash: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
262
+ readonly heart: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
263
+ readonly help: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
264
+ readonly home: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
265
+ readonly hourglass: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
266
+ readonly image: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
267
+ readonly inbox: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
268
+ readonly info: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
269
+ readonly italic: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
270
+ readonly key: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
271
+ readonly laptop: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
272
+ readonly link: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
273
+ readonly 'link-2': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
274
+ readonly list: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
275
+ readonly 'list-ordered': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
276
+ readonly 'list-unordered': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
277
+ readonly lock: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
278
+ readonly logout: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
279
+ readonly mail: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
280
+ readonly 'mail-open': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
281
+ readonly map: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
282
+ readonly 'map-pin': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
283
+ readonly maximize: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
284
+ readonly menu: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
285
+ readonly 'message-circle': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
286
+ readonly messages: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
287
+ readonly 'message-square': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
288
+ readonly mic: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
289
+ readonly 'mic-off': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
290
+ readonly minimize: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
291
+ readonly minus: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
292
+ readonly monitor: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
293
+ readonly music: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
294
+ readonly navigation: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
295
+ readonly 'navigation-2': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
296
+ readonly outbox: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
297
+ readonly paperclip: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
298
+ readonly pause: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
299
+ readonly percent: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
300
+ readonly 'percent-circle': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
301
+ readonly phone: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
302
+ readonly 'phone-call': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
303
+ readonly 'phone-incoming': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
304
+ readonly 'phone-missed': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
305
+ readonly 'phone-outgoing': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
306
+ readonly 'pie-chart': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
307
+ readonly play: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
308
+ readonly plus: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
309
+ readonly power: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
310
+ readonly preferences: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
311
+ readonly printer: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
312
+ readonly profile: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
313
+ readonly redo: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
314
+ readonly refresh: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
315
+ readonly repeat: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
316
+ readonly 'rotate-ccw': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
317
+ readonly 'rotate-cw': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
318
+ readonly route: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
319
+ readonly rss: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
320
+ readonly save: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
321
+ readonly search: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
322
+ readonly send: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
323
+ readonly server: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
324
+ readonly settings: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
325
+ readonly share: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
326
+ readonly 'share-2': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
327
+ readonly shield: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
328
+ readonly 'shield-alert': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
329
+ readonly 'shield-check': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
330
+ readonly 'shield-off': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
331
+ readonly 'shopping-bag': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
332
+ readonly 'shopping-cart': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
333
+ readonly shuffle: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
334
+ readonly 'skip-back': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
335
+ readonly 'skip-forward': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
336
+ readonly smartphone: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
337
+ readonly star: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
338
+ readonly stop: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
339
+ readonly stopwatch: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
340
+ readonly sunrise: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
341
+ readonly sunset: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
342
+ readonly tablet: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
343
+ readonly tag: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
344
+ readonly target: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
345
+ readonly terminal: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
346
+ readonly 'thumbs-up': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
347
+ readonly 'trending-down': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
348
+ readonly 'trending-up': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
349
+ readonly type: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
350
+ readonly underline: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
351
+ readonly undo: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
352
+ readonly unlock: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
353
+ readonly unlink: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
354
+ readonly upload: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
355
+ readonly user: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
356
+ readonly 'user-check': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
357
+ readonly 'user-minus': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
358
+ readonly 'user-plus': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
359
+ readonly users: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
360
+ readonly 'user-x': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
361
+ readonly video: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
362
+ readonly volume: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
363
+ readonly 'volume-1': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
364
+ readonly 'volume-2': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
365
+ readonly 'volume-x': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
366
+ readonly warning: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
367
+ readonly watch: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
368
+ readonly wifi: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
369
+ readonly 'wifi-off': (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
370
+ readonly zap: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
371
+ };
372
+ /**
373
+ * Available icon names
374
+ */
375
+ export type IconName = keyof typeof iconRegistry;
376
+ /**
377
+ * Named exports for direct import
378
+ */
379
+ export { Account, Activity, AlignCenter, AlignJustify, AlignLeft, AlignRight, ArrowDown, ArrowDownLeft, ArrowDownRight, ArrowLeft, ArrowRight, ArrowUp, ArrowUpLeft, ArrowUpRight, AtSign, BarChart2, Battery, BatteryCharging, Bell, BellOff, Bluetooth, Bold, Bookmark, BookmarkPlus, Building, Calendar, Camera, ChartBar, ChartLine, Check, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Clock, Close, Cloud, CloudDownload, CloudOff, CloudUpload, Code, Compass, Copy, CornerDownLeft, CornerDownRight, CornerUpLeft, CornerUpRight, Cpu, CreditCard, Crosshair, Database, Delete, Dollar, Download, Edit, Error, ExternalLink, Eye, EyeOff, File, FileCheck, FileMinus, FilePlus, FileText, Filter, Folder, FolderMinus, FolderOpen, FolderPlus, Gift, Globe, Grid, HardDrive, Hash, Heart, Help, Home, Hourglass, Image, Inbox, Info, Italic, Key, Laptop, Link, Link2, List, ListOrdered, ListUnordered, Lock, Logout, Mail, MailOpen, Map, MapPin, Maximize, Menu, MessageCircle, Messages, MessageSquare, Mic, MicOff, Minimize, Minus, Monitor, Music, Navigation, Navigation2, Outbox, Paperclip, Pause, Percent, PercentCircle, Phone, PhoneCall, PhoneIncoming, PhoneMissed, PhoneOutgoing, PieChart, Play, Plus, Power, Preferences, Printer, Profile, Redo, Refresh, Repeat, RotateCcw, RotateCw, Route, Rss, Save, Search, Send, Server, Settings, Share, Share2, Shield, ShieldAlert, ShieldCheck, ShieldOff, ShoppingBag, ShoppingCart, Shuffle, SkipBack, SkipForward, Smartphone, Star, Stop, Stopwatch, Sunrise, Sunset, Tablet, Tag, Target, Terminal, ThumbsUp, TrendingDown, TrendingUp, Type, Underline, Undo, Unlock, Unlink, Upload, User, UserCheck, UserMinus, UserPlus, Users, UserX, Video, Volume, Volume1, Volume2, VolumeX, Warning, Watch, Wifi, WifiOff, Zap, };
@@ -0,0 +1,85 @@
1
+ import { default as React } from 'react';
2
+ import { BaseComponentProps } from '../../../types/component.types';
3
+ /**
4
+ * Props for the KPI component
5
+ */
6
+ export interface KPIProps extends BaseComponentProps {
7
+ /**
8
+ * Visual variant of the component
9
+ * @default 'primary'
10
+ */
11
+ variant?: 'primary' | 'secondary' | 'success' | 'warning' | 'danger' | 'info' | 'neutral';
12
+ /**
13
+ * Size of the component
14
+ * @default 'md'
15
+ */
16
+ size?: 'sm' | 'md' | 'lg';
17
+ /**
18
+ * Title of the KPI
19
+ */
20
+ title: string;
21
+ /**
22
+ * The main metric value
23
+ */
24
+ value: string | number;
25
+ /**
26
+ * Optional subtitle or category
27
+ */
28
+ subtitle?: string;
29
+ /**
30
+ * Optional description text
31
+ */
32
+ description?: string;
33
+ /**
34
+ * Optional change indicator (e.g., "+12%", "-5%")
35
+ */
36
+ change?: string;
37
+ /**
38
+ * Direction of change
39
+ */
40
+ changeType?: 'increase' | 'decrease' | 'neutral';
41
+ /**
42
+ * Optional icon component
43
+ */
44
+ icon?: React.ReactNode;
45
+ /**
46
+ * Optional trend data or chart
47
+ */
48
+ trend?: React.ReactNode;
49
+ /**
50
+ * Optional footer content
51
+ */
52
+ footer?: React.ReactNode;
53
+ }
54
+ /**
55
+ * KPI - Key Performance Indicator card for displaying important metrics with context
56
+ *
57
+ * @example
58
+ * ```tsx
59
+ * <KPI title="Total Revenue" value="$54,239" />
60
+ * ```
61
+ *
62
+ * @example
63
+ * ```tsx
64
+ * <KPI
65
+ * title="Active Users"
66
+ * value="1,428"
67
+ * change="+12%"
68
+ * changeType="increase"
69
+ * description="Monthly active users"
70
+ * />
71
+ * ```
72
+ *
73
+ * @example
74
+ * ```tsx
75
+ * <KPI
76
+ * title="Conversion Rate"
77
+ * value="3.24%"
78
+ * subtitle="E-commerce"
79
+ * variant="success"
80
+ * trend={<TrendChart data={data} />}
81
+ * />
82
+ * ```
83
+ */
84
+ export declare const KPI: React.ForwardRefExoticComponent<KPIProps & React.RefAttributes<HTMLDivElement>>;
85
+ export default KPI;
@@ -0,0 +1,3 @@
1
+ export { KPI } from './KPI';
2
+ export type { KPIProps } from './KPI';
3
+ export { default } from './KPI';
@@ -0,0 +1,83 @@
1
+ import { default as React } from 'react';
2
+ import { BaseComponentProps } from '../../../types/component.types';
3
+ /**
4
+ * Props for the Pill component
5
+ */
6
+ export interface PillProps extends BaseComponentProps {
7
+ /**
8
+ * Visual variant of the component
9
+ * @default 'filled'
10
+ */
11
+ variant?: 'filled' | 'outlined' | 'subtle';
12
+ /**
13
+ * Color theme of the component
14
+ * @default 'primary'
15
+ */
16
+ color?: 'primary' | 'secondary' | 'success' | 'warning' | 'danger' | 'info' | 'neutral';
17
+ /**
18
+ * Size of the component
19
+ * @default 'md'
20
+ */
21
+ size?: 'sm' | 'md' | 'lg';
22
+ /**
23
+ * Whether the component is disabled
24
+ * @default false
25
+ */
26
+ disabled?: boolean;
27
+ /**
28
+ * Click handler - makes the pill clickable (renders as button)
29
+ */
30
+ onClick?: (event: React.MouseEvent<HTMLButtonElement>) => void;
31
+ /**
32
+ * Remove handler - adds a remove button
33
+ */
34
+ onRemove?: (event: React.MouseEvent<HTMLButtonElement>) => void;
35
+ /**
36
+ * Icon to display at the start of the pill
37
+ */
38
+ startIcon?: React.ReactNode;
39
+ /**
40
+ * Icon to display at the end of the pill
41
+ */
42
+ endIcon?: React.ReactNode;
43
+ }
44
+ /**
45
+ * Pill - Fully rounded tag-like element for status, categories, or filter pills
46
+ *
47
+ * @example
48
+ * ```tsx
49
+ * <Pill color="primary" variant="filled">
50
+ * Active
51
+ * </Pill>
52
+ * ```
53
+ *
54
+ * @example
55
+ * ```tsx
56
+ * <Pill color="success" variant="outlined" size="sm">
57
+ * Available
58
+ * </Pill>
59
+ * ```
60
+ *
61
+ * @example
62
+ * ```tsx
63
+ * <Pill
64
+ * color="info"
65
+ * onClick={() => console.log('clicked')}
66
+ * startIcon={<Icon name="tag" />}
67
+ * >
68
+ * Clickable
69
+ * </Pill>
70
+ * ```
71
+ *
72
+ * @example
73
+ * ```tsx
74
+ * <Pill
75
+ * color="danger"
76
+ * onRemove={() => console.log('removed')}
77
+ * >
78
+ * Removable
79
+ * </Pill>
80
+ * ```
81
+ */
82
+ export declare const Pill: React.ForwardRefExoticComponent<PillProps & React.RefAttributes<HTMLElement>>;
83
+ export default Pill;
@@ -0,0 +1,2 @@
1
+ export { Pill, default } from './Pill';
2
+ export type { PillProps } from './Pill';