@unif/react-native-design 0.1.0

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 (1158) hide show
  1. package/LICENSE +20 -0
  2. package/README.md +37 -0
  3. package/lib/module/components/business/AvatarWithRing/AvatarWithRing.js +70 -0
  4. package/lib/module/components/business/AvatarWithRing/AvatarWithRing.js.map +1 -0
  5. package/lib/module/components/business/AvatarWithRing/index.js +4 -0
  6. package/lib/module/components/business/AvatarWithRing/index.js.map +1 -0
  7. package/lib/module/components/business/AvatarWithRing/styles.js +64 -0
  8. package/lib/module/components/business/AvatarWithRing/styles.js.map +1 -0
  9. package/lib/module/components/business/AvatarWithRing/types.js +4 -0
  10. package/lib/module/components/business/AvatarWithRing/types.js.map +1 -0
  11. package/lib/module/components/business/Decorations/GradientWash.js +101 -0
  12. package/lib/module/components/business/Decorations/GradientWash.js.map +1 -0
  13. package/lib/module/components/business/Decorations/RadialHalo.js +79 -0
  14. package/lib/module/components/business/Decorations/RadialHalo.js.map +1 -0
  15. package/lib/module/components/business/Decorations/ScreenBackdrop.js +131 -0
  16. package/lib/module/components/business/Decorations/ScreenBackdrop.js.map +1 -0
  17. package/lib/module/components/business/Decorations/index.js +6 -0
  18. package/lib/module/components/business/Decorations/index.js.map +1 -0
  19. package/lib/module/components/business/Decorations/types.js +4 -0
  20. package/lib/module/components/business/Decorations/types.js.map +1 -0
  21. package/lib/module/components/business/GlassStats/GlassStats.js +54 -0
  22. package/lib/module/components/business/GlassStats/GlassStats.js.map +1 -0
  23. package/lib/module/components/business/GlassStats/index.js +4 -0
  24. package/lib/module/components/business/GlassStats/index.js.map +1 -0
  25. package/lib/module/components/business/GlassStats/styles.js +62 -0
  26. package/lib/module/components/business/GlassStats/styles.js.map +1 -0
  27. package/lib/module/components/business/GlassStats/types.js +2 -0
  28. package/lib/module/components/business/GlassStats/types.js.map +1 -0
  29. package/lib/module/components/business/VersionPill/VersionPill.js +38 -0
  30. package/lib/module/components/business/VersionPill/VersionPill.js.map +1 -0
  31. package/lib/module/components/business/VersionPill/index.js +4 -0
  32. package/lib/module/components/business/VersionPill/index.js.map +1 -0
  33. package/lib/module/components/business/VersionPill/styles.js +41 -0
  34. package/lib/module/components/business/VersionPill/styles.js.map +1 -0
  35. package/lib/module/components/business/VersionPill/types.js +4 -0
  36. package/lib/module/components/business/VersionPill/types.js.map +1 -0
  37. package/lib/module/components/business/index.js +12 -0
  38. package/lib/module/components/business/index.js.map +1 -0
  39. package/lib/module/components/index.js +5 -0
  40. package/lib/module/components/index.js.map +1 -0
  41. package/lib/module/components/ui/Avatar/Avatar.js +58 -0
  42. package/lib/module/components/ui/Avatar/Avatar.js.map +1 -0
  43. package/lib/module/components/ui/Avatar/index.js +4 -0
  44. package/lib/module/components/ui/Avatar/index.js.map +1 -0
  45. package/lib/module/components/ui/Avatar/styles.js +79 -0
  46. package/lib/module/components/ui/Avatar/styles.js.map +1 -0
  47. package/lib/module/components/ui/Avatar/types.js +4 -0
  48. package/lib/module/components/ui/Avatar/types.js.map +1 -0
  49. package/lib/module/components/ui/BlurLayer/BlurLayer.js +41 -0
  50. package/lib/module/components/ui/BlurLayer/BlurLayer.js.map +1 -0
  51. package/lib/module/components/ui/BlurLayer/BlurLayer.web.js +40 -0
  52. package/lib/module/components/ui/BlurLayer/BlurLayer.web.js.map +1 -0
  53. package/lib/module/components/ui/BlurLayer/index.js +4 -0
  54. package/lib/module/components/ui/BlurLayer/index.js.map +1 -0
  55. package/lib/module/components/ui/BlurLayer/types.js +4 -0
  56. package/lib/module/components/ui/BlurLayer/types.js.map +1 -0
  57. package/lib/module/components/ui/BottomSheet/BottomSheet.js +104 -0
  58. package/lib/module/components/ui/BottomSheet/BottomSheet.js.map +1 -0
  59. package/lib/module/components/ui/BottomSheet/index.js +4 -0
  60. package/lib/module/components/ui/BottomSheet/index.js.map +1 -0
  61. package/lib/module/components/ui/BottomSheet/styles.js +26 -0
  62. package/lib/module/components/ui/BottomSheet/styles.js.map +1 -0
  63. package/lib/module/components/ui/BottomSheet/types.js +4 -0
  64. package/lib/module/components/ui/BottomSheet/types.js.map +1 -0
  65. package/lib/module/components/ui/Button/Button.js +65 -0
  66. package/lib/module/components/ui/Button/Button.js.map +1 -0
  67. package/lib/module/components/ui/Button/ButtonBase.js +69 -0
  68. package/lib/module/components/ui/Button/ButtonBase.js.map +1 -0
  69. package/lib/module/components/ui/Button/index.js +4 -0
  70. package/lib/module/components/ui/Button/index.js.map +1 -0
  71. package/lib/module/components/ui/Button/styles.js +97 -0
  72. package/lib/module/components/ui/Button/styles.js.map +1 -0
  73. package/lib/module/components/ui/Button/types.js +4 -0
  74. package/lib/module/components/ui/Button/types.js.map +1 -0
  75. package/lib/module/components/ui/Card/Card.js +34 -0
  76. package/lib/module/components/ui/Card/Card.js.map +1 -0
  77. package/lib/module/components/ui/Card/index.js +4 -0
  78. package/lib/module/components/ui/Card/index.js.map +1 -0
  79. package/lib/module/components/ui/Card/styles.js +28 -0
  80. package/lib/module/components/ui/Card/styles.js.map +1 -0
  81. package/lib/module/components/ui/Card/types.js +4 -0
  82. package/lib/module/components/ui/Card/types.js.map +1 -0
  83. package/lib/module/components/ui/Carousel/Carousel.js +90 -0
  84. package/lib/module/components/ui/Carousel/Carousel.js.map +1 -0
  85. package/lib/module/components/ui/Carousel/index.js +4 -0
  86. package/lib/module/components/ui/Carousel/index.js.map +1 -0
  87. package/lib/module/components/ui/Carousel/styles.js +42 -0
  88. package/lib/module/components/ui/Carousel/styles.js.map +1 -0
  89. package/lib/module/components/ui/Carousel/types.js +4 -0
  90. package/lib/module/components/ui/Carousel/types.js.map +1 -0
  91. package/lib/module/components/ui/Cell/Cell.js +94 -0
  92. package/lib/module/components/ui/Cell/Cell.js.map +1 -0
  93. package/lib/module/components/ui/Cell/Leading.js +49 -0
  94. package/lib/module/components/ui/Cell/Leading.js.map +1 -0
  95. package/lib/module/components/ui/Cell/List.js +47 -0
  96. package/lib/module/components/ui/Cell/List.js.map +1 -0
  97. package/lib/module/components/ui/Cell/context.js +11 -0
  98. package/lib/module/components/ui/Cell/context.js.map +1 -0
  99. package/lib/module/components/ui/Cell/index.js +5 -0
  100. package/lib/module/components/ui/Cell/index.js.map +1 -0
  101. package/lib/module/components/ui/Cell/styles.js +85 -0
  102. package/lib/module/components/ui/Cell/styles.js.map +1 -0
  103. package/lib/module/components/ui/Cell/types.js +4 -0
  104. package/lib/module/components/ui/Cell/types.js.map +1 -0
  105. package/lib/module/components/ui/Checkbox/Checkbox.js +62 -0
  106. package/lib/module/components/ui/Checkbox/Checkbox.js.map +1 -0
  107. package/lib/module/components/ui/Checkbox/index.js +4 -0
  108. package/lib/module/components/ui/Checkbox/index.js.map +1 -0
  109. package/lib/module/components/ui/Checkbox/styles.js +26 -0
  110. package/lib/module/components/ui/Checkbox/styles.js.map +1 -0
  111. package/lib/module/components/ui/Checkbox/types.js +2 -0
  112. package/lib/module/components/ui/Checkbox/types.js.map +1 -0
  113. package/lib/module/components/ui/Chip/Chip.js +59 -0
  114. package/lib/module/components/ui/Chip/Chip.js.map +1 -0
  115. package/lib/module/components/ui/Chip/index.js +4 -0
  116. package/lib/module/components/ui/Chip/index.js.map +1 -0
  117. package/lib/module/components/ui/Chip/styles.js +31 -0
  118. package/lib/module/components/ui/Chip/styles.js.map +1 -0
  119. package/lib/module/components/ui/Chip/types.js +4 -0
  120. package/lib/module/components/ui/Chip/types.js.map +1 -0
  121. package/lib/module/components/ui/Confirm/ConfirmHost.js +111 -0
  122. package/lib/module/components/ui/Confirm/ConfirmHost.js.map +1 -0
  123. package/lib/module/components/ui/Confirm/confirm.js +51 -0
  124. package/lib/module/components/ui/Confirm/confirm.js.map +1 -0
  125. package/lib/module/components/ui/Confirm/index.js +5 -0
  126. package/lib/module/components/ui/Confirm/index.js.map +1 -0
  127. package/lib/module/components/ui/Confirm/styles.js +35 -0
  128. package/lib/module/components/ui/Confirm/styles.js.map +1 -0
  129. package/lib/module/components/ui/Confirm/types.js +2 -0
  130. package/lib/module/components/ui/Confirm/types.js.map +1 -0
  131. package/lib/module/components/ui/DrawerHeader/DrawerHeader.js +56 -0
  132. package/lib/module/components/ui/DrawerHeader/DrawerHeader.js.map +1 -0
  133. package/lib/module/components/ui/DrawerHeader/index.js +4 -0
  134. package/lib/module/components/ui/DrawerHeader/index.js.map +1 -0
  135. package/lib/module/components/ui/DrawerHeader/styles.js +44 -0
  136. package/lib/module/components/ui/DrawerHeader/styles.js.map +1 -0
  137. package/lib/module/components/ui/DrawerHeader/types.js +4 -0
  138. package/lib/module/components/ui/DrawerHeader/types.js.map +1 -0
  139. package/lib/module/components/ui/Empty/Empty.js +38 -0
  140. package/lib/module/components/ui/Empty/Empty.js.map +1 -0
  141. package/lib/module/components/ui/Empty/index.js +4 -0
  142. package/lib/module/components/ui/Empty/index.js.map +1 -0
  143. package/lib/module/components/ui/Empty/styles.js +31 -0
  144. package/lib/module/components/ui/Empty/styles.js.map +1 -0
  145. package/lib/module/components/ui/Empty/types.js +2 -0
  146. package/lib/module/components/ui/Empty/types.js.map +1 -0
  147. package/lib/module/components/ui/EntryCard/EntryCard.js +61 -0
  148. package/lib/module/components/ui/EntryCard/EntryCard.js.map +1 -0
  149. package/lib/module/components/ui/EntryCard/index.js +4 -0
  150. package/lib/module/components/ui/EntryCard/index.js.map +1 -0
  151. package/lib/module/components/ui/EntryCard/styles.js +45 -0
  152. package/lib/module/components/ui/EntryCard/styles.js.map +1 -0
  153. package/lib/module/components/ui/EntryCard/types.js +4 -0
  154. package/lib/module/components/ui/EntryCard/types.js.map +1 -0
  155. package/lib/module/components/ui/Form/Form.js +22 -0
  156. package/lib/module/components/ui/Form/Form.js.map +1 -0
  157. package/lib/module/components/ui/Form/FormGroup.js +41 -0
  158. package/lib/module/components/ui/Form/FormGroup.js.map +1 -0
  159. package/lib/module/components/ui/Form/FormRow.js +41 -0
  160. package/lib/module/components/ui/Form/FormRow.js.map +1 -0
  161. package/lib/module/components/ui/Form/index.js +6 -0
  162. package/lib/module/components/ui/Form/index.js.map +1 -0
  163. package/lib/module/components/ui/Form/styles.js +58 -0
  164. package/lib/module/components/ui/Form/styles.js.map +1 -0
  165. package/lib/module/components/ui/Form/types.js +4 -0
  166. package/lib/module/components/ui/Form/types.js.map +1 -0
  167. package/lib/module/components/ui/Grid/Grid.js +75 -0
  168. package/lib/module/components/ui/Grid/Grid.js.map +1 -0
  169. package/lib/module/components/ui/Grid/index.js +4 -0
  170. package/lib/module/components/ui/Grid/index.js.map +1 -0
  171. package/lib/module/components/ui/Grid/styles.js +93 -0
  172. package/lib/module/components/ui/Grid/styles.js.map +1 -0
  173. package/lib/module/components/ui/Grid/types.js +4 -0
  174. package/lib/module/components/ui/Grid/types.js.map +1 -0
  175. package/lib/module/components/ui/Icon/Icon.js +81 -0
  176. package/lib/module/components/ui/Icon/Icon.js.map +1 -0
  177. package/lib/module/components/ui/Icon/index.js +4 -0
  178. package/lib/module/components/ui/Icon/index.js.map +1 -0
  179. package/lib/module/components/ui/Icon/types.js +4 -0
  180. package/lib/module/components/ui/Icon/types.js.map +1 -0
  181. package/lib/module/components/ui/IconButton/IconButton.js +48 -0
  182. package/lib/module/components/ui/IconButton/IconButton.js.map +1 -0
  183. package/lib/module/components/ui/IconButton/index.js +4 -0
  184. package/lib/module/components/ui/IconButton/index.js.map +1 -0
  185. package/lib/module/components/ui/IconButton/types.js +4 -0
  186. package/lib/module/components/ui/IconButton/types.js.map +1 -0
  187. package/lib/module/components/ui/Input/Input.js +24 -0
  188. package/lib/module/components/ui/Input/Input.js.map +1 -0
  189. package/lib/module/components/ui/Input/index.js +4 -0
  190. package/lib/module/components/ui/Input/index.js.map +1 -0
  191. package/lib/module/components/ui/Input/types.js +4 -0
  192. package/lib/module/components/ui/Input/types.js.map +1 -0
  193. package/lib/module/components/ui/Logo/Logo.js +38 -0
  194. package/lib/module/components/ui/Logo/Logo.js.map +1 -0
  195. package/lib/module/components/ui/Logo/index.js +4 -0
  196. package/lib/module/components/ui/Logo/index.js.map +1 -0
  197. package/lib/module/components/ui/Logo/types.js +4 -0
  198. package/lib/module/components/ui/Logo/types.js.map +1 -0
  199. package/lib/module/components/ui/NavBar/NavBar.js +72 -0
  200. package/lib/module/components/ui/NavBar/NavBar.js.map +1 -0
  201. package/lib/module/components/ui/NavBar/index.js +4 -0
  202. package/lib/module/components/ui/NavBar/index.js.map +1 -0
  203. package/lib/module/components/ui/NavBar/isSlot.js +10 -0
  204. package/lib/module/components/ui/NavBar/isSlot.js.map +1 -0
  205. package/lib/module/components/ui/NavBar/styles.js +49 -0
  206. package/lib/module/components/ui/NavBar/styles.js.map +1 -0
  207. package/lib/module/components/ui/NavBar/types.js +4 -0
  208. package/lib/module/components/ui/NavBar/types.js.map +1 -0
  209. package/lib/module/components/ui/PasswordInput/PasswordInput.js +50 -0
  210. package/lib/module/components/ui/PasswordInput/PasswordInput.js.map +1 -0
  211. package/lib/module/components/ui/PasswordInput/index.js +4 -0
  212. package/lib/module/components/ui/PasswordInput/index.js.map +1 -0
  213. package/lib/module/components/ui/PasswordInput/styles.js +12 -0
  214. package/lib/module/components/ui/PasswordInput/styles.js.map +1 -0
  215. package/lib/module/components/ui/PasswordInput/types.js +4 -0
  216. package/lib/module/components/ui/PasswordInput/types.js.map +1 -0
  217. package/lib/module/components/ui/Pulse/Pulse.js +19 -0
  218. package/lib/module/components/ui/Pulse/Pulse.js.map +1 -0
  219. package/lib/module/components/ui/Pulse/PulseDot.js +37 -0
  220. package/lib/module/components/ui/Pulse/PulseDot.js.map +1 -0
  221. package/lib/module/components/ui/Pulse/index.js +6 -0
  222. package/lib/module/components/ui/Pulse/index.js.map +1 -0
  223. package/lib/module/components/ui/Pulse/types.js +2 -0
  224. package/lib/module/components/ui/Pulse/types.js.map +1 -0
  225. package/lib/module/components/ui/Pulse/usePulse.js +31 -0
  226. package/lib/module/components/ui/Pulse/usePulse.js.map +1 -0
  227. package/lib/module/components/ui/Radio/Radio.js +62 -0
  228. package/lib/module/components/ui/Radio/Radio.js.map +1 -0
  229. package/lib/module/components/ui/Radio/RadioContext.js +5 -0
  230. package/lib/module/components/ui/Radio/RadioContext.js.map +1 -0
  231. package/lib/module/components/ui/Radio/RadioGroup.js +37 -0
  232. package/lib/module/components/ui/Radio/RadioGroup.js.map +1 -0
  233. package/lib/module/components/ui/Radio/index.js +4 -0
  234. package/lib/module/components/ui/Radio/index.js.map +1 -0
  235. package/lib/module/components/ui/Radio/styles.js +36 -0
  236. package/lib/module/components/ui/Radio/styles.js.map +1 -0
  237. package/lib/module/components/ui/Radio/types.js +4 -0
  238. package/lib/module/components/ui/Radio/types.js.map +1 -0
  239. package/lib/module/components/ui/Search/Search.js +55 -0
  240. package/lib/module/components/ui/Search/Search.js.map +1 -0
  241. package/lib/module/components/ui/Search/index.js +4 -0
  242. package/lib/module/components/ui/Search/index.js.map +1 -0
  243. package/lib/module/components/ui/Search/types.js +4 -0
  244. package/lib/module/components/ui/Search/types.js.map +1 -0
  245. package/lib/module/components/ui/Segmented/Segmented.js +63 -0
  246. package/lib/module/components/ui/Segmented/Segmented.js.map +1 -0
  247. package/lib/module/components/ui/Segmented/index.js +4 -0
  248. package/lib/module/components/ui/Segmented/index.js.map +1 -0
  249. package/lib/module/components/ui/Segmented/styles.js +24 -0
  250. package/lib/module/components/ui/Segmented/styles.js.map +1 -0
  251. package/lib/module/components/ui/Segmented/types.js +4 -0
  252. package/lib/module/components/ui/Segmented/types.js.map +1 -0
  253. package/lib/module/components/ui/Skeleton/Skeleton.js +65 -0
  254. package/lib/module/components/ui/Skeleton/Skeleton.js.map +1 -0
  255. package/lib/module/components/ui/Skeleton/index.js +4 -0
  256. package/lib/module/components/ui/Skeleton/index.js.map +1 -0
  257. package/lib/module/components/ui/Skeleton/types.js +4 -0
  258. package/lib/module/components/ui/Skeleton/types.js.map +1 -0
  259. package/lib/module/components/ui/Spinner/Spinner.js +53 -0
  260. package/lib/module/components/ui/Spinner/Spinner.js.map +1 -0
  261. package/lib/module/components/ui/Spinner/index.js +4 -0
  262. package/lib/module/components/ui/Spinner/index.js.map +1 -0
  263. package/lib/module/components/ui/Spinner/types.js +4 -0
  264. package/lib/module/components/ui/Spinner/types.js.map +1 -0
  265. package/lib/module/components/ui/StatusDot/StatusDot.js +42 -0
  266. package/lib/module/components/ui/StatusDot/StatusDot.js.map +1 -0
  267. package/lib/module/components/ui/StatusDot/index.js +4 -0
  268. package/lib/module/components/ui/StatusDot/index.js.map +1 -0
  269. package/lib/module/components/ui/StatusDot/styles.js +40 -0
  270. package/lib/module/components/ui/StatusDot/styles.js.map +1 -0
  271. package/lib/module/components/ui/StatusDot/types.js +2 -0
  272. package/lib/module/components/ui/StatusDot/types.js.map +1 -0
  273. package/lib/module/components/ui/Stepper/Stepper.js +112 -0
  274. package/lib/module/components/ui/Stepper/Stepper.js.map +1 -0
  275. package/lib/module/components/ui/Stepper/index.js +4 -0
  276. package/lib/module/components/ui/Stepper/index.js.map +1 -0
  277. package/lib/module/components/ui/Stepper/styles.js +67 -0
  278. package/lib/module/components/ui/Stepper/styles.js.map +1 -0
  279. package/lib/module/components/ui/Stepper/types.js +2 -0
  280. package/lib/module/components/ui/Stepper/types.js.map +1 -0
  281. package/lib/module/components/ui/Switch/Switch.js +66 -0
  282. package/lib/module/components/ui/Switch/Switch.js.map +1 -0
  283. package/lib/module/components/ui/Switch/index.js +4 -0
  284. package/lib/module/components/ui/Switch/index.js.map +1 -0
  285. package/lib/module/components/ui/Switch/styles.js +31 -0
  286. package/lib/module/components/ui/Switch/styles.js.map +1 -0
  287. package/lib/module/components/ui/Switch/types.js +2 -0
  288. package/lib/module/components/ui/Switch/types.js.map +1 -0
  289. package/lib/module/components/ui/TabBar/TabBar.js +67 -0
  290. package/lib/module/components/ui/TabBar/TabBar.js.map +1 -0
  291. package/lib/module/components/ui/TabBar/index.js +4 -0
  292. package/lib/module/components/ui/TabBar/index.js.map +1 -0
  293. package/lib/module/components/ui/TabBar/styles.js +43 -0
  294. package/lib/module/components/ui/TabBar/styles.js.map +1 -0
  295. package/lib/module/components/ui/TabBar/types.js +4 -0
  296. package/lib/module/components/ui/TabBar/types.js.map +1 -0
  297. package/lib/module/components/ui/Tabs/Tabs.js +55 -0
  298. package/lib/module/components/ui/Tabs/Tabs.js.map +1 -0
  299. package/lib/module/components/ui/Tabs/index.js +4 -0
  300. package/lib/module/components/ui/Tabs/index.js.map +1 -0
  301. package/lib/module/components/ui/Tabs/styles.js +30 -0
  302. package/lib/module/components/ui/Tabs/styles.js.map +1 -0
  303. package/lib/module/components/ui/Tabs/types.js +2 -0
  304. package/lib/module/components/ui/Tabs/types.js.map +1 -0
  305. package/lib/module/components/ui/Tag/Tag.js +39 -0
  306. package/lib/module/components/ui/Tag/Tag.js.map +1 -0
  307. package/lib/module/components/ui/Tag/index.js +4 -0
  308. package/lib/module/components/ui/Tag/index.js.map +1 -0
  309. package/lib/module/components/ui/Tag/styles.js +79 -0
  310. package/lib/module/components/ui/Tag/styles.js.map +1 -0
  311. package/lib/module/components/ui/Tag/types.js +4 -0
  312. package/lib/module/components/ui/Tag/types.js.map +1 -0
  313. package/lib/module/components/ui/TextField/TextFieldBase.js +98 -0
  314. package/lib/module/components/ui/TextField/TextFieldBase.js.map +1 -0
  315. package/lib/module/components/ui/TextField/styles.js +61 -0
  316. package/lib/module/components/ui/TextField/styles.js.map +1 -0
  317. package/lib/module/components/ui/TextField/types.js +4 -0
  318. package/lib/module/components/ui/TextField/types.js.map +1 -0
  319. package/lib/module/components/ui/Textarea/Textarea.js +26 -0
  320. package/lib/module/components/ui/Textarea/Textarea.js.map +1 -0
  321. package/lib/module/components/ui/Textarea/index.js +4 -0
  322. package/lib/module/components/ui/Textarea/index.js.map +1 -0
  323. package/lib/module/components/ui/Textarea/types.js +4 -0
  324. package/lib/module/components/ui/Textarea/types.js.map +1 -0
  325. package/lib/module/components/ui/Thumbnail/Thumbnail.js +40 -0
  326. package/lib/module/components/ui/Thumbnail/Thumbnail.js.map +1 -0
  327. package/lib/module/components/ui/Thumbnail/index.js +4 -0
  328. package/lib/module/components/ui/Thumbnail/index.js.map +1 -0
  329. package/lib/module/components/ui/Thumbnail/styles.js +38 -0
  330. package/lib/module/components/ui/Thumbnail/styles.js.map +1 -0
  331. package/lib/module/components/ui/Thumbnail/types.js +4 -0
  332. package/lib/module/components/ui/Thumbnail/types.js.map +1 -0
  333. package/lib/module/components/ui/Toast/ToastHost.js +85 -0
  334. package/lib/module/components/ui/Toast/ToastHost.js.map +1 -0
  335. package/lib/module/components/ui/Toast/index.js +5 -0
  336. package/lib/module/components/ui/Toast/index.js.map +1 -0
  337. package/lib/module/components/ui/Toast/styles.js +53 -0
  338. package/lib/module/components/ui/Toast/styles.js.map +1 -0
  339. package/lib/module/components/ui/Toast/toast.js +39 -0
  340. package/lib/module/components/ui/Toast/toast.js.map +1 -0
  341. package/lib/module/components/ui/Toast/types.js +2 -0
  342. package/lib/module/components/ui/Toast/types.js.map +1 -0
  343. package/lib/module/components/ui/index.js +39 -0
  344. package/lib/module/components/ui/index.js.map +1 -0
  345. package/lib/module/icons/data.js +1614 -0
  346. package/lib/module/icons/data.js.map +1 -0
  347. package/lib/module/icons/index.js +5 -0
  348. package/lib/module/icons/index.js.map +1 -0
  349. package/lib/module/icons/svg/alert.svg +1 -0
  350. package/lib/module/icons/svg/app-fallback.svg +1 -0
  351. package/lib/module/icons/svg/arrow-down.svg +1 -0
  352. package/lib/module/icons/svg/arrow-left.svg +1 -0
  353. package/lib/module/icons/svg/arrow-right.svg +1 -0
  354. package/lib/module/icons/svg/arrow-up.svg +1 -0
  355. package/lib/module/icons/svg/attachment.svg +1 -0
  356. package/lib/module/icons/svg/bag-check.svg +1 -0
  357. package/lib/module/icons/svg/bell.svg +1 -0
  358. package/lib/module/icons/svg/bot.svg +1 -0
  359. package/lib/module/icons/svg/box-list.svg +1 -0
  360. package/lib/module/icons/svg/box-up.svg +1 -0
  361. package/lib/module/icons/svg/building.svg +1 -0
  362. package/lib/module/icons/svg/calculator.svg +1 -0
  363. package/lib/module/icons/svg/calendar-route.svg +1 -0
  364. package/lib/module/icons/svg/calendar.svg +1 -0
  365. package/lib/module/icons/svg/camera.svg +1 -0
  366. package/lib/module/icons/svg/card.svg +1 -0
  367. package/lib/module/icons/svg/chat-star.svg +1 -0
  368. package/lib/module/icons/svg/check.svg +1 -0
  369. package/lib/module/icons/svg/chevron-down.svg +1 -0
  370. package/lib/module/icons/svg/chevron-left.svg +1 -0
  371. package/lib/module/icons/svg/chevron-right.svg +1 -0
  372. package/lib/module/icons/svg/chevron-up.svg +1 -0
  373. package/lib/module/icons/svg/circle-minus.svg +1 -0
  374. package/lib/module/icons/svg/circle-plus.svg +1 -0
  375. package/lib/module/icons/svg/clipboard-search.svg +1 -0
  376. package/lib/module/icons/svg/clipboard-user.svg +1 -0
  377. package/lib/module/icons/svg/clipboard.svg +1 -0
  378. package/lib/module/icons/svg/close.svg +1 -0
  379. package/lib/module/icons/svg/coin.svg +1 -0
  380. package/lib/module/icons/svg/copy.svg +1 -0
  381. package/lib/module/icons/svg/dashboard-megaphone.svg +1 -0
  382. package/lib/module/icons/svg/dashboard-star.svg +1 -0
  383. package/lib/module/icons/svg/download.svg +1 -0
  384. package/lib/module/icons/svg/edit-pencil.svg +1 -0
  385. package/lib/module/icons/svg/edit.svg +1 -0
  386. package/lib/module/icons/svg/error.svg +1 -0
  387. package/lib/module/icons/svg/eye-off.svg +1 -0
  388. package/lib/module/icons/svg/eye.svg +1 -0
  389. package/lib/module/icons/svg/file.svg +1 -0
  390. package/lib/module/icons/svg/filter.svg +1 -0
  391. package/lib/module/icons/svg/flag.svg +1 -0
  392. package/lib/module/icons/svg/grid.svg +1 -0
  393. package/lib/module/icons/svg/heart.svg +1 -0
  394. package/lib/module/icons/svg/home.svg +1 -0
  395. package/lib/module/icons/svg/image.svg +1 -0
  396. package/lib/module/icons/svg/info.svg +1 -0
  397. package/lib/module/icons/svg/keyboard.svg +1 -0
  398. package/lib/module/icons/svg/lightbulb.svg +1 -0
  399. package/lib/module/icons/svg/list.svg +1 -0
  400. package/lib/module/icons/svg/location.svg +1 -0
  401. package/lib/module/icons/svg/lock.svg +1 -0
  402. package/lib/module/icons/svg/logout.svg +1 -0
  403. package/lib/module/icons/svg/mail.svg +1 -0
  404. package/lib/module/icons/svg/menu.svg +1 -0
  405. package/lib/module/icons/svg/mic-on.svg +1 -0
  406. package/lib/module/icons/svg/mic.svg +1 -0
  407. package/lib/module/icons/svg/more-h.svg +1 -0
  408. package/lib/module/icons/svg/more-v.svg +1 -0
  409. package/lib/module/icons/svg/order.svg +1 -0
  410. package/lib/module/icons/svg/package.svg +1 -0
  411. package/lib/module/icons/svg/paperclip.svg +1 -0
  412. package/lib/module/icons/svg/pause.svg +1 -0
  413. package/lib/module/icons/svg/phone.svg +1 -0
  414. package/lib/module/icons/svg/pin-search.svg +1 -0
  415. package/lib/module/icons/svg/play.svg +1 -0
  416. package/lib/module/icons/svg/plus.svg +1 -0
  417. package/lib/module/icons/svg/qr.svg +1 -0
  418. package/lib/module/icons/svg/refresh.svg +1 -0
  419. package/lib/module/icons/svg/retry.svg +1 -0
  420. package/lib/module/icons/svg/route.svg +1 -0
  421. package/lib/module/icons/svg/scan.svg +1 -0
  422. package/lib/module/icons/svg/scanner.svg +1 -0
  423. package/lib/module/icons/svg/search.svg +1 -0
  424. package/lib/module/icons/svg/send.svg +1 -0
  425. package/lib/module/icons/svg/settings.svg +1 -0
  426. package/lib/module/icons/svg/share.svg +1 -0
  427. package/lib/module/icons/svg/shelf-pay.svg +1 -0
  428. package/lib/module/icons/svg/shield-check.svg +1 -0
  429. package/lib/module/icons/svg/sort.svg +1 -0
  430. package/lib/module/icons/svg/sound.svg +1 -0
  431. package/lib/module/icons/svg/spark.svg +1 -0
  432. package/lib/module/icons/svg/star.svg +1 -0
  433. package/lib/module/icons/svg/stop.svg +1 -0
  434. package/lib/module/icons/svg/storefront-ai.svg +1 -0
  435. package/lib/module/icons/svg/storefront-arrow.svg +1 -0
  436. package/lib/module/icons/svg/storefront-check.svg +1 -0
  437. package/lib/module/icons/svg/storefront-tag.svg +1 -0
  438. package/lib/module/icons/svg/storefront.svg +1 -0
  439. package/lib/module/icons/svg/success.svg +1 -0
  440. package/lib/module/icons/svg/tag.svg +1 -0
  441. package/lib/module/icons/svg/thinking.svg +1 -0
  442. package/lib/module/icons/svg/trash.svg +1 -0
  443. package/lib/module/icons/svg/upload.svg +1 -0
  444. package/lib/module/icons/svg/user.svg +1 -0
  445. package/lib/module/icons/svg/users-search.svg +1 -0
  446. package/lib/module/icons/svg/visit.svg +1 -0
  447. package/lib/module/icons/svg/warning.svg +1 -0
  448. package/lib/module/icons/types.js +2 -0
  449. package/lib/module/icons/types.js.map +1 -0
  450. package/lib/module/index.js +9 -0
  451. package/lib/module/index.js.map +1 -0
  452. package/lib/module/package.json +1 -0
  453. package/lib/module/theme/ThemeProvider.js +28 -0
  454. package/lib/module/theme/ThemeProvider.js.map +1 -0
  455. package/lib/module/theme/blur.js +12 -0
  456. package/lib/module/theme/blur.js.map +1 -0
  457. package/lib/module/theme/colors.js +176 -0
  458. package/lib/module/theme/colors.js.map +1 -0
  459. package/lib/module/theme/index.js +12 -0
  460. package/lib/module/theme/index.js.map +1 -0
  461. package/lib/module/theme/palettes.js +26 -0
  462. package/lib/module/theme/palettes.js.map +1 -0
  463. package/lib/module/theme/scale.js +22 -0
  464. package/lib/module/theme/scale.js.map +1 -0
  465. package/lib/module/theme/shadow.js +229 -0
  466. package/lib/module/theme/shadow.js.map +1 -0
  467. package/lib/module/theme/tokens.js +118 -0
  468. package/lib/module/theme/tokens.js.map +1 -0
  469. package/lib/module/theme/useTheme.js +22 -0
  470. package/lib/module/theme/useTheme.js.map +1 -0
  471. package/lib/module/theme/useThemedStyles.js +23 -0
  472. package/lib/module/theme/useThemedStyles.js.map +1 -0
  473. package/lib/module/utils/logger/index.js +5 -0
  474. package/lib/module/utils/logger/index.js.map +1 -0
  475. package/lib/module/utils/logger/logger.js +52 -0
  476. package/lib/module/utils/logger/logger.js.map +1 -0
  477. package/lib/module/utils/logger/transports/console.js +23 -0
  478. package/lib/module/utils/logger/transports/console.js.map +1 -0
  479. package/lib/module/utils/logger/types.js +2 -0
  480. package/lib/module/utils/logger/types.js.map +1 -0
  481. package/lib/module/utils/testID/index.js +4 -0
  482. package/lib/module/utils/testID/index.js.map +1 -0
  483. package/lib/module/utils/testID/testID.js +22 -0
  484. package/lib/module/utils/testID/testID.js.map +1 -0
  485. package/lib/typescript/package.json +1 -0
  486. package/lib/typescript/src/components/business/AvatarWithRing/AvatarWithRing.d.ts +11 -0
  487. package/lib/typescript/src/components/business/AvatarWithRing/AvatarWithRing.d.ts.map +1 -0
  488. package/lib/typescript/src/components/business/AvatarWithRing/index.d.ts +3 -0
  489. package/lib/typescript/src/components/business/AvatarWithRing/index.d.ts.map +1 -0
  490. package/lib/typescript/src/components/business/AvatarWithRing/styles.d.ts +202 -0
  491. package/lib/typescript/src/components/business/AvatarWithRing/styles.d.ts.map +1 -0
  492. package/lib/typescript/src/components/business/AvatarWithRing/types.d.ts +15 -0
  493. package/lib/typescript/src/components/business/AvatarWithRing/types.d.ts.map +1 -0
  494. package/lib/typescript/src/components/business/Decorations/GradientWash.d.ts +4 -0
  495. package/lib/typescript/src/components/business/Decorations/GradientWash.d.ts.map +1 -0
  496. package/lib/typescript/src/components/business/Decorations/RadialHalo.d.ts +12 -0
  497. package/lib/typescript/src/components/business/Decorations/RadialHalo.d.ts.map +1 -0
  498. package/lib/typescript/src/components/business/Decorations/ScreenBackdrop.d.ts +22 -0
  499. package/lib/typescript/src/components/business/Decorations/ScreenBackdrop.d.ts.map +1 -0
  500. package/lib/typescript/src/components/business/Decorations/index.d.ts +5 -0
  501. package/lib/typescript/src/components/business/Decorations/index.d.ts.map +1 -0
  502. package/lib/typescript/src/components/business/Decorations/types.d.ts +100 -0
  503. package/lib/typescript/src/components/business/Decorations/types.d.ts.map +1 -0
  504. package/lib/typescript/src/components/business/GlassStats/GlassStats.d.ts +10 -0
  505. package/lib/typescript/src/components/business/GlassStats/GlassStats.d.ts.map +1 -0
  506. package/lib/typescript/src/components/business/GlassStats/index.d.ts +3 -0
  507. package/lib/typescript/src/components/business/GlassStats/index.d.ts.map +1 -0
  508. package/lib/typescript/src/components/business/GlassStats/styles.d.ts +66 -0
  509. package/lib/typescript/src/components/business/GlassStats/styles.d.ts.map +1 -0
  510. package/lib/typescript/src/components/business/GlassStats/types.d.ts +7 -0
  511. package/lib/typescript/src/components/business/GlassStats/types.d.ts.map +1 -0
  512. package/lib/typescript/src/components/business/VersionPill/VersionPill.d.ts +5 -0
  513. package/lib/typescript/src/components/business/VersionPill/VersionPill.d.ts.map +1 -0
  514. package/lib/typescript/src/components/business/VersionPill/index.d.ts +3 -0
  515. package/lib/typescript/src/components/business/VersionPill/index.d.ts.map +1 -0
  516. package/lib/typescript/src/components/business/VersionPill/styles.d.ts +37 -0
  517. package/lib/typescript/src/components/business/VersionPill/styles.d.ts.map +1 -0
  518. package/lib/typescript/src/components/business/VersionPill/types.d.ts +12 -0
  519. package/lib/typescript/src/components/business/VersionPill/types.d.ts.map +1 -0
  520. package/lib/typescript/src/components/business/index.d.ts +9 -0
  521. package/lib/typescript/src/components/business/index.d.ts.map +1 -0
  522. package/lib/typescript/src/components/index.d.ts +3 -0
  523. package/lib/typescript/src/components/index.d.ts.map +1 -0
  524. package/lib/typescript/src/components/ui/Avatar/Avatar.d.ts +10 -0
  525. package/lib/typescript/src/components/ui/Avatar/Avatar.d.ts.map +1 -0
  526. package/lib/typescript/src/components/ui/Avatar/index.d.ts +3 -0
  527. package/lib/typescript/src/components/ui/Avatar/index.d.ts.map +1 -0
  528. package/lib/typescript/src/components/ui/Avatar/styles.d.ts +30 -0
  529. package/lib/typescript/src/components/ui/Avatar/styles.d.ts.map +1 -0
  530. package/lib/typescript/src/components/ui/Avatar/types.d.ts +30 -0
  531. package/lib/typescript/src/components/ui/Avatar/types.d.ts.map +1 -0
  532. package/lib/typescript/src/components/ui/BlurLayer/BlurLayer.d.ts +10 -0
  533. package/lib/typescript/src/components/ui/BlurLayer/BlurLayer.d.ts.map +1 -0
  534. package/lib/typescript/src/components/ui/BlurLayer/BlurLayer.web.d.ts +12 -0
  535. package/lib/typescript/src/components/ui/BlurLayer/BlurLayer.web.d.ts.map +1 -0
  536. package/lib/typescript/src/components/ui/BlurLayer/index.d.ts +3 -0
  537. package/lib/typescript/src/components/ui/BlurLayer/index.d.ts.map +1 -0
  538. package/lib/typescript/src/components/ui/BlurLayer/types.d.ts +15 -0
  539. package/lib/typescript/src/components/ui/BlurLayer/types.d.ts.map +1 -0
  540. package/lib/typescript/src/components/ui/BottomSheet/BottomSheet.d.ts +4 -0
  541. package/lib/typescript/src/components/ui/BottomSheet/BottomSheet.d.ts.map +1 -0
  542. package/lib/typescript/src/components/ui/BottomSheet/index.d.ts +3 -0
  543. package/lib/typescript/src/components/ui/BottomSheet/index.d.ts.map +1 -0
  544. package/lib/typescript/src/components/ui/BottomSheet/styles.d.ts +23 -0
  545. package/lib/typescript/src/components/ui/BottomSheet/styles.d.ts.map +1 -0
  546. package/lib/typescript/src/components/ui/BottomSheet/types.d.ts +26 -0
  547. package/lib/typescript/src/components/ui/BottomSheet/types.d.ts.map +1 -0
  548. package/lib/typescript/src/components/ui/Button/Button.d.ts +11 -0
  549. package/lib/typescript/src/components/ui/Button/Button.d.ts.map +1 -0
  550. package/lib/typescript/src/components/ui/Button/ButtonBase.d.ts +27 -0
  551. package/lib/typescript/src/components/ui/Button/ButtonBase.d.ts.map +1 -0
  552. package/lib/typescript/src/components/ui/Button/index.d.ts +3 -0
  553. package/lib/typescript/src/components/ui/Button/index.d.ts.map +1 -0
  554. package/lib/typescript/src/components/ui/Button/styles.d.ts +22 -0
  555. package/lib/typescript/src/components/ui/Button/styles.d.ts.map +1 -0
  556. package/lib/typescript/src/components/ui/Button/types.d.ts +67 -0
  557. package/lib/typescript/src/components/ui/Button/types.d.ts.map +1 -0
  558. package/lib/typescript/src/components/ui/Card/Card.d.ts +4 -0
  559. package/lib/typescript/src/components/ui/Card/Card.d.ts.map +1 -0
  560. package/lib/typescript/src/components/ui/Card/index.d.ts +3 -0
  561. package/lib/typescript/src/components/ui/Card/index.d.ts.map +1 -0
  562. package/lib/typescript/src/components/ui/Card/styles.d.ts +18 -0
  563. package/lib/typescript/src/components/ui/Card/styles.d.ts.map +1 -0
  564. package/lib/typescript/src/components/ui/Card/types.d.ts +40 -0
  565. package/lib/typescript/src/components/ui/Card/types.d.ts.map +1 -0
  566. package/lib/typescript/src/components/ui/Carousel/Carousel.d.ts +13 -0
  567. package/lib/typescript/src/components/ui/Carousel/Carousel.d.ts.map +1 -0
  568. package/lib/typescript/src/components/ui/Carousel/index.d.ts +3 -0
  569. package/lib/typescript/src/components/ui/Carousel/index.d.ts.map +1 -0
  570. package/lib/typescript/src/components/ui/Carousel/styles.d.ts +37 -0
  571. package/lib/typescript/src/components/ui/Carousel/styles.d.ts.map +1 -0
  572. package/lib/typescript/src/components/ui/Carousel/types.d.ts +34 -0
  573. package/lib/typescript/src/components/ui/Carousel/types.d.ts.map +1 -0
  574. package/lib/typescript/src/components/ui/Cell/Cell.d.ts +11 -0
  575. package/lib/typescript/src/components/ui/Cell/Cell.d.ts.map +1 -0
  576. package/lib/typescript/src/components/ui/Cell/Leading.d.ts +7 -0
  577. package/lib/typescript/src/components/ui/Cell/Leading.d.ts.map +1 -0
  578. package/lib/typescript/src/components/ui/Cell/List.d.ts +10 -0
  579. package/lib/typescript/src/components/ui/Cell/List.d.ts.map +1 -0
  580. package/lib/typescript/src/components/ui/Cell/context.d.ts +7 -0
  581. package/lib/typescript/src/components/ui/Cell/context.d.ts.map +1 -0
  582. package/lib/typescript/src/components/ui/Cell/index.d.ts +4 -0
  583. package/lib/typescript/src/components/ui/Cell/index.d.ts.map +1 -0
  584. package/lib/typescript/src/components/ui/Cell/styles.d.ts +82 -0
  585. package/lib/typescript/src/components/ui/Cell/styles.d.ts.map +1 -0
  586. package/lib/typescript/src/components/ui/Cell/types.d.ts +52 -0
  587. package/lib/typescript/src/components/ui/Cell/types.d.ts.map +1 -0
  588. package/lib/typescript/src/components/ui/Checkbox/Checkbox.d.ts +11 -0
  589. package/lib/typescript/src/components/ui/Checkbox/Checkbox.d.ts.map +1 -0
  590. package/lib/typescript/src/components/ui/Checkbox/index.d.ts +3 -0
  591. package/lib/typescript/src/components/ui/Checkbox/index.d.ts.map +1 -0
  592. package/lib/typescript/src/components/ui/Checkbox/styles.d.ts +23 -0
  593. package/lib/typescript/src/components/ui/Checkbox/styles.d.ts.map +1 -0
  594. package/lib/typescript/src/components/ui/Checkbox/types.d.ts +15 -0
  595. package/lib/typescript/src/components/ui/Checkbox/types.d.ts.map +1 -0
  596. package/lib/typescript/src/components/ui/Chip/Chip.d.ts +12 -0
  597. package/lib/typescript/src/components/ui/Chip/Chip.d.ts.map +1 -0
  598. package/lib/typescript/src/components/ui/Chip/index.d.ts +3 -0
  599. package/lib/typescript/src/components/ui/Chip/index.d.ts.map +1 -0
  600. package/lib/typescript/src/components/ui/Chip/styles.d.ts +28 -0
  601. package/lib/typescript/src/components/ui/Chip/styles.d.ts.map +1 -0
  602. package/lib/typescript/src/components/ui/Chip/types.d.ts +15 -0
  603. package/lib/typescript/src/components/ui/Chip/types.d.ts.map +1 -0
  604. package/lib/typescript/src/components/ui/Confirm/ConfirmHost.d.ts +9 -0
  605. package/lib/typescript/src/components/ui/Confirm/ConfirmHost.d.ts.map +1 -0
  606. package/lib/typescript/src/components/ui/Confirm/confirm.d.ts +20 -0
  607. package/lib/typescript/src/components/ui/Confirm/confirm.d.ts.map +1 -0
  608. package/lib/typescript/src/components/ui/Confirm/index.d.ts +4 -0
  609. package/lib/typescript/src/components/ui/Confirm/index.d.ts.map +1 -0
  610. package/lib/typescript/src/components/ui/Confirm/styles.d.ts +32 -0
  611. package/lib/typescript/src/components/ui/Confirm/styles.d.ts.map +1 -0
  612. package/lib/typescript/src/components/ui/Confirm/types.d.ts +21 -0
  613. package/lib/typescript/src/components/ui/Confirm/types.d.ts.map +1 -0
  614. package/lib/typescript/src/components/ui/DrawerHeader/DrawerHeader.d.ts +8 -0
  615. package/lib/typescript/src/components/ui/DrawerHeader/DrawerHeader.d.ts.map +1 -0
  616. package/lib/typescript/src/components/ui/DrawerHeader/index.d.ts +3 -0
  617. package/lib/typescript/src/components/ui/DrawerHeader/index.d.ts.map +1 -0
  618. package/lib/typescript/src/components/ui/DrawerHeader/styles.d.ts +41 -0
  619. package/lib/typescript/src/components/ui/DrawerHeader/styles.d.ts.map +1 -0
  620. package/lib/typescript/src/components/ui/DrawerHeader/types.d.ts +12 -0
  621. package/lib/typescript/src/components/ui/DrawerHeader/types.d.ts.map +1 -0
  622. package/lib/typescript/src/components/ui/Empty/Empty.d.ts +7 -0
  623. package/lib/typescript/src/components/ui/Empty/Empty.d.ts.map +1 -0
  624. package/lib/typescript/src/components/ui/Empty/index.d.ts +3 -0
  625. package/lib/typescript/src/components/ui/Empty/index.d.ts.map +1 -0
  626. package/lib/typescript/src/components/ui/Empty/styles.d.ts +28 -0
  627. package/lib/typescript/src/components/ui/Empty/styles.d.ts.map +1 -0
  628. package/lib/typescript/src/components/ui/Empty/types.d.ts +9 -0
  629. package/lib/typescript/src/components/ui/Empty/types.d.ts.map +1 -0
  630. package/lib/typescript/src/components/ui/EntryCard/EntryCard.d.ts +6 -0
  631. package/lib/typescript/src/components/ui/EntryCard/EntryCard.d.ts.map +1 -0
  632. package/lib/typescript/src/components/ui/EntryCard/index.d.ts +3 -0
  633. package/lib/typescript/src/components/ui/EntryCard/index.d.ts.map +1 -0
  634. package/lib/typescript/src/components/ui/EntryCard/styles.d.ts +40 -0
  635. package/lib/typescript/src/components/ui/EntryCard/styles.d.ts.map +1 -0
  636. package/lib/typescript/src/components/ui/EntryCard/types.d.ts +17 -0
  637. package/lib/typescript/src/components/ui/EntryCard/types.d.ts.map +1 -0
  638. package/lib/typescript/src/components/ui/Form/Form.d.ts +7 -0
  639. package/lib/typescript/src/components/ui/Form/Form.d.ts.map +1 -0
  640. package/lib/typescript/src/components/ui/Form/FormGroup.d.ts +11 -0
  641. package/lib/typescript/src/components/ui/Form/FormGroup.d.ts.map +1 -0
  642. package/lib/typescript/src/components/ui/Form/FormRow.d.ts +7 -0
  643. package/lib/typescript/src/components/ui/Form/FormRow.d.ts.map +1 -0
  644. package/lib/typescript/src/components/ui/Form/index.d.ts +5 -0
  645. package/lib/typescript/src/components/ui/Form/index.d.ts.map +1 -0
  646. package/lib/typescript/src/components/ui/Form/styles.d.ts +55 -0
  647. package/lib/typescript/src/components/ui/Form/styles.d.ts.map +1 -0
  648. package/lib/typescript/src/components/ui/Form/types.d.ts +28 -0
  649. package/lib/typescript/src/components/ui/Form/types.d.ts.map +1 -0
  650. package/lib/typescript/src/components/ui/Grid/Grid.d.ts +10 -0
  651. package/lib/typescript/src/components/ui/Grid/Grid.d.ts.map +1 -0
  652. package/lib/typescript/src/components/ui/Grid/index.d.ts +3 -0
  653. package/lib/typescript/src/components/ui/Grid/index.d.ts.map +1 -0
  654. package/lib/typescript/src/components/ui/Grid/styles.d.ts +51 -0
  655. package/lib/typescript/src/components/ui/Grid/styles.d.ts.map +1 -0
  656. package/lib/typescript/src/components/ui/Grid/types.d.ts +24 -0
  657. package/lib/typescript/src/components/ui/Grid/types.d.ts.map +1 -0
  658. package/lib/typescript/src/components/ui/Icon/Icon.d.ts +4 -0
  659. package/lib/typescript/src/components/ui/Icon/Icon.d.ts.map +1 -0
  660. package/lib/typescript/src/components/ui/Icon/index.d.ts +3 -0
  661. package/lib/typescript/src/components/ui/Icon/index.d.ts.map +1 -0
  662. package/lib/typescript/src/components/ui/Icon/types.d.ts +14 -0
  663. package/lib/typescript/src/components/ui/Icon/types.d.ts.map +1 -0
  664. package/lib/typescript/src/components/ui/IconButton/IconButton.d.ts +13 -0
  665. package/lib/typescript/src/components/ui/IconButton/IconButton.d.ts.map +1 -0
  666. package/lib/typescript/src/components/ui/IconButton/index.d.ts +3 -0
  667. package/lib/typescript/src/components/ui/IconButton/index.d.ts.map +1 -0
  668. package/lib/typescript/src/components/ui/IconButton/types.d.ts +28 -0
  669. package/lib/typescript/src/components/ui/IconButton/types.d.ts.map +1 -0
  670. package/lib/typescript/src/components/ui/Input/Input.d.ts +391 -0
  671. package/lib/typescript/src/components/ui/Input/Input.d.ts.map +1 -0
  672. package/lib/typescript/src/components/ui/Input/index.d.ts +3 -0
  673. package/lib/typescript/src/components/ui/Input/index.d.ts.map +1 -0
  674. package/lib/typescript/src/components/ui/Input/types.d.ts +28 -0
  675. package/lib/typescript/src/components/ui/Input/types.d.ts.map +1 -0
  676. package/lib/typescript/src/components/ui/Logo/Logo.d.ts +10 -0
  677. package/lib/typescript/src/components/ui/Logo/Logo.d.ts.map +1 -0
  678. package/lib/typescript/src/components/ui/Logo/index.d.ts +3 -0
  679. package/lib/typescript/src/components/ui/Logo/index.d.ts.map +1 -0
  680. package/lib/typescript/src/components/ui/Logo/types.d.ts +13 -0
  681. package/lib/typescript/src/components/ui/Logo/types.d.ts.map +1 -0
  682. package/lib/typescript/src/components/ui/NavBar/NavBar.d.ts +3 -0
  683. package/lib/typescript/src/components/ui/NavBar/NavBar.d.ts.map +1 -0
  684. package/lib/typescript/src/components/ui/NavBar/index.d.ts +3 -0
  685. package/lib/typescript/src/components/ui/NavBar/index.d.ts.map +1 -0
  686. package/lib/typescript/src/components/ui/NavBar/isSlot.d.ts +7 -0
  687. package/lib/typescript/src/components/ui/NavBar/isSlot.d.ts.map +1 -0
  688. package/lib/typescript/src/components/ui/NavBar/styles.d.ts +44 -0
  689. package/lib/typescript/src/components/ui/NavBar/styles.d.ts.map +1 -0
  690. package/lib/typescript/src/components/ui/NavBar/types.d.ts +30 -0
  691. package/lib/typescript/src/components/ui/NavBar/types.d.ts.map +1 -0
  692. package/lib/typescript/src/components/ui/PasswordInput/PasswordInput.d.ts +8 -0
  693. package/lib/typescript/src/components/ui/PasswordInput/PasswordInput.d.ts.map +1 -0
  694. package/lib/typescript/src/components/ui/PasswordInput/index.d.ts +3 -0
  695. package/lib/typescript/src/components/ui/PasswordInput/index.d.ts.map +1 -0
  696. package/lib/typescript/src/components/ui/PasswordInput/styles.d.ts +7 -0
  697. package/lib/typescript/src/components/ui/PasswordInput/styles.d.ts.map +1 -0
  698. package/lib/typescript/src/components/ui/PasswordInput/types.d.ts +12 -0
  699. package/lib/typescript/src/components/ui/PasswordInput/types.d.ts.map +1 -0
  700. package/lib/typescript/src/components/ui/Pulse/Pulse.d.ts +6 -0
  701. package/lib/typescript/src/components/ui/Pulse/Pulse.d.ts.map +1 -0
  702. package/lib/typescript/src/components/ui/Pulse/PulseDot.d.ts +4 -0
  703. package/lib/typescript/src/components/ui/Pulse/PulseDot.d.ts.map +1 -0
  704. package/lib/typescript/src/components/ui/Pulse/index.d.ts +5 -0
  705. package/lib/typescript/src/components/ui/Pulse/index.d.ts.map +1 -0
  706. package/lib/typescript/src/components/ui/Pulse/types.d.ts +21 -0
  707. package/lib/typescript/src/components/ui/Pulse/types.d.ts.map +1 -0
  708. package/lib/typescript/src/components/ui/Pulse/usePulse.d.ts +9 -0
  709. package/lib/typescript/src/components/ui/Pulse/usePulse.d.ts.map +1 -0
  710. package/lib/typescript/src/components/ui/Radio/Radio.d.ts +11 -0
  711. package/lib/typescript/src/components/ui/Radio/Radio.d.ts.map +1 -0
  712. package/lib/typescript/src/components/ui/Radio/RadioContext.d.ts +3 -0
  713. package/lib/typescript/src/components/ui/Radio/RadioContext.d.ts.map +1 -0
  714. package/lib/typescript/src/components/ui/Radio/RadioGroup.d.ts +12 -0
  715. package/lib/typescript/src/components/ui/Radio/RadioGroup.d.ts.map +1 -0
  716. package/lib/typescript/src/components/ui/Radio/index.d.ts +3 -0
  717. package/lib/typescript/src/components/ui/Radio/index.d.ts.map +1 -0
  718. package/lib/typescript/src/components/ui/Radio/styles.d.ts +33 -0
  719. package/lib/typescript/src/components/ui/Radio/styles.d.ts.map +1 -0
  720. package/lib/typescript/src/components/ui/Radio/types.d.ts +35 -0
  721. package/lib/typescript/src/components/ui/Radio/types.d.ts.map +1 -0
  722. package/lib/typescript/src/components/ui/Search/Search.d.ts +217 -0
  723. package/lib/typescript/src/components/ui/Search/Search.d.ts.map +1 -0
  724. package/lib/typescript/src/components/ui/Search/index.d.ts +3 -0
  725. package/lib/typescript/src/components/ui/Search/index.d.ts.map +1 -0
  726. package/lib/typescript/src/components/ui/Search/types.d.ts +8 -0
  727. package/lib/typescript/src/components/ui/Search/types.d.ts.map +1 -0
  728. package/lib/typescript/src/components/ui/Segmented/Segmented.d.ts +10 -0
  729. package/lib/typescript/src/components/ui/Segmented/Segmented.d.ts.map +1 -0
  730. package/lib/typescript/src/components/ui/Segmented/index.d.ts +3 -0
  731. package/lib/typescript/src/components/ui/Segmented/index.d.ts.map +1 -0
  732. package/lib/typescript/src/components/ui/Segmented/styles.d.ts +21 -0
  733. package/lib/typescript/src/components/ui/Segmented/styles.d.ts.map +1 -0
  734. package/lib/typescript/src/components/ui/Segmented/types.d.ts +10 -0
  735. package/lib/typescript/src/components/ui/Segmented/types.d.ts.map +1 -0
  736. package/lib/typescript/src/components/ui/Skeleton/Skeleton.d.ts +15 -0
  737. package/lib/typescript/src/components/ui/Skeleton/Skeleton.d.ts.map +1 -0
  738. package/lib/typescript/src/components/ui/Skeleton/index.d.ts +3 -0
  739. package/lib/typescript/src/components/ui/Skeleton/index.d.ts.map +1 -0
  740. package/lib/typescript/src/components/ui/Skeleton/types.d.ts +21 -0
  741. package/lib/typescript/src/components/ui/Skeleton/types.d.ts.map +1 -0
  742. package/lib/typescript/src/components/ui/Spinner/Spinner.d.ts +3 -0
  743. package/lib/typescript/src/components/ui/Spinner/Spinner.d.ts.map +1 -0
  744. package/lib/typescript/src/components/ui/Spinner/index.d.ts +3 -0
  745. package/lib/typescript/src/components/ui/Spinner/index.d.ts.map +1 -0
  746. package/lib/typescript/src/components/ui/Spinner/types.d.ts +14 -0
  747. package/lib/typescript/src/components/ui/Spinner/types.d.ts.map +1 -0
  748. package/lib/typescript/src/components/ui/StatusDot/StatusDot.d.ts +8 -0
  749. package/lib/typescript/src/components/ui/StatusDot/StatusDot.d.ts.map +1 -0
  750. package/lib/typescript/src/components/ui/StatusDot/index.d.ts +3 -0
  751. package/lib/typescript/src/components/ui/StatusDot/index.d.ts.map +1 -0
  752. package/lib/typescript/src/components/ui/StatusDot/styles.d.ts +22 -0
  753. package/lib/typescript/src/components/ui/StatusDot/styles.d.ts.map +1 -0
  754. package/lib/typescript/src/components/ui/StatusDot/types.d.ts +14 -0
  755. package/lib/typescript/src/components/ui/StatusDot/types.d.ts.map +1 -0
  756. package/lib/typescript/src/components/ui/Stepper/Stepper.d.ts +11 -0
  757. package/lib/typescript/src/components/ui/Stepper/Stepper.d.ts.map +1 -0
  758. package/lib/typescript/src/components/ui/Stepper/index.d.ts +3 -0
  759. package/lib/typescript/src/components/ui/Stepper/index.d.ts.map +1 -0
  760. package/lib/typescript/src/components/ui/Stepper/styles.d.ts +52 -0
  761. package/lib/typescript/src/components/ui/Stepper/styles.d.ts.map +1 -0
  762. package/lib/typescript/src/components/ui/Stepper/types.d.ts +21 -0
  763. package/lib/typescript/src/components/ui/Stepper/types.d.ts.map +1 -0
  764. package/lib/typescript/src/components/ui/Switch/Switch.d.ts +10 -0
  765. package/lib/typescript/src/components/ui/Switch/Switch.d.ts.map +1 -0
  766. package/lib/typescript/src/components/ui/Switch/index.d.ts +3 -0
  767. package/lib/typescript/src/components/ui/Switch/index.d.ts.map +1 -0
  768. package/lib/typescript/src/components/ui/Switch/styles.d.ts +28 -0
  769. package/lib/typescript/src/components/ui/Switch/styles.d.ts.map +1 -0
  770. package/lib/typescript/src/components/ui/Switch/types.d.ts +9 -0
  771. package/lib/typescript/src/components/ui/Switch/types.d.ts.map +1 -0
  772. package/lib/typescript/src/components/ui/TabBar/TabBar.d.ts +9 -0
  773. package/lib/typescript/src/components/ui/TabBar/TabBar.d.ts.map +1 -0
  774. package/lib/typescript/src/components/ui/TabBar/index.d.ts +3 -0
  775. package/lib/typescript/src/components/ui/TabBar/index.d.ts.map +1 -0
  776. package/lib/typescript/src/components/ui/TabBar/styles.d.ts +40 -0
  777. package/lib/typescript/src/components/ui/TabBar/styles.d.ts.map +1 -0
  778. package/lib/typescript/src/components/ui/TabBar/types.d.ts +18 -0
  779. package/lib/typescript/src/components/ui/TabBar/types.d.ts.map +1 -0
  780. package/lib/typescript/src/components/ui/Tabs/Tabs.d.ts +8 -0
  781. package/lib/typescript/src/components/ui/Tabs/Tabs.d.ts.map +1 -0
  782. package/lib/typescript/src/components/ui/Tabs/index.d.ts +3 -0
  783. package/lib/typescript/src/components/ui/Tabs/index.d.ts.map +1 -0
  784. package/lib/typescript/src/components/ui/Tabs/styles.d.ts +27 -0
  785. package/lib/typescript/src/components/ui/Tabs/styles.d.ts.map +1 -0
  786. package/lib/typescript/src/components/ui/Tabs/types.d.ts +19 -0
  787. package/lib/typescript/src/components/ui/Tabs/types.d.ts.map +1 -0
  788. package/lib/typescript/src/components/ui/Tag/Tag.d.ts +3 -0
  789. package/lib/typescript/src/components/ui/Tag/Tag.d.ts.map +1 -0
  790. package/lib/typescript/src/components/ui/Tag/index.d.ts +3 -0
  791. package/lib/typescript/src/components/ui/Tag/index.d.ts.map +1 -0
  792. package/lib/typescript/src/components/ui/Tag/styles.d.ts +33 -0
  793. package/lib/typescript/src/components/ui/Tag/styles.d.ts.map +1 -0
  794. package/lib/typescript/src/components/ui/Tag/types.d.ts +25 -0
  795. package/lib/typescript/src/components/ui/Tag/types.d.ts.map +1 -0
  796. package/lib/typescript/src/components/ui/TextField/TextFieldBase.d.ts +402 -0
  797. package/lib/typescript/src/components/ui/TextField/TextFieldBase.d.ts.map +1 -0
  798. package/lib/typescript/src/components/ui/TextField/styles.d.ts +57 -0
  799. package/lib/typescript/src/components/ui/TextField/styles.d.ts.map +1 -0
  800. package/lib/typescript/src/components/ui/TextField/types.d.ts +27 -0
  801. package/lib/typescript/src/components/ui/TextField/types.d.ts.map +1 -0
  802. package/lib/typescript/src/components/ui/Textarea/Textarea.d.ts +394 -0
  803. package/lib/typescript/src/components/ui/Textarea/Textarea.d.ts.map +1 -0
  804. package/lib/typescript/src/components/ui/Textarea/index.d.ts +3 -0
  805. package/lib/typescript/src/components/ui/Textarea/index.d.ts.map +1 -0
  806. package/lib/typescript/src/components/ui/Textarea/types.d.ts +25 -0
  807. package/lib/typescript/src/components/ui/Textarea/types.d.ts.map +1 -0
  808. package/lib/typescript/src/components/ui/Thumbnail/Thumbnail.d.ts +13 -0
  809. package/lib/typescript/src/components/ui/Thumbnail/Thumbnail.d.ts.map +1 -0
  810. package/lib/typescript/src/components/ui/Thumbnail/index.d.ts +3 -0
  811. package/lib/typescript/src/components/ui/Thumbnail/index.d.ts.map +1 -0
  812. package/lib/typescript/src/components/ui/Thumbnail/styles.d.ts +16 -0
  813. package/lib/typescript/src/components/ui/Thumbnail/styles.d.ts.map +1 -0
  814. package/lib/typescript/src/components/ui/Thumbnail/types.d.ts +23 -0
  815. package/lib/typescript/src/components/ui/Thumbnail/types.d.ts.map +1 -0
  816. package/lib/typescript/src/components/ui/Toast/ToastHost.d.ts +8 -0
  817. package/lib/typescript/src/components/ui/Toast/ToastHost.d.ts.map +1 -0
  818. package/lib/typescript/src/components/ui/Toast/index.d.ts +4 -0
  819. package/lib/typescript/src/components/ui/Toast/index.d.ts.map +1 -0
  820. package/lib/typescript/src/components/ui/Toast/styles.d.ts +37 -0
  821. package/lib/typescript/src/components/ui/Toast/styles.d.ts.map +1 -0
  822. package/lib/typescript/src/components/ui/Toast/toast.d.ts +21 -0
  823. package/lib/typescript/src/components/ui/Toast/toast.d.ts.map +1 -0
  824. package/lib/typescript/src/components/ui/Toast/types.d.ts +32 -0
  825. package/lib/typescript/src/components/ui/Toast/types.d.ts.map +1 -0
  826. package/lib/typescript/src/components/ui/index.d.ts +73 -0
  827. package/lib/typescript/src/components/ui/index.d.ts.map +1 -0
  828. package/lib/typescript/src/icons/data.d.ts +5 -0
  829. package/lib/typescript/src/icons/data.d.ts.map +1 -0
  830. package/lib/typescript/src/icons/index.d.ts +3 -0
  831. package/lib/typescript/src/icons/index.d.ts.map +1 -0
  832. package/lib/typescript/src/icons/types.d.ts +26 -0
  833. package/lib/typescript/src/icons/types.d.ts.map +1 -0
  834. package/lib/typescript/src/index.d.ts +7 -0
  835. package/lib/typescript/src/index.d.ts.map +1 -0
  836. package/lib/typescript/src/theme/ThemeProvider.d.ts +18 -0
  837. package/lib/typescript/src/theme/ThemeProvider.d.ts.map +1 -0
  838. package/lib/typescript/src/theme/blur.d.ts +11 -0
  839. package/lib/typescript/src/theme/blur.d.ts.map +1 -0
  840. package/lib/typescript/src/theme/colors.d.ts +91 -0
  841. package/lib/typescript/src/theme/colors.d.ts.map +1 -0
  842. package/lib/typescript/src/theme/index.d.ts +15 -0
  843. package/lib/typescript/src/theme/index.d.ts.map +1 -0
  844. package/lib/typescript/src/theme/palettes.d.ts +23 -0
  845. package/lib/typescript/src/theme/palettes.d.ts.map +1 -0
  846. package/lib/typescript/src/theme/scale.d.ts +6 -0
  847. package/lib/typescript/src/theme/scale.d.ts.map +1 -0
  848. package/lib/typescript/src/theme/shadow.d.ts +149 -0
  849. package/lib/typescript/src/theme/shadow.d.ts.map +1 -0
  850. package/lib/typescript/src/theme/tokens.d.ts +102 -0
  851. package/lib/typescript/src/theme/tokens.d.ts.map +1 -0
  852. package/lib/typescript/src/theme/useTheme.d.ts +5 -0
  853. package/lib/typescript/src/theme/useTheme.d.ts.map +1 -0
  854. package/lib/typescript/src/theme/useThemedStyles.d.ts +19 -0
  855. package/lib/typescript/src/theme/useThemedStyles.d.ts.map +1 -0
  856. package/lib/typescript/src/utils/logger/index.d.ts +4 -0
  857. package/lib/typescript/src/utils/logger/index.d.ts.map +1 -0
  858. package/lib/typescript/src/utils/logger/logger.d.ts +7 -0
  859. package/lib/typescript/src/utils/logger/logger.d.ts.map +1 -0
  860. package/lib/typescript/src/utils/logger/transports/console.d.ts +3 -0
  861. package/lib/typescript/src/utils/logger/transports/console.d.ts.map +1 -0
  862. package/lib/typescript/src/utils/logger/types.d.ts +19 -0
  863. package/lib/typescript/src/utils/logger/types.d.ts.map +1 -0
  864. package/lib/typescript/src/utils/testID/index.d.ts +2 -0
  865. package/lib/typescript/src/utils/testID/index.d.ts.map +1 -0
  866. package/lib/typescript/src/utils/testID/testID.d.ts +17 -0
  867. package/lib/typescript/src/utils/testID/testID.d.ts.map +1 -0
  868. package/package.json +179 -0
  869. package/src/components/business/AvatarWithRing/AvatarWithRing.tsx +59 -0
  870. package/src/components/business/AvatarWithRing/index.ts +2 -0
  871. package/src/components/business/AvatarWithRing/styles.ts +61 -0
  872. package/src/components/business/AvatarWithRing/types.ts +15 -0
  873. package/src/components/business/Decorations/GradientWash.tsx +81 -0
  874. package/src/components/business/Decorations/RadialHalo.tsx +74 -0
  875. package/src/components/business/Decorations/ScreenBackdrop.tsx +122 -0
  876. package/src/components/business/Decorations/index.ts +10 -0
  877. package/src/components/business/Decorations/types.ts +103 -0
  878. package/src/components/business/GlassStats/GlassStats.tsx +39 -0
  879. package/src/components/business/GlassStats/index.ts +2 -0
  880. package/src/components/business/GlassStats/styles.ts +58 -0
  881. package/src/components/business/GlassStats/types.ts +7 -0
  882. package/src/components/business/VersionPill/VersionPill.tsx +29 -0
  883. package/src/components/business/VersionPill/index.ts +2 -0
  884. package/src/components/business/VersionPill/styles.ts +46 -0
  885. package/src/components/business/VersionPill/types.ts +12 -0
  886. package/src/components/business/index.ts +22 -0
  887. package/src/components/index.ts +2 -0
  888. package/src/components/ui/Avatar/Avatar.tsx +69 -0
  889. package/src/components/ui/Avatar/index.ts +2 -0
  890. package/src/components/ui/Avatar/styles.ts +54 -0
  891. package/src/components/ui/Avatar/types.ts +32 -0
  892. package/src/components/ui/BlurLayer/BlurLayer.tsx +44 -0
  893. package/src/components/ui/BlurLayer/BlurLayer.web.tsx +40 -0
  894. package/src/components/ui/BlurLayer/index.ts +2 -0
  895. package/src/components/ui/BlurLayer/types.ts +15 -0
  896. package/src/components/ui/BottomSheet/BottomSheet.tsx +117 -0
  897. package/src/components/ui/BottomSheet/index.ts +2 -0
  898. package/src/components/ui/BottomSheet/styles.ts +20 -0
  899. package/src/components/ui/BottomSheet/types.ts +26 -0
  900. package/src/components/ui/Button/Button.tsx +61 -0
  901. package/src/components/ui/Button/ButtonBase.tsx +100 -0
  902. package/src/components/ui/Button/index.ts +2 -0
  903. package/src/components/ui/Button/styles.ts +89 -0
  904. package/src/components/ui/Button/types.ts +79 -0
  905. package/src/components/ui/Card/Card.tsx +39 -0
  906. package/src/components/ui/Card/index.ts +2 -0
  907. package/src/components/ui/Card/styles.ts +33 -0
  908. package/src/components/ui/Card/types.ts +41 -0
  909. package/src/components/ui/Carousel/Carousel.tsx +95 -0
  910. package/src/components/ui/Carousel/index.ts +2 -0
  911. package/src/components/ui/Carousel/styles.ts +41 -0
  912. package/src/components/ui/Carousel/types.ts +35 -0
  913. package/src/components/ui/Cell/Cell.tsx +109 -0
  914. package/src/components/ui/Cell/Leading.tsx +59 -0
  915. package/src/components/ui/Cell/List.tsx +46 -0
  916. package/src/components/ui/Cell/context.ts +10 -0
  917. package/src/components/ui/Cell/index.ts +3 -0
  918. package/src/components/ui/Cell/styles.ts +91 -0
  919. package/src/components/ui/Cell/types.ts +53 -0
  920. package/src/components/ui/Checkbox/Checkbox.tsx +57 -0
  921. package/src/components/ui/Checkbox/index.ts +2 -0
  922. package/src/components/ui/Checkbox/styles.ts +26 -0
  923. package/src/components/ui/Checkbox/types.ts +14 -0
  924. package/src/components/ui/Chip/Chip.tsx +54 -0
  925. package/src/components/ui/Chip/index.ts +2 -0
  926. package/src/components/ui/Chip/styles.ts +30 -0
  927. package/src/components/ui/Chip/types.ts +15 -0
  928. package/src/components/ui/Confirm/ConfirmHost.tsx +134 -0
  929. package/src/components/ui/Confirm/confirm.ts +53 -0
  930. package/src/components/ui/Confirm/index.ts +3 -0
  931. package/src/components/ui/Confirm/styles.ts +35 -0
  932. package/src/components/ui/Confirm/types.ts +22 -0
  933. package/src/components/ui/DrawerHeader/DrawerHeader.tsx +57 -0
  934. package/src/components/ui/DrawerHeader/index.ts +2 -0
  935. package/src/components/ui/DrawerHeader/styles.ts +44 -0
  936. package/src/components/ui/DrawerHeader/types.ts +12 -0
  937. package/src/components/ui/Empty/Empty.tsx +23 -0
  938. package/src/components/ui/Empty/index.ts +2 -0
  939. package/src/components/ui/Empty/styles.ts +30 -0
  940. package/src/components/ui/Empty/types.ts +8 -0
  941. package/src/components/ui/EntryCard/EntryCard.tsx +58 -0
  942. package/src/components/ui/EntryCard/index.ts +2 -0
  943. package/src/components/ui/EntryCard/styles.ts +44 -0
  944. package/src/components/ui/EntryCard/types.ts +17 -0
  945. package/src/components/ui/Form/Form.tsx +17 -0
  946. package/src/components/ui/Form/FormGroup.tsx +43 -0
  947. package/src/components/ui/Form/FormRow.tsx +30 -0
  948. package/src/components/ui/Form/index.ts +4 -0
  949. package/src/components/ui/Form/styles.ts +64 -0
  950. package/src/components/ui/Form/types.ts +30 -0
  951. package/src/components/ui/Grid/Grid.tsx +68 -0
  952. package/src/components/ui/Grid/index.ts +2 -0
  953. package/src/components/ui/Grid/styles.ts +88 -0
  954. package/src/components/ui/Grid/types.ts +25 -0
  955. package/src/components/ui/Icon/Icon.tsx +82 -0
  956. package/src/components/ui/Icon/index.ts +2 -0
  957. package/src/components/ui/Icon/types.ts +15 -0
  958. package/src/components/ui/IconButton/IconButton.tsx +44 -0
  959. package/src/components/ui/IconButton/index.ts +2 -0
  960. package/src/components/ui/IconButton/types.ts +28 -0
  961. package/src/components/ui/Input/Input.tsx +21 -0
  962. package/src/components/ui/Input/index.ts +2 -0
  963. package/src/components/ui/Input/types.ts +31 -0
  964. package/src/components/ui/Logo/Logo.tsx +40 -0
  965. package/src/components/ui/Logo/index.ts +2 -0
  966. package/src/components/ui/Logo/types.ts +13 -0
  967. package/src/components/ui/NavBar/NavBar.tsx +75 -0
  968. package/src/components/ui/NavBar/index.ts +2 -0
  969. package/src/components/ui/NavBar/isSlot.ts +9 -0
  970. package/src/components/ui/NavBar/styles.ts +49 -0
  971. package/src/components/ui/NavBar/types.ts +31 -0
  972. package/src/components/ui/PasswordInput/PasswordInput.tsx +50 -0
  973. package/src/components/ui/PasswordInput/index.ts +2 -0
  974. package/src/components/ui/PasswordInput/styles.ts +7 -0
  975. package/src/components/ui/PasswordInput/types.ts +12 -0
  976. package/src/components/ui/Pulse/Pulse.tsx +17 -0
  977. package/src/components/ui/Pulse/PulseDot.tsx +35 -0
  978. package/src/components/ui/Pulse/index.ts +4 -0
  979. package/src/components/ui/Pulse/types.ts +22 -0
  980. package/src/components/ui/Pulse/usePulse.ts +41 -0
  981. package/src/components/ui/Radio/Radio.tsx +55 -0
  982. package/src/components/ui/Radio/RadioContext.ts +4 -0
  983. package/src/components/ui/Radio/RadioGroup.tsx +30 -0
  984. package/src/components/ui/Radio/index.ts +2 -0
  985. package/src/components/ui/Radio/styles.ts +36 -0
  986. package/src/components/ui/Radio/types.ts +38 -0
  987. package/src/components/ui/Search/Search.tsx +52 -0
  988. package/src/components/ui/Search/index.ts +2 -0
  989. package/src/components/ui/Search/types.ts +8 -0
  990. package/src/components/ui/Segmented/Segmented.tsx +63 -0
  991. package/src/components/ui/Segmented/index.ts +2 -0
  992. package/src/components/ui/Segmented/styles.ts +24 -0
  993. package/src/components/ui/Segmented/types.ts +10 -0
  994. package/src/components/ui/Skeleton/Skeleton.tsx +61 -0
  995. package/src/components/ui/Skeleton/index.ts +2 -0
  996. package/src/components/ui/Skeleton/types.ts +22 -0
  997. package/src/components/ui/Spinner/Spinner.tsx +68 -0
  998. package/src/components/ui/Spinner/index.ts +2 -0
  999. package/src/components/ui/Spinner/types.ts +14 -0
  1000. package/src/components/ui/StatusDot/StatusDot.tsx +48 -0
  1001. package/src/components/ui/StatusDot/index.ts +2 -0
  1002. package/src/components/ui/StatusDot/styles.ts +40 -0
  1003. package/src/components/ui/StatusDot/types.ts +15 -0
  1004. package/src/components/ui/Stepper/Stepper.tsx +95 -0
  1005. package/src/components/ui/Stepper/index.ts +2 -0
  1006. package/src/components/ui/Stepper/styles.ts +63 -0
  1007. package/src/components/ui/Stepper/types.ts +21 -0
  1008. package/src/components/ui/Switch/Switch.tsx +81 -0
  1009. package/src/components/ui/Switch/index.ts +2 -0
  1010. package/src/components/ui/Switch/styles.ts +32 -0
  1011. package/src/components/ui/Switch/types.ts +8 -0
  1012. package/src/components/ui/TabBar/TabBar.tsx +58 -0
  1013. package/src/components/ui/TabBar/index.ts +2 -0
  1014. package/src/components/ui/TabBar/styles.ts +43 -0
  1015. package/src/components/ui/TabBar/types.ts +19 -0
  1016. package/src/components/ui/Tabs/Tabs.tsx +57 -0
  1017. package/src/components/ui/Tabs/index.ts +2 -0
  1018. package/src/components/ui/Tabs/styles.ts +30 -0
  1019. package/src/components/ui/Tabs/types.ts +19 -0
  1020. package/src/components/ui/Tag/Tag.tsx +37 -0
  1021. package/src/components/ui/Tag/index.ts +2 -0
  1022. package/src/components/ui/Tag/styles.ts +58 -0
  1023. package/src/components/ui/Tag/types.ts +33 -0
  1024. package/src/components/ui/TextField/TextFieldBase.tsx +111 -0
  1025. package/src/components/ui/TextField/styles.ts +61 -0
  1026. package/src/components/ui/TextField/types.ts +27 -0
  1027. package/src/components/ui/Textarea/Textarea.tsx +23 -0
  1028. package/src/components/ui/Textarea/index.ts +2 -0
  1029. package/src/components/ui/Textarea/types.ts +28 -0
  1030. package/src/components/ui/Thumbnail/Thumbnail.tsx +38 -0
  1031. package/src/components/ui/Thumbnail/index.ts +2 -0
  1032. package/src/components/ui/Thumbnail/styles.ts +26 -0
  1033. package/src/components/ui/Thumbnail/types.ts +24 -0
  1034. package/src/components/ui/Toast/ToastHost.tsx +85 -0
  1035. package/src/components/ui/Toast/index.ts +8 -0
  1036. package/src/components/ui/Toast/styles.ts +54 -0
  1037. package/src/components/ui/Toast/toast.ts +36 -0
  1038. package/src/components/ui/Toast/types.ts +37 -0
  1039. package/src/components/ui/index.ts +81 -0
  1040. package/src/icons/data.ts +2218 -0
  1041. package/src/icons/index.ts +2 -0
  1042. package/src/icons/svg/alert.svg +1 -0
  1043. package/src/icons/svg/app-fallback.svg +1 -0
  1044. package/src/icons/svg/arrow-down.svg +1 -0
  1045. package/src/icons/svg/arrow-left.svg +1 -0
  1046. package/src/icons/svg/arrow-right.svg +1 -0
  1047. package/src/icons/svg/arrow-up.svg +1 -0
  1048. package/src/icons/svg/attachment.svg +1 -0
  1049. package/src/icons/svg/bag-check.svg +1 -0
  1050. package/src/icons/svg/bell.svg +1 -0
  1051. package/src/icons/svg/bot.svg +1 -0
  1052. package/src/icons/svg/box-list.svg +1 -0
  1053. package/src/icons/svg/box-up.svg +1 -0
  1054. package/src/icons/svg/building.svg +1 -0
  1055. package/src/icons/svg/calculator.svg +1 -0
  1056. package/src/icons/svg/calendar-route.svg +1 -0
  1057. package/src/icons/svg/calendar.svg +1 -0
  1058. package/src/icons/svg/camera.svg +1 -0
  1059. package/src/icons/svg/card.svg +1 -0
  1060. package/src/icons/svg/chat-star.svg +1 -0
  1061. package/src/icons/svg/check.svg +1 -0
  1062. package/src/icons/svg/chevron-down.svg +1 -0
  1063. package/src/icons/svg/chevron-left.svg +1 -0
  1064. package/src/icons/svg/chevron-right.svg +1 -0
  1065. package/src/icons/svg/chevron-up.svg +1 -0
  1066. package/src/icons/svg/circle-minus.svg +1 -0
  1067. package/src/icons/svg/circle-plus.svg +1 -0
  1068. package/src/icons/svg/clipboard-search.svg +1 -0
  1069. package/src/icons/svg/clipboard-user.svg +1 -0
  1070. package/src/icons/svg/clipboard.svg +1 -0
  1071. package/src/icons/svg/close.svg +1 -0
  1072. package/src/icons/svg/coin.svg +1 -0
  1073. package/src/icons/svg/copy.svg +1 -0
  1074. package/src/icons/svg/dashboard-megaphone.svg +1 -0
  1075. package/src/icons/svg/dashboard-star.svg +1 -0
  1076. package/src/icons/svg/download.svg +1 -0
  1077. package/src/icons/svg/edit-pencil.svg +1 -0
  1078. package/src/icons/svg/edit.svg +1 -0
  1079. package/src/icons/svg/error.svg +1 -0
  1080. package/src/icons/svg/eye-off.svg +1 -0
  1081. package/src/icons/svg/eye.svg +1 -0
  1082. package/src/icons/svg/file.svg +1 -0
  1083. package/src/icons/svg/filter.svg +1 -0
  1084. package/src/icons/svg/flag.svg +1 -0
  1085. package/src/icons/svg/grid.svg +1 -0
  1086. package/src/icons/svg/heart.svg +1 -0
  1087. package/src/icons/svg/home.svg +1 -0
  1088. package/src/icons/svg/image.svg +1 -0
  1089. package/src/icons/svg/info.svg +1 -0
  1090. package/src/icons/svg/keyboard.svg +1 -0
  1091. package/src/icons/svg/lightbulb.svg +1 -0
  1092. package/src/icons/svg/list.svg +1 -0
  1093. package/src/icons/svg/location.svg +1 -0
  1094. package/src/icons/svg/lock.svg +1 -0
  1095. package/src/icons/svg/logout.svg +1 -0
  1096. package/src/icons/svg/mail.svg +1 -0
  1097. package/src/icons/svg/menu.svg +1 -0
  1098. package/src/icons/svg/mic-on.svg +1 -0
  1099. package/src/icons/svg/mic.svg +1 -0
  1100. package/src/icons/svg/more-h.svg +1 -0
  1101. package/src/icons/svg/more-v.svg +1 -0
  1102. package/src/icons/svg/order.svg +1 -0
  1103. package/src/icons/svg/package.svg +1 -0
  1104. package/src/icons/svg/paperclip.svg +1 -0
  1105. package/src/icons/svg/pause.svg +1 -0
  1106. package/src/icons/svg/phone.svg +1 -0
  1107. package/src/icons/svg/pin-search.svg +1 -0
  1108. package/src/icons/svg/play.svg +1 -0
  1109. package/src/icons/svg/plus.svg +1 -0
  1110. package/src/icons/svg/qr.svg +1 -0
  1111. package/src/icons/svg/refresh.svg +1 -0
  1112. package/src/icons/svg/retry.svg +1 -0
  1113. package/src/icons/svg/route.svg +1 -0
  1114. package/src/icons/svg/scan.svg +1 -0
  1115. package/src/icons/svg/scanner.svg +1 -0
  1116. package/src/icons/svg/search.svg +1 -0
  1117. package/src/icons/svg/send.svg +1 -0
  1118. package/src/icons/svg/settings.svg +1 -0
  1119. package/src/icons/svg/share.svg +1 -0
  1120. package/src/icons/svg/shelf-pay.svg +1 -0
  1121. package/src/icons/svg/shield-check.svg +1 -0
  1122. package/src/icons/svg/sort.svg +1 -0
  1123. package/src/icons/svg/sound.svg +1 -0
  1124. package/src/icons/svg/spark.svg +1 -0
  1125. package/src/icons/svg/star.svg +1 -0
  1126. package/src/icons/svg/stop.svg +1 -0
  1127. package/src/icons/svg/storefront-ai.svg +1 -0
  1128. package/src/icons/svg/storefront-arrow.svg +1 -0
  1129. package/src/icons/svg/storefront-check.svg +1 -0
  1130. package/src/icons/svg/storefront-tag.svg +1 -0
  1131. package/src/icons/svg/storefront.svg +1 -0
  1132. package/src/icons/svg/success.svg +1 -0
  1133. package/src/icons/svg/tag.svg +1 -0
  1134. package/src/icons/svg/thinking.svg +1 -0
  1135. package/src/icons/svg/trash.svg +1 -0
  1136. package/src/icons/svg/upload.svg +1 -0
  1137. package/src/icons/svg/user.svg +1 -0
  1138. package/src/icons/svg/users-search.svg +1 -0
  1139. package/src/icons/svg/visit.svg +1 -0
  1140. package/src/icons/svg/warning.svg +1 -0
  1141. package/src/icons/types.ts +19 -0
  1142. package/src/index.tsx +6 -0
  1143. package/src/theme/ThemeProvider.tsx +41 -0
  1144. package/src/theme/blur.ts +11 -0
  1145. package/src/theme/colors.ts +196 -0
  1146. package/src/theme/index.ts +33 -0
  1147. package/src/theme/palettes.ts +23 -0
  1148. package/src/theme/scale.ts +24 -0
  1149. package/src/theme/shadow.ts +164 -0
  1150. package/src/theme/tokens.ts +119 -0
  1151. package/src/theme/useTheme.ts +23 -0
  1152. package/src/theme/useThemedStyles.ts +28 -0
  1153. package/src/utils/logger/index.ts +9 -0
  1154. package/src/utils/logger/logger.ts +69 -0
  1155. package/src/utils/logger/transports/console.ts +23 -0
  1156. package/src/utils/logger/types.ts +21 -0
  1157. package/src/utils/testID/index.ts +1 -0
  1158. package/src/utils/testID/testID.ts +23 -0
@@ -0,0 +1,2218 @@
1
+ // AUTO-GENERATED by scripts/build-icons.js — DO NOT EDIT BY HAND.
2
+ // Source: src/assets/icons/svg/*.svg
3
+ // To regenerate: `node scripts/build-icons.js`
4
+
5
+ import type { IconDef } from './types';
6
+
7
+ export type IconName =
8
+ | 'alert'
9
+ | 'app-fallback'
10
+ | 'arrow-down'
11
+ | 'arrow-left'
12
+ | 'arrow-right'
13
+ | 'arrow-up'
14
+ | 'attachment'
15
+ | 'bag-check'
16
+ | 'bell'
17
+ | 'bot'
18
+ | 'box-list'
19
+ | 'box-up'
20
+ | 'building'
21
+ | 'calculator'
22
+ | 'calendar-route'
23
+ | 'calendar'
24
+ | 'camera'
25
+ | 'card'
26
+ | 'chat-star'
27
+ | 'check'
28
+ | 'chevron-down'
29
+ | 'chevron-left'
30
+ | 'chevron-right'
31
+ | 'chevron-up'
32
+ | 'circle-minus'
33
+ | 'circle-plus'
34
+ | 'clipboard-search'
35
+ | 'clipboard-user'
36
+ | 'clipboard'
37
+ | 'close'
38
+ | 'coin'
39
+ | 'copy'
40
+ | 'dashboard-megaphone'
41
+ | 'dashboard-star'
42
+ | 'download'
43
+ | 'edit-pencil'
44
+ | 'edit'
45
+ | 'error'
46
+ | 'eye-off'
47
+ | 'eye'
48
+ | 'file'
49
+ | 'filter'
50
+ | 'flag'
51
+ | 'grid'
52
+ | 'heart'
53
+ | 'home'
54
+ | 'image'
55
+ | 'info'
56
+ | 'keyboard'
57
+ | 'lightbulb'
58
+ | 'list'
59
+ | 'location'
60
+ | 'lock'
61
+ | 'logout'
62
+ | 'mail'
63
+ | 'menu'
64
+ | 'mic-on'
65
+ | 'mic'
66
+ | 'more-h'
67
+ | 'more-v'
68
+ | 'order'
69
+ | 'package'
70
+ | 'paperclip'
71
+ | 'pause'
72
+ | 'phone'
73
+ | 'pin-search'
74
+ | 'play'
75
+ | 'plus'
76
+ | 'qr'
77
+ | 'refresh'
78
+ | 'retry'
79
+ | 'route'
80
+ | 'scan'
81
+ | 'scanner'
82
+ | 'search'
83
+ | 'send'
84
+ | 'settings'
85
+ | 'share'
86
+ | 'shelf-pay'
87
+ | 'shield-check'
88
+ | 'sort'
89
+ | 'sound'
90
+ | 'spark'
91
+ | 'star'
92
+ | 'stop'
93
+ | 'storefront-ai'
94
+ | 'storefront-arrow'
95
+ | 'storefront-check'
96
+ | 'storefront-tag'
97
+ | 'storefront'
98
+ | 'success'
99
+ | 'tag'
100
+ | 'thinking'
101
+ | 'trash'
102
+ | 'upload'
103
+ | 'user'
104
+ | 'users-search'
105
+ | 'visit'
106
+ | 'warning';
107
+
108
+ export const ICONS: Record<IconName, IconDef> = {
109
+ 'alert': {
110
+ strokeWidth: 1.75,
111
+ elements: [
112
+ {
113
+ kind: 'path',
114
+ d: 'M10.3 3.86 1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z',
115
+ },
116
+ {
117
+ kind: 'path',
118
+ d: 'M12 9v4',
119
+ },
120
+ {
121
+ kind: 'path',
122
+ d: 'M12 17h.01',
123
+ },
124
+ ],
125
+ },
126
+ 'app-fallback': {
127
+ strokeWidth: 1.75,
128
+ elements: [
129
+ {
130
+ kind: 'path',
131
+ d: 'M4 9V5a1 1 0 0 1 1-1h4',
132
+ },
133
+ {
134
+ kind: 'path',
135
+ d: 'M15 4h4a1 1 0 0 1 1 1v4',
136
+ },
137
+ {
138
+ kind: 'path',
139
+ d: 'M20 15v4a1 1 0 0 1-1 1h-4',
140
+ },
141
+ {
142
+ kind: 'path',
143
+ d: 'M9 20H5a1 1 0 0 1-1-1v-4',
144
+ },
145
+ {
146
+ kind: 'path',
147
+ d: 'M12 9v4',
148
+ },
149
+ {
150
+ kind: 'circle',
151
+ cx: 12,
152
+ cy: 16.3,
153
+ r: 0.95,
154
+ fill: 'currentColor',
155
+ },
156
+ ],
157
+ },
158
+ 'arrow-down': {
159
+ strokeWidth: 1.75,
160
+ elements: [
161
+ {
162
+ kind: 'path',
163
+ d: 'M12 5v14',
164
+ },
165
+ {
166
+ kind: 'path',
167
+ d: 'M5 12l7 7 7-7',
168
+ },
169
+ ],
170
+ },
171
+ 'arrow-left': {
172
+ strokeWidth: 1.75,
173
+ elements: [
174
+ {
175
+ kind: 'path',
176
+ d: 'M19 12H5',
177
+ },
178
+ {
179
+ kind: 'path',
180
+ d: 'M12 5l-7 7 7 7',
181
+ },
182
+ ],
183
+ },
184
+ 'arrow-right': {
185
+ strokeWidth: 1.75,
186
+ elements: [
187
+ {
188
+ kind: 'path',
189
+ d: 'M5 12h14',
190
+ },
191
+ {
192
+ kind: 'path',
193
+ d: 'M13 5l7 7-7 7',
194
+ },
195
+ ],
196
+ },
197
+ 'arrow-up': {
198
+ strokeWidth: 1.75,
199
+ elements: [
200
+ {
201
+ kind: 'path',
202
+ d: 'M12 19V5',
203
+ },
204
+ {
205
+ kind: 'path',
206
+ d: 'M5 12l7-7 7 7',
207
+ },
208
+ ],
209
+ },
210
+ 'attachment': {
211
+ strokeWidth: 1.75,
212
+ elements: [
213
+ {
214
+ kind: 'path',
215
+ d: 'M14 4l-9 9a4 4 0 0 0 6 6l9-9a3 3 0 0 0-4-4l-8 8a2 2 0 0 0 3 3l7-7',
216
+ },
217
+ ],
218
+ },
219
+ 'bag-check': {
220
+ strokeWidth: 1.75,
221
+ elements: [
222
+ {
223
+ kind: 'path',
224
+ d: 'M5 7h14l-1.2 13H6.2z',
225
+ },
226
+ {
227
+ kind: 'path',
228
+ d: 'M9 7V5a3 3 0 0 1 6 0v2',
229
+ },
230
+ {
231
+ kind: 'path',
232
+ d: 'M9 13l2 2 4-4',
233
+ },
234
+ ],
235
+ },
236
+ 'bell': {
237
+ strokeWidth: 1.75,
238
+ elements: [
239
+ {
240
+ kind: 'path',
241
+ d: 'M6 17V11a6 6 0 1 1 12 0v6l1.5 2H4.5z',
242
+ },
243
+ {
244
+ kind: 'path',
245
+ d: 'M10 21a2 2 0 0 0 4 0',
246
+ },
247
+ ],
248
+ },
249
+ 'bot': {
250
+ strokeWidth: 1.75,
251
+ elements: [
252
+ {
253
+ kind: 'rect',
254
+ x: 4,
255
+ y: 8,
256
+ width: 16,
257
+ height: 12,
258
+ rx: 3,
259
+ },
260
+ {
261
+ kind: 'path',
262
+ d: 'M12 4v4',
263
+ },
264
+ {
265
+ kind: 'circle',
266
+ cx: 12,
267
+ cy: 3,
268
+ r: 1,
269
+ },
270
+ {
271
+ kind: 'circle',
272
+ cx: 9,
273
+ cy: 14,
274
+ r: 1,
275
+ fill: 'currentColor',
276
+ },
277
+ {
278
+ kind: 'circle',
279
+ cx: 15,
280
+ cy: 14,
281
+ r: 1,
282
+ fill: 'currentColor',
283
+ },
284
+ ],
285
+ },
286
+ 'box-list': {
287
+ strokeWidth: 1.75,
288
+ elements: [
289
+ {
290
+ kind: 'rect',
291
+ x: 3.5,
292
+ y: 5,
293
+ width: 11,
294
+ height: 16,
295
+ rx: 1.5,
296
+ },
297
+ {
298
+ kind: 'rect',
299
+ x: 7,
300
+ y: 3,
301
+ width: 4.5,
302
+ height: 3,
303
+ rx: 1,
304
+ },
305
+ {
306
+ kind: 'path',
307
+ d: 'M6.5 11h5M6.5 15h3',
308
+ },
309
+ {
310
+ kind: 'rect',
311
+ x: 15,
312
+ y: 13,
313
+ width: 6,
314
+ height: 6,
315
+ rx: 0.5,
316
+ },
317
+ {
318
+ kind: 'path',
319
+ d: 'M15 16h6M18 13v6',
320
+ },
321
+ ],
322
+ },
323
+ 'box-up': {
324
+ strokeWidth: 1.75,
325
+ elements: [
326
+ {
327
+ kind: 'rect',
328
+ x: 4,
329
+ y: 10,
330
+ width: 16,
331
+ height: 11,
332
+ rx: 1,
333
+ },
334
+ {
335
+ kind: 'path',
336
+ d: 'M4 14h16',
337
+ },
338
+ {
339
+ kind: 'path',
340
+ d: 'M9 6l3-3 3 3',
341
+ },
342
+ {
343
+ kind: 'path',
344
+ d: 'M12 3v8',
345
+ },
346
+ ],
347
+ },
348
+ 'building': {
349
+ strokeWidth: 1.75,
350
+ elements: [
351
+ {
352
+ kind: 'rect',
353
+ x: 4,
354
+ y: 3,
355
+ width: 16,
356
+ height: 18,
357
+ rx: 1,
358
+ },
359
+ {
360
+ kind: 'path',
361
+ d: 'M9 7h2',
362
+ },
363
+ {
364
+ kind: 'path',
365
+ d: 'M13 7h2',
366
+ },
367
+ {
368
+ kind: 'path',
369
+ d: 'M9 11h2',
370
+ },
371
+ {
372
+ kind: 'path',
373
+ d: 'M13 11h2',
374
+ },
375
+ {
376
+ kind: 'path',
377
+ d: 'M9 15h2',
378
+ },
379
+ {
380
+ kind: 'path',
381
+ d: 'M13 15h2',
382
+ },
383
+ {
384
+ kind: 'path',
385
+ d: 'M10 21v-3h4v3',
386
+ },
387
+ ],
388
+ },
389
+ 'calculator': {
390
+ strokeWidth: 1.75,
391
+ elements: [
392
+ {
393
+ kind: 'rect',
394
+ x: 5,
395
+ y: 3,
396
+ width: 14,
397
+ height: 18,
398
+ rx: 2,
399
+ },
400
+ {
401
+ kind: 'rect',
402
+ x: 8,
403
+ y: 6,
404
+ width: 8,
405
+ height: 3,
406
+ rx: 0.5,
407
+ },
408
+ {
409
+ kind: 'circle',
410
+ cx: 9,
411
+ cy: 13,
412
+ r: 0.9,
413
+ fill: 'currentColor',
414
+ },
415
+ {
416
+ kind: 'circle',
417
+ cx: 12,
418
+ cy: 13,
419
+ r: 0.9,
420
+ fill: 'currentColor',
421
+ },
422
+ {
423
+ kind: 'circle',
424
+ cx: 15,
425
+ cy: 13,
426
+ r: 0.9,
427
+ fill: 'currentColor',
428
+ },
429
+ {
430
+ kind: 'circle',
431
+ cx: 9,
432
+ cy: 17,
433
+ r: 0.9,
434
+ fill: 'currentColor',
435
+ },
436
+ {
437
+ kind: 'circle',
438
+ cx: 12,
439
+ cy: 17,
440
+ r: 0.9,
441
+ fill: 'currentColor',
442
+ },
443
+ {
444
+ kind: 'circle',
445
+ cx: 15,
446
+ cy: 17,
447
+ r: 0.9,
448
+ fill: 'currentColor',
449
+ },
450
+ ],
451
+ },
452
+ 'calendar-route': {
453
+ strokeWidth: 1.75,
454
+ elements: [
455
+ {
456
+ kind: 'rect',
457
+ x: 3,
458
+ y: 5,
459
+ width: 18,
460
+ height: 16,
461
+ rx: 1.5,
462
+ },
463
+ {
464
+ kind: 'path',
465
+ d: 'M3 10h18',
466
+ },
467
+ {
468
+ kind: 'path',
469
+ d: 'M8 3v4M16 3v4',
470
+ },
471
+ {
472
+ kind: 'path',
473
+ d: 'M6.5 15.5c1.5-2 3-2 4.5 0s3 2 4.5 0 1.5-2 3.5 0',
474
+ },
475
+ ],
476
+ },
477
+ 'calendar': {
478
+ strokeWidth: 1.75,
479
+ elements: [
480
+ {
481
+ kind: 'rect',
482
+ x: 3,
483
+ y: 5,
484
+ width: 18,
485
+ height: 16,
486
+ rx: 2,
487
+ },
488
+ {
489
+ kind: 'path',
490
+ d: 'M3 10h18',
491
+ },
492
+ {
493
+ kind: 'path',
494
+ d: 'M8 3v4',
495
+ },
496
+ {
497
+ kind: 'path',
498
+ d: 'M16 3v4',
499
+ },
500
+ ],
501
+ },
502
+ 'camera': {
503
+ strokeWidth: 1.75,
504
+ elements: [
505
+ {
506
+ kind: 'path',
507
+ d: 'M4 8h3l2-3h6l2 3h3a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2z',
508
+ },
509
+ {
510
+ kind: 'circle',
511
+ cx: 12,
512
+ cy: 13,
513
+ r: 3.5,
514
+ },
515
+ ],
516
+ },
517
+ 'card': {
518
+ strokeWidth: 1.75,
519
+ elements: [
520
+ {
521
+ kind: 'rect',
522
+ x: 3,
523
+ y: 6,
524
+ width: 18,
525
+ height: 13,
526
+ rx: 2,
527
+ },
528
+ {
529
+ kind: 'path',
530
+ d: 'M3 10h18',
531
+ },
532
+ {
533
+ kind: 'path',
534
+ d: 'M7 15h3',
535
+ },
536
+ ],
537
+ },
538
+ 'chat-star': {
539
+ strokeWidth: 1.75,
540
+ elements: [
541
+ {
542
+ kind: 'path',
543
+ d: 'M4 5a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2h-6l-4 4v-4H6a2 2 0 0 1-2-2z',
544
+ },
545
+ {
546
+ kind: 'path',
547
+ d: 'M12 6.5l1.2 2.5 2.7.4-2 1.9.5 2.7L12 12.7l-2.4 1.3.5-2.7-2-1.9 2.7-.4z',
548
+ },
549
+ ],
550
+ },
551
+ 'check': {
552
+ strokeWidth: 2,
553
+ elements: [
554
+ {
555
+ kind: 'path',
556
+ d: 'M5 12.5l4.5 4.5L19 7',
557
+ },
558
+ ],
559
+ },
560
+ 'chevron-down': {
561
+ strokeWidth: 1.75,
562
+ elements: [
563
+ {
564
+ kind: 'path',
565
+ d: 'M6 9l6 6 6-6',
566
+ },
567
+ ],
568
+ },
569
+ 'chevron-left': {
570
+ strokeWidth: 1.75,
571
+ elements: [
572
+ {
573
+ kind: 'path',
574
+ d: 'M15 6l-6 6 6 6',
575
+ },
576
+ ],
577
+ },
578
+ 'chevron-right': {
579
+ strokeWidth: 1.75,
580
+ elements: [
581
+ {
582
+ kind: 'path',
583
+ d: 'M9 6l6 6-6 6',
584
+ },
585
+ ],
586
+ },
587
+ 'chevron-up': {
588
+ strokeWidth: 1.75,
589
+ elements: [
590
+ {
591
+ kind: 'path',
592
+ d: 'M6 15l6-6 6 6',
593
+ },
594
+ ],
595
+ },
596
+ 'circle-minus': {
597
+ strokeWidth: 1.75,
598
+ elements: [
599
+ {
600
+ kind: 'circle',
601
+ cx: 12,
602
+ cy: 12,
603
+ r: 9,
604
+ },
605
+ {
606
+ kind: 'path',
607
+ d: 'M8 12h8',
608
+ },
609
+ ],
610
+ },
611
+ 'circle-plus': {
612
+ strokeWidth: 1.75,
613
+ elements: [
614
+ {
615
+ kind: 'circle',
616
+ cx: 12,
617
+ cy: 12,
618
+ r: 9,
619
+ },
620
+ {
621
+ kind: 'path',
622
+ d: 'M12 8v8',
623
+ },
624
+ {
625
+ kind: 'path',
626
+ d: 'M8 12h8',
627
+ },
628
+ ],
629
+ },
630
+ 'clipboard-search': {
631
+ strokeWidth: 1.75,
632
+ elements: [
633
+ {
634
+ kind: 'rect',
635
+ x: 4,
636
+ y: 4,
637
+ width: 13,
638
+ height: 17,
639
+ rx: 2,
640
+ },
641
+ {
642
+ kind: 'rect',
643
+ x: 8,
644
+ y: 2.5,
645
+ width: 5,
646
+ height: 3,
647
+ rx: 1,
648
+ },
649
+ {
650
+ kind: 'path',
651
+ d: 'M7.5 10h6',
652
+ },
653
+ {
654
+ kind: 'circle',
655
+ cx: 17,
656
+ cy: 16,
657
+ r: 3.2,
658
+ },
659
+ {
660
+ kind: 'path',
661
+ d: 'M19.4 18.4L21.5 20.5',
662
+ },
663
+ ],
664
+ },
665
+ 'clipboard-user': {
666
+ strokeWidth: 1.75,
667
+ elements: [
668
+ {
669
+ kind: 'rect',
670
+ x: 3.5,
671
+ y: 8,
672
+ width: 10,
673
+ height: 13,
674
+ rx: 1,
675
+ },
676
+ {
677
+ kind: 'path',
678
+ d: 'M6 12h2M10 12h2M6 16h2M10 16h2',
679
+ },
680
+ {
681
+ kind: 'path',
682
+ d: 'M7.5 21v-2.5h2.5V21',
683
+ },
684
+ {
685
+ kind: 'circle',
686
+ cx: 18,
687
+ cy: 8,
688
+ r: 2.8,
689
+ },
690
+ {
691
+ kind: 'path',
692
+ d: 'M18 10.8V14',
693
+ },
694
+ ],
695
+ },
696
+ 'clipboard': {
697
+ strokeWidth: 1.75,
698
+ elements: [
699
+ {
700
+ kind: 'rect',
701
+ x: 6,
702
+ y: 4,
703
+ width: 12,
704
+ height: 17,
705
+ rx: 2,
706
+ },
707
+ {
708
+ kind: 'rect',
709
+ x: 9,
710
+ y: 2.5,
711
+ width: 6,
712
+ height: 3,
713
+ rx: 1,
714
+ },
715
+ {
716
+ kind: 'path',
717
+ d: 'M9 11h6M9 15h4',
718
+ },
719
+ ],
720
+ },
721
+ 'close': {
722
+ strokeWidth: 1.75,
723
+ elements: [
724
+ {
725
+ kind: 'path',
726
+ d: 'M6 6l12 12M18 6L6 18',
727
+ },
728
+ ],
729
+ },
730
+ 'coin': {
731
+ strokeWidth: 1.75,
732
+ elements: [
733
+ {
734
+ kind: 'circle',
735
+ cx: 12,
736
+ cy: 12,
737
+ r: 9,
738
+ },
739
+ {
740
+ kind: 'path',
741
+ d: 'M8 8l4 5 4-5',
742
+ },
743
+ {
744
+ kind: 'path',
745
+ d: 'M12 13v4',
746
+ },
747
+ {
748
+ kind: 'path',
749
+ d: 'M9 14h6',
750
+ },
751
+ {
752
+ kind: 'path',
753
+ d: 'M9 16h6',
754
+ },
755
+ ],
756
+ },
757
+ 'copy': {
758
+ strokeWidth: 1.75,
759
+ elements: [
760
+ {
761
+ kind: 'rect',
762
+ x: 8,
763
+ y: 8,
764
+ width: 13,
765
+ height: 13,
766
+ rx: 2,
767
+ },
768
+ {
769
+ kind: 'path',
770
+ d: 'M4 16V5a2 2 0 0 1 2-2h11',
771
+ },
772
+ ],
773
+ },
774
+ 'dashboard-megaphone': {
775
+ strokeWidth: 1.75,
776
+ elements: [
777
+ {
778
+ kind: 'circle',
779
+ cx: 12,
780
+ cy: 12,
781
+ r: 9.5,
782
+ },
783
+ {
784
+ kind: 'circle',
785
+ cx: 12,
786
+ cy: 12,
787
+ r: 5.8,
788
+ },
789
+ {
790
+ kind: 'path',
791
+ d: 'M8.8 11.4v1.2l3.4 1.3V10.1z',
792
+ fill: 'currentColor',
793
+ },
794
+ {
795
+ kind: 'path',
796
+ d: 'M13.3 11.1a1.4 1.4 0 0 1 0 1.8',
797
+ },
798
+ {
799
+ kind: 'path',
800
+ d: 'M14.8 9.8a3 3 0 0 1 0 4.4',
801
+ },
802
+ ],
803
+ },
804
+ 'dashboard-star': {
805
+ strokeWidth: 1.75,
806
+ elements: [
807
+ {
808
+ kind: 'circle',
809
+ cx: 12,
810
+ cy: 12,
811
+ r: 9.5,
812
+ },
813
+ {
814
+ kind: 'circle',
815
+ cx: 12,
816
+ cy: 12,
817
+ r: 5.8,
818
+ },
819
+ {
820
+ kind: 'path',
821
+ d: 'M12 8.5l1.2 2.42 2.68.39-1.94 1.89.46 2.67L12 14.61l-2.4 1.26.46-2.67L8.12 11.31l2.68-.39z',
822
+ fill: 'currentColor',
823
+ },
824
+ ],
825
+ },
826
+ 'download': {
827
+ strokeWidth: 1.75,
828
+ elements: [
829
+ {
830
+ kind: 'path',
831
+ d: 'M12 4v12',
832
+ },
833
+ {
834
+ kind: 'path',
835
+ d: 'M5 13l7 7 7-7',
836
+ },
837
+ {
838
+ kind: 'path',
839
+ d: 'M4 20h16',
840
+ },
841
+ ],
842
+ },
843
+ 'edit-pencil': {
844
+ strokeWidth: 1.75,
845
+ elements: [
846
+ {
847
+ kind: 'path',
848
+ d: 'M14.5 4.5l5 5',
849
+ },
850
+ {
851
+ kind: 'path',
852
+ d: 'M3 21l5-1L20 8l-4-4L4 16z',
853
+ },
854
+ ],
855
+ },
856
+ 'edit': {
857
+ strokeWidth: 1.75,
858
+ elements: [
859
+ {
860
+ kind: 'path',
861
+ d: 'M16 3.5l4.5 4.5L8 20.5 3 21l.5-5z',
862
+ },
863
+ ],
864
+ },
865
+ 'error': {
866
+ strokeWidth: 1.75,
867
+ elements: [
868
+ {
869
+ kind: 'circle',
870
+ cx: 12,
871
+ cy: 12,
872
+ r: 9,
873
+ },
874
+ {
875
+ kind: 'path',
876
+ d: 'M9 9l6 6',
877
+ },
878
+ {
879
+ kind: 'path',
880
+ d: 'M15 9l-6 6',
881
+ },
882
+ ],
883
+ },
884
+ 'eye-off': {
885
+ strokeWidth: 1.75,
886
+ elements: [
887
+ {
888
+ kind: 'path',
889
+ d: 'M3 3l18 18',
890
+ },
891
+ {
892
+ kind: 'path',
893
+ d: 'M10.6 10.6a3 3 0 0 0 4.2 4.2',
894
+ },
895
+ {
896
+ kind: 'path',
897
+ d: 'M9.4 5.3A10.5 10.5 0 0 1 12 5c6.5 0 10 7 10 7a17.6 17.6 0 0 1-3.6 4.5',
898
+ },
899
+ {
900
+ kind: 'path',
901
+ d: 'M6.6 6.6A17.7 17.7 0 0 0 2 12s3.5 7 10 7c1.7 0 3.2-.4 4.5-1',
902
+ },
903
+ ],
904
+ },
905
+ 'eye': {
906
+ strokeWidth: 1.75,
907
+ elements: [
908
+ {
909
+ kind: 'path',
910
+ d: 'M2 12s3.5-7 10-7 10 7 10 7-3.5 7-10 7-10-7-10-7z',
911
+ },
912
+ {
913
+ kind: 'circle',
914
+ cx: 12,
915
+ cy: 12,
916
+ r: 3,
917
+ },
918
+ ],
919
+ },
920
+ 'file': {
921
+ strokeWidth: 1.75,
922
+ elements: [
923
+ {
924
+ kind: 'path',
925
+ d: 'M14 3H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9z',
926
+ },
927
+ {
928
+ kind: 'path',
929
+ d: 'M14 3v6h6',
930
+ },
931
+ ],
932
+ },
933
+ 'filter': {
934
+ strokeWidth: 1.75,
935
+ elements: [
936
+ {
937
+ kind: 'path',
938
+ d: 'M3 5h18l-7 9v6l-4-2v-4z',
939
+ },
940
+ ],
941
+ },
942
+ 'flag': {
943
+ strokeWidth: 1.75,
944
+ elements: [
945
+ {
946
+ kind: 'path',
947
+ d: 'M5 21V4',
948
+ },
949
+ {
950
+ kind: 'path',
951
+ d: 'M5 4h12l-2 4 2 4H5',
952
+ },
953
+ ],
954
+ },
955
+ 'grid': {
956
+ strokeWidth: 1.75,
957
+ elements: [
958
+ {
959
+ kind: 'rect',
960
+ x: 4,
961
+ y: 4,
962
+ width: 7,
963
+ height: 7,
964
+ rx: 1,
965
+ },
966
+ {
967
+ kind: 'rect',
968
+ x: 13,
969
+ y: 4,
970
+ width: 7,
971
+ height: 7,
972
+ rx: 1,
973
+ },
974
+ {
975
+ kind: 'rect',
976
+ x: 4,
977
+ y: 13,
978
+ width: 7,
979
+ height: 7,
980
+ rx: 1,
981
+ },
982
+ {
983
+ kind: 'rect',
984
+ x: 13,
985
+ y: 13,
986
+ width: 7,
987
+ height: 7,
988
+ rx: 1,
989
+ },
990
+ ],
991
+ },
992
+ 'heart': {
993
+ strokeWidth: 1.75,
994
+ elements: [
995
+ {
996
+ kind: 'path',
997
+ d: 'M20.4 6.4a5 5 0 0 0-7.4-.4L12 7l-1-1a5 5 0 1 0-7 7l8 8 8-8a5 5 0 0 0 .4-6.6z',
998
+ },
999
+ ],
1000
+ },
1001
+ 'home': {
1002
+ strokeWidth: 1.75,
1003
+ elements: [
1004
+ {
1005
+ kind: 'rect',
1006
+ x: 3.25,
1007
+ y: 3.5,
1008
+ width: 17.5,
1009
+ height: 17,
1010
+ rx: 2.75,
1011
+ },
1012
+ {
1013
+ kind: 'path',
1014
+ d: 'M3.25 9.25h17.5',
1015
+ },
1016
+ {
1017
+ kind: 'path',
1018
+ d: 'M12 9.25v11.25',
1019
+ },
1020
+ ],
1021
+ },
1022
+ 'image': {
1023
+ strokeWidth: 1.75,
1024
+ elements: [
1025
+ {
1026
+ kind: 'rect',
1027
+ x: 3,
1028
+ y: 4,
1029
+ width: 18,
1030
+ height: 16,
1031
+ rx: 2,
1032
+ },
1033
+ {
1034
+ kind: 'circle',
1035
+ cx: 9,
1036
+ cy: 10,
1037
+ r: 2,
1038
+ },
1039
+ {
1040
+ kind: 'path',
1041
+ d: 'M21 15l-5-5L4 20',
1042
+ },
1043
+ ],
1044
+ },
1045
+ 'info': {
1046
+ strokeWidth: 1.75,
1047
+ elements: [
1048
+ {
1049
+ kind: 'circle',
1050
+ cx: 12,
1051
+ cy: 12,
1052
+ r: 9,
1053
+ },
1054
+ {
1055
+ kind: 'path',
1056
+ d: 'M12 11v5',
1057
+ },
1058
+ {
1059
+ kind: 'circle',
1060
+ cx: 12,
1061
+ cy: 8,
1062
+ r: 0.6,
1063
+ fill: 'currentColor',
1064
+ },
1065
+ ],
1066
+ },
1067
+ 'keyboard': {
1068
+ strokeWidth: 1.75,
1069
+ elements: [
1070
+ {
1071
+ kind: 'rect',
1072
+ x: 2.5,
1073
+ y: 6,
1074
+ width: 19,
1075
+ height: 12,
1076
+ rx: 2,
1077
+ },
1078
+ {
1079
+ kind: 'path',
1080
+ d: 'M6 10h.01M10 10h.01M14 10h.01M18 10h.01M7 14h10',
1081
+ },
1082
+ ],
1083
+ },
1084
+ 'lightbulb': {
1085
+ strokeWidth: 1.75,
1086
+ elements: [
1087
+ {
1088
+ kind: 'path',
1089
+ d: 'M9 18h6',
1090
+ },
1091
+ {
1092
+ kind: 'path',
1093
+ d: 'M10 21h4',
1094
+ },
1095
+ {
1096
+ kind: 'path',
1097
+ d: 'M8 14a5 5 0 1 1 8 0c-1 1-1.5 2-1.5 3.5h-5C9.5 16 9 15 8 14z',
1098
+ },
1099
+ ],
1100
+ },
1101
+ 'list': {
1102
+ strokeWidth: 1.75,
1103
+ elements: [
1104
+ {
1105
+ kind: 'path',
1106
+ d: 'M8 6h12',
1107
+ },
1108
+ {
1109
+ kind: 'path',
1110
+ d: 'M8 12h12',
1111
+ },
1112
+ {
1113
+ kind: 'path',
1114
+ d: 'M8 18h12',
1115
+ },
1116
+ {
1117
+ kind: 'circle',
1118
+ cx: 4,
1119
+ cy: 6,
1120
+ r: 1,
1121
+ fill: 'currentColor',
1122
+ },
1123
+ {
1124
+ kind: 'circle',
1125
+ cx: 4,
1126
+ cy: 12,
1127
+ r: 1,
1128
+ fill: 'currentColor',
1129
+ },
1130
+ {
1131
+ kind: 'circle',
1132
+ cx: 4,
1133
+ cy: 18,
1134
+ r: 1,
1135
+ fill: 'currentColor',
1136
+ },
1137
+ ],
1138
+ },
1139
+ 'location': {
1140
+ strokeWidth: 1.75,
1141
+ elements: [
1142
+ {
1143
+ kind: 'path',
1144
+ d: 'M12 22s7-7.5 7-13a7 7 0 1 0-14 0c0 5.5 7 13 7 13z',
1145
+ },
1146
+ {
1147
+ kind: 'circle',
1148
+ cx: 12,
1149
+ cy: 9,
1150
+ r: 2.5,
1151
+ },
1152
+ ],
1153
+ },
1154
+ 'lock': {
1155
+ strokeWidth: 1.75,
1156
+ elements: [
1157
+ {
1158
+ kind: 'rect',
1159
+ x: 5,
1160
+ y: 11,
1161
+ width: 14,
1162
+ height: 9,
1163
+ rx: 2,
1164
+ },
1165
+ {
1166
+ kind: 'path',
1167
+ d: 'M8 11V8a4 4 0 0 1 8 0v3',
1168
+ },
1169
+ ],
1170
+ },
1171
+ 'logout': {
1172
+ strokeWidth: 1.75,
1173
+ elements: [
1174
+ {
1175
+ kind: 'path',
1176
+ d: 'M14 5h5a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1h-5',
1177
+ },
1178
+ {
1179
+ kind: 'path',
1180
+ d: 'M3 12h12',
1181
+ },
1182
+ {
1183
+ kind: 'path',
1184
+ d: 'M15 12l-4-4',
1185
+ },
1186
+ {
1187
+ kind: 'path',
1188
+ d: 'M15 12l-4 4',
1189
+ },
1190
+ ],
1191
+ },
1192
+ 'mail': {
1193
+ strokeWidth: 1.75,
1194
+ elements: [
1195
+ {
1196
+ kind: 'rect',
1197
+ x: 3,
1198
+ y: 5,
1199
+ width: 18,
1200
+ height: 14,
1201
+ rx: 2,
1202
+ },
1203
+ {
1204
+ kind: 'path',
1205
+ d: 'M3 7l9 6 9-6',
1206
+ },
1207
+ ],
1208
+ },
1209
+ 'menu': {
1210
+ strokeWidth: 1.75,
1211
+ elements: [
1212
+ {
1213
+ kind: 'path',
1214
+ d: 'M4 7h16M4 12h16M4 17h16',
1215
+ },
1216
+ ],
1217
+ },
1218
+ 'mic-on': {
1219
+ strokeWidth: 1.75,
1220
+ elements: [
1221
+ {
1222
+ kind: 'rect',
1223
+ x: 9,
1224
+ y: 3,
1225
+ width: 6,
1226
+ height: 12,
1227
+ rx: 3,
1228
+ },
1229
+ {
1230
+ kind: 'path',
1231
+ d: 'M5 11a7 7 0 0 0 14 0',
1232
+ },
1233
+ {
1234
+ kind: 'path',
1235
+ d: 'M12 18v3',
1236
+ },
1237
+ ],
1238
+ },
1239
+ 'mic': {
1240
+ strokeWidth: 1.75,
1241
+ elements: [
1242
+ {
1243
+ kind: 'rect',
1244
+ x: 9,
1245
+ y: 3,
1246
+ width: 6,
1247
+ height: 12,
1248
+ rx: 3,
1249
+ },
1250
+ {
1251
+ kind: 'path',
1252
+ d: 'M5 11a7 7 0 0 0 14 0',
1253
+ },
1254
+ {
1255
+ kind: 'path',
1256
+ d: 'M12 18v3',
1257
+ },
1258
+ ],
1259
+ },
1260
+ 'more-h': {
1261
+ strokeWidth: 1.75,
1262
+ elements: [
1263
+ {
1264
+ kind: 'circle',
1265
+ cx: 5,
1266
+ cy: 12,
1267
+ r: 1.5,
1268
+ fill: 'currentColor',
1269
+ },
1270
+ {
1271
+ kind: 'circle',
1272
+ cx: 12,
1273
+ cy: 12,
1274
+ r: 1.5,
1275
+ fill: 'currentColor',
1276
+ },
1277
+ {
1278
+ kind: 'circle',
1279
+ cx: 19,
1280
+ cy: 12,
1281
+ r: 1.5,
1282
+ fill: 'currentColor',
1283
+ },
1284
+ ],
1285
+ },
1286
+ 'more-v': {
1287
+ strokeWidth: 1.75,
1288
+ elements: [
1289
+ {
1290
+ kind: 'circle',
1291
+ cx: 12,
1292
+ cy: 5,
1293
+ r: 1.5,
1294
+ fill: 'currentColor',
1295
+ },
1296
+ {
1297
+ kind: 'circle',
1298
+ cx: 12,
1299
+ cy: 12,
1300
+ r: 1.5,
1301
+ fill: 'currentColor',
1302
+ },
1303
+ {
1304
+ kind: 'circle',
1305
+ cx: 12,
1306
+ cy: 19,
1307
+ r: 1.5,
1308
+ fill: 'currentColor',
1309
+ },
1310
+ ],
1311
+ },
1312
+ 'order': {
1313
+ strokeWidth: 1.75,
1314
+ elements: [
1315
+ {
1316
+ kind: 'rect',
1317
+ x: 5,
1318
+ y: 3,
1319
+ width: 14,
1320
+ height: 18,
1321
+ rx: 2,
1322
+ },
1323
+ {
1324
+ kind: 'path',
1325
+ d: 'M9 8h6',
1326
+ },
1327
+ {
1328
+ kind: 'path',
1329
+ d: 'M9 12h6',
1330
+ },
1331
+ {
1332
+ kind: 'path',
1333
+ d: 'M9 16h4',
1334
+ },
1335
+ ],
1336
+ },
1337
+ 'package': {
1338
+ strokeWidth: 1.75,
1339
+ elements: [
1340
+ {
1341
+ kind: 'path',
1342
+ d: 'M21 8l-9-5-9 5v8l9 5 9-5z',
1343
+ },
1344
+ {
1345
+ kind: 'path',
1346
+ d: 'M3 8l9 5 9-5',
1347
+ },
1348
+ {
1349
+ kind: 'path',
1350
+ d: 'M12 13v8',
1351
+ },
1352
+ {
1353
+ kind: 'path',
1354
+ d: 'M7.5 5.5l9 5',
1355
+ },
1356
+ ],
1357
+ },
1358
+ 'paperclip': {
1359
+ strokeWidth: 1.75,
1360
+ elements: [
1361
+ {
1362
+ kind: 'path',
1363
+ d: 'M21 11l-9 9a5 5 0 0 1-7-7l9-9a3.5 3.5 0 0 1 5 5l-9 9a2 2 0 0 1-3-3l8-8',
1364
+ },
1365
+ ],
1366
+ },
1367
+ 'pause': {
1368
+ strokeWidth: 1.75,
1369
+ elements: [
1370
+ {
1371
+ kind: 'rect',
1372
+ x: 6,
1373
+ y: 5,
1374
+ width: 4,
1375
+ height: 14,
1376
+ rx: 1,
1377
+ },
1378
+ {
1379
+ kind: 'rect',
1380
+ x: 14,
1381
+ y: 5,
1382
+ width: 4,
1383
+ height: 14,
1384
+ rx: 1,
1385
+ },
1386
+ ],
1387
+ },
1388
+ 'phone': {
1389
+ strokeWidth: 1.75,
1390
+ elements: [
1391
+ {
1392
+ kind: 'path',
1393
+ d: 'M5 4h3l2 5-2.5 1.5a11 11 0 0 0 6 6L15 14l5 2v3a2 2 0 0 1-2 2A16 16 0 0 1 3 6a2 2 0 0 1 2-2z',
1394
+ },
1395
+ ],
1396
+ },
1397
+ 'pin-search': {
1398
+ strokeWidth: 1.75,
1399
+ elements: [
1400
+ {
1401
+ kind: 'path',
1402
+ d: 'M12 21s7-7 7-12a7 7 0 1 0-14 0c0 5 7 12 7 12z',
1403
+ },
1404
+ {
1405
+ kind: 'circle',
1406
+ cx: 12,
1407
+ cy: 8.5,
1408
+ r: 2.2,
1409
+ },
1410
+ {
1411
+ kind: 'path',
1412
+ d: 'M13.6 10.1l1.8 1.8',
1413
+ },
1414
+ ],
1415
+ },
1416
+ 'play': {
1417
+ strokeWidth: 1.75,
1418
+ elements: [
1419
+ {
1420
+ kind: 'path',
1421
+ d: 'M6 4l14 8-14 8z',
1422
+ },
1423
+ ],
1424
+ },
1425
+ 'plus': {
1426
+ strokeWidth: 1.75,
1427
+ elements: [
1428
+ {
1429
+ kind: 'path',
1430
+ d: 'M12 5v14M5 12h14',
1431
+ },
1432
+ ],
1433
+ },
1434
+ 'qr': {
1435
+ strokeWidth: 1.75,
1436
+ elements: [
1437
+ {
1438
+ kind: 'rect',
1439
+ x: 4,
1440
+ y: 4,
1441
+ width: 6,
1442
+ height: 6,
1443
+ },
1444
+ {
1445
+ kind: 'rect',
1446
+ x: 14,
1447
+ y: 4,
1448
+ width: 6,
1449
+ height: 6,
1450
+ },
1451
+ {
1452
+ kind: 'rect',
1453
+ x: 4,
1454
+ y: 14,
1455
+ width: 6,
1456
+ height: 6,
1457
+ },
1458
+ {
1459
+ kind: 'path',
1460
+ d: 'M14 14h2v2h-2zM18 14h2v2h-2zM14 18h2v2h-2zM18 18h2v2h-2z',
1461
+ fill: 'currentColor',
1462
+ },
1463
+ ],
1464
+ },
1465
+ 'refresh': {
1466
+ strokeWidth: 1.75,
1467
+ elements: [
1468
+ {
1469
+ kind: 'path',
1470
+ d: 'M3 12a9 9 0 0 1 15.5-6.3L21 8',
1471
+ },
1472
+ {
1473
+ kind: 'path',
1474
+ d: 'M21 3v5h-5',
1475
+ },
1476
+ {
1477
+ kind: 'path',
1478
+ d: 'M21 12a9 9 0 0 1-15.5 6.3L3 16',
1479
+ },
1480
+ {
1481
+ kind: 'path',
1482
+ d: 'M3 21v-5h5',
1483
+ },
1484
+ ],
1485
+ },
1486
+ 'retry': {
1487
+ strokeWidth: 1.75,
1488
+ elements: [
1489
+ {
1490
+ kind: 'path',
1491
+ d: 'M21 12a9 9 0 1 1-3.5-7.1',
1492
+ },
1493
+ {
1494
+ kind: 'path',
1495
+ d: 'M21 4v5h-5',
1496
+ },
1497
+ ],
1498
+ },
1499
+ 'route': {
1500
+ strokeWidth: 1.75,
1501
+ elements: [
1502
+ {
1503
+ kind: 'circle',
1504
+ cx: 6,
1505
+ cy: 19,
1506
+ r: 3,
1507
+ },
1508
+ {
1509
+ kind: 'circle',
1510
+ cx: 18,
1511
+ cy: 5,
1512
+ r: 3,
1513
+ },
1514
+ {
1515
+ kind: 'path',
1516
+ d: 'M6 16V9a4 4 0 0 1 4-4h4',
1517
+ },
1518
+ {
1519
+ kind: 'path',
1520
+ d: 'M18 8v7a4 4 0 0 1-4 4h-4',
1521
+ },
1522
+ ],
1523
+ },
1524
+ 'scan': {
1525
+ strokeWidth: 1.75,
1526
+ elements: [
1527
+ {
1528
+ kind: 'path',
1529
+ d: 'M4 8V5a1 1 0 0 1 1-1h3',
1530
+ },
1531
+ {
1532
+ kind: 'path',
1533
+ d: 'M16 4h3a1 1 0 0 1 1 1v3',
1534
+ },
1535
+ {
1536
+ kind: 'path',
1537
+ d: 'M20 16v3a1 1 0 0 1-1 1h-3',
1538
+ },
1539
+ {
1540
+ kind: 'path',
1541
+ d: 'M8 20H5a1 1 0 0 1-1-1v-3',
1542
+ },
1543
+ {
1544
+ kind: 'path',
1545
+ d: 'M4 12h16',
1546
+ },
1547
+ ],
1548
+ },
1549
+ 'scanner': {
1550
+ strokeWidth: 1.75,
1551
+ elements: [
1552
+ {
1553
+ kind: 'rect',
1554
+ x: 13,
1555
+ y: 5,
1556
+ width: 8,
1557
+ height: 14,
1558
+ rx: 1.5,
1559
+ },
1560
+ {
1561
+ kind: 'path',
1562
+ d: 'M13 16h8',
1563
+ },
1564
+ {
1565
+ kind: 'circle',
1566
+ cx: 17,
1567
+ cy: 17.6,
1568
+ r: 0.9,
1569
+ fill: 'currentColor',
1570
+ },
1571
+ {
1572
+ kind: 'path',
1573
+ d: 'M3 8v8M5.5 8v8M8 8v8M10.5 8v8',
1574
+ },
1575
+ {
1576
+ kind: 'path',
1577
+ d: 'M11 12h2',
1578
+ },
1579
+ ],
1580
+ },
1581
+ 'search': {
1582
+ strokeWidth: 1.75,
1583
+ elements: [
1584
+ {
1585
+ kind: 'circle',
1586
+ cx: 11,
1587
+ cy: 11,
1588
+ r: 7,
1589
+ },
1590
+ {
1591
+ kind: 'path',
1592
+ d: 'M20 20l-3.5-3.5',
1593
+ },
1594
+ ],
1595
+ },
1596
+ 'send': {
1597
+ strokeWidth: 1.75,
1598
+ elements: [
1599
+ {
1600
+ kind: 'path',
1601
+ d: 'M12 19V5',
1602
+ },
1603
+ {
1604
+ kind: 'path',
1605
+ d: 'M5 12l7-7 7 7',
1606
+ },
1607
+ ],
1608
+ },
1609
+ 'settings': {
1610
+ strokeWidth: 1.75,
1611
+ elements: [
1612
+ {
1613
+ kind: 'circle',
1614
+ cx: 12,
1615
+ cy: 12,
1616
+ r: 3,
1617
+ },
1618
+ {
1619
+ kind: 'path',
1620
+ d: 'M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1-2.83 2.83l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-4 0v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1 0-4h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 2.83-2.83l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 4 0v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 0 4h-.09a1.65 1.65 0 0 0-1.51 1z',
1621
+ },
1622
+ ],
1623
+ },
1624
+ 'share': {
1625
+ strokeWidth: 1.75,
1626
+ elements: [
1627
+ {
1628
+ kind: 'circle',
1629
+ cx: 6,
1630
+ cy: 12,
1631
+ r: 3,
1632
+ },
1633
+ {
1634
+ kind: 'circle',
1635
+ cx: 18,
1636
+ cy: 6,
1637
+ r: 3,
1638
+ },
1639
+ {
1640
+ kind: 'circle',
1641
+ cx: 18,
1642
+ cy: 18,
1643
+ r: 3,
1644
+ },
1645
+ {
1646
+ kind: 'path',
1647
+ d: 'M8.5 10.5l7-3',
1648
+ },
1649
+ {
1650
+ kind: 'path',
1651
+ d: 'M8.5 13.5l7 3',
1652
+ },
1653
+ ],
1654
+ },
1655
+ 'shelf-pay': {
1656
+ strokeWidth: 1.75,
1657
+ elements: [
1658
+ {
1659
+ kind: 'path',
1660
+ d: 'M3 9h18M3 15h18M3 21h18',
1661
+ },
1662
+ {
1663
+ kind: 'rect',
1664
+ x: 5,
1665
+ y: 5,
1666
+ width: 3.5,
1667
+ height: 4,
1668
+ },
1669
+ {
1670
+ kind: 'rect',
1671
+ x: 11,
1672
+ y: 11,
1673
+ width: 3.5,
1674
+ height: 4,
1675
+ },
1676
+ {
1677
+ kind: 'rect',
1678
+ x: 15,
1679
+ y: 3,
1680
+ width: 4,
1681
+ height: 3,
1682
+ rx: 0.5,
1683
+ },
1684
+ {
1685
+ kind: 'path',
1686
+ d: 'M16 4.5h2',
1687
+ },
1688
+ ],
1689
+ },
1690
+ 'shield-check': {
1691
+ strokeWidth: 1.75,
1692
+ elements: [
1693
+ {
1694
+ kind: 'path',
1695
+ d: 'M12 3l8 3v6c0 5-3.5 8-8 9-4.5-1-8-4-8-9V6z',
1696
+ },
1697
+ {
1698
+ kind: 'path',
1699
+ d: 'M9 12l2 2 4-4',
1700
+ },
1701
+ ],
1702
+ },
1703
+ 'sort': {
1704
+ strokeWidth: 1.75,
1705
+ elements: [
1706
+ {
1707
+ kind: 'path',
1708
+ d: 'M7 4v16',
1709
+ },
1710
+ {
1711
+ kind: 'path',
1712
+ d: 'M3 8l4-4 4 4',
1713
+ },
1714
+ {
1715
+ kind: 'path',
1716
+ d: 'M17 4v16',
1717
+ },
1718
+ {
1719
+ kind: 'path',
1720
+ d: 'M13 16l4 4 4-4',
1721
+ },
1722
+ ],
1723
+ },
1724
+ 'sound': {
1725
+ strokeWidth: 1.75,
1726
+ elements: [
1727
+ {
1728
+ kind: 'path',
1729
+ d: 'M11 5L6 9H3v6h3l5 4V5z',
1730
+ },
1731
+ {
1732
+ kind: 'path',
1733
+ d: 'M15.5 8.5a5 5 0 0 1 0 7',
1734
+ },
1735
+ {
1736
+ kind: 'path',
1737
+ d: 'M18 6a8 8 0 0 1 0 12',
1738
+ },
1739
+ ],
1740
+ },
1741
+ 'spark': {
1742
+ strokeWidth: 1.75,
1743
+ elements: [
1744
+ {
1745
+ kind: 'path',
1746
+ d: 'M5 3v4',
1747
+ },
1748
+ {
1749
+ kind: 'path',
1750
+ d: 'M3 5h4',
1751
+ },
1752
+ {
1753
+ kind: 'path',
1754
+ d: 'M19 14v4',
1755
+ },
1756
+ {
1757
+ kind: 'path',
1758
+ d: 'M17 16h4',
1759
+ },
1760
+ {
1761
+ kind: 'path',
1762
+ d: 'M12 4l2 5 5 2-5 2-2 5-2-5-5-2 5-2z',
1763
+ },
1764
+ ],
1765
+ },
1766
+ 'star': {
1767
+ strokeWidth: 1.75,
1768
+ elements: [
1769
+ {
1770
+ kind: 'path',
1771
+ d: 'M12 3l2.7 5.7 6.3.9-4.5 4.4 1 6.3L12 17.5 6.5 20.3l1-6.3L3 9.6l6.3-.9z',
1772
+ },
1773
+ ],
1774
+ },
1775
+ 'stop': {
1776
+ strokeWidth: 1.75,
1777
+ elements: [
1778
+ {
1779
+ kind: 'rect',
1780
+ x: 6,
1781
+ y: 6,
1782
+ width: 12,
1783
+ height: 12,
1784
+ rx: 1.5,
1785
+ },
1786
+ ],
1787
+ },
1788
+ 'storefront-ai': {
1789
+ strokeWidth: 1.75,
1790
+ elements: [
1791
+ {
1792
+ kind: 'path',
1793
+ d: 'M4 10l2-4h12l2 4z',
1794
+ },
1795
+ {
1796
+ kind: 'path',
1797
+ d: 'M4 10h16',
1798
+ },
1799
+ {
1800
+ kind: 'path',
1801
+ d: 'M5 10v11h14V10',
1802
+ },
1803
+ {
1804
+ kind: 'circle',
1805
+ cx: 11,
1806
+ cy: 15.5,
1807
+ r: 2.5,
1808
+ },
1809
+ {
1810
+ kind: 'path',
1811
+ d: 'M12.8 17.3l2.4 2.4',
1812
+ },
1813
+ {
1814
+ kind: 'path',
1815
+ d: 'M19.2 2.5l.55 1.55 1.55.55-1.55.55-.55 1.55-.55-1.55-1.55-.55 1.55-.55z',
1816
+ fill: 'currentColor',
1817
+ },
1818
+ ],
1819
+ },
1820
+ 'storefront-arrow': {
1821
+ strokeWidth: 1.75,
1822
+ elements: [
1823
+ {
1824
+ kind: 'path',
1825
+ d: 'M9 11l2-4h8l2 4z',
1826
+ },
1827
+ {
1828
+ kind: 'path',
1829
+ d: 'M9 11h12',
1830
+ },
1831
+ {
1832
+ kind: 'path',
1833
+ d: 'M10 11v10h10V11',
1834
+ },
1835
+ {
1836
+ kind: 'path',
1837
+ d: 'M13 21v-5a2 2 0 0 1 4 0v5',
1838
+ },
1839
+ {
1840
+ kind: 'path',
1841
+ d: 'M2.5 16h5',
1842
+ },
1843
+ {
1844
+ kind: 'path',
1845
+ d: 'M5 13.5L7.5 16 5 18.5',
1846
+ },
1847
+ ],
1848
+ },
1849
+ 'storefront-check': {
1850
+ strokeWidth: 1.75,
1851
+ elements: [
1852
+ {
1853
+ kind: 'path',
1854
+ d: 'M4 10l2-4h12l2 4z',
1855
+ },
1856
+ {
1857
+ kind: 'path',
1858
+ d: 'M4 10h16',
1859
+ },
1860
+ {
1861
+ kind: 'path',
1862
+ d: 'M5 10v11h14V10',
1863
+ },
1864
+ {
1865
+ kind: 'circle',
1866
+ cx: 12,
1867
+ cy: 16.5,
1868
+ r: 3.6,
1869
+ },
1870
+ {
1871
+ kind: 'path',
1872
+ d: 'M10.2 16.5l1.4 1.4L14 15.4',
1873
+ },
1874
+ ],
1875
+ },
1876
+ 'storefront-tag': {
1877
+ strokeWidth: 1.75,
1878
+ elements: [
1879
+ {
1880
+ kind: 'path',
1881
+ d: 'M4 10l2-4h12l2 4z',
1882
+ },
1883
+ {
1884
+ kind: 'path',
1885
+ d: 'M4 10h16',
1886
+ },
1887
+ {
1888
+ kind: 'path',
1889
+ d: 'M5 10v11h14V10',
1890
+ },
1891
+ {
1892
+ kind: 'path',
1893
+ d: 'M7.5 14h5.3l2.5 2.5L12.8 19H7.5z',
1894
+ },
1895
+ {
1896
+ kind: 'circle',
1897
+ cx: 9.3,
1898
+ cy: 16.5,
1899
+ r: 0.75,
1900
+ fill: 'currentColor',
1901
+ },
1902
+ ],
1903
+ },
1904
+ 'storefront': {
1905
+ strokeWidth: 1.75,
1906
+ elements: [
1907
+ {
1908
+ kind: 'path',
1909
+ d: 'M4 10l2-4h12l2 4z',
1910
+ },
1911
+ {
1912
+ kind: 'path',
1913
+ d: 'M4 10h16',
1914
+ },
1915
+ {
1916
+ kind: 'path',
1917
+ d: 'M5 10v11h14V10',
1918
+ },
1919
+ {
1920
+ kind: 'path',
1921
+ d: 'M10 21v-5a2 2 0 0 1 4 0v5',
1922
+ },
1923
+ {
1924
+ kind: 'rect',
1925
+ x: 6.5,
1926
+ y: 12,
1927
+ width: 2.5,
1928
+ height: 2.5,
1929
+ rx: 0.3,
1930
+ },
1931
+ {
1932
+ kind: 'rect',
1933
+ x: 15,
1934
+ y: 12,
1935
+ width: 2.5,
1936
+ height: 2.5,
1937
+ rx: 0.3,
1938
+ },
1939
+ ],
1940
+ },
1941
+ 'success': {
1942
+ strokeWidth: 1.75,
1943
+ elements: [
1944
+ {
1945
+ kind: 'circle',
1946
+ cx: 12,
1947
+ cy: 12,
1948
+ r: 9,
1949
+ },
1950
+ {
1951
+ kind: 'path',
1952
+ d: 'M8 12.5l3 3 5-6',
1953
+ },
1954
+ ],
1955
+ },
1956
+ 'tag': {
1957
+ strokeWidth: 1.75,
1958
+ elements: [
1959
+ {
1960
+ kind: 'path',
1961
+ d: 'M3 12V4a1 1 0 0 1 1-1h8l9 9-9 9z',
1962
+ },
1963
+ {
1964
+ kind: 'circle',
1965
+ cx: 8,
1966
+ cy: 8,
1967
+ r: 1.4,
1968
+ fill: 'currentColor',
1969
+ },
1970
+ ],
1971
+ },
1972
+ 'thinking': {
1973
+ strokeWidth: 1.75,
1974
+ elements: [
1975
+ {
1976
+ kind: 'path',
1977
+ d: 'M20 11.5a8 8 0 1 0-14.5 4.7L4 21l5-1.4a8 8 0 0 0 11-8.1z',
1978
+ },
1979
+ {
1980
+ kind: 'path',
1981
+ d: 'M9 11h.01M12 11h.01M15 11h.01',
1982
+ },
1983
+ ],
1984
+ },
1985
+ 'trash': {
1986
+ strokeWidth: 1.75,
1987
+ elements: [
1988
+ {
1989
+ kind: 'path',
1990
+ d: 'M4 7h16',
1991
+ },
1992
+ {
1993
+ kind: 'path',
1994
+ d: 'M9 7V4h6v3',
1995
+ },
1996
+ {
1997
+ kind: 'path',
1998
+ d: 'M6 7l1 13a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2l1-13',
1999
+ },
2000
+ ],
2001
+ },
2002
+ 'upload': {
2003
+ strokeWidth: 1.75,
2004
+ elements: [
2005
+ {
2006
+ kind: 'path',
2007
+ d: 'M12 16V4',
2008
+ },
2009
+ {
2010
+ kind: 'path',
2011
+ d: 'M5 11l7-7 7 7',
2012
+ },
2013
+ {
2014
+ kind: 'path',
2015
+ d: 'M4 20h16',
2016
+ },
2017
+ ],
2018
+ },
2019
+ 'user': {
2020
+ strokeWidth: 1.75,
2021
+ elements: [
2022
+ {
2023
+ kind: 'circle',
2024
+ cx: 12,
2025
+ cy: 12,
2026
+ r: 9,
2027
+ },
2028
+ {
2029
+ kind: 'circle',
2030
+ cx: 12,
2031
+ cy: 10.25,
2032
+ r: 2.6,
2033
+ },
2034
+ {
2035
+ kind: 'path',
2036
+ d: 'M6.7 18.6c1-2.55 3-3.85 5.3-3.85s4.3 1.3 5.3 3.85',
2037
+ },
2038
+ ],
2039
+ },
2040
+ 'users-search': {
2041
+ strokeWidth: 1.75,
2042
+ elements: [
2043
+ {
2044
+ kind: 'circle',
2045
+ cx: 8,
2046
+ cy: 9,
2047
+ r: 3,
2048
+ },
2049
+ {
2050
+ kind: 'path',
2051
+ d: 'M2.5 20a5.5 5.5 0 0 1 11 0',
2052
+ },
2053
+ {
2054
+ kind: 'circle',
2055
+ cx: 15.5,
2056
+ cy: 11,
2057
+ r: 2.3,
2058
+ },
2059
+ {
2060
+ kind: 'path',
2061
+ d: 'M12 20a3.5 3.5 0 0 1 7 0',
2062
+ },
2063
+ {
2064
+ kind: 'circle',
2065
+ cx: 18.5,
2066
+ cy: 5,
2067
+ r: 2.2,
2068
+ },
2069
+ {
2070
+ kind: 'path',
2071
+ d: 'M20.1 6.6l1.9 1.9',
2072
+ },
2073
+ ],
2074
+ },
2075
+ 'visit': {
2076
+ strokeWidth: 1.75,
2077
+ elements: [
2078
+ {
2079
+ kind: 'path',
2080
+ d: 'M3 21V9l3-5h12l3 5v12',
2081
+ },
2082
+ {
2083
+ kind: 'path',
2084
+ d: 'M3 9h18',
2085
+ },
2086
+ {
2087
+ kind: 'path',
2088
+ d: 'M10 21v-5h4v5',
2089
+ },
2090
+ {
2091
+ kind: 'path',
2092
+ d: 'M7 13h2',
2093
+ },
2094
+ ],
2095
+ },
2096
+ 'warning': {
2097
+ strokeWidth: 1.75,
2098
+ elements: [
2099
+ {
2100
+ kind: 'path',
2101
+ d: 'M12 3l10 17H2z',
2102
+ },
2103
+ {
2104
+ kind: 'path',
2105
+ d: 'M12 10v5',
2106
+ },
2107
+ {
2108
+ kind: 'circle',
2109
+ cx: 12,
2110
+ cy: 18,
2111
+ r: 0.6,
2112
+ fill: 'currentColor',
2113
+ },
2114
+ ],
2115
+ },
2116
+ };
2117
+
2118
+ export const ICON_NAMES: IconName[] = [
2119
+ 'alert',
2120
+ 'app-fallback',
2121
+ 'arrow-down',
2122
+ 'arrow-left',
2123
+ 'arrow-right',
2124
+ 'arrow-up',
2125
+ 'attachment',
2126
+ 'bag-check',
2127
+ 'bell',
2128
+ 'bot',
2129
+ 'box-list',
2130
+ 'box-up',
2131
+ 'building',
2132
+ 'calculator',
2133
+ 'calendar-route',
2134
+ 'calendar',
2135
+ 'camera',
2136
+ 'card',
2137
+ 'chat-star',
2138
+ 'check',
2139
+ 'chevron-down',
2140
+ 'chevron-left',
2141
+ 'chevron-right',
2142
+ 'chevron-up',
2143
+ 'circle-minus',
2144
+ 'circle-plus',
2145
+ 'clipboard-search',
2146
+ 'clipboard-user',
2147
+ 'clipboard',
2148
+ 'close',
2149
+ 'coin',
2150
+ 'copy',
2151
+ 'dashboard-megaphone',
2152
+ 'dashboard-star',
2153
+ 'download',
2154
+ 'edit-pencil',
2155
+ 'edit',
2156
+ 'error',
2157
+ 'eye-off',
2158
+ 'eye',
2159
+ 'file',
2160
+ 'filter',
2161
+ 'flag',
2162
+ 'grid',
2163
+ 'heart',
2164
+ 'home',
2165
+ 'image',
2166
+ 'info',
2167
+ 'keyboard',
2168
+ 'lightbulb',
2169
+ 'list',
2170
+ 'location',
2171
+ 'lock',
2172
+ 'logout',
2173
+ 'mail',
2174
+ 'menu',
2175
+ 'mic-on',
2176
+ 'mic',
2177
+ 'more-h',
2178
+ 'more-v',
2179
+ 'order',
2180
+ 'package',
2181
+ 'paperclip',
2182
+ 'pause',
2183
+ 'phone',
2184
+ 'pin-search',
2185
+ 'play',
2186
+ 'plus',
2187
+ 'qr',
2188
+ 'refresh',
2189
+ 'retry',
2190
+ 'route',
2191
+ 'scan',
2192
+ 'scanner',
2193
+ 'search',
2194
+ 'send',
2195
+ 'settings',
2196
+ 'share',
2197
+ 'shelf-pay',
2198
+ 'shield-check',
2199
+ 'sort',
2200
+ 'sound',
2201
+ 'spark',
2202
+ 'star',
2203
+ 'stop',
2204
+ 'storefront-ai',
2205
+ 'storefront-arrow',
2206
+ 'storefront-check',
2207
+ 'storefront-tag',
2208
+ 'storefront',
2209
+ 'success',
2210
+ 'tag',
2211
+ 'thinking',
2212
+ 'trash',
2213
+ 'upload',
2214
+ 'user',
2215
+ 'users-search',
2216
+ 'visit',
2217
+ 'warning',
2218
+ ];