@orfium/ictinus 5.45.1 → 5.46.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 (324) hide show
  1. package/dist/components/Box/Box.utilities.js +2 -2
  2. package/dist/components/Breadcrumb/Breadcrumb.js +4 -8
  3. package/dist/components/Breadcrumb/BreadcrumbItem/BreadcrumbItem.js +2 -2
  4. package/dist/components/Button/Button.js +0 -1
  5. package/dist/components/Button/ButtonLoader/ButtonLoader.js +2 -2
  6. package/dist/components/Button/ButtonLoader/ButtonLoader.style.js +1 -1
  7. package/dist/components/ButtonBase/ButtonBase.js +14 -27
  8. package/dist/components/Chart/BarChart/components/CustomTooltip/CustomTooltip.js +4 -4
  9. package/dist/components/Chart/BarChart/components/CustomTooltipContent/CustomTooltipContent.js +3 -3
  10. package/dist/components/Chart/BarChart/components/CustomTooltipContent/CustomTooltipContent.style.js +1 -1
  11. package/dist/components/Chart/DonutChart/components/CustomLabel/CustomLabel.js +2 -2
  12. package/dist/components/Chart/LineChart/components/CustomTooltip/CustomTooltip.js +4 -4
  13. package/dist/components/Chart/LineChart/components/CustomTooltip/CustomTooltip.style.js +1 -1
  14. package/dist/components/Controls/CheckBox/CheckBox.js +3 -3
  15. package/dist/components/Controls/Switch/Switch.js +22 -25
  16. package/dist/components/DatePicker/DatePickInput/DatePickInput.js +31 -31
  17. package/dist/components/DatePicker/DatePicker.js +18 -18
  18. package/dist/components/DatePicker/Day/Day.js +3 -3
  19. package/dist/components/DatePicker/Month/Month.js +11 -32
  20. package/dist/components/DatePicker/OverlayComponent/OverlayComponent.js +21 -21
  21. package/dist/components/DatePicker/OverlayComponent/components/MonthWrapper/MonthWrapper.js +5 -5
  22. package/dist/components/DatePicker/OverlayComponent/components/MonthWrapper/MonthWrapper.style.js +1 -1
  23. package/dist/components/Drawer/Drawer.js +3 -3
  24. package/dist/components/Drawer/components/DrawerHeader/DrawerHeader.js +3 -3
  25. package/dist/components/DropdownButton/DropdownButton.js +5 -5
  26. package/dist/components/Filter/StatefulFilter.js +7 -7
  27. package/dist/components/Filter/components/FilterButton/FilterButton.js +3 -3
  28. package/dist/components/Filter/hooks/useFilterWithSelectionUtils.js +26 -26
  29. package/dist/components/Icon/Icon.js +3 -3
  30. package/dist/components/Label/Label.style.js +1 -1
  31. package/dist/components/List/List.js +3 -3
  32. package/dist/components/List/Window.js +13 -18
  33. package/dist/components/List/components/ListItemText/ListItemText.js +3 -3
  34. package/dist/components/List/components/ListItemWrapper/ListItemWrapper.js +7 -10
  35. package/dist/components/Modal/Modal.js +4 -4
  36. package/dist/components/MultiTextFieldBase/MultiTextFieldBase.js +39 -41
  37. package/dist/components/Notification/NotificationVisual/NotificationVisual.js +3 -3
  38. package/dist/components/Notification/Snackbar/Snackbar.js +6 -7
  39. package/dist/components/Notification/subcomponents/CompactNotification/CompactNotification.js +8 -8
  40. package/dist/components/Notification/subcomponents/CompactNotification/CompactNotification.style.js +1 -1
  41. package/dist/components/Notification/subcomponents/NotificationActionsArea/NotificationActionsArea.js +1 -1
  42. package/dist/components/NumberField/components/Stepper/Stepper.js +1 -1
  43. package/dist/components/ProgressIndicator/components/ProgressBar/ProgressBar.js +7 -9
  44. package/dist/components/ProgressIndicator/components/ProgressBar/ProgressBar.style.js +1 -1
  45. package/dist/components/Search/Search.js +4 -4
  46. package/dist/components/Search/StatefulSearch.js +3 -3
  47. package/dist/components/Select/Select.js +41 -42
  48. package/dist/components/Select/StatefulSelect.js +10 -10
  49. package/dist/components/Select/components/SelectMenu/SelectMenu.js +3 -3
  50. package/dist/components/Select/components/SelectMenu/SelectMenu.style.js +1 -1
  51. package/dist/components/TabStepper/components/TabStep/TabStep.js +4 -4
  52. package/dist/components/TabStepper/components/TabStep/TabStep.style.js +2 -2
  53. package/dist/components/Table/Table.js +23 -23
  54. package/dist/components/Table/components/TD/TD.js +3 -3
  55. package/dist/components/Table/components/TH/TH.js +3 -3
  56. package/dist/components/Table/components/TH/TH.style.js +4 -4
  57. package/dist/components/Table/components/TPagination/TPagination.js +6 -6
  58. package/dist/components/Table/components/TTitle/TTitle.js +4 -4
  59. package/dist/components/Table/hooks/useTable.js +70 -71
  60. package/dist/components/TableV4/TableV4.js +27 -27
  61. package/dist/components/TableV4/components/RenderRowOrNestedRow/components/ExpandedButtonCell/ExpandedButtonCell.js +1 -1
  62. package/dist/components/TextArea/TextArea.js +8 -8
  63. package/dist/components/TextInputBase/TextInputBase.js +3 -3
  64. package/dist/components/Toast/Toast.js +3 -3
  65. package/dist/components/ToastV4/ToastV4.js +8 -8
  66. package/dist/components/ToastV4/ToastV4.style.js +1 -1
  67. package/dist/components/TopAppBar/TopAppBar.js +1 -1
  68. package/dist/components/TopAppBar/components/Search/Search.js +3 -3
  69. package/dist/components/TopAppBar/components/Search/Search.style.js +1 -1
  70. package/dist/components/utils/Overlay/Overlay.js +0 -2
  71. package/dist/components/utils/Slots.js +3 -3
  72. package/dist/hooks/useBreakpoints.js +0 -1
  73. package/dist/hooks/useKeyboardEvents.js +2 -2
  74. package/dist/hooks/useTypeColorToColorMatch.js +11 -11
  75. package/dist/index.js +189 -189
  76. package/dist/package.json.d.ts +12 -39
  77. package/dist/package.json.js +1 -1
  78. package/dist/src/badge/Badge.css.d.ts +34 -0
  79. package/dist/src/badge/Badge.d.ts +425 -0
  80. package/dist/src/badge/Badge.test.d.ts +1 -0
  81. package/dist/src/badge/index.d.ts +1 -0
  82. package/dist/src/cover/Cover.css.d.ts +19 -0
  83. package/dist/src/cover/Cover.d.ts +426 -0
  84. package/dist/src/cover/index.d.ts +1 -0
  85. package/dist/src/data-table/DataTable.d.ts +8 -0
  86. package/dist/src/data-table/DataTableBody.d.ts +2 -2
  87. package/dist/src/icons/{Icon.d.ts → IconPrimitive.d.ts} +2 -2
  88. package/dist/src/icons/index.d.ts +1 -0
  89. package/dist/src/tag-group/TagGroup.css.d.ts +33 -0
  90. package/dist/src/tag-group/TagGroup.d.ts +850 -0
  91. package/dist/src/tag-group/TagGroup.test.d.ts +1 -0
  92. package/dist/src/tag-group/index.d.ts +1 -0
  93. package/dist/src/vanilla/Popover/Popover.css.d.ts +5 -0
  94. package/dist/src/vanilla/Popover/Popover.d.ts +6 -6
  95. package/dist/src/vanilla/Table/TableCell.css.d.ts +1 -0
  96. package/dist/src/vanilla/Table/TableCell.d.ts +1 -1
  97. package/dist/src/vanilla/index.d.ts +4 -0
  98. package/dist/theme/index.js +6 -6
  99. package/dist/vanilla/Dropdown/Dropdown-css.js +3 -3
  100. package/dist/vanilla/Menu/Menu-css.js +5 -5
  101. package/dist/vanilla/Popover/Popover-css.js +6 -5
  102. package/dist/vanilla/Popover/Popover.js +9 -14
  103. package/dist/vanilla/Table/Table-css.js +5 -5
  104. package/dist/vanilla/Table/TableBody-css.js +3 -3
  105. package/dist/vanilla/Table/TableCell-css.js +5 -5
  106. package/dist/vanilla/Table/TableFooter-css.js +3 -3
  107. package/dist/vanilla/Table/TableHeader-css.js +3 -3
  108. package/dist/vanilla/Table/TableHeaderCell-css.js +7 -7
  109. package/dist/vanilla/Table/TableRow-css.js +4 -4
  110. package/dist/vanilla/Text/Text-css.js +3 -3
  111. package/dist/vanilla/Tooltip/Tooltip-css.js +7 -7
  112. package/dist/vanilla/Tooltip/Tooltip.js +1 -1
  113. package/dist/vanilla/assets/src/actions/ActionsContent.css.ts.vanilla-Blx4pWwn.css +22 -0
  114. package/dist/vanilla/assets/src/avatar/{Avatar.css.ts.vanilla-CZZZLE6B.css → Avatar.css.ts.vanilla-CU7FGH6V.css} +20 -20
  115. package/dist/vanilla/assets/src/avatar/AvatarGroup.css.ts.vanilla-D6kTnJJc.css +4 -0
  116. package/dist/vanilla/assets/src/button/{Button.css.ts.vanilla-DWGwo7ec.css → Button.css.ts.vanilla-oeHduGpK.css} +5 -5
  117. package/dist/vanilla/assets/src/cover/Cover.css.ts.vanilla-C7DEoyT4.css +35 -0
  118. package/dist/vanilla/assets/src/data-table/DataTableBody.css.ts.vanilla-CV2meKzA.css +73 -0
  119. package/dist/vanilla/assets/src/data-table/{DataTableHeaderCell.css.ts.vanilla-oEbGsneI.css → DataTableHeaderCell.css.ts.vanilla-B6ro3v2t.css} +9 -9
  120. package/dist/vanilla/assets/src/layers/layers.css.ts.vanilla-IMjbF_n6.css +1 -0
  121. package/dist/vanilla/assets/src/nav/{Nav.css.ts.vanilla-DvISuT4D.css → Nav.css.ts.vanilla-z6mYlE6m.css} +12 -12
  122. package/dist/vanilla/assets/src/skeleton/Skeleton.css.ts.vanilla-DjAtJh-R.css +6 -0
  123. package/dist/vanilla/assets/src/sprinkles/{properties.css.ts.vanilla-DyLlJF0l.css → properties.css.ts.vanilla-CgAnwoJl.css} +3361 -3361
  124. package/dist/vanilla/assets/src/tag-group/TagGroup.css.ts.vanilla-CRfENPd1.css +40 -0
  125. package/dist/vanilla/assets/src/vanilla/Menu/{Menu.css.ts.vanilla-BbxUO_2R.css → Menu.css.ts.vanilla-_CX_KJYW.css} +6 -6
  126. package/dist/vanilla/assets/src/vanilla/Popover/Popover.css.ts.vanilla-ChNqyd-w.css +24 -0
  127. package/dist/vanilla/assets/src/vanilla/Table/{Table.css.ts.vanilla-DHPpvjXF.css → Table.css.ts.vanilla-Cx9oEFSr.css} +7 -7
  128. package/dist/vanilla/assets/src/vanilla/Table/TableBody.css.ts.vanilla-D6wJiebX.css +6 -0
  129. package/dist/vanilla/assets/src/vanilla/Table/{TableCell.css.ts.vanilla-x-g765jR.css → TableCell.css.ts.vanilla-yoCXB3yl.css} +10 -10
  130. package/dist/vanilla/assets/src/vanilla/Table/{TableFooter.css.ts.vanilla-JeIag8ft.css → TableFooter.css.ts.vanilla-6lhlGhY6.css} +4 -4
  131. package/dist/vanilla/assets/src/vanilla/Table/TableHeader.css.ts.vanilla-BFUvzHUo.css +8 -0
  132. package/dist/vanilla/assets/src/vanilla/Table/{TableHeaderCell.css.ts.vanilla-CXhM02nT.css → TableHeaderCell.css.ts.vanilla-BEjMlivm.css} +9 -9
  133. package/dist/vanilla/assets/src/vanilla/Table/{TableRow.css.ts.vanilla-DsvTxUhf.css → TableRow.css.ts.vanilla-Ce2GojWZ.css} +5 -5
  134. package/dist/vanilla/assets/src/vanilla/Text/{Text.css.ts.vanilla-DJwkC8fa.css → Text.css.ts.vanilla-Dc-awaCi.css} +13 -13
  135. package/dist/vanilla/assets/src/vanilla/Tooltip/{Tooltip.css.ts.vanilla-D1vIOhs9.css → Tooltip.css.ts.vanilla-C_aGKL12.css} +13 -13
  136. package/dist/vanilla/index.d.ts +2476 -281
  137. package/dist/vanilla/index.js +6 -0
  138. package/dist/vanilla/package.json.js +1 -1
  139. package/dist/vanilla/src/actions/ActionsContent-css.js +5 -5
  140. package/dist/vanilla/src/actions/ActionsRoot-css.js +3 -3
  141. package/dist/vanilla/src/avatar/Avatar-css.js +7 -7
  142. package/dist/vanilla/src/avatar/AvatarGroup-css.js +5 -5
  143. package/dist/vanilla/src/badge/Badge-css.js +12 -0
  144. package/dist/vanilla/src/badge/Badge.js +48 -0
  145. package/dist/vanilla/src/button/Button-css.js +6 -6
  146. package/dist/vanilla/src/button/Button.js +1 -1
  147. package/dist/vanilla/src/components/Controls/CheckBox/CheckBox.js +1 -1
  148. package/dist/vanilla/src/components/Controls/Radio/Radio.js +0 -2
  149. package/dist/vanilla/src/components/Controls/Radio/components/RadioGroup/RadioGroup.js +0 -2
  150. package/dist/vanilla/src/components/Controls/Switch/Switch.js +2 -2
  151. package/dist/vanilla/src/components/Icon/Icon.js +1 -1
  152. package/dist/vanilla/src/cover/Cover-css.js +7 -0
  153. package/dist/vanilla/src/cover/Cover.js +13 -0
  154. package/dist/vanilla/src/data-table/DataTableBody-css.js +11 -11
  155. package/dist/vanilla/src/data-table/DataTableBody.js +3 -0
  156. package/dist/vanilla/src/data-table/DataTableEditColumns.js +1 -0
  157. package/dist/vanilla/src/data-table/DataTableHeaderCell-css.js +9 -9
  158. package/dist/vanilla/src/data-table/DataTableHeaderCell.js +1 -0
  159. package/dist/vanilla/src/data-table/DataTableRow.js +11 -23
  160. package/dist/vanilla/src/icon/Icon.js +1 -0
  161. package/dist/vanilla/src/icons/AccountIcon.js +2 -2
  162. package/dist/vanilla/src/icons/AlbumIcon.js +2 -2
  163. package/dist/vanilla/src/icons/AnalyticsIcon.js +2 -2
  164. package/dist/vanilla/src/icons/AppsIcon.js +2 -2
  165. package/dist/vanilla/src/icons/ArrowDownIcon.js +2 -2
  166. package/dist/vanilla/src/icons/ArrowLeftIcon.js +2 -2
  167. package/dist/vanilla/src/icons/ArrowRightIcon.js +2 -2
  168. package/dist/vanilla/src/icons/ArrowUpIcon.js +2 -2
  169. package/dist/vanilla/src/icons/ArtistIcon.js +2 -2
  170. package/dist/vanilla/src/icons/AssetIcon.js +2 -2
  171. package/dist/vanilla/src/icons/AudioIcon.js +2 -2
  172. package/dist/vanilla/src/icons/AudioOffIcon.js +2 -2
  173. package/dist/vanilla/src/icons/BookmarkIcon.js +2 -2
  174. package/dist/vanilla/src/icons/BookmarkOffIcon.js +2 -2
  175. package/dist/vanilla/src/icons/BroadcastIcon.js +2 -2
  176. package/dist/vanilla/src/icons/CalendarIcon.js +2 -2
  177. package/dist/vanilla/src/icons/CatalogIcon.js +2 -2
  178. package/dist/vanilla/src/icons/ChannelIcon.js +2 -2
  179. package/dist/vanilla/src/icons/ChatIcon.js +2 -2
  180. package/dist/vanilla/src/icons/CheckIcon.js +2 -2
  181. package/dist/vanilla/src/icons/ChevronDownIcon.js +2 -2
  182. package/dist/vanilla/src/icons/ChevronLeftIcon.js +2 -2
  183. package/dist/vanilla/src/icons/ChevronRightIcon.js +2 -2
  184. package/dist/vanilla/src/icons/ChevronUpIcon.js +2 -2
  185. package/dist/vanilla/src/icons/CinemaIcon.js +2 -2
  186. package/dist/vanilla/src/icons/ClaimIcon.js +2 -2
  187. package/dist/vanilla/src/icons/CloseIcon.js +2 -2
  188. package/dist/vanilla/src/icons/ColumnChooserIcon.js +2 -2
  189. package/dist/vanilla/src/icons/CompositionIcon.js +2 -2
  190. package/dist/vanilla/src/icons/ConcertIcon.js +2 -2
  191. package/dist/vanilla/src/icons/ConflictIcon.js +2 -2
  192. package/dist/vanilla/src/icons/ConvertIcon.js +2 -2
  193. package/dist/vanilla/src/icons/CopyIcon.js +2 -2
  194. package/dist/vanilla/src/icons/CueSheetIcon.js +2 -2
  195. package/dist/vanilla/src/icons/DashboardIcon.js +2 -2
  196. package/dist/vanilla/src/icons/DatasetIcon.js +2 -2
  197. package/dist/vanilla/src/icons/DeleteIcon.js +2 -2
  198. package/dist/vanilla/src/icons/DeliveryIcon.js +2 -2
  199. package/dist/vanilla/src/icons/DetailsIcon.js +2 -2
  200. package/dist/vanilla/src/icons/DigitalIcon.js +2 -2
  201. package/dist/vanilla/src/icons/DistributionIcon.js +2 -2
  202. package/dist/vanilla/src/icons/DownloadIcon.js +2 -2
  203. package/dist/vanilla/src/icons/EarningsIcon.js +2 -2
  204. package/dist/vanilla/src/icons/EditIcon.js +2 -2
  205. package/dist/vanilla/src/icons/EntitiesIcon.js +2 -2
  206. package/dist/vanilla/src/icons/ErrorIcon.js +2 -2
  207. package/dist/vanilla/src/icons/ExternalLinkIcon.js +2 -2
  208. package/dist/vanilla/src/icons/EyeIcon.js +2 -2
  209. package/dist/vanilla/src/icons/EyeOffIcon.js +2 -2
  210. package/dist/vanilla/src/icons/FavoriteIcon.js +2 -2
  211. package/dist/vanilla/src/icons/FavoriteOffIcon.js +2 -2
  212. package/dist/vanilla/src/icons/FileIcon.js +2 -2
  213. package/dist/vanilla/src/icons/FilterIcon.js +2 -2
  214. package/dist/vanilla/src/icons/FlagIcon.js +2 -2
  215. package/dist/vanilla/src/icons/FlagOffIcon.js +2 -2
  216. package/dist/vanilla/src/icons/ForwardIcon.js +2 -2
  217. package/dist/vanilla/src/icons/FreezeIcon.js +2 -2
  218. package/dist/vanilla/src/icons/HelpIcon.js +2 -2
  219. package/dist/vanilla/src/icons/{Icon.js → IconPrimitive.js} +3 -3
  220. package/dist/vanilla/src/icons/ImageIcon.js +2 -2
  221. package/dist/vanilla/src/icons/ImageOffIcon.js +2 -2
  222. package/dist/vanilla/src/icons/IncomeIcon.js +2 -2
  223. package/dist/vanilla/src/icons/InformationalIcon.js +2 -2
  224. package/dist/vanilla/src/icons/InsightIcon.js +2 -2
  225. package/dist/vanilla/src/icons/InvoiceIcon.js +2 -2
  226. package/dist/vanilla/src/icons/IssueIcon.js +2 -2
  227. package/dist/vanilla/src/icons/KeywordIcon.js +2 -2
  228. package/dist/vanilla/src/icons/LanguageIcon.js +2 -2
  229. package/dist/vanilla/src/icons/LegalIcon.js +2 -2
  230. package/dist/vanilla/src/icons/LicenseIcon.js +2 -2
  231. package/dist/vanilla/src/icons/LinkIcon.js +2 -2
  232. package/dist/vanilla/src/icons/LocationIcon.js +2 -2
  233. package/dist/vanilla/src/icons/LockIcon.js +2 -2
  234. package/dist/vanilla/src/icons/LoginIcon.js +2 -2
  235. package/dist/vanilla/src/icons/LogoutIcon.js +2 -2
  236. package/dist/vanilla/src/icons/MailIcon.js +2 -2
  237. package/dist/vanilla/src/icons/ManualIcon.js +2 -2
  238. package/dist/vanilla/src/icons/MediaFileIcon.js +2 -2
  239. package/dist/vanilla/src/icons/MenuIcon.js +2 -2
  240. package/dist/vanilla/src/icons/MinusIcon.js +2 -2
  241. package/dist/vanilla/src/icons/MoreOptionsIcon.js +2 -2
  242. package/dist/vanilla/src/icons/NextIcon.js +2 -2
  243. package/dist/vanilla/src/icons/NotificationIcon.js +2 -2
  244. package/dist/vanilla/src/icons/OrganizationIcon.js +2 -2
  245. package/dist/vanilla/src/icons/PageFirstIcon.js +2 -2
  246. package/dist/vanilla/src/icons/PageLastIcon.js +2 -2
  247. package/dist/vanilla/src/icons/PairIcon.js +2 -2
  248. package/dist/vanilla/src/icons/PauseIcon.js +2 -2
  249. package/dist/vanilla/src/icons/PendingIcon.js +2 -2
  250. package/dist/vanilla/src/icons/PlayIcon.js +2 -2
  251. package/dist/vanilla/src/icons/PlaycountIcon.js +2 -2
  252. package/dist/vanilla/src/icons/PlusIcon.js +2 -2
  253. package/dist/vanilla/src/icons/PolicyIcon.js +2 -2
  254. package/dist/vanilla/src/icons/PreviousIcon.js +2 -2
  255. package/dist/vanilla/src/icons/PublicPerformanceIcon.js +2 -2
  256. package/dist/vanilla/src/icons/PublisherIcon.js +2 -2
  257. package/dist/vanilla/src/icons/RadioIcon.js +2 -2
  258. package/dist/vanilla/src/icons/RecordLabelIcon.js +2 -2
  259. package/dist/vanilla/src/icons/RecordingIcon.js +2 -2
  260. package/dist/vanilla/src/icons/RedoIcon.js +2 -2
  261. package/dist/vanilla/src/icons/RefreshIcon.js +2 -2
  262. package/dist/vanilla/src/icons/ReportIcon.js +2 -2
  263. package/dist/vanilla/src/icons/RestoreIcon.js +2 -2
  264. package/dist/vanilla/src/icons/ResumeIcon.js +2 -2
  265. package/dist/vanilla/src/icons/ReviewIcon.js +2 -2
  266. package/dist/vanilla/src/icons/RewindIcon.js +2 -2
  267. package/dist/vanilla/src/icons/RoleIcon.js +2 -2
  268. package/dist/vanilla/src/icons/SearchFilledIcon.js +2 -2
  269. package/dist/vanilla/src/icons/SearchIcon.js +2 -2
  270. package/dist/vanilla/src/icons/SettingsIcon.js +2 -2
  271. package/dist/vanilla/src/icons/ShareIcon.js +2 -2
  272. package/dist/vanilla/src/icons/SortAscendingIcon.js +2 -2
  273. package/dist/vanilla/src/icons/SortDescendingIcon.js +2 -2
  274. package/dist/vanilla/src/icons/SortIcon.js +2 -2
  275. package/dist/vanilla/src/icons/StatusIndicatorIcon.js +2 -2
  276. package/dist/vanilla/src/icons/StopIcon.js +2 -2
  277. package/dist/vanilla/src/icons/SuccessIcon.js +2 -2
  278. package/dist/vanilla/src/icons/TagIcon.js +2 -2
  279. package/dist/vanilla/src/icons/TelevisionIcon.js +2 -2
  280. package/dist/vanilla/src/icons/ThumbsDownIcon.js +2 -2
  281. package/dist/vanilla/src/icons/ThumbsUpIcon.js +2 -2
  282. package/dist/vanilla/src/icons/TrendingDownIcon.js +2 -2
  283. package/dist/vanilla/src/icons/TrendingUpIcon.js +2 -2
  284. package/dist/vanilla/src/icons/TriangleDownIcon.js +2 -2
  285. package/dist/vanilla/src/icons/TriangleLeftIcon.js +2 -2
  286. package/dist/vanilla/src/icons/TriangleRightIcon.js +2 -2
  287. package/dist/vanilla/src/icons/TriangleUpIcon.js +2 -2
  288. package/dist/vanilla/src/icons/UndoIcon.js +2 -2
  289. package/dist/vanilla/src/icons/UnfreezeIcon.js +2 -2
  290. package/dist/vanilla/src/icons/UnlinkIcon.js +2 -2
  291. package/dist/vanilla/src/icons/UnlockIcon.js +2 -2
  292. package/dist/vanilla/src/icons/UnpairIcon.js +2 -2
  293. package/dist/vanilla/src/icons/UnverifiedIcon.js +2 -2
  294. package/dist/vanilla/src/icons/UpdateIcon.js +2 -2
  295. package/dist/vanilla/src/icons/UploadIcon.js +2 -2
  296. package/dist/vanilla/src/icons/UsageIcon.js +2 -2
  297. package/dist/vanilla/src/icons/UserIcon.js +2 -2
  298. package/dist/vanilla/src/icons/UsersIcon.js +2 -2
  299. package/dist/vanilla/src/icons/VerifiedIcon.js +2 -2
  300. package/dist/vanilla/src/icons/VideoIcon.js +2 -2
  301. package/dist/vanilla/src/icons/VideoOffIcon.js +2 -2
  302. package/dist/vanilla/src/icons/WarningIcon.js +2 -2
  303. package/dist/vanilla/src/icons/WorkIcon.js +2 -2
  304. package/dist/vanilla/src/icons/WriterIcon.js +2 -2
  305. package/dist/vanilla/src/icons/YouTubeIcon.js +2 -2
  306. package/dist/vanilla/src/layers/layers-css.js +2 -2
  307. package/dist/vanilla/src/nav/Nav-css.js +12 -12
  308. package/dist/vanilla/src/nav/Nav.js +2 -1
  309. package/dist/vanilla/src/skeleton/Skeleton-css.js +4 -4
  310. package/dist/vanilla/src/sprinkles/properties-css.js +5 -5
  311. package/dist/vanilla/src/tag-group/TagGroup-css.js +13 -0
  312. package/dist/vanilla/src/tag-group/TagGroup.js +211 -0
  313. package/package.json +12 -39
  314. package/dist/src/components/DatePicker/OverlayComponent/components/MonthWrapper/index.d.ts +0 -0
  315. package/dist/src/components/ThemeProvider/Test.d.ts +0 -3
  316. package/dist/src/utils/storyshots.d.ts +0 -18
  317. package/dist/vanilla/assets/src/actions/ActionsContent.css.ts.vanilla-CUCKXWVY.css +0 -22
  318. package/dist/vanilla/assets/src/avatar/AvatarGroup.css.ts.vanilla-BsWotv-l.css +0 -4
  319. package/dist/vanilla/assets/src/data-table/DataTableBody.css.ts.vanilla-hZeHXPeK.css +0 -70
  320. package/dist/vanilla/assets/src/layers/layers.css.ts.vanilla-CuOp6byd.css +0 -1
  321. package/dist/vanilla/assets/src/skeleton/Skeleton.css.ts.vanilla-CTwtVX07.css +0 -6
  322. package/dist/vanilla/assets/src/vanilla/Popover/Popover.css.ts.vanilla-DBnr4NHP.css +0 -10
  323. package/dist/vanilla/assets/src/vanilla/Table/TableBody.css.ts.vanilla-CVJsulIB.css +0 -6
  324. package/dist/vanilla/assets/src/vanilla/Table/TableHeader.css.ts.vanilla-BTAe_sKO.css +0 -8
@@ -1,8 +1,8 @@
1
1
  import { jsx } from '@emotion/react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
- import { Icon } from './Icon.js';
3
+ import { IconPrimitive } from './IconPrimitive.js';
4
4
 
5
- const PageLastIcon = 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(
5
+ const PageLastIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(IconPrimitive, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
6
6
  "path",
7
7
  {
8
8
  d: "M6.48951 14.4348L10.1963 10.7147C10.2987 10.612 10.3721 10.5013 10.4166 10.3828C10.4611 10.2643 10.4833 10.1431 10.4833 10.0192C10.4833 9.89532 10.4611 9.77447 10.4166 9.65666C10.3721 9.53883 10.2987 9.42853 10.1963 9.32577L6.48951 5.60573C6.31884 5.43444 6.11662 5.34879 5.88285 5.34879C5.64909 5.34879 5.44687 5.43444 5.2762 5.60573C5.10551 5.77701 5.02017 5.97996 5.02017 6.21456C5.02017 6.44916 5.10551 6.6521 5.2762 6.82339L8.46162 10.0202L5.2762 13.2171C5.09207 13.4019 5 13.6048 5 13.8259C5 14.047 5.09207 14.25 5.2762 14.4348C5.46032 14.6195 5.66253 14.7119 5.88285 14.7119C6.10317 14.7119 6.30539 14.6195 6.48951 14.4348ZM14.1329 15C14.3717 15 14.5759 14.9148 14.7455 14.7445C14.9152 14.5741 15 14.3691 15 14.1296V5.87043C15 5.63089 14.9151 5.42593 14.7453 5.25555C14.5755 5.08518 14.3712 5 14.1324 5C13.8936 5 13.6894 5.08518 13.5198 5.25555C13.3502 5.42593 13.2654 5.63089 13.2654 5.87043V14.1296C13.2654 14.3691 13.3503 14.5741 13.5201 14.7445C13.6899 14.9148 13.8942 15 14.1329 15Z",
@@ -1,8 +1,8 @@
1
1
  import { jsx } from '@emotion/react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
- import { Icon } from './Icon.js';
3
+ import { IconPrimitive } from './IconPrimitive.js';
4
4
 
5
- const PairIcon = 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(
5
+ const PairIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(IconPrimitive, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
6
6
  "path",
7
7
  {
8
8
  d: "M3.82211 18C3.31456 18 2.88399 17.8237 2.5304 17.4712C2.1768 17.1186 2 16.6893 2 16.1832V9.75782C2 9.25175 2.1768 8.82243 2.5304 8.46986C2.88399 8.1173 3.31456 7.94101 3.82211 7.94101H4.96596V3.8168C4.96596 3.31074 5.14276 2.88142 5.49636 2.52884C5.84995 2.17628 6.28052 2 6.78807 2H16.1779C16.6854 2 17.116 2.17628 17.4696 2.52884C17.8232 2.88142 18 3.31074 18 3.8168V10.2422C18 10.7482 17.8232 11.1776 17.4696 11.5301C17.116 11.8827 16.6854 12.059 16.1779 12.059H15.034V16.1832C15.034 16.6893 14.8572 17.1186 14.5036 17.4712C14.1501 17.8237 13.7195 18 13.2119 18H3.82211ZM3.82211 16.4308H13.2119C13.274 16.4308 13.3309 16.405 13.3827 16.3534C13.4344 16.3019 13.4603 16.2451 13.4603 16.1832V11.4818H3.57375V16.1832C3.57375 16.2451 3.59962 16.3019 3.65135 16.3534C3.7031 16.405 3.76002 16.4308 3.82211 16.4308ZM15.034 10.4898H16.1779C16.24 10.4898 16.2969 10.464 16.3486 10.4124C16.4004 10.3608 16.4262 10.3041 16.4262 10.2422V5.54074H6.53971V7.94101H13.5146C13.9317 7.94101 14.2892 8.08955 14.5871 8.38663C14.8851 8.68371 15.034 9.03686 15.034 9.44609V10.4898Z",
@@ -1,8 +1,8 @@
1
1
  import { jsx } from '@emotion/react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
- import { Icon } from './Icon.js';
3
+ import { IconPrimitive } from './IconPrimitive.js';
4
4
 
5
- const PauseIcon = 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(
5
+ const PauseIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(IconPrimitive, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
6
6
  "path",
7
7
  {
8
8
  d: "M12.8598 15.5C12.4103 15.5 12.0335 15.3437 11.7293 15.031C11.4252 14.7183 11.2731 14.331 11.2731 13.869V6.13102C11.2731 5.66904 11.4252 5.28172 11.7293 4.96904C12.0335 4.65635 12.4103 4.5 12.8598 4.5H13.4133C13.8627 4.5 14.2395 4.65635 14.5437 4.96904C14.8479 5.28172 15 5.66904 15 6.13102V13.869C15 14.331 14.8479 14.7183 14.5437 15.031C14.2395 15.3437 13.8627 15.5 13.4133 15.5H12.8598ZM6.58668 15.5C6.13726 15.5 5.76046 15.3437 5.45627 15.031C5.15209 14.7183 5 14.331 5 13.869V6.13102C5 5.66904 5.15209 5.28172 5.45627 4.96904C5.76046 4.65635 6.13726 4.5 6.58668 4.5H7.14023C7.58965 4.5 7.96646 4.65635 8.27066 4.96904C8.57484 5.28172 8.72693 5.66904 8.72693 6.13102V13.869C8.72693 14.331 8.57484 14.7183 8.27066 15.031C7.96646 15.3437 7.58965 15.5 7.14023 15.5H6.58668Z",
@@ -1,8 +1,8 @@
1
1
  import { jsx } from '@emotion/react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
- import { Icon } from './Icon.js';
3
+ import { IconPrimitive } from './IconPrimitive.js';
4
4
 
5
- const PendingIcon = 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(
5
+ const PendingIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(IconPrimitive, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
6
6
  "path",
7
7
  {
8
8
  d: "M10.8544 9.64749V6.87376C10.8544 6.644 10.7726 6.4474 10.6091 6.28397C10.4457 6.12054 10.249 6.03883 10.0192 6.03883C9.78931 6.03883 9.59274 6.12054 9.42944 6.28397C9.26613 6.4474 9.18448 6.644 9.18448 6.87376V9.96266C9.18448 10.0929 9.20788 10.2148 9.25468 10.3283C9.30147 10.4417 9.37417 10.5459 9.47276 10.6408L11.997 13.1651C12.1564 13.3244 12.3465 13.4085 12.5676 13.4175C12.7887 13.4264 12.9878 13.3423 13.1651 13.1651C13.3294 13.0008 13.4147 12.8061 13.4212 12.5811C13.4277 12.356 13.3488 12.1613 13.1845 11.997L10.8544 9.64749ZM10.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",
@@ -1,8 +1,8 @@
1
1
  import { jsx } from '@emotion/react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
- import { Icon } from './Icon.js';
3
+ import { IconPrimitive } from './IconPrimitive.js';
4
4
 
5
- const PlayIcon = 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(
5
+ const PlayIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(IconPrimitive, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
6
6
  "path",
7
7
  {
8
8
  d: "M7.15557 15.3068C6.79757 15.5456 6.43215 15.563 6.05929 15.359C5.68643 15.1549 5.5 14.8366 5.5 14.404V5.59596C5.5 5.16344 5.68643 4.84513 6.05929 4.64104C6.43215 4.43696 6.79757 4.45435 7.15557 4.69323L13.9991 9.08336C14.333 9.29208 14.5 9.59763 14.5 10C14.5 10.4024 14.333 10.7079 13.9991 10.9166L7.15557 15.3068Z",
@@ -1,8 +1,8 @@
1
1
  import { jsx } from '@emotion/react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
- import { Icon } from './Icon.js';
3
+ import { IconPrimitive } from './IconPrimitive.js';
4
4
 
5
- const PlaycountIcon = 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(
5
+ const PlaycountIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(IconPrimitive, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
6
6
  "path",
7
7
  {
8
8
  d: "M13.6683 8.97759C13.8722 8.8434 13.9742 8.65806 13.9742 8.42156C13.9742 8.18506 13.8722 7.99884 13.6683 7.86287L10.2864 5.66693C10.0629 5.51886 9.83516 5.51281 9.60328 5.64877C9.37139 5.78473 9.25544 5.98263 9.25544 6.24246V10.598C9.25544 10.8578 9.37139 11.0557 9.60328 11.1917C9.83516 11.3277 10.0629 11.3216 10.2864 11.1735L13.6683 8.97759ZM7.29977 14.4856C6.803 14.4856 6.38127 14.3123 6.03457 13.9656C5.68787 13.6189 5.51452 13.1971 5.51452 12.7004V4.28538C5.51452 3.78861 5.68787 3.36688 6.03457 3.02019C6.38127 2.67348 6.803 2.50012 7.29977 2.50012H15.7148C16.2115 2.50012 16.6332 2.67348 16.9799 3.02019C17.3266 3.36688 17.5 3.78861 17.5 4.28538V12.7004C17.5 13.1971 17.3266 13.6189 16.9799 13.9656C16.6332 14.3123 16.2115 14.4856 15.7148 14.4856H7.29977ZM4.28524 17.5001C3.78849 17.5001 3.36675 17.3268 3.02004 16.9801C2.67335 16.6334 2.5 16.2116 2.5 15.7149V6.51903C2.5 6.30391 2.57636 6.11999 2.72909 5.96726C2.88181 5.81454 3.06574 5.73818 3.28086 5.73818C3.49598 5.73818 3.67991 5.81454 3.83265 5.96726C3.98537 6.11999 4.06173 6.30391 4.06173 6.51903V15.7149C4.06173 15.7708 4.08501 15.822 4.13158 15.8685C4.17815 15.9151 4.22937 15.9384 4.28524 15.9384H13.4811C13.6962 15.9384 13.8801 16.0148 14.0329 16.1675C14.1856 16.3202 14.262 16.5041 14.262 16.7193C14.262 16.9344 14.1856 17.1183 14.0329 17.271C13.8801 17.4238 13.6962 17.5001 13.4811 17.5001H4.28524Z",
@@ -1,8 +1,8 @@
1
1
  import { jsx } from '@emotion/react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
- import { Icon } from './Icon.js';
3
+ import { IconPrimitive } from './IconPrimitive.js';
4
4
 
5
- const PlusIcon = 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(
5
+ const PlusIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(IconPrimitive, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
6
6
  "path",
7
7
  {
8
8
  d: "M9.99973 16C9.75052 16 9.53739 15.9114 9.36033 15.7342C9.18328 15.557 9.09475 15.3439 9.09475 15.0948V10.9052H4.90525C4.65612 10.9052 4.44297 10.8166 4.26579 10.6394C4.0886 10.4621 4 10.2489 4 9.99973C4 9.75052 4.0886 9.53739 4.26579 9.36033C4.44297 9.18328 4.65612 9.09475 4.90525 9.09475H9.09475V4.90525C9.09475 4.65612 9.18337 4.44296 9.36061 4.26577C9.53786 4.08859 9.75108 4 10.0003 4C10.2495 4 10.4626 4.08859 10.6397 4.26577C10.8167 4.44296 10.9052 4.65612 10.9052 4.90525V9.09475H15.0948C15.3439 9.09475 15.557 9.18337 15.7342 9.36061C15.9114 9.53786 16 9.75108 16 10.0003C16 10.2495 15.9114 10.4626 15.7342 10.6397C15.557 10.8167 15.3439 10.9052 15.0948 10.9052H10.9052V15.0948C10.9052 15.3439 10.8166 15.557 10.6394 15.7342C10.4621 15.9114 10.2489 16 9.99973 16Z",
@@ -1,8 +1,8 @@
1
1
  import { jsx } from '@emotion/react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
- import { Icon } from './Icon.js';
3
+ import { IconPrimitive } from './IconPrimitive.js';
4
4
 
5
- const PolicyIcon = 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(
5
+ const PolicyIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(IconPrimitive, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
6
6
  "path",
7
7
  {
8
8
  d: "M10.501 18C10.4042 18 10.2951 17.9915 10.1739 17.9744C10.0528 17.9573 9.93432 17.9316 9.81861 17.8974C7.89143 17.2274 6.43987 16.0851 5.46392 14.4706C4.48797 12.856 4 11.1207 4 9.26466V5.65249C4 5.26217 4.11158 4.91089 4.33475 4.59865C4.5579 4.28639 4.85348 4.06021 5.22148 3.92013L9.75169 2.13568C9.99665 2.04523 10.2461 2 10.5 2C10.7539 2 11.0033 2.04523 11.2483 2.13568L15.7785 3.92013C16.1465 4.06021 16.4421 4.28639 16.6652 4.59865C16.8884 4.91089 17 5.26217 17 5.65249V9.26555C17 10.0677 16.904 10.8579 16.7119 11.6361C16.5198 12.4143 16.2288 13.1629 15.8389 13.8821L13.3523 11.5438C13.4866 11.3115 13.5973 11.0612 13.6846 10.7928C13.7718 10.5245 13.8154 10.2547 13.8154 9.98343C13.8154 9.11788 13.493 8.38189 12.8481 7.77545C12.2031 7.16901 11.4205 6.86579 10.5 6.86579C9.57954 6.86579 8.79686 7.16901 8.15194 7.77545C7.50703 8.38189 7.18457 9.11788 7.18457 9.98343C7.18457 10.849 7.50703 11.585 8.15194 12.1914C8.79686 12.7978 9.57954 13.1011 10.5 13.1011C10.8102 13.1011 11.1027 13.069 11.3774 13.0048C11.6522 12.9406 11.9153 12.8307 12.1666 12.675L14.8255 15.2452C14.3132 15.8174 13.7684 16.3323 13.1913 16.7898C12.6141 17.2474 11.9398 17.6152 11.1685 17.8933C11.0593 17.9302 10.9449 17.9572 10.8255 17.9743C10.7061 17.9914 10.5979 18 10.501 18ZM10.4927 11.5012C10.0468 11.5012 9.6675 11.3519 9.35486 11.0534C9.04222 10.7548 8.8859 10.3958 8.8859 9.97654C8.8859 9.55724 9.04466 9.2006 9.36219 8.90661C9.67973 8.61262 10.0614 8.46562 10.5073 8.46562C10.9532 8.46562 11.3325 8.61491 11.6451 8.9135C11.9578 9.2121 12.1141 9.57104 12.1141 9.99032C12.1141 10.4096 11.9553 10.7663 11.6378 11.0602C11.3203 11.3542 10.9386 11.5012 10.4927 11.5012Z",
@@ -1,8 +1,8 @@
1
1
  import { jsx } from '@emotion/react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
- import { Icon } from './Icon.js';
3
+ import { IconPrimitive } from './IconPrimitive.js';
4
4
 
5
- const PreviousIcon = 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(
5
+ const PreviousIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(IconPrimitive, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
6
6
  "path",
7
7
  {
8
8
  d: "M4.94402 15C5.2038 15 5.42598 14.9159 5.61058 14.7478C5.79515 14.5797 5.88744 14.3774 5.88744 14.1411V5.85895C5.88744 5.62257 5.79505 5.42032 5.61027 5.25219C5.42549 5.08406 5.20321 5 4.94342 5C4.68364 5 4.46146 5.08406 4.27686 5.25219C4.09229 5.42032 4 5.62257 4 5.85895V14.1411C4 14.3774 4.09239 14.5797 4.27717 14.7478C4.46195 14.9159 4.68423 15 4.94402 15ZM14.3489 13.9981C14.7012 14.2092 15.0644 14.2291 15.4387 14.0581C15.8129 13.887 16 13.6038 16 13.2084V6.79165C16 6.39428 15.8129 6.10927 15.4387 5.93661C15.0644 5.76396 14.7012 5.7857 14.3489 6.00185L9.0546 9.20252C8.74621 9.38748 8.59202 9.65344 8.59202 10.0004C8.59202 10.3474 8.74621 10.6131 9.0546 10.7975L14.3489 13.9981Z",
@@ -1,8 +1,8 @@
1
1
  import { jsx } from '@emotion/react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
- import { Icon } from './Icon.js';
3
+ import { IconPrimitive } from './IconPrimitive.js';
4
4
 
5
- const PublicPerformanceIcon = 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(
5
+ const PublicPerformanceIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(IconPrimitive, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
6
6
  "path",
7
7
  {
8
8
  d: "M3.48233 7.08197L2.12612 6.45008C2.04204 6.40949 2 6.33991 2 6.24134C2 6.14277 2.04204 6.07319 2.12612 6.0326L3.48233 5.40071L4.10009 4.01341C4.13976 3.92741 4.20777 3.8844 4.30413 3.8844C4.4005 3.8844 4.46852 3.92741 4.50819 4.01341L5.12594 5.40071L6.48216 6.0326C6.56624 6.07319 6.60827 6.14277 6.60827 6.24134C6.60827 6.33991 6.56624 6.40949 6.48216 6.45008L5.12594 7.08197L4.50819 8.46927C4.46852 8.55528 4.4005 8.59828 4.30413 8.59828C4.20777 8.59828 4.13976 8.55528 4.10009 8.46927L3.48233 7.08197ZM13.977 4.20473L13.131 3.81915C13.0469 3.77437 13.0049 3.70238 13.0049 3.60318C13.0049 3.50397 13.0469 3.43198 13.131 3.3872L13.977 3.00162L14.3539 2.12901C14.3977 2.043 14.4681 2 14.5651 2C14.662 2 14.7324 2.043 14.7762 2.12901L15.1602 3.00162L16.0062 3.3872C16.0903 3.43198 16.1323 3.50397 16.1323 3.60318C16.1323 3.70238 16.0903 3.77437 16.0062 3.81915L15.1602 4.20473L14.7762 5.07734C14.7324 5.16335 14.662 5.20635 14.5651 5.20635C14.4681 5.20635 14.3977 5.16335 14.3539 5.07734L13.977 4.20473ZM15.8517 8.35042L14.9987 7.96483C14.9146 7.92006 14.8725 7.84807 14.8725 7.74886C14.8725 7.64966 14.9146 7.57766 14.9987 7.53289L15.8517 7.14731L16.2287 6.27469C16.2724 6.18869 16.3428 6.14569 16.4398 6.14569C16.5368 6.14569 16.6072 6.18869 16.651 6.27469L17.0279 7.14731L17.8739 7.53289C17.958 7.57766 18 7.64966 18 7.74886C18 7.84807 17.958 7.92006 17.8739 7.96483L17.0279 8.35042L16.651 9.22303C16.6072 9.30904 16.5368 9.35204 16.4398 9.35204C16.3428 9.35204 16.2724 9.30904 16.2287 9.22303L15.8517 8.35042ZM9.99863 12.2714C9.3718 12.2714 8.84015 12.0487 8.40369 11.6033C7.96724 11.1579 7.74901 10.6143 7.74901 9.97246V5.4122C7.74901 4.77039 7.96652 4.22677 8.40153 3.78136C8.83653 3.33595 9.36745 3.11325 9.99428 3.11325C10.6211 3.11325 11.1528 3.33595 11.5892 3.78136C12.0257 4.22677 12.2439 4.77039 12.2439 5.4122V9.97246C12.2439 10.6143 12.0264 11.1579 11.5914 11.6033C11.1564 12.0487 10.6255 12.2714 9.99863 12.2714ZM9.97803 18C9.75981 18 9.57323 17.9208 9.4183 17.7623C9.26338 17.6038 9.18591 17.413 9.18591 17.1897V15.5937C8.05982 15.4498 7.03647 14.9446 6.11584 14.0783C5.19523 13.2119 4.67021 12.1878 4.54079 11.006C4.49355 10.7074 4.53393 10.4605 4.66194 10.2653C4.78994 10.0701 5.01738 9.97246 5.34424 9.97246C5.51665 9.97246 5.67075 10.0353 5.80656 10.1609C5.94235 10.2865 6.03623 10.4532 6.08819 10.661C6.2469 11.6167 6.69127 12.413 7.42129 13.0498C8.15131 13.6867 9.0097 14.0051 9.99645 14.0051C10.9832 14.0051 11.8416 13.6867 12.5716 13.0498C13.3016 12.413 13.746 11.6167 13.9047 10.661C13.9567 10.4532 14.0497 10.2865 14.1839 10.1609C14.318 10.0353 14.4767 9.97246 14.66 9.97246C14.9547 9.97246 15.1753 10.0763 15.3218 10.2841C15.4682 10.4919 15.5116 10.7388 15.4521 11.0248C15.249 12.2192 14.7179 13.2402 13.8586 14.0877C12.9994 14.9352 11.9699 15.4372 10.7702 15.5937V17.1897C10.7702 17.413 10.6927 17.6038 10.5378 17.7623C10.3828 17.9208 10.1963 18 9.97803 18Z",
@@ -1,8 +1,8 @@
1
1
  import { jsx, jsxs } from '@emotion/react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
- import { Icon } from './Icon.js';
3
+ import { IconPrimitive } from './IconPrimitive.js';
4
4
 
5
- const PublisherIcon = 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: [
5
+ const PublisherIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(IconPrimitive, { ref, ...props, children: /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: [
6
6
  /* @__PURE__ */ jsx(
7
7
  "path",
8
8
  {
@@ -1,8 +1,8 @@
1
1
  import { jsx } from '@emotion/react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
- import { Icon } from './Icon.js';
3
+ import { IconPrimitive } from './IconPrimitive.js';
4
4
 
5
- const RadioIcon = 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(
5
+ const RadioIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(IconPrimitive, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
6
6
  "path",
7
7
  {
8
8
  d: "M3.90892 18C3.36622 18 2.9124 17.8245 2.54746 17.4736C2.18249 17.1227 2 16.6863 2 16.1645V7.47523C2 7.09989 2.1063 6.74681 2.31891 6.416C2.53151 6.08518 2.82003 5.84652 3.18449 5.70001L12.4989 2.06633C12.6871 1.98112 12.8745 1.97801 13.0612 2.057C13.2479 2.13599 13.3791 2.26597 13.4548 2.44693C13.5305 2.6279 13.5272 2.80815 13.4451 2.98768C13.3629 3.1672 13.2342 3.29334 13.059 3.36611L7.2546 5.6397H16.0911C16.6338 5.6397 17.0876 5.81517 17.4526 6.1661C17.8175 6.51702 18 6.9534 18 7.47523V16.1645C18 16.6863 17.8175 17.1227 17.4526 17.4736C17.0876 17.8245 16.6338 18 16.0911 18H3.90892ZM3.66991 9.30033C3.66991 9.41079 3.75945 9.50033 3.86991 9.50033H13.1068V8.7549C13.1068 8.53373 13.1885 8.34463 13.3518 8.18759C13.5151 8.03057 13.7118 7.95206 13.9418 7.95206C14.1718 7.95206 14.3685 8.03057 14.5318 8.18759C14.6951 8.34463 14.7767 8.53373 14.7767 8.7549V9.50033H16.1301C16.2406 9.50033 16.3301 9.41079 16.3301 9.30033V7.47523C16.3301 7.4082 16.3077 7.35314 16.2629 7.31005C16.2181 7.26695 16.1608 7.24541 16.0911 7.24541H3.90892C3.83921 7.24541 3.78195 7.26695 3.73713 7.31005C3.69231 7.35314 3.66991 7.4082 3.66991 7.47523V9.30033ZM6.83347 15.455C7.33234 15.455 7.75579 15.2876 8.10382 14.953C8.45183 14.6184 8.62584 14.2112 8.62584 13.7315C8.62584 13.2518 8.45183 12.8446 8.10382 12.51C7.75579 12.1753 7.33234 12.008 6.83347 12.008C6.33459 12.008 5.91114 12.1753 5.56312 12.51C5.2151 12.8446 5.04109 13.2518 5.04109 13.7315C5.04109 14.2112 5.2151 14.6184 5.56312 14.953C5.91114 15.2876 6.33459 15.455 6.83347 15.455Z",
@@ -1,8 +1,8 @@
1
1
  import { jsx } from '@emotion/react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
- import { Icon } from './Icon.js';
3
+ import { IconPrimitive } from './IconPrimitive.js';
4
4
 
5
- const RecordLabelIcon = 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(
5
+ const RecordLabelIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(IconPrimitive, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
6
6
  "path",
7
7
  {
8
8
  fillRule: "evenodd",
@@ -1,8 +1,8 @@
1
1
  import { jsx } from '@emotion/react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
- import { Icon } from './Icon.js';
3
+ import { IconPrimitive } from './IconPrimitive.js';
4
4
 
5
- const RecordingIcon = 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(
5
+ const RecordingIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(IconPrimitive, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
6
6
  "path",
7
7
  {
8
8
  d: "M8.36206 17C7.44484 17 6.65519 16.6889 5.99312 16.0666C5.33104 15.4443 5 14.7021 5 13.84C5 12.9779 5.33104 12.2358 5.99312 11.6135C6.65519 10.9912 7.44484 10.6801 8.36206 10.6801C8.66892 10.6801 8.95628 10.7073 9.22414 10.7618C9.492 10.8163 9.75165 10.9106 10.0031 11.0447V4.84911C10.0031 4.32461 10.1915 3.8853 10.5682 3.53118C10.945 3.17706 11.4124 3 11.9704 3H13.3113C13.7912 3 14.1926 3.1516 14.5156 3.45481C14.8385 3.75804 15 4.13495 15 4.58555C15 5.03615 14.8385 5.41361 14.5156 5.71794C14.1926 6.02226 13.7912 6.17443 13.3113 6.17443H11.7241V13.84C11.7241 14.7021 11.3931 15.4443 10.731 16.0666C10.0689 16.6889 9.27929 17 8.36206 17Z",
@@ -1,8 +1,8 @@
1
1
  import { jsx } from '@emotion/react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
- import { Icon } from './Icon.js';
3
+ import { IconPrimitive } from './IconPrimitive.js';
4
4
 
5
- const RedoIcon = 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(
5
+ const RedoIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(IconPrimitive, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
6
6
  "path",
7
7
  {
8
8
  d: "M13.4157 8.77183H7.70511C7.08234 8.77183 6.57535 9.02887 6.18414 9.54295C5.79294 10.057 5.59733 10.6538 5.59733 11.3333C5.59733 12.0128 5.79294 12.6109 6.18414 13.1276C6.57535 13.6443 7.08234 13.9026 7.70511 13.9026H13.3794C13.5947 13.9026 13.7816 13.9819 13.9402 14.1405C14.0988 14.2991 14.1781 14.486 14.1781 14.7013C14.1781 14.9166 14.0988 15.1035 13.9402 15.2621C13.7816 15.4207 13.5947 15.5 13.3794 15.5H7.70511C6.65701 15.5 5.77747 15.0818 5.06647 14.2453C4.35549 13.4088 4 12.4381 4 11.3333C4 10.2285 4.35549 9.25915 5.06647 8.42528C5.77747 7.59142 6.65701 7.17449 7.70511 7.17449H13.4157L12.1208 5.87956C11.9527 5.71152 11.864 5.52458 11.8545 5.31875C11.8451 5.11291 11.9338 4.92335 12.1208 4.75007C12.294 4.57679 12.4823 4.49356 12.6855 4.50039C12.8887 4.50721 13.0769 4.59727 13.2502 4.77055L15.7912 7.31152C15.8815 7.40185 15.9527 7.50319 16.0047 7.61555C16.0567 7.72793 16.0827 7.84713 16.0827 7.97316C16.0827 8.09919 16.0567 8.21497 16.0047 8.32051C15.9527 8.42605 15.8815 8.52399 15.7912 8.6143L13.2298 11.1758C13.0617 11.3438 12.885 11.4257 12.6997 11.4215C12.5143 11.4173 12.335 11.3286 12.1617 11.1553C11.9748 10.982 11.8813 10.7972 11.8813 10.6008C11.8813 10.4044 11.968 10.2196 12.1412 10.0463L13.4157 8.77183Z",
@@ -1,8 +1,8 @@
1
1
  import { jsx } from '@emotion/react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
- import { Icon } from './Icon.js';
3
+ import { IconPrimitive } from './IconPrimitive.js';
4
4
 
5
- const RefreshIcon = 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(
5
+ const RefreshIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(IconPrimitive, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
6
6
  "path",
7
7
  {
8
8
  d: "M5.1939 10.0553C5.1939 10.2539 5.2083 10.4511 5.2371 10.6469C5.26588 10.8427 5.31159 11.0361 5.37421 11.2272C5.43785 11.4579 5.44315 11.6875 5.39013 11.9159C5.33709 12.1443 5.21916 12.3441 5.03635 12.5153C4.87473 12.6666 4.69038 12.7312 4.48332 12.709C4.27625 12.6867 4.13029 12.5924 4.04545 12.4259C3.86363 12.0609 3.72727 11.6781 3.63636 11.2775C3.54545 10.877 3.5 10.4696 3.5 10.0553C3.5 8.45977 4.06995 7.07726 5.20984 5.90779C6.34975 4.73832 7.76263 4.08596 9.44848 3.95071H10.0243L9.39546 3.36192C9.22072 3.19831 9.13537 3.01459 9.1394 2.81077C9.14344 2.60696 9.23536 2.42089 9.41516 2.25254C9.59495 2.08418 9.79571 2 10.0174 2C10.2391 2 10.4399 2.08418 10.6197 2.25254L12.6045 4.11102C12.7995 4.29356 12.897 4.50446 12.897 4.74374C12.897 4.98302 12.7995 5.19393 12.6045 5.37647L10.5803 7.27183C10.4187 7.42316 10.229 7.50001 10.0114 7.50237C9.79369 7.50474 9.59495 7.4279 9.41516 7.27183C9.23536 7.11578 9.14546 6.93088 9.14546 6.71714C9.14546 6.5034 9.23536 6.31236 9.41516 6.14401L10.044 5.55522H9.46818C8.29646 5.65358 7.29115 6.12624 6.45225 6.9732C5.61335 7.82017 5.1939 8.84754 5.1939 10.0553ZM14.8061 9.94466C14.8061 9.74604 14.7917 9.54884 14.7629 9.35307C14.7341 9.15729 14.6884 8.96387 14.6258 8.77281C14.5622 8.54204 14.5568 8.31246 14.6099 8.08406C14.6629 7.85565 14.7808 7.65585 14.9637 7.48466C15.1253 7.33335 15.3096 7.2688 15.5167 7.29101C15.7238 7.31324 15.8697 7.40759 15.9545 7.57404C16.1364 7.93911 16.2727 8.32192 16.3636 8.72246C16.4545 9.12301 16.5 9.53041 16.5 9.94466C16.5 11.5402 15.9301 12.9227 14.7902 14.0922C13.6503 15.2617 12.2374 15.914 10.5515 16.0493H9.97571L10.6045 16.6381C10.7793 16.8017 10.8646 16.9854 10.8606 17.1892C10.8566 17.393 10.7646 17.5791 10.5848 17.7474C10.405 17.9158 10.2043 18 9.98257 18C9.76086 18 9.56011 17.9158 9.38031 17.7474L7.39546 15.889C7.20051 15.7064 7.10304 15.4955 7.10304 15.2562C7.10304 15.017 7.20051 14.8061 7.39546 14.6235L9.41971 12.7281C9.58131 12.5768 9.77096 12.5 9.98863 12.4976C10.2063 12.4952 10.405 12.5721 10.5848 12.7281C10.7646 12.8842 10.8545 13.0691 10.8545 13.2828C10.8545 13.4966 10.7646 13.6876 10.5848 13.856L9.95602 14.4448H10.5318C11.7035 14.3464 12.7089 13.8737 13.5477 13.0268C14.3866 12.1798 14.8061 11.1524 14.8061 9.94466Z",
@@ -1,8 +1,8 @@
1
1
  import { jsx } from '@emotion/react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
- import { Icon } from './Icon.js';
3
+ import { IconPrimitive } from './IconPrimitive.js';
4
4
 
5
- const ReportIcon = 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(
5
+ const ReportIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(IconPrimitive, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
6
6
  "path",
7
7
  {
8
8
  d: "M4.81655 17C4.31625 17 3.88841 16.8223 3.53305 16.467C3.17768 16.1116 3 15.6838 3 15.1835V4.81655C3 4.30284 3.17768 3.87165 3.53305 3.52299C3.88841 3.17433 4.31625 3 4.81655 3H15.1835C15.6972 3 16.1283 3.17433 16.477 3.52299C16.8257 3.87165 17 4.30284 17 4.81655V15.1835C17 15.6838 16.8257 16.1116 16.477 16.467C16.1283 16.8223 15.6972 17 15.1835 17H4.81655ZM15.431 5.49271L9.98763 11.1063L8.14787 9.2867C7.9622 9.10103 7.75228 9.00819 7.51813 9.00819C7.28396 9.00819 7.07404 9.10103 6.88837 9.2867L4.56895 11.6061V13.7893L7.51813 10.8402L9.35479 12.6768C9.55388 12.8759 9.77127 12.97 10.007 12.9592C10.2427 12.9484 10.4559 12.8501 10.6468 12.6644L15.431 7.72544V5.49271Z",
@@ -1,8 +1,8 @@
1
1
  import { jsx, jsxs } from '@emotion/react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
- import { Icon } from './Icon.js';
3
+ import { IconPrimitive } from './IconPrimitive.js';
4
4
 
5
- const RestoreIcon = 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: [
5
+ const RestoreIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(IconPrimitive, { ref, ...props, children: /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: [
6
6
  /* @__PURE__ */ jsx(
7
7
  "path",
8
8
  {
@@ -1,8 +1,8 @@
1
1
  import { jsx, jsxs } from '@emotion/react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
- import { Icon } from './Icon.js';
3
+ import { IconPrimitive } from './IconPrimitive.js';
4
4
 
5
- const ResumeIcon = 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: [
5
+ const ResumeIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(IconPrimitive, { ref, ...props, children: /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: [
6
6
  /* @__PURE__ */ jsx(
7
7
  "path",
8
8
  {
@@ -1,8 +1,8 @@
1
1
  import { jsx } from '@emotion/react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
- import { Icon } from './Icon.js';
3
+ import { IconPrimitive } from './IconPrimitive.js';
4
4
 
5
- const ReviewIcon = 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(
5
+ const ReviewIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(IconPrimitive, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
6
6
  "path",
7
7
  {
8
8
  d: "M8.46619 12.4251C8.22254 12.4251 8.01351 12.3393 7.83908 12.1676C7.66465 11.9959 7.57743 11.788 7.57743 11.544V10.445C7.57743 10.2071 7.62123 9.97857 7.70883 9.75956C7.79643 9.54056 7.92733 9.3446 8.10156 9.17168L14.3483 2.92805C14.5092 2.76728 14.6767 2.65574 14.851 2.59344C15.0253 2.53115 15.2053 2.5 15.3912 2.5C15.5823 2.5 15.774 2.53441 15.9661 2.60324C16.1582 2.67207 16.3344 2.78294 16.4945 2.93585L17.0491 3.47065C17.215 3.63142 17.3316 3.80704 17.399 3.99752C17.4663 4.188 17.5 4.38124 17.5 4.57725C17.5 4.77357 17.4647 4.96414 17.3942 5.14897C17.3237 5.33379 17.2072 5.50485 17.0446 5.66214L10.7948 11.9284C10.6183 12.1048 10.4214 12.2317 10.204 12.3091C9.98672 12.3864 9.75988 12.4251 9.52353 12.4251H8.46619ZM15.0133 5.5461L15.9438 4.58146L15.41 3.98611L14.4448 4.97787L15.0133 5.5461ZM4.2704 17.5C3.77725 17.5 3.3589 17.3283 3.01535 16.9849C2.67178 16.6415 2.5 16.2234 2.5 15.7305V5.63204C2.5 5.13376 2.6708 4.71101 3.01241 4.36379C3.354 4.01656 3.77333 3.84947 4.2704 3.86253H11.2343L6.56555 8.52895C6.38687 8.70632 6.25373 8.90437 6.16614 9.1231C6.07855 9.34185 6.03475 9.57018 6.03475 9.80809V12.2261C6.03475 12.7286 6.20333 13.1476 6.54048 13.4832C6.87764 13.8188 7.2982 13.9866 7.80217 13.9866H10.1639C10.4025 13.9866 10.6314 13.9428 10.8505 13.8553C11.0697 13.7678 11.268 13.6347 11.4454 13.4561L16.1443 8.75953V15.7305C16.1443 16.2234 15.9725 16.6415 15.629 16.9849C15.2854 17.3283 14.8671 17.5 14.3739 17.5H4.2704Z",
@@ -1,8 +1,8 @@
1
1
  import { jsx } from '@emotion/react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
- import { Icon } from './Icon.js';
3
+ import { IconPrimitive } from './IconPrimitive.js';
4
4
 
5
- const RewindIcon = 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(
5
+ const RewindIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(IconPrimitive, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
6
6
  "path",
7
7
  {
8
8
  d: "M15.62 13.8325L11.1951 10.7664C10.9374 10.5897 10.8085 10.3351 10.8085 10.0024C10.8085 9.66971 10.9374 9.41505 11.1951 9.23841L15.62 6.17224C15.9145 5.96517 16.2181 5.94481 16.5308 6.11115C16.8436 6.27749 17 6.55005 17 6.92884V13.0759C17 13.4547 16.8436 13.7261 16.5308 13.8899C16.2181 14.0538 15.9145 14.0347 15.62 13.8325ZM7.81151 13.8325L3.3866 10.7664C3.12887 10.5897 3 10.3351 3 10.0024C3 9.66971 3.12887 9.41505 3.3866 9.23841L7.81151 6.17224C8.10594 5.96517 8.40954 5.94481 8.72231 6.11115C9.03508 6.27749 9.19147 6.55005 9.19147 6.92884V13.0759C9.19147 13.4547 9.03508 13.7261 8.72231 13.8899C8.40954 14.0538 8.10594 14.0347 7.81151 13.8325Z",
@@ -1,8 +1,8 @@
1
1
  import { jsx } from '@emotion/react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
- import { Icon } from './Icon.js';
3
+ import { IconPrimitive } from './IconPrimitive.js';
4
4
 
5
- const RoleIcon = 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(
5
+ const RoleIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(IconPrimitive, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
6
6
  "path",
7
7
  {
8
8
  d: "M13.1817 12.0915C12.5205 12.0915 11.9551 11.859 11.4855 11.3939C11.0159 10.9287 10.7811 10.3687 10.7811 9.71373C10.7811 9.05878 11.0159 8.49873 11.4855 8.0336C11.9551 7.56848 12.5205 7.33592 13.1817 7.33592C13.843 7.33592 14.4084 7.56848 14.878 8.0336C15.3475 8.49873 15.5823 9.05878 15.5823 9.71373C15.5823 10.3687 15.3475 10.9287 14.878 11.3939C14.4084 11.859 13.843 12.0915 13.1817 12.0915ZM6.60285 15.4825V15.8494H3.81813C3.29622 15.8494 2.86273 15.6772 2.51764 15.3327C2.17255 14.9883 2 14.5598 2 14.0472V3.80218C2 3.28962 2.17388 2.86112 2.52163 2.51668C2.86937 2.17223 3.30198 2 3.81946 2H14.203C14.7205 2 15.1531 2.17223 15.5008 2.51668C15.8486 2.86112 16.0225 3.28962 16.0225 3.80218V6.79246C15.7094 6.42302 15.2837 6.1306 14.7454 5.91518C14.2071 5.69976 13.6926 5.59205 13.2019 5.59205C13.1657 5.59205 13.1321 5.59333 13.1011 5.5959C13.0701 5.59846 13.0365 5.6023 13.0004 5.60742V5.48461C12.9332 5.32829 12.8249 5.1994 12.6755 5.09796C12.5261 4.99652 12.3725 4.95245 12.2146 4.96575H5.80782C5.59224 4.95245 5.4074 5.02176 5.25328 5.17367C5.09916 5.32558 5.02209 5.50774 5.02209 5.72015C5.02209 5.93256 5.09916 6.11603 5.25328 6.27055C5.4074 6.42508 5.59224 6.50234 5.80782 6.50234H10.6928C10.3777 6.6886 10.1088 6.92295 9.88609 7.20541C9.66343 7.48787 9.49218 7.80154 9.37233 8.14643H5.80782C5.59224 8.14643 5.4074 8.22238 5.25328 8.37429C5.09916 8.52619 5.02209 8.70835 5.02209 8.92076C5.02209 9.13317 5.09916 9.31664 5.25328 9.47117C5.4074 9.62569 5.59224 9.70296 5.80782 9.70296H9.05928C9.0603 9.96801 9.08535 10.2303 9.13443 10.4897C9.18351 10.7491 9.26178 10.9965 9.36923 11.2319C9.32273 11.2524 9.27753 11.2716 9.23362 11.2895C9.1897 11.3074 9.14707 11.3266 9.10574 11.347H5.80782C5.59224 11.347 5.4074 11.423 5.25328 11.5749C5.09916 11.7268 5.02209 11.909 5.02209 12.1214C5.02209 12.3338 5.09916 12.5173 5.25328 12.6718C5.4074 12.8263 5.59224 12.9036 5.80782 12.9036H7.82099C7.40977 13.2229 7.10394 13.612 6.9035 14.071C6.70307 14.53 6.60285 15.0005 6.60285 15.4825ZM9.27317 18C9.02245 18 8.80815 17.9119 8.63027 17.7357C8.45238 17.5595 8.36344 17.3472 8.36344 17.0989V15.4825C8.36344 15.1982 8.43247 14.9376 8.57053 14.7007C8.70861 14.4639 8.89787 14.2716 9.13832 14.124C9.57742 13.8866 9.93155 13.7172 10.2007 13.6159C10.4698 13.5146 10.8488 13.4193 11.3375 13.33C11.5264 13.3046 11.7098 13.3102 11.8879 13.3466C12.0659 13.383 12.2187 13.4728 12.3464 13.6159L13.1817 14.692L14.0171 13.6159C14.1411 13.4931 14.2927 13.4084 14.4719 13.3618C14.6512 13.3153 14.8365 13.3046 15.0278 13.33C15.5204 13.4193 15.9029 13.511 16.1753 13.6051C16.4476 13.6992 16.8068 13.8722 17.253 14.124C17.4937 14.258 17.6771 14.443 17.8032 14.6789C17.9292 14.9148 17.9948 15.1668 18 15.4349V17.0989C18 17.3472 17.9111 17.5595 17.7332 17.7357C17.5553 17.9119 17.341 18 17.0903 18H9.27317Z",
@@ -1,8 +1,8 @@
1
1
  import { jsx } from '@emotion/react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
- import { Icon } from './Icon.js';
3
+ import { IconPrimitive } from './IconPrimitive.js';
4
4
 
5
- const SearchFilledIcon = 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(
5
+ const SearchFilledIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(IconPrimitive, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
6
6
  "path",
7
7
  {
8
8
  fillRule: "evenodd",
@@ -1,8 +1,8 @@
1
1
  import { jsx } from '@emotion/react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
- import { Icon } from './Icon.js';
3
+ import { IconPrimitive } from './IconPrimitive.js';
4
4
 
5
- const SearchIcon = 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(
5
+ const SearchIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(IconPrimitive, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
6
6
  "path",
7
7
  {
8
8
  d: "M16.48 17.2364L11.8625 12.6022C11.4486 12.9313 10.9417 13.1893 10.3416 13.3762C9.74155 13.5631 9.14706 13.6565 8.55814 13.6565C7.00471 13.6565 5.69 13.1168 4.61399 12.0373C3.538 10.9579 3 9.63891 3 8.08047C3 6.52203 3.53779 5.20233 4.61337 4.12139C5.68893 3.04046 7.00313 2.5 8.55594 2.5C10.1088 2.5 11.4237 3.03994 12.5007 4.11983C13.5778 5.19974 14.1163 6.51922 14.1163 8.07827C14.1163 8.6853 14.0274 9.27262 13.8497 9.84025C13.6719 10.4079 13.4175 10.9052 13.0865 11.3323L17.7453 16.008C17.9151 16.1704 18 16.3696 18 16.6058C18 16.842 17.9064 17.054 17.7193 17.2418C17.5478 17.4139 17.3421 17.5 17.1023 17.5C16.8625 17.5 16.6551 17.4121 16.48 17.2364ZM8.55814 11.8706C9.62457 11.8706 10.521 11.5061 11.2473 10.7772C11.9736 10.0482 12.3368 9.14856 12.3368 8.07827C12.3368 7.00797 11.9736 6.10834 11.2473 5.37937C10.521 4.65039 9.62457 4.28591 8.55814 4.28591C7.4917 4.28591 6.59532 4.65039 5.86897 5.37937C5.14265 6.10834 4.77948 7.00797 4.77948 8.07827C4.77948 9.14856 5.14265 10.0482 5.86897 10.7772C6.59532 11.5061 7.4917 11.8706 8.55814 11.8706Z",
@@ -1,8 +1,8 @@
1
1
  import { jsx } from '@emotion/react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
- import { Icon } from './Icon.js';
3
+ import { IconPrimitive } from './IconPrimitive.js';
4
4
 
5
- const SettingsIcon = 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(
5
+ const SettingsIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(IconPrimitive, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
6
6
  "path",
7
7
  {
8
8
  d: "M11.361 17.5H8.64569C8.41546 17.5 8.21712 17.4302 8.05068 17.2905C7.88424 17.1508 7.78232 16.9692 7.74491 16.7457L7.59372 15.6424C7.55275 15.3435 7.35632 15.0895 7.08874 14.9499C6.81177 14.8054 6.48306 14.7465 6.19376 14.8644L5.13896 15.2943C4.92887 15.3911 4.71375 15.4002 4.49359 15.3215C4.27343 15.2428 4.10579 15.1075 3.99067 14.9157L2.62226 12.541C2.50714 12.3491 2.47332 12.1475 2.52079 11.9361C2.56828 11.7247 2.6846 11.551 2.86974 11.4151L3.92561 10.6279C4.05249 10.5333 4.12423 10.3812 4.11084 10.2235C4.10364 10.1388 4.10004 10.0545 4.10004 9.97067C4.10004 9.90361 4.10364 9.82887 4.11084 9.74645C4.12491 9.58523 4.04924 9.43028 3.9177 9.33601L2.86974 8.58491C2.67213 8.46106 2.55582 8.28738 2.52081 8.06387C2.48579 7.84037 2.52584 7.6327 2.64095 7.44086L3.99067 5.13459C4.11059 4.9474 4.27511 4.81027 4.48424 4.7232C4.69336 4.63613 4.90296 4.64102 5.11305 4.73787L6.06631 5.1249C6.38747 5.25529 6.74992 5.20511 7.05707 5.04449C7.35484 4.88876 7.56586 4.60233 7.6101 4.26922L7.74491 3.25434C7.76985 3.03083 7.86866 2.84923 8.04133 2.70955C8.214 2.56985 8.41546 2.5 8.64569 2.5H11.361C11.5912 2.5 11.7938 2.56985 11.9689 2.70955C12.144 2.84923 12.244 3.03083 12.2689 3.25434L12.4005 4.29713C12.4423 4.6288 12.6493 4.9155 12.946 5.06962C13.243 5.22391 13.5913 5.27653 13.9017 5.15137L14.8821 4.75603C15.0922 4.65918 15.3061 4.64893 15.5238 4.72529C15.7416 4.80166 15.9081 4.93576 16.0232 5.1276L17.3729 7.44086C17.488 7.6327 17.5249 7.84037 17.4837 8.06387C17.4424 8.28738 17.3292 8.46106 17.1441 8.58491L16.0203 9.39868C15.8971 9.48791 15.8397 9.63978 15.844 9.79185C15.8464 9.87567 15.8476 9.9511 15.8476 10.0182C15.8476 10.0806 15.8452 10.1537 15.8404 10.2375C15.8308 10.4048 15.9077 10.5652 16.0431 10.6638L17.0995 11.4332C17.2894 11.5646 17.4069 11.7371 17.452 11.9508C17.4971 12.1645 17.4621 12.3673 17.347 12.5591L15.9786 14.9227C15.8634 15.1145 15.697 15.2475 15.4792 15.3215C15.2615 15.3955 15.0476 15.3841 14.8375 15.2873L13.7589 14.8485C13.4786 14.7345 13.1624 14.7754 12.9014 14.9283C12.6535 15.0735 12.4626 15.3103 12.4242 15.595L12.2689 16.7457C12.2315 16.9692 12.1284 17.1508 11.9595 17.2905C11.7907 17.4302 11.5912 17.5 11.361 17.5ZM9.95942 12.6695C10.7317 12.6695 11.3861 12.409 11.9229 11.8879C12.4596 11.3669 12.728 10.7315 12.728 9.98184C12.728 9.23218 12.4596 8.59682 11.9229 8.07576C11.3861 7.55472 10.7317 7.2942 9.95942 7.2942C9.192 7.2942 8.53872 7.55472 7.99959 8.07576C7.46048 8.59682 7.19092 9.23218 7.19092 9.98184C7.19092 10.7315 7.46048 11.3669 7.99959 11.8879C8.53872 12.409 9.192 12.6695 9.95942 12.6695Z",
@@ -1,8 +1,8 @@
1
1
  import { jsx } from '@emotion/react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
- import { Icon } from './Icon.js';
3
+ import { IconPrimitive } from './IconPrimitive.js';
4
4
 
5
- const ShareIcon = 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(
5
+ const ShareIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(IconPrimitive, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
6
6
  "path",
7
7
  {
8
8
  d: "M14.4756 18C13.7744 18 13.1768 17.7552 12.683 17.2656C12.1891 16.7761 11.9422 16.1816 11.9422 15.4822C11.9422 15.3741 11.9503 15.2761 11.9663 15.1883C11.9824 15.1004 12.0065 15.0001 12.0387 14.8871L7.14583 11.918C6.9456 12.145 6.70329 12.3017 6.4189 12.3881C6.13453 12.4745 5.8446 12.5177 5.54912 12.5177C4.84103 12.5177 4.23915 12.2728 3.7435 11.783C3.24783 11.2931 3 10.6983 3 9.99853C3 9.29874 3.24783 8.70441 3.7435 8.21554C4.23915 7.72667 4.84103 7.48224 5.54912 7.48224C5.84065 7.48224 6.1296 7.52883 6.41595 7.62202C6.7023 7.71522 6.9456 7.86854 7.14583 8.082L12.0387 5.11239C12.0065 4.99764 11.9824 4.89519 11.9663 4.80504C11.9503 4.7149 11.9422 4.61914 11.9422 4.51775C11.9422 3.81838 12.1876 3.22391 12.6785 2.73434C13.1694 2.24478 13.7654 2 14.4666 2C15.1678 2 15.7654 2.24492 16.2592 2.73476C16.7531 3.22462 17 3.81943 17 4.51921C17 5.219 16.7522 5.81333 16.2565 6.3022C15.7609 6.79107 15.159 7.0355 14.4509 7.0355C14.1554 7.0355 13.8655 6.99229 13.5811 6.90587C13.2967 6.81944 13.0544 6.66273 12.8542 6.43574L7.96129 9.4049C7.99346 9.51781 8.01758 9.618 8.03366 9.70547C8.04974 9.79293 8.05778 9.89056 8.05778 9.99837C8.05778 10.1062 8.04974 10.2044 8.03366 10.2929C8.01758 10.3814 7.99346 10.4822 7.96129 10.5951L12.8542 13.5642C13.0544 13.3237 13.2967 13.1636 13.5811 13.084C13.8655 13.0043 14.1554 12.9645 14.4509 12.9645C15.159 12.9645 15.7609 13.2094 16.2565 13.6992C16.7522 14.1891 17 14.7839 17 15.4837C17 16.1835 16.7546 16.7778 16.2637 17.2667C15.7729 17.7555 15.1768 18 14.4756 18Z",
@@ -1,8 +1,8 @@
1
1
  import { jsx, jsxs } from '@emotion/react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
- import { Icon } from './Icon.js';
3
+ import { IconPrimitive } from './IconPrimitive.js';
4
4
 
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: [
5
+ const SortAscendingIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(IconPrimitive, { ref, ...props, children: /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: [
6
6
  /* @__PURE__ */ jsx(
7
7
  "path",
8
8
  {
@@ -1,8 +1,8 @@
1
1
  import { jsx, jsxs } from '@emotion/react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
- import { Icon } from './Icon.js';
3
+ import { IconPrimitive } from './IconPrimitive.js';
4
4
 
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: [
5
+ const SortDescendingIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(IconPrimitive, { ref, ...props, children: /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: [
6
6
  /* @__PURE__ */ jsx(
7
7
  "path",
8
8
  {
@@ -1,8 +1,8 @@
1
1
  import { jsx, jsxs } from '@emotion/react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
- import { Icon } from './Icon.js';
3
+ import { IconPrimitive } from './IconPrimitive.js';
4
4
 
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: [
5
+ const SortIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(IconPrimitive, { ref, ...props, children: /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: [
6
6
  /* @__PURE__ */ jsx(
7
7
  "path",
8
8
  {
@@ -1,8 +1,8 @@
1
1
  import { jsx } from '@emotion/react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
- import { Icon } from './Icon.js';
3
+ import { IconPrimitive } from './IconPrimitive.js';
4
4
 
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" }) }) }));
5
+ const StatusIndicatorIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(IconPrimitive, { 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
6
  StatusIndicatorIcon.displayName = "StatusIndicatorIcon";
7
7
 
8
8
  export { StatusIndicatorIcon };
@@ -1,8 +1,8 @@
1
1
  import { jsx } from '@emotion/react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
- import { Icon } from './Icon.js';
3
+ import { IconPrimitive } from './IconPrimitive.js';
4
4
 
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(
5
+ const StopIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(IconPrimitive, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
6
6
  "path",
7
7
  {
8
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",
@@ -1,8 +1,8 @@
1
1
  import { jsx } from '@emotion/react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
- import { Icon } from './Icon.js';
3
+ import { IconPrimitive } from './IconPrimitive.js';
4
4
 
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(
5
+ const SuccessIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(IconPrimitive, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
6
6
  "path",
7
7
  {
8
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",
@@ -1,8 +1,8 @@
1
1
  import { jsx } from '@emotion/react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
- import { Icon } from './Icon.js';
3
+ import { IconPrimitive } from './IconPrimitive.js';
4
4
 
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(
5
+ const TagIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(IconPrimitive, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
6
6
  "path",
7
7
  {
8
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",
@@ -1,8 +1,8 @@
1
1
  import { jsx } from '@emotion/react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
- import { Icon } from './Icon.js';
3
+ import { IconPrimitive } from './IconPrimitive.js';
4
4
 
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(
5
+ const TelevisionIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(IconPrimitive, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
6
6
  "path",
7
7
  {
8
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",
@@ -1,8 +1,8 @@
1
1
  import { jsx } from '@emotion/react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
- import { Icon } from './Icon.js';
3
+ import { IconPrimitive } from './IconPrimitive.js';
4
4
 
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(
5
+ const ThumbsDownIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(IconPrimitive, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
6
6
  "path",
7
7
  {
8
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",
@@ -1,8 +1,8 @@
1
1
  import { jsx } from '@emotion/react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
- import { Icon } from './Icon.js';
3
+ import { IconPrimitive } from './IconPrimitive.js';
4
4
 
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(
5
+ const ThumbsUpIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(IconPrimitive, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
6
6
  "path",
7
7
  {
8
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",
@@ -1,8 +1,8 @@
1
1
  import { jsx } from '@emotion/react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
- import { Icon } from './Icon.js';
3
+ import { IconPrimitive } from './IconPrimitive.js';
4
4
 
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(
5
+ const TrendingDownIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(IconPrimitive, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
6
6
  "path",
7
7
  {
8
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",
@@ -1,8 +1,8 @@
1
1
  import { jsx } from '@emotion/react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
- import { Icon } from './Icon.js';
3
+ import { IconPrimitive } from './IconPrimitive.js';
4
4
 
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(
5
+ const TrendingUpIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(IconPrimitive, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
6
6
  "path",
7
7
  {
8
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",
@@ -1,8 +1,8 @@
1
1
  import { jsx } from '@emotion/react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
- import { Icon } from './Icon.js';
3
+ import { IconPrimitive } from './IconPrimitive.js';
4
4
 
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(
5
+ const TriangleDownIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(IconPrimitive, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
6
6
  "path",
7
7
  {
8
8
  fillRule: "evenodd",
@@ -1,8 +1,8 @@
1
1
  import { jsx } from '@emotion/react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
- import { Icon } from './Icon.js';
3
+ import { IconPrimitive } from './IconPrimitive.js';
4
4
 
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(
5
+ const TriangleLeftIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(IconPrimitive, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
6
6
  "path",
7
7
  {
8
8
  fillRule: "evenodd",