@orfium/ictinus 5.43.8 → 5.44.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 (398) hide show
  1. package/dist/components/Modal/Modal.js +11 -13
  2. package/dist/components/ProgressIndicator/components/ProgressCircle/ProgressCircle.js +4 -6
  3. package/dist/components/TopAppBar/TopAppBar.js +15 -18
  4. package/dist/package.json.d.ts +3 -2
  5. package/dist/package.json.js +1 -1
  6. package/dist/src/actions/ActionsContent.d.ts +3 -2
  7. package/dist/src/actions/ActionsRoot.d.ts +3 -2
  8. package/dist/src/button/Button.css.d.ts +36 -0
  9. package/dist/src/button/Button.d.ts +428 -0
  10. package/dist/src/button/index.d.ts +2 -0
  11. package/dist/src/components/Card/Card.d.ts +1 -2
  12. package/dist/src/components/List/components/ListItemText/ListItemText.style.d.ts +1 -1
  13. package/dist/src/components/Table/components/TD/TD.d.ts +2 -1
  14. package/dist/src/data-table/DataTable.d.ts +3 -2
  15. package/dist/src/data-table/DataTableBody.d.ts +3 -2
  16. package/dist/src/data-table/DataTableHeader.d.ts +3 -2
  17. package/dist/src/data-table/DataTableRow.d.ts +7 -5
  18. package/dist/src/icon/Icon.d.ts +432 -145
  19. package/dist/src/icons/AccountIcon.d.ts +3 -2
  20. package/dist/src/icons/AlbumIcon.d.ts +3 -2
  21. package/dist/src/icons/AnalyticsIcon.d.ts +3 -2
  22. package/dist/src/icons/AppsIcon.d.ts +3 -2
  23. package/dist/src/icons/ArrowDownIcon.d.ts +3 -2
  24. package/dist/src/icons/ArrowLeftIcon.d.ts +3 -2
  25. package/dist/src/icons/ArrowRightIcon.d.ts +3 -2
  26. package/dist/src/icons/ArrowUpIcon.d.ts +3 -2
  27. package/dist/src/icons/ArtistIcon.d.ts +3 -2
  28. package/dist/src/icons/AssetIcon.d.ts +3 -2
  29. package/dist/src/icons/AudioIcon.d.ts +3 -2
  30. package/dist/src/icons/AudioOffIcon.d.ts +3 -2
  31. package/dist/src/icons/BookmarkIcon.d.ts +3 -2
  32. package/dist/src/icons/BookmarkOffIcon.d.ts +3 -2
  33. package/dist/src/icons/BroadcastIcon.d.ts +3 -2
  34. package/dist/src/icons/CalendarIcon.d.ts +3 -2
  35. package/dist/src/icons/CatalogIcon.d.ts +3 -2
  36. package/dist/src/icons/ChannelIcon.d.ts +3 -2
  37. package/dist/src/icons/ChatIcon.d.ts +3 -2
  38. package/dist/src/icons/CheckIcon.d.ts +3 -2
  39. package/dist/src/icons/ChevronDownIcon.d.ts +3 -2
  40. package/dist/src/icons/ChevronLeftIcon.d.ts +3 -2
  41. package/dist/src/icons/ChevronRightIcon.d.ts +3 -2
  42. package/dist/src/icons/ChevronUpIcon.d.ts +3 -2
  43. package/dist/src/icons/CinemaIcon.d.ts +3 -2
  44. package/dist/src/icons/ClaimIcon.d.ts +3 -2
  45. package/dist/src/icons/CloseIcon.d.ts +3 -2
  46. package/dist/src/icons/ColumnChooserIcon.d.ts +3 -2
  47. package/dist/src/icons/CompositionIcon.d.ts +3 -2
  48. package/dist/src/icons/ConcertIcon.d.ts +3 -2
  49. package/dist/src/icons/ConflictIcon.d.ts +3 -2
  50. package/dist/src/icons/ConvertIcon.d.ts +3 -2
  51. package/dist/src/icons/CopyIcon.d.ts +3 -2
  52. package/dist/src/icons/CueSheetIcon.d.ts +3 -2
  53. package/dist/src/icons/DashboardIcon.d.ts +3 -2
  54. package/dist/src/icons/DatasetIcon.d.ts +3 -2
  55. package/dist/src/icons/DeleteIcon.d.ts +3 -2
  56. package/dist/src/icons/DeliveryIcon.d.ts +3 -2
  57. package/dist/src/icons/DetailsIcon.d.ts +3 -2
  58. package/dist/src/icons/DigitalIcon.d.ts +3 -2
  59. package/dist/src/icons/DistributionIcon.d.ts +3 -2
  60. package/dist/src/icons/DownloadIcon.d.ts +3 -2
  61. package/dist/src/icons/EarningsIcon.d.ts +3 -2
  62. package/dist/src/icons/EditIcon.d.ts +3 -2
  63. package/dist/src/icons/EntitiesIcon.d.ts +3 -2
  64. package/dist/src/icons/ErrorIcon.d.ts +3 -2
  65. package/dist/src/icons/ExternalLinkIcon.d.ts +3 -2
  66. package/dist/src/icons/EyeIcon.d.ts +3 -2
  67. package/dist/src/icons/EyeOffIcon.d.ts +3 -2
  68. package/dist/src/icons/FavoriteIcon.d.ts +3 -2
  69. package/dist/src/icons/FavoriteOffIcon.d.ts +3 -2
  70. package/dist/src/icons/FileIcon.d.ts +3 -2
  71. package/dist/src/icons/FilterIcon.d.ts +3 -2
  72. package/dist/src/icons/FlagIcon.d.ts +3 -2
  73. package/dist/src/icons/FlagOffIcon.d.ts +3 -2
  74. package/dist/src/icons/ForwardIcon.d.ts +3 -2
  75. package/dist/src/icons/FreezeIcon.d.ts +3 -2
  76. package/dist/src/icons/HelpIcon.d.ts +3 -2
  77. package/dist/src/icons/Icon.d.ts +14 -0
  78. package/dist/src/icons/ImageIcon.d.ts +3 -2
  79. package/dist/src/icons/ImageOffIcon.d.ts +3 -2
  80. package/dist/src/icons/IncomeIcon.d.ts +3 -2
  81. package/dist/src/icons/InformationalIcon.d.ts +3 -2
  82. package/dist/src/icons/InsightIcon.d.ts +3 -2
  83. package/dist/src/icons/InvoiceIcon.d.ts +3 -2
  84. package/dist/src/icons/IssueIcon.d.ts +3 -2
  85. package/dist/src/icons/KeywordIcon.d.ts +3 -2
  86. package/dist/src/icons/LanguageIcon.d.ts +3 -2
  87. package/dist/src/icons/LegalIcon.d.ts +3 -2
  88. package/dist/src/icons/LicenseIcon.d.ts +3 -2
  89. package/dist/src/icons/LinkIcon.d.ts +3 -2
  90. package/dist/src/icons/LocationIcon.d.ts +3 -2
  91. package/dist/src/icons/LockIcon.d.ts +3 -2
  92. package/dist/src/icons/LoginIcon.d.ts +3 -2
  93. package/dist/src/icons/LogoutIcon.d.ts +3 -2
  94. package/dist/src/icons/MailIcon.d.ts +3 -2
  95. package/dist/src/icons/ManualIcon.d.ts +3 -2
  96. package/dist/src/icons/MediaFileIcon.d.ts +3 -2
  97. package/dist/src/icons/MenuIcon.d.ts +3 -2
  98. package/dist/src/icons/MinusIcon.d.ts +3 -2
  99. package/dist/src/icons/MoreOptionsIcon.d.ts +3 -2
  100. package/dist/src/icons/NextIcon.d.ts +3 -2
  101. package/dist/src/icons/NotificationIcon.d.ts +3 -2
  102. package/dist/src/icons/OrganizationIcon.d.ts +3 -2
  103. package/dist/src/icons/PageFirstIcon.d.ts +3 -2
  104. package/dist/src/icons/PageLastIcon.d.ts +3 -2
  105. package/dist/src/icons/PairIcon.d.ts +3 -2
  106. package/dist/src/icons/PauseIcon.d.ts +3 -2
  107. package/dist/src/icons/PendingIcon.d.ts +3 -2
  108. package/dist/src/icons/PlayIcon.d.ts +3 -2
  109. package/dist/src/icons/PlaycountIcon.d.ts +3 -2
  110. package/dist/src/icons/PlusIcon.d.ts +3 -2
  111. package/dist/src/icons/PolicyIcon.d.ts +3 -2
  112. package/dist/src/icons/PreviousIcon.d.ts +3 -2
  113. package/dist/src/icons/PublicPerformanceIcon.d.ts +3 -2
  114. package/dist/src/icons/PublisherIcon.d.ts +3 -2
  115. package/dist/src/icons/RadioIcon.d.ts +3 -2
  116. package/dist/src/icons/RecordLabelIcon.d.ts +3 -2
  117. package/dist/src/icons/RecordingIcon.d.ts +3 -2
  118. package/dist/src/icons/RedoIcon.d.ts +3 -2
  119. package/dist/src/icons/RefreshIcon.d.ts +3 -2
  120. package/dist/src/icons/ReportIcon.d.ts +3 -2
  121. package/dist/src/icons/RestoreIcon.d.ts +3 -2
  122. package/dist/src/icons/ResumeIcon.d.ts +3 -2
  123. package/dist/src/icons/ReviewIcon.d.ts +3 -2
  124. package/dist/src/icons/RewindIcon.d.ts +3 -2
  125. package/dist/src/icons/RoleIcon.d.ts +3 -2
  126. package/dist/src/icons/SearchFilledIcon.d.ts +3 -2
  127. package/dist/src/icons/SearchIcon.d.ts +3 -2
  128. package/dist/src/icons/SettingsIcon.d.ts +3 -2
  129. package/dist/src/icons/ShareIcon.d.ts +3 -2
  130. package/dist/src/icons/SortAscendingIcon.d.ts +3 -2
  131. package/dist/src/icons/SortDescendingIcon.d.ts +3 -2
  132. package/dist/src/icons/SortIcon.d.ts +3 -2
  133. package/dist/src/icons/StatusIndicatorIcon.d.ts +3 -2
  134. package/dist/src/icons/StopIcon.d.ts +3 -2
  135. package/dist/src/icons/SuccessIcon.d.ts +3 -2
  136. package/dist/src/icons/TagIcon.d.ts +3 -2
  137. package/dist/src/icons/TelevisionIcon.d.ts +3 -2
  138. package/dist/src/icons/ThumbsDownIcon.d.ts +3 -2
  139. package/dist/src/icons/ThumbsUpIcon.d.ts +3 -2
  140. package/dist/src/icons/TrendingDownIcon.d.ts +3 -2
  141. package/dist/src/icons/TrendingUpIcon.d.ts +3 -2
  142. package/dist/src/icons/TriangleDownIcon.d.ts +3 -2
  143. package/dist/src/icons/TriangleLeftIcon.d.ts +3 -2
  144. package/dist/src/icons/TriangleRightIcon.d.ts +3 -2
  145. package/dist/src/icons/TriangleUpIcon.d.ts +3 -2
  146. package/dist/src/icons/UndoIcon.d.ts +3 -2
  147. package/dist/src/icons/UnfreezeIcon.d.ts +3 -2
  148. package/dist/src/icons/UnlinkIcon.d.ts +3 -2
  149. package/dist/src/icons/UnlockIcon.d.ts +3 -2
  150. package/dist/src/icons/UnpairIcon.d.ts +3 -2
  151. package/dist/src/icons/UnverifiedIcon.d.ts +3 -2
  152. package/dist/src/icons/UpdateIcon.d.ts +3 -2
  153. package/dist/src/icons/UploadIcon.d.ts +3 -2
  154. package/dist/src/icons/UsageIcon.d.ts +3 -2
  155. package/dist/src/icons/UserIcon.d.ts +3 -2
  156. package/dist/src/icons/UsersIcon.d.ts +3 -2
  157. package/dist/src/icons/VerifiedIcon.d.ts +3 -2
  158. package/dist/src/icons/VideoIcon.d.ts +3 -2
  159. package/dist/src/icons/VideoOffIcon.d.ts +3 -2
  160. package/dist/src/icons/WarningIcon.d.ts +3 -2
  161. package/dist/src/icons/WorkIcon.d.ts +3 -2
  162. package/dist/src/icons/WriterIcon.d.ts +3 -2
  163. package/dist/src/icons/YouTubeIcon.d.ts +3 -2
  164. package/dist/src/skeleton/Skeleton.d.ts +3 -2
  165. package/dist/src/sprinkles/global.css.d.ts +1 -0
  166. package/dist/src/sprinkles/properties.css.d.ts +19 -0
  167. package/dist/src/sprinkles/sprinkles.d.ts +4 -3
  168. package/dist/src/vanilla/Box/Box.d.ts +3 -2
  169. package/dist/src/vanilla/Box/extractBoxProps.d.ts +2 -2
  170. package/dist/src/vanilla/Table/Table.d.ts +3 -2
  171. package/dist/src/vanilla/Table/TableBody.d.ts +3 -2
  172. package/dist/src/vanilla/Table/TableCell.d.ts +3 -2
  173. package/dist/src/vanilla/Table/TableFooter.d.ts +3 -2
  174. package/dist/src/vanilla/Table/TableHeader.d.ts +3 -2
  175. package/dist/src/vanilla/Table/TableHeaderCell.d.ts +3 -2
  176. package/dist/src/vanilla/Table/TableRow.d.ts +3 -2
  177. package/dist/src/vanilla/Text/Text.d.ts +3 -2
  178. package/dist/src/vanilla/index.d.ts +1 -0
  179. package/dist/vanilla/Dropdown/Dropdown-css.js +4 -3
  180. package/dist/vanilla/Menu/Menu-css.js +6 -5
  181. package/dist/vanilla/Menu/Menu.js +1 -1
  182. package/dist/vanilla/Popover/Popover-css.js +5 -4
  183. package/dist/vanilla/Table/Table-css.js +6 -5
  184. package/dist/vanilla/Table/TableBody-css.js +3 -3
  185. package/dist/vanilla/Table/TableCell-css.js +6 -5
  186. package/dist/vanilla/Table/TableFooter-css.js +3 -3
  187. package/dist/vanilla/Table/TableHeader-css.js +3 -3
  188. package/dist/vanilla/Table/TableHeaderCell-css.js +8 -7
  189. package/dist/vanilla/Table/TableRow-css.js +5 -4
  190. package/dist/vanilla/Text/Text-css.js +3 -3
  191. package/dist/vanilla/Text/Text.js +2 -0
  192. package/dist/vanilla/ThemeProvider/ThemeProvider.js +0 -2
  193. package/dist/vanilla/Tooltip/Tooltip-css.js +8 -7
  194. package/dist/vanilla/assets/src/actions/ActionsContent.css.ts.vanilla-Bccbzgd2.css +22 -0
  195. package/dist/vanilla/assets/src/actions/ActionsRoot.css.ts.vanilla-D7U9lEbn.css +4 -0
  196. package/dist/vanilla/assets/src/button/Button.css.ts.vanilla-DiUu9P26.css +14 -0
  197. package/dist/vanilla/assets/src/data-table/DataTableBody.css.ts.vanilla-CFxASB1h.css +70 -0
  198. package/dist/vanilla/assets/src/data-table/{DataTableHeaderCell.css.ts.vanilla-CJ7qRgCp.css → DataTableHeaderCell.css.ts.vanilla-DJhcwsMK.css} +9 -9
  199. package/dist/vanilla/assets/src/layers/layers.css.ts.vanilla-d-_nhd5G.css +1 -0
  200. package/dist/vanilla/assets/src/skeleton/Skeleton.css.ts.vanilla-B-tRw9MB.css +6 -0
  201. package/dist/vanilla/assets/src/{vanilla-extract/global.css.ts.vanilla-BHTgxO8_.css → sprinkles/global.css.ts.vanilla-DRokxD0M.css} +8 -0
  202. package/dist/vanilla/assets/src/sprinkles/{properties.css.ts.vanilla-DunamBlA.css → properties.css.ts.vanilla-h5f79p7v.css} +3371 -3356
  203. package/dist/vanilla/assets/src/vanilla/Menu/{Menu.css.ts.vanilla-CCuBBcIY.css → Menu.css.ts.vanilla-DTOYHeCP.css} +5 -5
  204. package/dist/vanilla/assets/src/vanilla/Popover/{Popover.css.ts.vanilla-D_hJVnXG.css → Popover.css.ts.vanilla-DYFqX7xT.css} +3 -3
  205. package/dist/vanilla/assets/src/vanilla/Table/{Table.css.ts.vanilla-CtMyXgp5.css → Table.css.ts.vanilla-BZhxcYGZ.css} +7 -7
  206. package/dist/vanilla/assets/src/vanilla/Table/TableBody.css.ts.vanilla-Cc73LhGs.css +6 -0
  207. package/dist/vanilla/assets/src/vanilla/Table/{TableCell.css.ts.vanilla-C9lOnXw3.css → TableCell.css.ts.vanilla-Do5MJbGT.css} +10 -10
  208. package/dist/vanilla/assets/src/vanilla/Table/{TableFooter.css.ts.vanilla-DdPLAnn2.css → TableFooter.css.ts.vanilla-DVuGJYJ_.css} +4 -4
  209. package/dist/vanilla/assets/src/vanilla/Table/TableHeader.css.ts.vanilla-ChPjvh31.css +8 -0
  210. package/dist/vanilla/assets/src/vanilla/Table/{TableHeaderCell.css.ts.vanilla-BKqTSx1s.css → TableHeaderCell.css.ts.vanilla-Cq9QxX2G.css} +9 -9
  211. package/dist/vanilla/assets/src/vanilla/Table/{TableRow.css.ts.vanilla-ConQ39lM.css → TableRow.css.ts.vanilla-D-0XNqqH.css} +5 -5
  212. package/dist/vanilla/assets/src/vanilla/Text/{Text.css.ts.vanilla-yQfwZHu2.css → Text.css.ts.vanilla-RU0Okifg.css} +13 -13
  213. package/dist/vanilla/assets/src/vanilla/Tooltip/{Tooltip.css.ts.vanilla-CgAdIrpn.css → Tooltip.css.ts.vanilla-BQXbdtoG.css} +13 -13
  214. package/dist/vanilla/index.d.ts +964 -335
  215. package/dist/vanilla/index.js +2 -0
  216. package/dist/vanilla/package.json.js +1 -1
  217. package/dist/vanilla/src/actions/ActionsContent-css.js +6 -5
  218. package/dist/vanilla/src/actions/ActionsRoot-css.js +3 -3
  219. package/dist/vanilla/src/button/Button-css.js +11 -0
  220. package/dist/vanilla/src/button/Button.js +128 -0
  221. package/dist/vanilla/src/components/utils/Slots.js +16 -3
  222. package/dist/vanilla/src/data-table/DataTableBody-css.js +12 -11
  223. package/dist/vanilla/src/data-table/DataTableEditColumns.js +150 -2
  224. package/dist/vanilla/src/data-table/DataTableHeaderCell-css.js +10 -9
  225. package/dist/vanilla/src/data-table/DataTableHeaderCell.js +170 -18
  226. package/dist/vanilla/src/icon/Icon.js +1 -7
  227. package/dist/vanilla/src/icons/AccountIcon.js +10 -11
  228. package/dist/vanilla/src/icons/AlbumIcon.js +12 -13
  229. package/dist/vanilla/src/icons/AnalyticsIcon.js +10 -11
  230. package/dist/vanilla/src/icons/AppsIcon.js +10 -11
  231. package/dist/vanilla/src/icons/ArrowDownIcon.js +10 -11
  232. package/dist/vanilla/src/icons/ArrowLeftIcon.js +10 -11
  233. package/dist/vanilla/src/icons/ArrowRightIcon.js +10 -11
  234. package/dist/vanilla/src/icons/ArrowUpIcon.js +10 -11
  235. package/dist/vanilla/src/icons/ArtistIcon.js +10 -11
  236. package/dist/vanilla/src/icons/AssetIcon.js +10 -11
  237. package/dist/vanilla/src/icons/AudioIcon.js +10 -11
  238. package/dist/vanilla/src/icons/AudioOffIcon.js +33 -34
  239. package/dist/vanilla/src/icons/BookmarkIcon.js +12 -13
  240. package/dist/vanilla/src/icons/BookmarkOffIcon.js +12 -13
  241. package/dist/vanilla/src/icons/BroadcastIcon.js +10 -11
  242. package/dist/vanilla/src/icons/CalendarIcon.js +10 -11
  243. package/dist/vanilla/src/icons/CatalogIcon.js +10 -11
  244. package/dist/vanilla/src/icons/ChannelIcon.js +28 -29
  245. package/dist/vanilla/src/icons/ChatIcon.js +10 -11
  246. package/dist/vanilla/src/icons/CheckIcon.js +10 -11
  247. package/dist/vanilla/src/icons/ChevronDownIcon.js +10 -11
  248. package/dist/vanilla/src/icons/ChevronLeftIcon.js +10 -11
  249. package/dist/vanilla/src/icons/ChevronRightIcon.js +10 -11
  250. package/dist/vanilla/src/icons/ChevronUpIcon.js +10 -11
  251. package/dist/vanilla/src/icons/CinemaIcon.js +10 -11
  252. package/dist/vanilla/src/icons/ClaimIcon.js +10 -11
  253. package/dist/vanilla/src/icons/CloseIcon.js +10 -11
  254. package/dist/vanilla/src/icons/ColumnChooserIcon.js +10 -11
  255. package/dist/vanilla/src/icons/CompositionIcon.js +10 -11
  256. package/dist/vanilla/src/icons/ConcertIcon.js +10 -11
  257. package/dist/vanilla/src/icons/ConflictIcon.js +10 -11
  258. package/dist/vanilla/src/icons/ConvertIcon.js +10 -11
  259. package/dist/vanilla/src/icons/CopyIcon.js +10 -11
  260. package/dist/vanilla/src/icons/CueSheetIcon.js +10 -11
  261. package/dist/vanilla/src/icons/DashboardIcon.js +10 -11
  262. package/dist/vanilla/src/icons/DatasetIcon.js +10 -11
  263. package/dist/vanilla/src/icons/DeleteIcon.js +10 -11
  264. package/dist/vanilla/src/icons/DeliveryIcon.js +10 -11
  265. package/dist/vanilla/src/icons/DetailsIcon.js +10 -11
  266. package/dist/vanilla/src/icons/DigitalIcon.js +12 -13
  267. package/dist/vanilla/src/icons/DistributionIcon.js +10 -11
  268. package/dist/vanilla/src/icons/DownloadIcon.js +10 -11
  269. package/dist/vanilla/src/icons/EarningsIcon.js +10 -11
  270. package/dist/vanilla/src/icons/EditIcon.js +10 -11
  271. package/dist/vanilla/src/icons/EntitiesIcon.js +10 -11
  272. package/dist/vanilla/src/icons/ErrorIcon.js +10 -11
  273. package/dist/vanilla/src/icons/ExternalLinkIcon.js +10 -11
  274. package/dist/vanilla/src/icons/EyeIcon.js +10 -11
  275. package/dist/vanilla/src/icons/EyeOffIcon.js +10 -11
  276. package/dist/vanilla/src/icons/FavoriteIcon.js +10 -11
  277. package/dist/vanilla/src/icons/FavoriteOffIcon.js +10 -11
  278. package/dist/vanilla/src/icons/FileIcon.js +10 -11
  279. package/dist/vanilla/src/icons/FilterIcon.js +10 -11
  280. package/dist/vanilla/src/icons/FlagIcon.js +10 -11
  281. package/dist/vanilla/src/icons/FlagOffIcon.js +10 -11
  282. package/dist/vanilla/src/icons/ForwardIcon.js +10 -11
  283. package/dist/vanilla/src/icons/FreezeIcon.js +12 -13
  284. package/dist/vanilla/src/icons/HelpIcon.js +10 -11
  285. package/dist/vanilla/src/icons/Icon.js +20 -0
  286. package/dist/vanilla/src/icons/ImageIcon.js +10 -11
  287. package/dist/vanilla/src/icons/ImageOffIcon.js +21 -22
  288. package/dist/vanilla/src/icons/IncomeIcon.js +10 -11
  289. package/dist/vanilla/src/icons/InformationalIcon.js +12 -13
  290. package/dist/vanilla/src/icons/InsightIcon.js +10 -11
  291. package/dist/vanilla/src/icons/InvoiceIcon.js +12 -13
  292. package/dist/vanilla/src/icons/IssueIcon.js +10 -11
  293. package/dist/vanilla/src/icons/KeywordIcon.js +12 -13
  294. package/dist/vanilla/src/icons/LanguageIcon.js +10 -11
  295. package/dist/vanilla/src/icons/LegalIcon.js +10 -11
  296. package/dist/vanilla/src/icons/LicenseIcon.js +12 -13
  297. package/dist/vanilla/src/icons/LinkIcon.js +10 -11
  298. package/dist/vanilla/src/icons/LocationIcon.js +10 -11
  299. package/dist/vanilla/src/icons/LockIcon.js +10 -11
  300. package/dist/vanilla/src/icons/LoginIcon.js +10 -11
  301. package/dist/vanilla/src/icons/LogoutIcon.js +10 -11
  302. package/dist/vanilla/src/icons/MailIcon.js +10 -11
  303. package/dist/vanilla/src/icons/ManualIcon.js +10 -11
  304. package/dist/vanilla/src/icons/MediaFileIcon.js +10 -11
  305. package/dist/vanilla/src/icons/MenuIcon.js +10 -11
  306. package/dist/vanilla/src/icons/MinusIcon.js +10 -11
  307. package/dist/vanilla/src/icons/MoreOptionsIcon.js +26 -27
  308. package/dist/vanilla/src/icons/NextIcon.js +10 -11
  309. package/dist/vanilla/src/icons/NotificationIcon.js +10 -11
  310. package/dist/vanilla/src/icons/OrganizationIcon.js +10 -11
  311. package/dist/vanilla/src/icons/PageFirstIcon.js +10 -11
  312. package/dist/vanilla/src/icons/PageLastIcon.js +10 -11
  313. package/dist/vanilla/src/icons/PairIcon.js +10 -11
  314. package/dist/vanilla/src/icons/PauseIcon.js +10 -11
  315. package/dist/vanilla/src/icons/PendingIcon.js +10 -11
  316. package/dist/vanilla/src/icons/PlayIcon.js +10 -11
  317. package/dist/vanilla/src/icons/PlaycountIcon.js +10 -11
  318. package/dist/vanilla/src/icons/PlusIcon.js +10 -11
  319. package/dist/vanilla/src/icons/PolicyIcon.js +10 -11
  320. package/dist/vanilla/src/icons/PreviousIcon.js +10 -11
  321. package/dist/vanilla/src/icons/PublicPerformanceIcon.js +10 -11
  322. package/dist/vanilla/src/icons/PublisherIcon.js +21 -22
  323. package/dist/vanilla/src/icons/RadioIcon.js +10 -11
  324. package/dist/vanilla/src/icons/RecordLabelIcon.js +12 -13
  325. package/dist/vanilla/src/icons/RecordingIcon.js +10 -11
  326. package/dist/vanilla/src/icons/RedoIcon.js +10 -11
  327. package/dist/vanilla/src/icons/RefreshIcon.js +10 -11
  328. package/dist/vanilla/src/icons/ReportIcon.js +10 -11
  329. package/dist/vanilla/src/icons/RestoreIcon.js +19 -20
  330. package/dist/vanilla/src/icons/ResumeIcon.js +19 -20
  331. package/dist/vanilla/src/icons/ReviewIcon.js +10 -11
  332. package/dist/vanilla/src/icons/RewindIcon.js +10 -11
  333. package/dist/vanilla/src/icons/RoleIcon.js +10 -11
  334. package/dist/vanilla/src/icons/SearchFilledIcon.js +12 -13
  335. package/dist/vanilla/src/icons/SearchIcon.js +10 -11
  336. package/dist/vanilla/src/icons/SettingsIcon.js +10 -11
  337. package/dist/vanilla/src/icons/ShareIcon.js +10 -11
  338. package/dist/vanilla/src/icons/SortAscendingIcon.js +28 -29
  339. package/dist/vanilla/src/icons/SortDescendingIcon.js +28 -29
  340. package/dist/vanilla/src/icons/SortIcon.js +23 -24
  341. package/dist/vanilla/src/icons/StatusIndicatorIcon.js +4 -5
  342. package/dist/vanilla/src/icons/StopIcon.js +10 -11
  343. package/dist/vanilla/src/icons/SuccessIcon.js +10 -11
  344. package/dist/vanilla/src/icons/TagIcon.js +10 -11
  345. package/dist/vanilla/src/icons/TelevisionIcon.js +10 -11
  346. package/dist/vanilla/src/icons/ThumbsDownIcon.js +10 -11
  347. package/dist/vanilla/src/icons/ThumbsUpIcon.js +10 -11
  348. package/dist/vanilla/src/icons/TrendingDownIcon.js +10 -11
  349. package/dist/vanilla/src/icons/TrendingUpIcon.js +10 -11
  350. package/dist/vanilla/src/icons/TriangleDownIcon.js +12 -13
  351. package/dist/vanilla/src/icons/TriangleLeftIcon.js +12 -13
  352. package/dist/vanilla/src/icons/TriangleRightIcon.js +12 -13
  353. package/dist/vanilla/src/icons/TriangleUpIcon.js +12 -13
  354. package/dist/vanilla/src/icons/UndoIcon.js +10 -11
  355. package/dist/vanilla/src/icons/UnfreezeIcon.js +21 -22
  356. package/dist/vanilla/src/icons/UnlinkIcon.js +10 -11
  357. package/dist/vanilla/src/icons/UnlockIcon.js +10 -11
  358. package/dist/vanilla/src/icons/UnpairIcon.js +10 -11
  359. package/dist/vanilla/src/icons/UnverifiedIcon.js +21 -22
  360. package/dist/vanilla/src/icons/UpdateIcon.js +19 -20
  361. package/dist/vanilla/src/icons/UploadIcon.js +10 -11
  362. package/dist/vanilla/src/icons/UsageIcon.js +12 -13
  363. package/dist/vanilla/src/icons/UserIcon.js +10 -11
  364. package/dist/vanilla/src/icons/UsersIcon.js +33 -34
  365. package/dist/vanilla/src/icons/VerifiedIcon.js +10 -11
  366. package/dist/vanilla/src/icons/VideoIcon.js +10 -11
  367. package/dist/vanilla/src/icons/VideoOffIcon.js +19 -20
  368. package/dist/vanilla/src/icons/WarningIcon.js +12 -13
  369. package/dist/vanilla/src/icons/WorkIcon.js +12 -13
  370. package/dist/vanilla/src/icons/WriterIcon.js +26 -27
  371. package/dist/vanilla/src/icons/YouTubeIcon.js +12 -13
  372. package/dist/vanilla/src/layers/layers-css.js +2 -2
  373. package/dist/vanilla/src/skeleton/Skeleton-css.js +5 -4
  374. package/dist/vanilla/src/sprinkles/createSprinklesMerge.js +2 -1
  375. package/dist/vanilla/src/sprinkles/properties-css.js +6 -5
  376. package/dist/vanilla/src/sprinkles/sprinklesMerge.js +2 -2
  377. package/package.json +4 -3
  378. package/dist/vanilla/assets/src/actions/ActionsContent.css.ts.vanilla-CY_zQdRt.css +0 -22
  379. package/dist/vanilla/assets/src/actions/ActionsRoot.css.ts.vanilla-Sfxv3QTp.css +0 -4
  380. package/dist/vanilla/assets/src/data-table/DataTableBody.css.ts.vanilla-C5CLCAO-.css +0 -70
  381. package/dist/vanilla/assets/src/layers/layers.css.ts.vanilla-DOIEZBDT.css +0 -1
  382. package/dist/vanilla/assets/src/skeleton/Skeleton.css.ts.vanilla-DdlGEtT6.css +0 -6
  383. package/dist/vanilla/assets/src/vanilla/Table/TableBody.css.ts.vanilla-NM1bg9yo.css +0 -6
  384. package/dist/vanilla/assets/src/vanilla/Table/TableHeader.css.ts.vanilla-BFZehdGr.css +0 -8
  385. package/dist/vanilla/src/components/Avatar/Avatar.js +0 -34
  386. package/dist/vanilla/src/components/Avatar/Avatar.style.js +0 -116
  387. package/dist/vanilla/src/components/Avatar/UserAvatar.js +0 -22
  388. package/dist/vanilla/src/components/Button/Button.js +0 -29
  389. package/dist/vanilla/src/components/Button/ButtonLoader/ButtonLoader.js +0 -9
  390. package/dist/vanilla/src/components/Button/ButtonLoader/ButtonLoader.style.js +0 -46
  391. package/dist/vanilla/src/components/ButtonBase/ButtonBase.js +0 -62
  392. package/dist/vanilla/src/components/ButtonBase/ButtonBase.style.js +0 -74
  393. package/dist/vanilla/src/components/ButtonBase/constants.js +0 -34
  394. package/dist/vanilla/src/components/IconButton/IconButton.js +0 -40
  395. package/dist/vanilla/src/theme/functions.js +0 -64
  396. package/dist/vanilla/src/utils/date.js +0 -13
  397. package/dist/vanilla/src/utils/helpers.js +0 -7
  398. /package/dist/src/{vanilla-extract/global.css.d.ts → button/Button.test.d.ts} +0 -0
@@ -1,4 +1,3 @@
1
- import { AccountIcon, AlbumIcon, AnalyticsIcon, AppsIcon, ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, ArtistIcon, AssetIcon, AudioIcon, AudioOffIcon, BookmarkIcon, BookmarkOffIcon, BroadcastIcon, CalendarIcon, CatalogIcon, ChannelIcon, ChatIcon, CheckIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, CinemaIcon, ClaimIcon, CloseIcon, ColumnChooserIcon, CompositionIcon, ConcertIcon, ConflictIcon, ConvertIcon, CopyIcon, CueSheetIcon, DashboardIcon, DatasetIcon, DeleteIcon, DeliveryIcon, DetailsIcon, DigitalIcon, DistributionIcon, DownloadIcon, EarningsIcon, EditIcon, EntitiesIcon, ErrorIcon, ExternalLinkIcon, EyeIcon, EyeOffIcon, FavoriteIcon, FavoriteOffIcon, FileIcon, FilterIcon, FlagIcon, FlagOffIcon, ForwardIcon, FreezeIcon, HelpIcon, ImageIcon, ImageOffIcon, IncomeIcon, InformationalIcon, InsightIcon, InvoiceIcon, IssueIcon, KeywordIcon, LanguageIcon, LegalIcon, LicenseIcon, LinkIcon, LocationIcon, LockIcon, LoginIcon, LogoutIcon, MailIcon, ManualIcon, MediaFileIcon, MenuIcon, MinusIcon, MoreOptionsIcon, NextIcon, NotificationIcon, OrganizationIcon, PageFirstIcon, PageLastIcon, PairIcon, PauseIcon, PendingIcon, PlaycountIcon, PlayIcon, PlusIcon, PolicyIcon, PreviousIcon, PublicPerformanceIcon, PublisherIcon, RadioIcon, RecordingIcon, RecordLabelIcon, RedoIcon, RefreshIcon, ReportIcon, RestoreIcon, ResumeIcon, ReviewIcon, RewindIcon, RoleIcon, SearchFilledIcon, SearchIcon, SettingsIcon, ShareIcon, SortAscendingIcon, SortDescendingIcon, SortIcon, StatusIndicatorIcon, StopIcon, SuccessIcon, TagIcon, TelevisionIcon, ThumbsDownIcon, ThumbsUpIcon, TrendingDownIcon, TrendingUpIcon, TriangleDownIcon, TriangleLeftIcon, TriangleRightIcon, TriangleUpIcon, UndoIcon, UnfreezeIcon, UnlinkIcon, UnlockIcon, UnpairIcon, UnverifiedIcon, UpdateIcon, UploadIcon, UsageIcon, UserIcon, UsersIcon, VerifiedIcon, VideoIcon, VideoOffIcon, WarningIcon, WorkIcon, WriterIcon, YouTubeIcon } from '../icons';
2
1
  import { BoxProps } from '../vanilla/Box';
3
2
  export type IconProps = {
4
3
  name: keyof typeof ICONS;
@@ -6,148 +5,436 @@ export type IconProps = {
6
5
  } & Omit<BoxProps, 'size'>;
7
6
  export declare function Icon({ name, size, ...props }: IconProps): import("@emotion/react/jsx-runtime").JSX.Element;
8
7
  export declare const ICONS: {
9
- readonly account: typeof AccountIcon;
10
- readonly album: typeof AlbumIcon;
11
- readonly analytics: typeof AnalyticsIcon;
12
- readonly apps: typeof AppsIcon;
13
- readonly arrowDown: typeof ArrowDownIcon;
14
- readonly arrowLeft: typeof ArrowLeftIcon;
15
- readonly arrowRight: typeof ArrowRightIcon;
16
- readonly arrowUp: typeof ArrowUpIcon;
17
- readonly artist: typeof ArtistIcon;
18
- readonly asset: typeof AssetIcon;
19
- readonly audio: typeof AudioIcon;
20
- readonly audioOff: typeof AudioOffIcon;
21
- readonly bookmark: typeof BookmarkIcon;
22
- readonly bookmarkOff: typeof BookmarkOffIcon;
23
- readonly broadcast: typeof BroadcastIcon;
24
- readonly calendar: typeof CalendarIcon;
25
- readonly chat: typeof ChatIcon;
26
- readonly check: typeof CheckIcon;
27
- readonly catalog: typeof CatalogIcon;
28
- readonly channel: typeof ChannelIcon;
29
- readonly chevronDown: typeof ChevronDownIcon;
30
- readonly chevronLeft: typeof ChevronLeftIcon;
31
- readonly chevronRight: typeof ChevronRightIcon;
32
- readonly chevronUp: typeof ChevronUpIcon;
33
- readonly cinema: typeof CinemaIcon;
34
- readonly claim: typeof ClaimIcon;
35
- readonly close: typeof CloseIcon;
36
- readonly columnChooser: typeof ColumnChooserIcon;
37
- readonly convert: typeof ConvertIcon;
38
- readonly composition: typeof CompositionIcon;
39
- readonly concert: typeof ConcertIcon;
40
- readonly conflict: typeof ConflictIcon;
41
- readonly copy: typeof CopyIcon;
42
- readonly cueSheet: typeof CueSheetIcon;
43
- readonly dashboard: typeof DashboardIcon;
44
- readonly dataset: typeof DatasetIcon;
45
- readonly delete: typeof DeleteIcon;
46
- readonly digital: typeof DigitalIcon;
47
- readonly distribution: typeof DistributionIcon;
48
- readonly delivery: typeof DeliveryIcon;
49
- readonly details: typeof DetailsIcon;
50
- readonly download: typeof DownloadIcon;
51
- readonly earnings: typeof EarningsIcon;
52
- readonly edit: typeof EditIcon;
53
- readonly entities: typeof EntitiesIcon;
54
- readonly error: typeof ErrorIcon;
55
- readonly eye: typeof EyeIcon;
56
- readonly eyeOff: typeof EyeOffIcon;
57
- readonly externalLink: typeof ExternalLinkIcon;
58
- readonly favorite: typeof FavoriteIcon;
59
- readonly favoriteOff: typeof FavoriteOffIcon;
60
- readonly file: typeof FileIcon;
61
- readonly filter: typeof FilterIcon;
62
- readonly flag: typeof FlagIcon;
63
- readonly flagOff: typeof FlagOffIcon;
64
- readonly freeze: typeof FreezeIcon;
65
- readonly forward: typeof ForwardIcon;
66
- readonly help: typeof HelpIcon;
67
- readonly income: typeof IncomeIcon;
68
- readonly image: typeof ImageIcon;
69
- readonly imageOff: typeof ImageOffIcon;
70
- readonly informational: typeof InformationalIcon;
71
- readonly insight: typeof InsightIcon;
72
- readonly invoice: typeof InvoiceIcon;
73
- readonly issue: typeof IssueIcon;
74
- readonly keyword: typeof KeywordIcon;
75
- readonly language: typeof LanguageIcon;
76
- readonly legal: typeof LegalIcon;
77
- readonly license: typeof LicenseIcon;
78
- readonly link: typeof LinkIcon;
79
- readonly lock: typeof LockIcon;
80
- readonly location: typeof LocationIcon;
81
- readonly login: typeof LoginIcon;
82
- readonly logout: typeof LogoutIcon;
83
- readonly mail: typeof MailIcon;
84
- readonly manual: typeof ManualIcon;
85
- readonly mediaFile: typeof MediaFileIcon;
86
- readonly menu: typeof MenuIcon;
87
- readonly minus: typeof MinusIcon;
88
- readonly moreOptions: typeof MoreOptionsIcon;
89
- readonly next: typeof NextIcon;
90
- readonly notification: typeof NotificationIcon;
91
- readonly organization: typeof OrganizationIcon;
92
- readonly pageFirst: typeof PageFirstIcon;
93
- readonly pageLast: typeof PageLastIcon;
94
- readonly pair: typeof PairIcon;
95
- readonly pause: typeof PauseIcon;
96
- readonly pending: typeof PendingIcon;
97
- readonly playcount: typeof PlaycountIcon;
98
- readonly play: typeof PlayIcon;
99
- readonly plus: typeof PlusIcon;
100
- readonly publicPerformance: typeof PublicPerformanceIcon;
101
- readonly publisher: typeof PublisherIcon;
102
- readonly policy: typeof PolicyIcon;
103
- readonly previous: typeof PreviousIcon;
104
- readonly redo: typeof RedoIcon;
105
- readonly radio: typeof RadioIcon;
106
- readonly recording: typeof RecordingIcon;
107
- readonly recordLabel: typeof RecordLabelIcon;
108
- readonly refresh: typeof RefreshIcon;
109
- readonly report: typeof ReportIcon;
110
- readonly restore: typeof RestoreIcon;
111
- readonly resume: typeof ResumeIcon;
112
- readonly rewind: typeof RewindIcon;
113
- readonly review: typeof ReviewIcon;
114
- readonly role: typeof RoleIcon;
115
- readonly search: typeof SearchIcon;
116
- readonly searchFilled: typeof SearchFilledIcon;
117
- readonly settings: typeof SettingsIcon;
118
- readonly share: typeof ShareIcon;
119
- readonly sort: typeof SortIcon;
120
- readonly sortAscending: typeof SortAscendingIcon;
121
- readonly sortDescending: typeof SortDescendingIcon;
122
- readonly statusIndicator: typeof StatusIndicatorIcon;
123
- readonly stop: typeof StopIcon;
124
- readonly success: typeof SuccessIcon;
125
- readonly tag: typeof TagIcon;
126
- readonly television: typeof TelevisionIcon;
127
- readonly thumbsDown: typeof ThumbsDownIcon;
128
- readonly thumbsUp: typeof ThumbsUpIcon;
129
- readonly trendingDown: typeof TrendingDownIcon;
130
- readonly trendingUp: typeof TrendingUpIcon;
131
- readonly triangleDown: typeof TriangleDownIcon;
132
- readonly triangleLeft: typeof TriangleLeftIcon;
133
- readonly triangleRight: typeof TriangleRightIcon;
134
- readonly triangleUp: typeof TriangleUpIcon;
135
- readonly undo: typeof UndoIcon;
136
- readonly unfreeze: typeof UnfreezeIcon;
137
- readonly unlink: typeof UnlinkIcon;
138
- readonly unlock: typeof UnlockIcon;
139
- readonly unpair: typeof UnpairIcon;
140
- readonly unverified: typeof UnverifiedIcon;
141
- readonly update: typeof UpdateIcon;
142
- readonly upload: typeof UploadIcon;
143
- readonly usage: typeof UsageIcon;
144
- readonly user: typeof UserIcon;
145
- readonly users: typeof UsersIcon;
146
- readonly verified: typeof VerifiedIcon;
147
- readonly video: typeof VideoIcon;
148
- readonly videoOff: typeof VideoOffIcon;
149
- readonly warning: typeof WarningIcon;
150
- readonly work: typeof WorkIcon;
151
- readonly writer: typeof WriterIcon;
152
- readonly youTube: typeof YouTubeIcon;
8
+ readonly account: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
9
+ size?: "sm" | "md" | "lg" | "xs";
10
+ } & import('react').RefAttributes<SVGSVGElement>>;
11
+ readonly album: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
12
+ size?: "sm" | "md" | "lg" | "xs";
13
+ } & import('react').RefAttributes<SVGSVGElement>>;
14
+ readonly analytics: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
15
+ size?: "sm" | "md" | "lg" | "xs";
16
+ } & import('react').RefAttributes<SVGSVGElement>>;
17
+ readonly apps: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
18
+ size?: "sm" | "md" | "lg" | "xs";
19
+ } & import('react').RefAttributes<SVGSVGElement>>;
20
+ readonly arrowDown: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
21
+ size?: "sm" | "md" | "lg" | "xs";
22
+ } & import('react').RefAttributes<SVGSVGElement>>;
23
+ readonly arrowLeft: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
24
+ size?: "sm" | "md" | "lg" | "xs";
25
+ } & import('react').RefAttributes<SVGSVGElement>>;
26
+ readonly arrowRight: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
27
+ size?: "sm" | "md" | "lg" | "xs";
28
+ } & import('react').RefAttributes<SVGSVGElement>>;
29
+ readonly arrowUp: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
30
+ size?: "sm" | "md" | "lg" | "xs";
31
+ } & import('react').RefAttributes<SVGSVGElement>>;
32
+ readonly artist: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
33
+ size?: "sm" | "md" | "lg" | "xs";
34
+ } & import('react').RefAttributes<SVGSVGElement>>;
35
+ readonly asset: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
36
+ size?: "sm" | "md" | "lg" | "xs";
37
+ } & import('react').RefAttributes<SVGSVGElement>>;
38
+ readonly audio: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
39
+ size?: "sm" | "md" | "lg" | "xs";
40
+ } & import('react').RefAttributes<SVGSVGElement>>;
41
+ readonly audioOff: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
42
+ size?: "sm" | "md" | "lg" | "xs";
43
+ } & import('react').RefAttributes<SVGSVGElement>>;
44
+ readonly bookmark: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
45
+ size?: "sm" | "md" | "lg" | "xs";
46
+ } & import('react').RefAttributes<SVGSVGElement>>;
47
+ readonly bookmarkOff: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
48
+ size?: "sm" | "md" | "lg" | "xs";
49
+ } & import('react').RefAttributes<SVGSVGElement>>;
50
+ readonly broadcast: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
51
+ size?: "sm" | "md" | "lg" | "xs";
52
+ } & import('react').RefAttributes<SVGSVGElement>>;
53
+ readonly calendar: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
54
+ size?: "sm" | "md" | "lg" | "xs";
55
+ } & import('react').RefAttributes<SVGSVGElement>>;
56
+ readonly chat: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
57
+ size?: "sm" | "md" | "lg" | "xs";
58
+ } & import('react').RefAttributes<SVGSVGElement>>;
59
+ readonly check: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
60
+ size?: "sm" | "md" | "lg" | "xs";
61
+ } & import('react').RefAttributes<SVGSVGElement>>;
62
+ readonly catalog: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
63
+ size?: "sm" | "md" | "lg" | "xs";
64
+ } & import('react').RefAttributes<SVGSVGElement>>;
65
+ readonly channel: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
66
+ size?: "sm" | "md" | "lg" | "xs";
67
+ } & import('react').RefAttributes<SVGSVGElement>>;
68
+ readonly chevronDown: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
69
+ size?: "sm" | "md" | "lg" | "xs";
70
+ } & import('react').RefAttributes<SVGSVGElement>>;
71
+ readonly chevronLeft: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
72
+ size?: "sm" | "md" | "lg" | "xs";
73
+ } & import('react').RefAttributes<SVGSVGElement>>;
74
+ readonly chevronRight: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
75
+ size?: "sm" | "md" | "lg" | "xs";
76
+ } & import('react').RefAttributes<SVGSVGElement>>;
77
+ readonly chevronUp: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
78
+ size?: "sm" | "md" | "lg" | "xs";
79
+ } & import('react').RefAttributes<SVGSVGElement>>;
80
+ readonly cinema: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
81
+ size?: "sm" | "md" | "lg" | "xs";
82
+ } & import('react').RefAttributes<SVGSVGElement>>;
83
+ readonly claim: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
84
+ size?: "sm" | "md" | "lg" | "xs";
85
+ } & import('react').RefAttributes<SVGSVGElement>>;
86
+ readonly close: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
87
+ size?: "sm" | "md" | "lg" | "xs";
88
+ } & import('react').RefAttributes<SVGSVGElement>>;
89
+ readonly columnChooser: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
90
+ size?: "sm" | "md" | "lg" | "xs";
91
+ } & import('react').RefAttributes<SVGSVGElement>>;
92
+ readonly convert: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
93
+ size?: "sm" | "md" | "lg" | "xs";
94
+ } & import('react').RefAttributes<SVGSVGElement>>;
95
+ readonly composition: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
96
+ size?: "sm" | "md" | "lg" | "xs";
97
+ } & import('react').RefAttributes<SVGSVGElement>>;
98
+ readonly concert: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
99
+ size?: "sm" | "md" | "lg" | "xs";
100
+ } & import('react').RefAttributes<SVGSVGElement>>;
101
+ readonly conflict: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
102
+ size?: "sm" | "md" | "lg" | "xs";
103
+ } & import('react').RefAttributes<SVGSVGElement>>;
104
+ readonly copy: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
105
+ size?: "sm" | "md" | "lg" | "xs";
106
+ } & import('react').RefAttributes<SVGSVGElement>>;
107
+ readonly cueSheet: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
108
+ size?: "sm" | "md" | "lg" | "xs";
109
+ } & import('react').RefAttributes<SVGSVGElement>>;
110
+ readonly dashboard: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
111
+ size?: "sm" | "md" | "lg" | "xs";
112
+ } & import('react').RefAttributes<SVGSVGElement>>;
113
+ readonly dataset: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
114
+ size?: "sm" | "md" | "lg" | "xs";
115
+ } & import('react').RefAttributes<SVGSVGElement>>;
116
+ readonly delete: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
117
+ size?: "sm" | "md" | "lg" | "xs";
118
+ } & import('react').RefAttributes<SVGSVGElement>>;
119
+ readonly digital: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
120
+ size?: "sm" | "md" | "lg" | "xs";
121
+ } & import('react').RefAttributes<SVGSVGElement>>;
122
+ readonly distribution: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
123
+ size?: "sm" | "md" | "lg" | "xs";
124
+ } & import('react').RefAttributes<SVGSVGElement>>;
125
+ readonly delivery: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
126
+ size?: "sm" | "md" | "lg" | "xs";
127
+ } & import('react').RefAttributes<SVGSVGElement>>;
128
+ readonly details: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
129
+ size?: "sm" | "md" | "lg" | "xs";
130
+ } & import('react').RefAttributes<SVGSVGElement>>;
131
+ readonly download: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
132
+ size?: "sm" | "md" | "lg" | "xs";
133
+ } & import('react').RefAttributes<SVGSVGElement>>;
134
+ readonly earnings: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
135
+ size?: "sm" | "md" | "lg" | "xs";
136
+ } & import('react').RefAttributes<SVGSVGElement>>;
137
+ readonly edit: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
138
+ size?: "sm" | "md" | "lg" | "xs";
139
+ } & import('react').RefAttributes<SVGSVGElement>>;
140
+ readonly entities: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
141
+ size?: "sm" | "md" | "lg" | "xs";
142
+ } & import('react').RefAttributes<SVGSVGElement>>;
143
+ readonly error: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
144
+ size?: "sm" | "md" | "lg" | "xs";
145
+ } & import('react').RefAttributes<SVGSVGElement>>;
146
+ readonly eye: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
147
+ size?: "sm" | "md" | "lg" | "xs";
148
+ } & import('react').RefAttributes<SVGSVGElement>>;
149
+ readonly eyeOff: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
150
+ size?: "sm" | "md" | "lg" | "xs";
151
+ } & import('react').RefAttributes<SVGSVGElement>>;
152
+ readonly externalLink: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
153
+ size?: "sm" | "md" | "lg" | "xs";
154
+ } & import('react').RefAttributes<SVGSVGElement>>;
155
+ readonly favorite: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
156
+ size?: "sm" | "md" | "lg" | "xs";
157
+ } & import('react').RefAttributes<SVGSVGElement>>;
158
+ readonly favoriteOff: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
159
+ size?: "sm" | "md" | "lg" | "xs";
160
+ } & import('react').RefAttributes<SVGSVGElement>>;
161
+ readonly file: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
162
+ size?: "sm" | "md" | "lg" | "xs";
163
+ } & import('react').RefAttributes<SVGSVGElement>>;
164
+ readonly filter: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
165
+ size?: "sm" | "md" | "lg" | "xs";
166
+ } & import('react').RefAttributes<SVGSVGElement>>;
167
+ readonly flag: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
168
+ size?: "sm" | "md" | "lg" | "xs";
169
+ } & import('react').RefAttributes<SVGSVGElement>>;
170
+ readonly flagOff: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
171
+ size?: "sm" | "md" | "lg" | "xs";
172
+ } & import('react').RefAttributes<SVGSVGElement>>;
173
+ readonly freeze: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
174
+ size?: "sm" | "md" | "lg" | "xs";
175
+ } & import('react').RefAttributes<SVGSVGElement>>;
176
+ readonly forward: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
177
+ size?: "sm" | "md" | "lg" | "xs";
178
+ } & import('react').RefAttributes<SVGSVGElement>>;
179
+ readonly help: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
180
+ size?: "sm" | "md" | "lg" | "xs";
181
+ } & import('react').RefAttributes<SVGSVGElement>>;
182
+ readonly income: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
183
+ size?: "sm" | "md" | "lg" | "xs";
184
+ } & import('react').RefAttributes<SVGSVGElement>>;
185
+ readonly image: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
186
+ size?: "sm" | "md" | "lg" | "xs";
187
+ } & import('react').RefAttributes<SVGSVGElement>>;
188
+ readonly imageOff: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
189
+ size?: "sm" | "md" | "lg" | "xs";
190
+ } & import('react').RefAttributes<SVGSVGElement>>;
191
+ readonly informational: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
192
+ size?: "sm" | "md" | "lg" | "xs";
193
+ } & import('react').RefAttributes<SVGSVGElement>>;
194
+ readonly insight: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
195
+ size?: "sm" | "md" | "lg" | "xs";
196
+ } & import('react').RefAttributes<SVGSVGElement>>;
197
+ readonly invoice: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
198
+ size?: "sm" | "md" | "lg" | "xs";
199
+ } & import('react').RefAttributes<SVGSVGElement>>;
200
+ readonly issue: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
201
+ size?: "sm" | "md" | "lg" | "xs";
202
+ } & import('react').RefAttributes<SVGSVGElement>>;
203
+ readonly keyword: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
204
+ size?: "sm" | "md" | "lg" | "xs";
205
+ } & import('react').RefAttributes<SVGSVGElement>>;
206
+ readonly language: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
207
+ size?: "sm" | "md" | "lg" | "xs";
208
+ } & import('react').RefAttributes<SVGSVGElement>>;
209
+ readonly legal: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
210
+ size?: "sm" | "md" | "lg" | "xs";
211
+ } & import('react').RefAttributes<SVGSVGElement>>;
212
+ readonly license: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
213
+ size?: "sm" | "md" | "lg" | "xs";
214
+ } & import('react').RefAttributes<SVGSVGElement>>;
215
+ readonly link: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
216
+ size?: "sm" | "md" | "lg" | "xs";
217
+ } & import('react').RefAttributes<SVGSVGElement>>;
218
+ readonly lock: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
219
+ size?: "sm" | "md" | "lg" | "xs";
220
+ } & import('react').RefAttributes<SVGSVGElement>>;
221
+ readonly location: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
222
+ size?: "sm" | "md" | "lg" | "xs";
223
+ } & import('react').RefAttributes<SVGSVGElement>>;
224
+ readonly login: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
225
+ size?: "sm" | "md" | "lg" | "xs";
226
+ } & import('react').RefAttributes<SVGSVGElement>>;
227
+ readonly logout: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
228
+ size?: "sm" | "md" | "lg" | "xs";
229
+ } & import('react').RefAttributes<SVGSVGElement>>;
230
+ readonly mail: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
231
+ size?: "sm" | "md" | "lg" | "xs";
232
+ } & import('react').RefAttributes<SVGSVGElement>>;
233
+ readonly manual: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
234
+ size?: "sm" | "md" | "lg" | "xs";
235
+ } & import('react').RefAttributes<SVGSVGElement>>;
236
+ readonly mediaFile: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
237
+ size?: "sm" | "md" | "lg" | "xs";
238
+ } & import('react').RefAttributes<SVGSVGElement>>;
239
+ readonly menu: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
240
+ size?: "sm" | "md" | "lg" | "xs";
241
+ } & import('react').RefAttributes<SVGSVGElement>>;
242
+ readonly minus: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
243
+ size?: "sm" | "md" | "lg" | "xs";
244
+ } & import('react').RefAttributes<SVGSVGElement>>;
245
+ readonly moreOptions: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
246
+ size?: "sm" | "md" | "lg" | "xs";
247
+ } & import('react').RefAttributes<SVGSVGElement>>;
248
+ readonly next: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
249
+ size?: "sm" | "md" | "lg" | "xs";
250
+ } & import('react').RefAttributes<SVGSVGElement>>;
251
+ readonly notification: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
252
+ size?: "sm" | "md" | "lg" | "xs";
253
+ } & import('react').RefAttributes<SVGSVGElement>>;
254
+ readonly organization: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
255
+ size?: "sm" | "md" | "lg" | "xs";
256
+ } & import('react').RefAttributes<SVGSVGElement>>;
257
+ readonly pageFirst: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
258
+ size?: "sm" | "md" | "lg" | "xs";
259
+ } & import('react').RefAttributes<SVGSVGElement>>;
260
+ readonly pageLast: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
261
+ size?: "sm" | "md" | "lg" | "xs";
262
+ } & import('react').RefAttributes<SVGSVGElement>>;
263
+ readonly pair: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
264
+ size?: "sm" | "md" | "lg" | "xs";
265
+ } & import('react').RefAttributes<SVGSVGElement>>;
266
+ readonly pause: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
267
+ size?: "sm" | "md" | "lg" | "xs";
268
+ } & import('react').RefAttributes<SVGSVGElement>>;
269
+ readonly pending: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
270
+ size?: "sm" | "md" | "lg" | "xs";
271
+ } & import('react').RefAttributes<SVGSVGElement>>;
272
+ readonly playcount: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
273
+ size?: "sm" | "md" | "lg" | "xs";
274
+ } & import('react').RefAttributes<SVGSVGElement>>;
275
+ readonly play: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
276
+ size?: "sm" | "md" | "lg" | "xs";
277
+ } & import('react').RefAttributes<SVGSVGElement>>;
278
+ readonly plus: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
279
+ size?: "sm" | "md" | "lg" | "xs";
280
+ } & import('react').RefAttributes<SVGSVGElement>>;
281
+ readonly publicPerformance: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
282
+ size?: "sm" | "md" | "lg" | "xs";
283
+ } & import('react').RefAttributes<SVGSVGElement>>;
284
+ readonly publisher: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
285
+ size?: "sm" | "md" | "lg" | "xs";
286
+ } & import('react').RefAttributes<SVGSVGElement>>;
287
+ readonly policy: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
288
+ size?: "sm" | "md" | "lg" | "xs";
289
+ } & import('react').RefAttributes<SVGSVGElement>>;
290
+ readonly previous: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
291
+ size?: "sm" | "md" | "lg" | "xs";
292
+ } & import('react').RefAttributes<SVGSVGElement>>;
293
+ readonly redo: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
294
+ size?: "sm" | "md" | "lg" | "xs";
295
+ } & import('react').RefAttributes<SVGSVGElement>>;
296
+ readonly radio: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
297
+ size?: "sm" | "md" | "lg" | "xs";
298
+ } & import('react').RefAttributes<SVGSVGElement>>;
299
+ readonly recording: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
300
+ size?: "sm" | "md" | "lg" | "xs";
301
+ } & import('react').RefAttributes<SVGSVGElement>>;
302
+ readonly recordLabel: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
303
+ size?: "sm" | "md" | "lg" | "xs";
304
+ } & import('react').RefAttributes<SVGSVGElement>>;
305
+ readonly refresh: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
306
+ size?: "sm" | "md" | "lg" | "xs";
307
+ } & import('react').RefAttributes<SVGSVGElement>>;
308
+ readonly report: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
309
+ size?: "sm" | "md" | "lg" | "xs";
310
+ } & import('react').RefAttributes<SVGSVGElement>>;
311
+ readonly restore: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
312
+ size?: "sm" | "md" | "lg" | "xs";
313
+ } & import('react').RefAttributes<SVGSVGElement>>;
314
+ readonly resume: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
315
+ size?: "sm" | "md" | "lg" | "xs";
316
+ } & import('react').RefAttributes<SVGSVGElement>>;
317
+ readonly rewind: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
318
+ size?: "sm" | "md" | "lg" | "xs";
319
+ } & import('react').RefAttributes<SVGSVGElement>>;
320
+ readonly review: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
321
+ size?: "sm" | "md" | "lg" | "xs";
322
+ } & import('react').RefAttributes<SVGSVGElement>>;
323
+ readonly role: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
324
+ size?: "sm" | "md" | "lg" | "xs";
325
+ } & import('react').RefAttributes<SVGSVGElement>>;
326
+ readonly search: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
327
+ size?: "sm" | "md" | "lg" | "xs";
328
+ } & import('react').RefAttributes<SVGSVGElement>>;
329
+ readonly searchFilled: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
330
+ size?: "sm" | "md" | "lg" | "xs";
331
+ } & import('react').RefAttributes<SVGSVGElement>>;
332
+ readonly settings: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
333
+ size?: "sm" | "md" | "lg" | "xs";
334
+ } & import('react').RefAttributes<SVGSVGElement>>;
335
+ readonly share: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
336
+ size?: "sm" | "md" | "lg" | "xs";
337
+ } & import('react').RefAttributes<SVGSVGElement>>;
338
+ readonly sort: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
339
+ size?: "sm" | "md" | "lg" | "xs";
340
+ } & import('react').RefAttributes<SVGSVGElement>>;
341
+ readonly sortAscending: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
342
+ size?: "sm" | "md" | "lg" | "xs";
343
+ } & import('react').RefAttributes<SVGSVGElement>>;
344
+ readonly sortDescending: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
345
+ size?: "sm" | "md" | "lg" | "xs";
346
+ } & import('react').RefAttributes<SVGSVGElement>>;
347
+ readonly statusIndicator: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
348
+ size?: "sm" | "md" | "lg" | "xs";
349
+ } & import('react').RefAttributes<SVGSVGElement>>;
350
+ readonly stop: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
351
+ size?: "sm" | "md" | "lg" | "xs";
352
+ } & import('react').RefAttributes<SVGSVGElement>>;
353
+ readonly success: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
354
+ size?: "sm" | "md" | "lg" | "xs";
355
+ } & import('react').RefAttributes<SVGSVGElement>>;
356
+ readonly tag: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
357
+ size?: "sm" | "md" | "lg" | "xs";
358
+ } & import('react').RefAttributes<SVGSVGElement>>;
359
+ readonly television: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
360
+ size?: "sm" | "md" | "lg" | "xs";
361
+ } & import('react').RefAttributes<SVGSVGElement>>;
362
+ readonly thumbsDown: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
363
+ size?: "sm" | "md" | "lg" | "xs";
364
+ } & import('react').RefAttributes<SVGSVGElement>>;
365
+ readonly thumbsUp: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
366
+ size?: "sm" | "md" | "lg" | "xs";
367
+ } & import('react').RefAttributes<SVGSVGElement>>;
368
+ readonly trendingDown: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
369
+ size?: "sm" | "md" | "lg" | "xs";
370
+ } & import('react').RefAttributes<SVGSVGElement>>;
371
+ readonly trendingUp: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
372
+ size?: "sm" | "md" | "lg" | "xs";
373
+ } & import('react').RefAttributes<SVGSVGElement>>;
374
+ readonly triangleDown: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
375
+ size?: "sm" | "md" | "lg" | "xs";
376
+ } & import('react').RefAttributes<SVGSVGElement>>;
377
+ readonly triangleLeft: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
378
+ size?: "sm" | "md" | "lg" | "xs";
379
+ } & import('react').RefAttributes<SVGSVGElement>>;
380
+ readonly triangleRight: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
381
+ size?: "sm" | "md" | "lg" | "xs";
382
+ } & import('react').RefAttributes<SVGSVGElement>>;
383
+ readonly triangleUp: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
384
+ size?: "sm" | "md" | "lg" | "xs";
385
+ } & import('react').RefAttributes<SVGSVGElement>>;
386
+ readonly undo: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
387
+ size?: "sm" | "md" | "lg" | "xs";
388
+ } & import('react').RefAttributes<SVGSVGElement>>;
389
+ readonly unfreeze: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
390
+ size?: "sm" | "md" | "lg" | "xs";
391
+ } & import('react').RefAttributes<SVGSVGElement>>;
392
+ readonly unlink: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
393
+ size?: "sm" | "md" | "lg" | "xs";
394
+ } & import('react').RefAttributes<SVGSVGElement>>;
395
+ readonly unlock: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
396
+ size?: "sm" | "md" | "lg" | "xs";
397
+ } & import('react').RefAttributes<SVGSVGElement>>;
398
+ readonly unpair: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
399
+ size?: "sm" | "md" | "lg" | "xs";
400
+ } & import('react').RefAttributes<SVGSVGElement>>;
401
+ readonly unverified: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
402
+ size?: "sm" | "md" | "lg" | "xs";
403
+ } & import('react').RefAttributes<SVGSVGElement>>;
404
+ readonly update: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
405
+ size?: "sm" | "md" | "lg" | "xs";
406
+ } & import('react').RefAttributes<SVGSVGElement>>;
407
+ readonly upload: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
408
+ size?: "sm" | "md" | "lg" | "xs";
409
+ } & import('react').RefAttributes<SVGSVGElement>>;
410
+ readonly usage: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
411
+ size?: "sm" | "md" | "lg" | "xs";
412
+ } & import('react').RefAttributes<SVGSVGElement>>;
413
+ readonly user: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
414
+ size?: "sm" | "md" | "lg" | "xs";
415
+ } & import('react').RefAttributes<SVGSVGElement>>;
416
+ readonly users: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
417
+ size?: "sm" | "md" | "lg" | "xs";
418
+ } & import('react').RefAttributes<SVGSVGElement>>;
419
+ readonly verified: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
420
+ size?: "sm" | "md" | "lg" | "xs";
421
+ } & import('react').RefAttributes<SVGSVGElement>>;
422
+ readonly video: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
423
+ size?: "sm" | "md" | "lg" | "xs";
424
+ } & import('react').RefAttributes<SVGSVGElement>>;
425
+ readonly videoOff: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
426
+ size?: "sm" | "md" | "lg" | "xs";
427
+ } & import('react').RefAttributes<SVGSVGElement>>;
428
+ readonly warning: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
429
+ size?: "sm" | "md" | "lg" | "xs";
430
+ } & import('react').RefAttributes<SVGSVGElement>>;
431
+ readonly work: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
432
+ size?: "sm" | "md" | "lg" | "xs";
433
+ } & import('react').RefAttributes<SVGSVGElement>>;
434
+ readonly writer: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
435
+ size?: "sm" | "md" | "lg" | "xs";
436
+ } & import('react').RefAttributes<SVGSVGElement>>;
437
+ readonly youTube: import('react').ForwardRefExoticComponent<Omit<BoxProps, "size"> & {
438
+ size?: "sm" | "md" | "lg" | "xs";
439
+ } & import('react').RefAttributes<SVGSVGElement>>;
153
440
  };
@@ -1,2 +1,3 @@
1
- import { BoxProps } from '../vanilla/Box';
2
- export declare function AccountIcon(props: BoxProps): import("@emotion/react/jsx-runtime").JSX.Element;
1
+ export declare const AccountIcon: import('react').ForwardRefExoticComponent<Omit<import('../vanilla').BoxProps, "size"> & {
2
+ size?: "sm" | "md" | "lg" | "xs";
3
+ } & import('react').RefAttributes<SVGSVGElement>>;