@reltio/design 0.1.1 → 0.2.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 (593) hide show
  1. package/charts/Chart/Chart.d.ts +4 -0
  2. package/charts/Chart/Chart.js +59 -0
  3. package/charts/Chart/Chart.module.css.d.ts +2 -0
  4. package/charts/Chart/Chart.module.css.js +8 -0
  5. package/charts/Chart/Chart.module.css.json +1 -0
  6. package/charts/Chart/Chart.types.d.ts +24 -0
  7. package/charts/Chart/Chart.types.js +1 -0
  8. package/charts/Chart/index.d.ts +2 -0
  9. package/charts/Chart/index.js +1 -0
  10. package/charts/Chart/theme.d.ts +67 -0
  11. package/charts/Chart/theme.js +85 -0
  12. package/charts/LineChart/LineChart.d.ts +2 -0
  13. package/charts/LineChart/LineChart.js +76 -0
  14. package/charts/LineChart/LineChart.module.css.d.ts +2 -0
  15. package/charts/LineChart/LineChart.module.css.js +25 -0
  16. package/charts/LineChart/LineChart.module.css.json +1 -0
  17. package/charts/LineChart/LineChart.types.d.ts +38 -0
  18. package/charts/LineChart/LineChart.types.js +1 -0
  19. package/charts/LineChart/index.d.ts +2 -0
  20. package/charts/LineChart/index.js +1 -0
  21. package/charts/index.d.ts +1 -0
  22. package/charts/index.js +1 -0
  23. package/components/AppSelector/AppSelector.d.ts +5 -0
  24. package/components/AppSelector/AppSelector.js +20 -0
  25. package/components/AppSelector/AppSelector.module.css.d.ts +2 -0
  26. package/components/AppSelector/AppSelector.module.css.js +61 -0
  27. package/components/AppSelector/AppSelector.module.css.json +1 -0
  28. package/components/AppSelector/AppSelector.types.d.ts +29 -0
  29. package/components/AppSelector/AppSelector.types.js +1 -0
  30. package/components/AppSelector/index.d.ts +2 -0
  31. package/components/AppSelector/index.js +1 -0
  32. package/components/AssistantLoader/AssistantLoader.d.ts +1 -2
  33. package/components/AssistantLoader/AssistantLoader.js +7 -4
  34. package/components/AssistantLoader/AssistantLoader.module.css.js +30 -62
  35. package/components/AssistantLoader/AssistantLoader.module.css.json +1 -1
  36. package/components/AssistantLoader/AssistantLoader.types.d.ts +5 -13
  37. package/components/Button/Button.d.ts +4 -1
  38. package/components/Button/Button.js +12 -47
  39. package/components/Button/Button.module.css.js +60 -103
  40. package/components/Button/Button.module.css.json +1 -1
  41. package/components/Button/Button.types.d.ts +7 -31
  42. package/components/Chat/Chat.js +1 -3
  43. package/components/Chat/Chat.module.css.js +18 -31
  44. package/components/Chat/Chat.module.css.json +1 -1
  45. package/components/Chat/Chat.types.d.ts +3 -11
  46. package/components/Chat/components/AssistantMessage/AssistantMessage.d.ts +1 -2
  47. package/components/Chat/components/AssistantMessage/AssistantMessage.module.css.js +4 -16
  48. package/components/Chat/components/AssistantMessage/AssistantMessage.module.css.json +1 -1
  49. package/components/Chat/components/AssistantMessage/AssistantMessage.types.d.ts +3 -10
  50. package/components/Chat/components/UserMessage/UserMessage.module.css.js +9 -4
  51. package/components/Chat/components/UserMessage/UserMessage.module.css.json +1 -1
  52. package/components/Chat/components/UserMessage/UserMessage.types.d.ts +3 -11
  53. package/components/Details/Details.d.ts +1 -1
  54. package/components/Details/Details.js +2 -7
  55. package/components/Details/Details.module.css.js +57 -44
  56. package/components/Details/Details.module.css.json +1 -1
  57. package/components/Details/Details.types.d.ts +4 -51
  58. package/components/Divider/Divider.d.ts +2 -0
  59. package/components/Divider/Divider.js +6 -0
  60. package/components/Divider/Divider.module.css.d.ts +2 -0
  61. package/components/Divider/Divider.module.css.js +40 -0
  62. package/components/Divider/Divider.module.css.json +1 -0
  63. package/components/Divider/Divider.types.d.ts +11 -0
  64. package/components/Divider/Divider.types.js +1 -0
  65. package/components/Divider/index.d.ts +2 -0
  66. package/components/Divider/index.js +1 -0
  67. package/components/ErrorMessage/ErrorMessage.js +1 -1
  68. package/components/ErrorMessage/ErrorMessage.module.css.js +12 -24
  69. package/components/ErrorMessage/ErrorMessage.module.css.json +1 -1
  70. package/components/ErrorMessage/ErrorMessage.types.d.ts +3 -6
  71. package/components/Markdown/Markdown.d.ts +1 -1
  72. package/components/Markdown/Markdown.js +2 -2
  73. package/components/Markdown/Markdown.module.css.js +87 -109
  74. package/components/Markdown/Markdown.module.css.json +1 -1
  75. package/components/Markdown/Markdown.types.d.ts +1 -51
  76. package/components/Popover/Popover.d.ts +36 -0
  77. package/components/Popover/Popover.js +62 -0
  78. package/components/Popover/Popover.module.css.d.ts +2 -0
  79. package/components/Popover/Popover.module.css.js +62 -0
  80. package/components/Popover/Popover.module.css.json +1 -0
  81. package/components/Popover/Popover.types.d.ts +18 -0
  82. package/components/Popover/Popover.types.js +1 -0
  83. package/components/Popover/index.d.ts +2 -0
  84. package/components/Popover/index.js +1 -0
  85. package/components/Skeleton/Skeleton.d.ts +1 -1
  86. package/components/Skeleton/Skeleton.js +3 -2
  87. package/components/Skeleton/Skeleton.module.css.js +13 -15
  88. package/components/Skeleton/Skeleton.module.css.json +1 -1
  89. package/components/Skeleton/Skeleton.types.d.ts +5 -23
  90. package/components/TextArea/TextArea.d.ts +3 -24
  91. package/components/TextArea/TextArea.module.css.js +65 -74
  92. package/components/TextArea/TextArea.module.css.json +1 -1
  93. package/components/TextArea/TextArea.types.d.ts +2 -23
  94. package/components/TreeList/TreeList.module.css.js +7 -12
  95. package/components/TreeList/TreeList.module.css.json +1 -1
  96. package/components/TreeList/components/TreeLevelLines/TreeLevelLines.module.css.js +12 -15
  97. package/components/TreeList/components/TreeLevelLines/TreeLevelLines.module.css.json +1 -1
  98. package/components/TreeList/components/TreeNode/TreeNode.module.css.js +19 -21
  99. package/components/TreeList/components/TreeNode/TreeNode.module.css.json +1 -1
  100. package/components/index.d.ts +1 -0
  101. package/components/index.js +1 -0
  102. package/icons/AccessTime.d.ts +2 -0
  103. package/icons/AccessTime.js +6 -0
  104. package/icons/Accessibility.d.ts +2 -0
  105. package/icons/Accessibility.js +6 -0
  106. package/icons/AccountCircle.d.ts +1 -1
  107. package/icons/AccountCircle.js +2 -2
  108. package/icons/AcessConversations.d.ts +2 -0
  109. package/icons/AcessConversations.js +6 -0
  110. package/icons/ActionsMenu.d.ts +2 -0
  111. package/icons/ActionsMenu.js +6 -0
  112. package/icons/ActivateUser.d.ts +2 -0
  113. package/icons/ActivateUser.js +6 -0
  114. package/icons/Add.d.ts +1 -1
  115. package/icons/Add.js +2 -2
  116. package/icons/AddChild.d.ts +2 -0
  117. package/icons/AddChild.js +6 -0
  118. package/icons/AddCircle.d.ts +2 -0
  119. package/icons/AddCircle.js +6 -0
  120. package/icons/AddParent.d.ts +2 -0
  121. package/icons/AddParent.js +6 -0
  122. package/icons/AddSibling.d.ts +2 -0
  123. package/icons/AddSibling.js +6 -0
  124. package/icons/AdvancedProperties.d.ts +2 -0
  125. package/icons/AdvancedProperties.js +6 -0
  126. package/icons/AdvancedPropertiesClear.d.ts +2 -0
  127. package/icons/AdvancedPropertiesClear.js +6 -0
  128. package/icons/Analitycal.d.ts +2 -0
  129. package/icons/Analitycal.js +6 -0
  130. package/icons/ApiMonitor.d.ts +2 -0
  131. package/icons/ApiMonitor.js +6 -0
  132. package/icons/ApiPerformance.d.ts +2 -0
  133. package/icons/ApiPerformance.js +6 -0
  134. package/icons/ApiPerformanceStat.d.ts +2 -0
  135. package/icons/ApiPerformanceStat.js +6 -0
  136. package/icons/Applications.d.ts +2 -0
  137. package/icons/Applications.js +6 -0
  138. package/icons/ArrowBack.d.ts +1 -1
  139. package/icons/ArrowBack.js +2 -2
  140. package/icons/ArrowDownward.d.ts +2 -0
  141. package/icons/ArrowDownward.js +6 -0
  142. package/icons/ArrowDropDown.d.ts +1 -1
  143. package/icons/ArrowDropDown.js +2 -2
  144. package/icons/ArrowDropUp.d.ts +1 -1
  145. package/icons/ArrowDropUp.js +2 -2
  146. package/icons/ArrowForward.d.ts +1 -1
  147. package/icons/ArrowForward.js +2 -2
  148. package/icons/ArrowLeft.d.ts +1 -1
  149. package/icons/ArrowLeft.js +2 -2
  150. package/icons/ArrowRight.d.ts +1 -1
  151. package/icons/ArrowRight.js +2 -2
  152. package/icons/ArrowUpward.d.ts +2 -0
  153. package/icons/ArrowUpward.js +6 -0
  154. package/icons/Attachment.d.ts +1 -1
  155. package/icons/Attachment.js +2 -2
  156. package/icons/Attribute.d.ts +2 -0
  157. package/icons/Attribute.js +6 -0
  158. package/icons/Back.d.ts +2 -0
  159. package/icons/Back.js +6 -0
  160. package/icons/Calendar.d.ts +2 -0
  161. package/icons/Calendar.js +6 -0
  162. package/icons/CalendarRange.d.ts +2 -0
  163. package/icons/CalendarRange.js +6 -0
  164. package/icons/CalendarToday.d.ts +2 -0
  165. package/icons/CalendarToday.js +6 -0
  166. package/icons/Cancel.d.ts +2 -0
  167. package/icons/Cancel.js +6 -0
  168. package/icons/Chat.d.ts +1 -1
  169. package/icons/Chat.js +2 -2
  170. package/icons/Check.d.ts +1 -1
  171. package/icons/Check.js +2 -2
  172. package/icons/CheckCircle.d.ts +1 -1
  173. package/icons/CheckCircle.js +2 -2
  174. package/icons/Checkbox.d.ts +2 -0
  175. package/icons/Checkbox.js +6 -0
  176. package/icons/CheckboxFilled.d.ts +2 -0
  177. package/icons/CheckboxFilled.js +6 -0
  178. package/icons/CheckboxIndeterminate.d.ts +2 -0
  179. package/icons/CheckboxIndeterminate.js +6 -0
  180. package/icons/CheckboxIndeterminateFilled.d.ts +2 -0
  181. package/icons/CheckboxIndeterminateFilled.js +6 -0
  182. package/icons/CheckboxOutlined.d.ts +2 -0
  183. package/icons/CheckboxOutlined.js +6 -0
  184. package/icons/ChevronLeft.d.ts +1 -1
  185. package/icons/ChevronLeft.js +2 -2
  186. package/icons/ChevronRight.d.ts +1 -1
  187. package/icons/ChevronRight.js +2 -2
  188. package/icons/Cleansing.d.ts +2 -0
  189. package/icons/Cleansing.js +6 -0
  190. package/icons/Close.d.ts +1 -1
  191. package/icons/Close.js +2 -2
  192. package/icons/Colapse.d.ts +2 -0
  193. package/icons/Colapse.js +6 -0
  194. package/icons/CollapseDrawer.d.ts +2 -0
  195. package/icons/CollapseDrawer.js +6 -0
  196. package/icons/Comment.d.ts +1 -1
  197. package/icons/Comment.js +2 -2
  198. package/icons/Comments.d.ts +2 -0
  199. package/icons/Comments.js +6 -0
  200. package/icons/ComplexAttribute.d.ts +2 -0
  201. package/icons/ComplexAttribute.js +6 -0
  202. package/icons/Consolidated.d.ts +2 -0
  203. package/icons/Consolidated.js +6 -0
  204. package/icons/ContentCopy.d.ts +1 -1
  205. package/icons/ContentCopy.js +2 -2
  206. package/icons/ContentPaste.d.ts +1 -1
  207. package/icons/ContentPaste.js +2 -2
  208. package/icons/ControlAttriibute.d.ts +2 -0
  209. package/icons/ControlAttriibute.js +6 -0
  210. package/icons/Copy.d.ts +2 -0
  211. package/icons/Copy.js +6 -0
  212. package/icons/CriticalError.d.ts +2 -0
  213. package/icons/CriticalError.js +6 -0
  214. package/icons/DashboardChart.d.ts +2 -0
  215. package/icons/DashboardChart.js +6 -0
  216. package/icons/DashboardGlobal.d.ts +2 -0
  217. package/icons/DashboardGlobal.js +6 -0
  218. package/icons/DataPrep.d.ts +2 -0
  219. package/icons/DataPrep.js +6 -0
  220. package/icons/DataUpload.d.ts +2 -0
  221. package/icons/DataUpload.js +6 -0
  222. package/icons/DcrComment.d.ts +2 -0
  223. package/icons/DcrComment.js +6 -0
  224. package/icons/DeactivateUser.d.ts +2 -0
  225. package/icons/DeactivateUser.js +6 -0
  226. package/icons/Delete.d.ts +1 -1
  227. package/icons/Delete.js +2 -2
  228. package/icons/DerivedAttribute.d.ts +2 -0
  229. package/icons/DerivedAttribute.js +6 -0
  230. package/icons/Description.d.ts +1 -1
  231. package/icons/Description.js +2 -2
  232. package/icons/DesignServices.d.ts +2 -0
  233. package/icons/DesignServices.js +6 -0
  234. package/icons/Dev.d.ts +2 -0
  235. package/icons/Dev.js +6 -0
  236. package/icons/Done.d.ts +2 -0
  237. package/icons/Done.js +6 -0
  238. package/icons/Down.d.ts +2 -0
  239. package/icons/Down.js +6 -0
  240. package/icons/Download.d.ts +1 -1
  241. package/icons/Download.js +2 -2
  242. package/icons/Draft.d.ts +2 -0
  243. package/icons/Draft.js +6 -0
  244. package/icons/Drag.d.ts +2 -0
  245. package/icons/Drag.js +6 -0
  246. package/icons/DragHoriz.d.ts +2 -0
  247. package/icons/DragHoriz.js +6 -0
  248. package/icons/DuplicateGroup.d.ts +2 -0
  249. package/icons/DuplicateGroup.js +6 -0
  250. package/icons/DuplicateJob.d.ts +2 -0
  251. package/icons/DuplicateJob.js +6 -0
  252. package/icons/DuplicateRole.d.ts +2 -0
  253. package/icons/DuplicateRole.js +6 -0
  254. package/icons/Duration.d.ts +2 -0
  255. package/icons/Duration.js +6 -0
  256. package/icons/Edit.d.ts +1 -1
  257. package/icons/Edit.js +2 -2
  258. package/icons/EditSchedule.d.ts +2 -0
  259. package/icons/EditSchedule.js +6 -0
  260. package/icons/Email.d.ts +1 -1
  261. package/icons/Email.js +2 -2
  262. package/icons/EndDate.d.ts +2 -0
  263. package/icons/EndDate.js +6 -0
  264. package/icons/EndDateFlag.d.ts +2 -0
  265. package/icons/EndDateFlag.js +6 -0
  266. package/icons/Error.d.ts +2 -0
  267. package/icons/Error.js +6 -0
  268. package/icons/ErrorCircle.d.ts +1 -1
  269. package/icons/ErrorCircle.js +2 -2
  270. package/icons/Event.d.ts +2 -0
  271. package/icons/Event.js +6 -0
  272. package/icons/Expand.d.ts +2 -0
  273. package/icons/Expand.js +6 -0
  274. package/icons/ExpandLess.d.ts +1 -1
  275. package/icons/ExpandLess.js +2 -2
  276. package/icons/ExpandMore.d.ts +1 -1
  277. package/icons/ExpandMore.js +2 -2
  278. package/icons/Explore.d.ts +2 -0
  279. package/icons/Explore.js +6 -0
  280. package/icons/Favorite.d.ts +2 -0
  281. package/icons/Favorite.js +6 -0
  282. package/icons/File.d.ts +2 -0
  283. package/icons/File.js +6 -0
  284. package/icons/FilterAdd.d.ts +2 -0
  285. package/icons/FilterAdd.js +6 -0
  286. package/icons/FilterClear.d.ts +2 -0
  287. package/icons/FilterClear.js +6 -0
  288. package/icons/FilterList.d.ts +1 -1
  289. package/icons/FilterList.js +2 -2
  290. package/icons/FilterSelect.d.ts +2 -0
  291. package/icons/FilterSelect.js +6 -0
  292. package/icons/FindMatch.d.ts +2 -0
  293. package/icons/FindMatch.js +6 -0
  294. package/icons/Flag.d.ts +2 -0
  295. package/icons/Flag.js +6 -0
  296. package/icons/Folder.d.ts +1 -1
  297. package/icons/Folder.js +2 -2
  298. package/icons/FolderOpen.d.ts +2 -0
  299. package/icons/FolderOpen.js +6 -0
  300. package/icons/FolderSelected.d.ts +2 -0
  301. package/icons/FolderSelected.js +6 -0
  302. package/icons/ForamteListNumbered.d.ts +2 -0
  303. package/icons/ForamteListNumbered.js +6 -0
  304. package/icons/FormatBold.d.ts +2 -0
  305. package/icons/FormatBold.js +6 -0
  306. package/icons/FormatItalics.d.ts +2 -0
  307. package/icons/FormatItalics.js +6 -0
  308. package/icons/FormatUnderline.d.ts +2 -0
  309. package/icons/FormatUnderline.js +6 -0
  310. package/icons/FormateListPoints.d.ts +2 -0
  311. package/icons/FormateListPoints.js +6 -0
  312. package/icons/Fullscreen.d.ts +2 -0
  313. package/icons/Fullscreen.js +6 -0
  314. package/icons/FullscreenExit.d.ts +2 -0
  315. package/icons/FullscreenExit.js +6 -0
  316. package/icons/Group.d.ts +2 -0
  317. package/icons/Group.js +6 -0
  318. package/icons/Help.d.ts +1 -1
  319. package/icons/Help.js +2 -2
  320. package/icons/History.d.ts +2 -0
  321. package/icons/History.js +6 -0
  322. package/icons/Hyperink.d.ts +2 -0
  323. package/icons/Hyperink.js +6 -0
  324. package/icons/Icon.module.css.js +27 -40
  325. package/icons/Icon.module.css.json +1 -1
  326. package/icons/Icon.types.d.ts +3 -9
  327. package/icons/Indicator.d.ts +2 -0
  328. package/icons/Indicator.js +6 -0
  329. package/icons/Info.d.ts +1 -1
  330. package/icons/Info.js +2 -2
  331. package/icons/Inheritance.d.ts +2 -0
  332. package/icons/Inheritance.js +6 -0
  333. package/icons/KeyId.d.ts +2 -0
  334. package/icons/KeyId.js +6 -0
  335. package/icons/KeyboardArrowDown.d.ts +1 -1
  336. package/icons/KeyboardArrowDown.js +2 -2
  337. package/icons/KeyboardArrowLeft.d.ts +2 -0
  338. package/icons/KeyboardArrowLeft.js +6 -0
  339. package/icons/KeyboardArrowRight.d.ts +2 -0
  340. package/icons/KeyboardArrowRight.js +6 -0
  341. package/icons/KeyboardArrowUp.d.ts +1 -1
  342. package/icons/KeyboardArrowUp.js +2 -2
  343. package/icons/Lightbulb.d.ts +2 -0
  344. package/icons/Lightbulb.js +6 -0
  345. package/icons/Link.d.ts +2 -0
  346. package/icons/Link.js +6 -0
  347. package/icons/LocationOn.d.ts +2 -0
  348. package/icons/LocationOn.js +6 -0
  349. package/icons/Lock.d.ts +2 -0
  350. package/icons/Lock.js +6 -0
  351. package/icons/LockOpen.d.ts +2 -0
  352. package/icons/LockOpen.js +6 -0
  353. package/icons/Login.d.ts +2 -0
  354. package/icons/Login.js +6 -0
  355. package/icons/Logout.d.ts +1 -1
  356. package/icons/Logout.js +2 -2
  357. package/icons/LookupType.d.ts +2 -0
  358. package/icons/LookupType.js +6 -0
  359. package/icons/LostMerge.d.ts +2 -0
  360. package/icons/LostMerge.js +6 -0
  361. package/icons/ManageAgent.d.ts +2 -0
  362. package/icons/ManageAgent.js +6 -0
  363. package/icons/MatchRule.d.ts +2 -0
  364. package/icons/MatchRule.js +6 -0
  365. package/icons/Menu.d.ts +1 -1
  366. package/icons/Menu.js +2 -2
  367. package/icons/Merge.d.ts +2 -0
  368. package/icons/Merge.js +6 -0
  369. package/icons/Mic.d.ts +2 -0
  370. package/icons/Mic.js +6 -0
  371. package/icons/MlModel.d.ts +2 -0
  372. package/icons/MlModel.js +6 -0
  373. package/icons/MoreHoriz.d.ts +2 -0
  374. package/icons/MoreHoriz.js +6 -0
  375. package/icons/MoreVert.d.ts +2 -0
  376. package/icons/MoreVert.js +6 -0
  377. package/icons/Move.d.ts +2 -0
  378. package/icons/Move.js +6 -0
  379. package/icons/NestedAttribute.d.ts +2 -0
  380. package/icons/NestedAttribute.js +6 -0
  381. package/icons/NetworkNode.d.ts +2 -0
  382. package/icons/NetworkNode.js +6 -0
  383. package/icons/Next.d.ts +2 -0
  384. package/icons/Next.js +6 -0
  385. package/icons/NotAMatch.d.ts +2 -0
  386. package/icons/NotAMatch.js +6 -0
  387. package/icons/NotMatched.d.ts +2 -0
  388. package/icons/NotMatched.js +6 -0
  389. package/icons/NotMatchesSet.d.ts +2 -0
  390. package/icons/NotMatchesSet.js +6 -0
  391. package/icons/NotificationManagement.d.ts +2 -0
  392. package/icons/NotificationManagement.js +6 -0
  393. package/icons/Notifications.d.ts +1 -1
  394. package/icons/Notifications.js +2 -2
  395. package/icons/NotificationsActive.d.ts +2 -0
  396. package/icons/NotificationsActive.js +6 -0
  397. package/icons/OpenDrawer.d.ts +2 -0
  398. package/icons/OpenDrawer.js +6 -0
  399. package/icons/OvMarker.d.ts +2 -0
  400. package/icons/OvMarker.js +6 -0
  401. package/icons/PasswordExpired.d.ts +2 -0
  402. package/icons/PasswordExpired.js +6 -0
  403. package/icons/Pause.d.ts +2 -0
  404. package/icons/Pause.js +6 -0
  405. package/icons/People.d.ts +1 -1
  406. package/icons/People.js +2 -2
  407. package/icons/PermIdentity.d.ts +2 -0
  408. package/icons/PermIdentity.js +6 -0
  409. package/icons/Person.d.ts +1 -1
  410. package/icons/Person.js +2 -2
  411. package/icons/Pin.d.ts +2 -0
  412. package/icons/Pin.js +6 -0
  413. package/icons/Play.d.ts +2 -0
  414. package/icons/Play.js +6 -0
  415. package/icons/Poll.d.ts +2 -0
  416. package/icons/Poll.js +6 -0
  417. package/icons/PotentialMatches.d.ts +2 -0
  418. package/icons/PotentialMatches.js +6 -0
  419. package/icons/Profile.d.ts +2 -0
  420. package/icons/Profile.js +6 -0
  421. package/icons/Profiles.d.ts +2 -0
  422. package/icons/Profiles.js +6 -0
  423. package/icons/QueryBuilder.d.ts +2 -0
  424. package/icons/QueryBuilder.js +6 -0
  425. package/icons/RadioChecked.d.ts +2 -0
  426. package/icons/RadioChecked.js +6 -0
  427. package/icons/RadioUnchecked.d.ts +2 -0
  428. package/icons/RadioUnchecked.js +6 -0
  429. package/icons/Recommend.d.ts +2 -0
  430. package/icons/Recommend.js +6 -0
  431. package/icons/Recommended.d.ts +2 -0
  432. package/icons/Recommended.js +6 -0
  433. package/icons/ReferenceProfile.d.ts +2 -0
  434. package/icons/ReferenceProfile.js +6 -0
  435. package/icons/Refresh.d.ts +1 -1
  436. package/icons/Refresh.js +2 -2
  437. package/icons/RefreshDate.d.ts +2 -0
  438. package/icons/RefreshDate.js +6 -0
  439. package/icons/RelationsView.d.ts +2 -0
  440. package/icons/RelationsView.js +6 -0
  441. package/icons/Remove.d.ts +1 -1
  442. package/icons/Remove.js +2 -2
  443. package/icons/RemoveCircle.d.ts +2 -0
  444. package/icons/RemoveCircle.js +6 -0
  445. package/icons/Replay.d.ts +2 -0
  446. package/icons/Replay.js +6 -0
  447. package/icons/Required.d.ts +2 -0
  448. package/icons/Required.js +6 -0
  449. package/icons/RequiredOff.d.ts +2 -0
  450. package/icons/RequiredOff.js +6 -0
  451. package/icons/Reset.d.ts +2 -0
  452. package/icons/Reset.js +6 -0
  453. package/icons/ResetPassword.d.ts +2 -0
  454. package/icons/ResetPassword.js +6 -0
  455. package/icons/ResizeFacetSize.d.ts +2 -0
  456. package/icons/ResizeFacetSize.js +6 -0
  457. package/icons/Resume.d.ts +2 -0
  458. package/icons/Resume.js +6 -0
  459. package/icons/Review.d.ts +2 -0
  460. package/icons/Review.js +6 -0
  461. package/icons/Roles.d.ts +2 -0
  462. package/icons/Roles.js +6 -0
  463. package/icons/Save.d.ts +1 -1
  464. package/icons/Save.js +2 -2
  465. package/icons/Scope.d.ts +2 -0
  466. package/icons/Scope.js +6 -0
  467. package/icons/Search.d.ts +1 -1
  468. package/icons/Search.js +2 -2
  469. package/icons/SearchConnections.d.ts +2 -0
  470. package/icons/SearchConnections.js +6 -0
  471. package/icons/SearchGlobal.d.ts +2 -0
  472. package/icons/SearchGlobal.js +6 -0
  473. package/icons/Segments.d.ts +2 -0
  474. package/icons/Segments.js +6 -0
  475. package/icons/SelectedNode.d.ts +2 -0
  476. package/icons/SelectedNode.js +6 -0
  477. package/icons/Send.d.ts +2 -0
  478. package/icons/Send.js +6 -0
  479. package/icons/Settings.d.ts +1 -1
  480. package/icons/Settings.js +2 -2
  481. package/icons/Share.d.ts +1 -1
  482. package/icons/Share.js +2 -2
  483. package/icons/ShoppingCart.d.ts +2 -0
  484. package/icons/ShoppingCart.js +6 -0
  485. package/icons/ShowGraph.d.ts +2 -0
  486. package/icons/ShowGraph.js +6 -0
  487. package/icons/ShowPanel.d.ts +2 -0
  488. package/icons/ShowPanel.js +6 -0
  489. package/icons/ShowhideColumns.d.ts +2 -0
  490. package/icons/ShowhideColumns.js +6 -0
  491. package/icons/SideNav.d.ts +2 -0
  492. package/icons/SideNav.js +6 -0
  493. package/icons/SimpleAttribute.d.ts +2 -0
  494. package/icons/SimpleAttribute.js +6 -0
  495. package/icons/Sort.d.ts +1 -1
  496. package/icons/Sort.js +2 -2
  497. package/icons/Sorting.d.ts +2 -0
  498. package/icons/Sorting.js +6 -0
  499. package/icons/Split.d.ts +2 -0
  500. package/icons/Split.js +6 -0
  501. package/icons/Star.d.ts +2 -0
  502. package/icons/Star.js +6 -0
  503. package/icons/StarSelected.d.ts +2 -0
  504. package/icons/StarSelected.js +6 -0
  505. package/icons/StartDate.d.ts +2 -0
  506. package/icons/StartDate.js +6 -0
  507. package/icons/StopJob.d.ts +2 -0
  508. package/icons/StopJob.js +6 -0
  509. package/icons/Style.d.ts +2 -0
  510. package/icons/Style.js +6 -0
  511. package/icons/Suggest.d.ts +2 -0
  512. package/icons/Suggest.js +6 -0
  513. package/icons/Survivorship.d.ts +2 -0
  514. package/icons/Survivorship.js +6 -0
  515. package/icons/Sync.d.ts +2 -0
  516. package/icons/Sync.js +6 -0
  517. package/icons/TaskList.d.ts +2 -0
  518. package/icons/TaskList.js +6 -0
  519. package/icons/ThumbDown.d.ts +2 -0
  520. package/icons/ThumbDown.js +6 -0
  521. package/icons/ThumbUp.d.ts +2 -0
  522. package/icons/ThumbUp.js +6 -0
  523. package/icons/Today.d.ts +2 -0
  524. package/icons/Today.js +6 -0
  525. package/icons/Training.d.ts +2 -0
  526. package/icons/Training.js +6 -0
  527. package/icons/TrainingBulb.d.ts +2 -0
  528. package/icons/TrainingBulb.js +6 -0
  529. package/icons/TrainingBulbReady.d.ts +2 -0
  530. package/icons/TrainingBulbReady.js +6 -0
  531. package/icons/TrainingContinue.d.ts +2 -0
  532. package/icons/TrainingContinue.js +6 -0
  533. package/icons/TrainingReady.d.ts +2 -0
  534. package/icons/TrainingReady.js +6 -0
  535. package/icons/Transform.d.ts +2 -0
  536. package/icons/Transform.js +6 -0
  537. package/icons/Tune.d.ts +2 -0
  538. package/icons/Tune.js +6 -0
  539. package/icons/Unmerge.d.ts +2 -0
  540. package/icons/Unmerge.js +6 -0
  541. package/icons/Unpublish.d.ts +2 -0
  542. package/icons/Unpublish.js +6 -0
  543. package/icons/Unshare.d.ts +2 -0
  544. package/icons/Unshare.js +6 -0
  545. package/icons/Up.d.ts +2 -0
  546. package/icons/Up.js +6 -0
  547. package/icons/Upload.d.ts +1 -1
  548. package/icons/Upload.js +2 -2
  549. package/icons/UsageApp.d.ts +2 -0
  550. package/icons/UsageApp.js +6 -0
  551. package/icons/Users.d.ts +2 -0
  552. package/icons/Users.js +6 -0
  553. package/icons/VerticalAlign.d.ts +2 -0
  554. package/icons/VerticalAlign.js +6 -0
  555. package/icons/ViewCards.d.ts +2 -0
  556. package/icons/ViewCards.js +6 -0
  557. package/icons/ViewChart.d.ts +2 -0
  558. package/icons/ViewChart.js +6 -0
  559. package/icons/ViewColumn.d.ts +2 -0
  560. package/icons/ViewColumn.js +6 -0
  561. package/icons/ViewHierarchy.d.ts +2 -0
  562. package/icons/ViewHierarchy.js +6 -0
  563. package/icons/ViewList.d.ts +2 -0
  564. package/icons/ViewList.js +6 -0
  565. package/icons/ViewMap.d.ts +2 -0
  566. package/icons/ViewMap.js +6 -0
  567. package/icons/ViewTable.d.ts +2 -0
  568. package/icons/ViewTable.js +6 -0
  569. package/icons/Visibility.d.ts +1 -1
  570. package/icons/Visibility.js +2 -2
  571. package/icons/VisibilityOff.d.ts +1 -1
  572. package/icons/VisibilityOff.js +2 -2
  573. package/icons/Warning.d.ts +1 -1
  574. package/icons/Warning.js +2 -2
  575. package/icons/Working.d.ts +2 -0
  576. package/icons/Working.js +6 -0
  577. package/icons/index.d.ts +189 -2
  578. package/icons/index.js +377 -3
  579. package/package.json +2 -8
  580. package/packages/design/charts.d.ts +1 -0
  581. package/packages/design/charts.js +1 -0
  582. package/packages/design/icons.d.ts +1 -0
  583. package/packages/design/icons.js +1 -0
  584. package/packages/design/utils.d.ts +1 -0
  585. package/packages/design/utils.js +1 -0
  586. package/utils/classNames.d.ts +5 -3
  587. package/utils/classNames.js +6 -6
  588. package/utils/index.d.ts +2 -0
  589. package/utils/index.js +2 -0
  590. package/utils/types.d.ts +11 -0
  591. package/utils/types.js +1 -0
  592. /package/packages/design/{index.d.ts → components.d.ts} +0 -0
  593. /package/packages/design/{index.js → components.js} +0 -0
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "./Icon.types";
2
+ export declare const DuplicateJob: ({ size, color, className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { classNames } from "../utils/classNames";
3
+ import styles from "./Icon.module.css";
4
+ export const DuplicateJob = ({ size = "medium", color = "inherited", className, ...props }) => {
5
+ return (_jsx("svg", { className: classNames(styles.root, styles[size], styles[color], className), viewBox: "0 0 21 21", fill: "currentColor", ...props, children: _jsx("path", { d: "M2.5 2.8075C2.50007 2.7306 2.53259 2.66048 2.59668 2.59656C2.66063 2.53247 2.7307 2.49991 2.80762 2.49988H15.6924V0.999878H2.80762C2.30254 0.999908 1.87535 1.17534 1.52539 1.52527C1.17545 1.87521 1.00006 2.30244 1 2.8075V15.6923H2.5V2.8075ZM18.5 20.4999C19.6046 20.4999 20.5 19.6044 20.5 18.4999V6.49988C20.5 5.39531 19.6046 4.49988 18.5 4.49988H6.5C5.39543 4.49988 4.5 5.39531 4.5 6.49988V18.4999C4.5 19.6044 5.39543 20.4999 6.5 20.4999H18.5ZM6.5 18.9999C6.22386 18.9999 6 18.776 6 18.4999V6.49988C6 6.22374 6.22386 5.99988 6.5 5.99988H18.5C18.7761 5.99988 19 6.22374 19 6.49988V18.4999C19 18.776 18.7761 18.9999 18.5 18.9999H6.5ZM13.4531 15.6649C13.7429 15.5816 13.993 15.4831 14.2031 15.369C14.4134 15.255 14.6198 15.1021 14.8223 14.911L16.1377 15.3612L16.8594 14.1425L15.8145 13.2577C15.8863 12.9604 15.9229 12.6791 15.9229 12.4149C15.9228 12.1509 15.8862 11.8703 15.8145 11.5731L16.8594 10.6884L16.1377 9.46863L14.8223 9.91882C14.6199 9.7278 14.4133 9.57574 14.2031 9.46179C13.993 9.34763 13.743 9.24825 13.4531 9.16492L13.2109 7.79968H11.7881L11.5459 9.16492C11.2561 9.24825 11.0061 9.34763 10.7959 9.46179C10.5857 9.57574 10.3791 9.7278 10.1768 9.91882L8.86133 9.46863L8.13965 10.6884L9.18457 11.5731C9.11279 11.8703 9.07619 12.1509 9.07617 12.4149C9.07617 12.6791 9.11274 12.9604 9.18457 13.2577L8.13965 14.1425L8.86133 15.3612L10.1768 14.911C10.3792 15.1021 10.5856 15.255 10.7959 15.369C11.006 15.4831 11.2562 15.5816 11.5459 15.6649L11.7881 17.0302H13.2109L13.4531 15.6649ZM12.5 14.4149C11.9501 14.4149 11.4785 14.2196 11.0869 13.828C10.6952 13.4363 10.5 12.9649 10.5 12.4149C10.5 11.8651 10.6954 11.3944 11.0869 11.0028C11.4786 10.6111 11.95 10.4149 12.5 10.4149C13.0498 10.415 13.5206 10.6113 13.9121 11.0028C14.3036 11.3944 14.5 11.8651 14.5 12.4149C14.5 12.9649 14.3038 13.4363 13.9121 13.828C13.5206 14.2194 13.0497 14.4148 12.5 14.4149Z" }) }));
6
+ };
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "./Icon.types";
2
+ export declare const DuplicateRole: ({ size, color, className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { classNames } from "../utils/classNames";
3
+ import styles from "./Icon.module.css";
4
+ export const DuplicateRole = ({ size = "medium", color = "inherited", className, ...props }) => {
5
+ return (_jsx("svg", { className: classNames(styles.root, styles[size], styles[color], className), viewBox: "0 0 21 21", fill: "currentColor", ...props, children: _jsx("path", { d: "M2.5 2.8075C2.50007 2.7306 2.53259 2.66048 2.59668 2.59656C2.66063 2.53247 2.7307 2.49991 2.80762 2.49988H15.6924V0.999878H2.80762C2.30254 0.999908 1.87535 1.17534 1.52539 1.52527C1.17545 1.87521 1.00006 2.30244 1 2.8075V15.6923H2.5V2.8075ZM18.5 20.4999C19.6046 20.4999 20.5 19.6044 20.5 18.4999V6.49988C20.5 5.39531 19.6046 4.49988 18.5 4.49988H6.5C5.39543 4.49988 4.5 5.39531 4.5 6.49988V18.4999C4.5 19.6044 5.39543 20.4999 6.5 20.4999H18.5ZM6.5 18.9999C6.22386 18.9999 6 18.776 6 18.4999V6.49988C6 6.22374 6.22386 5.99988 6.5 5.99988H18.5C18.7761 5.99988 19 6.22374 19 6.49988V18.4999C19 18.776 18.7761 18.9999 18.5 18.9999H6.5ZM14.8174 16.746L13.4902 15.4159L14.8174 14.0868L13.7119 12.9803C14.2912 12.756 14.7679 12.3876 15.1416 11.8749C15.5152 11.3621 15.7021 10.7729 15.7021 10.1073C15.7021 9.24913 15.4 8.5167 14.7969 7.91003C14.1936 7.30361 13.4631 6.99988 12.6055 6.99988C11.7478 6.99994 11.0154 7.30377 10.4092 7.91003C9.80315 8.51623 9.50006 9.24797 9.5 10.1053C9.5 10.8093 9.706 11.4325 10.1182 11.9735C10.5305 12.5144 11.0631 12.8803 11.7148 13.0721V17.1903L13.0479 18.5194L14.8174 16.746ZM12.6055 10.5477C12.3608 10.5477 12.1502 10.4606 11.9746 10.285C11.799 10.1094 11.712 9.89888 11.7119 9.65417C11.7119 9.40951 11.7992 9.20063 11.9746 9.0282C12.1502 8.85576 12.3608 8.76948 12.6055 8.76941C12.8505 8.76941 13.0591 8.8557 13.2314 9.0282C13.4039 9.2007 13.4902 9.40935 13.4902 9.65417C13.4902 9.89888 13.4039 10.1094 13.2314 10.285C13.0592 10.4605 12.8503 10.5477 12.6055 10.5477Z" }) }));
6
+ };
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "./Icon.types";
2
+ export declare const Duration: ({ size, color, className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { classNames } from "../utils/classNames";
3
+ import styles from "./Icon.module.css";
4
+ export const Duration = ({ size = "medium", color = "inherited", className, ...props }) => {
5
+ return (_jsx("svg", { className: classNames(styles.root, styles[size], styles[color], className), viewBox: "0 0 20 20", fill: "currentColor", ...props, children: _jsx("path", { d: "M5.90375 18H14.0962V15C14.0962 13.8615 13.6982 12.8877 12.902 12.0787C12.1058 11.2697 11.1385 10.8652 10 10.8652C8.8615 10.8652 7.89417 11.2697 7.098 12.0787C6.30183 12.8877 5.90375 13.8615 5.90375 15V18ZM10 9.13475C11.1385 9.13475 12.1058 8.73025 12.902 7.92125C13.6982 7.11225 14.0962 6.1385 14.0962 5V2H5.90375V5C5.90375 6.1385 6.30183 7.11225 7.098 7.92125C7.89417 8.73025 8.8615 9.13475 10 9.13475ZM2.5 19.5V18H4.404V15C4.404 13.8743 4.712 12.8497 5.328 11.926C5.944 11.0022 6.76033 10.3602 7.777 10C6.76033 9.63333 5.944 8.98975 5.328 8.06925C4.712 7.14875 4.404 6.12567 4.404 5V2H2.5V0.5H17.5V2H15.596V5C15.596 6.12567 15.288 7.14875 14.672 8.06925C14.056 8.98975 13.2397 9.63333 12.223 10C13.2397 10.3602 14.056 11.0022 14.672 11.926C15.288 12.8497 15.596 13.8743 15.596 15V18H17.5V19.5H2.5Z" }) }));
6
+ };
package/icons/Edit.d.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  import type { IconProps } from "./Icon.types";
2
- export declare const Edit: ({ size, color, className, style, "aria-label": ariaLabel, }: IconProps) => import("react/jsx-runtime").JSX.Element;
2
+ export declare const Edit: ({ size, color, className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
package/icons/Edit.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import { classNames } from "../utils/classNames";
3
3
  import styles from "./Icon.module.css";
4
- export const Edit = ({ size = "medium", color = "inherited", className, style, "aria-label": ariaLabel, }) => {
5
- return (_jsx("svg", { className: classNames(styles.root, styles[size], styles[color], className), style: style, viewBox: "0 -960 960 960", "aria-hidden": !ariaLabel, "aria-label": ariaLabel, role: ariaLabel ? "img" : undefined, children: _jsx("path", { d: "M200-200h57l391-391-57-57-391 391v57Zm-80 80v-170l528-527q12-11 26.5-17t30.5-6q16 0 31 6t26 18l55 56q12 11 17.5 26t5.5 30q0 16-5.5 30.5T817-647L290-120H120Zm640-584-56-56 56 56Zm-141 85-28-29 57 57-29-28Z" }) }));
4
+ export const Edit = ({ size = "medium", color = "inherited", className, ...props }) => {
5
+ return (_jsx("svg", { className: classNames(styles.root, styles[size], styles[color], className), viewBox: "0 0 20 20", fill: "currentColor", ...props, children: _jsx("path", { d: "M3 17H4.2615L14.498 6.7635L13.2365 5.502L3 15.7385V17ZM1.5 18.5V15.1155L14.6905 1.93075C14.8417 1.79342 15.0086 1.68733 15.1913 1.6125C15.3741 1.5375 15.5658 1.5 15.7663 1.5C15.9668 1.5 16.1609 1.53558 16.3488 1.60675C16.5367 1.67792 16.7032 1.79108 16.848 1.94625L18.0693 3.18275C18.2244 3.32758 18.335 3.49425 18.401 3.68275C18.467 3.87125 18.5 4.05975 18.5 4.24825C18.5 4.44942 18.4657 4.64133 18.397 4.824C18.3283 5.00683 18.2191 5.17383 18.0693 5.325L4.8845 18.5H1.5ZM13.8562 6.14375L13.2365 5.502L14.498 6.7635L13.8562 6.14375Z" }) }));
6
6
  };
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "./Icon.types";
2
+ export declare const EditSchedule: ({ size, color, className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { classNames } from "../utils/classNames";
3
+ import styles from "./Icon.module.css";
4
+ export const EditSchedule = ({ size = "medium", color = "inherited", className, ...props }) => {
5
+ return (_jsx("svg", { className: classNames(styles.root, styles[size], styles[color], className), viewBox: "0 0 21 20", fill: "currentColor", ...props, children: _jsx("path", { d: "M3.30775 19.5C2.80258 19.5 2.375 19.325 2.025 18.975C1.675 18.625 1.5 18.1974 1.5 17.6922V4.30773C1.5 3.80257 1.675 3.37498 2.025 3.02498C2.375 2.67498 2.80258 2.49998 3.30775 2.49998H4.69225V0.384735H6.23075V2.49998H13.8077V0.384735H15.3077V2.49998H16.6923C17.1974 2.49998 17.625 2.67498 17.975 3.02498C18.325 3.37498 18.5 3.80257 18.5 4.30773V9.30773H17V8.30773H3V17.6922C3 17.7692 3.03208 17.8397 3.09625 17.9037C3.16025 17.9679 3.23075 18 3.30775 18H9.923V19.5H3.30775ZM3 6.80773H17V4.30773C17 4.23073 16.9679 4.16023 16.9038 4.09623C16.8398 4.03207 16.7692 3.99998 16.6923 3.99998H3.30775C3.23075 3.99998 3.16025 4.03207 3.09625 4.09623C3.03208 4.16023 3 4.23073 3 4.30773V6.80773ZM12.1155 19.5V16.8577L17.5443 11.4537C17.6686 11.3294 17.8032 11.2419 17.948 11.1912C18.0928 11.1407 18.2377 11.1155 18.3827 11.1155C18.5378 11.1155 18.6893 11.1449 18.8375 11.2037C18.9855 11.2627 19.1185 11.3512 19.2365 11.4692L20.1615 12.4037C20.2692 12.5282 20.3525 12.6629 20.4115 12.8077C20.4705 12.9526 20.5 13.0974 20.5 13.2422C20.5 13.3871 20.4731 13.5345 20.4193 13.6845C20.3654 13.8345 20.2795 13.9717 20.1615 14.096L14.7578 19.5H12.1155ZM13.3077 18.3077H14.2578L17.5038 15.046L17.0443 14.571L16.5788 14.102L13.3077 17.3577V18.3077ZM17.0443 14.571L16.5788 14.102L17.5038 15.046L17.0443 14.571Z" }) }));
6
+ };
package/icons/Email.d.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  import type { IconProps } from "./Icon.types";
2
- export declare const Email: ({ size, color, className, style, "aria-label": ariaLabel, }: IconProps) => import("react/jsx-runtime").JSX.Element;
2
+ export declare const Email: ({ size, color, className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
package/icons/Email.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import { classNames } from "../utils/classNames";
3
3
  import styles from "./Icon.module.css";
4
- export const Email = ({ size = "medium", color = "inherited", className, style, "aria-label": ariaLabel, }) => {
5
- return (_jsx("svg", { className: classNames(styles.root, styles[size], styles[color], className), style: style, viewBox: "0 -960 960 960", "aria-hidden": !ariaLabel, "aria-label": ariaLabel, role: ariaLabel ? "img" : undefined, children: _jsx("path", { d: "M160-160q-33 0-56.5-23.5T80-240v-480q0-33 23.5-56.5T160-800h640q33 0 56.5 23.5T880-720v480q0 33-23.5 56.5T800-160H160Zm320-280L160-640v400h640v-400L480-440Zm0-80 320-200H160l320 200ZM160-640v-80 480-400Z" }) }));
4
+ export const Email = ({ size = "medium", color = "inherited", className, ...props }) => {
5
+ return (_jsx("svg", { className: classNames(styles.root, styles[size], styles[color], className), viewBox: "0 -960 960 960", fill: "currentColor", ...props, children: _jsx("path", { d: "M160-160q-33 0-56.5-23.5T80-240v-480q0-33 23.5-56.5T160-800h640q33 0 56.5 23.5T880-720v480q0 33-23.5 56.5T800-160H160Zm320-280L160-640v400h640v-400L480-440Zm0-80 320-200H160l320 200ZM160-640v-80 480-400Z" }) }));
6
6
  };
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "./Icon.types";
2
+ export declare const EndDate: ({ size, color, className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { classNames } from "../utils/classNames";
3
+ import styles from "./Icon.module.css";
4
+ export const EndDate = ({ size = "medium", color = "inherited", className, ...props }) => {
5
+ return (_jsx("svg", { className: classNames(styles.root, styles[size], styles[color], className), viewBox: "0 0 20 20", fill: "currentColor", ...props, children: _jsx("path", { d: "M19 20H13V14H19V20ZM6.23047 2.5H13.8076V0.384766H15.3076V2.5H16.6924C17.1975 2.50003 17.6246 2.67543 17.9746 3.02539C18.3246 3.37536 18.5 3.80252 18.5 4.30762V12H17V8.30762H3V17.6924C3.00003 17.7693 3.03255 17.8394 3.09668 17.9033C3.16064 17.9674 3.23067 18 3.30762 18H11V19.5H3.30762C2.80251 19.5 2.37536 19.3246 2.02539 18.9746C1.67542 18.6246 1.50003 18.1975 1.5 17.6924V4.30762C1.50003 3.80252 1.67542 3.37536 2.02539 3.02539C2.37536 2.67543 2.80251 2.50003 3.30762 2.5H4.69238V0.384766H6.23047V2.5ZM3.30762 4C3.23067 4.00004 3.16064 4.03255 3.09668 4.09668C3.03255 4.16064 3.00004 4.23067 3 4.30762V6.80762H17V4.30762C17 4.23067 16.9674 4.16064 16.9033 4.09668C16.8394 4.03255 16.7693 4.00004 16.6924 4H3.30762Z" }) }));
6
+ };
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "./Icon.types";
2
+ export declare const EndDateFlag: ({ size, color, className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { classNames } from "../utils/classNames";
3
+ import styles from "./Icon.module.css";
4
+ export const EndDateFlag = ({ size = "medium", color = "inherited", className, ...props }) => {
5
+ return (_jsx("svg", { className: classNames(styles.root, styles[size], styles[color], className), viewBox: "0 0 20 20", fill: "currentColor", ...props, children: _jsx("path", { d: "M3.5 18.75V2.5H11.596L11.996 4.5H17.5V13.5H11.404L11.004 11.5H5V18.75H3.5ZM12.65 12H16V6H10.75L10.35 4H5V10H12.25L12.65 12Z" }) }));
6
+ };
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "./Icon.types";
2
+ export declare const Error: ({ size, color, className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
package/icons/Error.js ADDED
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { classNames } from "../utils/classNames";
3
+ import styles from "./Icon.module.css";
4
+ export const Error = ({ size = "medium", color = "inherited", className, ...props }) => {
5
+ return (_jsx("svg", { className: classNames(styles.root, styles[size], styles[color], className), viewBox: "0 0 20 20", fill: "currentColor", ...props, children: _jsx("path", { d: "M10 14.7308C10.2288 14.7308 10.4207 14.6533 10.5755 14.4985C10.7303 14.3437 10.8077 14.1518 10.8077 13.923C10.8077 13.6942 10.7303 13.5023 10.5755 13.3475C10.4207 13.1928 10.2288 13.1155 10 13.1155C9.77117 13.1155 9.57933 13.1928 9.4245 13.3475C9.26967 13.5023 9.19225 13.6942 9.19225 13.923C9.19225 14.1518 9.26967 14.3437 9.4245 14.4985C9.57933 14.6533 9.77117 14.7308 10 14.7308ZM9.25 11.077H10.75V5.077H9.25V11.077ZM10.0017 19.5C8.68775 19.5 7.45267 19.2507 6.2965 18.752C5.14033 18.2533 4.13467 17.5766 3.2795 16.7218C2.42433 15.8669 1.74725 14.8617 1.24825 13.706C0.749417 12.5503 0.5 11.3156 0.5 10.0017C0.5 8.68775 0.749333 7.45267 1.248 6.2965C1.74667 5.14033 2.42342 4.13467 3.27825 3.2795C4.13308 2.42433 5.13833 1.74725 6.294 1.24825C7.44967 0.749417 8.68442 0.5 9.99825 0.5C11.3123 0.5 12.5473 0.749333 13.7035 1.248C14.8597 1.74667 15.8653 2.42342 16.7205 3.27825C17.5757 4.13308 18.2528 5.13833 18.7518 6.294C19.2506 7.44967 19.5 8.68442 19.5 9.99825C19.5 11.3123 19.2507 12.5473 18.752 13.7035C18.2533 14.8597 17.5766 15.8653 16.7218 16.7205C15.8669 17.5757 14.8617 18.2528 13.706 18.7518C12.5503 19.2506 11.3156 19.5 10.0017 19.5ZM10 18C12.2333 18 14.125 17.225 15.675 15.675C17.225 14.125 18 12.2333 18 10C18 7.76667 17.225 5.875 15.675 4.325C14.125 2.775 12.2333 2 10 2C7.76667 2 5.875 2.775 4.325 4.325C2.775 5.875 2 7.76667 2 10C2 12.2333 2.775 14.125 4.325 15.675C5.875 17.225 7.76667 18 10 18Z" }) }));
6
+ };
@@ -1,2 +1,2 @@
1
1
  import type { IconProps } from "./Icon.types";
2
- export declare const ErrorCircle: ({ size, color, className, style, "aria-label": ariaLabel, }: IconProps) => import("react/jsx-runtime").JSX.Element;
2
+ export declare const ErrorCircle: ({ size, color, className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,6 +1,6 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import { classNames } from "../utils/classNames";
3
3
  import styles from "./Icon.module.css";
4
- export const ErrorCircle = ({ size = "medium", color = "inherited", className, style, "aria-label": ariaLabel, }) => {
5
- return (_jsx("svg", { className: classNames(styles.root, styles[size], styles[color], className), style: style, viewBox: "0 -960 960 960", "aria-hidden": !ariaLabel, "aria-label": ariaLabel, role: ariaLabel ? "img" : undefined, children: _jsx("path", { d: "M480-280q17 0 28.5-11.5T520-320q0-17-11.5-28.5T480-360q-17 0-28.5 11.5T440-320q0 17 11.5 28.5T480-280Zm-40-160h80v-240h-80v240Zm40 360q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z" }) }));
4
+ export const ErrorCircle = ({ size = "medium", color = "inherited", className, ...props }) => {
5
+ return (_jsx("svg", { className: classNames(styles.root, styles[size], styles[color], className), viewBox: "0 -960 960 960", fill: "currentColor", ...props, children: _jsx("path", { d: "M480-280q17 0 28.5-11.5T520-320q0-17-11.5-28.5T480-360q-17 0-28.5 11.5T440-320q0 17 11.5 28.5T480-280Zm-40-160h80v-240h-80v240Zm40 360q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z" }) }));
6
6
  };
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "./Icon.types";
2
+ export declare const Event: ({ size, color, className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
package/icons/Event.js ADDED
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { classNames } from "../utils/classNames";
3
+ import styles from "./Icon.module.css";
4
+ export const Event = ({ size = "medium", color = "inherited", className, ...props }) => {
5
+ return (_jsx("svg", { className: classNames(styles.root, styles[size], styles[color], className), viewBox: "0 0 20 20", fill: "currentColor", ...props, children: _jsx("path", { d: "M12.6923 16C12.0499 16 11.5048 15.776 11.0568 15.328C10.6088 14.8798 10.3848 14.3346 10.3848 13.6922C10.3848 13.0499 10.6088 12.5047 11.0568 12.0567C11.5048 11.6087 12.0499 11.3847 12.6923 11.3847C13.3346 11.3847 13.8798 11.6087 14.328 12.0567C14.776 12.5047 15 13.0499 15 13.6922C15 14.3346 14.776 14.8798 14.328 15.328C13.8798 15.776 13.3346 16 12.6923 16ZM3.30775 19.5C2.80258 19.5 2.375 19.325 2.025 18.975C1.675 18.625 1.5 18.1974 1.5 17.6922V4.30773C1.5 3.80257 1.675 3.37498 2.025 3.02498C2.375 2.67498 2.80258 2.49998 3.30775 2.49998H4.69225V0.384735H6.23075V2.49998H13.8077V0.384735H15.3077V2.49998H16.6923C17.1974 2.49998 17.625 2.67498 17.975 3.02498C18.325 3.37498 18.5 3.80257 18.5 4.30773V17.6922C18.5 18.1974 18.325 18.625 17.975 18.975C17.625 19.325 17.1974 19.5 16.6923 19.5H3.30775ZM3.30775 18H16.6923C16.7692 18 16.8398 17.9679 16.9038 17.9037C16.9679 17.8397 17 17.7692 17 17.6922V8.30773H3V17.6922C3 17.7692 3.03208 17.8397 3.09625 17.9037C3.16025 17.9679 3.23075 18 3.30775 18ZM3 6.80773H17V4.30773C17 4.23073 16.9679 4.16023 16.9038 4.09623C16.8398 4.03207 16.7692 3.99998 16.6923 3.99998H3.30775C3.23075 3.99998 3.16025 4.03207 3.09625 4.09623C3.03208 4.16023 3 4.23073 3 4.30773V6.80773Z" }) }));
6
+ };
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "./Icon.types";
2
+ export declare const Expand: ({ size, color, className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { classNames } from "../utils/classNames";
3
+ import styles from "./Icon.module.css";
4
+ export const Expand = ({ size = "medium", color = "inherited", className, ...props }) => {
5
+ return (_jsxs("svg", { className: classNames(styles.root, styles[size], styles[color], className), viewBox: "0 0 20 20", fill: "currentColor", ...props, children: [_jsx("path", { d: "M1.5 18.5V13.7885H3V17H6.2115V18.5H1.5ZM17.0095 6.2115V3H13.798V1.5H18.5095V6.2115H17.0095Z" }), _jsx("rect", { x: "6.75", y: "6.75", width: "6.5", height: "6.5", stroke: "#0E0E25", "stroke-width": "1.5" })] }));
6
+ };
@@ -1,2 +1,2 @@
1
1
  import type { IconProps } from "./Icon.types";
2
- export declare const ExpandLess: ({ size, color, className, style, "aria-label": ariaLabel, }: IconProps) => import("react/jsx-runtime").JSX.Element;
2
+ export declare const ExpandLess: ({ size, color, className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,6 +1,6 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import { classNames } from "../utils/classNames";
3
3
  import styles from "./Icon.module.css";
4
- export const ExpandLess = ({ size = "medium", color = "inherited", className, style, "aria-label": ariaLabel, }) => {
5
- return (_jsx("svg", { className: classNames(styles.root, styles[size], styles[color], className), style: style, viewBox: "0 -960 960 960", "aria-hidden": !ariaLabel, "aria-label": ariaLabel, role: ariaLabel ? "img" : undefined, children: _jsx("path", { d: "m296-345-56-56 240-240 240 240-56 56-184-184-184 184Z" }) }));
4
+ export const ExpandLess = ({ size = "medium", color = "inherited", className, ...props }) => {
5
+ return (_jsx("svg", { className: classNames(styles.root, styles[size], styles[color], className), viewBox: "0 -960 960 960", fill: "currentColor", ...props, children: _jsx("path", { d: "m296-345-56-56 240-240 240 240-56 56-184-184-184 184Z" }) }));
6
6
  };
@@ -1,2 +1,2 @@
1
1
  import type { IconProps } from "./Icon.types";
2
- export declare const ExpandMore: ({ size, color, className, style, "aria-label": ariaLabel, }: IconProps) => import("react/jsx-runtime").JSX.Element;
2
+ export declare const ExpandMore: ({ size, color, className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,6 +1,6 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import { classNames } from "../utils/classNames";
3
3
  import styles from "./Icon.module.css";
4
- export const ExpandMore = ({ size = "medium", color = "inherited", className, style, "aria-label": ariaLabel, }) => {
5
- return (_jsx("svg", { className: classNames(styles.root, styles[size], styles[color], className), style: style, viewBox: "0 -960 960 960", "aria-hidden": !ariaLabel, "aria-label": ariaLabel, role: ariaLabel ? "img" : undefined, children: _jsx("path", { d: "M480-345 240-585l56-56 184 184 184-184 56 56-240 240Z" }) }));
4
+ export const ExpandMore = ({ size = "medium", color = "inherited", className, ...props }) => {
5
+ return (_jsx("svg", { className: classNames(styles.root, styles[size], styles[color], className), viewBox: "0 -960 960 960", fill: "currentColor", ...props, children: _jsx("path", { d: "M480-345 240-585l56-56 184 184 184-184 56 56-240 240Z" }) }));
6
6
  };
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "./Icon.types";
2
+ export declare const Explore: ({ size, color, className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { classNames } from "../utils/classNames";
3
+ import styles from "./Icon.module.css";
4
+ export const Explore = ({ size = "medium", color = "inherited", className, ...props }) => {
5
+ return (_jsx("svg", { className: classNames(styles.root, styles[size], styles[color], className), viewBox: "0 0 20 20", fill: "currentColor", ...props, children: _jsx("path", { d: "M1.5 11V3.30775C1.5 2.80258 1.675 2.375 2.025 2.025C2.375 1.675 2.80258 1.5 3.30775 1.5H9V11H1.5ZM11 1.5H16.6923C17.1974 1.5 17.625 1.675 17.975 2.025C18.325 2.375 18.5 2.80367 18.5 3.311V7H11V1.5ZM11 18.5V9H18.5V16.6923C18.5 17.1974 18.325 17.625 17.975 17.975C17.625 18.325 17.1974 18.5 16.6923 18.5H11ZM1.5 13H9V18.5H3.30775C2.80258 18.5 2.375 18.325 2.025 17.975C1.675 17.625 1.5 17.1963 1.5 16.689V13ZM3 9.5H7.5V3H3.30775C3.21792 3 3.14417 3.02883 3.0865 3.0865C3.02883 3.14417 3 3.21792 3 3.30775V9.5ZM12.5 5.5H17V3.30775C17 3.21792 16.9712 3.14417 16.9135 3.0865C16.8558 3.02883 16.7821 3 16.6923 3H12.5V5.5ZM12.5 10.5V17H16.6923C16.7821 17 16.8558 16.9712 16.9135 16.9135C16.9712 16.8558 17 16.7821 17 16.6923V10.5H12.5ZM3 14.5V16.6923C3 16.7821 3.02883 16.8558 3.0865 16.9135C3.14417 16.9712 3.21792 17 3.30775 17H7.5V14.5H3Z" }) }));
6
+ };
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "./Icon.types";
2
+ export declare const Favorite: ({ size, color, className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { classNames } from "../utils/classNames";
3
+ import styles from "./Icon.module.css";
4
+ export const Favorite = ({ size = "medium", color = "inherited", className, ...props }) => {
5
+ return (_jsx("svg", { className: classNames(styles.root, styles[size], styles[color], className), viewBox: "0 0 20 20", fill: "currentColor", ...props, children: _jsx("path", { d: "M10 18.3267L8.89625 17.3345C7.23858 15.8307 5.86775 14.5384 4.78375 13.4577C3.69975 12.3769 2.84075 11.415 2.20675 10.572C1.57275 9.72916 1.12983 8.96024 0.878 8.26524C0.626 7.57041 0.5 6.86533 0.5 6.14999C0.5 4.73083 0.9785 3.54266 1.9355 2.58549C2.89267 1.62849 4.08083 1.14999 5.5 1.14999C6.373 1.14999 7.198 1.35416 7.975 1.76249C8.752 2.17083 9.427 2.75641 10 3.51924C10.573 2.75641 11.248 2.17083 12.025 1.76249C12.802 1.35416 13.627 1.14999 14.5 1.14999C15.9192 1.14999 17.1073 1.62849 18.0645 2.58549C19.0215 3.54266 19.5 4.73083 19.5 6.14999C19.5 6.86533 19.374 7.57041 19.122 8.26524C18.8702 8.96024 18.4272 9.72916 17.7932 10.572C17.1592 11.415 16.3018 12.3769 15.221 13.4577C14.1403 14.5384 12.7679 15.8307 11.1038 17.3345L10 18.3267ZM10 16.3C11.6 14.8603 12.9167 13.6263 13.95 12.598C14.9833 11.5698 15.8 10.6766 16.4 9.91824C17 9.15991 17.4167 8.48649 17.65 7.89799C17.8833 7.30966 18 6.72699 18 6.14999C18 5.14999 17.6667 4.31666 17 3.64999C16.3333 2.98333 15.5 2.64999 14.5 2.64999C13.7103 2.64999 12.9805 2.87399 12.3105 3.32199C11.6407 3.77016 11.1102 4.39358 10.7192 5.19224H9.28075C8.88325 4.38708 8.35117 3.76208 7.6845 3.31724C7.01783 2.87241 6.28967 2.64999 5.5 2.64999C4.50633 2.64999 3.67458 2.98333 3.00475 3.64999C2.33492 4.31666 2 5.14999 2 6.14999C2 6.72699 2.11667 7.30966 2.35 7.89799C2.58333 8.48649 3 9.15991 3.6 9.91824C4.2 10.6766 5.01667 11.5682 6.05 12.5932C7.08333 13.6182 8.4 14.8538 10 16.3Z" }) }));
6
+ };
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "./Icon.types";
2
+ export declare const File: ({ size, color, className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
package/icons/File.js ADDED
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { classNames } from "../utils/classNames";
3
+ import styles from "./Icon.module.css";
4
+ export const File = ({ size = "medium", color = "inherited", className, ...props }) => {
5
+ return (_jsx("svg", { className: classNames(styles.root, styles[size], styles[color], className), viewBox: "0 0 20 20", fill: "currentColor", ...props, children: _jsx("path", { d: "M6.25 15.75H13.75V14.25H6.25V15.75ZM6.25 11.75H13.75V10.25H6.25V11.75ZM4.30775 19.5C3.80258 19.5 3.375 19.325 3.025 18.975C2.675 18.625 2.5 18.1974 2.5 17.6923V2.30775C2.5 1.80258 2.675 1.375 3.025 1.025C3.375 0.675 3.80258 0.5 4.30775 0.5H12.25L17.5 5.75V17.6923C17.5 18.1974 17.325 18.625 16.975 18.975C16.625 19.325 16.1974 19.5 15.6923 19.5H4.30775ZM11.5 6.5V2H4.30775C4.23075 2 4.16025 2.03208 4.09625 2.09625C4.03208 2.16025 4 2.23075 4 2.30775V17.6923C4 17.7693 4.03208 17.8398 4.09625 17.9038C4.16025 17.9679 4.23075 18 4.30775 18H15.6923C15.7692 18 15.8398 17.9679 15.9038 17.9038C15.9679 17.8398 16 17.7693 16 17.6923V6.5H11.5Z" }) }));
6
+ };
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "./Icon.types";
2
+ export declare const FilterAdd: ({ size, color, className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { classNames } from "../utils/classNames";
3
+ import styles from "./Icon.module.css";
4
+ export const FilterAdd = ({ size = "medium", color = "inherited", className, ...props }) => {
5
+ return (_jsx("svg", { className: classNames(styles.root, styles[size], styles[color], className), viewBox: "0 0 21 20", fill: "currentColor", ...props, children: _jsx("path", { d: "M17.6924 15.1924H20.5V16.6924H17.6924V19.5H16.1924V16.6924H13.3848V15.1924H16.1924V12.3848H17.6924V15.1924ZM16.4902 2.5C16.8144 2.5 17.0449 2.63832 17.1816 2.91504C17.3181 3.19187 17.29 3.45932 17.0977 3.71582L11.5 10.8271V16.6152C11.5 16.8666 11.4154 17.0769 11.2461 17.2461C11.0769 17.4154 10.8666 17.5 10.6152 17.5H9.38477C9.13344 17.5 8.92307 17.4154 8.75391 17.2461C8.58458 17.0769 8.5 16.8666 8.5 16.6152V10.8271L2.90234 3.71582C2.71001 3.45932 2.68186 3.19187 2.81836 2.91504C2.95505 2.63831 3.1856 2.5 3.50977 2.5H16.4902ZM10 10.2998L14.9502 4H5.0498L10 10.2998Z" }) }));
6
+ };
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "./Icon.types";
2
+ export declare const FilterClear: ({ size, color, className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { classNames } from "../utils/classNames";
3
+ import styles from "./Icon.module.css";
4
+ export const FilterClear = ({ size = "medium", color = "inherited", className, ...props }) => {
5
+ return (_jsx("svg", { className: classNames(styles.root, styles[size], styles[color], className), viewBox: "0 0 21 20", fill: "currentColor", ...props, children: _jsx("path", { d: "M20.1445 13.9385L18.0693 16.0381L20.1445 18.1387L19.0996 19.1826L17 17.1074L14.9004 19.1826L13.8555 18.1387L15.9561 16.0381L13.8555 13.9385L14.9004 12.8945L17 14.9941L19.0996 12.8945L20.1445 13.9385ZM16.4902 2.5C16.8144 2.5 17.0449 2.63832 17.1816 2.91504C17.3181 3.19187 17.29 3.45932 17.0977 3.71582L11.5 10.8271V16.6152C11.5 16.8666 11.4154 17.0769 11.2461 17.2461C11.0769 17.4154 10.8666 17.5 10.6152 17.5H9.38477C9.13344 17.5 8.92307 17.4154 8.75391 17.2461C8.58458 17.0769 8.5 16.8666 8.5 16.6152V10.8271L2.90234 3.71582C2.71001 3.45932 2.68186 3.19187 2.81836 2.91504C2.95505 2.63831 3.1856 2.5 3.50977 2.5H16.4902ZM10 10.2998L14.9502 4H5.0498L10 10.2998Z" }) }));
6
+ };
@@ -1,2 +1,2 @@
1
1
  import type { IconProps } from "./Icon.types";
2
- export declare const FilterList: ({ size, color, className, style, "aria-label": ariaLabel, }: IconProps) => import("react/jsx-runtime").JSX.Element;
2
+ export declare const FilterList: ({ size, color, className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,6 +1,6 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import { classNames } from "../utils/classNames";
3
3
  import styles from "./Icon.module.css";
4
- export const FilterList = ({ size = "medium", color = "inherited", className, style, "aria-label": ariaLabel, }) => {
5
- return (_jsx("svg", { className: classNames(styles.root, styles[size], styles[color], className), style: style, viewBox: "0 -960 960 960", "aria-hidden": !ariaLabel, "aria-label": ariaLabel, role: ariaLabel ? "img" : undefined, children: _jsx("path", { d: "M400-240v-80h160v80H400ZM240-440v-80h480v80H240ZM120-640v-80h720v80H120Z" }) }));
4
+ export const FilterList = ({ size = "medium", color = "inherited", className, ...props }) => {
5
+ return (_jsx("svg", { className: classNames(styles.root, styles[size], styles[color], className), viewBox: "0 0 20 20", fill: "currentColor", ...props, children: _jsx("path", { d: "M8.27875 15.5V14H11.7115V15.5H8.27875ZM4.404 10.75V9.25H15.5865V10.75H4.404ZM1.5 6V4.5H18.5V6H1.5Z" }) }));
6
6
  };
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "./Icon.types";
2
+ export declare const FilterSelect: ({ size, color, className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { classNames } from "../utils/classNames";
3
+ import styles from "./Icon.module.css";
4
+ export const FilterSelect = ({ size = "medium", color = "inherited", className, ...props }) => {
5
+ return (_jsx("svg", { className: classNames(styles.root, styles[size], styles[color], className), viewBox: "0 0 20 20", fill: "currentColor", ...props, children: _jsx("path", { d: "M9.38477 17.5C9.13344 17.5 8.92319 17.4153 8.75402 17.246C8.58469 17.0768 8.50002 16.8666 8.50002 16.6152V10.827L2.90202 3.7155C2.70969 3.459 2.68177 3.19233 2.81827 2.9155C2.95494 2.6385 3.18544 2.5 3.50977 2.5H16.4903C16.8146 2.5 17.0451 2.6385 17.1818 2.9155C17.3183 3.19233 17.2904 3.459 17.098 3.7155L11.5 10.827V16.6152C11.5 16.8666 11.4154 17.0768 11.246 17.246C11.0769 17.4153 10.8666 17.5 10.6153 17.5H9.38477ZM10 10.3L14.95 4H5.05002L10 10.3Z" }) }));
6
+ };
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "./Icon.types";
2
+ export declare const FindMatch: ({ size, color, className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { classNames } from "../utils/classNames";
3
+ import styles from "./Icon.module.css";
4
+ export const FindMatch = ({ size = "medium", color = "inherited", className, ...props }) => {
5
+ return (_jsx("svg", { className: classNames(styles.root, styles[size], styles[color], className), viewBox: "0 0 21 21", fill: "currentColor", ...props, children: _jsx("path", { d: "M9 9.69226C8.0375 9.69226 7.21358 9.34959 6.52825 8.66426C5.84275 7.97876 5.5 7.15476 5.5 6.19226C5.5 5.22976 5.84275 4.40584 6.52825 3.72051C7.21358 3.03501 8.0375 2.69226 9 2.69226C9.9625 2.69226 10.7864 3.03501 11.4718 3.72051C12.1573 4.40584 12.5 5.22976 12.5 6.19226C12.5 7.15476 12.1573 7.97876 11.4718 8.66426C10.7864 9.34959 9.9625 9.69226 9 9.69226ZM9 8.19226C9.55 8.19226 10.0208 7.99643 10.4125 7.60476C10.8042 7.21309 11 6.74226 11 6.19226C11 5.64226 10.8042 5.17143 10.4125 4.77976C10.0208 4.38809 9.55 4.19226 9 4.19226C8.45 4.19226 7.97917 4.38809 7.5875 4.77976C7.19583 5.17143 7 5.64226 7 6.19226C7 6.74226 7.19583 7.21309 7.5875 7.60476C7.97917 7.99643 8.45 8.19226 9 8.19226ZM19.6578 20.7115L16.727 17.7808C16.3898 17.9936 16.034 18.1603 15.6595 18.2808C15.2852 18.4013 14.8993 18.4615 14.502 18.4615C13.3982 18.4615 12.4616 18.0762 11.6923 17.3055C10.9231 16.5347 10.5385 15.5988 10.5385 14.4978C10.5385 13.3968 10.9238 12.4616 11.6945 11.6923C12.4653 10.9231 13.4013 10.5385 14.5023 10.5385C15.6033 10.5385 16.5384 10.9237 17.3077 11.694C18.0769 12.4643 18.4615 13.3997 18.4615 14.5C18.4615 14.8987 18.4013 15.2852 18.2808 15.6595C18.1602 16.034 17.9936 16.3898 17.7808 16.727L20.7115 19.6578L19.6578 20.7115ZM14.5 16.9615C15.1937 16.9615 15.7773 16.7247 16.251 16.251C16.7247 15.7773 16.9615 15.1937 16.9615 14.5C16.9615 13.8063 16.7247 13.2227 16.251 12.749C15.7773 12.2753 15.1937 12.0385 14.5 12.0385C13.8063 12.0385 13.2227 12.2753 12.749 12.749C12.2753 13.2227 12.0385 13.8063 12.0385 14.5C12.0385 15.1937 12.2753 15.7773 12.749 16.251C13.2227 16.7247 13.8063 16.9615 14.5 16.9615ZM1.5 17.3078V15.1C1.5 14.6038 1.6305 14.1478 1.8915 13.7318C2.15233 13.3158 2.51033 12.9923 2.9655 12.7615C3.75133 12.3667 4.69842 12.0161 5.80675 11.7098C6.91508 11.4033 8.12883 11.2757 9.448 11.327C9.29933 11.5628 9.17025 11.8057 9.06075 12.0555C8.95142 12.3055 8.8645 12.5646 8.8 12.8328C7.70383 12.8456 6.70642 12.9908 5.80775 13.2683C4.90908 13.5458 4.19625 13.823 3.66925 14.1C3.45775 14.2025 3.29333 14.3431 3.176 14.5218C3.05867 14.7004 3 14.8932 3 15.1V15.8078H8.68475C8.74242 16.0718 8.82125 16.3303 8.92125 16.5835C9.02125 16.8368 9.13917 17.0783 9.275 17.3078H1.5Z" }) }));
6
+ };
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "./Icon.types";
2
+ export declare const Flag: ({ size, color, className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
package/icons/Flag.js ADDED
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { classNames } from "../utils/classNames";
3
+ import styles from "./Icon.module.css";
4
+ export const Flag = ({ size = "medium", color = "inherited", className, ...props }) => {
5
+ return (_jsx("svg", { className: classNames(styles.root, styles[size], styles[color], className), viewBox: "0 0 20 20", fill: "currentColor", ...props, children: _jsx("path", { d: "M3.5 18.75V2.5H11.596L11.996 4.5H17.5V13.5H11.404L11.004 11.5H5V18.75H3.5Z" }) }));
6
+ };
package/icons/Folder.d.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  import type { IconProps } from "./Icon.types";
2
- export declare const Folder: ({ size, color, className, style, "aria-label": ariaLabel, }: IconProps) => import("react/jsx-runtime").JSX.Element;
2
+ export declare const Folder: ({ size, color, className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
package/icons/Folder.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import { classNames } from "../utils/classNames";
3
3
  import styles from "./Icon.module.css";
4
- export const Folder = ({ size = "medium", color = "inherited", className, style, "aria-label": ariaLabel, }) => {
5
- return (_jsx("svg", { className: classNames(styles.root, styles[size], styles[color], className), style: style, viewBox: "0 -960 960 960", "aria-hidden": !ariaLabel, "aria-label": ariaLabel, role: ariaLabel ? "img" : undefined, children: _jsx("path", { d: "M160-160q-33 0-56.5-23.5T80-240v-480q0-33 23.5-56.5T160-800h240l80 80h320q33 0 56.5 23.5T880-640v400q0 33-23.5 56.5T800-160H160Zm0-80h640v-400H447l-80-80H160v480Zm0 0v-480 480Z" }) }));
4
+ export const Folder = ({ size = "medium", color = "inherited", className, ...props }) => {
5
+ return (_jsx("svg", { className: classNames(styles.root, styles[size], styles[color], className), viewBox: "0 0 20 20", fill: "currentColor", ...props, children: _jsx("path", { d: "M2.30775 17.5C1.80258 17.5 1.375 17.325 1.025 16.975C0.675 16.625 0.5 16.1974 0.5 15.6923V4.30775C0.5 3.80258 0.675 3.375 1.025 3.025C1.375 2.675 1.80258 2.5 2.30775 2.5H7.798L9.798 4.5H17.6923C18.1974 4.5 18.625 4.675 18.975 5.025C19.325 5.375 19.5 5.80258 19.5 6.30775V15.6923C19.5 16.1974 19.325 16.625 18.975 16.975C18.625 17.325 18.1974 17.5 17.6923 17.5H2.30775ZM2.30775 16H17.6923C17.7821 16 17.8558 15.9712 17.9135 15.9135C17.9712 15.8558 18 15.7821 18 15.6923V6.30775C18 6.21792 17.9712 6.14417 17.9135 6.0865C17.8558 6.02883 17.7821 6 17.6923 6H9.1845L7.1845 4H2.30775C2.21792 4 2.14417 4.02883 2.0865 4.0865C2.02883 4.14417 2 4.21792 2 4.30775V15.6923C2 15.7821 2.02883 15.8558 2.0865 15.9135C2.14417 15.9712 2.21792 16 2.30775 16Z" }) }));
6
6
  };
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "./Icon.types";
2
+ export declare const FolderOpen: ({ size, color, className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { classNames } from "../utils/classNames";
3
+ import styles from "./Icon.module.css";
4
+ export const FolderOpen = ({ size = "medium", color = "inherited", className, ...props }) => {
5
+ return (_jsx("svg", { className: classNames(styles.root, styles[size], styles[color], className), viewBox: "0 0 22 20", fill: "currentColor", ...props, children: _jsx("path", { d: "M2.25 17.5C1.76417 17.5 1.351 17.3298 1.0105 16.9895C0.670167 16.649 0.5 16.2358 0.5 15.75V4.30775C0.5 3.82192 0.679833 3.39917 1.0395 3.0395C1.39917 2.67983 1.82192 2.5 2.30775 2.5H7.798L9.798 4.5H17.6923C18.1398 4.5 18.5257 4.64458 18.85 4.93375C19.1743 5.22275 19.3622 5.57817 19.4135 6H9.1845L7.1845 4H2.30775C2.21792 4 2.14417 4.02883 2.0865 4.0865C2.02883 4.14417 2 4.21792 2 4.30775V15.6923C2 15.7628 2.01767 15.8204 2.053 15.8652C2.08817 15.9102 2.13458 15.9488 2.19225 15.9808L4.525 8.19225H21.1828L18.7615 16.2578C18.6473 16.6333 18.4336 16.9342 18.1203 17.1605C17.8068 17.3868 17.459 17.5 17.077 17.5H2.25ZM3.7635 16H17.2693L19.1558 9.69225H5.65L3.7635 16Z" }) }));
6
+ };
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "./Icon.types";
2
+ export declare const FolderSelected: ({ size, color, className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { classNames } from "../utils/classNames";
3
+ import styles from "./Icon.module.css";
4
+ export const FolderSelected = ({ size = "medium", color = "inherited", className, ...props }) => {
5
+ return (_jsx("svg", { className: classNames(styles.root, styles[size], styles[color], className), viewBox: "0 0 20 20", fill: "currentColor", ...props, children: _jsx("path", { d: "M8.825 14.0192L13.4192 9.425L12.35 8.35575L8.825 11.8963L7.4095 10.4808L6.35575 11.55L8.825 14.0192ZM2.30775 17.5C1.80258 17.5 1.375 17.325 1.025 16.975C0.675 16.625 0.5 16.1974 0.5 15.6923V4.30775C0.5 3.80258 0.675 3.375 1.025 3.025C1.375 2.675 1.80258 2.5 2.30775 2.5H7.798L9.798 4.5H17.6923C18.1974 4.5 18.625 4.675 18.975 5.025C19.325 5.375 19.5 5.80258 19.5 6.30775V15.6923C19.5 16.1974 19.325 16.625 18.975 16.975C18.625 17.325 18.1974 17.5 17.6923 17.5H2.30775ZM2.30775 16H17.6923C17.7821 16 17.8558 15.9712 17.9135 15.9135C17.9712 15.8558 18 15.7821 18 15.6923V6.30775C18 6.21792 17.9712 6.14417 17.9135 6.0865C17.8558 6.02883 17.7821 6 17.6923 6H9.1845L7.1845 4H2.30775C2.21792 4 2.14417 4.02883 2.0865 4.0865C2.02883 4.14417 2 4.21792 2 4.30775V15.6923C2 15.7821 2.02883 15.8558 2.0865 15.9135C2.14417 15.9712 2.21792 16 2.30775 16Z" }) }));
6
+ };
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "./Icon.types";
2
+ export declare const ForamteListNumbered: ({ size, color, className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { classNames } from "../utils/classNames";
3
+ import styles from "./Icon.module.css";
4
+ export const ForamteListNumbered = ({ size = "medium", color = "inherited", className, ...props }) => {
5
+ return (_jsx("svg", { className: classNames(styles.root, styles[size], styles[color], className), viewBox: "0 0 20 20", fill: "currentColor", ...props, children: _jsx("path", { d: "M1.5 19.5V18.3078H4V17.25H2.5V16.0577H4V15H1.5V13.8077H4.34625C4.58592 13.8077 4.78683 13.8888 4.949 14.051C5.11117 14.2132 5.19225 14.4141 5.19225 14.6538V15.8462C5.19225 16.0859 5.11117 16.2868 4.949 16.449C4.78683 16.6112 4.58592 16.6923 4.34625 16.6923C4.58592 16.6923 4.78683 16.7733 4.949 16.9355C5.11117 17.0977 5.19225 17.2987 5.19225 17.5385V18.6538C5.19225 18.8936 5.11117 19.0946 4.949 19.2568C4.78683 19.4189 4.58592 19.5 4.34625 19.5H1.5ZM1.5 12.8463V10.25C1.5 10.0103 1.58108 9.80933 1.74325 9.647C1.90542 9.48483 2.10642 9.40375 2.34625 9.40375H4V8.34625H1.5V7.15375H4.34625C4.58592 7.15375 4.78683 7.23483 4.949 7.397C5.11117 7.55933 5.19225 7.76033 5.19225 8V9.75C5.19225 9.98967 5.11117 10.1907 4.949 10.353C4.78683 10.5152 4.58592 10.5963 4.34625 10.5963H2.69225V11.6538H5.19225V12.8463H1.5ZM3 6.19225V1.69225H1.5V0.5H4.19225V6.19225H3ZM7.30775 16.75V15.25H18.5V16.75H7.30775ZM7.30775 10.75V9.25H18.5V10.75H7.30775ZM7.30775 4.75V3.25H18.5V4.75H7.30775Z" }) }));
6
+ };
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "./Icon.types";
2
+ export declare const FormatBold: ({ size, color, className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { classNames } from "../utils/classNames";
3
+ import styles from "./Icon.module.css";
4
+ export const FormatBold = ({ size = "medium", color = "inherited", className, ...props }) => {
5
+ return (_jsx("svg", { className: classNames(styles.root, styles[size], styles[color], className), viewBox: "0 0 20 20", fill: "currentColor", ...props, children: _jsx("path", { d: "M5.33838 16.625V3.375H10.1999C11.219 3.375 12.1405 3.69233 12.9644 4.327C13.788 4.9615 14.1999 5.816 14.1999 6.8905C14.1999 7.63783 14.0194 8.24708 13.6584 8.71825C13.2975 9.18942 12.9088 9.53142 12.4921 9.74425C13.005 9.92108 13.4947 10.2708 13.9614 10.7933C14.428 11.3158 14.6614 12.0192 14.6614 12.9038C14.6614 14.1819 14.1902 15.1217 13.2479 15.723C12.3055 16.3243 11.3562 16.625 10.3999 16.625H5.33838ZM7.48838 14.6328H10.3191C11.1063 14.6328 11.6627 14.4142 11.9884 13.977C12.314 13.5398 12.4769 13.1206 12.4769 12.7192C12.4769 12.3179 12.314 11.8987 11.9884 11.4615C11.6627 11.0243 11.0909 10.8058 10.2729 10.8058H7.48838V14.6328ZM7.48838 8.875H10.0826C10.6903 8.875 11.172 8.70125 11.5279 8.35375C11.8835 8.00642 12.0614 7.59042 12.0614 7.10575C12.0614 6.59042 11.8733 6.16925 11.4971 5.84225C11.1208 5.51542 10.6595 5.352 10.1134 5.352H7.48838V8.875Z" }) }));
6
+ };
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "./Icon.types";
2
+ export declare const FormatItalics: ({ size, color, className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { classNames } from "../utils/classNames";
3
+ import styles from "./Icon.module.css";
4
+ export const FormatItalics = ({ size = "medium", color = "inherited", className, ...props }) => {
5
+ return (_jsx("svg", { className: classNames(styles.root, styles[size], styles[color], className), viewBox: "0 0 20 20", fill: "currentColor", ...props, children: _jsx("path", { d: "M3.39429 16.625V14.8173H7.21154L10.452 5.18275H6.63479V3.375H15.7885V5.18275H12.2788L9.03854 14.8173H12.548V16.625H3.39429Z" }) }));
6
+ };
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "./Icon.types";
2
+ export declare const FormatUnderline: ({ size, color, className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { classNames } from "../utils/classNames";
3
+ import styles from "./Icon.module.css";
4
+ export const FormatUnderline = ({ size = "medium", color = "inherited", className, ...props }) => {
5
+ return (_jsx("svg", { className: classNames(styles.root, styles[size], styles[color], className), viewBox: "0 0 20 20", fill: "currentColor", ...props, children: _jsx("path", { d: "M3.34619 18.3557V16.8557H16.6537V18.3557H3.34619ZM9.99994 14.7595C8.44477 14.7595 7.23102 14.2874 6.35869 13.3432C5.48619 12.3991 5.04994 11.134 5.04994 9.54798V1.64423H6.90369V9.64023C6.90369 10.6506 7.17227 11.4602 7.70944 12.0692C8.24661 12.6782 9.01011 12.9827 9.99994 12.9827C10.9898 12.9827 11.7533 12.6782 12.2904 12.0692C12.8276 11.4602 13.0962 10.6506 13.0962 9.64023V1.64423H14.9499V9.54798C14.9499 11.134 14.5137 12.3991 13.6412 13.3432C12.7689 14.2874 11.5551 14.7595 9.99994 14.7595Z" }) }));
6
+ };
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "./Icon.types";
2
+ export declare const FormateListPoints: ({ size, color, className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { classNames } from "../utils/classNames";
3
+ import styles from "./Icon.module.css";
4
+ export const FormateListPoints = ({ size = "medium", color = "inherited", className, ...props }) => {
5
+ return (_jsx("svg", { className: classNames(styles.root, styles[size], styles[color], className), viewBox: "0 0 20 20", fill: "currentColor", ...props, children: _jsx("path", { d: "M7.30775 16.75V15.25H18.5V16.75H7.30775ZM7.30775 10.75V9.24999H18.5V10.75H7.30775ZM7.30775 4.74999V3.24999H18.5V4.74999H7.30775ZM3.1635 17.6635C2.706 17.6635 2.31442 17.5006 1.98875 17.1747C1.66292 16.8491 1.5 16.4575 1.5 16C1.5 15.5425 1.66292 15.1509 1.98875 14.8252C2.31442 14.4994 2.706 14.3365 3.1635 14.3365C3.621 14.3365 4.01258 14.4994 4.33825 14.8252C4.66408 15.1509 4.827 15.5425 4.827 16C4.827 16.4575 4.66408 16.8491 4.33825 17.1747C4.01258 17.5006 3.621 17.6635 3.1635 17.6635ZM3.1635 11.6635C2.706 11.6635 2.31442 11.5006 1.98875 11.1747C1.66292 10.8491 1.5 10.4575 1.5 9.99999C1.5 9.54249 1.66292 9.1509 1.98875 8.82524C2.31442 8.4994 2.706 8.33649 3.1635 8.33649C3.621 8.33649 4.01258 8.4994 4.33825 8.82524C4.66408 9.1509 4.827 9.54249 4.827 9.99999C4.827 10.4575 4.66408 10.8491 4.33825 11.1747C4.01258 11.5006 3.621 11.6635 3.1635 11.6635ZM3.1635 5.66349C2.706 5.66349 2.31442 5.50057 1.98875 5.17474C1.66292 4.84907 1.5 4.45749 1.5 3.99999C1.5 3.54249 1.66292 3.1509 1.98875 2.82524C2.31442 2.4994 2.706 2.33649 3.1635 2.33649C3.621 2.33649 4.01258 2.4994 4.33825 2.82524C4.66408 3.1509 4.827 3.54249 4.827 3.99999C4.827 4.45749 4.66408 4.84907 4.33825 5.17474C4.01258 5.50057 3.621 5.66349 3.1635 5.66349Z" }) }));
6
+ };
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "./Icon.types";
2
+ export declare const Fullscreen: ({ size, color, className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { classNames } from "../utils/classNames";
3
+ import styles from "./Icon.module.css";
4
+ export const Fullscreen = ({ size = "medium", color = "inherited", className, ...props }) => {
5
+ return (_jsx("svg", { className: classNames(styles.root, styles[size], styles[color], className), viewBox: "0 0 20 20", fill: "currentColor", ...props, children: _jsx("path", { d: "M1.5 18.5V13.7885H3V17H6.2115V18.5H1.5ZM13.798 18.5V17H17.0095V13.7885H18.5095V18.5H13.798ZM1.5 6.2115V1.5H6.2115V3H3V6.2115H1.5ZM17.0095 6.2115V3H13.798V1.5H18.5095V6.2115H17.0095Z" }) }));
6
+ };
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "./Icon.types";
2
+ export declare const FullscreenExit: ({ size, color, className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { classNames } from "../utils/classNames";
3
+ import styles from "./Icon.module.css";
4
+ export const FullscreenExit = ({ size = "medium", color = "inherited", className, ...props }) => {
5
+ return (_jsx("svg", { className: classNames(styles.root, styles[size], styles[color], className), viewBox: "0 0 20 20", fill: "currentColor", ...props, children: _jsx("path", { d: "M4.7115 18.5V15.2885H1.5V13.7885H6.2115V18.5H4.7115ZM13.798 18.5V13.7885H18.5095V15.2885H15.298V18.5H13.798ZM1.5 6.2115V4.7115H4.7115V1.5H6.2115V6.2115H1.5ZM13.798 6.2115V1.5H15.298V4.7115H18.5095V6.2115H13.798Z" }) }));
6
+ };
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "./Icon.types";
2
+ export declare const Group: ({ size, color, className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
package/icons/Group.js ADDED
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { classNames } from "../utils/classNames";
3
+ import styles from "./Icon.module.css";
4
+ export const Group = ({ size = "medium", color = "inherited", className, ...props }) => {
5
+ return (_jsx("svg", { className: classNames(styles.root, styles[size], styles[color], className), viewBox: "0 0 20 20", fill: "currentColor", ...props, children: _jsx("path", { d: "M4.00002 18.6153C3.00585 18.6153 2.15477 18.2613 1.44677 17.5533C0.738766 16.8453 0.384766 15.9942 0.384766 15C0.384766 14.0058 0.738766 13.1548 1.44677 12.4468C2.15477 11.7388 3.00585 11.3848 4.00002 11.3848C4.99418 11.3848 5.84527 11.7388 6.55327 12.4468C7.26127 13.1548 7.61526 14.0058 7.61526 15C7.61526 15.9942 7.26127 16.8453 6.55327 17.5533C5.84527 18.2613 4.99418 18.6153 4.00002 18.6153ZM16 18.6153C15.0058 18.6153 14.1548 18.2613 13.4468 17.5533C12.7388 16.8453 12.3848 15.9942 12.3848 15C12.3848 14.0058 12.7388 13.1548 13.4468 12.4468C14.1548 11.7388 15.0058 11.3848 16 11.3848C16.9942 11.3848 17.8453 11.7388 18.5533 12.4468C19.2613 13.1548 19.6153 14.0058 19.6153 15C19.6153 15.9942 19.2613 16.8453 18.5533 17.5533C17.8453 18.2613 16.9942 18.6153 16 18.6153ZM4.00027 17.1155C4.5821 17.1155 5.0801 16.9083 5.49427 16.494C5.90843 16.0797 6.11552 15.5816 6.11552 14.9998C6.11552 14.4179 5.90835 13.9199 5.49402 13.5058C5.07968 13.0916 4.5816 12.8845 3.99977 12.8845C3.41793 12.8845 2.91993 13.0917 2.50577 13.506C2.0916 13.9203 1.88452 14.4184 1.88452 15.0003C1.88452 15.5821 2.09168 16.0801 2.50602 16.4943C2.92035 16.9084 3.41843 17.1155 4.00027 17.1155ZM16.0003 17.1155C16.5821 17.1155 17.0801 16.9083 17.4943 16.494C17.9084 16.0797 18.1155 15.5816 18.1155 14.9998C18.1155 14.4179 17.9083 13.9199 17.494 13.5058C17.0797 13.0916 16.5816 12.8845 15.9998 12.8845C15.4179 12.8845 14.9199 13.0917 14.5058 13.506C14.0916 13.9203 13.8845 14.4184 13.8845 15.0003C13.8845 15.5821 14.0917 16.0801 14.506 16.4943C14.9203 16.9084 15.4184 17.1155 16.0003 17.1155ZM10 8.61526C9.00585 8.61526 8.15477 8.26127 7.44677 7.55327C6.73877 6.84527 6.38477 5.99418 6.38477 5.00002C6.38477 4.00585 6.73877 3.15477 7.44677 2.44677C8.15477 1.73877 9.00585 1.38477 10 1.38477C10.9942 1.38477 11.8453 1.73877 12.5533 2.44677C13.2613 3.15477 13.6153 4.00585 13.6153 5.00002C13.6153 5.99418 13.2613 6.84527 12.5533 7.55327C11.8453 8.26127 10.9942 8.61526 10 8.61526ZM10.0003 7.11552C10.5821 7.11552 11.0801 6.90835 11.4943 6.49402C11.9084 6.07968 12.1155 5.5816 12.1155 4.99977C12.1155 4.41793 11.9083 3.91993 11.494 3.50576C11.0797 3.0916 10.5816 2.88452 9.99977 2.88452C9.41793 2.88452 8.91993 3.09168 8.50577 3.50602C8.0916 3.92035 7.88452 4.41843 7.88452 5.00027C7.88452 5.5821 8.09168 6.0801 8.50601 6.49427C8.92035 6.90843 9.41843 7.11552 10.0003 7.11552Z" }) }));
6
+ };
package/icons/Help.d.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  import type { IconProps } from "./Icon.types";
2
- export declare const Help: ({ size, color, className, style, "aria-label": ariaLabel, }: IconProps) => import("react/jsx-runtime").JSX.Element;
2
+ export declare const Help: ({ size, color, className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
package/icons/Help.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import { classNames } from "../utils/classNames";
3
3
  import styles from "./Icon.module.css";
4
- export const Help = ({ size = "medium", color = "inherited", className, style, "aria-label": ariaLabel, }) => {
5
- return (_jsx("svg", { className: classNames(styles.root, styles[size], styles[color], className), style: style, viewBox: "0 -960 960 960", "aria-hidden": !ariaLabel, "aria-label": ariaLabel, role: ariaLabel ? "img" : undefined, children: _jsx("path", { d: "M478-240q21 0 35.5-14.5T528-290q0-21-14.5-35.5T478-340q-21 0-35.5 14.5T428-290q0 21 14.5 35.5T478-240Zm-36-154h74q0-33 7.5-52t42.5-52q26-26 41-49.5t15-56.5q0-56-41-86t-97-30q-57 0-92.5 30T342-618l66 26q5-18 22.5-39t53.5-21q32 0 48 17.5t16 38.5q0 20-12 37.5T506-526q-44 39-54 59t-10 73Zm38 314q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z" }) }));
4
+ export const Help = ({ size = "medium", color = "inherited", className, ...props }) => {
5
+ return (_jsx("svg", { className: classNames(styles.root, styles[size], styles[color], className), viewBox: "0 -960 960 960", fill: "currentColor", ...props, children: _jsx("path", { d: "M478-240q21 0 35.5-14.5T528-290q0-21-14.5-35.5T478-340q-21 0-35.5 14.5T428-290q0 21 14.5 35.5T478-240Zm-36-154h74q0-33 7.5-52t42.5-52q26-26 41-49.5t15-56.5q0-56-41-86t-97-30q-57 0-92.5 30T342-618l66 26q5-18 22.5-39t53.5-21q32 0 48 17.5t16 38.5q0 20-12 37.5T506-526q-44 39-54 59t-10 73Zm38 314q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z" }) }));
6
6
  };
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "./Icon.types";
2
+ export declare const History: ({ size, color, className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { classNames } from "../utils/classNames";
3
+ import styles from "./Icon.module.css";
4
+ export const History = ({ size = "medium", color = "inherited", className, ...props }) => {
5
+ return (_jsx("svg", { className: classNames(styles.root, styles[size], styles[color], className), viewBox: "0 0 20 20", fill: "currentColor", ...props, children: _jsx("path", { d: "M9.98078 18.5C7.81544 18.5 5.92828 17.7872 4.31928 16.3615C2.71028 14.9358 1.78403 13.1487 1.54053 11H3.07128C3.32378 12.727 4.10103 14.1587 5.40303 15.2952C6.70486 16.4318 8.23078 17 9.98078 17C11.9308 17 13.5849 16.3208 14.9433 14.9625C16.3016 13.6042 16.9808 11.95 16.9808 10C16.9808 8.05 16.3016 6.39583 14.9433 5.0375C13.5849 3.67917 11.9308 3 9.98078 3C8.88844 3 7.86478 3.24267 6.90978 3.728C5.95461 4.21317 5.13211 4.88075 4.44228 5.73075H7.05778V7.23075H1.98078V2.15375H3.48078V4.523C4.29228 3.56533 5.26411 2.82208 6.39628 2.29325C7.52828 1.76442 8.72311 1.5 9.98078 1.5C11.1603 1.5 12.2654 1.72308 13.2963 2.16925C14.3269 2.61542 15.2256 3.22183 15.9923 3.9885C16.7589 4.75517 17.3654 5.65392 17.8115 6.68475C18.2577 7.71542 18.4808 8.8205 18.4808 10C18.4808 11.1795 18.2577 12.2846 17.8115 13.3152C17.3654 14.3461 16.7589 15.2448 15.9923 16.0115C15.2256 16.7782 14.3269 17.3846 13.2963 17.8307C12.2654 18.2769 11.1603 18.5 9.98078 18.5ZM12.9828 14.027L9.25978 10.3038V5H10.7595V9.69625L14.0365 12.973L12.9828 14.027Z" }) }));
6
+ };
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "./Icon.types";
2
+ export declare const Hyperink: ({ size, color, className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { classNames } from "../utils/classNames";
3
+ import styles from "./Icon.module.css";
4
+ export const Hyperink = ({ size = "medium", color = "inherited", className, ...props }) => {
5
+ return (_jsx("svg", { className: classNames(styles.root, styles[size], styles[color], className), viewBox: "0 0 20 20", fill: "currentColor", ...props, children: _jsx("path", { d: "M15 3C16.1046 3 17 3.89543 17 5V15C17 16.1046 16.1046 17 15 17H5C3.89543 17 3 16.1046 3 15V5C3 3.89543 3.89543 3 5 3H15ZM5 4.5C4.72386 4.5 4.5 4.72386 4.5 5V15C4.5 15.2761 4.72386 15.5 5 15.5H15C15.2761 15.5 15.5 15.2761 15.5 15V5C15.5 4.72386 15.2761 4.5 15 4.5H5ZM14 9.79785L10.7998 12.6025V10.96C8.57591 10.96 7.11197 11.5975 6 13C6.44799 10.9975 7.68796 9.00272 10.7998 8.59766V7L14 9.79785Z" }) }));
6
+ };