@orfium/ictinus 5.43.9 → 5.44.1

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 (393) hide show
  1. package/dist/components/Controls/Switch/Switch.js +39 -36
  2. package/dist/components/Controls/Switch/Switch.style.js +4 -4
  3. package/dist/package.json.d.ts +1 -1
  4. package/dist/package.json.js +1 -1
  5. package/dist/src/actions/ActionsContent.d.ts +1 -0
  6. package/dist/src/actions/ActionsRoot.d.ts +1 -0
  7. package/dist/src/button/Button.css.d.ts +36 -0
  8. package/dist/src/button/Button.d.ts +428 -0
  9. package/dist/src/button/Button.test.d.ts +1 -0
  10. package/dist/src/button/index.d.ts +2 -0
  11. package/dist/src/components/Controls/Switch/Switch.d.ts +6 -0
  12. package/dist/src/data-table/DataTable.d.ts +1 -0
  13. package/dist/src/data-table/DataTableBody.d.ts +1 -0
  14. package/dist/src/data-table/DataTableHeader.d.ts +1 -0
  15. package/dist/src/data-table/DataTableRow.d.ts +3 -1
  16. package/dist/src/icon/Icon.d.ts +432 -145
  17. package/dist/src/icons/AccountIcon.d.ts +3 -2
  18. package/dist/src/icons/AlbumIcon.d.ts +3 -2
  19. package/dist/src/icons/AnalyticsIcon.d.ts +3 -2
  20. package/dist/src/icons/AppsIcon.d.ts +3 -2
  21. package/dist/src/icons/ArrowDownIcon.d.ts +3 -2
  22. package/dist/src/icons/ArrowLeftIcon.d.ts +3 -2
  23. package/dist/src/icons/ArrowRightIcon.d.ts +3 -2
  24. package/dist/src/icons/ArrowUpIcon.d.ts +3 -2
  25. package/dist/src/icons/ArtistIcon.d.ts +3 -2
  26. package/dist/src/icons/AssetIcon.d.ts +3 -2
  27. package/dist/src/icons/AudioIcon.d.ts +3 -2
  28. package/dist/src/icons/AudioOffIcon.d.ts +3 -2
  29. package/dist/src/icons/BookmarkIcon.d.ts +3 -2
  30. package/dist/src/icons/BookmarkOffIcon.d.ts +3 -2
  31. package/dist/src/icons/BroadcastIcon.d.ts +3 -2
  32. package/dist/src/icons/CalendarIcon.d.ts +3 -2
  33. package/dist/src/icons/CatalogIcon.d.ts +3 -2
  34. package/dist/src/icons/ChannelIcon.d.ts +3 -2
  35. package/dist/src/icons/ChatIcon.d.ts +3 -2
  36. package/dist/src/icons/CheckIcon.d.ts +3 -2
  37. package/dist/src/icons/ChevronDownIcon.d.ts +3 -2
  38. package/dist/src/icons/ChevronLeftIcon.d.ts +3 -2
  39. package/dist/src/icons/ChevronRightIcon.d.ts +3 -2
  40. package/dist/src/icons/ChevronUpIcon.d.ts +3 -2
  41. package/dist/src/icons/CinemaIcon.d.ts +3 -2
  42. package/dist/src/icons/ClaimIcon.d.ts +3 -2
  43. package/dist/src/icons/CloseIcon.d.ts +3 -2
  44. package/dist/src/icons/ColumnChooserIcon.d.ts +3 -2
  45. package/dist/src/icons/CompositionIcon.d.ts +3 -2
  46. package/dist/src/icons/ConcertIcon.d.ts +3 -2
  47. package/dist/src/icons/ConflictIcon.d.ts +3 -2
  48. package/dist/src/icons/ConvertIcon.d.ts +3 -2
  49. package/dist/src/icons/CopyIcon.d.ts +3 -2
  50. package/dist/src/icons/CueSheetIcon.d.ts +3 -2
  51. package/dist/src/icons/DashboardIcon.d.ts +3 -2
  52. package/dist/src/icons/DatasetIcon.d.ts +3 -2
  53. package/dist/src/icons/DeleteIcon.d.ts +3 -2
  54. package/dist/src/icons/DeliveryIcon.d.ts +3 -2
  55. package/dist/src/icons/DetailsIcon.d.ts +3 -2
  56. package/dist/src/icons/DigitalIcon.d.ts +3 -2
  57. package/dist/src/icons/DistributionIcon.d.ts +3 -2
  58. package/dist/src/icons/DownloadIcon.d.ts +3 -2
  59. package/dist/src/icons/EarningsIcon.d.ts +3 -2
  60. package/dist/src/icons/EditIcon.d.ts +3 -2
  61. package/dist/src/icons/EntitiesIcon.d.ts +3 -2
  62. package/dist/src/icons/ErrorIcon.d.ts +3 -2
  63. package/dist/src/icons/ExternalLinkIcon.d.ts +3 -2
  64. package/dist/src/icons/EyeIcon.d.ts +3 -2
  65. package/dist/src/icons/EyeOffIcon.d.ts +3 -2
  66. package/dist/src/icons/FavoriteIcon.d.ts +3 -2
  67. package/dist/src/icons/FavoriteOffIcon.d.ts +3 -2
  68. package/dist/src/icons/FileIcon.d.ts +3 -2
  69. package/dist/src/icons/FilterIcon.d.ts +3 -2
  70. package/dist/src/icons/FlagIcon.d.ts +3 -2
  71. package/dist/src/icons/FlagOffIcon.d.ts +3 -2
  72. package/dist/src/icons/ForwardIcon.d.ts +3 -2
  73. package/dist/src/icons/FreezeIcon.d.ts +3 -2
  74. package/dist/src/icons/HelpIcon.d.ts +3 -2
  75. package/dist/src/icons/Icon.d.ts +14 -0
  76. package/dist/src/icons/ImageIcon.d.ts +3 -2
  77. package/dist/src/icons/ImageOffIcon.d.ts +3 -2
  78. package/dist/src/icons/IncomeIcon.d.ts +3 -2
  79. package/dist/src/icons/InformationalIcon.d.ts +3 -2
  80. package/dist/src/icons/InsightIcon.d.ts +3 -2
  81. package/dist/src/icons/InvoiceIcon.d.ts +3 -2
  82. package/dist/src/icons/IssueIcon.d.ts +3 -2
  83. package/dist/src/icons/KeywordIcon.d.ts +3 -2
  84. package/dist/src/icons/LanguageIcon.d.ts +3 -2
  85. package/dist/src/icons/LegalIcon.d.ts +3 -2
  86. package/dist/src/icons/LicenseIcon.d.ts +3 -2
  87. package/dist/src/icons/LinkIcon.d.ts +3 -2
  88. package/dist/src/icons/LocationIcon.d.ts +3 -2
  89. package/dist/src/icons/LockIcon.d.ts +3 -2
  90. package/dist/src/icons/LoginIcon.d.ts +3 -2
  91. package/dist/src/icons/LogoutIcon.d.ts +3 -2
  92. package/dist/src/icons/MailIcon.d.ts +3 -2
  93. package/dist/src/icons/ManualIcon.d.ts +3 -2
  94. package/dist/src/icons/MediaFileIcon.d.ts +3 -2
  95. package/dist/src/icons/MenuIcon.d.ts +3 -2
  96. package/dist/src/icons/MinusIcon.d.ts +3 -2
  97. package/dist/src/icons/MoreOptionsIcon.d.ts +3 -2
  98. package/dist/src/icons/NextIcon.d.ts +3 -2
  99. package/dist/src/icons/NotificationIcon.d.ts +3 -2
  100. package/dist/src/icons/OrganizationIcon.d.ts +3 -2
  101. package/dist/src/icons/PageFirstIcon.d.ts +3 -2
  102. package/dist/src/icons/PageLastIcon.d.ts +3 -2
  103. package/dist/src/icons/PairIcon.d.ts +3 -2
  104. package/dist/src/icons/PauseIcon.d.ts +3 -2
  105. package/dist/src/icons/PendingIcon.d.ts +3 -2
  106. package/dist/src/icons/PlayIcon.d.ts +3 -2
  107. package/dist/src/icons/PlaycountIcon.d.ts +3 -2
  108. package/dist/src/icons/PlusIcon.d.ts +3 -2
  109. package/dist/src/icons/PolicyIcon.d.ts +3 -2
  110. package/dist/src/icons/PreviousIcon.d.ts +3 -2
  111. package/dist/src/icons/PublicPerformanceIcon.d.ts +3 -2
  112. package/dist/src/icons/PublisherIcon.d.ts +3 -2
  113. package/dist/src/icons/RadioIcon.d.ts +3 -2
  114. package/dist/src/icons/RecordLabelIcon.d.ts +3 -2
  115. package/dist/src/icons/RecordingIcon.d.ts +3 -2
  116. package/dist/src/icons/RedoIcon.d.ts +3 -2
  117. package/dist/src/icons/RefreshIcon.d.ts +3 -2
  118. package/dist/src/icons/ReportIcon.d.ts +3 -2
  119. package/dist/src/icons/RestoreIcon.d.ts +3 -2
  120. package/dist/src/icons/ResumeIcon.d.ts +3 -2
  121. package/dist/src/icons/ReviewIcon.d.ts +3 -2
  122. package/dist/src/icons/RewindIcon.d.ts +3 -2
  123. package/dist/src/icons/RoleIcon.d.ts +3 -2
  124. package/dist/src/icons/SearchFilledIcon.d.ts +3 -2
  125. package/dist/src/icons/SearchIcon.d.ts +3 -2
  126. package/dist/src/icons/SettingsIcon.d.ts +3 -2
  127. package/dist/src/icons/ShareIcon.d.ts +3 -2
  128. package/dist/src/icons/SortAscendingIcon.d.ts +3 -2
  129. package/dist/src/icons/SortDescendingIcon.d.ts +3 -2
  130. package/dist/src/icons/SortIcon.d.ts +3 -2
  131. package/dist/src/icons/StatusIndicatorIcon.d.ts +3 -2
  132. package/dist/src/icons/StopIcon.d.ts +3 -2
  133. package/dist/src/icons/SuccessIcon.d.ts +3 -2
  134. package/dist/src/icons/TagIcon.d.ts +3 -2
  135. package/dist/src/icons/TelevisionIcon.d.ts +3 -2
  136. package/dist/src/icons/ThumbsDownIcon.d.ts +3 -2
  137. package/dist/src/icons/ThumbsUpIcon.d.ts +3 -2
  138. package/dist/src/icons/TrendingDownIcon.d.ts +3 -2
  139. package/dist/src/icons/TrendingUpIcon.d.ts +3 -2
  140. package/dist/src/icons/TriangleDownIcon.d.ts +3 -2
  141. package/dist/src/icons/TriangleLeftIcon.d.ts +3 -2
  142. package/dist/src/icons/TriangleRightIcon.d.ts +3 -2
  143. package/dist/src/icons/TriangleUpIcon.d.ts +3 -2
  144. package/dist/src/icons/UndoIcon.d.ts +3 -2
  145. package/dist/src/icons/UnfreezeIcon.d.ts +3 -2
  146. package/dist/src/icons/UnlinkIcon.d.ts +3 -2
  147. package/dist/src/icons/UnlockIcon.d.ts +3 -2
  148. package/dist/src/icons/UnpairIcon.d.ts +3 -2
  149. package/dist/src/icons/UnverifiedIcon.d.ts +3 -2
  150. package/dist/src/icons/UpdateIcon.d.ts +3 -2
  151. package/dist/src/icons/UploadIcon.d.ts +3 -2
  152. package/dist/src/icons/UsageIcon.d.ts +3 -2
  153. package/dist/src/icons/UserIcon.d.ts +3 -2
  154. package/dist/src/icons/UsersIcon.d.ts +3 -2
  155. package/dist/src/icons/VerifiedIcon.d.ts +3 -2
  156. package/dist/src/icons/VideoIcon.d.ts +3 -2
  157. package/dist/src/icons/VideoOffIcon.d.ts +3 -2
  158. package/dist/src/icons/WarningIcon.d.ts +3 -2
  159. package/dist/src/icons/WorkIcon.d.ts +3 -2
  160. package/dist/src/icons/WriterIcon.d.ts +3 -2
  161. package/dist/src/icons/YouTubeIcon.d.ts +3 -2
  162. package/dist/src/skeleton/Skeleton.d.ts +1 -0
  163. package/dist/src/sprinkles/properties.css.d.ts +13 -0
  164. package/dist/src/sprinkles/sprinkles.d.ts +2 -1
  165. package/dist/src/vanilla/Box/Box.d.ts +1 -0
  166. package/dist/src/vanilla/Box/extractBoxProps.d.ts +2 -2
  167. package/dist/src/vanilla/Table/Table.d.ts +1 -0
  168. package/dist/src/vanilla/Table/TableBody.d.ts +1 -0
  169. package/dist/src/vanilla/Table/TableCell.d.ts +1 -0
  170. package/dist/src/vanilla/Table/TableFooter.d.ts +1 -0
  171. package/dist/src/vanilla/Table/TableHeader.d.ts +1 -0
  172. package/dist/src/vanilla/Table/TableHeaderCell.d.ts +1 -0
  173. package/dist/src/vanilla/Table/TableRow.d.ts +1 -0
  174. package/dist/src/vanilla/Text/Text.d.ts +1 -0
  175. package/dist/src/vanilla/index.d.ts +1 -0
  176. package/dist/vanilla/Dropdown/Dropdown-css.js +3 -3
  177. package/dist/vanilla/Menu/Menu-css.js +5 -5
  178. package/dist/vanilla/Menu/Menu.js +1 -1
  179. package/dist/vanilla/Popover/Popover-css.js +4 -4
  180. package/dist/vanilla/Popover/Popover.js +1 -1
  181. package/dist/vanilla/Table/Table-css.js +5 -5
  182. package/dist/vanilla/Table/TableBody-css.js +3 -3
  183. package/dist/vanilla/Table/TableCell-css.js +5 -5
  184. package/dist/vanilla/Table/TableFooter-css.js +3 -3
  185. package/dist/vanilla/Table/TableHeader-css.js +3 -3
  186. package/dist/vanilla/Table/TableHeaderCell-css.js +7 -7
  187. package/dist/vanilla/Table/TableRow-css.js +4 -4
  188. package/dist/vanilla/Text/Text-css.js +3 -3
  189. package/dist/vanilla/Text/Text.js +2 -0
  190. package/dist/vanilla/Tooltip/Tooltip-css.js +7 -7
  191. package/dist/vanilla/assets/src/actions/ActionsContent.css.ts.vanilla-C_KS0fc5.css +22 -0
  192. package/dist/vanilla/assets/src/actions/ActionsRoot.css.ts.vanilla-Brw20Xo4.css +4 -0
  193. package/dist/vanilla/assets/src/button/Button.css.ts.vanilla--Nt64Xy8.css +14 -0
  194. package/dist/vanilla/assets/src/data-table/DataTableBody.css.ts.vanilla-CWOmLBBa.css +70 -0
  195. package/dist/vanilla/assets/src/data-table/{DataTableHeaderCell.css.ts.vanilla-C7WK_qGD.css → DataTableHeaderCell.css.ts.vanilla-CpxRv5HF.css} +9 -9
  196. package/dist/vanilla/assets/src/layers/layers.css.ts.vanilla-CTlKhfMA.css +1 -0
  197. package/dist/vanilla/assets/src/skeleton/Skeleton.css.ts.vanilla-BLayn5Hi.css +6 -0
  198. package/dist/vanilla/assets/src/sprinkles/{properties.css.ts.vanilla-B7dED1bp.css → properties.css.ts.vanilla-3RYehNf9.css} +3367 -3358
  199. package/dist/vanilla/assets/src/vanilla/Menu/{Menu.css.ts.vanilla-DhRi9QUS.css → Menu.css.ts.vanilla-DiJB00S8.css} +5 -5
  200. package/dist/vanilla/assets/src/vanilla/Popover/{Popover.css.ts.vanilla-BB6cef57.css → Popover.css.ts.vanilla-B0paWZeG.css} +3 -3
  201. package/dist/vanilla/assets/src/vanilla/Table/{Table.css.ts.vanilla-Db6TBYJE.css → Table.css.ts.vanilla-Ce2gJXHS.css} +7 -7
  202. package/dist/vanilla/assets/src/vanilla/Table/TableBody.css.ts.vanilla-lzTcdLG5.css +6 -0
  203. package/dist/vanilla/assets/src/vanilla/Table/{TableCell.css.ts.vanilla-Co5pVJLM.css → TableCell.css.ts.vanilla-DQCFaiDu.css} +10 -10
  204. package/dist/vanilla/assets/src/vanilla/Table/{TableFooter.css.ts.vanilla-Dnf64vox.css → TableFooter.css.ts.vanilla-BBla0aia.css} +4 -4
  205. package/dist/vanilla/assets/src/vanilla/Table/TableHeader.css.ts.vanilla-Cw0c6oOe.css +8 -0
  206. package/dist/vanilla/assets/src/vanilla/Table/{TableHeaderCell.css.ts.vanilla-yP3m72Wm.css → TableHeaderCell.css.ts.vanilla-BfKSHHmi.css} +9 -9
  207. package/dist/vanilla/assets/src/vanilla/Table/{TableRow.css.ts.vanilla-DEL9kCnn.css → TableRow.css.ts.vanilla-CYf8szuW.css} +5 -5
  208. package/dist/vanilla/assets/src/vanilla/Text/{Text.css.ts.vanilla-DjvypZTb.css → Text.css.ts.vanilla-BiV9qE3V.css} +13 -13
  209. package/dist/vanilla/assets/src/vanilla/Tooltip/{Tooltip.css.ts.vanilla-CUEqitTD.css → Tooltip.css.ts.vanilla-CUpsaGQw.css} +13 -13
  210. package/dist/vanilla/index.d.ts +936 -307
  211. package/dist/vanilla/index.js +2 -0
  212. package/dist/vanilla/package.json.js +1 -1
  213. package/dist/vanilla/src/actions/ActionsContent-css.js +5 -5
  214. package/dist/vanilla/src/actions/ActionsRoot-css.js +3 -3
  215. package/dist/vanilla/src/button/Button-css.js +11 -0
  216. package/dist/vanilla/src/button/Button.js +128 -0
  217. package/dist/vanilla/src/components/Controls/Switch/Switch.js +4 -0
  218. package/dist/vanilla/src/components/Controls/Switch/Switch.style.js +3 -0
  219. package/dist/vanilla/src/components/utils/Slots.js +16 -3
  220. package/dist/vanilla/src/data-table/DataTableBody-css.js +11 -11
  221. package/dist/vanilla/src/data-table/DataTableEditColumns.js +151 -3
  222. package/dist/vanilla/src/data-table/DataTableHeaderCell-css.js +9 -9
  223. package/dist/vanilla/src/data-table/DataTableHeaderCell.js +170 -18
  224. package/dist/vanilla/src/icon/Icon.js +1 -7
  225. package/dist/vanilla/src/icons/AccountIcon.js +10 -11
  226. package/dist/vanilla/src/icons/AlbumIcon.js +12 -13
  227. package/dist/vanilla/src/icons/AnalyticsIcon.js +10 -11
  228. package/dist/vanilla/src/icons/AppsIcon.js +10 -11
  229. package/dist/vanilla/src/icons/ArrowDownIcon.js +10 -11
  230. package/dist/vanilla/src/icons/ArrowLeftIcon.js +10 -11
  231. package/dist/vanilla/src/icons/ArrowRightIcon.js +10 -11
  232. package/dist/vanilla/src/icons/ArrowUpIcon.js +10 -11
  233. package/dist/vanilla/src/icons/ArtistIcon.js +10 -11
  234. package/dist/vanilla/src/icons/AssetIcon.js +10 -11
  235. package/dist/vanilla/src/icons/AudioIcon.js +10 -11
  236. package/dist/vanilla/src/icons/AudioOffIcon.js +33 -34
  237. package/dist/vanilla/src/icons/BookmarkIcon.js +12 -13
  238. package/dist/vanilla/src/icons/BookmarkOffIcon.js +12 -13
  239. package/dist/vanilla/src/icons/BroadcastIcon.js +10 -11
  240. package/dist/vanilla/src/icons/CalendarIcon.js +10 -11
  241. package/dist/vanilla/src/icons/CatalogIcon.js +10 -11
  242. package/dist/vanilla/src/icons/ChannelIcon.js +28 -29
  243. package/dist/vanilla/src/icons/ChatIcon.js +10 -11
  244. package/dist/vanilla/src/icons/CheckIcon.js +10 -11
  245. package/dist/vanilla/src/icons/ChevronDownIcon.js +10 -11
  246. package/dist/vanilla/src/icons/ChevronLeftIcon.js +10 -11
  247. package/dist/vanilla/src/icons/ChevronRightIcon.js +10 -11
  248. package/dist/vanilla/src/icons/ChevronUpIcon.js +10 -11
  249. package/dist/vanilla/src/icons/CinemaIcon.js +10 -11
  250. package/dist/vanilla/src/icons/ClaimIcon.js +10 -11
  251. package/dist/vanilla/src/icons/CloseIcon.js +10 -11
  252. package/dist/vanilla/src/icons/ColumnChooserIcon.js +10 -11
  253. package/dist/vanilla/src/icons/CompositionIcon.js +10 -11
  254. package/dist/vanilla/src/icons/ConcertIcon.js +10 -11
  255. package/dist/vanilla/src/icons/ConflictIcon.js +10 -11
  256. package/dist/vanilla/src/icons/ConvertIcon.js +10 -11
  257. package/dist/vanilla/src/icons/CopyIcon.js +10 -11
  258. package/dist/vanilla/src/icons/CueSheetIcon.js +10 -11
  259. package/dist/vanilla/src/icons/DashboardIcon.js +10 -11
  260. package/dist/vanilla/src/icons/DatasetIcon.js +10 -11
  261. package/dist/vanilla/src/icons/DeleteIcon.js +10 -11
  262. package/dist/vanilla/src/icons/DeliveryIcon.js +10 -11
  263. package/dist/vanilla/src/icons/DetailsIcon.js +10 -11
  264. package/dist/vanilla/src/icons/DigitalIcon.js +12 -13
  265. package/dist/vanilla/src/icons/DistributionIcon.js +10 -11
  266. package/dist/vanilla/src/icons/DownloadIcon.js +10 -11
  267. package/dist/vanilla/src/icons/EarningsIcon.js +10 -11
  268. package/dist/vanilla/src/icons/EditIcon.js +10 -11
  269. package/dist/vanilla/src/icons/EntitiesIcon.js +10 -11
  270. package/dist/vanilla/src/icons/ErrorIcon.js +10 -11
  271. package/dist/vanilla/src/icons/ExternalLinkIcon.js +10 -11
  272. package/dist/vanilla/src/icons/EyeIcon.js +10 -11
  273. package/dist/vanilla/src/icons/EyeOffIcon.js +10 -11
  274. package/dist/vanilla/src/icons/FavoriteIcon.js +10 -11
  275. package/dist/vanilla/src/icons/FavoriteOffIcon.js +10 -11
  276. package/dist/vanilla/src/icons/FileIcon.js +10 -11
  277. package/dist/vanilla/src/icons/FilterIcon.js +10 -11
  278. package/dist/vanilla/src/icons/FlagIcon.js +10 -11
  279. package/dist/vanilla/src/icons/FlagOffIcon.js +10 -11
  280. package/dist/vanilla/src/icons/ForwardIcon.js +10 -11
  281. package/dist/vanilla/src/icons/FreezeIcon.js +12 -13
  282. package/dist/vanilla/src/icons/HelpIcon.js +10 -11
  283. package/dist/vanilla/src/icons/Icon.js +20 -0
  284. package/dist/vanilla/src/icons/ImageIcon.js +10 -11
  285. package/dist/vanilla/src/icons/ImageOffIcon.js +21 -22
  286. package/dist/vanilla/src/icons/IncomeIcon.js +10 -11
  287. package/dist/vanilla/src/icons/InformationalIcon.js +12 -13
  288. package/dist/vanilla/src/icons/InsightIcon.js +10 -11
  289. package/dist/vanilla/src/icons/InvoiceIcon.js +12 -13
  290. package/dist/vanilla/src/icons/IssueIcon.js +10 -11
  291. package/dist/vanilla/src/icons/KeywordIcon.js +12 -13
  292. package/dist/vanilla/src/icons/LanguageIcon.js +10 -11
  293. package/dist/vanilla/src/icons/LegalIcon.js +10 -11
  294. package/dist/vanilla/src/icons/LicenseIcon.js +12 -13
  295. package/dist/vanilla/src/icons/LinkIcon.js +10 -11
  296. package/dist/vanilla/src/icons/LocationIcon.js +10 -11
  297. package/dist/vanilla/src/icons/LockIcon.js +10 -11
  298. package/dist/vanilla/src/icons/LoginIcon.js +10 -11
  299. package/dist/vanilla/src/icons/LogoutIcon.js +10 -11
  300. package/dist/vanilla/src/icons/MailIcon.js +10 -11
  301. package/dist/vanilla/src/icons/ManualIcon.js +10 -11
  302. package/dist/vanilla/src/icons/MediaFileIcon.js +10 -11
  303. package/dist/vanilla/src/icons/MenuIcon.js +10 -11
  304. package/dist/vanilla/src/icons/MinusIcon.js +10 -11
  305. package/dist/vanilla/src/icons/MoreOptionsIcon.js +26 -27
  306. package/dist/vanilla/src/icons/NextIcon.js +10 -11
  307. package/dist/vanilla/src/icons/NotificationIcon.js +10 -11
  308. package/dist/vanilla/src/icons/OrganizationIcon.js +10 -11
  309. package/dist/vanilla/src/icons/PageFirstIcon.js +10 -11
  310. package/dist/vanilla/src/icons/PageLastIcon.js +10 -11
  311. package/dist/vanilla/src/icons/PairIcon.js +10 -11
  312. package/dist/vanilla/src/icons/PauseIcon.js +10 -11
  313. package/dist/vanilla/src/icons/PendingIcon.js +10 -11
  314. package/dist/vanilla/src/icons/PlayIcon.js +10 -11
  315. package/dist/vanilla/src/icons/PlaycountIcon.js +10 -11
  316. package/dist/vanilla/src/icons/PlusIcon.js +10 -11
  317. package/dist/vanilla/src/icons/PolicyIcon.js +10 -11
  318. package/dist/vanilla/src/icons/PreviousIcon.js +10 -11
  319. package/dist/vanilla/src/icons/PublicPerformanceIcon.js +10 -11
  320. package/dist/vanilla/src/icons/PublisherIcon.js +21 -22
  321. package/dist/vanilla/src/icons/RadioIcon.js +10 -11
  322. package/dist/vanilla/src/icons/RecordLabelIcon.js +12 -13
  323. package/dist/vanilla/src/icons/RecordingIcon.js +10 -11
  324. package/dist/vanilla/src/icons/RedoIcon.js +10 -11
  325. package/dist/vanilla/src/icons/RefreshIcon.js +10 -11
  326. package/dist/vanilla/src/icons/ReportIcon.js +10 -11
  327. package/dist/vanilla/src/icons/RestoreIcon.js +19 -20
  328. package/dist/vanilla/src/icons/ResumeIcon.js +19 -20
  329. package/dist/vanilla/src/icons/ReviewIcon.js +10 -11
  330. package/dist/vanilla/src/icons/RewindIcon.js +10 -11
  331. package/dist/vanilla/src/icons/RoleIcon.js +10 -11
  332. package/dist/vanilla/src/icons/SearchFilledIcon.js +12 -13
  333. package/dist/vanilla/src/icons/SearchIcon.js +10 -11
  334. package/dist/vanilla/src/icons/SettingsIcon.js +10 -11
  335. package/dist/vanilla/src/icons/ShareIcon.js +10 -11
  336. package/dist/vanilla/src/icons/SortAscendingIcon.js +28 -29
  337. package/dist/vanilla/src/icons/SortDescendingIcon.js +28 -29
  338. package/dist/vanilla/src/icons/SortIcon.js +23 -24
  339. package/dist/vanilla/src/icons/StatusIndicatorIcon.js +4 -5
  340. package/dist/vanilla/src/icons/StopIcon.js +10 -11
  341. package/dist/vanilla/src/icons/SuccessIcon.js +10 -11
  342. package/dist/vanilla/src/icons/TagIcon.js +10 -11
  343. package/dist/vanilla/src/icons/TelevisionIcon.js +10 -11
  344. package/dist/vanilla/src/icons/ThumbsDownIcon.js +10 -11
  345. package/dist/vanilla/src/icons/ThumbsUpIcon.js +10 -11
  346. package/dist/vanilla/src/icons/TrendingDownIcon.js +10 -11
  347. package/dist/vanilla/src/icons/TrendingUpIcon.js +10 -11
  348. package/dist/vanilla/src/icons/TriangleDownIcon.js +12 -13
  349. package/dist/vanilla/src/icons/TriangleLeftIcon.js +12 -13
  350. package/dist/vanilla/src/icons/TriangleRightIcon.js +12 -13
  351. package/dist/vanilla/src/icons/TriangleUpIcon.js +12 -13
  352. package/dist/vanilla/src/icons/UndoIcon.js +10 -11
  353. package/dist/vanilla/src/icons/UnfreezeIcon.js +21 -22
  354. package/dist/vanilla/src/icons/UnlinkIcon.js +10 -11
  355. package/dist/vanilla/src/icons/UnlockIcon.js +10 -11
  356. package/dist/vanilla/src/icons/UnpairIcon.js +10 -11
  357. package/dist/vanilla/src/icons/UnverifiedIcon.js +21 -22
  358. package/dist/vanilla/src/icons/UpdateIcon.js +19 -20
  359. package/dist/vanilla/src/icons/UploadIcon.js +10 -11
  360. package/dist/vanilla/src/icons/UsageIcon.js +12 -13
  361. package/dist/vanilla/src/icons/UserIcon.js +10 -11
  362. package/dist/vanilla/src/icons/UsersIcon.js +33 -34
  363. package/dist/vanilla/src/icons/VerifiedIcon.js +10 -11
  364. package/dist/vanilla/src/icons/VideoIcon.js +10 -11
  365. package/dist/vanilla/src/icons/VideoOffIcon.js +19 -20
  366. package/dist/vanilla/src/icons/WarningIcon.js +12 -13
  367. package/dist/vanilla/src/icons/WorkIcon.js +12 -13
  368. package/dist/vanilla/src/icons/WriterIcon.js +26 -27
  369. package/dist/vanilla/src/icons/YouTubeIcon.js +12 -13
  370. package/dist/vanilla/src/layers/layers-css.js +2 -2
  371. package/dist/vanilla/src/skeleton/Skeleton-css.js +4 -4
  372. package/dist/vanilla/src/sprinkles/properties-css.js +5 -5
  373. package/package.json +1 -1
  374. package/dist/vanilla/assets/src/actions/ActionsContent.css.ts.vanilla-DnHrsURs.css +0 -22
  375. package/dist/vanilla/assets/src/actions/ActionsRoot.css.ts.vanilla-D9ztPyX7.css +0 -4
  376. package/dist/vanilla/assets/src/data-table/DataTableBody.css.ts.vanilla-D1zKri52.css +0 -70
  377. package/dist/vanilla/assets/src/layers/layers.css.ts.vanilla-CVufHmUV.css +0 -1
  378. package/dist/vanilla/assets/src/skeleton/Skeleton.css.ts.vanilla-BSsSCHAs.css +0 -6
  379. package/dist/vanilla/assets/src/vanilla/Table/TableBody.css.ts.vanilla-BxpDyemc.css +0 -6
  380. package/dist/vanilla/assets/src/vanilla/Table/TableHeader.css.ts.vanilla-dHaHXhlt.css +0 -8
  381. package/dist/vanilla/src/components/Avatar/Avatar.js +0 -34
  382. package/dist/vanilla/src/components/Avatar/Avatar.style.js +0 -116
  383. package/dist/vanilla/src/components/Avatar/UserAvatar.js +0 -22
  384. package/dist/vanilla/src/components/Button/Button.js +0 -29
  385. package/dist/vanilla/src/components/Button/ButtonLoader/ButtonLoader.js +0 -9
  386. package/dist/vanilla/src/components/Button/ButtonLoader/ButtonLoader.style.js +0 -46
  387. package/dist/vanilla/src/components/ButtonBase/ButtonBase.js +0 -62
  388. package/dist/vanilla/src/components/ButtonBase/ButtonBase.style.js +0 -74
  389. package/dist/vanilla/src/components/ButtonBase/constants.js +0 -34
  390. package/dist/vanilla/src/components/IconButton/IconButton.js +0 -40
  391. package/dist/vanilla/src/theme/functions.js +0 -64
  392. package/dist/vanilla/src/utils/date.js +0 -13
  393. package/dist/vanilla/src/utils/helpers.js +0 -7
@@ -1,33 +1,32 @@
1
1
  import { jsx, jsxs } from '@emotion/react/jsx-runtime';
2
- import { Box } from '../../Box/Box.js';
3
- import '../sprinkles/sprinkles.js';
2
+ import { forwardRef } from 'react';
3
+ import { Icon } from './Icon.js';
4
4
 
5
- function SortAscendingIcon(props) {
6
- return /* @__PURE__ */ jsx(Box, { asChild: true, size: "4", ...props, children: /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: [
7
- /* @__PURE__ */ jsx(
8
- "path",
9
- {
10
- d: "M8.02888 7.07089C7.16777 7.07089 6.68904 6.17334 7.22697 5.56745L9.19808 3.34729C9.6092 2.88423 10.3908 2.88424 10.8019 3.34729L12.773 5.56745C13.311 6.17335 12.8322 7.07089 11.9711 7.07089H8.02888Z",
11
- fill: "currentColor"
12
- }
13
- ),
14
- /* @__PURE__ */ jsx(
15
- "path",
16
- {
17
- fillRule: "evenodd",
18
- clipRule: "evenodd",
19
- d: "M2.56699 16.9319C2.61909 16.9773 2.67491 17 2.73445 17H4.10768C4.23421 17 4.32353 16.9735 4.37563 16.9206C4.42773 16.86 4.46123 16.8071 4.47611 16.7617L4.90036 15.6043H7.88128L8.31669 16.7617C8.33158 16.8071 8.36507 16.86 8.41717 16.9206C8.47671 16.9735 8.56231 17 8.67395 17H10.0472C10.1142 17 10.17 16.9773 10.2147 16.9319C10.2668 16.879 10.2928 16.8222 10.2928 16.7617C10.2928 16.7239 10.2854 16.6898 10.2705 16.6596L7.65799 9.37453C7.63566 9.29132 7.58728 9.21945 7.51285 9.15893C7.44586 9.09085 7.3491 9.05681 7.22257 9.05681H5.57023C5.4437 9.05681 5.34322 9.09085 5.26879 9.15893C5.2018 9.21945 5.15714 9.29132 5.13482 9.37453L2.51116 16.6596C2.50372 16.6898 2.5 16.7239 2.5 16.7617C2.5 16.8222 2.52233 16.879 2.56699 16.9319ZM7.4347 13.9702H5.3581L6.38524 10.9745L7.4347 13.9702Z",
20
- fill: "currentColor"
21
- }
22
- ),
23
- /* @__PURE__ */ jsx(
24
- "path",
25
- {
26
- d: "M11.0693 16.7163C11.0693 16.792 11.0953 16.86 11.1474 16.9206C11.1995 16.9735 11.2665 17 11.3484 17H17.2097C17.2916 17 17.3586 16.9735 17.4107 16.9206C17.4702 16.8676 17.5 16.7995 17.5 16.7163V15.5816C17.5 15.4984 17.4702 15.4303 17.4107 15.3773C17.3586 15.3168 17.2916 15.2865 17.2097 15.2865H13.7264L17.2209 10.827C17.2655 10.774 17.299 10.7173 17.3214 10.6568C17.3511 10.5963 17.366 10.5244 17.366 10.4412V9.34049C17.366 9.25728 17.3363 9.18919 17.2767 9.13624C17.2246 9.08328 17.1576 9.05681 17.0757 9.05681H11.4489C11.3744 9.05681 11.3074 9.08328 11.2479 9.13624C11.1958 9.18919 11.1697 9.25728 11.1697 9.34049V10.4639C11.1697 10.5471 11.1958 10.6152 11.2479 10.6681C11.3074 10.7211 11.3744 10.7476 11.4489 10.7476H14.8317L11.2367 15.1958C11.207 15.226 11.1697 15.2752 11.1251 15.3433C11.0879 15.4114 11.0693 15.4984 11.0693 15.6043V16.7163Z",
27
- fill: "currentColor"
28
- }
29
- )
30
- ] }) });
31
- }
5
+ const SortAscendingIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(Icon, { ref, ...props, children: /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: [
6
+ /* @__PURE__ */ jsx(
7
+ "path",
8
+ {
9
+ d: "M8.02888 7.07089C7.16777 7.07089 6.68904 6.17334 7.22697 5.56745L9.19808 3.34729C9.6092 2.88423 10.3908 2.88424 10.8019 3.34729L12.773 5.56745C13.311 6.17335 12.8322 7.07089 11.9711 7.07089H8.02888Z",
10
+ fill: "currentColor"
11
+ }
12
+ ),
13
+ /* @__PURE__ */ jsx(
14
+ "path",
15
+ {
16
+ fillRule: "evenodd",
17
+ clipRule: "evenodd",
18
+ d: "M2.56699 16.9319C2.61909 16.9773 2.67491 17 2.73445 17H4.10768C4.23421 17 4.32353 16.9735 4.37563 16.9206C4.42773 16.86 4.46123 16.8071 4.47611 16.7617L4.90036 15.6043H7.88128L8.31669 16.7617C8.33158 16.8071 8.36507 16.86 8.41717 16.9206C8.47671 16.9735 8.56231 17 8.67395 17H10.0472C10.1142 17 10.17 16.9773 10.2147 16.9319C10.2668 16.879 10.2928 16.8222 10.2928 16.7617C10.2928 16.7239 10.2854 16.6898 10.2705 16.6596L7.65799 9.37453C7.63566 9.29132 7.58728 9.21945 7.51285 9.15893C7.44586 9.09085 7.3491 9.05681 7.22257 9.05681H5.57023C5.4437 9.05681 5.34322 9.09085 5.26879 9.15893C5.2018 9.21945 5.15714 9.29132 5.13482 9.37453L2.51116 16.6596C2.50372 16.6898 2.5 16.7239 2.5 16.7617C2.5 16.8222 2.52233 16.879 2.56699 16.9319ZM7.4347 13.9702H5.3581L6.38524 10.9745L7.4347 13.9702Z",
19
+ fill: "currentColor"
20
+ }
21
+ ),
22
+ /* @__PURE__ */ jsx(
23
+ "path",
24
+ {
25
+ d: "M11.0693 16.7163C11.0693 16.792 11.0953 16.86 11.1474 16.9206C11.1995 16.9735 11.2665 17 11.3484 17H17.2097C17.2916 17 17.3586 16.9735 17.4107 16.9206C17.4702 16.8676 17.5 16.7995 17.5 16.7163V15.5816C17.5 15.4984 17.4702 15.4303 17.4107 15.3773C17.3586 15.3168 17.2916 15.2865 17.2097 15.2865H13.7264L17.2209 10.827C17.2655 10.774 17.299 10.7173 17.3214 10.6568C17.3511 10.5963 17.366 10.5244 17.366 10.4412V9.34049C17.366 9.25728 17.3363 9.18919 17.2767 9.13624C17.2246 9.08328 17.1576 9.05681 17.0757 9.05681H11.4489C11.3744 9.05681 11.3074 9.08328 11.2479 9.13624C11.1958 9.18919 11.1697 9.25728 11.1697 9.34049V10.4639C11.1697 10.5471 11.1958 10.6152 11.2479 10.6681C11.3074 10.7211 11.3744 10.7476 11.4489 10.7476H14.8317L11.2367 15.1958C11.207 15.226 11.1697 15.2752 11.1251 15.3433C11.0879 15.4114 11.0693 15.4984 11.0693 15.6043V16.7163Z",
26
+ fill: "currentColor"
27
+ }
28
+ )
29
+ ] }) }));
30
+ SortAscendingIcon.displayName = "SortAscendingIcon";
32
31
 
33
32
  export { SortAscendingIcon };
@@ -1,33 +1,32 @@
1
1
  import { jsx, jsxs } from '@emotion/react/jsx-runtime';
2
- import { Box } from '../../Box/Box.js';
3
- import '../sprinkles/sprinkles.js';
2
+ import { forwardRef } from 'react';
3
+ import { Icon } from './Icon.js';
4
4
 
5
- function SortDescendingIcon(props) {
6
- return /* @__PURE__ */ jsx(Box, { asChild: true, size: "4", ...props, children: /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: [
7
- /* @__PURE__ */ jsx(
8
- "path",
9
- {
10
- fillRule: "evenodd",
11
- clipRule: "evenodd",
12
- d: "M2.56699 10.8752C2.61909 10.9206 2.67491 10.9433 2.73445 10.9433H4.10768C4.23421 10.9433 4.32353 10.9168 4.37563 10.8638C4.42773 10.8033 4.46123 10.7504 4.47611 10.705L4.90036 9.54752H7.88128L8.31669 10.705C8.33158 10.7504 8.36507 10.8033 8.41717 10.8638C8.47671 10.9168 8.56231 10.9433 8.67395 10.9433H10.0472C10.1142 10.9433 10.17 10.9206 10.2147 10.8752C10.2668 10.8222 10.2928 10.7655 10.2928 10.705C10.2928 10.6671 10.2854 10.6331 10.2705 10.6028L7.65799 3.31773C7.63566 3.23452 7.58728 3.16265 7.51285 3.10213C7.44586 3.03404 7.3491 3 7.22257 3H5.57023C5.4437 3 5.34322 3.03404 5.26879 3.10213C5.2018 3.16265 5.15714 3.23452 5.13482 3.31773L2.51116 10.6028C2.50372 10.6331 2.5 10.6671 2.5 10.705C2.5 10.7655 2.52233 10.8222 2.56699 10.8752ZM7.4347 7.91348H5.3581L6.38524 4.91773L7.4347 7.91348Z",
13
- fill: "currentColor"
14
- }
15
- ),
16
- /* @__PURE__ */ jsx(
17
- "path",
18
- {
19
- d: "M11.0693 10.6596C11.0693 10.7352 11.0953 10.8033 11.1474 10.8638C11.1995 10.9168 11.2665 10.9433 11.3484 10.9433H17.2097C17.2916 10.9433 17.3586 10.9168 17.4107 10.8638C17.4702 10.8109 17.5 10.7428 17.5 10.6596V9.52482C17.5 9.44161 17.4702 9.37352 17.4107 9.32057C17.3586 9.26005 17.2916 9.22979 17.2097 9.22979H13.7264L17.2209 4.77021C17.2655 4.71726 17.299 4.66052 17.3214 4.6C17.3511 4.53948 17.366 4.46761 17.366 4.3844V3.28369C17.366 3.20047 17.3363 3.13239 17.2767 3.07943C17.2246 3.02648 17.1576 3 17.0757 3H11.4489C11.3744 3 11.3074 3.02648 11.2479 3.07943C11.1958 3.13239 11.1697 3.20047 11.1697 3.28369V4.40709C11.1697 4.49031 11.1958 4.55839 11.2479 4.61135C11.3074 4.6643 11.3744 4.69078 11.4489 4.69078H14.8317L11.2367 9.13901C11.207 9.16927 11.1697 9.21844 11.1251 9.28652C11.0879 9.35461 11.0693 9.44161 11.0693 9.54752V10.6596Z",
20
- fill: "currentColor"
21
- }
22
- ),
23
- /* @__PURE__ */ jsx(
24
- "path",
25
- {
26
- d: "M8.02888 12.9291C7.16777 12.9291 6.68904 13.8266 7.22697 14.4325L9.19808 16.6527C9.6092 17.1158 10.3908 17.1158 10.8019 16.6527L12.773 14.4325C13.311 13.8266 12.8322 12.9291 11.9711 12.9291H8.02888Z",
27
- fill: "currentColor"
28
- }
29
- )
30
- ] }) });
31
- }
5
+ const SortDescendingIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(Icon, { ref, ...props, children: /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: [
6
+ /* @__PURE__ */ jsx(
7
+ "path",
8
+ {
9
+ fillRule: "evenodd",
10
+ clipRule: "evenodd",
11
+ d: "M2.56699 10.8752C2.61909 10.9206 2.67491 10.9433 2.73445 10.9433H4.10768C4.23421 10.9433 4.32353 10.9168 4.37563 10.8638C4.42773 10.8033 4.46123 10.7504 4.47611 10.705L4.90036 9.54752H7.88128L8.31669 10.705C8.33158 10.7504 8.36507 10.8033 8.41717 10.8638C8.47671 10.9168 8.56231 10.9433 8.67395 10.9433H10.0472C10.1142 10.9433 10.17 10.9206 10.2147 10.8752C10.2668 10.8222 10.2928 10.7655 10.2928 10.705C10.2928 10.6671 10.2854 10.6331 10.2705 10.6028L7.65799 3.31773C7.63566 3.23452 7.58728 3.16265 7.51285 3.10213C7.44586 3.03404 7.3491 3 7.22257 3H5.57023C5.4437 3 5.34322 3.03404 5.26879 3.10213C5.2018 3.16265 5.15714 3.23452 5.13482 3.31773L2.51116 10.6028C2.50372 10.6331 2.5 10.6671 2.5 10.705C2.5 10.7655 2.52233 10.8222 2.56699 10.8752ZM7.4347 7.91348H5.3581L6.38524 4.91773L7.4347 7.91348Z",
12
+ fill: "currentColor"
13
+ }
14
+ ),
15
+ /* @__PURE__ */ jsx(
16
+ "path",
17
+ {
18
+ d: "M11.0693 10.6596C11.0693 10.7352 11.0953 10.8033 11.1474 10.8638C11.1995 10.9168 11.2665 10.9433 11.3484 10.9433H17.2097C17.2916 10.9433 17.3586 10.9168 17.4107 10.8638C17.4702 10.8109 17.5 10.7428 17.5 10.6596V9.52482C17.5 9.44161 17.4702 9.37352 17.4107 9.32057C17.3586 9.26005 17.2916 9.22979 17.2097 9.22979H13.7264L17.2209 4.77021C17.2655 4.71726 17.299 4.66052 17.3214 4.6C17.3511 4.53948 17.366 4.46761 17.366 4.3844V3.28369C17.366 3.20047 17.3363 3.13239 17.2767 3.07943C17.2246 3.02648 17.1576 3 17.0757 3H11.4489C11.3744 3 11.3074 3.02648 11.2479 3.07943C11.1958 3.13239 11.1697 3.20047 11.1697 3.28369V4.40709C11.1697 4.49031 11.1958 4.55839 11.2479 4.61135C11.3074 4.6643 11.3744 4.69078 11.4489 4.69078H14.8317L11.2367 9.13901C11.207 9.16927 11.1697 9.21844 11.1251 9.28652C11.0879 9.35461 11.0693 9.44161 11.0693 9.54752V10.6596Z",
19
+ fill: "currentColor"
20
+ }
21
+ ),
22
+ /* @__PURE__ */ jsx(
23
+ "path",
24
+ {
25
+ d: "M8.02888 12.9291C7.16777 12.9291 6.68904 13.8266 7.22697 14.4325L9.19808 16.6527C9.6092 17.1158 10.3908 17.1158 10.8019 16.6527L12.773 14.4325C13.311 13.8266 12.8322 12.9291 11.9711 12.9291H8.02888Z",
26
+ fill: "currentColor"
27
+ }
28
+ )
29
+ ] }) }));
30
+ SortDescendingIcon.displayName = "SortDescendingIcon";
32
31
 
33
32
  export { SortDescendingIcon };
@@ -1,28 +1,27 @@
1
1
  import { jsx, jsxs } from '@emotion/react/jsx-runtime';
2
- import { Box } from '../../Box/Box.js';
3
- import '../sprinkles/sprinkles.js';
2
+ import { forwardRef } from 'react';
3
+ import { Icon } from './Icon.js';
4
4
 
5
- function SortIcon(props) {
6
- return /* @__PURE__ */ jsx(Box, { asChild: true, size: "4", ...props, children: /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: [
7
- /* @__PURE__ */ jsx(
8
- "path",
9
- {
10
- fillRule: "evenodd",
11
- clipRule: "evenodd",
12
- d: "M7.22697 12.9148C6.68904 12.3047 7.16777 11.4009 8.02888 11.4009H11.9711C12.8322 11.4009 13.311 12.3047 12.773 12.9148L10.8019 15.1503C10.3908 15.6166 9.6092 15.6166 9.19808 15.1503L7.22697 12.9148Z",
13
- fill: "currentColor"
14
- }
15
- ),
16
- /* @__PURE__ */ jsx(
17
- "path",
18
- {
19
- fillRule: "evenodd",
20
- clipRule: "evenodd",
21
- d: "M7.22697 7.08522C6.68904 7.6953 7.16777 8.59906 8.02888 8.59906H11.9711C12.8322 8.59906 13.311 7.6953 12.773 7.08522L10.8019 4.8497C10.3908 4.38343 9.6092 4.38343 9.19808 4.8497L7.22697 7.08522Z",
22
- fill: "currentColor"
23
- }
24
- )
25
- ] }) });
26
- }
5
+ const SortIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(Icon, { ref, ...props, children: /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: [
6
+ /* @__PURE__ */ jsx(
7
+ "path",
8
+ {
9
+ fillRule: "evenodd",
10
+ clipRule: "evenodd",
11
+ d: "M7.22697 12.9148C6.68904 12.3047 7.16777 11.4009 8.02888 11.4009H11.9711C12.8322 11.4009 13.311 12.3047 12.773 12.9148L10.8019 15.1503C10.3908 15.6166 9.6092 15.6166 9.19808 15.1503L7.22697 12.9148Z",
12
+ fill: "currentColor"
13
+ }
14
+ ),
15
+ /* @__PURE__ */ jsx(
16
+ "path",
17
+ {
18
+ fillRule: "evenodd",
19
+ clipRule: "evenodd",
20
+ d: "M7.22697 7.08522C6.68904 7.6953 7.16777 8.59906 8.02888 8.59906H11.9711C12.8322 8.59906 13.311 7.6953 12.773 7.08522L10.8019 4.8497C10.3908 4.38343 9.6092 4.38343 9.19808 4.8497L7.22697 7.08522Z",
21
+ fill: "currentColor"
22
+ }
23
+ )
24
+ ] }) }));
25
+ SortIcon.displayName = "SortIcon";
27
26
 
28
27
  export { SortIcon };
@@ -1,9 +1,8 @@
1
1
  import { jsx } from '@emotion/react/jsx-runtime';
2
- import { Box } from '../../Box/Box.js';
3
- import '../sprinkles/sprinkles.js';
2
+ import { forwardRef } from 'react';
3
+ import { Icon } from './Icon.js';
4
4
 
5
- function StatusIndicatorIcon(props) {
6
- return /* @__PURE__ */ jsx(Box, { asChild: true, size: "4", ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx("rect", { x: "7", y: "7", width: "6", height: "6", rx: "3", fill: "currentColor" }) }) });
7
- }
5
+ const StatusIndicatorIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(Icon, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx("rect", { x: "7", y: "7", width: "6", height: "6", rx: "3", fill: "currentColor" }) }) }));
6
+ StatusIndicatorIcon.displayName = "StatusIndicatorIcon";
8
7
 
9
8
  export { StatusIndicatorIcon };
@@ -1,15 +1,14 @@
1
1
  import { jsx } from '@emotion/react/jsx-runtime';
2
- import { Box } from '../../Box/Box.js';
3
- import '../sprinkles/sprinkles.js';
2
+ import { forwardRef } from 'react';
3
+ import { Icon } from './Icon.js';
4
4
 
5
- function StopIcon(props) {
6
- return /* @__PURE__ */ jsx(Box, { asChild: true, size: "4", ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
7
- "path",
8
- {
9
- d: "M7.03116 15C6.45503 15 5.97248 14.8055 5.58349 14.4165C5.1945 14.0275 5 13.545 5 12.9688V7.03116C5 6.45503 5.1945 5.97248 5.58349 5.58349C5.97248 5.1945 6.45503 5 7.03116 5H12.9688C13.545 5 14.0275 5.1945 14.4165 5.58349C14.8055 5.97248 15 6.45503 15 7.03116V12.9688C15 13.545 14.8055 14.0275 14.4165 14.4165C14.0275 14.8055 13.545 15 12.9688 15H7.03116Z",
10
- fill: "currentColor"
11
- }
12
- ) }) });
13
- }
5
+ const StopIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(Icon, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
6
+ "path",
7
+ {
8
+ d: "M7.03116 15C6.45503 15 5.97248 14.8055 5.58349 14.4165C5.1945 14.0275 5 13.545 5 12.9688V7.03116C5 6.45503 5.1945 5.97248 5.58349 5.58349C5.97248 5.1945 6.45503 5 7.03116 5H12.9688C13.545 5 14.0275 5.1945 14.4165 5.58349C14.8055 5.97248 15 6.45503 15 7.03116V12.9688C15 13.545 14.8055 14.0275 14.4165 14.4165C14.0275 14.8055 13.545 15 12.9688 15H7.03116Z",
9
+ fill: "currentColor"
10
+ }
11
+ ) }) }));
12
+ StopIcon.displayName = "StopIcon";
14
13
 
15
14
  export { StopIcon };
@@ -1,15 +1,14 @@
1
1
  import { jsx } from '@emotion/react/jsx-runtime';
2
- import { Box } from '../../Box/Box.js';
3
- import '../sprinkles/sprinkles.js';
2
+ import { forwardRef } from 'react';
3
+ import { Icon } from './Icon.js';
4
4
 
5
- function SuccessIcon(props) {
6
- return /* @__PURE__ */ jsx(Box, { asChild: true, size: "4", ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
7
- "path",
8
- {
9
- d: "M8.89769 11.3563L7.22926 9.68784C7.06994 9.52852 6.87652 9.44761 6.64898 9.44512C6.42145 9.44263 6.22553 9.52353 6.06123 9.68784C5.89693 9.85214 5.81479 10.0468 5.81479 10.2718C5.81479 10.4969 5.89693 10.6915 6.06123 10.8558L8.23151 13.0261C8.42134 13.2183 8.64281 13.3144 8.89592 13.3144C9.14902 13.3144 9.37166 13.2183 9.56384 13.0261L13.9627 8.62732C14.122 8.468 14.2029 8.27458 14.2054 8.04704C14.2079 7.81951 14.127 7.62359 13.9627 7.45929C13.7984 7.295 13.6037 7.21285 13.3786 7.21285C13.1536 7.21285 12.9589 7.295 12.7946 7.45929L8.89769 11.3563ZM10.0013 18C8.89481 18 7.85478 17.79 6.88122 17.3701C5.90763 16.9502 5.06076 16.3803 4.34059 15.6604C3.62041 14.9405 3.05026 14.094 2.63016 13.1208C2.21005 12.1476 2 11.1078 2 10.0013C2 8.8915 2.21035 7.84835 2.63105 6.87186C3.05175 5.89538 3.62269 5.04596 4.34387 4.32362C5.06506 3.60129 5.91159 3.03343 6.88345 2.62006C7.8553 2.20669 8.89371 2 9.9987 2C11.1084 2 12.1514 2.2066 13.1278 2.61981C14.1042 3.03301 14.9536 3.60072 15.6761 4.32292C16.3986 5.04513 16.9666 5.8944 17.3799 6.87073C17.7933 7.84706 18 8.89025 18 10.0003C18 11.1104 17.7934 12.15 17.3802 13.1192C16.967 14.0884 16.3994 14.9337 15.6773 15.6552C14.9553 16.3766 14.1062 16.9478 13.1301 17.3687C12.1541 17.7896 11.1111 18 10.0013 18Z",
10
- fill: "currentColor"
11
- }
12
- ) }) });
13
- }
5
+ const SuccessIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(Icon, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
6
+ "path",
7
+ {
8
+ d: "M8.89769 11.3563L7.22926 9.68784C7.06994 9.52852 6.87652 9.44761 6.64898 9.44512C6.42145 9.44263 6.22553 9.52353 6.06123 9.68784C5.89693 9.85214 5.81479 10.0468 5.81479 10.2718C5.81479 10.4969 5.89693 10.6915 6.06123 10.8558L8.23151 13.0261C8.42134 13.2183 8.64281 13.3144 8.89592 13.3144C9.14902 13.3144 9.37166 13.2183 9.56384 13.0261L13.9627 8.62732C14.122 8.468 14.2029 8.27458 14.2054 8.04704C14.2079 7.81951 14.127 7.62359 13.9627 7.45929C13.7984 7.295 13.6037 7.21285 13.3786 7.21285C13.1536 7.21285 12.9589 7.295 12.7946 7.45929L8.89769 11.3563ZM10.0013 18C8.89481 18 7.85478 17.79 6.88122 17.3701C5.90763 16.9502 5.06076 16.3803 4.34059 15.6604C3.62041 14.9405 3.05026 14.094 2.63016 13.1208C2.21005 12.1476 2 11.1078 2 10.0013C2 8.8915 2.21035 7.84835 2.63105 6.87186C3.05175 5.89538 3.62269 5.04596 4.34387 4.32362C5.06506 3.60129 5.91159 3.03343 6.88345 2.62006C7.8553 2.20669 8.89371 2 9.9987 2C11.1084 2 12.1514 2.2066 13.1278 2.61981C14.1042 3.03301 14.9536 3.60072 15.6761 4.32292C16.3986 5.04513 16.9666 5.8944 17.3799 6.87073C17.7933 7.84706 18 8.89025 18 10.0003C18 11.1104 17.7934 12.15 17.3802 13.1192C16.967 14.0884 16.3994 14.9337 15.6773 15.6552C14.9553 16.3766 14.1062 16.9478 13.1301 17.3687C12.1541 17.7896 11.1111 18 10.0013 18Z",
9
+ fill: "currentColor"
10
+ }
11
+ ) }) }));
12
+ SuccessIcon.displayName = "SuccessIcon";
14
13
 
15
14
  export { SuccessIcon };
@@ -1,15 +1,14 @@
1
1
  import { jsx } from '@emotion/react/jsx-runtime';
2
- import { Box } from '../../Box/Box.js';
3
- import '../sprinkles/sprinkles.js';
2
+ import { forwardRef } from 'react';
3
+ import { Icon } from './Icon.js';
4
4
 
5
- function TagIcon(props) {
6
- return /* @__PURE__ */ jsx(Box, { asChild: true, size: "4", ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
7
- "path",
8
- {
9
- d: "M7.4992 14.3122L6.8396 17.249C6.7705 17.4776 6.65178 17.6599 6.48343 17.7959C6.31508 17.932 6.12851 18 5.92372 18C5.6134 18 5.36496 17.8748 5.17841 17.6245C4.99184 17.3742 4.93813 17.0776 5.01728 16.7347L5.58265 14.3122H2.96123C2.66724 14.3122 2.41723 14.1843 2.21119 13.9286C2.00515 13.6728 1.94987 13.3735 2.04535 13.0306C2.12073 12.8265 2.23694 12.6442 2.39398 12.4837C2.55102 12.3231 2.7401 12.2429 2.96123 12.2429H6.07263L6.94894 8.39386H4.03354C3.73955 8.39386 3.48953 8.26597 3.28349 8.01019C3.07746 7.75442 3.02218 7.45511 3.11766 7.11226C3.19304 6.90817 3.30924 6.72586 3.46628 6.56533C3.62332 6.40478 3.81241 6.32451 4.03354 6.32451H7.43893L8.24551 2.75101C8.3146 2.52243 8.43332 2.34012 8.60168 2.20407C8.77003 2.06803 8.95659 2 9.16139 2C9.4717 2 9.72014 2.12516 9.90671 2.37549C10.0933 2.62583 10.147 2.92243 10.0678 3.26528L9.35547 6.32451H12.3538L13.1604 2.75101C13.2295 2.52243 13.3482 2.34012 13.5166 2.20407C13.6849 2.06803 13.8715 2 14.0763 2C14.3866 2 14.635 2.12516 14.8216 2.37549C15.0082 2.62583 15.0619 2.92243 14.9827 3.26528L14.2704 6.32451H17.0388C17.3328 6.32451 17.5828 6.4524 17.7888 6.70817C17.9949 6.96395 18.0501 7.26327 17.9546 7.60613C17.8793 7.81021 17.7631 7.99252 17.606 8.15306C17.449 8.31359 17.2599 8.39386 17.0388 8.39386H13.7804L12.9041 12.2429H15.9665C16.2605 12.2429 16.5105 12.3708 16.7165 12.6265C16.9225 12.8823 16.9778 13.1816 16.8823 13.5245C16.807 13.7286 16.6908 13.9109 16.5337 14.0714C16.3767 14.232 16.1876 14.3122 15.9665 14.3122H12.4141L11.7545 17.249C11.6854 17.4776 11.5667 17.6599 11.3983 17.7959C11.23 17.932 11.0434 18 10.8386 18C10.5283 18 10.2799 17.8748 10.0933 17.6245C9.90672 17.3742 9.85301 17.0776 9.93216 16.7347L10.4975 14.3122H7.4992ZM7.98918 12.2429H10.9875L11.8638 8.39386H8.86549L7.98918 12.2429Z",
10
- fill: "currentColor"
11
- }
12
- ) }) });
13
- }
5
+ const TagIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(Icon, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
6
+ "path",
7
+ {
8
+ d: "M7.4992 14.3122L6.8396 17.249C6.7705 17.4776 6.65178 17.6599 6.48343 17.7959C6.31508 17.932 6.12851 18 5.92372 18C5.6134 18 5.36496 17.8748 5.17841 17.6245C4.99184 17.3742 4.93813 17.0776 5.01728 16.7347L5.58265 14.3122H2.96123C2.66724 14.3122 2.41723 14.1843 2.21119 13.9286C2.00515 13.6728 1.94987 13.3735 2.04535 13.0306C2.12073 12.8265 2.23694 12.6442 2.39398 12.4837C2.55102 12.3231 2.7401 12.2429 2.96123 12.2429H6.07263L6.94894 8.39386H4.03354C3.73955 8.39386 3.48953 8.26597 3.28349 8.01019C3.07746 7.75442 3.02218 7.45511 3.11766 7.11226C3.19304 6.90817 3.30924 6.72586 3.46628 6.56533C3.62332 6.40478 3.81241 6.32451 4.03354 6.32451H7.43893L8.24551 2.75101C8.3146 2.52243 8.43332 2.34012 8.60168 2.20407C8.77003 2.06803 8.95659 2 9.16139 2C9.4717 2 9.72014 2.12516 9.90671 2.37549C10.0933 2.62583 10.147 2.92243 10.0678 3.26528L9.35547 6.32451H12.3538L13.1604 2.75101C13.2295 2.52243 13.3482 2.34012 13.5166 2.20407C13.6849 2.06803 13.8715 2 14.0763 2C14.3866 2 14.635 2.12516 14.8216 2.37549C15.0082 2.62583 15.0619 2.92243 14.9827 3.26528L14.2704 6.32451H17.0388C17.3328 6.32451 17.5828 6.4524 17.7888 6.70817C17.9949 6.96395 18.0501 7.26327 17.9546 7.60613C17.8793 7.81021 17.7631 7.99252 17.606 8.15306C17.449 8.31359 17.2599 8.39386 17.0388 8.39386H13.7804L12.9041 12.2429H15.9665C16.2605 12.2429 16.5105 12.3708 16.7165 12.6265C16.9225 12.8823 16.9778 13.1816 16.8823 13.5245C16.807 13.7286 16.6908 13.9109 16.5337 14.0714C16.3767 14.232 16.1876 14.3122 15.9665 14.3122H12.4141L11.7545 17.249C11.6854 17.4776 11.5667 17.6599 11.3983 17.7959C11.23 17.932 11.0434 18 10.8386 18C10.5283 18 10.2799 17.8748 10.0933 17.6245C9.90672 17.3742 9.85301 17.0776 9.93216 16.7347L10.4975 14.3122H7.4992ZM7.98918 12.2429H10.9875L11.8638 8.39386H8.86549L7.98918 12.2429Z",
9
+ fill: "currentColor"
10
+ }
11
+ ) }) }));
12
+ TagIcon.displayName = "TagIcon";
14
13
 
15
14
  export { TagIcon };
@@ -1,15 +1,14 @@
1
1
  import { jsx } from '@emotion/react/jsx-runtime';
2
- import { Box } from '../../Box/Box.js';
3
- import '../sprinkles/sprinkles.js';
2
+ import { forwardRef } from 'react';
3
+ import { Icon } from './Icon.js';
4
4
 
5
- function TelevisionIcon(props) {
6
- return /* @__PURE__ */ jsx(Box, { asChild: true, size: "4", ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
7
- "path",
8
- {
9
- d: "M3.75642 15.0833C3.23235 15.0833 2.78776 14.9007 2.42267 14.5354C2.05756 14.1701 1.875 13.7253 1.875 13.201V4.6255C1.875 4.10121 2.05756 3.65756 2.42267 3.29454C2.78776 2.93151 3.23235 2.75 3.75642 2.75H16.2435C16.7676 2.75 17.2122 2.93264 17.5773 3.29792C17.9424 3.66318 18.125 4.10796 18.125 4.63225V13.2078C18.125 13.7321 17.9424 14.1757 17.5773 14.5387C17.2122 14.9018 16.7676 15.0833 16.2435 15.0833H13.1666V16.3092C13.1666 16.5698 13.0751 16.7917 12.8919 16.975C12.7088 17.1583 12.4871 17.25 12.2268 17.25H7.77994C7.5196 17.25 7.29676 17.1583 7.1114 16.975C6.92602 16.7917 6.83333 16.5698 6.83333 16.3092V15.0833H3.75642ZM3.75642 13.4583H16.2435C16.3077 13.4583 16.3664 13.4316 16.4199 13.3782C16.4733 13.3248 16.5 13.266 16.5 13.2019V4.63142C16.5 4.56731 16.4733 4.50854 16.4199 4.4551C16.3664 4.40169 16.3077 4.37498 16.2435 4.37498H3.75642C3.69231 4.37498 3.63353 4.40169 3.5801 4.4551C3.52669 4.50854 3.49998 4.56731 3.49998 4.63142V13.2019C3.49998 13.266 3.52669 13.3248 3.5801 13.3782C3.63353 13.4316 3.69231 13.4583 3.75642 13.4583Z",
10
- fill: "currentColor"
11
- }
12
- ) }) });
13
- }
5
+ const TelevisionIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(Icon, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
6
+ "path",
7
+ {
8
+ d: "M3.75642 15.0833C3.23235 15.0833 2.78776 14.9007 2.42267 14.5354C2.05756 14.1701 1.875 13.7253 1.875 13.201V4.6255C1.875 4.10121 2.05756 3.65756 2.42267 3.29454C2.78776 2.93151 3.23235 2.75 3.75642 2.75H16.2435C16.7676 2.75 17.2122 2.93264 17.5773 3.29792C17.9424 3.66318 18.125 4.10796 18.125 4.63225V13.2078C18.125 13.7321 17.9424 14.1757 17.5773 14.5387C17.2122 14.9018 16.7676 15.0833 16.2435 15.0833H13.1666V16.3092C13.1666 16.5698 13.0751 16.7917 12.8919 16.975C12.7088 17.1583 12.4871 17.25 12.2268 17.25H7.77994C7.5196 17.25 7.29676 17.1583 7.1114 16.975C6.92602 16.7917 6.83333 16.5698 6.83333 16.3092V15.0833H3.75642ZM3.75642 13.4583H16.2435C16.3077 13.4583 16.3664 13.4316 16.4199 13.3782C16.4733 13.3248 16.5 13.266 16.5 13.2019V4.63142C16.5 4.56731 16.4733 4.50854 16.4199 4.4551C16.3664 4.40169 16.3077 4.37498 16.2435 4.37498H3.75642C3.69231 4.37498 3.63353 4.40169 3.5801 4.4551C3.52669 4.50854 3.49998 4.56731 3.49998 4.63142V13.2019C3.49998 13.266 3.52669 13.3248 3.5801 13.3782C3.63353 13.4316 3.69231 13.4583 3.75642 13.4583Z",
9
+ fill: "currentColor"
10
+ }
11
+ ) }) }));
12
+ TelevisionIcon.displayName = "TelevisionIcon";
14
13
 
15
14
  export { TelevisionIcon };
@@ -1,15 +1,14 @@
1
1
  import { jsx } from '@emotion/react/jsx-runtime';
2
- import { Box } from '../../Box/Box.js';
3
- import '../sprinkles/sprinkles.js';
2
+ import { forwardRef } from 'react';
3
+ import { Icon } from './Icon.js';
4
4
 
5
- function ThumbsDownIcon(props) {
6
- return /* @__PURE__ */ jsx(Box, { asChild: true, size: "4", ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
7
- "path",
8
- {
9
- d: "M16.3765 12.4322C16.7832 12.4322 17.1555 12.2581 17.4933 11.9099C17.8311 11.5617 18 11.168 18 10.7286V9.8221C18 9.72408 17.9892 9.63248 17.9675 9.54729C17.9458 9.46209 17.9133 9.37458 17.87 9.28473L15.6837 3.86197C15.5684 3.59496 15.3998 3.38455 15.1778 3.23073C14.9558 3.07691 14.7054 3 14.4266 3H7.16646C6.69997 3 6.31276 3.15842 6.00484 3.47525C5.69691 3.79207 5.54294 4.20152 5.54294 4.70361V11.7168C5.54294 11.9531 5.58443 12.1793 5.6674 12.3954C5.75037 12.6114 5.86885 12.8002 6.02282 12.9618L9.14399 16.3052C9.4307 16.636 9.76996 16.8493 10.1618 16.9451C10.5536 17.0409 10.8776 17.0114 11.1339 16.8566C11.4502 16.6766 11.6465 16.3782 11.723 15.9612C11.7996 15.5443 11.7908 15.1099 11.6968 14.6582L11.2819 12.4322H16.3765ZM3.22357 3C2.89188 3 2.60504 3.12808 2.36304 3.38423C2.12101 3.64037 2 3.94182 2 4.28859V11.1436C2 11.4903 2.12249 11.7918 2.36746 12.0479C2.61244 12.3041 2.90077 12.4322 3.23245 12.4322H3.38459C3.71628 12.4322 4.00312 12.3041 4.24513 12.0479C4.48713 11.7918 4.60813 11.4903 4.60813 11.1436V4.28133C4.60813 3.93456 4.48564 3.63432 4.24067 3.38059C3.99569 3.12686 3.70736 3 3.37568 3H3.22357Z",
10
- fill: "currentColor"
11
- }
12
- ) }) });
13
- }
5
+ const ThumbsDownIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(Icon, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
6
+ "path",
7
+ {
8
+ d: "M16.3765 12.4322C16.7832 12.4322 17.1555 12.2581 17.4933 11.9099C17.8311 11.5617 18 11.168 18 10.7286V9.8221C18 9.72408 17.9892 9.63248 17.9675 9.54729C17.9458 9.46209 17.9133 9.37458 17.87 9.28473L15.6837 3.86197C15.5684 3.59496 15.3998 3.38455 15.1778 3.23073C14.9558 3.07691 14.7054 3 14.4266 3H7.16646C6.69997 3 6.31276 3.15842 6.00484 3.47525C5.69691 3.79207 5.54294 4.20152 5.54294 4.70361V11.7168C5.54294 11.9531 5.58443 12.1793 5.6674 12.3954C5.75037 12.6114 5.86885 12.8002 6.02282 12.9618L9.14399 16.3052C9.4307 16.636 9.76996 16.8493 10.1618 16.9451C10.5536 17.0409 10.8776 17.0114 11.1339 16.8566C11.4502 16.6766 11.6465 16.3782 11.723 15.9612C11.7996 15.5443 11.7908 15.1099 11.6968 14.6582L11.2819 12.4322H16.3765ZM3.22357 3C2.89188 3 2.60504 3.12808 2.36304 3.38423C2.12101 3.64037 2 3.94182 2 4.28859V11.1436C2 11.4903 2.12249 11.7918 2.36746 12.0479C2.61244 12.3041 2.90077 12.4322 3.23245 12.4322H3.38459C3.71628 12.4322 4.00312 12.3041 4.24513 12.0479C4.48713 11.7918 4.60813 11.4903 4.60813 11.1436V4.28133C4.60813 3.93456 4.48564 3.63432 4.24067 3.38059C3.99569 3.12686 3.70736 3 3.37568 3H3.22357Z",
9
+ fill: "currentColor"
10
+ }
11
+ ) }) }));
12
+ ThumbsDownIcon.displayName = "ThumbsDownIcon";
14
13
 
15
14
  export { ThumbsDownIcon };
@@ -1,15 +1,14 @@
1
1
  import { jsx } from '@emotion/react/jsx-runtime';
2
- import { Box } from '../../Box/Box.js';
3
- import '../sprinkles/sprinkles.js';
2
+ import { forwardRef } from 'react';
3
+ import { Icon } from './Icon.js';
4
4
 
5
- function ThumbsUpIcon(props) {
6
- return /* @__PURE__ */ jsx(Box, { asChild: true, size: "4", ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
7
- "path",
8
- {
9
- d: "M16.3765 7.56784C16.7832 7.56784 17.1555 7.74192 17.4933 8.0901C17.8311 8.43826 18 8.83204 18 9.27144V10.1779C18 10.2759 17.9892 10.3675 17.9675 10.4527C17.9458 10.5379 17.9133 10.6254 17.87 10.7153L15.6837 16.138C15.5684 16.405 15.3998 16.6154 15.1778 16.7693C14.9558 16.9231 14.7054 17 14.4266 17H7.16646C6.69997 17 6.31276 16.8416 6.00484 16.5247C5.69691 16.2079 5.54294 15.7985 5.54294 15.2964V8.28323C5.54294 8.04687 5.58443 7.82066 5.6674 7.6046C5.75037 7.38856 5.86885 7.19976 6.02282 7.0382L9.14399 3.69484C9.4307 3.364 9.76996 3.15069 10.1618 3.05491C10.5536 2.95914 10.8776 2.98865 11.1339 3.14344C11.4502 3.32337 11.6465 3.62181 11.723 4.03876C11.7996 4.4557 11.7908 4.89006 11.6968 5.34184L11.2819 7.56784H16.3765ZM3.22357 17C2.89188 17 2.60504 16.8719 2.36304 16.6158C2.12101 16.3596 2 16.0582 2 15.7114V8.85643C2 8.50966 2.12249 8.20821 2.36746 7.95207C2.61244 7.69591 2.90077 7.56784 3.23245 7.56784H3.38459C3.71628 7.56784 4.00312 7.69591 4.24513 7.95207C4.48713 8.20821 4.60813 8.50966 4.60813 8.85643V15.7187C4.60813 16.0654 4.48564 16.3657 4.24067 16.6194C3.99569 16.8731 3.70736 17 3.37568 17H3.22357Z",
10
- fill: "currentColor"
11
- }
12
- ) }) });
13
- }
5
+ const ThumbsUpIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(Icon, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
6
+ "path",
7
+ {
8
+ d: "M16.3765 7.56784C16.7832 7.56784 17.1555 7.74192 17.4933 8.0901C17.8311 8.43826 18 8.83204 18 9.27144V10.1779C18 10.2759 17.9892 10.3675 17.9675 10.4527C17.9458 10.5379 17.9133 10.6254 17.87 10.7153L15.6837 16.138C15.5684 16.405 15.3998 16.6154 15.1778 16.7693C14.9558 16.9231 14.7054 17 14.4266 17H7.16646C6.69997 17 6.31276 16.8416 6.00484 16.5247C5.69691 16.2079 5.54294 15.7985 5.54294 15.2964V8.28323C5.54294 8.04687 5.58443 7.82066 5.6674 7.6046C5.75037 7.38856 5.86885 7.19976 6.02282 7.0382L9.14399 3.69484C9.4307 3.364 9.76996 3.15069 10.1618 3.05491C10.5536 2.95914 10.8776 2.98865 11.1339 3.14344C11.4502 3.32337 11.6465 3.62181 11.723 4.03876C11.7996 4.4557 11.7908 4.89006 11.6968 5.34184L11.2819 7.56784H16.3765ZM3.22357 17C2.89188 17 2.60504 16.8719 2.36304 16.6158C2.12101 16.3596 2 16.0582 2 15.7114V8.85643C2 8.50966 2.12249 8.20821 2.36746 7.95207C2.61244 7.69591 2.90077 7.56784 3.23245 7.56784H3.38459C3.71628 7.56784 4.00312 7.69591 4.24513 7.95207C4.48713 8.20821 4.60813 8.50966 4.60813 8.85643V15.7187C4.60813 16.0654 4.48564 16.3657 4.24067 16.6194C3.99569 16.8731 3.70736 17 3.37568 17H3.22357Z",
9
+ fill: "currentColor"
10
+ }
11
+ ) }) }));
12
+ ThumbsUpIcon.displayName = "ThumbsUpIcon";
14
13
 
15
14
  export { ThumbsUpIcon };
@@ -1,15 +1,14 @@
1
1
  import { jsx } from '@emotion/react/jsx-runtime';
2
- import { Box } from '../../Box/Box.js';
3
- import '../sprinkles/sprinkles.js';
2
+ import { forwardRef } from 'react';
3
+ import { Icon } from './Icon.js';
4
4
 
5
- function TrendingDownIcon(props) {
6
- return /* @__PURE__ */ jsx(Box, { asChild: true, size: "4", ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
7
- "path",
8
- {
9
- d: "M14.9999 6.07481L14.9089 13.8832C14.9071 14.0333 14.8788 14.1679 14.824 14.2871C14.7692 14.4063 14.6958 14.5119 14.6039 14.6039C14.5119 14.6959 14.4063 14.7693 14.2871 14.8241C14.1679 14.8789 14.0332 14.9071 13.8832 14.9089L6.03389 15.0004C5.77171 15.0035 5.56094 14.9184 5.40158 14.7453C5.24224 14.5721 5.1641 14.3545 5.16714 14.0923C5.17404 13.8263 5.266 13.6066 5.44303 13.4333C5.62006 13.2601 5.83966 13.1719 6.10183 13.1688L11.8167 13.1022L5.25521 6.54073C5.08222 6.36774 4.99717 6.15698 5.00007 5.90845C5.00297 5.65992 5.09296 5.44712 5.27003 5.27004C5.4471 5.09297 5.65991 5.00298 5.90843 5.00008C6.15696 4.99719 6.36772 5.08223 6.54072 5.25523L13.1022 11.8167L13.1693 6.06092C13.1724 5.79876 13.2614 5.58692 13.4364 5.4254C13.6114 5.26388 13.8319 5.17967 14.0979 5.17278C14.3638 5.17347 14.5814 5.25844 14.7506 5.42768C14.9199 5.59694 15.003 5.81264 14.9999 6.07481Z",
10
- fill: "currentColor"
11
- }
12
- ) }) });
13
- }
5
+ const TrendingDownIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(Icon, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
6
+ "path",
7
+ {
8
+ d: "M14.9999 6.07481L14.9089 13.8832C14.9071 14.0333 14.8788 14.1679 14.824 14.2871C14.7692 14.4063 14.6958 14.5119 14.6039 14.6039C14.5119 14.6959 14.4063 14.7693 14.2871 14.8241C14.1679 14.8789 14.0332 14.9071 13.8832 14.9089L6.03389 15.0004C5.77171 15.0035 5.56094 14.9184 5.40158 14.7453C5.24224 14.5721 5.1641 14.3545 5.16714 14.0923C5.17404 13.8263 5.266 13.6066 5.44303 13.4333C5.62006 13.2601 5.83966 13.1719 6.10183 13.1688L11.8167 13.1022L5.25521 6.54073C5.08222 6.36774 4.99717 6.15698 5.00007 5.90845C5.00297 5.65992 5.09296 5.44712 5.27003 5.27004C5.4471 5.09297 5.65991 5.00298 5.90843 5.00008C6.15696 4.99719 6.36772 5.08223 6.54072 5.25523L13.1022 11.8167L13.1693 6.06092C13.1724 5.79876 13.2614 5.58692 13.4364 5.4254C13.6114 5.26388 13.8319 5.17967 14.0979 5.17278C14.3638 5.17347 14.5814 5.25844 14.7506 5.42768C14.9199 5.59694 15.003 5.81264 14.9999 6.07481Z",
9
+ fill: "currentColor"
10
+ }
11
+ ) }) }));
12
+ TrendingDownIcon.displayName = "TrendingDownIcon";
14
13
 
15
14
  export { TrendingDownIcon };
@@ -1,15 +1,14 @@
1
1
  import { jsx } from '@emotion/react/jsx-runtime';
2
- import { Box } from '../../Box/Box.js';
3
- import '../sprinkles/sprinkles.js';
2
+ import { forwardRef } from 'react';
3
+ import { Icon } from './Icon.js';
4
4
 
5
- function TrendingUpIcon(props) {
6
- return /* @__PURE__ */ jsx(Box, { asChild: true, size: "4", ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
7
- "path",
8
- {
9
- d: "M14.9999 13.9257L14.9089 6.11725C14.9071 5.96723 14.8788 5.83261 14.824 5.7134C14.7692 5.5942 14.6958 5.48861 14.6039 5.39662C14.5119 5.30463 14.4063 5.23124 14.2871 5.17643C14.1679 5.12163 14.0332 5.09336 13.8832 5.09161L6.03389 5.00008C5.77171 4.99702 5.56094 5.08207 5.40158 5.25522C5.24224 5.42837 5.1641 5.64604 5.16714 5.90821C5.17404 6.1742 5.266 6.39385 5.44303 6.56714C5.62006 6.74041 5.83966 6.82858 6.10183 6.83165L11.8167 6.89829L5.25521 13.4598C5.08222 13.6328 4.99717 13.8435 5.00007 14.092C5.00297 14.3406 5.09296 14.5534 5.27003 14.7304C5.4471 14.9075 5.65991 14.9975 5.90843 15.0004C6.15696 15.0033 6.36772 14.9183 6.54072 14.7453L13.1022 8.18379L13.1693 13.9396C13.1724 14.2017 13.2614 14.4136 13.4364 14.5751C13.6114 14.7366 13.8319 14.8208 14.0979 14.8277C14.3638 14.827 14.5814 14.742 14.7506 14.5728C14.9199 14.4036 15.003 14.1878 14.9999 13.9257Z",
10
- fill: "currentColor"
11
- }
12
- ) }) });
13
- }
5
+ const TrendingUpIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(Icon, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
6
+ "path",
7
+ {
8
+ d: "M14.9999 13.9257L14.9089 6.11725C14.9071 5.96723 14.8788 5.83261 14.824 5.7134C14.7692 5.5942 14.6958 5.48861 14.6039 5.39662C14.5119 5.30463 14.4063 5.23124 14.2871 5.17643C14.1679 5.12163 14.0332 5.09336 13.8832 5.09161L6.03389 5.00008C5.77171 4.99702 5.56094 5.08207 5.40158 5.25522C5.24224 5.42837 5.1641 5.64604 5.16714 5.90821C5.17404 6.1742 5.266 6.39385 5.44303 6.56714C5.62006 6.74041 5.83966 6.82858 6.10183 6.83165L11.8167 6.89829L5.25521 13.4598C5.08222 13.6328 4.99717 13.8435 5.00007 14.092C5.00297 14.3406 5.09296 14.5534 5.27003 14.7304C5.4471 14.9075 5.65991 14.9975 5.90843 15.0004C6.15696 15.0033 6.36772 14.9183 6.54072 14.7453L13.1022 8.18379L13.1693 13.9396C13.1724 14.2017 13.2614 14.4136 13.4364 14.5751C13.6114 14.7366 13.8319 14.8208 14.0979 14.8277C14.3638 14.827 14.5814 14.742 14.7506 14.5728C14.9199 14.4036 15.003 14.1878 14.9999 13.9257Z",
9
+ fill: "currentColor"
10
+ }
11
+ ) }) }));
12
+ TrendingUpIcon.displayName = "TrendingUpIcon";
14
13
 
15
14
  export { TrendingUpIcon };
@@ -1,17 +1,16 @@
1
1
  import { jsx } from '@emotion/react/jsx-runtime';
2
- import { Box } from '../../Box/Box.js';
3
- import '../sprinkles/sprinkles.js';
2
+ import { forwardRef } from 'react';
3
+ import { Icon } from './Icon.js';
4
4
 
5
- function TriangleDownIcon(props) {
6
- return /* @__PURE__ */ jsx(Box, { asChild: true, size: "4", ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
7
- "path",
8
- {
9
- fillRule: "evenodd",
10
- clipRule: "evenodd",
11
- d: "M6.09346 8.31215C5.65924 7.79108 6.02976 7 6.70803 7H13.292C13.9702 7 14.3408 7.79109 13.9065 8.31215L10.6146 12.2625C10.2947 12.6463 9.70526 12.6463 9.38542 12.2625L6.09346 8.31215Z",
12
- fill: "currentColor"
13
- }
14
- ) }) });
15
- }
5
+ const TriangleDownIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(Icon, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
6
+ "path",
7
+ {
8
+ fillRule: "evenodd",
9
+ clipRule: "evenodd",
10
+ d: "M6.09346 8.31215C5.65924 7.79108 6.02976 7 6.70803 7H13.292C13.9702 7 14.3408 7.79109 13.9065 8.31215L10.6146 12.2625C10.2947 12.6463 9.70526 12.6463 9.38542 12.2625L6.09346 8.31215Z",
11
+ fill: "currentColor"
12
+ }
13
+ ) }) }));
14
+ TriangleDownIcon.displayName = "TriangleDownIcon";
16
15
 
17
16
  export { TriangleDownIcon };
@@ -1,17 +1,16 @@
1
1
  import { jsx } from '@emotion/react/jsx-runtime';
2
- import { Box } from '../../Box/Box.js';
3
- import '../sprinkles/sprinkles.js';
2
+ import { forwardRef } from 'react';
3
+ import { Icon } from './Icon.js';
4
4
 
5
- function TriangleLeftIcon(props) {
6
- return /* @__PURE__ */ jsx(Box, { asChild: true, size: "4", ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
7
- "path",
8
- {
9
- fillRule: "evenodd",
10
- clipRule: "evenodd",
11
- d: "M10.3598 13.6332C11.0111 14.176 12 13.7128 12 12.865V7.13504C12 6.2872 11.0111 5.82405 10.3598 6.36682L6.92186 9.23178C6.44211 9.63157 6.44211 10.3684 6.92187 10.7682L10.3598 13.6332Z",
12
- fill: "currentColor"
13
- }
14
- ) }) });
15
- }
5
+ const TriangleLeftIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(Icon, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
6
+ "path",
7
+ {
8
+ fillRule: "evenodd",
9
+ clipRule: "evenodd",
10
+ d: "M10.3598 13.6332C11.0111 14.176 12 13.7128 12 12.865V7.13504C12 6.2872 11.0111 5.82405 10.3598 6.36682L6.92186 9.23178C6.44211 9.63157 6.44211 10.3684 6.92187 10.7682L10.3598 13.6332Z",
11
+ fill: "currentColor"
12
+ }
13
+ ) }) }));
14
+ TriangleLeftIcon.displayName = "TriangleLeftIcon";
16
15
 
17
16
  export { TriangleLeftIcon };
@@ -1,17 +1,16 @@
1
1
  import { jsx } from '@emotion/react/jsx-runtime';
2
- import { Box } from '../../Box/Box.js';
3
- import '../sprinkles/sprinkles.js';
2
+ import { forwardRef } from 'react';
3
+ import { Icon } from './Icon.js';
4
4
 
5
- function TriangleRightIcon(props) {
6
- return /* @__PURE__ */ jsx(Box, { asChild: true, size: "4", ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
7
- "path",
8
- {
9
- fillRule: "evenodd",
10
- clipRule: "evenodd",
11
- d: "M9.64018 13.6332C8.98886 14.176 8 13.7128 8 12.865V7.13504C8 6.2872 8.98886 5.82405 9.64018 6.36682L13.0781 9.23178C13.5579 9.63157 13.5579 10.3684 13.0781 10.7682L9.64018 13.6332Z",
12
- fill: "currentColor"
13
- }
14
- ) }) });
15
- }
5
+ const TriangleRightIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(Icon, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
6
+ "path",
7
+ {
8
+ fillRule: "evenodd",
9
+ clipRule: "evenodd",
10
+ d: "M9.64018 13.6332C8.98886 14.176 8 13.7128 8 12.865V7.13504C8 6.2872 8.98886 5.82405 9.64018 6.36682L13.0781 9.23178C13.5579 9.63157 13.5579 10.3684 13.0781 10.7682L9.64018 13.6332Z",
11
+ fill: "currentColor"
12
+ }
13
+ ) }) }));
14
+ TriangleRightIcon.displayName = "TriangleRightIcon";
16
15
 
17
16
  export { TriangleRightIcon };
@@ -1,17 +1,16 @@
1
1
  import { jsx } from '@emotion/react/jsx-runtime';
2
- import { Box } from '../../Box/Box.js';
3
- import '../sprinkles/sprinkles.js';
2
+ import { forwardRef } from 'react';
3
+ import { Icon } from './Icon.js';
4
4
 
5
- function TriangleUpIcon(props) {
6
- return /* @__PURE__ */ jsx(Box, { asChild: true, size: "4", ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
7
- "path",
8
- {
9
- fillRule: "evenodd",
10
- clipRule: "evenodd",
11
- d: "M6.09346 11.6879C5.65924 12.2089 6.02976 13 6.70803 13H13.292C13.9702 13 14.3408 12.2089 13.9065 11.6879L10.6146 7.73749C10.2947 7.35369 9.70526 7.35369 9.38542 7.73749L6.09346 11.6879Z",
12
- fill: "currentColor"
13
- }
14
- ) }) });
15
- }
5
+ const TriangleUpIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(Icon, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
6
+ "path",
7
+ {
8
+ fillRule: "evenodd",
9
+ clipRule: "evenodd",
10
+ d: "M6.09346 11.6879C5.65924 12.2089 6.02976 13 6.70803 13H13.292C13.9702 13 14.3408 12.2089 13.9065 11.6879L10.6146 7.73749C10.2947 7.35369 9.70526 7.35369 9.38542 7.73749L6.09346 11.6879Z",
11
+ fill: "currentColor"
12
+ }
13
+ ) }) }));
14
+ TriangleUpIcon.displayName = "TriangleUpIcon";
16
15
 
17
16
  export { TriangleUpIcon };