@reltio/design 0.1.0 → 0.2.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 (565) 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/AssistantLoader/AssistantLoader.d.ts +1 -2
  24. package/components/AssistantLoader/AssistantLoader.js +7 -4
  25. package/components/AssistantLoader/AssistantLoader.module.css.js +30 -62
  26. package/components/AssistantLoader/AssistantLoader.module.css.json +1 -1
  27. package/components/AssistantLoader/AssistantLoader.types.d.ts +5 -13
  28. package/components/Button/Button.d.ts +1 -1
  29. package/components/Button/Button.js +3 -44
  30. package/components/Button/Button.module.css.js +54 -103
  31. package/components/Button/Button.module.css.json +1 -1
  32. package/components/Button/Button.types.d.ts +7 -31
  33. package/components/Chat/Chat.js +1 -3
  34. package/components/Chat/Chat.module.css.js +18 -31
  35. package/components/Chat/Chat.module.css.json +1 -1
  36. package/components/Chat/Chat.types.d.ts +3 -11
  37. package/components/Chat/components/AssistantMessage/AssistantMessage.d.ts +1 -2
  38. package/components/Chat/components/AssistantMessage/AssistantMessage.module.css.js +4 -16
  39. package/components/Chat/components/AssistantMessage/AssistantMessage.module.css.json +1 -1
  40. package/components/Chat/components/AssistantMessage/AssistantMessage.types.d.ts +3 -10
  41. package/components/Chat/components/UserMessage/UserMessage.module.css.js +9 -4
  42. package/components/Chat/components/UserMessage/UserMessage.module.css.json +1 -1
  43. package/components/Chat/components/UserMessage/UserMessage.types.d.ts +3 -11
  44. package/components/Details/Details.d.ts +1 -1
  45. package/components/Details/Details.js +2 -7
  46. package/components/Details/Details.module.css.js +57 -44
  47. package/components/Details/Details.module.css.json +1 -1
  48. package/components/Details/Details.types.d.ts +4 -51
  49. package/components/ErrorMessage/ErrorMessage.js +1 -1
  50. package/components/ErrorMessage/ErrorMessage.module.css.js +12 -24
  51. package/components/ErrorMessage/ErrorMessage.module.css.json +1 -1
  52. package/components/ErrorMessage/ErrorMessage.types.d.ts +3 -6
  53. package/components/Markdown/Markdown.d.ts +1 -1
  54. package/components/Markdown/Markdown.js +2 -2
  55. package/components/Markdown/Markdown.module.css.js +87 -109
  56. package/components/Markdown/Markdown.module.css.json +1 -1
  57. package/components/Markdown/Markdown.types.d.ts +1 -51
  58. package/components/Skeleton/Skeleton.d.ts +1 -1
  59. package/components/Skeleton/Skeleton.js +3 -2
  60. package/components/Skeleton/Skeleton.module.css.js +13 -15
  61. package/components/Skeleton/Skeleton.module.css.json +1 -1
  62. package/components/Skeleton/Skeleton.types.d.ts +5 -23
  63. package/components/TextArea/TextArea.d.ts +3 -22
  64. package/components/TextArea/TextArea.js +3 -6
  65. package/components/TextArea/TextArea.module.css.js +65 -79
  66. package/components/TextArea/TextArea.module.css.json +1 -1
  67. package/components/TextArea/TextArea.types.d.ts +2 -21
  68. package/components/TreeList/TreeList.module.css.js +7 -12
  69. package/components/TreeList/TreeList.module.css.json +1 -1
  70. package/components/TreeList/components/TreeLevelLines/TreeLevelLines.module.css.js +12 -15
  71. package/components/TreeList/components/TreeLevelLines/TreeLevelLines.module.css.json +1 -1
  72. package/components/TreeList/components/TreeNode/TreeNode.module.css.js +19 -21
  73. package/components/TreeList/components/TreeNode/TreeNode.module.css.json +1 -1
  74. package/icons/AccessTime.d.ts +2 -0
  75. package/icons/AccessTime.js +6 -0
  76. package/icons/Accessibility.d.ts +2 -0
  77. package/icons/Accessibility.js +6 -0
  78. package/icons/AccountCircle.d.ts +1 -1
  79. package/icons/AccountCircle.js +2 -2
  80. package/icons/AcessConversations.d.ts +2 -0
  81. package/icons/AcessConversations.js +6 -0
  82. package/icons/ActionsMenu.d.ts +2 -0
  83. package/icons/ActionsMenu.js +6 -0
  84. package/icons/ActivateUser.d.ts +2 -0
  85. package/icons/ActivateUser.js +6 -0
  86. package/icons/Add.d.ts +1 -1
  87. package/icons/Add.js +2 -2
  88. package/icons/AddChild.d.ts +2 -0
  89. package/icons/AddChild.js +6 -0
  90. package/icons/AddCircle.d.ts +2 -0
  91. package/icons/AddCircle.js +6 -0
  92. package/icons/AddParent.d.ts +2 -0
  93. package/icons/AddParent.js +6 -0
  94. package/icons/AddSibling.d.ts +2 -0
  95. package/icons/AddSibling.js +6 -0
  96. package/icons/AdvancedProperties.d.ts +2 -0
  97. package/icons/AdvancedProperties.js +6 -0
  98. package/icons/AdvancedPropertiesClear.d.ts +2 -0
  99. package/icons/AdvancedPropertiesClear.js +6 -0
  100. package/icons/Analitycal.d.ts +2 -0
  101. package/icons/Analitycal.js +6 -0
  102. package/icons/ApiMonitor.d.ts +2 -0
  103. package/icons/ApiMonitor.js +6 -0
  104. package/icons/ApiPerformance.d.ts +2 -0
  105. package/icons/ApiPerformance.js +6 -0
  106. package/icons/ApiPerformanceStat.d.ts +2 -0
  107. package/icons/ApiPerformanceStat.js +6 -0
  108. package/icons/Applications.d.ts +2 -0
  109. package/icons/Applications.js +6 -0
  110. package/icons/ArrowBack.d.ts +1 -1
  111. package/icons/ArrowBack.js +2 -2
  112. package/icons/ArrowDownward.d.ts +2 -0
  113. package/icons/ArrowDownward.js +6 -0
  114. package/icons/ArrowDropDown.d.ts +1 -1
  115. package/icons/ArrowDropDown.js +2 -2
  116. package/icons/ArrowDropUp.d.ts +1 -1
  117. package/icons/ArrowDropUp.js +2 -2
  118. package/icons/ArrowForward.d.ts +1 -1
  119. package/icons/ArrowForward.js +2 -2
  120. package/icons/ArrowLeft.d.ts +1 -1
  121. package/icons/ArrowLeft.js +2 -2
  122. package/icons/ArrowRight.d.ts +1 -1
  123. package/icons/ArrowRight.js +2 -2
  124. package/icons/ArrowUpward.d.ts +2 -0
  125. package/icons/ArrowUpward.js +6 -0
  126. package/icons/Attachment.d.ts +1 -1
  127. package/icons/Attachment.js +2 -2
  128. package/icons/Attribute.d.ts +2 -0
  129. package/icons/Attribute.js +6 -0
  130. package/icons/Back.d.ts +2 -0
  131. package/icons/Back.js +6 -0
  132. package/icons/Calendar.d.ts +2 -0
  133. package/icons/Calendar.js +6 -0
  134. package/icons/CalendarRange.d.ts +2 -0
  135. package/icons/CalendarRange.js +6 -0
  136. package/icons/CalendarToday.d.ts +2 -0
  137. package/icons/CalendarToday.js +6 -0
  138. package/icons/Cancel.d.ts +2 -0
  139. package/icons/Cancel.js +6 -0
  140. package/icons/Chat.d.ts +1 -1
  141. package/icons/Chat.js +2 -2
  142. package/icons/Check.d.ts +1 -1
  143. package/icons/Check.js +2 -2
  144. package/icons/CheckCircle.d.ts +1 -1
  145. package/icons/CheckCircle.js +2 -2
  146. package/icons/Checkbox.d.ts +2 -0
  147. package/icons/Checkbox.js +6 -0
  148. package/icons/CheckboxFilled.d.ts +2 -0
  149. package/icons/CheckboxFilled.js +6 -0
  150. package/icons/CheckboxIndeterminate.d.ts +2 -0
  151. package/icons/CheckboxIndeterminate.js +6 -0
  152. package/icons/CheckboxIndeterminateFilled.d.ts +2 -0
  153. package/icons/CheckboxIndeterminateFilled.js +6 -0
  154. package/icons/CheckboxOutlined.d.ts +2 -0
  155. package/icons/CheckboxOutlined.js +6 -0
  156. package/icons/ChevronLeft.d.ts +1 -1
  157. package/icons/ChevronLeft.js +2 -2
  158. package/icons/ChevronRight.d.ts +1 -1
  159. package/icons/ChevronRight.js +2 -2
  160. package/icons/Cleansing.d.ts +2 -0
  161. package/icons/Cleansing.js +6 -0
  162. package/icons/Close.d.ts +1 -1
  163. package/icons/Close.js +2 -2
  164. package/icons/Colapse.d.ts +2 -0
  165. package/icons/Colapse.js +6 -0
  166. package/icons/CollapseDrawer.d.ts +2 -0
  167. package/icons/CollapseDrawer.js +6 -0
  168. package/icons/Comment.d.ts +1 -1
  169. package/icons/Comment.js +2 -2
  170. package/icons/Comments.d.ts +2 -0
  171. package/icons/Comments.js +6 -0
  172. package/icons/ComplexAttribute.d.ts +2 -0
  173. package/icons/ComplexAttribute.js +6 -0
  174. package/icons/Consolidated.d.ts +2 -0
  175. package/icons/Consolidated.js +6 -0
  176. package/icons/ContentCopy.d.ts +1 -1
  177. package/icons/ContentCopy.js +2 -2
  178. package/icons/ContentPaste.d.ts +1 -1
  179. package/icons/ContentPaste.js +2 -2
  180. package/icons/ControlAttriibute.d.ts +2 -0
  181. package/icons/ControlAttriibute.js +6 -0
  182. package/icons/Copy.d.ts +2 -0
  183. package/icons/Copy.js +6 -0
  184. package/icons/CriticalError.d.ts +2 -0
  185. package/icons/CriticalError.js +6 -0
  186. package/icons/DashboardChart.d.ts +2 -0
  187. package/icons/DashboardChart.js +6 -0
  188. package/icons/DashboardGlobal.d.ts +2 -0
  189. package/icons/DashboardGlobal.js +6 -0
  190. package/icons/DataPrep.d.ts +2 -0
  191. package/icons/DataPrep.js +6 -0
  192. package/icons/DataUpload.d.ts +2 -0
  193. package/icons/DataUpload.js +6 -0
  194. package/icons/DcrComment.d.ts +2 -0
  195. package/icons/DcrComment.js +6 -0
  196. package/icons/DeactivateUser.d.ts +2 -0
  197. package/icons/DeactivateUser.js +6 -0
  198. package/icons/Delete.d.ts +1 -1
  199. package/icons/Delete.js +2 -2
  200. package/icons/DerivedAttribute.d.ts +2 -0
  201. package/icons/DerivedAttribute.js +6 -0
  202. package/icons/Description.d.ts +1 -1
  203. package/icons/Description.js +2 -2
  204. package/icons/DesignServices.d.ts +2 -0
  205. package/icons/DesignServices.js +6 -0
  206. package/icons/Dev.d.ts +2 -0
  207. package/icons/Dev.js +6 -0
  208. package/icons/Done.d.ts +2 -0
  209. package/icons/Done.js +6 -0
  210. package/icons/Down.d.ts +2 -0
  211. package/icons/Down.js +6 -0
  212. package/icons/Download.d.ts +1 -1
  213. package/icons/Download.js +2 -2
  214. package/icons/Draft.d.ts +2 -0
  215. package/icons/Draft.js +6 -0
  216. package/icons/Drag.d.ts +2 -0
  217. package/icons/Drag.js +6 -0
  218. package/icons/DragHoriz.d.ts +2 -0
  219. package/icons/DragHoriz.js +6 -0
  220. package/icons/DuplicateGroup.d.ts +2 -0
  221. package/icons/DuplicateGroup.js +6 -0
  222. package/icons/DuplicateJob.d.ts +2 -0
  223. package/icons/DuplicateJob.js +6 -0
  224. package/icons/DuplicateRole.d.ts +2 -0
  225. package/icons/DuplicateRole.js +6 -0
  226. package/icons/Duration.d.ts +2 -0
  227. package/icons/Duration.js +6 -0
  228. package/icons/Edit.d.ts +1 -1
  229. package/icons/Edit.js +2 -2
  230. package/icons/EditSchedule.d.ts +2 -0
  231. package/icons/EditSchedule.js +6 -0
  232. package/icons/Email.d.ts +1 -1
  233. package/icons/Email.js +2 -2
  234. package/icons/EndDate.d.ts +2 -0
  235. package/icons/EndDate.js +6 -0
  236. package/icons/EndDateFlag.d.ts +2 -0
  237. package/icons/EndDateFlag.js +6 -0
  238. package/icons/Error.d.ts +2 -0
  239. package/icons/Error.js +6 -0
  240. package/icons/ErrorCircle.d.ts +1 -1
  241. package/icons/ErrorCircle.js +2 -2
  242. package/icons/Event.d.ts +2 -0
  243. package/icons/Event.js +6 -0
  244. package/icons/Expand.d.ts +2 -0
  245. package/icons/Expand.js +6 -0
  246. package/icons/ExpandLess.d.ts +1 -1
  247. package/icons/ExpandLess.js +2 -2
  248. package/icons/ExpandMore.d.ts +1 -1
  249. package/icons/ExpandMore.js +2 -2
  250. package/icons/Explore.d.ts +2 -0
  251. package/icons/Explore.js +6 -0
  252. package/icons/Favorite.d.ts +2 -0
  253. package/icons/Favorite.js +6 -0
  254. package/icons/File.d.ts +2 -0
  255. package/icons/File.js +6 -0
  256. package/icons/FilterAdd.d.ts +2 -0
  257. package/icons/FilterAdd.js +6 -0
  258. package/icons/FilterClear.d.ts +2 -0
  259. package/icons/FilterClear.js +6 -0
  260. package/icons/FilterList.d.ts +1 -1
  261. package/icons/FilterList.js +2 -2
  262. package/icons/FilterSelect.d.ts +2 -0
  263. package/icons/FilterSelect.js +6 -0
  264. package/icons/FindMatch.d.ts +2 -0
  265. package/icons/FindMatch.js +6 -0
  266. package/icons/Flag.d.ts +2 -0
  267. package/icons/Flag.js +6 -0
  268. package/icons/Folder.d.ts +1 -1
  269. package/icons/Folder.js +2 -2
  270. package/icons/FolderOpen.d.ts +2 -0
  271. package/icons/FolderOpen.js +6 -0
  272. package/icons/FolderSelected.d.ts +2 -0
  273. package/icons/FolderSelected.js +6 -0
  274. package/icons/ForamteListNumbered.d.ts +2 -0
  275. package/icons/ForamteListNumbered.js +6 -0
  276. package/icons/FormatBold.d.ts +2 -0
  277. package/icons/FormatBold.js +6 -0
  278. package/icons/FormatItalics.d.ts +2 -0
  279. package/icons/FormatItalics.js +6 -0
  280. package/icons/FormatUnderline.d.ts +2 -0
  281. package/icons/FormatUnderline.js +6 -0
  282. package/icons/FormateListPoints.d.ts +2 -0
  283. package/icons/FormateListPoints.js +6 -0
  284. package/icons/Fullscreen.d.ts +2 -0
  285. package/icons/Fullscreen.js +6 -0
  286. package/icons/FullscreenExit.d.ts +2 -0
  287. package/icons/FullscreenExit.js +6 -0
  288. package/icons/Group.d.ts +2 -0
  289. package/icons/Group.js +6 -0
  290. package/icons/Help.d.ts +1 -1
  291. package/icons/Help.js +2 -2
  292. package/icons/History.d.ts +2 -0
  293. package/icons/History.js +6 -0
  294. package/icons/Hyperink.d.ts +2 -0
  295. package/icons/Hyperink.js +6 -0
  296. package/icons/Icon.module.css.js +27 -40
  297. package/icons/Icon.module.css.json +1 -1
  298. package/icons/Icon.types.d.ts +3 -9
  299. package/icons/Indicator.d.ts +2 -0
  300. package/icons/Indicator.js +6 -0
  301. package/icons/Info.d.ts +1 -1
  302. package/icons/Info.js +2 -2
  303. package/icons/Inheritance.d.ts +2 -0
  304. package/icons/Inheritance.js +6 -0
  305. package/icons/KeyId.d.ts +2 -0
  306. package/icons/KeyId.js +6 -0
  307. package/icons/KeyboardArrowDown.d.ts +1 -1
  308. package/icons/KeyboardArrowDown.js +2 -2
  309. package/icons/KeyboardArrowLeft.d.ts +2 -0
  310. package/icons/KeyboardArrowLeft.js +6 -0
  311. package/icons/KeyboardArrowRight.d.ts +2 -0
  312. package/icons/KeyboardArrowRight.js +6 -0
  313. package/icons/KeyboardArrowUp.d.ts +1 -1
  314. package/icons/KeyboardArrowUp.js +2 -2
  315. package/icons/Lightbulb.d.ts +2 -0
  316. package/icons/Lightbulb.js +6 -0
  317. package/icons/Link.d.ts +2 -0
  318. package/icons/Link.js +6 -0
  319. package/icons/LocationOn.d.ts +2 -0
  320. package/icons/LocationOn.js +6 -0
  321. package/icons/Lock.d.ts +2 -0
  322. package/icons/Lock.js +6 -0
  323. package/icons/LockOpen.d.ts +2 -0
  324. package/icons/LockOpen.js +6 -0
  325. package/icons/Login.d.ts +2 -0
  326. package/icons/Login.js +6 -0
  327. package/icons/Logout.d.ts +1 -1
  328. package/icons/Logout.js +2 -2
  329. package/icons/LookupType.d.ts +2 -0
  330. package/icons/LookupType.js +6 -0
  331. package/icons/LostMerge.d.ts +2 -0
  332. package/icons/LostMerge.js +6 -0
  333. package/icons/ManageAgent.d.ts +2 -0
  334. package/icons/ManageAgent.js +6 -0
  335. package/icons/MatchRule.d.ts +2 -0
  336. package/icons/MatchRule.js +6 -0
  337. package/icons/Menu.d.ts +1 -1
  338. package/icons/Menu.js +2 -2
  339. package/icons/Merge.d.ts +2 -0
  340. package/icons/Merge.js +6 -0
  341. package/icons/Mic.d.ts +2 -0
  342. package/icons/Mic.js +6 -0
  343. package/icons/MlModel.d.ts +2 -0
  344. package/icons/MlModel.js +6 -0
  345. package/icons/MoreHoriz.d.ts +2 -0
  346. package/icons/MoreHoriz.js +6 -0
  347. package/icons/MoreVert.d.ts +2 -0
  348. package/icons/MoreVert.js +6 -0
  349. package/icons/Move.d.ts +2 -0
  350. package/icons/Move.js +6 -0
  351. package/icons/NestedAttribute.d.ts +2 -0
  352. package/icons/NestedAttribute.js +6 -0
  353. package/icons/NetworkNode.d.ts +2 -0
  354. package/icons/NetworkNode.js +6 -0
  355. package/icons/Next.d.ts +2 -0
  356. package/icons/Next.js +6 -0
  357. package/icons/NotAMatch.d.ts +2 -0
  358. package/icons/NotAMatch.js +6 -0
  359. package/icons/NotMatched.d.ts +2 -0
  360. package/icons/NotMatched.js +6 -0
  361. package/icons/NotMatchesSet.d.ts +2 -0
  362. package/icons/NotMatchesSet.js +6 -0
  363. package/icons/NotificationManagement.d.ts +2 -0
  364. package/icons/NotificationManagement.js +6 -0
  365. package/icons/Notifications.d.ts +1 -1
  366. package/icons/Notifications.js +2 -2
  367. package/icons/NotificationsActive.d.ts +2 -0
  368. package/icons/NotificationsActive.js +6 -0
  369. package/icons/OpenDrawer.d.ts +2 -0
  370. package/icons/OpenDrawer.js +6 -0
  371. package/icons/OvMarker.d.ts +2 -0
  372. package/icons/OvMarker.js +6 -0
  373. package/icons/PasswordExpired.d.ts +2 -0
  374. package/icons/PasswordExpired.js +6 -0
  375. package/icons/Pause.d.ts +2 -0
  376. package/icons/Pause.js +6 -0
  377. package/icons/People.d.ts +1 -1
  378. package/icons/People.js +2 -2
  379. package/icons/PermIdentity.d.ts +2 -0
  380. package/icons/PermIdentity.js +6 -0
  381. package/icons/Person.d.ts +1 -1
  382. package/icons/Person.js +2 -2
  383. package/icons/Pin.d.ts +2 -0
  384. package/icons/Pin.js +6 -0
  385. package/icons/Play.d.ts +2 -0
  386. package/icons/Play.js +6 -0
  387. package/icons/Poll.d.ts +2 -0
  388. package/icons/Poll.js +6 -0
  389. package/icons/PotentialMatches.d.ts +2 -0
  390. package/icons/PotentialMatches.js +6 -0
  391. package/icons/Profile.d.ts +2 -0
  392. package/icons/Profile.js +6 -0
  393. package/icons/Profiles.d.ts +2 -0
  394. package/icons/Profiles.js +6 -0
  395. package/icons/QueryBuilder.d.ts +2 -0
  396. package/icons/QueryBuilder.js +6 -0
  397. package/icons/RadioChecked.d.ts +2 -0
  398. package/icons/RadioChecked.js +6 -0
  399. package/icons/RadioUnchecked.d.ts +2 -0
  400. package/icons/RadioUnchecked.js +6 -0
  401. package/icons/Recommend.d.ts +2 -0
  402. package/icons/Recommend.js +6 -0
  403. package/icons/Recommended.d.ts +2 -0
  404. package/icons/Recommended.js +6 -0
  405. package/icons/ReferenceProfile.d.ts +2 -0
  406. package/icons/ReferenceProfile.js +6 -0
  407. package/icons/Refresh.d.ts +1 -1
  408. package/icons/Refresh.js +2 -2
  409. package/icons/RefreshDate.d.ts +2 -0
  410. package/icons/RefreshDate.js +6 -0
  411. package/icons/RelationsView.d.ts +2 -0
  412. package/icons/RelationsView.js +6 -0
  413. package/icons/Remove.d.ts +1 -1
  414. package/icons/Remove.js +2 -2
  415. package/icons/RemoveCircle.d.ts +2 -0
  416. package/icons/RemoveCircle.js +6 -0
  417. package/icons/Replay.d.ts +2 -0
  418. package/icons/Replay.js +6 -0
  419. package/icons/Required.d.ts +2 -0
  420. package/icons/Required.js +6 -0
  421. package/icons/RequiredOff.d.ts +2 -0
  422. package/icons/RequiredOff.js +6 -0
  423. package/icons/Reset.d.ts +2 -0
  424. package/icons/Reset.js +6 -0
  425. package/icons/ResetPassword.d.ts +2 -0
  426. package/icons/ResetPassword.js +6 -0
  427. package/icons/ResizeFacetSize.d.ts +2 -0
  428. package/icons/ResizeFacetSize.js +6 -0
  429. package/icons/Resume.d.ts +2 -0
  430. package/icons/Resume.js +6 -0
  431. package/icons/Review.d.ts +2 -0
  432. package/icons/Review.js +6 -0
  433. package/icons/Roles.d.ts +2 -0
  434. package/icons/Roles.js +6 -0
  435. package/icons/Save.d.ts +1 -1
  436. package/icons/Save.js +2 -2
  437. package/icons/Scope.d.ts +2 -0
  438. package/icons/Scope.js +6 -0
  439. package/icons/Search.d.ts +1 -1
  440. package/icons/Search.js +2 -2
  441. package/icons/SearchConnections.d.ts +2 -0
  442. package/icons/SearchConnections.js +6 -0
  443. package/icons/SearchGlobal.d.ts +2 -0
  444. package/icons/SearchGlobal.js +6 -0
  445. package/icons/Segments.d.ts +2 -0
  446. package/icons/Segments.js +6 -0
  447. package/icons/SelectedNode.d.ts +2 -0
  448. package/icons/SelectedNode.js +6 -0
  449. package/icons/Send.d.ts +2 -0
  450. package/icons/Send.js +6 -0
  451. package/icons/Settings.d.ts +1 -1
  452. package/icons/Settings.js +2 -2
  453. package/icons/Share.d.ts +1 -1
  454. package/icons/Share.js +2 -2
  455. package/icons/ShoppingCart.d.ts +2 -0
  456. package/icons/ShoppingCart.js +6 -0
  457. package/icons/ShowGraph.d.ts +2 -0
  458. package/icons/ShowGraph.js +6 -0
  459. package/icons/ShowPanel.d.ts +2 -0
  460. package/icons/ShowPanel.js +6 -0
  461. package/icons/ShowhideColumns.d.ts +2 -0
  462. package/icons/ShowhideColumns.js +6 -0
  463. package/icons/SideNav.d.ts +2 -0
  464. package/icons/SideNav.js +6 -0
  465. package/icons/SimpleAttribute.d.ts +2 -0
  466. package/icons/SimpleAttribute.js +6 -0
  467. package/icons/Sort.d.ts +1 -1
  468. package/icons/Sort.js +2 -2
  469. package/icons/Sorting.d.ts +2 -0
  470. package/icons/Sorting.js +6 -0
  471. package/icons/Split.d.ts +2 -0
  472. package/icons/Split.js +6 -0
  473. package/icons/Star.d.ts +2 -0
  474. package/icons/Star.js +6 -0
  475. package/icons/StarSelected.d.ts +2 -0
  476. package/icons/StarSelected.js +6 -0
  477. package/icons/StartDate.d.ts +2 -0
  478. package/icons/StartDate.js +6 -0
  479. package/icons/StopJob.d.ts +2 -0
  480. package/icons/StopJob.js +6 -0
  481. package/icons/Style.d.ts +2 -0
  482. package/icons/Style.js +6 -0
  483. package/icons/Suggest.d.ts +2 -0
  484. package/icons/Suggest.js +6 -0
  485. package/icons/Survivorship.d.ts +2 -0
  486. package/icons/Survivorship.js +6 -0
  487. package/icons/Sync.d.ts +2 -0
  488. package/icons/Sync.js +6 -0
  489. package/icons/TaskList.d.ts +2 -0
  490. package/icons/TaskList.js +6 -0
  491. package/icons/ThumbDown.d.ts +2 -0
  492. package/icons/ThumbDown.js +6 -0
  493. package/icons/ThumbUp.d.ts +2 -0
  494. package/icons/ThumbUp.js +6 -0
  495. package/icons/Today.d.ts +2 -0
  496. package/icons/Today.js +6 -0
  497. package/icons/Training.d.ts +2 -0
  498. package/icons/Training.js +6 -0
  499. package/icons/TrainingBulb.d.ts +2 -0
  500. package/icons/TrainingBulb.js +6 -0
  501. package/icons/TrainingBulbReady.d.ts +2 -0
  502. package/icons/TrainingBulbReady.js +6 -0
  503. package/icons/TrainingContinue.d.ts +2 -0
  504. package/icons/TrainingContinue.js +6 -0
  505. package/icons/TrainingReady.d.ts +2 -0
  506. package/icons/TrainingReady.js +6 -0
  507. package/icons/Transform.d.ts +2 -0
  508. package/icons/Transform.js +6 -0
  509. package/icons/Tune.d.ts +2 -0
  510. package/icons/Tune.js +6 -0
  511. package/icons/Unmerge.d.ts +2 -0
  512. package/icons/Unmerge.js +6 -0
  513. package/icons/Unpublish.d.ts +2 -0
  514. package/icons/Unpublish.js +6 -0
  515. package/icons/Unshare.d.ts +2 -0
  516. package/icons/Unshare.js +6 -0
  517. package/icons/Up.d.ts +2 -0
  518. package/icons/Up.js +6 -0
  519. package/icons/Upload.d.ts +1 -1
  520. package/icons/Upload.js +2 -2
  521. package/icons/UsageApp.d.ts +2 -0
  522. package/icons/UsageApp.js +6 -0
  523. package/icons/Users.d.ts +2 -0
  524. package/icons/Users.js +6 -0
  525. package/icons/VerticalAlign.d.ts +2 -0
  526. package/icons/VerticalAlign.js +6 -0
  527. package/icons/ViewCards.d.ts +2 -0
  528. package/icons/ViewCards.js +6 -0
  529. package/icons/ViewChart.d.ts +2 -0
  530. package/icons/ViewChart.js +6 -0
  531. package/icons/ViewColumn.d.ts +2 -0
  532. package/icons/ViewColumn.js +6 -0
  533. package/icons/ViewHierarchy.d.ts +2 -0
  534. package/icons/ViewHierarchy.js +6 -0
  535. package/icons/ViewList.d.ts +2 -0
  536. package/icons/ViewList.js +6 -0
  537. package/icons/ViewMap.d.ts +2 -0
  538. package/icons/ViewMap.js +6 -0
  539. package/icons/ViewTable.d.ts +2 -0
  540. package/icons/ViewTable.js +6 -0
  541. package/icons/Visibility.d.ts +1 -1
  542. package/icons/Visibility.js +2 -2
  543. package/icons/VisibilityOff.d.ts +1 -1
  544. package/icons/VisibilityOff.js +2 -2
  545. package/icons/Warning.d.ts +1 -1
  546. package/icons/Warning.js +2 -2
  547. package/icons/Working.d.ts +2 -0
  548. package/icons/Working.js +6 -0
  549. package/icons/index.d.ts +189 -2
  550. package/icons/index.js +377 -3
  551. package/package.json +4 -10
  552. package/packages/design/charts.d.ts +1 -0
  553. package/packages/design/charts.js +1 -0
  554. package/packages/design/icons.d.ts +1 -0
  555. package/packages/design/icons.js +1 -0
  556. package/packages/design/utils.d.ts +1 -0
  557. package/packages/design/utils.js +1 -0
  558. package/utils/classNames.d.ts +5 -3
  559. package/utils/classNames.js +6 -6
  560. package/utils/index.d.ts +2 -0
  561. package/utils/index.js +2 -0
  562. package/utils/types.d.ts +11 -0
  563. package/utils/types.js +1 -0
  564. /package/packages/design/{index.d.ts → components.d.ts} +0 -0
  565. /package/packages/design/{index.js → components.js} +0 -0
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "./Icon.types";
2
+ export declare const AdvancedPropertiesClear: ({ 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 AdvancedPropertiesClear = ({ 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: "M20.5001 12.346L16.9503 15.8968L20.5001 19.4466L19.4464 20.5003L15.8966 16.9505L12.3458 20.5003L11.2921 19.4466L14.8419 15.8968L11.2921 12.346L12.3458 11.2923L15.8966 14.8421L19.4464 11.2923L20.5001 12.346ZM12.6886 3.55598C12.9885 3.66497 13.2603 3.79234 13.5031 3.93782C13.7459 4.08328 13.991 4.25506 14.2384 4.45247L17.089 3.26888L19.3956 7.25032L17.1945 8.92317C17.2007 8.93586 17.2042 8.94857 17.2042 8.96126C17.2042 8.97409 17.2075 8.98749 17.214 9.00032H15.3615C15.3448 8.91709 15.33 8.83417 15.3165 8.75227C15.3032 8.67023 15.2795 8.58743 15.2462 8.50423L17.4347 6.84993L16.4503 5.14973L13.9366 6.2093C13.602 5.85166 13.2007 5.53538 12.7335 5.26106C12.2663 4.98686 11.7936 4.79317 11.3156 4.67903L11.0001 2.00032H9.01575L8.68469 4.66927C8.17462 4.78974 7.70354 4.97438 7.27161 5.22298C6.83944 5.47181 6.42664 5.79272 6.0343 6.18489L3.54993 5.14973L2.56555 6.84993L4.72473 8.4593C4.64145 8.6965 4.58327 8.94336 4.54993 9.19954C4.51661 9.45576 4.50014 9.72592 4.50012 10.0091C4.50012 10.2693 4.51662 10.5248 4.54993 10.7747C4.58326 11.0247 4.63894 11.2723 4.71594 11.5159L2.56555 13.1497L3.54993 14.8499L6.02551 13.8001C6.42543 14.2103 6.87698 14.5519 7.38 14.8255C7.88317 15.0992 8.42312 15.2883 9.00012 15.3909V19.5003H7.6925L7.31165 16.4534C7.04385 16.3638 6.76889 16.2389 6.48743 16.0775C6.20609 15.9158 5.95438 15.7424 5.73254 15.5579L2.91125 16.7503L0.603638 12.7503L3.04407 10.9056C3.02108 10.757 3.0049 10.6073 2.99524 10.4574C2.98559 10.3075 2.98059 10.1578 2.98059 10.0091C2.9806 9.86707 2.98558 9.72222 2.99524 9.57552C3.00491 9.42881 3.02109 9.26822 3.04407 9.09407L0.603638 7.25032L2.91125 3.26888L5.72278 4.45247C5.96393 4.26148 6.2216 4.08638 6.49524 3.92805C6.76886 3.76975 7.03776 3.64238 7.30188 3.54622L7.6925 0.50032H12.3077L12.6886 3.55598ZM10.0118 7.00032C10.6707 7.00038 11.2533 7.18554 11.7589 7.55598C12.2646 7.92645 12.6196 8.40812 12.8234 9.00032H11.1212C10.9879 8.85036 10.8283 8.7287 10.6417 8.63704C10.4553 8.54541 10.2451 8.50036 10.0118 8.50032C9.59517 8.50032 9.24101 8.64615 8.94934 8.93782C8.65768 9.22948 8.51184 9.58366 8.51184 10.0003C8.51189 10.1964 8.55682 10.402 8.64661 10.6165C8.73621 10.8311 8.85413 11.0048 9.00012 11.138V12.8304C8.40159 12.6163 7.92023 12.2579 7.55676 11.7542C7.19332 11.2505 7.0119 10.6655 7.01184 10.0003C7.01184 9.16833 7.30383 8.46029 7.88782 7.8763C8.47182 7.2923 9.17984 7.00032 10.0118 7.00032Z" }) }));
6
+ };
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "./Icon.types";
2
+ export declare const Analitycal: ({ 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 Analitycal = ({ 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.0004 0.50032C15.2469 0.500497 19.5004 4.75372 19.5004 10.0003C19.5002 15.2468 15.2468 19.5001 10.0004 19.5003H2.49939C1.39482 19.5003 0.500366 18.6049 0.500366 17.5003V10.0003C0.500366 4.75362 4.75366 0.50032 10.0004 0.50032ZM10.0004 2.00032C5.58209 2.00032 2.00037 5.58204 2.00037 10.0003V17.5003C2.00037 17.7771 2.22385 18.0003 2.49939 18.0003H10.0004C14.4184 18.0001 18.0002 14.4183 18.0004 10.0003C18.0004 5.58215 14.4185 2.0005 10.0004 2.00032ZM6.6156 8.25032V14.7503H5.1156V8.25032H6.6156ZM10.5004 5.25032V14.7503H9.00037V5.25032H10.5004ZM14.3842 11.2503V14.7503H12.8842V11.2503H14.3842Z" }) }));
6
+ };
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "./Icon.types";
2
+ export declare const ApiMonitor: ({ 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 ApiMonitor = ({ 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: "M17.6924 1.5C18.1975 1.50003 18.6246 1.67542 18.9746 2.02539C19.3246 2.37536 19.5 2.80251 19.5 3.30762V14.6924C19.5 15.1975 19.3246 15.6246 18.9746 15.9746C18.6246 16.3246 18.1975 16.5 17.6924 16.5H13.5V18.5H6.5V16.5H2.30762C1.80251 16.5 1.37536 16.3246 1.02539 15.9746C0.675421 15.6246 0.500031 15.1975 0.5 14.6924V3.30762C0.500031 2.80251 0.675421 2.37536 1.02539 2.02539C1.37536 1.67542 1.80251 1.50003 2.30762 1.5H17.6924ZM2.30762 3C2.23067 3.00004 2.16064 3.03255 2.09668 3.09668C2.03255 3.16064 2.00004 3.23067 2 3.30762V14.6924C2.00004 14.7693 2.03255 14.8394 2.09668 14.9033C2.16064 14.9675 2.23067 15 2.30762 15H17.6924C17.7693 15 17.8394 14.9675 17.9033 14.9033C17.9675 14.8394 18 14.7693 18 14.6924V3.30762C18 3.23067 17.9674 3.16064 17.9033 3.09668C17.8394 3.03255 17.7693 3.00004 17.6924 3H2.30762ZM7.55566 6C8.04492 6 8.44434 6.44995 8.44434 7V12H7.11133V10.5H5.33301V12H4V7C4 6.44995 4.40039 6 4.88867 6H7.55566ZM12.4443 6C13.1553 6 13.7773 6.69995 13.7773 7.5V8.5C13.7773 9.30005 13.1553 10 12.4443 10H10.667V12H9.33301V6H12.4443ZM16 12H14.667V6H16V12ZM5.33301 9H7.11133V7.5H5.33301V9ZM10.667 8.5H12.4443V7.5H10.667V8.5Z" }) }));
6
+ };
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "./Icon.types";
2
+ export declare const ApiPerformance: ({ 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 ApiPerformance = ({ size = "medium", color = "inherited", className, ...props }) => {
5
+ return (_jsx("svg", { className: classNames(styles.root, styles[size], styles[color], className), viewBox: "0 0 22 22", fill: "currentColor", ...props, children: _jsx("path", { d: "M18.1221 13.875C18.3922 13.9519 18.6447 14.0594 18.8789 14.1963C19.1134 14.3334 19.3249 14.4976 19.5107 14.6885L20.8447 14.208L21.5566 15.4775L20.4834 16.3711C20.555 16.6515 20.5908 16.9212 20.5908 17.1787C20.5908 17.4364 20.555 17.69 20.4834 17.9385L21.5752 18.8428L20.8643 20.043L19.5107 19.6113C19.3147 19.8022 19.1014 19.9636 18.8721 20.0938C18.6427 20.2238 18.3923 20.324 18.1221 20.3945L17.8789 21.75H16.4561L16.2139 20.3945C15.9565 20.3241 15.7126 20.2271 15.4834 20.1035C15.254 19.9799 15.0374 19.8217 14.835 19.6309L13.5293 20.043L12.8174 18.8428L13.8623 17.9678C13.7842 17.7 13.7451 17.4253 13.7451 17.1445C13.7451 16.8639 13.7842 16.5832 13.8623 16.3027L12.7988 15.4082L13.5293 14.1885L14.8447 14.6289C15.0471 14.4444 15.2604 14.2923 15.4834 14.1719C15.7063 14.0515 15.9499 13.952 16.2139 13.875L16.4561 12.5195H17.8789L18.1221 13.875ZM17.168 15.0576C16.5989 15.0576 16.1098 15.2623 15.7021 15.6699C15.2948 16.0774 15.0909 16.5657 15.0908 17.1348C15.0909 17.7038 15.2946 18.193 15.7021 18.6006C16.1097 19.008 16.599 19.2119 17.168 19.2119C17.737 19.2118 18.2263 19.0081 18.6338 18.6006C19.0413 18.193 19.2451 17.7037 19.2451 17.1348C19.2451 16.5659 19.0409 16.0774 18.6338 15.6699C18.2263 15.2624 17.737 15.0578 17.168 15.0576ZM17.6924 1.5C18.1975 1.50003 18.6246 1.67542 18.9746 2.02539C19.3246 2.37536 19.5 2.80251 19.5 3.30762V10.4609C19.0228 10.2784 18.5208 10.1468 18 10.0723V3.30762C18 3.23067 17.9674 3.16064 17.9033 3.09668C17.8394 3.03255 17.7693 3.00004 17.6924 3H2.30762C2.23067 3.00004 2.16064 3.03255 2.09668 3.09668C2.03255 3.16064 2.00004 3.23067 2 3.30762V14.6924C2.00004 14.7693 2.03255 14.8394 2.09668 14.9033C2.16064 14.9675 2.23067 15 2.30762 15H10.291C10.148 15.4805 10.0561 15.9824 10.0195 16.5H2.30762C1.80251 16.5 1.37536 16.3246 1.02539 15.9746C0.675421 15.6246 0.500031 15.1975 0.5 14.6924V3.30762C0.500031 2.80251 0.675421 2.37536 1.02539 2.02539C1.37536 1.67542 1.80251 1.50003 2.30762 1.5H17.6924ZM7.55566 6C8.04492 6 8.44434 6.44995 8.44434 7V12H7.11133V10.5H5.33301V12H4V7C4 6.44995 4.40039 6 4.88867 6H7.55566ZM12.4443 6C13.1553 6 13.7773 6.69995 13.7773 7.5V8.5C13.7773 9.30005 13.1553 10 12.4443 10H10.667V12H9.33301V6H12.4443ZM16 10.0723C15.5396 10.1381 15.0939 10.2485 14.667 10.3994V6H16V10.0723ZM5.33301 9H7.11133V7.5H5.33301V9ZM10.667 8.5H12.4443V7.5H10.667V8.5Z" }) }));
6
+ };
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "./Icon.types";
2
+ export declare const ApiPerformanceStat: ({ 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 ApiPerformanceStat = ({ 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.19141 13.7471C5.74127 13.7471 6.19121 14.1972 6.19141 14.7471V19.7471H4.69141V18.2471H2.69141V19.7471H1.19141V14.7471C1.19161 14.1972 1.64154 13.7471 2.19141 13.7471H5.19141ZM10.6914 13.7471C11.4913 13.7471 12.1912 14.4472 12.1914 15.2471V16.2471C12.1914 17.0471 11.4914 17.7471 10.6914 17.7471H8.69141V19.7471H7.19141V13.7471H10.6914ZM14.6914 19.7471H13.1914V13.7471H14.6914V19.7471ZM2.69141 16.7471H4.69141V15.2471H2.69141V16.7471ZM8.69141 16.2471H10.6914V15.2471H8.69141V16.2471ZM15 5H19V14L9.59961 6.65039L5.625 12.125L1 8.5V5L5 8L10 1L15 5Z" }) }));
6
+ };
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "./Icon.types";
2
+ export declare const Applications: ({ 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 Applications = ({ 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 17.6152C3.55585 17.6152 3.1756 17.4571 2.85927 17.1407C2.54293 16.8244 2.38477 16.4442 2.38477 16C2.38477 15.5558 2.54293 15.1756 2.85927 14.8593C3.1756 14.5429 3.55585 14.3848 4.00002 14.3848C4.44418 14.3848 4.82443 14.5429 5.14077 14.8593C5.4571 15.1756 5.61527 15.5558 5.61527 16C5.61527 16.4442 5.4571 16.8244 5.14077 17.1407C4.82443 17.4571 4.44418 17.6152 4.00002 17.6152ZM10 17.6152C9.55585 17.6152 9.1756 17.4571 8.85927 17.1407C8.54293 16.8244 8.38477 16.4442 8.38477 16C8.38477 15.5558 8.54293 15.1756 8.85927 14.8593C9.1756 14.5429 9.55585 14.3848 10 14.3848C10.4442 14.3848 10.8244 14.5429 11.1408 14.8593C11.4571 15.1756 11.6153 15.5558 11.6153 16C11.6153 16.4442 11.4571 16.8244 11.1408 17.1407C10.8244 17.4571 10.4442 17.6152 10 17.6152ZM16 17.6152C15.5558 17.6152 15.1756 17.4571 14.8593 17.1407C14.5429 16.8244 14.3848 16.4442 14.3848 16C14.3848 15.5558 14.5429 15.1756 14.8593 14.8593C15.1756 14.5429 15.5558 14.3848 16 14.3848C16.4442 14.3848 16.8244 14.5429 17.1408 14.8593C17.4571 15.1756 17.6153 15.5558 17.6153 16C17.6153 16.4442 17.4571 16.8244 17.1408 17.1407C16.8244 17.4571 16.4442 17.6152 16 17.6152ZM4.00002 11.6152C3.55585 11.6152 3.1756 11.4571 2.85927 11.1407C2.54293 10.8244 2.38477 10.4442 2.38477 10C2.38477 9.55583 2.54293 9.17558 2.85927 8.85925C3.1756 8.54292 3.55585 8.38475 4.00002 8.38475C4.44418 8.38475 4.82443 8.54292 5.14077 8.85925C5.4571 9.17558 5.61527 9.55583 5.61527 10C5.61527 10.4442 5.4571 10.8244 5.14077 11.1407C4.82443 11.4571 4.44418 11.6152 4.00002 11.6152ZM10 11.6152C9.55585 11.6152 9.1756 11.4571 8.85927 11.1407C8.54293 10.8244 8.38477 10.4442 8.38477 10C8.38477 9.55583 8.54293 9.17558 8.85927 8.85925C9.1756 8.54292 9.55585 8.38475 10 8.38475C10.4442 8.38475 10.8244 8.54292 11.1408 8.85925C11.4571 9.17558 11.6153 9.55583 11.6153 10C11.6153 10.4442 11.4571 10.8244 11.1408 11.1407C10.8244 11.4571 10.4442 11.6152 10 11.6152ZM16 11.6152C15.5558 11.6152 15.1756 11.4571 14.8593 11.1407C14.5429 10.8244 14.3848 10.4442 14.3848 10C14.3848 9.55583 14.5429 9.17558 14.8593 8.85925C15.1756 8.54292 15.5558 8.38475 16 8.38475C16.4442 8.38475 16.8244 8.54292 17.1408 8.85925C17.4571 9.17558 17.6153 9.55583 17.6153 10C17.6153 10.4442 17.4571 10.8244 17.1408 11.1407C16.8244 11.4571 16.4442 11.6152 16 11.6152ZM4.00002 5.61525C3.55585 5.61525 3.1756 5.45708 2.85927 5.14075C2.54293 4.82442 2.38477 4.44417 2.38477 4C2.38477 3.55583 2.54293 3.17558 2.85927 2.85925C3.1756 2.54292 3.55585 2.38475 4.00002 2.38475C4.44418 2.38475 4.82443 2.54292 5.14077 2.85925C5.4571 3.17558 5.61527 3.55583 5.61527 4C5.61527 4.44417 5.4571 4.82442 5.14077 5.14075C4.82443 5.45708 4.44418 5.61525 4.00002 5.61525ZM10 5.61525C9.55585 5.61525 9.1756 5.45708 8.85927 5.14075C8.54293 4.82442 8.38477 4.44417 8.38477 4C8.38477 3.55583 8.54293 3.17558 8.85927 2.85925C9.1756 2.54292 9.55585 2.38475 10 2.38475C10.4442 2.38475 10.8244 2.54292 11.1408 2.85925C11.4571 3.17558 11.6153 3.55583 11.6153 4C11.6153 4.44417 11.4571 4.82442 11.1408 5.14075C10.8244 5.45708 10.4442 5.61525 10 5.61525ZM16 5.61525C15.5558 5.61525 15.1756 5.45708 14.8593 5.14075C14.5429 4.82442 14.3848 4.44417 14.3848 4C14.3848 3.55583 14.5429 3.17558 14.8593 2.85925C15.1756 2.54292 15.5558 2.38475 16 2.38475C16.4442 2.38475 16.8244 2.54292 17.1408 2.85925C17.4571 3.17558 17.6153 3.55583 17.6153 4C17.6153 4.44417 17.4571 4.82442 17.1408 5.14075C16.8244 5.45708 16.4442 5.61525 16 5.61525Z" }) }));
6
+ };
@@ -1,2 +1,2 @@
1
1
  import type { IconProps } from "./Icon.types";
2
- export declare const ArrowBack: ({ size, color, className, style, "aria-label": ariaLabel, }: IconProps) => import("react/jsx-runtime").JSX.Element;
2
+ export declare const ArrowBack: ({ 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 ArrowBack = ({ 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: "m313-440 224 224-57 56-320-320 320-320 57 56-224 224h487v80H313Z" }) }));
4
+ export const ArrowBack = ({ 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: "m313-440 224 224-57 56-320-320 320-320 57 56-224 224h487v80H313Z" }) }));
6
6
  };
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "./Icon.types";
2
+ export declare const ArrowDownward: ({ 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 ArrowDownward = ({ 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.25 2.5V14.627L3.55375 8.93075L2.5 10L10 17.5L17.5 10L16.4462 8.93075L10.75 14.627V2.5H9.25Z" }) }));
6
+ };
@@ -1,2 +1,2 @@
1
1
  import type { IconProps } from "./Icon.types";
2
- export declare const ArrowDropDown: ({ size, color, className, style, "aria-label": ariaLabel, }: IconProps) => import("react/jsx-runtime").JSX.Element;
2
+ export declare const ArrowDropDown: ({ 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 ArrowDropDown = ({ 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-360 280-560h400L480-360Z" }) }));
4
+ export const ArrowDropDown = ({ 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.99994 12.6537L5.59619 8.25H14.4037L9.99994 12.6537Z" }) }));
6
6
  };
@@ -1,2 +1,2 @@
1
1
  import type { IconProps } from "./Icon.types";
2
- export declare const ArrowDropUp: ({ size, color, className, style, "aria-label": ariaLabel, }: IconProps) => import("react/jsx-runtime").JSX.Element;
2
+ export declare const ArrowDropUp: ({ 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 ArrowDropUp = ({ 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: "m280-400 200-200 200 200H280Z" }) }));
4
+ export const ArrowDropUp = ({ 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.59619 11.75L9.99994 7.34625L14.4037 11.75H5.59619Z" }) }));
6
6
  };
@@ -1,2 +1,2 @@
1
1
  import type { IconProps } from "./Icon.types";
2
- export declare const ArrowForward: ({ size, color, className, style, "aria-label": ariaLabel, }: IconProps) => import("react/jsx-runtime").JSX.Element;
2
+ export declare const ArrowForward: ({ 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 ArrowForward = ({ 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: "M647-440H160v-80h487L423-744l57-56 320 320-320 320-57-56 224-224Z" }) }));
4
+ export const ArrowForward = ({ 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: "M647-440H160v-80h487L423-744l57-56 320 320-320 320-57-56 224-224Z" }) }));
6
6
  };
@@ -1,2 +1,2 @@
1
1
  import type { IconProps } from "./Icon.types";
2
- export declare const ArrowLeft: ({ size, color, className, style, "aria-label": ariaLabel, }: IconProps) => import("react/jsx-runtime").JSX.Element;
2
+ export declare const ArrowLeft: ({ 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 ArrowLeft = ({ 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: "M560-280 360-480l200-200v400Z" }) }));
4
+ export const ArrowLeft = ({ 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: "M11.7499 14.4038L7.34619 10L11.7499 5.59625V14.4038Z" }) }));
6
6
  };
@@ -1,2 +1,2 @@
1
1
  import type { IconProps } from "./Icon.types";
2
- export declare const ArrowRight: ({ size, color, className, style, "aria-label": ariaLabel, }: IconProps) => import("react/jsx-runtime").JSX.Element;
2
+ export declare const ArrowRight: ({ 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 ArrowRight = ({ 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-280v-400l200 200-200 200Z" }) }));
4
+ export const ArrowRight = ({ 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.25 14.4038V5.59625L12.6538 10L8.25 14.4038Z" }) }));
6
6
  };
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "./Icon.types";
2
+ export declare const ArrowUpward: ({ 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 ArrowUpward = ({ 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.25 17.5V5.373L3.55375 11.0693L2.5 10L10 2.5L17.5 10L16.4462 11.0693L10.75 5.373V17.5H9.25Z" }) }));
6
+ };
@@ -1,2 +1,2 @@
1
1
  import type { IconProps } from "./Icon.types";
2
- export declare const Attachment: ({ size, color, className, style, "aria-label": ariaLabel, }: IconProps) => import("react/jsx-runtime").JSX.Element;
2
+ export declare const Attachment: ({ 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 Attachment = ({ 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: "M330-240q-104 0-177-73T80-490q0-104 73-177t177-73h370q75 0 127.5 52.5T880-560q0 75-52.5 127.5T700-380H350q-46 0-78-32t-32-78q0-46 32-78t78-32h370v80H350q-13 0-21.5 8.5T320-490q0 13 8.5 21.5T350-460h350q42-1 71-29.5t29-70.5q0-42-29-71t-71-29H330q-71-1-120.5 49T160-490q0 70 49.5 119T330-320h390v80H330Z" }) }));
4
+ export const Attachment = ({ 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.35575 15.8268C4.73175 15.8268 3.34983 15.2618 2.21 14.1316C1.07 13.0016 0.5 11.626 0.5 10.0048C0.5 8.38368 1.07 7.00643 2.21 5.8731C3.34983 4.73976 4.73175 4.1731 6.35575 4.1731H15.3462C16.5001 4.1731 17.4808 4.57376 18.2885 5.3751C19.0962 6.17626 19.5 7.15376 19.5 8.3076C19.5 9.46143 19.0962 10.439 18.2885 11.2403C17.4808 12.0417 16.5001 12.4423 15.3462 12.4423H6.8365C6.15967 12.4423 5.58183 12.2065 5.103 11.7348C4.62417 11.2633 4.38475 10.6887 4.38475 10.0108C4.38475 9.33301 4.6225 8.75468 5.098 8.27585C5.5735 7.79701 6.153 7.5576 6.8365 7.5576H15.6152V9.0576H6.8365C6.5685 9.0576 6.34283 9.14768 6.1595 9.32785C5.97617 9.50801 5.8845 9.73201 5.8845 9.99985C5.8845 10.2678 5.97617 10.4919 6.1595 10.6721C6.34283 10.8523 6.5685 10.9423 6.8365 10.9423H15.3558C16.0942 10.932 16.7196 10.6755 17.2318 10.1728C17.7439 9.67018 18 9.04843 18 8.3076C18 7.56993 17.7423 6.94643 17.227 6.4371C16.7115 5.92776 16.0846 5.6731 15.3462 5.6731H6.35575C5.14675 5.66276 4.11858 6.08068 3.27125 6.92685C2.42375 7.77301 2 8.80018 2 10.0083C2 11.1993 2.42375 12.2118 3.27125 13.0456C4.11858 13.8793 5.14675 14.3063 6.35575 14.3268H15.6152V15.8268H6.35575Z" }) }));
6
6
  };
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "./Icon.types";
2
+ export declare const Attribute: ({ 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 Attribute = ({ 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.5 15.5V4.5H15.5V15.5H4.5ZM6 14H14V6H6V14Z" }) }));
6
+ };
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "./Icon.types";
2
+ export declare const Back: ({ size, color, className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
package/icons/Back.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 Back = ({ 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.373 10.75L11.0693 16.4462L10 17.5L2.5 10L10 2.5L11.0693 3.55375L5.373 9.25H17.5V10.75H5.373Z" }) }));
6
+ };
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "./Icon.types";
2
+ export declare const Calendar: ({ 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 Calendar = ({ 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.30775 19.5C2.80258 19.5 2.375 19.325 2.025 18.975C1.675 18.625 1.5 18.1974 1.5 17.6923V4.30775C1.5 3.80258 1.675 3.375 2.025 3.025C2.375 2.675 2.80258 2.5 3.30775 2.5H4.69225V0.38475H6.23075V2.5H13.8077V0.38475H15.3077V2.5H16.6923C17.1974 2.5 17.625 2.675 17.975 3.025C18.325 3.375 18.5 3.80258 18.5 4.30775V17.6923C18.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.9038C16.9679 17.8398 17 17.7693 17 17.6923V8.30775H3V17.6923C3 17.7693 3.03208 17.8398 3.09625 17.9038C3.16025 17.9679 3.23075 18 3.30775 18ZM3 6.80775H17V4.30775C17 4.23075 16.9679 4.16025 16.9038 4.09625C16.8398 4.03208 16.7692 4 16.6923 4H3.30775C3.23075 4 3.16025 4.03208 3.09625 4.09625C3.03208 4.16025 3 4.23075 3 4.30775V6.80775Z" }) }));
6
+ };
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "./Icon.types";
2
+ export declare const CalendarRange: ({ 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 CalendarRange = ({ 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 11.9423C5.75517 11.9423 5.5465 11.8561 5.374 11.6838C5.20167 11.5113 5.1155 11.3026 5.1155 11.0577C5.1155 10.8129 5.20167 10.6042 5.374 10.4318C5.5465 10.2593 5.75517 10.173 6 10.173C6.24483 10.173 6.4535 10.2593 6.626 10.4318C6.79833 10.6042 6.8845 10.8129 6.8845 11.0577C6.8845 11.3026 6.79833 11.5113 6.626 11.6838C6.4535 11.8561 6.24483 11.9423 6 11.9423ZM10 11.9423C9.75517 11.9423 9.5465 11.8561 9.374 11.6838C9.20167 11.5113 9.1155 11.3026 9.1155 11.0577C9.1155 10.8129 9.20167 10.6042 9.374 10.4318C9.5465 10.2593 9.75517 10.173 10 10.173C10.2448 10.173 10.4535 10.2593 10.626 10.4318C10.7983 10.6042 10.8845 10.8129 10.8845 11.0577C10.8845 11.3026 10.7983 11.5113 10.626 11.6838C10.4535 11.8561 10.2448 11.9423 10 11.9423ZM14 11.9423C13.7552 11.9423 13.5465 11.8561 13.374 11.6838C13.2017 11.5113 13.1155 11.3026 13.1155 11.0577C13.1155 10.8129 13.2017 10.6042 13.374 10.4318C13.5465 10.2593 13.7552 10.173 14 10.173C14.2448 10.173 14.4535 10.2593 14.626 10.4318C14.7983 10.6042 14.8845 10.8129 14.8845 11.0577C14.8845 11.3026 14.7983 11.5113 14.626 11.6838C14.4535 11.8561 14.2448 11.9423 14 11.9423ZM3.30775 19.5C2.80258 19.5 2.375 19.325 2.025 18.975C1.675 18.625 1.5 18.1974 1.5 17.6923V4.30775C1.5 3.80258 1.675 3.375 2.025 3.025C2.375 2.675 2.80258 2.5 3.30775 2.5H4.69225V0.38475H6.23075V2.5H13.8077V0.38475H15.3077V2.5H16.6923C17.1974 2.5 17.625 2.675 17.975 3.025C18.325 3.375 18.5 3.80258 18.5 4.30775V17.6923C18.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.9038C16.9679 17.8398 17 17.7693 17 17.6923V8.30775H3V17.6923C3 17.7693 3.03208 17.8398 3.09625 17.9038C3.16025 17.9679 3.23075 18 3.30775 18ZM3 6.80775H17V4.30775C17 4.23075 16.9679 4.16025 16.9038 4.09625C16.8398 4.03208 16.7692 4 16.6923 4H3.30775C3.23075 4 3.16025 4.03208 3.09625 4.09625C3.03208 4.16025 3 4.23075 3 4.30775V6.80775Z" }) }));
6
+ };
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "./Icon.types";
2
+ export declare const CalendarToday: ({ 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 CalendarToday = ({ 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 7C8.3425 7 7 8.3425 7 10C7 11.6575 8.3425 13 10 13C11.6575 13 13 11.6575 13 10C13 8.3425 11.6575 7 10 7Z" }) }));
6
+ };
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "./Icon.types";
2
+ export declare const Cancel: ({ 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 Cancel = ({ 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.22695 14.8365L5.16345 13.773L8.93645 10L5.16345 6.25201L6.22695 5.18851L9.99995 8.96151L13.748 5.18851L14.8115 6.25201L11.0385 10L14.8115 13.773L13.748 14.8365L9.99995 11.0635L6.22695 14.8365Z" }) }));
6
+ };
package/icons/Chat.d.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  import type { IconProps } from "./Icon.types";
2
- export declare const Chat: ({ size, color, className, style, "aria-label": ariaLabel, }: IconProps) => import("react/jsx-runtime").JSX.Element;
2
+ export declare const Chat: ({ size, color, className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
package/icons/Chat.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 Chat = ({ 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: "M240-400h320v-80H240v80Zm0-120h480v-80H240v80Zm0-120h480v-80H240v80ZM80-80v-720q0-33 23.5-56.5T160-880h640q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H240L80-80Zm126-240h594v-480H160v525l46-45Zm-46 0v-480 480Z" }) }));
4
+ export const Chat = ({ 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: "M240-400h320v-80H240v80Zm0-120h480v-80H240v80Zm0-120h480v-80H240v80ZM80-80v-720q0-33 23.5-56.5T160-880h640q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H240L80-80Zm126-240h594v-480H160v525l46-45Zm-46 0v-480 480Z" }) }));
6
6
  };
package/icons/Check.d.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  import type { IconProps } from "./Icon.types";
2
- export declare const Check: ({ size, color, className, style, "aria-label": ariaLabel, }: IconProps) => import("react/jsx-runtime").JSX.Element;
2
+ export declare const Check: ({ size, color, className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
package/icons/Check.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 Check = ({ 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: "M382-240 154-468l57-57 171 171 367-367 57 57-424 424Z" }) }));
4
+ export const Check = ({ 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.54995 15.6538L2.21545 10.3193L3.28445 9.25001L7.54995 13.5155L16.7155 4.35001L17.7845 5.41926L7.54995 15.6538Z" }) }));
6
6
  };
@@ -1,2 +1,2 @@
1
1
  import type { IconProps } from "./Icon.types";
2
- export declare const CheckCircle: ({ size, color, className, style, "aria-label": ariaLabel, }: IconProps) => import("react/jsx-runtime").JSX.Element;
2
+ export declare const CheckCircle: ({ 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 CheckCircle = ({ 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: "m424-296 282-282-56-56-226 226-114-114-56 56 170 170Zm56 216q-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 CheckCircle = ({ 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.58075 14.2538L15.3038 7.53075L14.25 6.477L8.58075 12.1463L5.73075 9.29625L4.677 10.35L8.58075 14.2538ZM10.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
6
  };
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "./Icon.types";
2
+ export declare const Checkbox: ({ 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 Checkbox = ({ 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.6 13.8538L15.323 7.13075L14.2693 6.077L8.6 11.7463L5.75 8.89625L4.69625 9.95L8.6 13.8538ZM3.30775 18.5C2.80258 18.5 2.375 18.325 2.025 17.975C1.675 17.625 1.5 17.1974 1.5 16.6923V3.30775C1.5 2.80258 1.675 2.375 2.025 2.025C2.375 1.675 2.80258 1.5 3.30775 1.5H16.6923C17.1974 1.5 17.625 1.675 17.975 2.025C18.325 2.375 18.5 2.80258 18.5 3.30775V16.6923C18.5 17.1974 18.325 17.625 17.975 17.975C17.625 18.325 17.1974 18.5 16.6923 18.5H3.30775ZM3.30775 17H16.6923C16.7692 17 16.8398 16.9679 16.9038 16.9038C16.9679 16.8398 17 16.7692 17 16.6923V3.30775C17 3.23075 16.9679 3.16025 16.9038 3.09625C16.8398 3.03208 16.7692 3 16.6923 3H3.30775C3.23075 3 3.16025 3.03208 3.09625 3.09625C3.03208 3.16025 3 3.23075 3 3.30775V16.6923C3 16.7692 3.03208 16.8398 3.09625 16.9038C3.16025 16.9679 3.23075 17 3.30775 17Z" }) }));
6
+ };
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "./Icon.types";
2
+ export declare const CheckboxFilled: ({ 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 CheckboxFilled = ({ 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.6 13.8538L15.323 7.13075L14.2693 6.077L8.6 11.7463L5.75 8.89625L4.69625 9.95L8.6 13.8538ZM3.30775 18.5C2.80258 18.5 2.375 18.325 2.025 17.975C1.675 17.625 1.5 17.1974 1.5 16.6923V3.30775C1.5 2.80258 1.675 2.375 2.025 2.025C2.375 1.675 2.80258 1.5 3.30775 1.5H16.6923C17.1974 1.5 17.625 1.675 17.975 2.025C18.325 2.375 18.5 2.80258 18.5 3.30775V16.6923C18.5 17.1974 18.325 17.625 17.975 17.975C17.625 18.325 17.1974 18.5 16.6923 18.5H3.30775Z" }) }));
6
+ };
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "./Icon.types";
2
+ export declare const CheckboxIndeterminate: ({ 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 CheckboxIndeterminate = ({ 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.25 10.75H14.75V9.25H5.25V10.75ZM3.30775 18.5C2.80258 18.5 2.375 18.325 2.025 17.975C1.675 17.625 1.5 17.1974 1.5 16.6923V3.30775C1.5 2.80258 1.675 2.375 2.025 2.025C2.375 1.675 2.80258 1.5 3.30775 1.5H16.6923C17.1974 1.5 17.625 1.675 17.975 2.025C18.325 2.375 18.5 2.80258 18.5 3.30775V16.6923C18.5 17.1974 18.325 17.625 17.975 17.975C17.625 18.325 17.1974 18.5 16.6923 18.5H3.30775ZM3.30775 17H16.6923C16.7692 17 16.8398 16.9679 16.9038 16.9038C16.9679 16.8398 17 16.7692 17 16.6923V3.30775C17 3.23075 16.9679 3.16025 16.9038 3.09625C16.8398 3.03208 16.7692 3 16.6923 3H3.30775C3.23075 3 3.16025 3.03208 3.09625 3.09625C3.03208 3.16025 3 3.23075 3 3.30775V16.6923C3 16.7692 3.03208 16.8398 3.09625 16.9038C3.16025 16.9679 3.23075 17 3.30775 17Z" }) }));
6
+ };
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "./Icon.types";
2
+ export declare const CheckboxIndeterminateFilled: ({ 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 CheckboxIndeterminateFilled = ({ 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.25 10.75H14.75V9.25H5.25V10.75ZM3.30775 18.5C2.80258 18.5 2.375 18.325 2.025 17.975C1.675 17.625 1.5 17.1974 1.5 16.6923V3.30775C1.5 2.80258 1.675 2.375 2.025 2.025C2.375 1.675 2.80258 1.5 3.30775 1.5H16.6923C17.1974 1.5 17.625 1.675 17.975 2.025C18.325 2.375 18.5 2.80258 18.5 3.30775V16.6923C18.5 17.1974 18.325 17.625 17.975 17.975C17.625 18.325 17.1974 18.5 16.6923 18.5H3.30775Z" }) }));
6
+ };
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "./Icon.types";
2
+ export declare const CheckboxOutlined: ({ 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 CheckboxOutlined = ({ 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.30775 18.5C2.80258 18.5 2.375 18.325 2.025 17.975C1.675 17.625 1.5 17.1974 1.5 16.6923V3.30775C1.5 2.80258 1.675 2.375 2.025 2.025C2.375 1.675 2.80258 1.5 3.30775 1.5H16.6923C17.1974 1.5 17.625 1.675 17.975 2.025C18.325 2.375 18.5 2.80258 18.5 3.30775V16.6923C18.5 17.1974 18.325 17.625 17.975 17.975C17.625 18.325 17.1974 18.5 16.6923 18.5H3.30775ZM3.30775 17H16.6923C16.7692 17 16.8398 16.9679 16.9038 16.9038C16.9679 16.8398 17 16.7692 17 16.6923V3.30775C17 3.23075 16.9679 3.16025 16.9038 3.09625C16.8398 3.03208 16.7692 3 16.6923 3H3.30775C3.23075 3 3.16025 3.03208 3.09625 3.09625C3.03208 3.16025 3 3.23075 3 3.30775V16.6923C3 16.7692 3.03208 16.8398 3.09625 16.9038C3.16025 16.9679 3.23075 17 3.30775 17Z" }) }));
6
+ };
@@ -1,2 +1,2 @@
1
1
  import type { IconProps } from "./Icon.types";
2
- export declare const ChevronLeft: ({ size, color, className, style, "aria-label": ariaLabel, }: IconProps) => import("react/jsx-runtime").JSX.Element;
2
+ export declare const ChevronLeft: ({ 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 ChevronLeft = ({ 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: "M560-240 320-480l240-240 56 56-184 184 184 184-56 56Z" }) }));
4
+ export const ChevronLeft = ({ 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: "M560-240 320-480l240-240 56 56-184 184 184 184-56 56Z" }) }));
6
6
  };
@@ -1,2 +1,2 @@
1
1
  import type { IconProps } from "./Icon.types";
2
- export declare const ChevronRight: ({ size, color, className, style, "aria-label": ariaLabel, }: IconProps) => import("react/jsx-runtime").JSX.Element;
2
+ export declare const ChevronRight: ({ 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 ChevronRight = ({ 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: "M504-480 320-664l56-56 240 240-240 240-56-56 184-184Z" }) }));
4
+ export const ChevronRight = ({ 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: "M504-480 320-664l56-56 240 240-240 240-56-56 184-184Z" }) }));
6
6
  };
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "./Icon.types";
2
+ export declare const Cleansing: ({ 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 Cleansing = ({ size = "medium", color = "inherited", className, ...props }) => {
5
+ return (_jsx("svg", { className: classNames(styles.root, styles[size], styles[color], className), viewBox: "0 0 20 21", fill: "currentColor", ...props, children: _jsx("path", { d: "M1.5 21V14.5673C1.5 13.2638 1.95942 12.1527 2.87825 11.234C3.79692 10.3152 4.908 9.85575 6.2115 9.85575H7.35575V1.81725C7.35575 1.31758 7.53075 0.889749 7.88075 0.533749C8.23075 0.177916 8.65508 0 9.15375 0H10.8462C11.3449 0 11.7692 0.177916 12.1193 0.533749C12.4693 0.889749 12.6443 1.31758 12.6443 1.81725V9.85575H13.7788C15.0849 9.85575 16.1983 10.3152 17.119 11.234C18.0397 12.1527 18.5 13.2638 18.5 14.5673V21H1.5ZM3 19.5H5.375V16.2402C5.375 16.0278 5.44692 15.8497 5.59075 15.706C5.73458 15.5623 5.91275 15.4905 6.12525 15.4905C6.33792 15.4905 6.516 15.5623 6.6595 15.706C6.80317 15.8497 6.875 16.0278 6.875 16.2402V19.5H9.25V16.2402C9.25 16.0278 9.32192 15.8497 9.46575 15.706C9.60958 15.5623 9.78775 15.4905 10.0003 15.4905C10.2129 15.4905 10.391 15.5623 10.5345 15.706C10.6782 15.8497 10.75 16.0278 10.75 16.2402V19.5H13.125V16.2402C13.125 16.0278 13.1969 15.8497 13.3408 15.706C13.4846 15.5623 13.6628 15.4905 13.8753 15.4905C14.0879 15.4905 14.266 15.5623 14.4095 15.706C14.5532 15.8497 14.625 16.0278 14.625 16.2402V19.5H17V14.5673C17 13.6699 16.6868 12.9103 16.0605 12.2885C15.4342 11.6667 14.6736 11.3558 13.7788 11.3558H6.2115C5.3195 11.3558 4.56125 11.668 3.93675 12.2925C3.31225 12.917 3 13.6753 3 14.5673V19.5ZM11.1443 9.85575V1.81725C11.1443 1.72758 11.1154 1.65225 11.0577 1.59125C11.0001 1.53042 10.9296 1.5 10.8462 1.5H9.15375C9.07042 1.5 8.99992 1.53042 8.94225 1.59125C8.88458 1.65225 8.85575 1.72758 8.85575 1.81725V9.85575H11.1443Z" }) }));
6
+ };
package/icons/Close.d.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  import type { IconProps } from "./Icon.types";
2
- export declare const Close: ({ size, color, className, style, "aria-label": ariaLabel, }: IconProps) => import("react/jsx-runtime").JSX.Element;
2
+ export declare const Close: ({ size, color, className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
package/icons/Close.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 Close = ({ 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: "m256-200-56-56 224-224-224-224 56-56 224 224 224-224 56 56-224 224 224 224-56 56-224-224-224 224Z" }) }));
4
+ export const Close = ({ 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.39994 16.6538L3.34619 15.6L8.94619 10L3.34619 4.4L4.39994 3.34625L9.99994 8.94625L15.5999 3.34625L16.6537 4.4L11.0537 10L16.6537 15.6L15.5999 16.6538L9.99994 11.0538L4.39994 16.6538Z" }) }));
6
6
  };
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "./Icon.types";
2
+ export declare const Colapse: ({ 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 Colapse = ({ 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("rect", { x: "6.75", y: "6.75", width: "6.5", height: "6.5", stroke: "#0E0E25", "stroke-width": "1.5" }), _jsx("path", { d: "M16.4999 3.21149L16.4999 -1.4109e-05L14.9999 -1.42402e-05L14.9999 4.71149L19.7114 4.71149L19.7114 3.21149L16.4999 3.21149Z" }), _jsx("path", { d: "M3.2115 16.5L3.2115 19.7115H4.7115L4.7115 15H0L0 16.5H3.2115Z" })] }));
6
+ };
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "./Icon.types";
2
+ export declare const CollapseDrawer: ({ 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 CollapseDrawer = ({ 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: "M14.048 13.5865V6.4135L10.452 10L14.048 13.5865ZM3.30775 18.5C2.80908 18.5 2.38308 18.3234 2.02975 17.9703C1.67658 17.6169 1.5 17.1909 1.5 16.6923V3.30775C1.5 2.80908 1.67658 2.38308 2.02975 2.02975C2.38308 1.67658 2.80908 1.5 3.30775 1.5H16.6923C17.1909 1.5 17.6169 1.67658 17.9703 2.02975C18.3234 2.38308 18.5 2.80908 18.5 3.30775V16.6923C18.5 17.1909 18.3234 17.6169 17.9703 17.9703C17.6169 18.3234 17.1909 18.5 16.6923 18.5H3.30775ZM6 17V3H3.30775C3.23075 3 3.16025 3.03208 3.09625 3.09625C3.03208 3.16025 3 3.23075 3 3.30775V16.6923C3 16.7692 3.03208 16.8398 3.09625 16.9038C3.16025 16.9679 3.23075 17 3.30775 17H6ZM7.5 17H16.6923C16.7692 17 16.8398 16.9679 16.9038 16.9038C16.9679 16.8398 17 16.7692 17 16.6923V3.30775C17 3.23075 16.9679 3.16025 16.9038 3.09625C16.8398 3.03208 16.7692 3 16.6923 3H7.5V17Z" }) }));
6
+ };
@@ -1,2 +1,2 @@
1
1
  import type { IconProps } from "./Icon.types";
2
- export declare const Comment: ({ size, color, className, style, "aria-label": ariaLabel, }: IconProps) => import("react/jsx-runtime").JSX.Element;
2
+ export declare const Comment: ({ size, color, className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
package/icons/Comment.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 Comment = ({ 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: "M240-400h480v-80H240v80Zm0-120h480v-80H240v80Zm0-120h480v-80H240v80ZM880-80 720-240H160q-33 0-56.5-23.5T80-320v-480q0-33 23.5-56.5T160-880h640q33 0 56.5 23.5T880-800v720ZM160-320h594l46 45v-525H160v480Zm0 0v-480 480Z" }) }));
4
+ export const Comment = ({ 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: "M240-400h480v-80H240v80Zm0-120h480v-80H240v80Zm0-120h480v-80H240v80ZM880-80 720-240H160q-33 0-56.5-23.5T80-320v-480q0-33 23.5-56.5T160-880h640q33 0 56.5 23.5T880-800v720ZM160-320h594l46 45v-525H160v480Zm0 0v-480 480Z" }) }));
6
6
  };
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "./Icon.types";
2
+ export declare const Comments: ({ size, color, className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;