@pega/cosmos-react-core 2.0.0-dev.9.4 → 2.0.0-rc.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 (736) hide show
  1. package/README.md +3 -3
  2. package/lib/components/Actions/Actions.js +1 -1
  3. package/lib/components/Actions/Actions.js.map +1 -1
  4. package/lib/components/AppShell/AppHeader.d.ts.map +1 -1
  5. package/lib/components/AppShell/AppHeader.js +1 -6
  6. package/lib/components/AppShell/AppHeader.js.map +1 -1
  7. package/lib/components/AppShell/AppShell.d.ts.map +1 -1
  8. package/lib/components/AppShell/AppShell.js +84 -61
  9. package/lib/components/AppShell/AppShell.js.map +1 -1
  10. package/lib/components/AppShell/AppShell.styles.d.ts +19 -16
  11. package/lib/components/AppShell/AppShell.styles.d.ts.map +1 -1
  12. package/lib/components/AppShell/AppShell.styles.js +227 -173
  13. package/lib/components/AppShell/AppShell.styles.js.map +1 -1
  14. package/lib/components/AppShell/AppShell.types.d.ts +5 -5
  15. package/lib/components/AppShell/AppShell.types.d.ts.map +1 -1
  16. package/lib/components/AppShell/AppShell.types.js.map +1 -1
  17. package/lib/components/AppShell/AppShellContext.d.ts +2 -0
  18. package/lib/components/AppShell/AppShellContext.d.ts.map +1 -1
  19. package/lib/components/AppShell/AppShellContext.js +1 -0
  20. package/lib/components/AppShell/AppShellContext.js.map +1 -1
  21. package/lib/components/AppShell/AppShellList.d.ts +4 -3
  22. package/lib/components/AppShell/AppShellList.d.ts.map +1 -1
  23. package/lib/components/AppShell/AppShellList.js +24 -19
  24. package/lib/components/AppShell/AppShellList.js.map +1 -1
  25. package/lib/components/AppShell/Drawer.d.ts.map +1 -1
  26. package/lib/components/AppShell/Drawer.js +7 -8
  27. package/lib/components/AppShell/Drawer.js.map +1 -1
  28. package/lib/components/AppShell/Operator.js +3 -5
  29. package/lib/components/AppShell/Operator.js.map +1 -1
  30. package/lib/components/AppShell/SkipNavigation.d.ts.map +1 -1
  31. package/lib/components/AppShell/SkipNavigation.js +30 -39
  32. package/lib/components/AppShell/SkipNavigation.js.map +1 -1
  33. package/lib/components/Avatar/Avatar.d.ts.map +1 -1
  34. package/lib/components/Avatar/Avatar.js +5 -4
  35. package/lib/components/Avatar/Avatar.js.map +1 -1
  36. package/lib/components/Backdrop/Backdrop.d.ts +1 -1
  37. package/lib/components/Backdrop/Backdrop.d.ts.map +1 -1
  38. package/lib/components/Backdrop/Backdrop.js +7 -6
  39. package/lib/components/Backdrop/Backdrop.js.map +1 -1
  40. package/lib/components/Badges/Alert.js +1 -1
  41. package/lib/components/Badges/Alert.js.map +1 -1
  42. package/lib/components/Badges/Count.js +1 -1
  43. package/lib/components/Badges/Count.js.map +1 -1
  44. package/lib/components/Badges/Selection.d.ts.map +1 -1
  45. package/lib/components/Badges/Selection.js +10 -9
  46. package/lib/components/Badges/Selection.js.map +1 -1
  47. package/lib/components/Badges/Status.d.ts +2 -2
  48. package/lib/components/Badges/Status.d.ts.map +1 -1
  49. package/lib/components/Badges/Status.js +1 -1
  50. package/lib/components/Badges/Status.js.map +1 -1
  51. package/lib/components/Badges/Tag.js +1 -1
  52. package/lib/components/Badges/Tag.js.map +1 -1
  53. package/lib/components/Banner/Banner.d.ts.map +1 -1
  54. package/lib/components/Banner/Banner.js +6 -8
  55. package/lib/components/Banner/Banner.js.map +1 -1
  56. package/lib/components/Boolean/BooleanDisplay.js +1 -2
  57. package/lib/components/Boolean/BooleanDisplay.js.map +1 -1
  58. package/lib/components/Breadcrumbs/Breadcrumbs.d.ts.map +1 -1
  59. package/lib/components/Breadcrumbs/Breadcrumbs.js +13 -11
  60. package/lib/components/Breadcrumbs/Breadcrumbs.js.map +1 -1
  61. package/lib/components/Button/BareButton.d.ts.map +1 -1
  62. package/lib/components/Button/BareButton.js +21 -2
  63. package/lib/components/Button/BareButton.js.map +1 -1
  64. package/lib/components/Button/BareRoleButton.d.ts +12 -0
  65. package/lib/components/Button/BareRoleButton.d.ts.map +1 -0
  66. package/lib/components/Button/BareRoleButton.js +20 -0
  67. package/lib/components/Button/BareRoleButton.js.map +1 -0
  68. package/lib/components/Button/Button.d.ts +5 -0
  69. package/lib/components/Button/Button.d.ts.map +1 -1
  70. package/lib/components/Button/Button.js +34 -10
  71. package/lib/components/Button/Button.js.map +1 -1
  72. package/lib/components/Card/Card.d.ts.map +1 -1
  73. package/lib/components/Card/Card.js +3 -2
  74. package/lib/components/Card/Card.js.map +1 -1
  75. package/lib/components/Card/CardContent.d.ts.map +1 -1
  76. package/lib/components/Card/CardContent.js +5 -4
  77. package/lib/components/Card/CardContent.js.map +1 -1
  78. package/lib/components/Card/CardFooter.d.ts.map +1 -1
  79. package/lib/components/Card/CardFooter.js +5 -4
  80. package/lib/components/Card/CardFooter.js.map +1 -1
  81. package/lib/components/Card/CardHeader.d.ts +3 -1
  82. package/lib/components/Card/CardHeader.d.ts.map +1 -1
  83. package/lib/components/Card/CardHeader.js +9 -7
  84. package/lib/components/Card/CardHeader.js.map +1 -1
  85. package/lib/components/Card/CardMedia.js +1 -1
  86. package/lib/components/Card/CardMedia.js.map +1 -1
  87. package/lib/components/Card/CollapsibleCard.d.ts.map +1 -1
  88. package/lib/components/Card/CollapsibleCard.js +5 -7
  89. package/lib/components/Card/CollapsibleCard.js.map +1 -1
  90. package/lib/components/Card/SelectableCard.js +1 -1
  91. package/lib/components/Card/SelectableCard.js.map +1 -1
  92. package/lib/components/Checkbox/Checkbox.js +1 -1
  93. package/lib/components/Checkbox/Checkbox.js.map +1 -1
  94. package/lib/components/ColorPicker/ColorPicker.js +8 -11
  95. package/lib/components/ColorPicker/ColorPicker.js.map +1 -1
  96. package/lib/components/ComboBox/ComboBox.d.ts +1 -1
  97. package/lib/components/ComboBox/ComboBox.d.ts.map +1 -1
  98. package/lib/components/ComboBox/ComboBox.js +30 -33
  99. package/lib/components/ComboBox/ComboBox.js.map +1 -1
  100. package/lib/components/ComboBox/ComboBoxInput.js +4 -4
  101. package/lib/components/ComboBox/ComboBoxInput.js.map +1 -1
  102. package/lib/components/ComboBox/MultiSelectInput/MultiSelectInput.d.ts.map +1 -1
  103. package/lib/components/ComboBox/MultiSelectInput/MultiSelectInput.js +23 -29
  104. package/lib/components/ComboBox/MultiSelectInput/MultiSelectInput.js.map +1 -1
  105. package/lib/components/ComboBox/SingleSelectInput/SingleSelectInput.d.ts.map +1 -1
  106. package/lib/components/ComboBox/SingleSelectInput/SingleSelectInput.js +16 -12
  107. package/lib/components/ComboBox/SingleSelectInput/SingleSelectInput.js.map +1 -1
  108. package/lib/components/Configuration/Configuration.js +11 -13
  109. package/lib/components/Configuration/Configuration.js.map +1 -1
  110. package/lib/components/Currency/CurrencyDisplay.d.ts +4 -0
  111. package/lib/components/Currency/CurrencyDisplay.d.ts.map +1 -1
  112. package/lib/components/Currency/CurrencyDisplay.js +11 -7
  113. package/lib/components/Currency/CurrencyDisplay.js.map +1 -1
  114. package/lib/components/Currency/CurrencyInput.d.ts.map +1 -1
  115. package/lib/components/Currency/CurrencyInput.js +16 -16
  116. package/lib/components/Currency/CurrencyInput.js.map +1 -1
  117. package/lib/components/Currency/CurrencyInput.types.d.ts +4 -0
  118. package/lib/components/Currency/CurrencyInput.types.d.ts.map +1 -1
  119. package/lib/components/Currency/CurrencyInput.types.js.map +1 -1
  120. package/lib/components/Currency/utils.d.ts +12 -1
  121. package/lib/components/Currency/utils.d.ts.map +1 -1
  122. package/lib/components/Currency/utils.js +30 -2
  123. package/lib/components/Currency/utils.js.map +1 -1
  124. package/lib/components/DateTime/DateTimeDisplay.d.ts +1 -1
  125. package/lib/components/DateTime/DateTimeDisplay.d.ts.map +1 -1
  126. package/lib/components/DateTime/DateTimeDisplay.js +10 -2
  127. package/lib/components/DateTime/DateTimeDisplay.js.map +1 -1
  128. package/lib/components/DateTime/DurationDisplay.d.ts.map +1 -1
  129. package/lib/components/DateTime/DurationDisplay.js +11 -6
  130. package/lib/components/DateTime/DurationDisplay.js.map +1 -1
  131. package/lib/components/DateTime/Input/DateInput.d.ts.map +1 -1
  132. package/lib/components/DateTime/Input/DateInput.js +26 -28
  133. package/lib/components/DateTime/Input/DateInput.js.map +1 -1
  134. package/lib/components/DateTime/Input/DateRangeInput.d.ts.map +1 -1
  135. package/lib/components/DateTime/Input/DateRangeInput.js +10 -16
  136. package/lib/components/DateTime/Input/DateRangeInput.js.map +1 -1
  137. package/lib/components/DateTime/Input/DateTime.styles.d.ts.map +1 -1
  138. package/lib/components/DateTime/Input/DateTime.styles.js +14 -3
  139. package/lib/components/DateTime/Input/DateTime.styles.js.map +1 -1
  140. package/lib/components/DateTime/Input/DateTimeInput.d.ts.map +1 -1
  141. package/lib/components/DateTime/Input/DateTimeInput.js +37 -44
  142. package/lib/components/DateTime/Input/DateTimeInput.js.map +1 -1
  143. package/lib/components/DateTime/Input/DayOfWeekInput.d.ts.map +1 -1
  144. package/lib/components/DateTime/Input/DayOfWeekInput.js +7 -5
  145. package/lib/components/DateTime/Input/DayOfWeekInput.js.map +1 -1
  146. package/lib/components/DateTime/Input/Duration/DurationInput.d.ts.map +1 -1
  147. package/lib/components/DateTime/Input/Duration/DurationInput.js +3 -3
  148. package/lib/components/DateTime/Input/Duration/DurationInput.js.map +1 -1
  149. package/lib/components/DateTime/Input/Duration/NumberUnit.js +4 -5
  150. package/lib/components/DateTime/Input/Duration/NumberUnit.js.map +1 -1
  151. package/lib/components/DateTime/Input/Duration/Time.d.ts.map +1 -1
  152. package/lib/components/DateTime/Input/Duration/Time.js +12 -15
  153. package/lib/components/DateTime/Input/Duration/Time.js.map +1 -1
  154. package/lib/components/DateTime/Input/MonthInput.js +12 -16
  155. package/lib/components/DateTime/Input/MonthInput.js.map +1 -1
  156. package/lib/components/DateTime/Input/PartInput.js +3 -4
  157. package/lib/components/DateTime/Input/PartInput.js.map +1 -1
  158. package/lib/components/DateTime/Input/QuarterInput.d.ts +9 -0
  159. package/lib/components/DateTime/Input/QuarterInput.d.ts.map +1 -0
  160. package/lib/components/DateTime/Input/QuarterInput.js +102 -0
  161. package/lib/components/DateTime/Input/QuarterInput.js.map +1 -0
  162. package/lib/components/DateTime/Input/TimeInput.d.ts.map +1 -1
  163. package/lib/components/DateTime/Input/TimeInput.js +26 -30
  164. package/lib/components/DateTime/Input/TimeInput.js.map +1 -1
  165. package/lib/components/DateTime/Input/WeekInput.d.ts.map +1 -1
  166. package/lib/components/DateTime/Input/WeekInput.js +23 -24
  167. package/lib/components/DateTime/Input/WeekInput.js.map +1 -1
  168. package/lib/components/DateTime/Input/useAutoFocusNextInput.d.ts.map +1 -1
  169. package/lib/components/DateTime/Input/useAutoFocusNextInput.js +8 -9
  170. package/lib/components/DateTime/Input/useAutoFocusNextInput.js.map +1 -1
  171. package/lib/components/DateTime/Input/usePickerButton.js +4 -4
  172. package/lib/components/DateTime/Input/usePickerButton.js.map +1 -1
  173. package/lib/components/DateTime/Input/utils.d.ts +7 -0
  174. package/lib/components/DateTime/Input/utils.d.ts.map +1 -1
  175. package/lib/components/DateTime/Input/utils.js +52 -10
  176. package/lib/components/DateTime/Input/utils.js.map +1 -1
  177. package/lib/components/DateTime/Picker/Calendar.d.ts.map +1 -1
  178. package/lib/components/DateTime/Picker/Calendar.js +32 -34
  179. package/lib/components/DateTime/Picker/Calendar.js.map +1 -1
  180. package/lib/components/DateTime/Picker/Calendar.styles.d.ts +2 -2
  181. package/lib/components/DateTime/Picker/Calendar.styles.d.ts.map +1 -1
  182. package/lib/components/DateTime/Picker/Calendar.styles.js +16 -7
  183. package/lib/components/DateTime/Picker/Calendar.styles.js.map +1 -1
  184. package/lib/components/DateTime/Picker/DatePicker.d.ts.map +1 -1
  185. package/lib/components/DateTime/Picker/DatePicker.js +13 -17
  186. package/lib/components/DateTime/Picker/DatePicker.js.map +1 -1
  187. package/lib/components/DateTime/Picker/DateRangePicker.d.ts.map +1 -1
  188. package/lib/components/DateTime/Picker/DateRangePicker.js +13 -17
  189. package/lib/components/DateTime/Picker/DateRangePicker.js.map +1 -1
  190. package/lib/components/DateTime/Picker/TimePicker.js +9 -10
  191. package/lib/components/DateTime/Picker/TimePicker.js.map +1 -1
  192. package/lib/components/DateTime/Picker/Weeks.js +9 -11
  193. package/lib/components/DateTime/Picker/Weeks.js.map +1 -1
  194. package/lib/components/DateTime/Picker/utils.d.ts +1 -0
  195. package/lib/components/DateTime/Picker/utils.d.ts.map +1 -1
  196. package/lib/components/DateTime/Picker/utils.js +3 -0
  197. package/lib/components/DateTime/Picker/utils.js.map +1 -1
  198. package/lib/components/DateTime/index.d.ts +2 -0
  199. package/lib/components/DateTime/index.d.ts.map +1 -1
  200. package/lib/components/DateTime/index.js +1 -0
  201. package/lib/components/DateTime/index.js.map +1 -1
  202. package/lib/components/Drawer/Drawer.js +6 -6
  203. package/lib/components/Drawer/Drawer.js.map +1 -1
  204. package/lib/components/Email/EmailDisplay.js +2 -2
  205. package/lib/components/Email/EmailDisplay.js.map +1 -1
  206. package/lib/components/EmojiPicker/EmojiDisplay.d.ts.map +1 -1
  207. package/lib/components/EmojiPicker/EmojiDisplay.js +1 -1
  208. package/lib/components/EmojiPicker/EmojiDisplay.js.map +1 -1
  209. package/lib/components/EmojiPicker/EmojiPicker.js +3 -4
  210. package/lib/components/EmojiPicker/EmojiPicker.js.map +1 -1
  211. package/lib/components/EmptyState/EmptyState.d.ts +14 -0
  212. package/lib/components/EmptyState/EmptyState.d.ts.map +1 -0
  213. package/lib/components/{NoItems/NoItems.js → EmptyState/EmptyState.js} +11 -8
  214. package/lib/components/EmptyState/EmptyState.js.map +1 -0
  215. package/lib/components/EmptyState/index.d.ts +4 -0
  216. package/lib/components/EmptyState/index.d.ts.map +1 -0
  217. package/lib/components/EmptyState/index.js +3 -0
  218. package/lib/components/EmptyState/index.js.map +1 -0
  219. package/lib/components/ErrorState/ErrorState.d.ts +16 -0
  220. package/lib/components/ErrorState/ErrorState.d.ts.map +1 -0
  221. package/lib/components/ErrorState/ErrorState.js +31 -0
  222. package/lib/components/ErrorState/ErrorState.js.map +1 -0
  223. package/lib/components/ErrorState/index.d.ts +4 -0
  224. package/lib/components/ErrorState/index.d.ts.map +1 -0
  225. package/lib/components/ErrorState/index.js +3 -0
  226. package/lib/components/ErrorState/index.js.map +1 -0
  227. package/lib/components/ExpandCollapse/ExpandCollapse.js +5 -5
  228. package/lib/components/ExpandCollapse/ExpandCollapse.js.map +1 -1
  229. package/lib/components/FieldGroup/FieldGroup.d.ts.map +1 -1
  230. package/lib/components/FieldGroup/FieldGroup.js +6 -7
  231. package/lib/components/FieldGroup/FieldGroup.js.map +1 -1
  232. package/lib/components/FieldGroup/FieldGroupList.d.ts.map +1 -1
  233. package/lib/components/FieldGroup/FieldGroupList.js +7 -6
  234. package/lib/components/FieldGroup/FieldGroupList.js.map +1 -1
  235. package/lib/components/FieldValueList/FieldValueList.js +5 -7
  236. package/lib/components/FieldValueList/FieldValueList.js.map +1 -1
  237. package/lib/components/File/FileDisplay.d.ts +4 -1
  238. package/lib/components/File/FileDisplay.d.ts.map +1 -1
  239. package/lib/components/File/FileDisplay.js +7 -7
  240. package/lib/components/File/FileDisplay.js.map +1 -1
  241. package/lib/components/File/FileInput.d.ts +1 -1
  242. package/lib/components/File/FileInput.d.ts.map +1 -1
  243. package/lib/components/File/FileInput.js +18 -19
  244. package/lib/components/File/FileInput.js.map +1 -1
  245. package/lib/components/File/FileItem.js +2 -3
  246. package/lib/components/File/FileItem.js.map +1 -1
  247. package/lib/components/File/FileUploadItem.d.ts +2 -0
  248. package/lib/components/File/FileUploadItem.d.ts.map +1 -1
  249. package/lib/components/File/FileUploadItem.js +43 -12
  250. package/lib/components/File/FileUploadItem.js.map +1 -1
  251. package/lib/components/File/FileVisual.d.ts +5 -7
  252. package/lib/components/File/FileVisual.d.ts.map +1 -1
  253. package/lib/components/File/FileVisual.js +51 -43
  254. package/lib/components/File/FileVisual.js.map +1 -1
  255. package/lib/components/File/utils.js +2 -3
  256. package/lib/components/File/utils.js.map +1 -1
  257. package/lib/components/Flex/Flex.d.ts +17 -7
  258. package/lib/components/Flex/Flex.d.ts.map +1 -1
  259. package/lib/components/Flex/Flex.js +21 -5
  260. package/lib/components/Flex/Flex.js.map +1 -1
  261. package/lib/components/Form/Form.d.ts +7 -1
  262. package/lib/components/Form/Form.d.ts.map +1 -1
  263. package/lib/components/Form/Form.js +5 -4
  264. package/lib/components/Form/Form.js.map +1 -1
  265. package/lib/components/FormControl/FormControl.d.ts +1 -1
  266. package/lib/components/FormControl/FormControl.d.ts.map +1 -1
  267. package/lib/components/FormControl/FormControl.js +1 -1
  268. package/lib/components/FormControl/FormControl.js.map +1 -1
  269. package/lib/components/FormField/FormField.d.ts +5 -7
  270. package/lib/components/FormField/FormField.d.ts.map +1 -1
  271. package/lib/components/FormField/FormField.js +9 -19
  272. package/lib/components/FormField/FormField.js.map +1 -1
  273. package/lib/components/Grid/Grid.d.ts +1 -1
  274. package/lib/components/Grid/Grid.d.ts.map +1 -1
  275. package/lib/components/Grid/Grid.js +13 -17
  276. package/lib/components/Grid/Grid.js.map +1 -1
  277. package/lib/components/Icon/Icon.js +3 -5
  278. package/lib/components/Icon/Icon.js.map +1 -1
  279. package/lib/components/Icon/iconNames.d.ts +1 -1
  280. package/lib/components/Icon/iconNames.d.ts.map +1 -1
  281. package/lib/components/Icon/iconNames.js +2 -0
  282. package/lib/components/Icon/iconNames.js.map +1 -1
  283. package/lib/components/Icon/icons/compass-solid.icon.js +1 -2
  284. package/lib/components/Icon/icons/compass-solid.icon.js.map +1 -1
  285. package/lib/components/Icon/icons/dataviz-table-with-bars.icon.js +1 -4
  286. package/lib/components/Icon/icons/dataviz-table-with-bars.icon.js.map +1 -1
  287. package/lib/components/Icon/icons/dataviz-table-with-cross.icon.js +1 -2
  288. package/lib/components/Icon/icons/dataviz-table-with-cross.icon.js.map +1 -1
  289. package/lib/components/Icon/icons/dataviz-waterfall.icon.js +1 -5
  290. package/lib/components/Icon/icons/dataviz-waterfall.icon.js.map +1 -1
  291. package/lib/components/Icon/icons/dock.icon.d.ts +4 -0
  292. package/lib/components/Icon/icons/dock.icon.d.ts.map +1 -0
  293. package/lib/components/Icon/icons/dock.icon.js +6 -0
  294. package/lib/components/Icon/icons/dock.icon.js.map +1 -0
  295. package/lib/components/Icon/icons/filetype-text.icon.js +1 -4
  296. package/lib/components/Icon/icons/filetype-text.icon.js.map +1 -1
  297. package/lib/components/Icon/icons/folder-dollar.icon.js +1 -2
  298. package/lib/components/Icon/icons/folder-dollar.icon.js.map +1 -1
  299. package/lib/components/Icon/icons/freeze-column.icon.js +1 -2
  300. package/lib/components/Icon/icons/freeze-column.icon.js.map +1 -1
  301. package/lib/components/Icon/icons/galaxy.icon.js +1 -3
  302. package/lib/components/Icon/icons/galaxy.icon.js.map +1 -1
  303. package/lib/components/Icon/icons/grad-solid.icon.js +1 -2
  304. package/lib/components/Icon/icons/grad-solid.icon.js.map +1 -1
  305. package/lib/components/Icon/icons/grad.icon.js +1 -5
  306. package/lib/components/Icon/icons/grad.icon.js.map +1 -1
  307. package/lib/components/Icon/icons/list-number.icon.js +1 -6
  308. package/lib/components/Icon/icons/list-number.icon.js.map +1 -1
  309. package/lib/components/Icon/icons/list.icon.js +1 -6
  310. package/lib/components/Icon/icons/list.icon.js.map +1 -1
  311. package/lib/components/Icon/icons/pin.icon.js +1 -2
  312. package/lib/components/Icon/icons/pin.icon.js.map +1 -1
  313. package/lib/components/Icon/icons/search-solid.icon.js +1 -2
  314. package/lib/components/Icon/icons/search-solid.icon.js.map +1 -1
  315. package/lib/components/Icon/icons/tracer.icon.js +1 -2
  316. package/lib/components/Icon/icons/tracer.icon.js.map +1 -1
  317. package/lib/components/Icon/icons/tribox-solid.icon.js +1 -3
  318. package/lib/components/Icon/icons/tribox-solid.icon.js.map +1 -1
  319. package/lib/components/Icon/icons/tribox.icon.js +1 -3
  320. package/lib/components/Icon/icons/tribox.icon.js.map +1 -1
  321. package/lib/components/Icon/icons/undock.icon.d.ts +4 -0
  322. package/lib/components/Icon/icons/undock.icon.d.ts.map +1 -0
  323. package/lib/components/Icon/icons/undock.icon.js +6 -0
  324. package/lib/components/Icon/icons/undock.icon.js.map +1 -0
  325. package/lib/components/Image/Image.js +1 -1
  326. package/lib/components/Image/Image.js.map +1 -1
  327. package/lib/components/Input/Input.js +13 -13
  328. package/lib/components/Input/Input.js.map +1 -1
  329. package/lib/components/Input/Input.styles.js +2 -2
  330. package/lib/components/Input/Input.styles.js.map +1 -1
  331. package/lib/components/Label/Label.js +1 -1
  332. package/lib/components/Label/Label.js.map +1 -1
  333. package/lib/components/Lightbox/Lightbox.d.ts +6 -0
  334. package/lib/components/Lightbox/Lightbox.d.ts.map +1 -0
  335. package/lib/components/Lightbox/Lightbox.js +129 -0
  336. package/lib/components/Lightbox/Lightbox.js.map +1 -0
  337. package/lib/components/Lightbox/Lightbox.styles.d.ts +11 -0
  338. package/lib/components/Lightbox/Lightbox.styles.d.ts.map +1 -0
  339. package/lib/components/Lightbox/Lightbox.styles.js +166 -0
  340. package/lib/components/Lightbox/Lightbox.styles.js.map +1 -0
  341. package/lib/components/Lightbox/Lightbox.types.d.ts +42 -0
  342. package/lib/components/Lightbox/Lightbox.types.d.ts.map +1 -0
  343. package/lib/components/Lightbox/Lightbox.types.js +2 -0
  344. package/lib/components/Lightbox/Lightbox.types.js.map +1 -0
  345. package/lib/components/Lightbox/index.d.ts +3 -0
  346. package/lib/components/Lightbox/index.d.ts.map +1 -0
  347. package/lib/components/Lightbox/index.js +2 -0
  348. package/lib/components/Lightbox/index.js.map +1 -0
  349. package/lib/components/Link/Link.js +5 -8
  350. package/lib/components/Link/Link.js.map +1 -1
  351. package/lib/components/List/CommaSeparatedList.d.ts +15 -0
  352. package/lib/components/List/CommaSeparatedList.d.ts.map +1 -0
  353. package/lib/components/List/CommaSeparatedList.js +61 -0
  354. package/lib/components/List/CommaSeparatedList.js.map +1 -0
  355. package/lib/components/List/List.d.ts +30 -0
  356. package/lib/components/List/List.d.ts.map +1 -0
  357. package/lib/components/List/List.js +56 -0
  358. package/lib/components/List/List.js.map +1 -0
  359. package/lib/components/List/OrderedList.d.ts +6 -0
  360. package/lib/components/List/OrderedList.d.ts.map +1 -0
  361. package/lib/components/List/OrderedList.js +6 -0
  362. package/lib/components/List/OrderedList.js.map +1 -0
  363. package/lib/components/List/UnorderedList.d.ts +6 -0
  364. package/lib/components/List/UnorderedList.d.ts.map +1 -0
  365. package/lib/components/List/UnorderedList.js +6 -0
  366. package/lib/components/List/UnorderedList.js.map +1 -0
  367. package/lib/components/List/index.d.ts +5 -0
  368. package/lib/components/List/index.d.ts.map +1 -0
  369. package/lib/components/List/index.js +4 -0
  370. package/lib/components/List/index.js.map +1 -0
  371. package/lib/components/Location/CurrentLocationButton.d.ts.map +1 -1
  372. package/lib/components/Location/CurrentLocationButton.js +7 -7
  373. package/lib/components/Location/CurrentLocationButton.js.map +1 -1
  374. package/lib/components/Location/LocationDisplay.js +8 -9
  375. package/lib/components/Location/LocationDisplay.js.map +1 -1
  376. package/lib/components/Location/LocationInput.js +27 -28
  377. package/lib/components/Location/LocationInput.js.map +1 -1
  378. package/lib/components/Location/LocationView.js +8 -13
  379. package/lib/components/Location/LocationView.js.map +1 -1
  380. package/lib/components/Location/utils.js +11 -15
  381. package/lib/components/Location/utils.js.map +1 -1
  382. package/lib/components/Menu/FlyoutMenuList.d.ts.map +1 -1
  383. package/lib/components/Menu/FlyoutMenuList.js +12 -15
  384. package/lib/components/Menu/FlyoutMenuList.js.map +1 -1
  385. package/lib/components/Menu/Menu.context.d.ts.map +1 -1
  386. package/lib/components/Menu/Menu.context.js +2 -0
  387. package/lib/components/Menu/Menu.context.js.map +1 -1
  388. package/lib/components/Menu/Menu.d.ts.map +1 -1
  389. package/lib/components/Menu/Menu.js +89 -46
  390. package/lib/components/Menu/Menu.js.map +1 -1
  391. package/lib/components/Menu/Menu.styles.d.ts +11 -0
  392. package/lib/components/Menu/Menu.styles.d.ts.map +1 -1
  393. package/lib/components/Menu/Menu.styles.js +202 -3
  394. package/lib/components/Menu/Menu.styles.js.map +1 -1
  395. package/lib/components/Menu/Menu.types.d.ts +28 -10
  396. package/lib/components/Menu/Menu.types.d.ts.map +1 -1
  397. package/lib/components/Menu/Menu.types.js.map +1 -1
  398. package/lib/components/Menu/MenuGroup.d.ts +6 -0
  399. package/lib/components/Menu/MenuGroup.d.ts.map +1 -0
  400. package/lib/components/Menu/MenuGroup.js +17 -0
  401. package/lib/components/Menu/MenuGroup.js.map +1 -0
  402. package/lib/components/Menu/MenuItem.d.ts +0 -3
  403. package/lib/components/Menu/MenuItem.d.ts.map +1 -1
  404. package/lib/components/Menu/MenuItem.js +57 -164
  405. package/lib/components/Menu/MenuItem.js.map +1 -1
  406. package/lib/components/Menu/MenuList.d.ts +1 -1
  407. package/lib/components/Menu/MenuList.d.ts.map +1 -1
  408. package/lib/components/Menu/MenuList.js +28 -30
  409. package/lib/components/Menu/MenuList.js.map +1 -1
  410. package/lib/components/Menu/MenuListHeader.d.ts +0 -1
  411. package/lib/components/Menu/MenuListHeader.d.ts.map +1 -1
  412. package/lib/components/Menu/MenuListHeader.js +7 -55
  413. package/lib/components/Menu/MenuListHeader.js.map +1 -1
  414. package/lib/components/Menu/NavItemsList.d.ts.map +1 -1
  415. package/lib/components/Menu/NavItemsList.js +2 -3
  416. package/lib/components/Menu/NavItemsList.js.map +1 -1
  417. package/lib/components/Menu/helpers.d.ts +13 -12
  418. package/lib/components/Menu/helpers.d.ts.map +1 -1
  419. package/lib/components/Menu/helpers.js +40 -36
  420. package/lib/components/Menu/helpers.js.map +1 -1
  421. package/lib/components/Menu/index.d.ts +2 -3
  422. package/lib/components/Menu/index.d.ts.map +1 -1
  423. package/lib/components/Menu/index.js +1 -2
  424. package/lib/components/Menu/index.js.map +1 -1
  425. package/lib/components/MenuButton/MenuButton.d.ts +3 -1
  426. package/lib/components/MenuButton/MenuButton.d.ts.map +1 -1
  427. package/lib/components/MenuButton/MenuButton.js +13 -14
  428. package/lib/components/MenuButton/MenuButton.js.map +1 -1
  429. package/lib/components/MetaList/MetaList.d.ts +11 -2
  430. package/lib/components/MetaList/MetaList.d.ts.map +1 -1
  431. package/lib/components/MetaList/MetaList.js +34 -20
  432. package/lib/components/MetaList/MetaList.js.map +1 -1
  433. package/lib/components/Modal/Contexts.d.ts.map +1 -1
  434. package/lib/components/Modal/Contexts.js +3 -0
  435. package/lib/components/Modal/Contexts.js.map +1 -1
  436. package/lib/components/Modal/DockedModals.d.ts.map +1 -1
  437. package/lib/components/Modal/DockedModals.js +5 -4
  438. package/lib/components/Modal/DockedModals.js.map +1 -1
  439. package/lib/components/Modal/MinimizedModal.d.ts.map +1 -1
  440. package/lib/components/Modal/MinimizedModal.js +53 -38
  441. package/lib/components/Modal/MinimizedModal.js.map +1 -1
  442. package/lib/components/Modal/Modal.d.ts +1 -6
  443. package/lib/components/Modal/Modal.d.ts.map +1 -1
  444. package/lib/components/Modal/Modal.js +82 -134
  445. package/lib/components/Modal/Modal.js.map +1 -1
  446. package/lib/components/Modal/Modal.styles.d.ts +9 -0
  447. package/lib/components/Modal/Modal.styles.d.ts.map +1 -0
  448. package/lib/components/Modal/Modal.styles.js +135 -0
  449. package/lib/components/Modal/Modal.styles.js.map +1 -0
  450. package/lib/components/Modal/Modal.types.d.ts +56 -5
  451. package/lib/components/Modal/Modal.types.d.ts.map +1 -1
  452. package/lib/components/Modal/Modal.types.js.map +1 -1
  453. package/lib/components/Modal/ModalManager.d.ts.map +1 -1
  454. package/lib/components/Modal/ModalManager.js +74 -65
  455. package/lib/components/Modal/ModalManager.js.map +1 -1
  456. package/lib/components/MultiStep/MultiStep.d.ts.map +1 -1
  457. package/lib/components/MultiStep/MultiStep.js +10 -12
  458. package/lib/components/MultiStep/MultiStep.js.map +1 -1
  459. package/lib/components/MultiStep/MultiStep.styles.js +1 -1
  460. package/lib/components/MultiStep/MultiStep.styles.js.map +1 -1
  461. package/lib/components/MultiStep/MultiStep.types.d.ts +2 -0
  462. package/lib/components/MultiStep/MultiStep.types.d.ts.map +1 -1
  463. package/lib/components/MultiStep/MultiStep.types.js.map +1 -1
  464. package/lib/components/Number/NumberDisplay.js +1 -1
  465. package/lib/components/Number/NumberDisplay.js.map +1 -1
  466. package/lib/components/Number/NumberInput.d.ts.map +1 -1
  467. package/lib/components/Number/NumberInput.js +18 -25
  468. package/lib/components/Number/NumberInput.js.map +1 -1
  469. package/lib/components/Number/NumberInput.styles.d.ts +2 -2
  470. package/lib/components/Number/NumberInput.styles.d.ts.map +1 -1
  471. package/lib/components/Number/utils.js +2 -3
  472. package/lib/components/Number/utils.js.map +1 -1
  473. package/lib/components/PageTemplates/CategorySubPage.d.ts +1 -1
  474. package/lib/components/PageTemplates/CategorySubPage.d.ts.map +1 -1
  475. package/lib/components/PageTemplates/CategorySubPage.js +8 -18
  476. package/lib/components/PageTemplates/CategorySubPage.js.map +1 -1
  477. package/lib/components/PageTemplates/CategorySubPage.styles.d.ts +1 -1
  478. package/lib/components/PageTemplates/CategorySubPage.styles.d.ts.map +1 -1
  479. package/lib/components/PageTemplates/DashboardPage.d.ts +7 -1
  480. package/lib/components/PageTemplates/DashboardPage.d.ts.map +1 -1
  481. package/lib/components/PageTemplates/DashboardPage.js +48 -28
  482. package/lib/components/PageTemplates/DashboardPage.js.map +1 -1
  483. package/lib/components/PageTemplates/PageTemplates.d.ts +15 -6
  484. package/lib/components/PageTemplates/PageTemplates.d.ts.map +1 -1
  485. package/lib/components/PageTemplates/PageTemplates.js +89 -79
  486. package/lib/components/PageTemplates/PageTemplates.js.map +1 -1
  487. package/lib/components/PageTemplates/index.d.ts +3 -0
  488. package/lib/components/PageTemplates/index.d.ts.map +1 -1
  489. package/lib/components/PageTemplates/index.js +1 -0
  490. package/lib/components/PageTemplates/index.js.map +1 -1
  491. package/lib/components/Pagination/Pagination.d.ts.map +1 -1
  492. package/lib/components/Pagination/Pagination.js +7 -6
  493. package/lib/components/Pagination/Pagination.js.map +1 -1
  494. package/lib/components/Phone/PhoneDisplay.js +2 -3
  495. package/lib/components/Phone/PhoneDisplay.js.map +1 -1
  496. package/lib/components/Phone/PhoneInput.d.ts.map +1 -1
  497. package/lib/components/Phone/PhoneInput.js +18 -17
  498. package/lib/components/Phone/PhoneInput.js.map +1 -1
  499. package/lib/components/Phone/utils.js +2 -3
  500. package/lib/components/Phone/utils.js.map +1 -1
  501. package/lib/components/Popover/Popover.d.ts +0 -4
  502. package/lib/components/Popover/Popover.d.ts.map +1 -1
  503. package/lib/components/Popover/Popover.js +11 -122
  504. package/lib/components/Popover/Popover.js.map +1 -1
  505. package/lib/components/Popover/Popover.styles.d.ts +5 -0
  506. package/lib/components/Popover/Popover.styles.d.ts.map +1 -0
  507. package/lib/components/Popover/Popover.styles.js +116 -0
  508. package/lib/components/Popover/Popover.styles.js.map +1 -0
  509. package/lib/components/Popover/PopoverManager.js +2 -2
  510. package/lib/components/Popover/PopoverManager.js.map +1 -1
  511. package/lib/components/Popover/index.d.ts +1 -1
  512. package/lib/components/Popover/index.d.ts.map +1 -1
  513. package/lib/components/Popover/index.js +1 -1
  514. package/lib/components/Popover/index.js.map +1 -1
  515. package/lib/components/Progress/Bar.js +2 -2
  516. package/lib/components/Progress/Bar.js.map +1 -1
  517. package/lib/components/Progress/Ellipsis.js +1 -3
  518. package/lib/components/Progress/Ellipsis.js.map +1 -1
  519. package/lib/components/Progress/Progress.js +3 -4
  520. package/lib/components/Progress/Progress.js.map +1 -1
  521. package/lib/components/Progress/Ring.d.ts.map +1 -1
  522. package/lib/components/Progress/Ring.js +3 -3
  523. package/lib/components/Progress/Ring.js.map +1 -1
  524. package/lib/components/RadioButton/RadioButton.js +1 -1
  525. package/lib/components/RadioButton/RadioButton.js.map +1 -1
  526. package/lib/components/RadioCheck/RadioCheck.d.ts.map +1 -1
  527. package/lib/components/RadioCheck/RadioCheck.js +7 -8
  528. package/lib/components/RadioCheck/RadioCheck.js.map +1 -1
  529. package/lib/components/RadioCheckGroup/RadioCheckGroup.d.ts +4 -0
  530. package/lib/components/RadioCheckGroup/RadioCheckGroup.d.ts.map +1 -1
  531. package/lib/components/RadioCheckGroup/RadioCheckGroup.js +19 -18
  532. package/lib/components/RadioCheckGroup/RadioCheckGroup.js.map +1 -1
  533. package/lib/components/Rating/Rating.d.ts.map +1 -1
  534. package/lib/components/Rating/Rating.js +6 -7
  535. package/lib/components/Rating/Rating.js.map +1 -1
  536. package/lib/components/SearchInput/SearchInput.d.ts +2 -2
  537. package/lib/components/SearchInput/SearchInput.d.ts.map +1 -1
  538. package/lib/components/SearchInput/SearchInput.js +14 -14
  539. package/lib/components/SearchInput/SearchInput.js.map +1 -1
  540. package/lib/components/Select/Option.js +1 -1
  541. package/lib/components/Select/Option.js.map +1 -1
  542. package/lib/components/Select/Select.d.ts.map +1 -1
  543. package/lib/components/Select/Select.js +15 -16
  544. package/lib/components/Select/Select.js.map +1 -1
  545. package/lib/components/Sentiment/Sentiment.js +1 -2
  546. package/lib/components/Sentiment/Sentiment.js.map +1 -1
  547. package/lib/components/Skeleton/LineSkeleton.js +1 -1
  548. package/lib/components/Skeleton/LineSkeleton.js.map +1 -1
  549. package/lib/components/Skeleton/ParagraphSkeleton.js +1 -1
  550. package/lib/components/Skeleton/ParagraphSkeleton.js.map +1 -1
  551. package/lib/components/Skeleton/RectangleSkeleton.js +1 -1
  552. package/lib/components/Skeleton/RectangleSkeleton.js.map +1 -1
  553. package/lib/components/Slider/Slider.d.ts.map +1 -1
  554. package/lib/components/Slider/Slider.js +12 -19
  555. package/lib/components/Slider/Slider.js.map +1 -1
  556. package/lib/components/Slider/Slider.styles.d.ts +4 -1
  557. package/lib/components/Slider/Slider.styles.d.ts.map +1 -1
  558. package/lib/components/Slider/Slider.styles.js +17 -5
  559. package/lib/components/Slider/Slider.styles.js.map +1 -1
  560. package/lib/components/Slider/SliderTicks.d.ts +1 -0
  561. package/lib/components/Slider/SliderTicks.d.ts.map +1 -1
  562. package/lib/components/Slider/SliderTicks.js +19 -12
  563. package/lib/components/Slider/SliderTicks.js.map +1 -1
  564. package/lib/components/Slider/utils.d.ts +10 -11
  565. package/lib/components/Slider/utils.d.ts.map +1 -1
  566. package/lib/components/Slider/utils.js +24 -18
  567. package/lib/components/Slider/utils.js.map +1 -1
  568. package/lib/components/SummaryItem/SummaryItem.d.ts +3 -3
  569. package/lib/components/SummaryItem/SummaryItem.d.ts.map +1 -1
  570. package/lib/components/SummaryItem/SummaryItem.js +3 -5
  571. package/lib/components/SummaryItem/SummaryItem.js.map +1 -1
  572. package/lib/components/SummaryList/SummaryList.d.ts +8 -2
  573. package/lib/components/SummaryList/SummaryList.d.ts.map +1 -1
  574. package/lib/components/SummaryList/SummaryList.js +10 -11
  575. package/lib/components/SummaryList/SummaryList.js.map +1 -1
  576. package/lib/components/SummaryList/ViewAll.d.ts +1 -1
  577. package/lib/components/SummaryList/ViewAll.d.ts.map +1 -1
  578. package/lib/components/SummaryList/ViewAll.js +14 -10
  579. package/lib/components/SummaryList/ViewAll.js.map +1 -1
  580. package/lib/components/Switch/Switch.d.ts.map +1 -1
  581. package/lib/components/Switch/Switch.js +41 -30
  582. package/lib/components/Switch/Switch.js.map +1 -1
  583. package/lib/components/Table/Table.d.ts.map +1 -1
  584. package/lib/components/Table/Table.js +14 -13
  585. package/lib/components/Table/Table.js.map +1 -1
  586. package/lib/components/Tabs/Tab.d.ts +1 -1
  587. package/lib/components/Tabs/Tab.d.ts.map +1 -1
  588. package/lib/components/Tabs/Tab.js +9 -7
  589. package/lib/components/Tabs/Tab.js.map +1 -1
  590. package/lib/components/Tabs/TabPanel.d.ts +10 -2
  591. package/lib/components/Tabs/TabPanel.d.ts.map +1 -1
  592. package/lib/components/Tabs/TabPanel.js +24 -8
  593. package/lib/components/Tabs/TabPanel.js.map +1 -1
  594. package/lib/components/Tabs/Tabs.d.ts +1 -0
  595. package/lib/components/Tabs/Tabs.d.ts.map +1 -1
  596. package/lib/components/Tabs/Tabs.js +22 -18
  597. package/lib/components/Tabs/Tabs.js.map +1 -1
  598. package/lib/components/Text/Text.d.ts +1 -1
  599. package/lib/components/Text/Text.d.ts.map +1 -1
  600. package/lib/components/Text/Text.js +2 -2
  601. package/lib/components/Text/Text.js.map +1 -1
  602. package/lib/components/TextArea/TextArea.d.ts.map +1 -1
  603. package/lib/components/TextArea/TextArea.js +33 -30
  604. package/lib/components/TextArea/TextArea.js.map +1 -1
  605. package/lib/components/Toaster/Toaster.d.ts +8 -36
  606. package/lib/components/Toaster/Toaster.d.ts.map +1 -1
  607. package/lib/components/Toaster/Toaster.js +97 -102
  608. package/lib/components/Toaster/Toaster.js.map +1 -1
  609. package/lib/components/Tooltip/Tooltip.d.ts +6 -1
  610. package/lib/components/Tooltip/Tooltip.d.ts.map +1 -1
  611. package/lib/components/Tooltip/Tooltip.js +6 -13
  612. package/lib/components/Tooltip/Tooltip.js.map +1 -1
  613. package/lib/components/Tree/StandardTree.d.ts +6 -0
  614. package/lib/components/Tree/StandardTree.d.ts.map +1 -0
  615. package/lib/components/Tree/StandardTree.js +175 -0
  616. package/lib/components/Tree/StandardTree.js.map +1 -0
  617. package/lib/components/Tree/StandardTree.styles.d.ts +13 -0
  618. package/lib/components/Tree/StandardTree.styles.d.ts.map +1 -0
  619. package/lib/components/Tree/StandardTree.styles.js +155 -0
  620. package/lib/components/Tree/StandardTree.styles.js.map +1 -0
  621. package/lib/components/Tree/StandardTree.types.d.ts +25 -0
  622. package/lib/components/Tree/StandardTree.types.d.ts.map +1 -0
  623. package/lib/components/Tree/StandardTree.types.js +2 -0
  624. package/lib/components/Tree/StandardTree.types.js.map +1 -0
  625. package/lib/components/Tree/Tree.d.ts +35 -49
  626. package/lib/components/Tree/Tree.d.ts.map +1 -1
  627. package/lib/components/Tree/Tree.js +18 -56
  628. package/lib/components/Tree/Tree.js.map +1 -1
  629. package/lib/components/Tree/helpers.d.ts +19 -0
  630. package/lib/components/Tree/helpers.d.ts.map +1 -0
  631. package/lib/components/Tree/helpers.js +180 -0
  632. package/lib/components/Tree/helpers.js.map +1 -0
  633. package/lib/components/Tree/index.d.ts +4 -2
  634. package/lib/components/Tree/index.d.ts.map +1 -1
  635. package/lib/components/Tree/index.js +3 -1
  636. package/lib/components/Tree/index.js.map +1 -1
  637. package/lib/components/URL/URLDisplay.js +2 -2
  638. package/lib/components/URL/URLDisplay.js.map +1 -1
  639. package/lib/hooks/index.d.ts +7 -4
  640. package/lib/hooks/index.d.ts.map +1 -1
  641. package/lib/hooks/index.js +7 -3
  642. package/lib/hooks/index.js.map +1 -1
  643. package/lib/hooks/useActiveDescendant.d.ts +17 -3
  644. package/lib/hooks/useActiveDescendant.d.ts.map +1 -1
  645. package/lib/hooks/useActiveDescendant.js +86 -64
  646. package/lib/hooks/useActiveDescendant.js.map +1 -1
  647. package/lib/hooks/useAutoResize.d.ts.map +1 -1
  648. package/lib/hooks/useAutoResize.js +6 -7
  649. package/lib/hooks/useAutoResize.js.map +1 -1
  650. package/lib/hooks/useBreakpoint.js +2 -4
  651. package/lib/hooks/useBreakpoint.js.map +1 -1
  652. package/lib/hooks/useDraggable.d.ts +8 -0
  653. package/lib/hooks/useDraggable.d.ts.map +1 -0
  654. package/lib/hooks/useDraggable.js +64 -0
  655. package/lib/hooks/useDraggable.js.map +1 -0
  656. package/lib/hooks/useFocusWithin.d.ts +1 -1
  657. package/lib/hooks/useFocusWithin.d.ts.map +1 -1
  658. package/lib/hooks/useFocusWithin.js +29 -24
  659. package/lib/hooks/useFocusWithin.js.map +1 -1
  660. package/lib/hooks/useI18n.d.ts +477 -170
  661. package/lib/hooks/useI18n.d.ts.map +1 -1
  662. package/lib/hooks/useI18n.js +2 -2
  663. package/lib/hooks/useI18n.js.map +1 -1
  664. package/lib/hooks/useLongPress.d.ts +16 -0
  665. package/lib/hooks/useLongPress.d.ts.map +1 -0
  666. package/lib/hooks/useLongPress.js +59 -0
  667. package/lib/hooks/useLongPress.js.map +1 -0
  668. package/lib/hooks/useOuterEvent.js +1 -1
  669. package/lib/hooks/useOuterEvent.js.map +1 -1
  670. package/lib/hooks/useOverride.js +1 -1
  671. package/lib/hooks/useOverride.js.map +1 -1
  672. package/lib/hooks/useScrollStick.js +14 -3
  673. package/lib/hooks/useScrollStick.js.map +1 -1
  674. package/lib/hooks/useScrollToggle.d.ts +6 -0
  675. package/lib/hooks/useScrollToggle.d.ts.map +1 -0
  676. package/lib/hooks/useScrollToggle.js +40 -0
  677. package/lib/hooks/useScrollToggle.js.map +1 -0
  678. package/lib/hooks/useTransitionState.d.ts +39 -0
  679. package/lib/hooks/useTransitionState.d.ts.map +1 -0
  680. package/lib/hooks/useTransitionState.js +56 -0
  681. package/lib/hooks/useTransitionState.js.map +1 -0
  682. package/lib/i18n/default.d.ts +555 -0
  683. package/lib/i18n/default.d.ts.map +1 -0
  684. package/lib/i18n/default.js +600 -0
  685. package/lib/i18n/default.js.map +1 -0
  686. package/lib/i18n/i18n.d.ts +932 -318
  687. package/lib/i18n/i18n.d.ts.map +1 -1
  688. package/lib/i18n/i18n.js +1 -1
  689. package/lib/i18n/i18n.js.map +1 -1
  690. package/lib/i18n/index.d.ts +1 -0
  691. package/lib/i18n/index.d.ts.map +1 -1
  692. package/lib/i18n/index.js.map +1 -1
  693. package/lib/i18n/translate.d.ts +29 -4
  694. package/lib/i18n/translate.d.ts.map +1 -1
  695. package/lib/i18n/translate.js +21 -8
  696. package/lib/i18n/translate.js.map +1 -1
  697. package/lib/index.d.ts +7 -2
  698. package/lib/index.d.ts.map +1 -1
  699. package/lib/index.js +7 -2
  700. package/lib/index.js.map +1 -1
  701. package/lib/styles/GlobalStyle.d.ts.map +1 -1
  702. package/lib/styles/GlobalStyle.js +2 -26
  703. package/lib/styles/GlobalStyle.js.map +1 -1
  704. package/lib/theme/ThemeMachine.js +7 -1
  705. package/lib/theme/ThemeMachine.js.map +1 -1
  706. package/lib/theme/index.d.ts +1 -0
  707. package/lib/theme/index.d.ts.map +1 -1
  708. package/lib/theme/index.js +1 -0
  709. package/lib/theme/index.js.map +1 -1
  710. package/lib/theme/theme.d.ts +83 -53
  711. package/lib/theme/theme.d.ts.map +1 -1
  712. package/lib/theme/themeDefinition.json +50 -30
  713. package/lib/theme/themeOverrides.schema.json +24 -3
  714. package/lib/theme/themes/buildTheme.json +3 -39
  715. package/lib/theme/themes/darkTheme.json +6 -0
  716. package/lib/theme/themes/legacyBuildTheme.json +50 -0
  717. package/lib/types/types.d.ts +6 -1
  718. package/lib/types/types.d.ts.map +1 -1
  719. package/lib/types/types.js.map +1 -1
  720. package/lib/utils/utils.d.ts +46 -4
  721. package/lib/utils/utils.d.ts.map +1 -1
  722. package/lib/utils/utils.js +63 -9
  723. package/lib/utils/utils.js.map +1 -1
  724. package/package.json +10 -11
  725. package/lib/components/DateTime/Input/useButtonAriaLabel.d.ts +0 -3
  726. package/lib/components/DateTime/Input/useButtonAriaLabel.d.ts.map +0 -1
  727. package/lib/components/DateTime/Input/useButtonAriaLabel.js +0 -33
  728. package/lib/components/DateTime/Input/useButtonAriaLabel.js.map +0 -1
  729. package/lib/components/NoItems/NoItems.d.ts +0 -14
  730. package/lib/components/NoItems/NoItems.d.ts.map +0 -1
  731. package/lib/components/NoItems/NoItems.js.map +0 -1
  732. package/lib/components/NoItems/index.d.ts +0 -4
  733. package/lib/components/NoItems/index.d.ts.map +0 -1
  734. package/lib/components/NoItems/index.js +0 -3
  735. package/lib/components/NoItems/index.js.map +0 -1
  736. package/lib/i18n/default.json +0 -246
@@ -1 +1 @@
1
- {"version":3,"file":"compass-solid.icon.js","sourceRoot":"","sources":["../../../../src/components/Icon/icons/compass-solid.icon.tsx"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,MAAM,CAAC,MAAM,IAAI,GAAG,eAAe,CAAC;AAEpC,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,EAAE,CAAC,CAC7B,8BACE,eAAM,CAAC,EAAC,o4DAAo4D,WAAG;QAC/4D,eAAM,CAAC,EAAC,uiBAAuiB,WAAG,YACjjB,CACJ,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,WAAW,CAAC","sourcesContent":["// This file is autogenerated. Any changes will be overwritten.\nexport const name = 'compass-solid';\n\nexport const Component = () => (\n <>\n <path d='M20.9296875,3.5921875 C18.5351562,1.19765625 15.6617188,0 12.2609375,0 C8.86015625,0 5.98671875,1.19765625 3.5921875,3.5921875 C1.19765625,5.98671875 0,8.86015625 0,12.2609375 C0,15.6617188 1.19765625,18.5351563 3.5921875,20.9296875 C5.98671875,23.3242188 8.86015625,24.521875 12.2609375,24.521875 C15.6617188,24.521875 18.5351563,23.3242188 20.9296875,20.9296875 C23.3242188,18.5351563 24.521875,15.6617188 24.521875,12.2609375 C24.521875,8.86015625 23.3242188,5.98671875 20.9296875,3.5921875 Z M2.92265625,12.2601562 C2.92265625,12.5953125 2.77890625,12.7390625 2.44375,12.7390625 C2.10859375,12.7390625 1.96484375,12.5953125 1.96484375,12.2601562 C1.96484375,11.925 2.10859375,11.78125 2.44375,11.78125 C2.77890625,11.78125 2.92265625,11.925 2.92265625,12.2601562 L2.92265625,12.2601562 Z M11.7820312,2.4421875 C11.7820312,2.10703125 11.9257812,1.96328125 12.2609375,1.96328125 C12.5960937,1.96328125 12.7398437,2.10703125 12.7398437,2.4421875 C12.7398437,2.77734375 12.5960937,2.92109375 12.2609375,2.92109375 C11.9257812,2.92109375 11.7820312,2.77734375 11.7820312,2.4421875 L11.7820312,2.4421875 Z M12.740625,22.0789063 C12.740625,22.4140625 12.596875,22.5578125 12.2617188,22.5578125 C11.9265625,22.5578125 11.7828125,22.4140625 11.7828125,22.0789063 C11.7828125,21.74375 11.9265625,21.6 12.2617188,21.6 C12.596875,21.6 12.740625,21.74375 12.740625,22.0789063 Z M19.5414062,4.98125 C19.5414062,4.98125 16.0929687,16.0921875 16.0929687,16.0921875 C16.0929687,16.0921875 4.98203125,19.540625 4.98203125,19.540625 C4.98203125,19.540625 8.43046875,8.4296875 8.43046875,8.4296875 C8.43046875,8.4296875 19.5414062,4.98125 19.5414062,4.98125 Z M22.5585937,12.2601562 C22.5585937,12.5953125 22.4148437,12.7390625 22.0796875,12.7390625 C21.7445312,12.7390625 21.6007812,12.5953125 21.6007812,12.2601562 C21.6007812,11.925 21.7445312,11.78125 22.0796875,11.78125 C22.4148437,11.78125 22.5585937,11.925 22.5585937,12.2601562 Z' />\n <path d='M10.5375,13.984375 C11.0164062,14.4632813 11.5914062,14.703125 12.2617187,14.703125 C12.9320312,14.703125 13.5070312,14.4640625 13.9859375,13.984375 C14.4648437,13.5054688 14.7046875,12.9304688 14.7046875,12.2601563 C14.7046875,11.5898438 14.465625,11.0148438 13.9859375,10.5359375 C13.5070312,10.0570313 12.9320312,9.8171875 12.2617187,9.8171875 C11.5914062,9.8171875 11.0164062,10.05625 10.5375,10.5359375 C10.0585937,11.0148438 9.81875,11.5898438 9.81875,12.2601563 C9.81875,12.9304688 10.0578125,13.5054688 10.5375,13.984375 L10.5375,13.984375 Z' />\n </>\n);\n\nexport const viewBox = '0 0 25 25';\n"]}
1
+ {"version":3,"file":"compass-solid.icon.js","sourceRoot":"","sources":["../../../../src/components/Icon/icons/compass-solid.icon.tsx"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,MAAM,CAAC,MAAM,IAAI,GAAG,eAAe,CAAC;AAEpC,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,EAAE,CAAC,CAC7B,8BACE,eAAM,CAAC,EAAC,o4DAAo4D,WAAG,EAC/4D,eAAM,CAAC,EAAC,uiBAAuiB,WAAG,YACjjB,CACJ,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,WAAW,CAAC","sourcesContent":["// This file is autogenerated. Any changes will be overwritten.\nexport const name = 'compass-solid';\n\nexport const Component = () => (\n <>\n <path d='M20.9296875,3.5921875 C18.5351562,1.19765625 15.6617188,0 12.2609375,0 C8.86015625,0 5.98671875,1.19765625 3.5921875,3.5921875 C1.19765625,5.98671875 0,8.86015625 0,12.2609375 C0,15.6617188 1.19765625,18.5351563 3.5921875,20.9296875 C5.98671875,23.3242188 8.86015625,24.521875 12.2609375,24.521875 C15.6617188,24.521875 18.5351563,23.3242188 20.9296875,20.9296875 C23.3242188,18.5351563 24.521875,15.6617188 24.521875,12.2609375 C24.521875,8.86015625 23.3242188,5.98671875 20.9296875,3.5921875 Z M2.92265625,12.2601562 C2.92265625,12.5953125 2.77890625,12.7390625 2.44375,12.7390625 C2.10859375,12.7390625 1.96484375,12.5953125 1.96484375,12.2601562 C1.96484375,11.925 2.10859375,11.78125 2.44375,11.78125 C2.77890625,11.78125 2.92265625,11.925 2.92265625,12.2601562 L2.92265625,12.2601562 Z M11.7820312,2.4421875 C11.7820312,2.10703125 11.9257812,1.96328125 12.2609375,1.96328125 C12.5960937,1.96328125 12.7398437,2.10703125 12.7398437,2.4421875 C12.7398437,2.77734375 12.5960937,2.92109375 12.2609375,2.92109375 C11.9257812,2.92109375 11.7820312,2.77734375 11.7820312,2.4421875 L11.7820312,2.4421875 Z M12.740625,22.0789063 C12.740625,22.4140625 12.596875,22.5578125 12.2617188,22.5578125 C11.9265625,22.5578125 11.7828125,22.4140625 11.7828125,22.0789063 C11.7828125,21.74375 11.9265625,21.6 12.2617188,21.6 C12.596875,21.6 12.740625,21.74375 12.740625,22.0789063 Z M19.5414062,4.98125 C19.5414062,4.98125 16.0929687,16.0921875 16.0929687,16.0921875 C16.0929687,16.0921875 4.98203125,19.540625 4.98203125,19.540625 C4.98203125,19.540625 8.43046875,8.4296875 8.43046875,8.4296875 C8.43046875,8.4296875 19.5414062,4.98125 19.5414062,4.98125 Z M22.5585937,12.2601562 C22.5585937,12.5953125 22.4148437,12.7390625 22.0796875,12.7390625 C21.7445312,12.7390625 21.6007812,12.5953125 21.6007812,12.2601562 C21.6007812,11.925 21.7445312,11.78125 22.0796875,11.78125 C22.4148437,11.78125 22.5585937,11.925 22.5585937,12.2601562 Z' />\n <path d='M10.5375,13.984375 C11.0164062,14.4632813 11.5914062,14.703125 12.2617187,14.703125 C12.9320312,14.703125 13.5070312,14.4640625 13.9859375,13.984375 C14.4648437,13.5054688 14.7046875,12.9304688 14.7046875,12.2601563 C14.7046875,11.5898438 14.465625,11.0148438 13.9859375,10.5359375 C13.5070312,10.0570313 12.9320312,9.8171875 12.2617187,9.8171875 C11.5914062,9.8171875 11.0164062,10.05625 10.5375,10.5359375 C10.0585937,11.0148438 9.81875,11.5898438 9.81875,12.2601563 C9.81875,12.9304688 10.0578125,13.5054688 10.5375,13.984375 L10.5375,13.984375 Z' />\n </>\n);\n\nexport const viewBox = '0 0 25 25';\n"]}
@@ -1,9 +1,6 @@
1
1
  import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  // This file is autogenerated. Any changes will be overwritten.
3
3
  export const name = 'dataviz-table-with-bars';
4
- export const Component = () => (_jsxs(_Fragment, { children: [_jsx("rect", { width: '12', height: '3', x: '10', y: '6' }, void 0),
5
- _jsx("rect", { width: '12', height: '3', x: '10', y: '12' }, void 0),
6
- _jsx("rect", { width: '12', height: '3', x: '10', y: '18' }, void 0),
7
- _jsx("path", { d: 'M1,2 L1,23 L24,23 L24,2 L1,2 Z M2,5 L8,5 L8,10 L2,10 L2,5 Z M2,11 L8,11 L8,16 L2,16 L2,11 Z M2,17 L8,17 L8,22 L2,22 L2,17 Z M23,22 L9,22 L9,17 L23,17 L23,22 Z M23,16 L9,16 L9,11 L23,11 L23,16 Z M21,10 L9,10 L9,5 L23,5 L23,10 Z' }, void 0)] }, void 0));
4
+ export const Component = () => (_jsxs(_Fragment, { children: [_jsx("rect", { width: '12', height: '3', x: '10', y: '6' }, void 0), _jsx("rect", { width: '12', height: '3', x: '10', y: '12' }, void 0), _jsx("rect", { width: '12', height: '3', x: '10', y: '18' }, void 0), _jsx("path", { d: 'M1,2 L1,23 L24,23 L24,2 L1,2 Z M2,5 L8,5 L8,10 L2,10 L2,5 Z M2,11 L8,11 L8,16 L2,16 L2,11 Z M2,17 L8,17 L8,22 L2,22 L2,17 Z M23,22 L9,22 L9,17 L23,17 L23,22 Z M23,16 L9,16 L9,11 L23,11 L23,16 Z M21,10 L9,10 L9,5 L23,5 L23,10 Z' }, void 0)] }, void 0));
8
5
  export const viewBox = '0 0 25 25';
9
6
  //# sourceMappingURL=dataviz-table-with-bars.icon.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"dataviz-table-with-bars.icon.js","sourceRoot":"","sources":["../../../../src/components/Icon/icons/dataviz-table-with-bars.icon.tsx"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,MAAM,CAAC,MAAM,IAAI,GAAG,yBAAyB,CAAC;AAE9C,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,EAAE,CAAC,CAC7B,8BACE,eAAM,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,GAAG,EAAC,CAAC,EAAC,IAAI,EAAC,CAAC,EAAC,GAAG,WAAG;QAC3C,eAAM,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,GAAG,EAAC,CAAC,EAAC,IAAI,EAAC,CAAC,EAAC,IAAI,WAAG;QAC5C,eAAM,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,GAAG,EAAC,CAAC,EAAC,IAAI,EAAC,CAAC,EAAC,IAAI,WAAG;QAC5C,eAAM,CAAC,EAAC,oOAAoO,WAAG,YAC9O,CACJ,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,WAAW,CAAC","sourcesContent":["// This file is autogenerated. Any changes will be overwritten.\nexport const name = 'dataviz-table-with-bars';\n\nexport const Component = () => (\n <>\n <rect width='12' height='3' x='10' y='6' />\n <rect width='12' height='3' x='10' y='12' />\n <rect width='12' height='3' x='10' y='18' />\n <path d='M1,2 L1,23 L24,23 L24,2 L1,2 Z M2,5 L8,5 L8,10 L2,10 L2,5 Z M2,11 L8,11 L8,16 L2,16 L2,11 Z M2,17 L8,17 L8,22 L2,22 L2,17 Z M23,22 L9,22 L9,17 L23,17 L23,22 Z M23,16 L9,16 L9,11 L23,11 L23,16 Z M21,10 L9,10 L9,5 L23,5 L23,10 Z' />\n </>\n);\n\nexport const viewBox = '0 0 25 25';\n"]}
1
+ {"version":3,"file":"dataviz-table-with-bars.icon.js","sourceRoot":"","sources":["../../../../src/components/Icon/icons/dataviz-table-with-bars.icon.tsx"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,MAAM,CAAC,MAAM,IAAI,GAAG,yBAAyB,CAAC;AAE9C,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,EAAE,CAAC,CAC7B,8BACE,eAAM,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,GAAG,EAAC,CAAC,EAAC,IAAI,EAAC,CAAC,EAAC,GAAG,WAAG,EAC3C,eAAM,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,GAAG,EAAC,CAAC,EAAC,IAAI,EAAC,CAAC,EAAC,IAAI,WAAG,EAC5C,eAAM,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,GAAG,EAAC,CAAC,EAAC,IAAI,EAAC,CAAC,EAAC,IAAI,WAAG,EAC5C,eAAM,CAAC,EAAC,oOAAoO,WAAG,YAC9O,CACJ,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,WAAW,CAAC","sourcesContent":["// This file is autogenerated. Any changes will be overwritten.\nexport const name = 'dataviz-table-with-bars';\n\nexport const Component = () => (\n <>\n <rect width='12' height='3' x='10' y='6' />\n <rect width='12' height='3' x='10' y='12' />\n <rect width='12' height='3' x='10' y='18' />\n <path d='M1,2 L1,23 L24,23 L24,2 L1,2 Z M2,5 L8,5 L8,10 L2,10 L2,5 Z M2,11 L8,11 L8,16 L2,16 L2,11 Z M2,17 L8,17 L8,22 L2,22 L2,17 Z M23,22 L9,22 L9,17 L23,17 L23,22 Z M23,16 L9,16 L9,11 L23,11 L23,16 Z M21,10 L9,10 L9,5 L23,5 L23,10 Z' />\n </>\n);\n\nexport const viewBox = '0 0 25 25';\n"]}
@@ -1,7 +1,6 @@
1
1
  import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  // This file is autogenerated. Any changes will be overwritten.
3
3
  export const name = 'dataviz-table-with-cross';
4
- export const Component = () => (_jsxs(_Fragment, { children: [_jsx("path", { d: 'M0,2 L0,23 L24,23 L24,2 L0,2 Z M7.5,16.5 L1,16.5 L1,11.5 L7.5,11.5 L7.5,16.5 Z M1,10.5 L1,5.5 L7.5,5.5 L7.5,10.5 L1,10.5 Z M8.5,5.5 L15.25,5.5 L15.25,10.5 L8.5,10.5 L8.5,5.5 Z M16.25,5.5 L23,5.5 L23,10.5 L16.25,10.5 L16.25,5.5 Z M1,17.5 L7.5,17.5 L7.5,22 L1,22 L1,17.5 Z M8.5,22 L8.5,11.5 L23,11.5 L23,22 L8.5,22 Z' }, void 0),
5
- _jsx("polygon", { points: '19.28 13.95 17.25 13.95 15.97 16.04 14.7 13.95 12.67 13.95 14.78 17.15 12.56 20.5 14.59 20.5 15.97 18.26 17.35 20.5 19.38 20.5 17.15 17.15' }, void 0)] }, void 0));
4
+ export const Component = () => (_jsxs(_Fragment, { children: [_jsx("path", { d: 'M0,2 L0,23 L24,23 L24,2 L0,2 Z M7.5,16.5 L1,16.5 L1,11.5 L7.5,11.5 L7.5,16.5 Z M1,10.5 L1,5.5 L7.5,5.5 L7.5,10.5 L1,10.5 Z M8.5,5.5 L15.25,5.5 L15.25,10.5 L8.5,10.5 L8.5,5.5 Z M16.25,5.5 L23,5.5 L23,10.5 L16.25,10.5 L16.25,5.5 Z M1,17.5 L7.5,17.5 L7.5,22 L1,22 L1,17.5 Z M8.5,22 L8.5,11.5 L23,11.5 L23,22 L8.5,22 Z' }, void 0), _jsx("polygon", { points: '19.28 13.95 17.25 13.95 15.97 16.04 14.7 13.95 12.67 13.95 14.78 17.15 12.56 20.5 14.59 20.5 15.97 18.26 17.35 20.5 19.38 20.5 17.15 17.15' }, void 0)] }, void 0));
6
5
  export const viewBox = '0 0 25 25';
7
6
  //# sourceMappingURL=dataviz-table-with-cross.icon.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"dataviz-table-with-cross.icon.js","sourceRoot":"","sources":["../../../../src/components/Icon/icons/dataviz-table-with-cross.icon.tsx"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,MAAM,CAAC,MAAM,IAAI,GAAG,0BAA0B,CAAC;AAE/C,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,EAAE,CAAC,CAC7B,8BACE,eAAM,CAAC,EAAC,4TAA4T,WAAG;QACvU,kBAAS,MAAM,EAAC,4IAA4I,WAAG,YAC9J,CACJ,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,WAAW,CAAC","sourcesContent":["// This file is autogenerated. Any changes will be overwritten.\nexport const name = 'dataviz-table-with-cross';\n\nexport const Component = () => (\n <>\n <path d='M0,2 L0,23 L24,23 L24,2 L0,2 Z M7.5,16.5 L1,16.5 L1,11.5 L7.5,11.5 L7.5,16.5 Z M1,10.5 L1,5.5 L7.5,5.5 L7.5,10.5 L1,10.5 Z M8.5,5.5 L15.25,5.5 L15.25,10.5 L8.5,10.5 L8.5,5.5 Z M16.25,5.5 L23,5.5 L23,10.5 L16.25,10.5 L16.25,5.5 Z M1,17.5 L7.5,17.5 L7.5,22 L1,22 L1,17.5 Z M8.5,22 L8.5,11.5 L23,11.5 L23,22 L8.5,22 Z' />\n <polygon points='19.28 13.95 17.25 13.95 15.97 16.04 14.7 13.95 12.67 13.95 14.78 17.15 12.56 20.5 14.59 20.5 15.97 18.26 17.35 20.5 19.38 20.5 17.15 17.15' />\n </>\n);\n\nexport const viewBox = '0 0 25 25';\n"]}
1
+ {"version":3,"file":"dataviz-table-with-cross.icon.js","sourceRoot":"","sources":["../../../../src/components/Icon/icons/dataviz-table-with-cross.icon.tsx"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,MAAM,CAAC,MAAM,IAAI,GAAG,0BAA0B,CAAC;AAE/C,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,EAAE,CAAC,CAC7B,8BACE,eAAM,CAAC,EAAC,4TAA4T,WAAG,EACvU,kBAAS,MAAM,EAAC,4IAA4I,WAAG,YAC9J,CACJ,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,WAAW,CAAC","sourcesContent":["// This file is autogenerated. Any changes will be overwritten.\nexport const name = 'dataviz-table-with-cross';\n\nexport const Component = () => (\n <>\n <path d='M0,2 L0,23 L24,23 L24,2 L0,2 Z M7.5,16.5 L1,16.5 L1,11.5 L7.5,11.5 L7.5,16.5 Z M1,10.5 L1,5.5 L7.5,5.5 L7.5,10.5 L1,10.5 Z M8.5,5.5 L15.25,5.5 L15.25,10.5 L8.5,10.5 L8.5,5.5 Z M16.25,5.5 L23,5.5 L23,10.5 L16.25,10.5 L16.25,5.5 Z M1,17.5 L7.5,17.5 L7.5,22 L1,22 L1,17.5 Z M8.5,22 L8.5,11.5 L23,11.5 L23,22 L8.5,22 Z' />\n <polygon points='19.28 13.95 17.25 13.95 15.97 16.04 14.7 13.95 12.67 13.95 14.78 17.15 12.56 20.5 14.59 20.5 15.97 18.26 17.35 20.5 19.38 20.5 17.15 17.15' />\n </>\n);\n\nexport const viewBox = '0 0 25 25';\n"]}
@@ -1,10 +1,6 @@
1
1
  import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  // This file is autogenerated. Any changes will be overwritten.
3
3
  export const name = 'dataviz-waterfall';
4
- export const Component = () => (_jsxs(_Fragment, { children: [_jsx("polygon", { points: '10 10 14 10 14 17 10 17' }, void 0),
5
- _jsx("polygon", { points: '15 2 19 2 19 17 15 17' }, void 0),
6
- _jsx("polygon", { points: '20 2 24 2 24 23 20 23' }, void 0),
7
- _jsx("polygon", { points: '5 2 9 2 9 12 5 12' }, void 0),
8
- _jsx("polygon", { points: '0 2 4 2 4 23 0 23' }, void 0)] }, void 0));
4
+ export const Component = () => (_jsxs(_Fragment, { children: [_jsx("polygon", { points: '10 10 14 10 14 17 10 17' }, void 0), _jsx("polygon", { points: '15 2 19 2 19 17 15 17' }, void 0), _jsx("polygon", { points: '20 2 24 2 24 23 20 23' }, void 0), _jsx("polygon", { points: '5 2 9 2 9 12 5 12' }, void 0), _jsx("polygon", { points: '0 2 4 2 4 23 0 23' }, void 0)] }, void 0));
9
5
  export const viewBox = '0 0 25 25';
10
6
  //# sourceMappingURL=dataviz-waterfall.icon.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"dataviz-waterfall.icon.js","sourceRoot":"","sources":["../../../../src/components/Icon/icons/dataviz-waterfall.icon.tsx"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,MAAM,CAAC,MAAM,IAAI,GAAG,mBAAmB,CAAC;AAExC,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,EAAE,CAAC,CAC7B,8BACE,kBAAS,MAAM,EAAC,yBAAyB,WAAG;QAC5C,kBAAS,MAAM,EAAC,uBAAuB,WAAG;QAC1C,kBAAS,MAAM,EAAC,uBAAuB,WAAG;QAC1C,kBAAS,MAAM,EAAC,mBAAmB,WAAG;QACtC,kBAAS,MAAM,EAAC,mBAAmB,WAAG,YACrC,CACJ,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,WAAW,CAAC","sourcesContent":["// This file is autogenerated. Any changes will be overwritten.\nexport const name = 'dataviz-waterfall';\n\nexport const Component = () => (\n <>\n <polygon points='10 10 14 10 14 17 10 17' />\n <polygon points='15 2 19 2 19 17 15 17' />\n <polygon points='20 2 24 2 24 23 20 23' />\n <polygon points='5 2 9 2 9 12 5 12' />\n <polygon points='0 2 4 2 4 23 0 23' />\n </>\n);\n\nexport const viewBox = '0 0 25 25';\n"]}
1
+ {"version":3,"file":"dataviz-waterfall.icon.js","sourceRoot":"","sources":["../../../../src/components/Icon/icons/dataviz-waterfall.icon.tsx"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,MAAM,CAAC,MAAM,IAAI,GAAG,mBAAmB,CAAC;AAExC,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,EAAE,CAAC,CAC7B,8BACE,kBAAS,MAAM,EAAC,yBAAyB,WAAG,EAC5C,kBAAS,MAAM,EAAC,uBAAuB,WAAG,EAC1C,kBAAS,MAAM,EAAC,uBAAuB,WAAG,EAC1C,kBAAS,MAAM,EAAC,mBAAmB,WAAG,EACtC,kBAAS,MAAM,EAAC,mBAAmB,WAAG,YACrC,CACJ,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,WAAW,CAAC","sourcesContent":["// This file is autogenerated. Any changes will be overwritten.\nexport const name = 'dataviz-waterfall';\n\nexport const Component = () => (\n <>\n <polygon points='10 10 14 10 14 17 10 17' />\n <polygon points='15 2 19 2 19 17 15 17' />\n <polygon points='20 2 24 2 24 23 20 23' />\n <polygon points='5 2 9 2 9 12 5 12' />\n <polygon points='0 2 4 2 4 23 0 23' />\n </>\n);\n\nexport const viewBox = '0 0 25 25';\n"]}
@@ -0,0 +1,4 @@
1
+ export declare const name = "dock";
2
+ export declare const Component: () => JSX.Element;
3
+ export declare const viewBox = "0 0 25 25";
4
+ //# sourceMappingURL=dock.icon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dock.icon.d.ts","sourceRoot":"","sources":["../../../../src/components/Icon/icons/dock.icon.tsx"],"names":[],"mappings":"AACA,eAAO,MAAM,IAAI,SAAS,CAAC;AAE3B,eAAO,MAAM,SAAS,mBAErB,CAAC;AAEF,eAAO,MAAM,OAAO,cAAc,CAAC"}
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ // This file is autogenerated. Any changes will be overwritten.
3
+ export const name = 'dock';
4
+ export const Component = () => (_jsx("path", { d: 'm11.5 13.5v7.5c0 .5522847-.4477153 1-1 1-.55228475 0-1-.4477153-1-1l-.00089322-4.0858932-6.08489322 6.0858932c-.39052429.3905243-1.02368927.3905243-1.41421356 0s-.39052429-1.0236893 0-1.4142136l6.08610678-6.0866796-4.08610678.0008932c-.55228475 0-1-.4477153-1-1s.44771525-1 1-1zm11.5-11.5c.3905243.39052429.3905243 1.02368927 0 1.41421356l-6.1198932 6.11889322 4.153477.00047705c.5522848 0 1 .44771525 1 .99999997 0 .5522848-.4477152 1-1 1h-7.5v-7.5335838c0-.55228475.4477153-1 1-1 .5522848 0 1 .44771525 1 1l-.000477 4.05210678 6.0526796-6.05210678c.3905243-.39052429 1.0236893-.39052429 1.4142136 0z' }, void 0));
5
+ export const viewBox = '0 0 25 25';
6
+ //# sourceMappingURL=dock.icon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dock.icon.js","sourceRoot":"","sources":["../../../../src/components/Icon/icons/dock.icon.tsx"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,MAAM,CAAC,MAAM,IAAI,GAAG,MAAM,CAAC;AAE3B,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,EAAE,CAAC,CAC7B,eAAM,CAAC,EAAC,2lBAA2lB,WAAG,CACvmB,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,WAAW,CAAC","sourcesContent":["// This file is autogenerated. Any changes will be overwritten.\nexport const name = 'dock';\n\nexport const Component = () => (\n <path d='m11.5 13.5v7.5c0 .5522847-.4477153 1-1 1-.55228475 0-1-.4477153-1-1l-.00089322-4.0858932-6.08489322 6.0858932c-.39052429.3905243-1.02368927.3905243-1.41421356 0s-.39052429-1.0236893 0-1.4142136l6.08610678-6.0866796-4.08610678.0008932c-.55228475 0-1-.4477153-1-1s.44771525-1 1-1zm11.5-11.5c.3905243.39052429.3905243 1.02368927 0 1.41421356l-6.1198932 6.11889322 4.153477.00047705c.5522848 0 1 .44771525 1 .99999997 0 .5522848-.4477152 1-1 1h-7.5v-7.5335838c0-.55228475.4477153-1 1-1 .5522848 0 1 .44771525 1 1l-.000477 4.05210678 6.0526796-6.05210678c.3905243-.39052429 1.0236893-.39052429 1.4142136 0z' />\n);\n\nexport const viewBox = '0 0 25 25';\n"]}
@@ -1,9 +1,6 @@
1
1
  import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  // This file is autogenerated. Any changes will be overwritten.
3
3
  export const name = 'filetype-text';
4
- export const Component = () => (_jsxs(_Fragment, { children: [_jsx("rect", { height: '2', rx: '1', width: '20', x: '2', y: '4' }, void 0),
5
- _jsx("rect", { height: '2', rx: '1', width: '20', x: '2', y: '9' }, void 0),
6
- _jsx("rect", { height: '2', rx: '1', width: '20', x: '2', y: '14' }, void 0),
7
- _jsx("rect", { height: '2', rx: '1', width: '15', x: '2', y: '19' }, void 0)] }, void 0));
4
+ export const Component = () => (_jsxs(_Fragment, { children: [_jsx("rect", { height: '2', rx: '1', width: '20', x: '2', y: '4' }, void 0), _jsx("rect", { height: '2', rx: '1', width: '20', x: '2', y: '9' }, void 0), _jsx("rect", { height: '2', rx: '1', width: '20', x: '2', y: '14' }, void 0), _jsx("rect", { height: '2', rx: '1', width: '15', x: '2', y: '19' }, void 0)] }, void 0));
8
5
  export const viewBox = '0 0 25 25';
9
6
  //# sourceMappingURL=filetype-text.icon.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"filetype-text.icon.js","sourceRoot":"","sources":["../../../../src/components/Icon/icons/filetype-text.icon.tsx"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,MAAM,CAAC,MAAM,IAAI,GAAG,eAAe,CAAC;AAEpC,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,EAAE,CAAC,CAC7B,8BACE,eAAM,MAAM,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,KAAK,EAAC,IAAI,EAAC,CAAC,EAAC,GAAG,EAAC,CAAC,EAAC,GAAG,WAAG;QACjD,eAAM,MAAM,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,KAAK,EAAC,IAAI,EAAC,CAAC,EAAC,GAAG,EAAC,CAAC,EAAC,GAAG,WAAG;QACjD,eAAM,MAAM,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,KAAK,EAAC,IAAI,EAAC,CAAC,EAAC,GAAG,EAAC,CAAC,EAAC,IAAI,WAAG;QAClD,eAAM,MAAM,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,KAAK,EAAC,IAAI,EAAC,CAAC,EAAC,GAAG,EAAC,CAAC,EAAC,IAAI,WAAG,YACjD,CACJ,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,WAAW,CAAC","sourcesContent":["// This file is autogenerated. Any changes will be overwritten.\nexport const name = 'filetype-text';\n\nexport const Component = () => (\n <>\n <rect height='2' rx='1' width='20' x='2' y='4' />\n <rect height='2' rx='1' width='20' x='2' y='9' />\n <rect height='2' rx='1' width='20' x='2' y='14' />\n <rect height='2' rx='1' width='15' x='2' y='19' />\n </>\n);\n\nexport const viewBox = '0 0 25 25';\n"]}
1
+ {"version":3,"file":"filetype-text.icon.js","sourceRoot":"","sources":["../../../../src/components/Icon/icons/filetype-text.icon.tsx"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,MAAM,CAAC,MAAM,IAAI,GAAG,eAAe,CAAC;AAEpC,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,EAAE,CAAC,CAC7B,8BACE,eAAM,MAAM,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,KAAK,EAAC,IAAI,EAAC,CAAC,EAAC,GAAG,EAAC,CAAC,EAAC,GAAG,WAAG,EACjD,eAAM,MAAM,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,KAAK,EAAC,IAAI,EAAC,CAAC,EAAC,GAAG,EAAC,CAAC,EAAC,GAAG,WAAG,EACjD,eAAM,MAAM,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,KAAK,EAAC,IAAI,EAAC,CAAC,EAAC,GAAG,EAAC,CAAC,EAAC,IAAI,WAAG,EAClD,eAAM,MAAM,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,KAAK,EAAC,IAAI,EAAC,CAAC,EAAC,GAAG,EAAC,CAAC,EAAC,IAAI,WAAG,YACjD,CACJ,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,WAAW,CAAC","sourcesContent":["// This file is autogenerated. Any changes will be overwritten.\nexport const name = 'filetype-text';\n\nexport const Component = () => (\n <>\n <rect height='2' rx='1' width='20' x='2' y='4' />\n <rect height='2' rx='1' width='20' x='2' y='9' />\n <rect height='2' rx='1' width='20' x='2' y='14' />\n <rect height='2' rx='1' width='15' x='2' y='19' />\n </>\n);\n\nexport const viewBox = '0 0 25 25';\n"]}
@@ -1,7 +1,6 @@
1
1
  import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  // This file is autogenerated. Any changes will be overwritten.
3
3
  export const name = 'folder-dollar';
4
- export const Component = () => (_jsxs(_Fragment, { children: [_jsx("path", { d: 'M9.09921875,2 L9.23711143,2.00589195 C9.67711777,2.04505424 9.92201705,2.27826705 10.009375,2.6703125 C10.009375,2.6703125 10.7757812,4.96953125 10.7757812,4.96953125 L10.7757812,4.96953125 L23.5632812,4.96953125 L23.5632812,4.96953125 L23.6826497,4.97753545 C23.8809462,5.00421007 24.0740885,5.09752604 24.2335937,5.25703125 C24.425,5.4484375 24.5210937,5.68828125 24.5210937,5.92734375 L24.5210937,5.92734375 L24.5210937,22.6421875 L24.5210937,22.6421875 L24.5130896,22.761556 C24.4864149,22.9598524 24.393099,23.1529948 24.2335937,23.3125 C24.0421875,23.5039062 23.8023437,23.6 23.5632812,23.6 L23.5632812,23.6 L0.9578125,23.6 L0.9578125,23.6 L0.83844401,23.5919958 C0.640147569,23.5653212 0.447005208,23.4720052 0.2875,23.3125 C0.09609375,23.1210938 0,22.88125 0,22.6421875 L0,22.6421875 L0,3.00625 L0,3.00625 L0.0080041956,2.886386 C0.0346788194,2.68669705 0.127994792,2.48736979 0.2875,2.2875 C0.47890625,2.09609375 0.71875,2 0.9578125,2 L0.9578125,2 L9.09921875,2 L9.09921875,2 Z M9.14140625,3 L1,3 L1,3 L1,22.6359375 L1,22.6359375 L23.6054688,22.6359375 L23.6054688,22.6359375 L23.6054688,5.92109375 L23.6054688,5.92109375 L10.8179688,5.92109375 L10.8179688,5.92109375 L10.6915719,5.91396875 C10.3216016,5.87135938 10.0371875,5.63890625 9.9078125,5.25078125 C9.9078125,5.25078125 9.14140625,3 9.14140625,3 L9.14140625,3 Z' }, void 0),
5
- _jsx("path", { d: 'M12.988325,8 C13.3234813,8 13.4672313,8.19140625 13.4672313,8.5265625 L13.4672313,8.5265625 L13.4672313,9.484375 L13.4672313,9.484375 L13.5148875,9.484375 L13.5148875,9.484375 L13.797102,9.49149091 C14.5357594,9.52943673 15.1645403,9.71909722 15.7180125,10.059375 L15.7180125,10.059375 L15.8049638,10.1249035 C16.0131514,10.3040702 16.0319014,10.5171875 15.8617625,10.7296875 L15.8617625,10.7296875 L15.81038,10.8167042 C15.6642895,11.0254147 15.4470056,11.0488715 15.19145,10.9210938 L15.19145,10.9210938 L15.0074504,10.8200195 C14.5680491,10.5999023 14.0597117,10.4898438 13.5148875,10.4898438 L13.5148875,10.4898438 L13.4672313,10.4898438 L13.4672313,10.4898438 L13.4672313,14.0335938 L13.4672313,14.0335938 L13.7435125,14.1148063 C14.0976375,14.2174063 14.3967625,14.3014063 14.6648875,14.4164063 C14.9516063,14.5601563 15.2391063,14.8476563 15.5266063,15.2304688 C15.7656688,15.6140625 15.9094188,16.0929688 15.9094188,16.6195313 L15.9094188,16.6195313 L15.9006289,16.8235254 C15.8539211,17.3580247 15.6224396,17.8166667 15.2391063,18.2 C14.8078563,18.6789063 14.1859813,19.0140625 13.4672313,19.1578125 L13.4672313,19.1578125 L13.4672313,20.259375 L13.4672313,20.259375 L13.4618418,20.3657043 C13.4329238,20.6347029 13.2862417,20.7859375 12.988325,20.7859375 C12.6531688,20.7859375 12.5094188,20.5945313 12.5094188,20.259375 L12.5094188,20.259375 L12.5094188,19.3015625 L12.5094188,19.3015625 L12.4617625,19.3015625 L12.4617625,19.3015625 L12.179548,19.2944466 C11.4408906,19.2565008 10.8121097,19.0668403 10.2586375,18.7265625 L10.2586375,18.7265625 L10.1716862,18.661034 C9.96349861,18.4818673 9.94474861,18.26875 10.1148875,18.05625 L10.1148875,18.05625 L10.16627,17.9692333 C10.3123605,17.7605228 10.5296444,17.737066 10.7852,17.8648438 L10.7852,17.8648438 L10.9691996,17.965918 C11.4086009,18.1860352 11.9169383,18.2960938 12.4617625,18.2960938 L12.4617625,18.2960938 L12.5094188,18.2960938 L12.5094188,18.2960938 L12.5094188,14.753125 C12.0305125,14.609375 11.6477,14.465625 11.3602,14.321875 C11.0250438,14.178125 10.7375438,13.9382813 10.4984813,13.5554688 C10.2109813,13.171875 10.0672313,12.6929688 10.0672313,12.1664063 L10.0672313,12.1664063 L10.0760211,11.9623468 C10.1227289,11.4273245 10.3542104,10.9639757 10.7375438,10.5382813 C11.1687938,10.1070313 11.7906688,9.771875 12.5094188,9.628125 L12.5094188,9.628125 L12.5094188,8.5265625 L12.5094188,8.5265625 L12.5148082,8.4202332 C12.5437262,8.15123457 12.6904083,8 12.988325,8 Z M13.5555125,15.0398438 L13.5555125,18.153125 C14.5609813,17.8179688 15.0398875,17.3390625 15.0398875,16.6203125 L15.0398875,16.6203125 L15.0342637,16.4794218 C14.9779673,15.7890198 14.4981395,15.309375 13.5555125,15.0398438 L13.5555125,15.0398438 Z M12.4578563,10.6335938 L12.2637692,10.7025701 C11.3906618,11.0336701 10.9734813,11.4955729 10.9734813,12.1664063 L10.9734813,12.1664063 L10.9791051,12.3072969 C11.0354014,12.997699 11.5152293,13.4773438 12.4578563,13.746875 L12.4578563,13.746875 L12.4578563,10.6335938 L12.4578563,10.6335938 Z' }, void 0)] }, void 0));
4
+ export const Component = () => (_jsxs(_Fragment, { children: [_jsx("path", { d: 'M9.09921875,2 L9.23711143,2.00589195 C9.67711777,2.04505424 9.92201705,2.27826705 10.009375,2.6703125 C10.009375,2.6703125 10.7757812,4.96953125 10.7757812,4.96953125 L10.7757812,4.96953125 L23.5632812,4.96953125 L23.5632812,4.96953125 L23.6826497,4.97753545 C23.8809462,5.00421007 24.0740885,5.09752604 24.2335937,5.25703125 C24.425,5.4484375 24.5210937,5.68828125 24.5210937,5.92734375 L24.5210937,5.92734375 L24.5210937,22.6421875 L24.5210937,22.6421875 L24.5130896,22.761556 C24.4864149,22.9598524 24.393099,23.1529948 24.2335937,23.3125 C24.0421875,23.5039062 23.8023437,23.6 23.5632812,23.6 L23.5632812,23.6 L0.9578125,23.6 L0.9578125,23.6 L0.83844401,23.5919958 C0.640147569,23.5653212 0.447005208,23.4720052 0.2875,23.3125 C0.09609375,23.1210938 0,22.88125 0,22.6421875 L0,22.6421875 L0,3.00625 L0,3.00625 L0.0080041956,2.886386 C0.0346788194,2.68669705 0.127994792,2.48736979 0.2875,2.2875 C0.47890625,2.09609375 0.71875,2 0.9578125,2 L0.9578125,2 L9.09921875,2 L9.09921875,2 Z M9.14140625,3 L1,3 L1,3 L1,22.6359375 L1,22.6359375 L23.6054688,22.6359375 L23.6054688,22.6359375 L23.6054688,5.92109375 L23.6054688,5.92109375 L10.8179688,5.92109375 L10.8179688,5.92109375 L10.6915719,5.91396875 C10.3216016,5.87135938 10.0371875,5.63890625 9.9078125,5.25078125 C9.9078125,5.25078125 9.14140625,3 9.14140625,3 L9.14140625,3 Z' }, void 0), _jsx("path", { d: 'M12.988325,8 C13.3234813,8 13.4672313,8.19140625 13.4672313,8.5265625 L13.4672313,8.5265625 L13.4672313,9.484375 L13.4672313,9.484375 L13.5148875,9.484375 L13.5148875,9.484375 L13.797102,9.49149091 C14.5357594,9.52943673 15.1645403,9.71909722 15.7180125,10.059375 L15.7180125,10.059375 L15.8049638,10.1249035 C16.0131514,10.3040702 16.0319014,10.5171875 15.8617625,10.7296875 L15.8617625,10.7296875 L15.81038,10.8167042 C15.6642895,11.0254147 15.4470056,11.0488715 15.19145,10.9210938 L15.19145,10.9210938 L15.0074504,10.8200195 C14.5680491,10.5999023 14.0597117,10.4898438 13.5148875,10.4898438 L13.5148875,10.4898438 L13.4672313,10.4898438 L13.4672313,10.4898438 L13.4672313,14.0335938 L13.4672313,14.0335938 L13.7435125,14.1148063 C14.0976375,14.2174063 14.3967625,14.3014063 14.6648875,14.4164063 C14.9516063,14.5601563 15.2391063,14.8476563 15.5266063,15.2304688 C15.7656688,15.6140625 15.9094188,16.0929688 15.9094188,16.6195313 L15.9094188,16.6195313 L15.9006289,16.8235254 C15.8539211,17.3580247 15.6224396,17.8166667 15.2391063,18.2 C14.8078563,18.6789063 14.1859813,19.0140625 13.4672313,19.1578125 L13.4672313,19.1578125 L13.4672313,20.259375 L13.4672313,20.259375 L13.4618418,20.3657043 C13.4329238,20.6347029 13.2862417,20.7859375 12.988325,20.7859375 C12.6531688,20.7859375 12.5094188,20.5945313 12.5094188,20.259375 L12.5094188,20.259375 L12.5094188,19.3015625 L12.5094188,19.3015625 L12.4617625,19.3015625 L12.4617625,19.3015625 L12.179548,19.2944466 C11.4408906,19.2565008 10.8121097,19.0668403 10.2586375,18.7265625 L10.2586375,18.7265625 L10.1716862,18.661034 C9.96349861,18.4818673 9.94474861,18.26875 10.1148875,18.05625 L10.1148875,18.05625 L10.16627,17.9692333 C10.3123605,17.7605228 10.5296444,17.737066 10.7852,17.8648438 L10.7852,17.8648438 L10.9691996,17.965918 C11.4086009,18.1860352 11.9169383,18.2960938 12.4617625,18.2960938 L12.4617625,18.2960938 L12.5094188,18.2960938 L12.5094188,18.2960938 L12.5094188,14.753125 C12.0305125,14.609375 11.6477,14.465625 11.3602,14.321875 C11.0250438,14.178125 10.7375438,13.9382813 10.4984813,13.5554688 C10.2109813,13.171875 10.0672313,12.6929688 10.0672313,12.1664063 L10.0672313,12.1664063 L10.0760211,11.9623468 C10.1227289,11.4273245 10.3542104,10.9639757 10.7375438,10.5382813 C11.1687938,10.1070313 11.7906688,9.771875 12.5094188,9.628125 L12.5094188,9.628125 L12.5094188,8.5265625 L12.5094188,8.5265625 L12.5148082,8.4202332 C12.5437262,8.15123457 12.6904083,8 12.988325,8 Z M13.5555125,15.0398438 L13.5555125,18.153125 C14.5609813,17.8179688 15.0398875,17.3390625 15.0398875,16.6203125 L15.0398875,16.6203125 L15.0342637,16.4794218 C14.9779673,15.7890198 14.4981395,15.309375 13.5555125,15.0398438 L13.5555125,15.0398438 Z M12.4578563,10.6335938 L12.2637692,10.7025701 C11.3906618,11.0336701 10.9734813,11.4955729 10.9734813,12.1664063 L10.9734813,12.1664063 L10.9791051,12.3072969 C11.0354014,12.997699 11.5152293,13.4773438 12.4578563,13.746875 L12.4578563,13.746875 L12.4578563,10.6335938 L12.4578563,10.6335938 Z' }, void 0)] }, void 0));
6
5
  export const viewBox = '0 0 25 25';
7
6
  //# sourceMappingURL=folder-dollar.icon.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"folder-dollar.icon.js","sourceRoot":"","sources":["../../../../src/components/Icon/icons/folder-dollar.icon.tsx"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,MAAM,CAAC,MAAM,IAAI,GAAG,eAAe,CAAC;AAEpC,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,EAAE,CAAC,CAC7B,8BACE,eAAM,CAAC,EAAC,mzCAAmzC,WAAG;QAC9zC,eAAM,CAAC,EAAC,k7FAAk7F,WAAG,YAC57F,CACJ,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,WAAW,CAAC","sourcesContent":["// This file is autogenerated. Any changes will be overwritten.\nexport const name = 'folder-dollar';\n\nexport const Component = () => (\n <>\n <path d='M9.09921875,2 L9.23711143,2.00589195 C9.67711777,2.04505424 9.92201705,2.27826705 10.009375,2.6703125 C10.009375,2.6703125 10.7757812,4.96953125 10.7757812,4.96953125 L10.7757812,4.96953125 L23.5632812,4.96953125 L23.5632812,4.96953125 L23.6826497,4.97753545 C23.8809462,5.00421007 24.0740885,5.09752604 24.2335937,5.25703125 C24.425,5.4484375 24.5210937,5.68828125 24.5210937,5.92734375 L24.5210937,5.92734375 L24.5210937,22.6421875 L24.5210937,22.6421875 L24.5130896,22.761556 C24.4864149,22.9598524 24.393099,23.1529948 24.2335937,23.3125 C24.0421875,23.5039062 23.8023437,23.6 23.5632812,23.6 L23.5632812,23.6 L0.9578125,23.6 L0.9578125,23.6 L0.83844401,23.5919958 C0.640147569,23.5653212 0.447005208,23.4720052 0.2875,23.3125 C0.09609375,23.1210938 0,22.88125 0,22.6421875 L0,22.6421875 L0,3.00625 L0,3.00625 L0.0080041956,2.886386 C0.0346788194,2.68669705 0.127994792,2.48736979 0.2875,2.2875 C0.47890625,2.09609375 0.71875,2 0.9578125,2 L0.9578125,2 L9.09921875,2 L9.09921875,2 Z M9.14140625,3 L1,3 L1,3 L1,22.6359375 L1,22.6359375 L23.6054688,22.6359375 L23.6054688,22.6359375 L23.6054688,5.92109375 L23.6054688,5.92109375 L10.8179688,5.92109375 L10.8179688,5.92109375 L10.6915719,5.91396875 C10.3216016,5.87135938 10.0371875,5.63890625 9.9078125,5.25078125 C9.9078125,5.25078125 9.14140625,3 9.14140625,3 L9.14140625,3 Z' />\n <path d='M12.988325,8 C13.3234813,8 13.4672313,8.19140625 13.4672313,8.5265625 L13.4672313,8.5265625 L13.4672313,9.484375 L13.4672313,9.484375 L13.5148875,9.484375 L13.5148875,9.484375 L13.797102,9.49149091 C14.5357594,9.52943673 15.1645403,9.71909722 15.7180125,10.059375 L15.7180125,10.059375 L15.8049638,10.1249035 C16.0131514,10.3040702 16.0319014,10.5171875 15.8617625,10.7296875 L15.8617625,10.7296875 L15.81038,10.8167042 C15.6642895,11.0254147 15.4470056,11.0488715 15.19145,10.9210938 L15.19145,10.9210938 L15.0074504,10.8200195 C14.5680491,10.5999023 14.0597117,10.4898438 13.5148875,10.4898438 L13.5148875,10.4898438 L13.4672313,10.4898438 L13.4672313,10.4898438 L13.4672313,14.0335938 L13.4672313,14.0335938 L13.7435125,14.1148063 C14.0976375,14.2174063 14.3967625,14.3014063 14.6648875,14.4164063 C14.9516063,14.5601563 15.2391063,14.8476563 15.5266063,15.2304688 C15.7656688,15.6140625 15.9094188,16.0929688 15.9094188,16.6195313 L15.9094188,16.6195313 L15.9006289,16.8235254 C15.8539211,17.3580247 15.6224396,17.8166667 15.2391063,18.2 C14.8078563,18.6789063 14.1859813,19.0140625 13.4672313,19.1578125 L13.4672313,19.1578125 L13.4672313,20.259375 L13.4672313,20.259375 L13.4618418,20.3657043 C13.4329238,20.6347029 13.2862417,20.7859375 12.988325,20.7859375 C12.6531688,20.7859375 12.5094188,20.5945313 12.5094188,20.259375 L12.5094188,20.259375 L12.5094188,19.3015625 L12.5094188,19.3015625 L12.4617625,19.3015625 L12.4617625,19.3015625 L12.179548,19.2944466 C11.4408906,19.2565008 10.8121097,19.0668403 10.2586375,18.7265625 L10.2586375,18.7265625 L10.1716862,18.661034 C9.96349861,18.4818673 9.94474861,18.26875 10.1148875,18.05625 L10.1148875,18.05625 L10.16627,17.9692333 C10.3123605,17.7605228 10.5296444,17.737066 10.7852,17.8648438 L10.7852,17.8648438 L10.9691996,17.965918 C11.4086009,18.1860352 11.9169383,18.2960938 12.4617625,18.2960938 L12.4617625,18.2960938 L12.5094188,18.2960938 L12.5094188,18.2960938 L12.5094188,14.753125 C12.0305125,14.609375 11.6477,14.465625 11.3602,14.321875 C11.0250438,14.178125 10.7375438,13.9382813 10.4984813,13.5554688 C10.2109813,13.171875 10.0672313,12.6929688 10.0672313,12.1664063 L10.0672313,12.1664063 L10.0760211,11.9623468 C10.1227289,11.4273245 10.3542104,10.9639757 10.7375438,10.5382813 C11.1687938,10.1070313 11.7906688,9.771875 12.5094188,9.628125 L12.5094188,9.628125 L12.5094188,8.5265625 L12.5094188,8.5265625 L12.5148082,8.4202332 C12.5437262,8.15123457 12.6904083,8 12.988325,8 Z M13.5555125,15.0398438 L13.5555125,18.153125 C14.5609813,17.8179688 15.0398875,17.3390625 15.0398875,16.6203125 L15.0398875,16.6203125 L15.0342637,16.4794218 C14.9779673,15.7890198 14.4981395,15.309375 13.5555125,15.0398438 L13.5555125,15.0398438 Z M12.4578563,10.6335938 L12.2637692,10.7025701 C11.3906618,11.0336701 10.9734813,11.4955729 10.9734813,12.1664063 L10.9734813,12.1664063 L10.9791051,12.3072969 C11.0354014,12.997699 11.5152293,13.4773438 12.4578563,13.746875 L12.4578563,13.746875 L12.4578563,10.6335938 L12.4578563,10.6335938 Z' />\n </>\n);\n\nexport const viewBox = '0 0 25 25';\n"]}
1
+ {"version":3,"file":"folder-dollar.icon.js","sourceRoot":"","sources":["../../../../src/components/Icon/icons/folder-dollar.icon.tsx"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,MAAM,CAAC,MAAM,IAAI,GAAG,eAAe,CAAC;AAEpC,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,EAAE,CAAC,CAC7B,8BACE,eAAM,CAAC,EAAC,mzCAAmzC,WAAG,EAC9zC,eAAM,CAAC,EAAC,k7FAAk7F,WAAG,YAC57F,CACJ,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,WAAW,CAAC","sourcesContent":["// This file is autogenerated. Any changes will be overwritten.\nexport const name = 'folder-dollar';\n\nexport const Component = () => (\n <>\n <path d='M9.09921875,2 L9.23711143,2.00589195 C9.67711777,2.04505424 9.92201705,2.27826705 10.009375,2.6703125 C10.009375,2.6703125 10.7757812,4.96953125 10.7757812,4.96953125 L10.7757812,4.96953125 L23.5632812,4.96953125 L23.5632812,4.96953125 L23.6826497,4.97753545 C23.8809462,5.00421007 24.0740885,5.09752604 24.2335937,5.25703125 C24.425,5.4484375 24.5210937,5.68828125 24.5210937,5.92734375 L24.5210937,5.92734375 L24.5210937,22.6421875 L24.5210937,22.6421875 L24.5130896,22.761556 C24.4864149,22.9598524 24.393099,23.1529948 24.2335937,23.3125 C24.0421875,23.5039062 23.8023437,23.6 23.5632812,23.6 L23.5632812,23.6 L0.9578125,23.6 L0.9578125,23.6 L0.83844401,23.5919958 C0.640147569,23.5653212 0.447005208,23.4720052 0.2875,23.3125 C0.09609375,23.1210938 0,22.88125 0,22.6421875 L0,22.6421875 L0,3.00625 L0,3.00625 L0.0080041956,2.886386 C0.0346788194,2.68669705 0.127994792,2.48736979 0.2875,2.2875 C0.47890625,2.09609375 0.71875,2 0.9578125,2 L0.9578125,2 L9.09921875,2 L9.09921875,2 Z M9.14140625,3 L1,3 L1,3 L1,22.6359375 L1,22.6359375 L23.6054688,22.6359375 L23.6054688,22.6359375 L23.6054688,5.92109375 L23.6054688,5.92109375 L10.8179688,5.92109375 L10.8179688,5.92109375 L10.6915719,5.91396875 C10.3216016,5.87135938 10.0371875,5.63890625 9.9078125,5.25078125 C9.9078125,5.25078125 9.14140625,3 9.14140625,3 L9.14140625,3 Z' />\n <path d='M12.988325,8 C13.3234813,8 13.4672313,8.19140625 13.4672313,8.5265625 L13.4672313,8.5265625 L13.4672313,9.484375 L13.4672313,9.484375 L13.5148875,9.484375 L13.5148875,9.484375 L13.797102,9.49149091 C14.5357594,9.52943673 15.1645403,9.71909722 15.7180125,10.059375 L15.7180125,10.059375 L15.8049638,10.1249035 C16.0131514,10.3040702 16.0319014,10.5171875 15.8617625,10.7296875 L15.8617625,10.7296875 L15.81038,10.8167042 C15.6642895,11.0254147 15.4470056,11.0488715 15.19145,10.9210938 L15.19145,10.9210938 L15.0074504,10.8200195 C14.5680491,10.5999023 14.0597117,10.4898438 13.5148875,10.4898438 L13.5148875,10.4898438 L13.4672313,10.4898438 L13.4672313,10.4898438 L13.4672313,14.0335938 L13.4672313,14.0335938 L13.7435125,14.1148063 C14.0976375,14.2174063 14.3967625,14.3014063 14.6648875,14.4164063 C14.9516063,14.5601563 15.2391063,14.8476563 15.5266063,15.2304688 C15.7656688,15.6140625 15.9094188,16.0929688 15.9094188,16.6195313 L15.9094188,16.6195313 L15.9006289,16.8235254 C15.8539211,17.3580247 15.6224396,17.8166667 15.2391063,18.2 C14.8078563,18.6789063 14.1859813,19.0140625 13.4672313,19.1578125 L13.4672313,19.1578125 L13.4672313,20.259375 L13.4672313,20.259375 L13.4618418,20.3657043 C13.4329238,20.6347029 13.2862417,20.7859375 12.988325,20.7859375 C12.6531688,20.7859375 12.5094188,20.5945313 12.5094188,20.259375 L12.5094188,20.259375 L12.5094188,19.3015625 L12.5094188,19.3015625 L12.4617625,19.3015625 L12.4617625,19.3015625 L12.179548,19.2944466 C11.4408906,19.2565008 10.8121097,19.0668403 10.2586375,18.7265625 L10.2586375,18.7265625 L10.1716862,18.661034 C9.96349861,18.4818673 9.94474861,18.26875 10.1148875,18.05625 L10.1148875,18.05625 L10.16627,17.9692333 C10.3123605,17.7605228 10.5296444,17.737066 10.7852,17.8648438 L10.7852,17.8648438 L10.9691996,17.965918 C11.4086009,18.1860352 11.9169383,18.2960938 12.4617625,18.2960938 L12.4617625,18.2960938 L12.5094188,18.2960938 L12.5094188,18.2960938 L12.5094188,14.753125 C12.0305125,14.609375 11.6477,14.465625 11.3602,14.321875 C11.0250438,14.178125 10.7375438,13.9382813 10.4984813,13.5554688 C10.2109813,13.171875 10.0672313,12.6929688 10.0672313,12.1664063 L10.0672313,12.1664063 L10.0760211,11.9623468 C10.1227289,11.4273245 10.3542104,10.9639757 10.7375438,10.5382813 C11.1687938,10.1070313 11.7906688,9.771875 12.5094188,9.628125 L12.5094188,9.628125 L12.5094188,8.5265625 L12.5094188,8.5265625 L12.5148082,8.4202332 C12.5437262,8.15123457 12.6904083,8 12.988325,8 Z M13.5555125,15.0398438 L13.5555125,18.153125 C14.5609813,17.8179688 15.0398875,17.3390625 15.0398875,16.6203125 L15.0398875,16.6203125 L15.0342637,16.4794218 C14.9779673,15.7890198 14.4981395,15.309375 13.5555125,15.0398438 L13.5555125,15.0398438 Z M12.4578563,10.6335938 L12.2637692,10.7025701 C11.3906618,11.0336701 10.9734813,11.4955729 10.9734813,12.1664063 L10.9734813,12.1664063 L10.9791051,12.3072969 C11.0354014,12.997699 11.5152293,13.4773438 12.4578563,13.746875 L12.4578563,13.746875 L12.4578563,10.6335938 L12.4578563,10.6335938 Z' />\n </>\n);\n\nexport const viewBox = '0 0 25 25';\n"]}
@@ -1,7 +1,6 @@
1
1
  import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  // This file is autogenerated. Any changes will be overwritten.
3
3
  export const name = 'freeze-column';
4
- export const Component = () => (_jsxs(_Fragment, { children: [_jsx("path", { d: 'm8 16.5c.24545989 0 .44960837.1768752.49194433.4101244l.00805567.0898756v5c0 .2454599-.17687516.4496084-.41012437.4919443l-.08987563.0080557h-5c-.24545989 0-.44960837-.1768752-.49194433-.4101244l-.00805567-.0898756v-5c0-.2454599.17687516-.4496084.41012437-.4919443l.08987563-.0080557zm7 0c.2454599 0 .4496084.1768752.4919443.4101244l.0080557.0898756v5c0 .2454599-.1768752.4496084-.4101244.4919443l-.0898756.0080557h-5c-.24545989 0-.44960837-.1768752-.49194433-.4101244l-.00805567-.0898756v-5c0-.2454599.17687516-.4496084.41012437-.4919443l.08987563-.0080557zm-7-7c.24545989 0 .44960837.17687516.49194433.41012437l.00805567.08987563v5c0 .2454599-.17687516.4496084-.41012437.4919443l-.08987563.0080557h-5c-.24545989 0-.44960837-.1768752-.49194433-.4101244l-.00805567-.0898756v-5c0-.24545989.17687516-.44960837.41012437-.49194433l.08987563-.00805567zm7 0c.2454599 0 .4496084.17687516.4919443.41012437l.0080557.08987563v5c0 .2454599-.1768752.4496084-.4101244.4919443l-.0898756.0080557h-5c-.24545989 0-.44960837-.1768752-.49194433-.4101244l-.00805567-.0898756v-5c0-.24545989.17687516-.44960837.41012437-.49194433l.08987563-.00805567zm-7-7c.24545989 0 .44960837.17687516.49194433.41012437l.00805567.08987563v5c0 .24545989-.17687516.44960837-.41012437.49194433l-.08987563.00805567h-5c-.24545989 0-.44960837-.17687516-.49194433-.41012437l-.00805567-.08987563v-5c0-.24545989.17687516-.44960837.41012437-.49194433l.08987563-.00805567zm7 0c.2454599 0 .4496084.17687516.4919443.41012437l.0080557.08987563v5c0 .24545989-.1768752.44960837-.4101244.49194433l-.0898756.00805567h-5c-.24545989 0-.44960837-.17687516-.49194433-.41012437l-.00805567-.08987563v-5c0-.24545989.17687516-.44960837.41012437-.49194433l.08987563-.00805567z' }, void 0),
5
- _jsx("path", { d: 'm22 16.5c.2454599 0 .4496084.1768752.4919443.4101244l.0080557.0898756v5c0 .2454599-.1768752.4496084-.4101244.4919443l-.0898756.0080557h-5c-.2454599 0-.4496084-.1768752-.4919443-.4101244l-.0080557-.0898756v-5c0-.2454599.1768752-.4496084.4101244-.4919443l.0898756-.0080557zm-.5 1h-4v4h4zm.5-8c.2454599 0 .4496084.17687516.4919443.41012437l.0080557.08987563v5c0 .2454599-.1768752.4496084-.4101244.4919443l-.0898756.0080557h-5c-.2454599 0-.4496084-.1768752-.4919443-.4101244l-.0080557-.0898756v-5c0-.24545989.1768752-.44960837.4101244-.49194433l.0898756-.00805567zm-.5 1h-4v4h4zm.5-8c.2454599 0 .4496084.17687516.4919443.41012437l.0080557.08987563v5c0 .24545989-.1768752.44960837-.4101244.49194433l-.0898756.00805567h-5c-.2454599 0-.4496084-.17687516-.4919443-.41012437l-.0080557-.08987563v-5c0-.24545989.1768752-.44960837.4101244-.49194433l.0898756-.00805567zm-.5 1h-4v4h4z' }, void 0)] }, void 0));
4
+ export const Component = () => (_jsxs(_Fragment, { children: [_jsx("path", { d: 'm8 16.5c.24545989 0 .44960837.1768752.49194433.4101244l.00805567.0898756v5c0 .2454599-.17687516.4496084-.41012437.4919443l-.08987563.0080557h-5c-.24545989 0-.44960837-.1768752-.49194433-.4101244l-.00805567-.0898756v-5c0-.2454599.17687516-.4496084.41012437-.4919443l.08987563-.0080557zm7 0c.2454599 0 .4496084.1768752.4919443.4101244l.0080557.0898756v5c0 .2454599-.1768752.4496084-.4101244.4919443l-.0898756.0080557h-5c-.24545989 0-.44960837-.1768752-.49194433-.4101244l-.00805567-.0898756v-5c0-.2454599.17687516-.4496084.41012437-.4919443l.08987563-.0080557zm-7-7c.24545989 0 .44960837.17687516.49194433.41012437l.00805567.08987563v5c0 .2454599-.17687516.4496084-.41012437.4919443l-.08987563.0080557h-5c-.24545989 0-.44960837-.1768752-.49194433-.4101244l-.00805567-.0898756v-5c0-.24545989.17687516-.44960837.41012437-.49194433l.08987563-.00805567zm7 0c.2454599 0 .4496084.17687516.4919443.41012437l.0080557.08987563v5c0 .2454599-.1768752.4496084-.4101244.4919443l-.0898756.0080557h-5c-.24545989 0-.44960837-.1768752-.49194433-.4101244l-.00805567-.0898756v-5c0-.24545989.17687516-.44960837.41012437-.49194433l.08987563-.00805567zm-7-7c.24545989 0 .44960837.17687516.49194433.41012437l.00805567.08987563v5c0 .24545989-.17687516.44960837-.41012437.49194433l-.08987563.00805567h-5c-.24545989 0-.44960837-.17687516-.49194433-.41012437l-.00805567-.08987563v-5c0-.24545989.17687516-.44960837.41012437-.49194433l.08987563-.00805567zm7 0c.2454599 0 .4496084.17687516.4919443.41012437l.0080557.08987563v5c0 .24545989-.1768752.44960837-.4101244.49194433l-.0898756.00805567h-5c-.24545989 0-.44960837-.17687516-.49194433-.41012437l-.00805567-.08987563v-5c0-.24545989.17687516-.44960837.41012437-.49194433l.08987563-.00805567z' }, void 0), _jsx("path", { d: 'm22 16.5c.2454599 0 .4496084.1768752.4919443.4101244l.0080557.0898756v5c0 .2454599-.1768752.4496084-.4101244.4919443l-.0898756.0080557h-5c-.2454599 0-.4496084-.1768752-.4919443-.4101244l-.0080557-.0898756v-5c0-.2454599.1768752-.4496084.4101244-.4919443l.0898756-.0080557zm-.5 1h-4v4h4zm.5-8c.2454599 0 .4496084.17687516.4919443.41012437l.0080557.08987563v5c0 .2454599-.1768752.4496084-.4101244.4919443l-.0898756.0080557h-5c-.2454599 0-.4496084-.1768752-.4919443-.4101244l-.0080557-.0898756v-5c0-.24545989.1768752-.44960837.4101244-.49194433l.0898756-.00805567zm-.5 1h-4v4h4zm.5-8c.2454599 0 .4496084.17687516.4919443.41012437l.0080557.08987563v5c0 .24545989-.1768752.44960837-.4101244.49194433l-.0898756.00805567h-5c-.2454599 0-.4496084-.17687516-.4919443-.41012437l-.0080557-.08987563v-5c0-.24545989.1768752-.44960837.4101244-.49194433l.0898756-.00805567zm-.5 1h-4v4h4z' }, void 0)] }, void 0));
6
5
  export const viewBox = '0 0 25 25';
7
6
  //# sourceMappingURL=freeze-column.icon.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"freeze-column.icon.js","sourceRoot":"","sources":["../../../../src/components/Icon/icons/freeze-column.icon.tsx"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,MAAM,CAAC,MAAM,IAAI,GAAG,eAAe,CAAC;AAEpC,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,EAAE,CAAC,CAC7B,8BACE,eAAM,CAAC,EAAC,krDAAkrD,WAAG;QAC7rD,eAAM,CAAC,EAAC,w2BAAw2B,WAAG,YACl3B,CACJ,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,WAAW,CAAC","sourcesContent":["// This file is autogenerated. Any changes will be overwritten.\nexport const name = 'freeze-column';\n\nexport const Component = () => (\n <>\n <path d='m8 16.5c.24545989 0 .44960837.1768752.49194433.4101244l.00805567.0898756v5c0 .2454599-.17687516.4496084-.41012437.4919443l-.08987563.0080557h-5c-.24545989 0-.44960837-.1768752-.49194433-.4101244l-.00805567-.0898756v-5c0-.2454599.17687516-.4496084.41012437-.4919443l.08987563-.0080557zm7 0c.2454599 0 .4496084.1768752.4919443.4101244l.0080557.0898756v5c0 .2454599-.1768752.4496084-.4101244.4919443l-.0898756.0080557h-5c-.24545989 0-.44960837-.1768752-.49194433-.4101244l-.00805567-.0898756v-5c0-.2454599.17687516-.4496084.41012437-.4919443l.08987563-.0080557zm-7-7c.24545989 0 .44960837.17687516.49194433.41012437l.00805567.08987563v5c0 .2454599-.17687516.4496084-.41012437.4919443l-.08987563.0080557h-5c-.24545989 0-.44960837-.1768752-.49194433-.4101244l-.00805567-.0898756v-5c0-.24545989.17687516-.44960837.41012437-.49194433l.08987563-.00805567zm7 0c.2454599 0 .4496084.17687516.4919443.41012437l.0080557.08987563v5c0 .2454599-.1768752.4496084-.4101244.4919443l-.0898756.0080557h-5c-.24545989 0-.44960837-.1768752-.49194433-.4101244l-.00805567-.0898756v-5c0-.24545989.17687516-.44960837.41012437-.49194433l.08987563-.00805567zm-7-7c.24545989 0 .44960837.17687516.49194433.41012437l.00805567.08987563v5c0 .24545989-.17687516.44960837-.41012437.49194433l-.08987563.00805567h-5c-.24545989 0-.44960837-.17687516-.49194433-.41012437l-.00805567-.08987563v-5c0-.24545989.17687516-.44960837.41012437-.49194433l.08987563-.00805567zm7 0c.2454599 0 .4496084.17687516.4919443.41012437l.0080557.08987563v5c0 .24545989-.1768752.44960837-.4101244.49194433l-.0898756.00805567h-5c-.24545989 0-.44960837-.17687516-.49194433-.41012437l-.00805567-.08987563v-5c0-.24545989.17687516-.44960837.41012437-.49194433l.08987563-.00805567z' />\n <path d='m22 16.5c.2454599 0 .4496084.1768752.4919443.4101244l.0080557.0898756v5c0 .2454599-.1768752.4496084-.4101244.4919443l-.0898756.0080557h-5c-.2454599 0-.4496084-.1768752-.4919443-.4101244l-.0080557-.0898756v-5c0-.2454599.1768752-.4496084.4101244-.4919443l.0898756-.0080557zm-.5 1h-4v4h4zm.5-8c.2454599 0 .4496084.17687516.4919443.41012437l.0080557.08987563v5c0 .2454599-.1768752.4496084-.4101244.4919443l-.0898756.0080557h-5c-.2454599 0-.4496084-.1768752-.4919443-.4101244l-.0080557-.0898756v-5c0-.24545989.1768752-.44960837.4101244-.49194433l.0898756-.00805567zm-.5 1h-4v4h4zm.5-8c.2454599 0 .4496084.17687516.4919443.41012437l.0080557.08987563v5c0 .24545989-.1768752.44960837-.4101244.49194433l-.0898756.00805567h-5c-.2454599 0-.4496084-.17687516-.4919443-.41012437l-.0080557-.08987563v-5c0-.24545989.1768752-.44960837.4101244-.49194433l.0898756-.00805567zm-.5 1h-4v4h4z' />\n </>\n);\n\nexport const viewBox = '0 0 25 25';\n"]}
1
+ {"version":3,"file":"freeze-column.icon.js","sourceRoot":"","sources":["../../../../src/components/Icon/icons/freeze-column.icon.tsx"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,MAAM,CAAC,MAAM,IAAI,GAAG,eAAe,CAAC;AAEpC,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,EAAE,CAAC,CAC7B,8BACE,eAAM,CAAC,EAAC,krDAAkrD,WAAG,EAC7rD,eAAM,CAAC,EAAC,w2BAAw2B,WAAG,YACl3B,CACJ,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,WAAW,CAAC","sourcesContent":["// This file is autogenerated. Any changes will be overwritten.\nexport const name = 'freeze-column';\n\nexport const Component = () => (\n <>\n <path d='m8 16.5c.24545989 0 .44960837.1768752.49194433.4101244l.00805567.0898756v5c0 .2454599-.17687516.4496084-.41012437.4919443l-.08987563.0080557h-5c-.24545989 0-.44960837-.1768752-.49194433-.4101244l-.00805567-.0898756v-5c0-.2454599.17687516-.4496084.41012437-.4919443l.08987563-.0080557zm7 0c.2454599 0 .4496084.1768752.4919443.4101244l.0080557.0898756v5c0 .2454599-.1768752.4496084-.4101244.4919443l-.0898756.0080557h-5c-.24545989 0-.44960837-.1768752-.49194433-.4101244l-.00805567-.0898756v-5c0-.2454599.17687516-.4496084.41012437-.4919443l.08987563-.0080557zm-7-7c.24545989 0 .44960837.17687516.49194433.41012437l.00805567.08987563v5c0 .2454599-.17687516.4496084-.41012437.4919443l-.08987563.0080557h-5c-.24545989 0-.44960837-.1768752-.49194433-.4101244l-.00805567-.0898756v-5c0-.24545989.17687516-.44960837.41012437-.49194433l.08987563-.00805567zm7 0c.2454599 0 .4496084.17687516.4919443.41012437l.0080557.08987563v5c0 .2454599-.1768752.4496084-.4101244.4919443l-.0898756.0080557h-5c-.24545989 0-.44960837-.1768752-.49194433-.4101244l-.00805567-.0898756v-5c0-.24545989.17687516-.44960837.41012437-.49194433l.08987563-.00805567zm-7-7c.24545989 0 .44960837.17687516.49194433.41012437l.00805567.08987563v5c0 .24545989-.17687516.44960837-.41012437.49194433l-.08987563.00805567h-5c-.24545989 0-.44960837-.17687516-.49194433-.41012437l-.00805567-.08987563v-5c0-.24545989.17687516-.44960837.41012437-.49194433l.08987563-.00805567zm7 0c.2454599 0 .4496084.17687516.4919443.41012437l.0080557.08987563v5c0 .24545989-.1768752.44960837-.4101244.49194433l-.0898756.00805567h-5c-.24545989 0-.44960837-.17687516-.49194433-.41012437l-.00805567-.08987563v-5c0-.24545989.17687516-.44960837.41012437-.49194433l.08987563-.00805567z' />\n <path d='m22 16.5c.2454599 0 .4496084.1768752.4919443.4101244l.0080557.0898756v5c0 .2454599-.1768752.4496084-.4101244.4919443l-.0898756.0080557h-5c-.2454599 0-.4496084-.1768752-.4919443-.4101244l-.0080557-.0898756v-5c0-.2454599.1768752-.4496084.4101244-.4919443l.0898756-.0080557zm-.5 1h-4v4h4zm.5-8c.2454599 0 .4496084.17687516.4919443.41012437l.0080557.08987563v5c0 .2454599-.1768752.4496084-.4101244.4919443l-.0898756.0080557h-5c-.2454599 0-.4496084-.1768752-.4919443-.4101244l-.0080557-.0898756v-5c0-.24545989.1768752-.44960837.4101244-.49194433l.0898756-.00805567zm-.5 1h-4v4h4zm.5-8c.2454599 0 .4496084.17687516.4919443.41012437l.0080557.08987563v5c0 .24545989-.1768752.44960837-.4101244.49194433l-.0898756.00805567h-5c-.2454599 0-.4496084-.17687516-.4919443-.41012437l-.0080557-.08987563v-5c0-.24545989.1768752-.44960837.4101244-.49194433l.0898756-.00805567zm-.5 1h-4v4h4z' />\n </>\n);\n\nexport const viewBox = '0 0 25 25';\n"]}
@@ -1,8 +1,6 @@
1
1
  import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  // This file is autogenerated. Any changes will be overwritten.
3
3
  export const name = 'galaxy';
4
- export const Component = () => (_jsxs(_Fragment, { children: [_jsx("path", { d: 'm4.80000105 11.8c.6627417 0 1.2.5372583 1.2 1.2s-.5372583 1.2-1.2 1.2-1.2-.5372583-1.2-1.2c.04774248-.6419276.55807244-1.1522575 1.2-1.2m0-1.6c-1.5463973 0-2.80000053 1.2536027-2.80000053 2.8-.00092921 1.5633724 1.2375576 2.8460909 2.80000053 2.9.76912782 0 1.50675416-.3055348 2.05060966-.8493903s.84939091-1.2814819.84939091-2.0506097c.00048445-.7602615-.30820203-1.4880368-.85513537-2.0161104-.54693333-.5280736-1.28508859-.811042-2.0448652-.7838896z' }, void 0),
5
- _jsx("path", { d: 'm17.66 3.3-1.16 3.2-3.3 1.16c-.2204773.08758911-.2640869.56244263 0 .67l3.300001 1.17 1.159999 3.3c.1.3.5430182.3.67 0l1.17-3.3c1.9814718-.70080811 3.0814718-1.09080811 3.3-1.17.3277924-.11878784.2046539-.59780701 0-.67-.136436-.04812866-1.236436-.43479533-3.3-1.16l-1.17-3.2c-.1871928-.41454773-.5224791-.37723999-.67 0z' }, void 0),
6
- _jsx("circle", { cx: '15.5', cy: '20.5', r: '1.5' }, void 0)] }, void 0));
4
+ export const Component = () => (_jsxs(_Fragment, { children: [_jsx("path", { d: 'm4.80000105 11.8c.6627417 0 1.2.5372583 1.2 1.2s-.5372583 1.2-1.2 1.2-1.2-.5372583-1.2-1.2c.04774248-.6419276.55807244-1.1522575 1.2-1.2m0-1.6c-1.5463973 0-2.80000053 1.2536027-2.80000053 2.8-.00092921 1.5633724 1.2375576 2.8460909 2.80000053 2.9.76912782 0 1.50675416-.3055348 2.05060966-.8493903s.84939091-1.2814819.84939091-2.0506097c.00048445-.7602615-.30820203-1.4880368-.85513537-2.0161104-.54693333-.5280736-1.28508859-.811042-2.0448652-.7838896z' }, void 0), _jsx("path", { d: 'm17.66 3.3-1.16 3.2-3.3 1.16c-.2204773.08758911-.2640869.56244263 0 .67l3.300001 1.17 1.159999 3.3c.1.3.5430182.3.67 0l1.17-3.3c1.9814718-.70080811 3.0814718-1.09080811 3.3-1.17.3277924-.11878784.2046539-.59780701 0-.67-.136436-.04812866-1.236436-.43479533-3.3-1.16l-1.17-3.2c-.1871928-.41454773-.5224791-.37723999-.67 0z' }, void 0), _jsx("circle", { cx: '15.5', cy: '20.5', r: '1.5' }, void 0)] }, void 0));
7
5
  export const viewBox = '0 0 25 25';
8
6
  //# sourceMappingURL=galaxy.icon.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"galaxy.icon.js","sourceRoot":"","sources":["../../../../src/components/Icon/icons/galaxy.icon.tsx"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,MAAM,CAAC,MAAM,IAAI,GAAG,QAAQ,CAAC;AAE7B,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,EAAE,CAAC,CAC7B,8BACE,eAAM,CAAC,EAAC,ucAAuc,WAAG;QACld,eAAM,CAAC,EAAC,mUAAmU,WAAG;QAC9U,iBAAQ,EAAE,EAAC,MAAM,EAAC,EAAE,EAAC,MAAM,EAAC,CAAC,EAAC,KAAK,WAAG,YACrC,CACJ,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,WAAW,CAAC","sourcesContent":["// This file is autogenerated. Any changes will be overwritten.\nexport const name = 'galaxy';\n\nexport const Component = () => (\n <>\n <path d='m4.80000105 11.8c.6627417 0 1.2.5372583 1.2 1.2s-.5372583 1.2-1.2 1.2-1.2-.5372583-1.2-1.2c.04774248-.6419276.55807244-1.1522575 1.2-1.2m0-1.6c-1.5463973 0-2.80000053 1.2536027-2.80000053 2.8-.00092921 1.5633724 1.2375576 2.8460909 2.80000053 2.9.76912782 0 1.50675416-.3055348 2.05060966-.8493903s.84939091-1.2814819.84939091-2.0506097c.00048445-.7602615-.30820203-1.4880368-.85513537-2.0161104-.54693333-.5280736-1.28508859-.811042-2.0448652-.7838896z' />\n <path d='m17.66 3.3-1.16 3.2-3.3 1.16c-.2204773.08758911-.2640869.56244263 0 .67l3.300001 1.17 1.159999 3.3c.1.3.5430182.3.67 0l1.17-3.3c1.9814718-.70080811 3.0814718-1.09080811 3.3-1.17.3277924-.11878784.2046539-.59780701 0-.67-.136436-.04812866-1.236436-.43479533-3.3-1.16l-1.17-3.2c-.1871928-.41454773-.5224791-.37723999-.67 0z' />\n <circle cx='15.5' cy='20.5' r='1.5' />\n </>\n);\n\nexport const viewBox = '0 0 25 25';\n"]}
1
+ {"version":3,"file":"galaxy.icon.js","sourceRoot":"","sources":["../../../../src/components/Icon/icons/galaxy.icon.tsx"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,MAAM,CAAC,MAAM,IAAI,GAAG,QAAQ,CAAC;AAE7B,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,EAAE,CAAC,CAC7B,8BACE,eAAM,CAAC,EAAC,ucAAuc,WAAG,EACld,eAAM,CAAC,EAAC,mUAAmU,WAAG,EAC9U,iBAAQ,EAAE,EAAC,MAAM,EAAC,EAAE,EAAC,MAAM,EAAC,CAAC,EAAC,KAAK,WAAG,YACrC,CACJ,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,WAAW,CAAC","sourcesContent":["// This file is autogenerated. Any changes will be overwritten.\nexport const name = 'galaxy';\n\nexport const Component = () => (\n <>\n <path d='m4.80000105 11.8c.6627417 0 1.2.5372583 1.2 1.2s-.5372583 1.2-1.2 1.2-1.2-.5372583-1.2-1.2c.04774248-.6419276.55807244-1.1522575 1.2-1.2m0-1.6c-1.5463973 0-2.80000053 1.2536027-2.80000053 2.8-.00092921 1.5633724 1.2375576 2.8460909 2.80000053 2.9.76912782 0 1.50675416-.3055348 2.05060966-.8493903s.84939091-1.2814819.84939091-2.0506097c.00048445-.7602615-.30820203-1.4880368-.85513537-2.0161104-.54693333-.5280736-1.28508859-.811042-2.0448652-.7838896z' />\n <path d='m17.66 3.3-1.16 3.2-3.3 1.16c-.2204773.08758911-.2640869.56244263 0 .67l3.300001 1.17 1.159999 3.3c.1.3.5430182.3.67 0l1.17-3.3c1.9814718-.70080811 3.0814718-1.09080811 3.3-1.17.3277924-.11878784.2046539-.59780701 0-.67-.136436-.04812866-1.236436-.43479533-3.3-1.16l-1.17-3.2c-.1871928-.41454773-.5224791-.37723999-.67 0z' />\n <circle cx='15.5' cy='20.5' r='1.5' />\n </>\n);\n\nexport const viewBox = '0 0 25 25';\n"]}
@@ -1,7 +1,6 @@
1
1
  import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  // This file is autogenerated. Any changes will be overwritten.
3
3
  export const name = 'grad-solid';
4
- export const Component = () => (_jsxs(_Fragment, { children: [_jsx("path", { d: 'M13.3625,10.1726562 C13.3625,10.1726562 13.3625,10.1726562 13.3625,10.1726562 C13.3625,10.1726562 20.115625,11.6570312 20.115625,11.6570312 C20.115625,11.6570312 12.2609375,14.8179688 12.2609375,14.8179688 C12.2609375,14.8179688 0,9.88515625 0,9.88515625 C0,9.88515625 12.2609375,5 12.2609375,5 C12.2609375,5 24.5210937,9.88515625 24.5210937,9.88515625 C24.5210937,9.88515625 21.5039062,11.1304687 21.5039062,11.1304687 C21.45625,11.0828125 21.3601562,10.9867188 21.2164062,10.8914062 C21.2164062,10.8914062 21.2164062,10.8914062 21.2164062,10.8914062 C21.2164062,10.8914062 14.3679687,9.35859375 14.3679687,9.35859375 C14.0804687,9.07109375 13.4578125,8.92734375 12.5,8.92734375 C12.5,8.92734375 12.5,8.92734375 12.5,8.92734375 C12.5,8.92734375 12.3085937,8.92734375 12.3085937,8.92734375 C12.3085937,8.92734375 12.1648437,8.92734375 12.1648437,8.92734375 C11.0632812,8.975 10.5367187,9.21484375 10.5367187,9.55 C10.5367187,9.55 10.5367187,9.55 10.5367187,9.55 C10.5367187,9.98125 11.2070312,10.2203125 12.5,10.2203125 C12.5,10.2203125 12.5,10.2203125 12.5,10.2203125 C12.93125,10.2203125 13.21875,10.2203125 13.3617187,10.1726563 L13.3625,10.1726562 Z M12.2617188,15.8242188 C12.2617188,15.8242188 18.63125,13.2859375 18.63125,13.2859375 C18.63125,13.2859375 18.63125,16.2554687 18.63125,16.2554687 C18.63125,16.2554687 5.8921875,16.2554687 5.8921875,16.2554687 C5.8921875,16.2554687 5.8921875,13.2859375 5.8921875,13.2859375 C5.8921875,13.2859375 12.2617188,15.8242188 12.2617188,15.8242188 Z M5.89140625,16.2546875 C5.89140625,16.2546875 6.84921875,16.2546875 6.84921875,16.2546875 C6.84921875,16.2546875 18.6304687,16.2546875 18.6304687,16.2546875 C18.6304687,16.9734375 18.0078125,17.5476562 16.8109375,18.0265625 C15.565625,18.5054687 14.0328125,18.7453125 12.2609375,18.7453125 C10.4890625,18.7453125 8.95625,18.50625 7.759375,18.0265625 C6.5140625,17.5476562 5.89140625,16.9726562 5.89140625,16.2546875 C5.89140625,16.2546875 5.89140625,16.2546875 5.89140625,16.2546875 Z M21.6007812,15.7757813 C21.6007812,15.7757813 20.5953125,15.7757813 20.5953125,15.7757813 C20.5953125,15.7757813 20.5953125,16.2546875 20.5953125,16.2546875 C20.5953125,16.2546875 21.6007812,16.2546875 21.6007812,16.2546875 C21.6007812,16.2546875 21.6007812,15.7757813 21.6007812,15.7757813 Z' }, void 0),
5
- _jsx("path", { d: 'M21.0742188,11.8492187 L21.1805481,11.8562425 C21.4495467,11.8935282 21.6007813,12.0778646 21.6007813,12.3757812 L21.6007813,12.3757812 L21.6007188,14.8172187 L21.7193685,14.8259729 C21.9176649,14.8526476 22.1108073,14.9459635 22.2703125,15.1054688 C22.4298177,15.264974 22.5231337,15.4581163 22.5498083,15.6564128 L22.5578125,15.7757813 L22.5578125,15.7757813 L22.5578125,17.2601563 L22.5578125,17.2601563 C22.5578125,17.5580729 22.4442323,17.704755 22.1836013,17.7336731 L22.0789063,17.7390625 L22.0789063,17.7390625 L20.115625,17.7390625 L20.115625,17.7390625 C19.8177083,17.7390625 19.6710262,17.6254823 19.6421082,17.3648513 L19.6367188,17.2601563 L19.6367188,17.2601563 L19.6367188,15.7757813 L19.6367188,15.7757813 C19.6367188,15.5367188 19.7328125,15.296875 19.9242188,15.1054688 C20.083724,14.9459635 20.2768663,14.8526476 20.4751628,14.8259729 L20.5945313,14.8179688 L20.5945313,14.8179688 L20.5947188,14.8172187 L20.5953125,12.3757812 L20.5953125,12.3757812 L20.6007019,12.2694519 C20.62962,12.0004533 20.7763021,11.8492187 21.0742188,11.8492187 L21.0742188,11.8492187 Z' }, void 0)] }, void 0));
4
+ export const Component = () => (_jsxs(_Fragment, { children: [_jsx("path", { d: 'M13.3625,10.1726562 C13.3625,10.1726562 13.3625,10.1726562 13.3625,10.1726562 C13.3625,10.1726562 20.115625,11.6570312 20.115625,11.6570312 C20.115625,11.6570312 12.2609375,14.8179688 12.2609375,14.8179688 C12.2609375,14.8179688 0,9.88515625 0,9.88515625 C0,9.88515625 12.2609375,5 12.2609375,5 C12.2609375,5 24.5210937,9.88515625 24.5210937,9.88515625 C24.5210937,9.88515625 21.5039062,11.1304687 21.5039062,11.1304687 C21.45625,11.0828125 21.3601562,10.9867188 21.2164062,10.8914062 C21.2164062,10.8914062 21.2164062,10.8914062 21.2164062,10.8914062 C21.2164062,10.8914062 14.3679687,9.35859375 14.3679687,9.35859375 C14.0804687,9.07109375 13.4578125,8.92734375 12.5,8.92734375 C12.5,8.92734375 12.5,8.92734375 12.5,8.92734375 C12.5,8.92734375 12.3085937,8.92734375 12.3085937,8.92734375 C12.3085937,8.92734375 12.1648437,8.92734375 12.1648437,8.92734375 C11.0632812,8.975 10.5367187,9.21484375 10.5367187,9.55 C10.5367187,9.55 10.5367187,9.55 10.5367187,9.55 C10.5367187,9.98125 11.2070312,10.2203125 12.5,10.2203125 C12.5,10.2203125 12.5,10.2203125 12.5,10.2203125 C12.93125,10.2203125 13.21875,10.2203125 13.3617187,10.1726563 L13.3625,10.1726562 Z M12.2617188,15.8242188 C12.2617188,15.8242188 18.63125,13.2859375 18.63125,13.2859375 C18.63125,13.2859375 18.63125,16.2554687 18.63125,16.2554687 C18.63125,16.2554687 5.8921875,16.2554687 5.8921875,16.2554687 C5.8921875,16.2554687 5.8921875,13.2859375 5.8921875,13.2859375 C5.8921875,13.2859375 12.2617188,15.8242188 12.2617188,15.8242188 Z M5.89140625,16.2546875 C5.89140625,16.2546875 6.84921875,16.2546875 6.84921875,16.2546875 C6.84921875,16.2546875 18.6304687,16.2546875 18.6304687,16.2546875 C18.6304687,16.9734375 18.0078125,17.5476562 16.8109375,18.0265625 C15.565625,18.5054687 14.0328125,18.7453125 12.2609375,18.7453125 C10.4890625,18.7453125 8.95625,18.50625 7.759375,18.0265625 C6.5140625,17.5476562 5.89140625,16.9726562 5.89140625,16.2546875 C5.89140625,16.2546875 5.89140625,16.2546875 5.89140625,16.2546875 Z M21.6007812,15.7757813 C21.6007812,15.7757813 20.5953125,15.7757813 20.5953125,15.7757813 C20.5953125,15.7757813 20.5953125,16.2546875 20.5953125,16.2546875 C20.5953125,16.2546875 21.6007812,16.2546875 21.6007812,16.2546875 C21.6007812,16.2546875 21.6007812,15.7757813 21.6007812,15.7757813 Z' }, void 0), _jsx("path", { d: 'M21.0742188,11.8492187 L21.1805481,11.8562425 C21.4495467,11.8935282 21.6007813,12.0778646 21.6007813,12.3757812 L21.6007813,12.3757812 L21.6007188,14.8172187 L21.7193685,14.8259729 C21.9176649,14.8526476 22.1108073,14.9459635 22.2703125,15.1054688 C22.4298177,15.264974 22.5231337,15.4581163 22.5498083,15.6564128 L22.5578125,15.7757813 L22.5578125,15.7757813 L22.5578125,17.2601563 L22.5578125,17.2601563 C22.5578125,17.5580729 22.4442323,17.704755 22.1836013,17.7336731 L22.0789063,17.7390625 L22.0789063,17.7390625 L20.115625,17.7390625 L20.115625,17.7390625 C19.8177083,17.7390625 19.6710262,17.6254823 19.6421082,17.3648513 L19.6367188,17.2601563 L19.6367188,17.2601563 L19.6367188,15.7757813 L19.6367188,15.7757813 C19.6367188,15.5367188 19.7328125,15.296875 19.9242188,15.1054688 C20.083724,14.9459635 20.2768663,14.8526476 20.4751628,14.8259729 L20.5945313,14.8179688 L20.5945313,14.8179688 L20.5947188,14.8172187 L20.5953125,12.3757812 L20.5953125,12.3757812 L20.6007019,12.2694519 C20.62962,12.0004533 20.7763021,11.8492187 21.0742188,11.8492187 L21.0742188,11.8492187 Z' }, void 0)] }, void 0));
6
5
  export const viewBox = '0 0 25 25';
7
6
  //# sourceMappingURL=grad-solid.icon.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"grad-solid.icon.js","sourceRoot":"","sources":["../../../../src/components/Icon/icons/grad-solid.icon.tsx"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,MAAM,CAAC,MAAM,IAAI,GAAG,YAAY,CAAC;AAEjC,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,EAAE,CAAC,CAC7B,8BACE,eAAM,CAAC,EAAC,muEAAmuE,WAAG;QAC9uE,eAAM,CAAC,EAAC,2jCAA2jC,WAAG,YACrkC,CACJ,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,WAAW,CAAC","sourcesContent":["// This file is autogenerated. Any changes will be overwritten.\nexport const name = 'grad-solid';\n\nexport const Component = () => (\n <>\n <path d='M13.3625,10.1726562 C13.3625,10.1726562 13.3625,10.1726562 13.3625,10.1726562 C13.3625,10.1726562 20.115625,11.6570312 20.115625,11.6570312 C20.115625,11.6570312 12.2609375,14.8179688 12.2609375,14.8179688 C12.2609375,14.8179688 0,9.88515625 0,9.88515625 C0,9.88515625 12.2609375,5 12.2609375,5 C12.2609375,5 24.5210937,9.88515625 24.5210937,9.88515625 C24.5210937,9.88515625 21.5039062,11.1304687 21.5039062,11.1304687 C21.45625,11.0828125 21.3601562,10.9867188 21.2164062,10.8914062 C21.2164062,10.8914062 21.2164062,10.8914062 21.2164062,10.8914062 C21.2164062,10.8914062 14.3679687,9.35859375 14.3679687,9.35859375 C14.0804687,9.07109375 13.4578125,8.92734375 12.5,8.92734375 C12.5,8.92734375 12.5,8.92734375 12.5,8.92734375 C12.5,8.92734375 12.3085937,8.92734375 12.3085937,8.92734375 C12.3085937,8.92734375 12.1648437,8.92734375 12.1648437,8.92734375 C11.0632812,8.975 10.5367187,9.21484375 10.5367187,9.55 C10.5367187,9.55 10.5367187,9.55 10.5367187,9.55 C10.5367187,9.98125 11.2070312,10.2203125 12.5,10.2203125 C12.5,10.2203125 12.5,10.2203125 12.5,10.2203125 C12.93125,10.2203125 13.21875,10.2203125 13.3617187,10.1726563 L13.3625,10.1726562 Z M12.2617188,15.8242188 C12.2617188,15.8242188 18.63125,13.2859375 18.63125,13.2859375 C18.63125,13.2859375 18.63125,16.2554687 18.63125,16.2554687 C18.63125,16.2554687 5.8921875,16.2554687 5.8921875,16.2554687 C5.8921875,16.2554687 5.8921875,13.2859375 5.8921875,13.2859375 C5.8921875,13.2859375 12.2617188,15.8242188 12.2617188,15.8242188 Z M5.89140625,16.2546875 C5.89140625,16.2546875 6.84921875,16.2546875 6.84921875,16.2546875 C6.84921875,16.2546875 18.6304687,16.2546875 18.6304687,16.2546875 C18.6304687,16.9734375 18.0078125,17.5476562 16.8109375,18.0265625 C15.565625,18.5054687 14.0328125,18.7453125 12.2609375,18.7453125 C10.4890625,18.7453125 8.95625,18.50625 7.759375,18.0265625 C6.5140625,17.5476562 5.89140625,16.9726562 5.89140625,16.2546875 C5.89140625,16.2546875 5.89140625,16.2546875 5.89140625,16.2546875 Z M21.6007812,15.7757813 C21.6007812,15.7757813 20.5953125,15.7757813 20.5953125,15.7757813 C20.5953125,15.7757813 20.5953125,16.2546875 20.5953125,16.2546875 C20.5953125,16.2546875 21.6007812,16.2546875 21.6007812,16.2546875 C21.6007812,16.2546875 21.6007812,15.7757813 21.6007812,15.7757813 Z' />\n <path d='M21.0742188,11.8492187 L21.1805481,11.8562425 C21.4495467,11.8935282 21.6007813,12.0778646 21.6007813,12.3757812 L21.6007813,12.3757812 L21.6007188,14.8172187 L21.7193685,14.8259729 C21.9176649,14.8526476 22.1108073,14.9459635 22.2703125,15.1054688 C22.4298177,15.264974 22.5231337,15.4581163 22.5498083,15.6564128 L22.5578125,15.7757813 L22.5578125,15.7757813 L22.5578125,17.2601563 L22.5578125,17.2601563 C22.5578125,17.5580729 22.4442323,17.704755 22.1836013,17.7336731 L22.0789063,17.7390625 L22.0789063,17.7390625 L20.115625,17.7390625 L20.115625,17.7390625 C19.8177083,17.7390625 19.6710262,17.6254823 19.6421082,17.3648513 L19.6367188,17.2601563 L19.6367188,17.2601563 L19.6367188,15.7757813 L19.6367188,15.7757813 C19.6367188,15.5367188 19.7328125,15.296875 19.9242188,15.1054688 C20.083724,14.9459635 20.2768663,14.8526476 20.4751628,14.8259729 L20.5945313,14.8179688 L20.5945313,14.8179688 L20.5947188,14.8172187 L20.5953125,12.3757812 L20.5953125,12.3757812 L20.6007019,12.2694519 C20.62962,12.0004533 20.7763021,11.8492187 21.0742188,11.8492187 L21.0742188,11.8492187 Z' />\n </>\n);\n\nexport const viewBox = '0 0 25 25';\n"]}
1
+ {"version":3,"file":"grad-solid.icon.js","sourceRoot":"","sources":["../../../../src/components/Icon/icons/grad-solid.icon.tsx"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,MAAM,CAAC,MAAM,IAAI,GAAG,YAAY,CAAC;AAEjC,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,EAAE,CAAC,CAC7B,8BACE,eAAM,CAAC,EAAC,muEAAmuE,WAAG,EAC9uE,eAAM,CAAC,EAAC,2jCAA2jC,WAAG,YACrkC,CACJ,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,WAAW,CAAC","sourcesContent":["// This file is autogenerated. Any changes will be overwritten.\nexport const name = 'grad-solid';\n\nexport const Component = () => (\n <>\n <path d='M13.3625,10.1726562 C13.3625,10.1726562 13.3625,10.1726562 13.3625,10.1726562 C13.3625,10.1726562 20.115625,11.6570312 20.115625,11.6570312 C20.115625,11.6570312 12.2609375,14.8179688 12.2609375,14.8179688 C12.2609375,14.8179688 0,9.88515625 0,9.88515625 C0,9.88515625 12.2609375,5 12.2609375,5 C12.2609375,5 24.5210937,9.88515625 24.5210937,9.88515625 C24.5210937,9.88515625 21.5039062,11.1304687 21.5039062,11.1304687 C21.45625,11.0828125 21.3601562,10.9867188 21.2164062,10.8914062 C21.2164062,10.8914062 21.2164062,10.8914062 21.2164062,10.8914062 C21.2164062,10.8914062 14.3679687,9.35859375 14.3679687,9.35859375 C14.0804687,9.07109375 13.4578125,8.92734375 12.5,8.92734375 C12.5,8.92734375 12.5,8.92734375 12.5,8.92734375 C12.5,8.92734375 12.3085937,8.92734375 12.3085937,8.92734375 C12.3085937,8.92734375 12.1648437,8.92734375 12.1648437,8.92734375 C11.0632812,8.975 10.5367187,9.21484375 10.5367187,9.55 C10.5367187,9.55 10.5367187,9.55 10.5367187,9.55 C10.5367187,9.98125 11.2070312,10.2203125 12.5,10.2203125 C12.5,10.2203125 12.5,10.2203125 12.5,10.2203125 C12.93125,10.2203125 13.21875,10.2203125 13.3617187,10.1726563 L13.3625,10.1726562 Z M12.2617188,15.8242188 C12.2617188,15.8242188 18.63125,13.2859375 18.63125,13.2859375 C18.63125,13.2859375 18.63125,16.2554687 18.63125,16.2554687 C18.63125,16.2554687 5.8921875,16.2554687 5.8921875,16.2554687 C5.8921875,16.2554687 5.8921875,13.2859375 5.8921875,13.2859375 C5.8921875,13.2859375 12.2617188,15.8242188 12.2617188,15.8242188 Z M5.89140625,16.2546875 C5.89140625,16.2546875 6.84921875,16.2546875 6.84921875,16.2546875 C6.84921875,16.2546875 18.6304687,16.2546875 18.6304687,16.2546875 C18.6304687,16.9734375 18.0078125,17.5476562 16.8109375,18.0265625 C15.565625,18.5054687 14.0328125,18.7453125 12.2609375,18.7453125 C10.4890625,18.7453125 8.95625,18.50625 7.759375,18.0265625 C6.5140625,17.5476562 5.89140625,16.9726562 5.89140625,16.2546875 C5.89140625,16.2546875 5.89140625,16.2546875 5.89140625,16.2546875 Z M21.6007812,15.7757813 C21.6007812,15.7757813 20.5953125,15.7757813 20.5953125,15.7757813 C20.5953125,15.7757813 20.5953125,16.2546875 20.5953125,16.2546875 C20.5953125,16.2546875 21.6007812,16.2546875 21.6007812,16.2546875 C21.6007812,16.2546875 21.6007812,15.7757813 21.6007812,15.7757813 Z' />\n <path d='M21.0742188,11.8492187 L21.1805481,11.8562425 C21.4495467,11.8935282 21.6007813,12.0778646 21.6007813,12.3757812 L21.6007813,12.3757812 L21.6007188,14.8172187 L21.7193685,14.8259729 C21.9176649,14.8526476 22.1108073,14.9459635 22.2703125,15.1054688 C22.4298177,15.264974 22.5231337,15.4581163 22.5498083,15.6564128 L22.5578125,15.7757813 L22.5578125,15.7757813 L22.5578125,17.2601563 L22.5578125,17.2601563 C22.5578125,17.5580729 22.4442323,17.704755 22.1836013,17.7336731 L22.0789063,17.7390625 L22.0789063,17.7390625 L20.115625,17.7390625 L20.115625,17.7390625 C19.8177083,17.7390625 19.6710262,17.6254823 19.6421082,17.3648513 L19.6367188,17.2601563 L19.6367188,17.2601563 L19.6367188,15.7757813 L19.6367188,15.7757813 C19.6367188,15.5367188 19.7328125,15.296875 19.9242188,15.1054688 C20.083724,14.9459635 20.2768663,14.8526476 20.4751628,14.8259729 L20.5945313,14.8179688 L20.5945313,14.8179688 L20.5947188,14.8172187 L20.5953125,12.3757812 L20.5953125,12.3757812 L20.6007019,12.2694519 C20.62962,12.0004533 20.7763021,11.8492187 21.0742188,11.8492187 L21.0742188,11.8492187 Z' />\n </>\n);\n\nexport const viewBox = '0 0 25 25';\n"]}
@@ -1,10 +1,6 @@
1
1
  import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  // This file is autogenerated. Any changes will be overwritten.
3
3
  export const name = 'grad';
4
- export const Component = () => (_jsxs(_Fragment, { children: [_jsx("path", { d: 'M12.2609375,5 C12.2609375,5 24.521875,9.88515625 24.521875,9.88515625 C24.521875,9.88515625 12.2609375,14.8179688 12.2609375,14.8179688 C12.2609375,14.8179688 -2.48689958e-13,9.88515625 -2.48689958e-13,9.88515625 C-2.48689958e-13,9.88515625 12.2609375,5 12.2609375,5 Z M12.2609375,6.05390625 C12.2609375,6.05390625 2.634375,9.88515625 2.634375,9.88515625 C2.634375,9.88515625 12.2609375,13.7648438 12.2609375,13.7648438 C12.2609375,13.7648438 21.8875,9.88515625 21.8875,9.88515625 C21.8875,9.88515625 12.2609375,6.05390625 12.2609375,6.05390625 Z' }, void 0),
5
- _jsx("path", { d: 'M6.8484375 11.8484375C6.8484375 11.8484375 5.890625 11.8484375 5.890625 11.8484375 5.890625 11.8484375 5.890625 16.2546875 5.890625 16.2546875 5.890625 16.2546875 6.8484375 16.2546875 6.8484375 16.2546875 6.8484375 16.2546875 6.8484375 11.8484375 6.8484375 11.8484375zM18.6304687 11.8484375C18.6304687 11.8484375 17.6726562 11.8484375 17.6726562 11.8484375 17.6726562 11.8484375 17.6726562 16.2546875 17.6726562 16.2546875 17.6726562 16.2546875 18.6304687 16.2546875 18.6304687 16.2546875 18.6304687 16.2546875 18.6304687 11.8484375 18.6304687 11.8484375zM14.990625 17.4523438C14.1289062 17.64375 13.21875 17.7398437 12.2609375 17.7398437 11.303125 17.7398437 10.3929688 17.64375 9.53125 17.4523438 8.66953125 17.3085938 7.9984375 17.1171875 7.56796875 16.8773437 7.0890625 16.6382812 6.84921875 16.4460937 6.84921875 16.2546875 6.84921875 16.2546875 6.84921875 16.2546875 6.84921875 16.2546875 6.84921875 16.2546875 5.89140625 16.2546875 5.89140625 16.2546875 5.89140625 16.9734375 6.5140625 17.5476562 7.759375 18.0265625 8.95703125 18.5054687 10.4890625 18.7453125 12.2609375 18.7453125 14.0328125 18.7453125 15.565625 18.50625 16.8109375 18.0265625 18.0085938 17.5476562 18.6304687 16.9726562 18.6304687 16.2546875 18.6304687 16.2546875 18.6304687 16.2546875 18.6304687 16.2546875 18.6304687 16.2546875 17.6726563 16.2546875 17.6726563 16.2546875 17.6726563 16.4460937 17.4335938 16.6375 17.0023438 16.8773437 16.5234375 17.1164063 15.853125 17.3085938 14.990625 17.4523438zM12.1648437 9.88515625C12.1648437 9.88515625 12.1648437 9.88515625 12.1648437 9.88515625 12.1648437 9.88515625 20.9773438 11.8484375 20.9773438 11.8484375 21.3125 11.8960937 21.5039062 11.8007812 21.5523437 11.465625 21.5523437 11.465625 21.5523437 11.465625 21.5523437 11.465625 21.6960938 11.1304687 21.5523437 10.9390625 21.2171875 10.890625 21.2171875 10.890625 21.2171875 10.890625 21.2171875 10.890625 21.2171875 10.890625 12.3570312 8.92734375 12.3570312 8.92734375 12.021875 8.8796875 11.8304687 8.975 11.7820312 9.31015625 11.7335937 9.6453125 11.8296875 9.83671875 12.1648437 9.88515625L12.1648437 9.88515625z' }, void 0),
6
- _jsx("path", { d: 'M21.6 15.296875C21.6 15.296875 21.6 15.296875 21.6 15.296875 21.6 15.296875 21.6 11.3695312 21.6 11.3695312 21.6 11.034375 21.4085938 10.890625 21.0734375 10.890625 21.0734375 10.890625 21.0734375 10.890625 21.0734375 10.890625 20.7382813 10.890625 20.5945312 11.034375 20.5945312 11.3695312 20.5945312 11.3695312 20.5945312 11.3695312 20.5945312 11.3695312 20.5945312 11.3695312 20.5945312 15.296875 20.5945312 15.296875 20.5945312 15.6320313 20.7382813 15.7757813 21.0734375 15.7757813 21.0734375 15.7757813 21.0734375 15.7757813 21.0734375 15.7757813 21.4085938 15.7757813 21.6 15.6320313 21.6 15.296875zM21.6 15.7757813C21.6 15.7757813 20.5945312 15.7757813 20.5945312 15.7757813 20.5945312 15.7757813 20.5945312 16.2546875 20.5945312 16.2546875 20.5945312 16.2546875 21.6 16.2546875 21.6 16.2546875 21.6 16.2546875 21.6 15.7757813 21.6 15.7757813z' }, void 0),
7
- _jsx("path", { d: 'M20.59375 14.8179688C20.59375 14.8179688 20.59375 14.8179688 20.59375 14.8179688 20.59375 14.8179688 21.5992187 14.8179688 21.5992187 14.8179688 21.8382812 14.8179688 22.078125 14.9140625 22.2695312 15.1054688 22.4609375 15.296875 22.5570312 15.5367187 22.5570312 15.7757812 22.5570312 15.7757812 22.5570312 15.7757812 22.5570312 15.7757812 22.5570312 15.7757812 22.5570312 16.2546875 22.5570312 16.2546875 22.5570312 16.5421875 22.4609375 16.78125 22.2695312 16.9734375 22.078125 17.165625 21.8382812 17.2609375 21.5992187 17.2609375 21.5992187 17.2609375 21.5992187 17.2609375 21.5992187 17.2609375 21.5992187 17.2609375 20.59375 17.2609375 20.59375 17.2609375 20.3546875 17.2609375 20.1148437 17.1648437 19.9234375 16.9734375 19.7320312 16.7820313 19.6359375 16.5421875 19.6359375 16.2546875 19.6359375 16.2546875 19.6359375 16.2546875 19.6359375 16.2546875 19.6359375 16.2546875 19.6359375 15.7757812 19.6359375 15.7757812 19.6359375 15.5367187 19.7320312 15.296875 19.9234375 15.1054688 20.1148437 14.9140625 20.3546875 14.8179688 20.59375 14.8179688zM14.4632812 9.55C14.4632812 9.55 14.4632812 9.55 14.4632812 9.55 14.4632812 9.3109375 14.271875 9.07109375 13.8882813 8.8796875 13.5046875 8.68828125 13.0265625 8.5921875 12.4992188 8.5921875 11.9726562 8.5921875 11.49375 8.68828125 11.1101563 8.8796875 10.7265625 9.07109375 10.5351562 9.3109375 10.5351562 9.55 10.5351562 9.55 10.5351562 9.55 10.5351562 9.55 10.5351562 9.8375 10.7265625 10.0765625 11.1101563 10.26875 11.49375 10.4609375 11.971875 10.55625 12.4992188 10.55625 13.0257813 10.55625 13.5046875 10.4601563 13.8882813 10.26875 14.271875 10.0773437 14.4632812 9.8375 14.4632812 9.55z' }, void 0),
8
- _jsx("path", { d: 'M20.1148437,15.7757812 C20.1148437,15.7757812 20.1148437,15.7757812 20.1148437,15.7757812 C20.1148437,15.7757812 22.078125,15.7757812 22.078125,15.7757812 C22.4132812,15.7757812 22.5570312,15.9195313 22.5570312,16.2546875 C22.5570312,16.2546875 22.5570312,16.2546875 22.5570312,16.2546875 C22.5570312,16.2546875 22.5570312,17.2601562 22.5570312,17.2601562 C22.5570312,17.5953125 22.4132812,17.7390625 22.078125,17.7390625 C22.078125,17.7390625 22.078125,17.7390625 22.078125,17.7390625 C22.078125,17.7390625 20.1148437,17.7390625 20.1148437,17.7390625 C19.7796875,17.7390625 19.6359375,17.5953125 19.6359375,17.2601562 C19.6359375,17.2601562 19.6359375,17.2601562 19.6359375,17.2601562 C19.6359375,17.2601562 19.6359375,16.2546875 19.6359375,16.2546875 C19.6359375,15.9195313 19.7796875,15.7757812 20.1148437,15.7757812 Z' }, void 0)] }, void 0));
4
+ export const Component = () => (_jsxs(_Fragment, { children: [_jsx("path", { d: 'M12.2609375,5 C12.2609375,5 24.521875,9.88515625 24.521875,9.88515625 C24.521875,9.88515625 12.2609375,14.8179688 12.2609375,14.8179688 C12.2609375,14.8179688 -2.48689958e-13,9.88515625 -2.48689958e-13,9.88515625 C-2.48689958e-13,9.88515625 12.2609375,5 12.2609375,5 Z M12.2609375,6.05390625 C12.2609375,6.05390625 2.634375,9.88515625 2.634375,9.88515625 C2.634375,9.88515625 12.2609375,13.7648438 12.2609375,13.7648438 C12.2609375,13.7648438 21.8875,9.88515625 21.8875,9.88515625 C21.8875,9.88515625 12.2609375,6.05390625 12.2609375,6.05390625 Z' }, void 0), _jsx("path", { d: 'M6.8484375 11.8484375C6.8484375 11.8484375 5.890625 11.8484375 5.890625 11.8484375 5.890625 11.8484375 5.890625 16.2546875 5.890625 16.2546875 5.890625 16.2546875 6.8484375 16.2546875 6.8484375 16.2546875 6.8484375 16.2546875 6.8484375 11.8484375 6.8484375 11.8484375zM18.6304687 11.8484375C18.6304687 11.8484375 17.6726562 11.8484375 17.6726562 11.8484375 17.6726562 11.8484375 17.6726562 16.2546875 17.6726562 16.2546875 17.6726562 16.2546875 18.6304687 16.2546875 18.6304687 16.2546875 18.6304687 16.2546875 18.6304687 11.8484375 18.6304687 11.8484375zM14.990625 17.4523438C14.1289062 17.64375 13.21875 17.7398437 12.2609375 17.7398437 11.303125 17.7398437 10.3929688 17.64375 9.53125 17.4523438 8.66953125 17.3085938 7.9984375 17.1171875 7.56796875 16.8773437 7.0890625 16.6382812 6.84921875 16.4460937 6.84921875 16.2546875 6.84921875 16.2546875 6.84921875 16.2546875 6.84921875 16.2546875 6.84921875 16.2546875 5.89140625 16.2546875 5.89140625 16.2546875 5.89140625 16.9734375 6.5140625 17.5476562 7.759375 18.0265625 8.95703125 18.5054687 10.4890625 18.7453125 12.2609375 18.7453125 14.0328125 18.7453125 15.565625 18.50625 16.8109375 18.0265625 18.0085938 17.5476562 18.6304687 16.9726562 18.6304687 16.2546875 18.6304687 16.2546875 18.6304687 16.2546875 18.6304687 16.2546875 18.6304687 16.2546875 17.6726563 16.2546875 17.6726563 16.2546875 17.6726563 16.4460937 17.4335938 16.6375 17.0023438 16.8773437 16.5234375 17.1164063 15.853125 17.3085938 14.990625 17.4523438zM12.1648437 9.88515625C12.1648437 9.88515625 12.1648437 9.88515625 12.1648437 9.88515625 12.1648437 9.88515625 20.9773438 11.8484375 20.9773438 11.8484375 21.3125 11.8960937 21.5039062 11.8007812 21.5523437 11.465625 21.5523437 11.465625 21.5523437 11.465625 21.5523437 11.465625 21.6960938 11.1304687 21.5523437 10.9390625 21.2171875 10.890625 21.2171875 10.890625 21.2171875 10.890625 21.2171875 10.890625 21.2171875 10.890625 12.3570312 8.92734375 12.3570312 8.92734375 12.021875 8.8796875 11.8304687 8.975 11.7820312 9.31015625 11.7335937 9.6453125 11.8296875 9.83671875 12.1648437 9.88515625L12.1648437 9.88515625z' }, void 0), _jsx("path", { d: 'M21.6 15.296875C21.6 15.296875 21.6 15.296875 21.6 15.296875 21.6 15.296875 21.6 11.3695312 21.6 11.3695312 21.6 11.034375 21.4085938 10.890625 21.0734375 10.890625 21.0734375 10.890625 21.0734375 10.890625 21.0734375 10.890625 20.7382813 10.890625 20.5945312 11.034375 20.5945312 11.3695312 20.5945312 11.3695312 20.5945312 11.3695312 20.5945312 11.3695312 20.5945312 11.3695312 20.5945312 15.296875 20.5945312 15.296875 20.5945312 15.6320313 20.7382813 15.7757813 21.0734375 15.7757813 21.0734375 15.7757813 21.0734375 15.7757813 21.0734375 15.7757813 21.4085938 15.7757813 21.6 15.6320313 21.6 15.296875zM21.6 15.7757813C21.6 15.7757813 20.5945312 15.7757813 20.5945312 15.7757813 20.5945312 15.7757813 20.5945312 16.2546875 20.5945312 16.2546875 20.5945312 16.2546875 21.6 16.2546875 21.6 16.2546875 21.6 16.2546875 21.6 15.7757813 21.6 15.7757813z' }, void 0), _jsx("path", { d: 'M20.59375 14.8179688C20.59375 14.8179688 20.59375 14.8179688 20.59375 14.8179688 20.59375 14.8179688 21.5992187 14.8179688 21.5992187 14.8179688 21.8382812 14.8179688 22.078125 14.9140625 22.2695312 15.1054688 22.4609375 15.296875 22.5570312 15.5367187 22.5570312 15.7757812 22.5570312 15.7757812 22.5570312 15.7757812 22.5570312 15.7757812 22.5570312 15.7757812 22.5570312 16.2546875 22.5570312 16.2546875 22.5570312 16.5421875 22.4609375 16.78125 22.2695312 16.9734375 22.078125 17.165625 21.8382812 17.2609375 21.5992187 17.2609375 21.5992187 17.2609375 21.5992187 17.2609375 21.5992187 17.2609375 21.5992187 17.2609375 20.59375 17.2609375 20.59375 17.2609375 20.3546875 17.2609375 20.1148437 17.1648437 19.9234375 16.9734375 19.7320312 16.7820313 19.6359375 16.5421875 19.6359375 16.2546875 19.6359375 16.2546875 19.6359375 16.2546875 19.6359375 16.2546875 19.6359375 16.2546875 19.6359375 15.7757812 19.6359375 15.7757812 19.6359375 15.5367187 19.7320312 15.296875 19.9234375 15.1054688 20.1148437 14.9140625 20.3546875 14.8179688 20.59375 14.8179688zM14.4632812 9.55C14.4632812 9.55 14.4632812 9.55 14.4632812 9.55 14.4632812 9.3109375 14.271875 9.07109375 13.8882813 8.8796875 13.5046875 8.68828125 13.0265625 8.5921875 12.4992188 8.5921875 11.9726562 8.5921875 11.49375 8.68828125 11.1101563 8.8796875 10.7265625 9.07109375 10.5351562 9.3109375 10.5351562 9.55 10.5351562 9.55 10.5351562 9.55 10.5351562 9.55 10.5351562 9.8375 10.7265625 10.0765625 11.1101563 10.26875 11.49375 10.4609375 11.971875 10.55625 12.4992188 10.55625 13.0257813 10.55625 13.5046875 10.4601563 13.8882813 10.26875 14.271875 10.0773437 14.4632812 9.8375 14.4632812 9.55z' }, void 0), _jsx("path", { d: 'M20.1148437,15.7757812 C20.1148437,15.7757812 20.1148437,15.7757812 20.1148437,15.7757812 C20.1148437,15.7757812 22.078125,15.7757812 22.078125,15.7757812 C22.4132812,15.7757812 22.5570312,15.9195313 22.5570312,16.2546875 C22.5570312,16.2546875 22.5570312,16.2546875 22.5570312,16.2546875 C22.5570312,16.2546875 22.5570312,17.2601562 22.5570312,17.2601562 C22.5570312,17.5953125 22.4132812,17.7390625 22.078125,17.7390625 C22.078125,17.7390625 22.078125,17.7390625 22.078125,17.7390625 C22.078125,17.7390625 20.1148437,17.7390625 20.1148437,17.7390625 C19.7796875,17.7390625 19.6359375,17.5953125 19.6359375,17.2601562 C19.6359375,17.2601562 19.6359375,17.2601562 19.6359375,17.2601562 C19.6359375,17.2601562 19.6359375,16.2546875 19.6359375,16.2546875 C19.6359375,15.9195313 19.7796875,15.7757812 20.1148437,15.7757812 Z' }, void 0)] }, void 0));
9
5
  export const viewBox = '0 0 25 25';
10
6
  //# sourceMappingURL=grad.icon.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"grad.icon.js","sourceRoot":"","sources":["../../../../src/components/Icon/icons/grad.icon.tsx"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,MAAM,CAAC,MAAM,IAAI,GAAG,MAAM,CAAC;AAE3B,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,EAAE,CAAC,CAC7B,8BACE,eAAM,CAAC,EAAC,oiBAAoiB,WAAG;QAC/iB,eAAM,CAAC,EAAC,mjEAAmjE,WAAG;QAC9jE,eAAM,CAAC,EAAC,s1BAAs1B,WAAG;QACj2B,eAAM,CAAC,EAAC,unDAAunD,WAAG;QACloD,eAAM,CAAC,EAAC,uzBAAuzB,WAAG,YACj0B,CACJ,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,WAAW,CAAC","sourcesContent":["// This file is autogenerated. Any changes will be overwritten.\nexport const name = 'grad';\n\nexport const Component = () => (\n <>\n <path d='M12.2609375,5 C12.2609375,5 24.521875,9.88515625 24.521875,9.88515625 C24.521875,9.88515625 12.2609375,14.8179688 12.2609375,14.8179688 C12.2609375,14.8179688 -2.48689958e-13,9.88515625 -2.48689958e-13,9.88515625 C-2.48689958e-13,9.88515625 12.2609375,5 12.2609375,5 Z M12.2609375,6.05390625 C12.2609375,6.05390625 2.634375,9.88515625 2.634375,9.88515625 C2.634375,9.88515625 12.2609375,13.7648438 12.2609375,13.7648438 C12.2609375,13.7648438 21.8875,9.88515625 21.8875,9.88515625 C21.8875,9.88515625 12.2609375,6.05390625 12.2609375,6.05390625 Z' />\n <path d='M6.8484375 11.8484375C6.8484375 11.8484375 5.890625 11.8484375 5.890625 11.8484375 5.890625 11.8484375 5.890625 16.2546875 5.890625 16.2546875 5.890625 16.2546875 6.8484375 16.2546875 6.8484375 16.2546875 6.8484375 16.2546875 6.8484375 11.8484375 6.8484375 11.8484375zM18.6304687 11.8484375C18.6304687 11.8484375 17.6726562 11.8484375 17.6726562 11.8484375 17.6726562 11.8484375 17.6726562 16.2546875 17.6726562 16.2546875 17.6726562 16.2546875 18.6304687 16.2546875 18.6304687 16.2546875 18.6304687 16.2546875 18.6304687 11.8484375 18.6304687 11.8484375zM14.990625 17.4523438C14.1289062 17.64375 13.21875 17.7398437 12.2609375 17.7398437 11.303125 17.7398437 10.3929688 17.64375 9.53125 17.4523438 8.66953125 17.3085938 7.9984375 17.1171875 7.56796875 16.8773437 7.0890625 16.6382812 6.84921875 16.4460937 6.84921875 16.2546875 6.84921875 16.2546875 6.84921875 16.2546875 6.84921875 16.2546875 6.84921875 16.2546875 5.89140625 16.2546875 5.89140625 16.2546875 5.89140625 16.9734375 6.5140625 17.5476562 7.759375 18.0265625 8.95703125 18.5054687 10.4890625 18.7453125 12.2609375 18.7453125 14.0328125 18.7453125 15.565625 18.50625 16.8109375 18.0265625 18.0085938 17.5476562 18.6304687 16.9726562 18.6304687 16.2546875 18.6304687 16.2546875 18.6304687 16.2546875 18.6304687 16.2546875 18.6304687 16.2546875 17.6726563 16.2546875 17.6726563 16.2546875 17.6726563 16.4460937 17.4335938 16.6375 17.0023438 16.8773437 16.5234375 17.1164063 15.853125 17.3085938 14.990625 17.4523438zM12.1648437 9.88515625C12.1648437 9.88515625 12.1648437 9.88515625 12.1648437 9.88515625 12.1648437 9.88515625 20.9773438 11.8484375 20.9773438 11.8484375 21.3125 11.8960937 21.5039062 11.8007812 21.5523437 11.465625 21.5523437 11.465625 21.5523437 11.465625 21.5523437 11.465625 21.6960938 11.1304687 21.5523437 10.9390625 21.2171875 10.890625 21.2171875 10.890625 21.2171875 10.890625 21.2171875 10.890625 21.2171875 10.890625 12.3570312 8.92734375 12.3570312 8.92734375 12.021875 8.8796875 11.8304687 8.975 11.7820312 9.31015625 11.7335937 9.6453125 11.8296875 9.83671875 12.1648437 9.88515625L12.1648437 9.88515625z' />\n <path d='M21.6 15.296875C21.6 15.296875 21.6 15.296875 21.6 15.296875 21.6 15.296875 21.6 11.3695312 21.6 11.3695312 21.6 11.034375 21.4085938 10.890625 21.0734375 10.890625 21.0734375 10.890625 21.0734375 10.890625 21.0734375 10.890625 20.7382813 10.890625 20.5945312 11.034375 20.5945312 11.3695312 20.5945312 11.3695312 20.5945312 11.3695312 20.5945312 11.3695312 20.5945312 11.3695312 20.5945312 15.296875 20.5945312 15.296875 20.5945312 15.6320313 20.7382813 15.7757813 21.0734375 15.7757813 21.0734375 15.7757813 21.0734375 15.7757813 21.0734375 15.7757813 21.4085938 15.7757813 21.6 15.6320313 21.6 15.296875zM21.6 15.7757813C21.6 15.7757813 20.5945312 15.7757813 20.5945312 15.7757813 20.5945312 15.7757813 20.5945312 16.2546875 20.5945312 16.2546875 20.5945312 16.2546875 21.6 16.2546875 21.6 16.2546875 21.6 16.2546875 21.6 15.7757813 21.6 15.7757813z' />\n <path d='M20.59375 14.8179688C20.59375 14.8179688 20.59375 14.8179688 20.59375 14.8179688 20.59375 14.8179688 21.5992187 14.8179688 21.5992187 14.8179688 21.8382812 14.8179688 22.078125 14.9140625 22.2695312 15.1054688 22.4609375 15.296875 22.5570312 15.5367187 22.5570312 15.7757812 22.5570312 15.7757812 22.5570312 15.7757812 22.5570312 15.7757812 22.5570312 15.7757812 22.5570312 16.2546875 22.5570312 16.2546875 22.5570312 16.5421875 22.4609375 16.78125 22.2695312 16.9734375 22.078125 17.165625 21.8382812 17.2609375 21.5992187 17.2609375 21.5992187 17.2609375 21.5992187 17.2609375 21.5992187 17.2609375 21.5992187 17.2609375 20.59375 17.2609375 20.59375 17.2609375 20.3546875 17.2609375 20.1148437 17.1648437 19.9234375 16.9734375 19.7320312 16.7820313 19.6359375 16.5421875 19.6359375 16.2546875 19.6359375 16.2546875 19.6359375 16.2546875 19.6359375 16.2546875 19.6359375 16.2546875 19.6359375 15.7757812 19.6359375 15.7757812 19.6359375 15.5367187 19.7320312 15.296875 19.9234375 15.1054688 20.1148437 14.9140625 20.3546875 14.8179688 20.59375 14.8179688zM14.4632812 9.55C14.4632812 9.55 14.4632812 9.55 14.4632812 9.55 14.4632812 9.3109375 14.271875 9.07109375 13.8882813 8.8796875 13.5046875 8.68828125 13.0265625 8.5921875 12.4992188 8.5921875 11.9726562 8.5921875 11.49375 8.68828125 11.1101563 8.8796875 10.7265625 9.07109375 10.5351562 9.3109375 10.5351562 9.55 10.5351562 9.55 10.5351562 9.55 10.5351562 9.55 10.5351562 9.8375 10.7265625 10.0765625 11.1101563 10.26875 11.49375 10.4609375 11.971875 10.55625 12.4992188 10.55625 13.0257813 10.55625 13.5046875 10.4601563 13.8882813 10.26875 14.271875 10.0773437 14.4632812 9.8375 14.4632812 9.55z' />\n <path d='M20.1148437,15.7757812 C20.1148437,15.7757812 20.1148437,15.7757812 20.1148437,15.7757812 C20.1148437,15.7757812 22.078125,15.7757812 22.078125,15.7757812 C22.4132812,15.7757812 22.5570312,15.9195313 22.5570312,16.2546875 C22.5570312,16.2546875 22.5570312,16.2546875 22.5570312,16.2546875 C22.5570312,16.2546875 22.5570312,17.2601562 22.5570312,17.2601562 C22.5570312,17.5953125 22.4132812,17.7390625 22.078125,17.7390625 C22.078125,17.7390625 22.078125,17.7390625 22.078125,17.7390625 C22.078125,17.7390625 20.1148437,17.7390625 20.1148437,17.7390625 C19.7796875,17.7390625 19.6359375,17.5953125 19.6359375,17.2601562 C19.6359375,17.2601562 19.6359375,17.2601562 19.6359375,17.2601562 C19.6359375,17.2601562 19.6359375,16.2546875 19.6359375,16.2546875 C19.6359375,15.9195313 19.7796875,15.7757812 20.1148437,15.7757812 Z' />\n </>\n);\n\nexport const viewBox = '0 0 25 25';\n"]}
1
+ {"version":3,"file":"grad.icon.js","sourceRoot":"","sources":["../../../../src/components/Icon/icons/grad.icon.tsx"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,MAAM,CAAC,MAAM,IAAI,GAAG,MAAM,CAAC;AAE3B,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,EAAE,CAAC,CAC7B,8BACE,eAAM,CAAC,EAAC,oiBAAoiB,WAAG,EAC/iB,eAAM,CAAC,EAAC,mjEAAmjE,WAAG,EAC9jE,eAAM,CAAC,EAAC,s1BAAs1B,WAAG,EACj2B,eAAM,CAAC,EAAC,unDAAunD,WAAG,EACloD,eAAM,CAAC,EAAC,uzBAAuzB,WAAG,YACj0B,CACJ,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,WAAW,CAAC","sourcesContent":["// This file is autogenerated. Any changes will be overwritten.\nexport const name = 'grad';\n\nexport const Component = () => (\n <>\n <path d='M12.2609375,5 C12.2609375,5 24.521875,9.88515625 24.521875,9.88515625 C24.521875,9.88515625 12.2609375,14.8179688 12.2609375,14.8179688 C12.2609375,14.8179688 -2.48689958e-13,9.88515625 -2.48689958e-13,9.88515625 C-2.48689958e-13,9.88515625 12.2609375,5 12.2609375,5 Z M12.2609375,6.05390625 C12.2609375,6.05390625 2.634375,9.88515625 2.634375,9.88515625 C2.634375,9.88515625 12.2609375,13.7648438 12.2609375,13.7648438 C12.2609375,13.7648438 21.8875,9.88515625 21.8875,9.88515625 C21.8875,9.88515625 12.2609375,6.05390625 12.2609375,6.05390625 Z' />\n <path d='M6.8484375 11.8484375C6.8484375 11.8484375 5.890625 11.8484375 5.890625 11.8484375 5.890625 11.8484375 5.890625 16.2546875 5.890625 16.2546875 5.890625 16.2546875 6.8484375 16.2546875 6.8484375 16.2546875 6.8484375 16.2546875 6.8484375 11.8484375 6.8484375 11.8484375zM18.6304687 11.8484375C18.6304687 11.8484375 17.6726562 11.8484375 17.6726562 11.8484375 17.6726562 11.8484375 17.6726562 16.2546875 17.6726562 16.2546875 17.6726562 16.2546875 18.6304687 16.2546875 18.6304687 16.2546875 18.6304687 16.2546875 18.6304687 11.8484375 18.6304687 11.8484375zM14.990625 17.4523438C14.1289062 17.64375 13.21875 17.7398437 12.2609375 17.7398437 11.303125 17.7398437 10.3929688 17.64375 9.53125 17.4523438 8.66953125 17.3085938 7.9984375 17.1171875 7.56796875 16.8773437 7.0890625 16.6382812 6.84921875 16.4460937 6.84921875 16.2546875 6.84921875 16.2546875 6.84921875 16.2546875 6.84921875 16.2546875 6.84921875 16.2546875 5.89140625 16.2546875 5.89140625 16.2546875 5.89140625 16.9734375 6.5140625 17.5476562 7.759375 18.0265625 8.95703125 18.5054687 10.4890625 18.7453125 12.2609375 18.7453125 14.0328125 18.7453125 15.565625 18.50625 16.8109375 18.0265625 18.0085938 17.5476562 18.6304687 16.9726562 18.6304687 16.2546875 18.6304687 16.2546875 18.6304687 16.2546875 18.6304687 16.2546875 18.6304687 16.2546875 17.6726563 16.2546875 17.6726563 16.2546875 17.6726563 16.4460937 17.4335938 16.6375 17.0023438 16.8773437 16.5234375 17.1164063 15.853125 17.3085938 14.990625 17.4523438zM12.1648437 9.88515625C12.1648437 9.88515625 12.1648437 9.88515625 12.1648437 9.88515625 12.1648437 9.88515625 20.9773438 11.8484375 20.9773438 11.8484375 21.3125 11.8960937 21.5039062 11.8007812 21.5523437 11.465625 21.5523437 11.465625 21.5523437 11.465625 21.5523437 11.465625 21.6960938 11.1304687 21.5523437 10.9390625 21.2171875 10.890625 21.2171875 10.890625 21.2171875 10.890625 21.2171875 10.890625 21.2171875 10.890625 12.3570312 8.92734375 12.3570312 8.92734375 12.021875 8.8796875 11.8304687 8.975 11.7820312 9.31015625 11.7335937 9.6453125 11.8296875 9.83671875 12.1648437 9.88515625L12.1648437 9.88515625z' />\n <path d='M21.6 15.296875C21.6 15.296875 21.6 15.296875 21.6 15.296875 21.6 15.296875 21.6 11.3695312 21.6 11.3695312 21.6 11.034375 21.4085938 10.890625 21.0734375 10.890625 21.0734375 10.890625 21.0734375 10.890625 21.0734375 10.890625 20.7382813 10.890625 20.5945312 11.034375 20.5945312 11.3695312 20.5945312 11.3695312 20.5945312 11.3695312 20.5945312 11.3695312 20.5945312 11.3695312 20.5945312 15.296875 20.5945312 15.296875 20.5945312 15.6320313 20.7382813 15.7757813 21.0734375 15.7757813 21.0734375 15.7757813 21.0734375 15.7757813 21.0734375 15.7757813 21.4085938 15.7757813 21.6 15.6320313 21.6 15.296875zM21.6 15.7757813C21.6 15.7757813 20.5945312 15.7757813 20.5945312 15.7757813 20.5945312 15.7757813 20.5945312 16.2546875 20.5945312 16.2546875 20.5945312 16.2546875 21.6 16.2546875 21.6 16.2546875 21.6 16.2546875 21.6 15.7757813 21.6 15.7757813z' />\n <path d='M20.59375 14.8179688C20.59375 14.8179688 20.59375 14.8179688 20.59375 14.8179688 20.59375 14.8179688 21.5992187 14.8179688 21.5992187 14.8179688 21.8382812 14.8179688 22.078125 14.9140625 22.2695312 15.1054688 22.4609375 15.296875 22.5570312 15.5367187 22.5570312 15.7757812 22.5570312 15.7757812 22.5570312 15.7757812 22.5570312 15.7757812 22.5570312 15.7757812 22.5570312 16.2546875 22.5570312 16.2546875 22.5570312 16.5421875 22.4609375 16.78125 22.2695312 16.9734375 22.078125 17.165625 21.8382812 17.2609375 21.5992187 17.2609375 21.5992187 17.2609375 21.5992187 17.2609375 21.5992187 17.2609375 21.5992187 17.2609375 20.59375 17.2609375 20.59375 17.2609375 20.3546875 17.2609375 20.1148437 17.1648437 19.9234375 16.9734375 19.7320312 16.7820313 19.6359375 16.5421875 19.6359375 16.2546875 19.6359375 16.2546875 19.6359375 16.2546875 19.6359375 16.2546875 19.6359375 16.2546875 19.6359375 15.7757812 19.6359375 15.7757812 19.6359375 15.5367187 19.7320312 15.296875 19.9234375 15.1054688 20.1148437 14.9140625 20.3546875 14.8179688 20.59375 14.8179688zM14.4632812 9.55C14.4632812 9.55 14.4632812 9.55 14.4632812 9.55 14.4632812 9.3109375 14.271875 9.07109375 13.8882813 8.8796875 13.5046875 8.68828125 13.0265625 8.5921875 12.4992188 8.5921875 11.9726562 8.5921875 11.49375 8.68828125 11.1101563 8.8796875 10.7265625 9.07109375 10.5351562 9.3109375 10.5351562 9.55 10.5351562 9.55 10.5351562 9.55 10.5351562 9.55 10.5351562 9.8375 10.7265625 10.0765625 11.1101563 10.26875 11.49375 10.4609375 11.971875 10.55625 12.4992188 10.55625 13.0257813 10.55625 13.5046875 10.4601563 13.8882813 10.26875 14.271875 10.0773437 14.4632812 9.8375 14.4632812 9.55z' />\n <path d='M20.1148437,15.7757812 C20.1148437,15.7757812 20.1148437,15.7757812 20.1148437,15.7757812 C20.1148437,15.7757812 22.078125,15.7757812 22.078125,15.7757812 C22.4132812,15.7757812 22.5570312,15.9195313 22.5570312,16.2546875 C22.5570312,16.2546875 22.5570312,16.2546875 22.5570312,16.2546875 C22.5570312,16.2546875 22.5570312,17.2601562 22.5570312,17.2601562 C22.5570312,17.5953125 22.4132812,17.7390625 22.078125,17.7390625 C22.078125,17.7390625 22.078125,17.7390625 22.078125,17.7390625 C22.078125,17.7390625 20.1148437,17.7390625 20.1148437,17.7390625 C19.7796875,17.7390625 19.6359375,17.5953125 19.6359375,17.2601562 C19.6359375,17.2601562 19.6359375,17.2601562 19.6359375,17.2601562 C19.6359375,17.2601562 19.6359375,16.2546875 19.6359375,16.2546875 C19.6359375,15.9195313 19.7796875,15.7757812 20.1148437,15.7757812 Z' />\n </>\n);\n\nexport const viewBox = '0 0 25 25';\n"]}
@@ -1,11 +1,6 @@
1
1
  import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  // This file is autogenerated. Any changes will be overwritten.
3
3
  export const name = 'list-number';
4
- export const Component = () => (_jsxs(_Fragment, { children: [_jsx("polygon", { points: '23.024 12 23.024 13 8.024 13 8.024 12 23.024 12' }, void 0),
5
- _jsx("polygon", { points: '23.024 19 23.024 20 8.024 20 8.024 19 23.024 19' }, void 0),
6
- _jsx("polygon", { points: '23.024 5 23.024 6 8.024 6 8.024 5 23.024 5' }, void 0),
7
- _jsx("path", { d: 'M3.4039,22a2.346,2.346,0,0,0,1.4537-.3909,1.2992,1.2992,0,0,0,.509-1.0928,1.0018,1.0018,0,0,0-.3027-.7668,1.5491,1.5491,0,0,0-.8916-.3576h0v-.02a1.43,1.43,0,0,0,.7751-.4391,1.1444,1.1444,0,0,0,.2762-.7751.9816.9816,0,0,0-.4375-.8516A2.0484,2.0484,0,0,0,3.5935,17a2.6435,2.6435,0,0,0-1.5868.479h0l.4757.7086a2.3813,2.3813,0,0,1,.5505-.2761,1.5848,1.5848,0,0,1,.4874-.08q.6919,0,.6919.5522a.5346.5346,0,0,1-.2611.5073,1.7481,1.7481,0,0,1-.8267.1481H2.7485v.7884h.3693a2.0685,2.0685,0,0,1,.8915.143.5019.5019,0,0,1,.28.4857.6349.6349,0,0,1-.2429.5556,1.3069,1.3069,0,0,1-.7518.173,2.6169,2.6169,0,0,1-.672-.09A3.172,3.172,0,0,1,2,20.8623H2v.8749A3.53,3.53,0,0,0,3.4039,22Z' }, void 0),
8
- _jsx("path", { d: 'M5.4592,15v-.8766H3.3115v-.0472l.6339-.5968a9.0717,9.0717,0,0,0,.885-.8934,2.4521,2.4521,0,0,0,.3709-.612,1.7,1.7,0,0,0,.12-.6389,1.2536,1.2536,0,0,0-.1956-.6945,1.3012,1.3012,0,0,0-.55-.472A1.8767,1.8767,0,0,0,3.76,10a2.6764,2.6764,0,0,0-.6338.0691,2.213,2.213,0,0,0-.5226.1973A3.6952,3.6952,0,0,0,2,10.7047H2l.5664.6709a2.8769,2.8769,0,0,1,.5631-.3743,1.256,1.256,0,0,1,.5563-.1314.6343.6343,0,0,1,.4366.1449.56.56,0,0,1,.1635.4417,1.0253,1.0253,0,0,1-.0742.3844,1.7149,1.7149,0,0,1-.2427.4029q-.1686.2173-.7182.7805h0L2.0135,14.2751V15Z' }, void 0),
9
- _jsx("path", { d: 'M4.48,8V3H3.6108L2,4.2825l.51.6361.5745-.4617q.1026-.0821.366-.3454h0l-.0171.52-.01.4754V8Z' }, void 0)] }, void 0));
4
+ export const Component = () => (_jsxs(_Fragment, { children: [_jsx("polygon", { points: '23.024 12 23.024 13 8.024 13 8.024 12 23.024 12' }, void 0), _jsx("polygon", { points: '23.024 19 23.024 20 8.024 20 8.024 19 23.024 19' }, void 0), _jsx("polygon", { points: '23.024 5 23.024 6 8.024 6 8.024 5 23.024 5' }, void 0), _jsx("path", { d: 'M3.4039,22a2.346,2.346,0,0,0,1.4537-.3909,1.2992,1.2992,0,0,0,.509-1.0928,1.0018,1.0018,0,0,0-.3027-.7668,1.5491,1.5491,0,0,0-.8916-.3576h0v-.02a1.43,1.43,0,0,0,.7751-.4391,1.1444,1.1444,0,0,0,.2762-.7751.9816.9816,0,0,0-.4375-.8516A2.0484,2.0484,0,0,0,3.5935,17a2.6435,2.6435,0,0,0-1.5868.479h0l.4757.7086a2.3813,2.3813,0,0,1,.5505-.2761,1.5848,1.5848,0,0,1,.4874-.08q.6919,0,.6919.5522a.5346.5346,0,0,1-.2611.5073,1.7481,1.7481,0,0,1-.8267.1481H2.7485v.7884h.3693a2.0685,2.0685,0,0,1,.8915.143.5019.5019,0,0,1,.28.4857.6349.6349,0,0,1-.2429.5556,1.3069,1.3069,0,0,1-.7518.173,2.6169,2.6169,0,0,1-.672-.09A3.172,3.172,0,0,1,2,20.8623H2v.8749A3.53,3.53,0,0,0,3.4039,22Z' }, void 0), _jsx("path", { d: 'M5.4592,15v-.8766H3.3115v-.0472l.6339-.5968a9.0717,9.0717,0,0,0,.885-.8934,2.4521,2.4521,0,0,0,.3709-.612,1.7,1.7,0,0,0,.12-.6389,1.2536,1.2536,0,0,0-.1956-.6945,1.3012,1.3012,0,0,0-.55-.472A1.8767,1.8767,0,0,0,3.76,10a2.6764,2.6764,0,0,0-.6338.0691,2.213,2.213,0,0,0-.5226.1973A3.6952,3.6952,0,0,0,2,10.7047H2l.5664.6709a2.8769,2.8769,0,0,1,.5631-.3743,1.256,1.256,0,0,1,.5563-.1314.6343.6343,0,0,1,.4366.1449.56.56,0,0,1,.1635.4417,1.0253,1.0253,0,0,1-.0742.3844,1.7149,1.7149,0,0,1-.2427.4029q-.1686.2173-.7182.7805h0L2.0135,14.2751V15Z' }, void 0), _jsx("path", { d: 'M4.48,8V3H3.6108L2,4.2825l.51.6361.5745-.4617q.1026-.0821.366-.3454h0l-.0171.52-.01.4754V8Z' }, void 0)] }, void 0));
10
5
  export const viewBox = '0 0 25 25';
11
6
  //# sourceMappingURL=list-number.icon.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-number.icon.js","sourceRoot":"","sources":["../../../../src/components/Icon/icons/list-number.icon.tsx"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,MAAM,CAAC,MAAM,IAAI,GAAG,aAAa,CAAC;AAElC,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,EAAE,CAAC,CAC7B,8BACE,kBAAS,MAAM,EAAC,iDAAiD,WAAG;QACpE,kBAAS,MAAM,EAAC,iDAAiD,WAAG;QACpE,kBAAS,MAAM,EAAC,4CAA4C,WAAG;QAC/D,eAAM,CAAC,EAAC,+pBAA+pB,WAAG;QAC1qB,eAAM,CAAC,EAAC,6hBAA6hB,WAAG;QACxiB,eAAM,CAAC,EAAC,6FAA6F,WAAG,YACvG,CACJ,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,WAAW,CAAC","sourcesContent":["// This file is autogenerated. Any changes will be overwritten.\nexport const name = 'list-number';\n\nexport const Component = () => (\n <>\n <polygon points='23.024 12 23.024 13 8.024 13 8.024 12 23.024 12' />\n <polygon points='23.024 19 23.024 20 8.024 20 8.024 19 23.024 19' />\n <polygon points='23.024 5 23.024 6 8.024 6 8.024 5 23.024 5' />\n <path d='M3.4039,22a2.346,2.346,0,0,0,1.4537-.3909,1.2992,1.2992,0,0,0,.509-1.0928,1.0018,1.0018,0,0,0-.3027-.7668,1.5491,1.5491,0,0,0-.8916-.3576h0v-.02a1.43,1.43,0,0,0,.7751-.4391,1.1444,1.1444,0,0,0,.2762-.7751.9816.9816,0,0,0-.4375-.8516A2.0484,2.0484,0,0,0,3.5935,17a2.6435,2.6435,0,0,0-1.5868.479h0l.4757.7086a2.3813,2.3813,0,0,1,.5505-.2761,1.5848,1.5848,0,0,1,.4874-.08q.6919,0,.6919.5522a.5346.5346,0,0,1-.2611.5073,1.7481,1.7481,0,0,1-.8267.1481H2.7485v.7884h.3693a2.0685,2.0685,0,0,1,.8915.143.5019.5019,0,0,1,.28.4857.6349.6349,0,0,1-.2429.5556,1.3069,1.3069,0,0,1-.7518.173,2.6169,2.6169,0,0,1-.672-.09A3.172,3.172,0,0,1,2,20.8623H2v.8749A3.53,3.53,0,0,0,3.4039,22Z' />\n <path d='M5.4592,15v-.8766H3.3115v-.0472l.6339-.5968a9.0717,9.0717,0,0,0,.885-.8934,2.4521,2.4521,0,0,0,.3709-.612,1.7,1.7,0,0,0,.12-.6389,1.2536,1.2536,0,0,0-.1956-.6945,1.3012,1.3012,0,0,0-.55-.472A1.8767,1.8767,0,0,0,3.76,10a2.6764,2.6764,0,0,0-.6338.0691,2.213,2.213,0,0,0-.5226.1973A3.6952,3.6952,0,0,0,2,10.7047H2l.5664.6709a2.8769,2.8769,0,0,1,.5631-.3743,1.256,1.256,0,0,1,.5563-.1314.6343.6343,0,0,1,.4366.1449.56.56,0,0,1,.1635.4417,1.0253,1.0253,0,0,1-.0742.3844,1.7149,1.7149,0,0,1-.2427.4029q-.1686.2173-.7182.7805h0L2.0135,14.2751V15Z' />\n <path d='M4.48,8V3H3.6108L2,4.2825l.51.6361.5745-.4617q.1026-.0821.366-.3454h0l-.0171.52-.01.4754V8Z' />\n </>\n);\n\nexport const viewBox = '0 0 25 25';\n"]}
1
+ {"version":3,"file":"list-number.icon.js","sourceRoot":"","sources":["../../../../src/components/Icon/icons/list-number.icon.tsx"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,MAAM,CAAC,MAAM,IAAI,GAAG,aAAa,CAAC;AAElC,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,EAAE,CAAC,CAC7B,8BACE,kBAAS,MAAM,EAAC,iDAAiD,WAAG,EACpE,kBAAS,MAAM,EAAC,iDAAiD,WAAG,EACpE,kBAAS,MAAM,EAAC,4CAA4C,WAAG,EAC/D,eAAM,CAAC,EAAC,+pBAA+pB,WAAG,EAC1qB,eAAM,CAAC,EAAC,6hBAA6hB,WAAG,EACxiB,eAAM,CAAC,EAAC,6FAA6F,WAAG,YACvG,CACJ,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,WAAW,CAAC","sourcesContent":["// This file is autogenerated. Any changes will be overwritten.\nexport const name = 'list-number';\n\nexport const Component = () => (\n <>\n <polygon points='23.024 12 23.024 13 8.024 13 8.024 12 23.024 12' />\n <polygon points='23.024 19 23.024 20 8.024 20 8.024 19 23.024 19' />\n <polygon points='23.024 5 23.024 6 8.024 6 8.024 5 23.024 5' />\n <path d='M3.4039,22a2.346,2.346,0,0,0,1.4537-.3909,1.2992,1.2992,0,0,0,.509-1.0928,1.0018,1.0018,0,0,0-.3027-.7668,1.5491,1.5491,0,0,0-.8916-.3576h0v-.02a1.43,1.43,0,0,0,.7751-.4391,1.1444,1.1444,0,0,0,.2762-.7751.9816.9816,0,0,0-.4375-.8516A2.0484,2.0484,0,0,0,3.5935,17a2.6435,2.6435,0,0,0-1.5868.479h0l.4757.7086a2.3813,2.3813,0,0,1,.5505-.2761,1.5848,1.5848,0,0,1,.4874-.08q.6919,0,.6919.5522a.5346.5346,0,0,1-.2611.5073,1.7481,1.7481,0,0,1-.8267.1481H2.7485v.7884h.3693a2.0685,2.0685,0,0,1,.8915.143.5019.5019,0,0,1,.28.4857.6349.6349,0,0,1-.2429.5556,1.3069,1.3069,0,0,1-.7518.173,2.6169,2.6169,0,0,1-.672-.09A3.172,3.172,0,0,1,2,20.8623H2v.8749A3.53,3.53,0,0,0,3.4039,22Z' />\n <path d='M5.4592,15v-.8766H3.3115v-.0472l.6339-.5968a9.0717,9.0717,0,0,0,.885-.8934,2.4521,2.4521,0,0,0,.3709-.612,1.7,1.7,0,0,0,.12-.6389,1.2536,1.2536,0,0,0-.1956-.6945,1.3012,1.3012,0,0,0-.55-.472A1.8767,1.8767,0,0,0,3.76,10a2.6764,2.6764,0,0,0-.6338.0691,2.213,2.213,0,0,0-.5226.1973A3.6952,3.6952,0,0,0,2,10.7047H2l.5664.6709a2.8769,2.8769,0,0,1,.5631-.3743,1.256,1.256,0,0,1,.5563-.1314.6343.6343,0,0,1,.4366.1449.56.56,0,0,1,.1635.4417,1.0253,1.0253,0,0,1-.0742.3844,1.7149,1.7149,0,0,1-.2427.4029q-.1686.2173-.7182.7805h0L2.0135,14.2751V15Z' />\n <path d='M4.48,8V3H3.6108L2,4.2825l.51.6361.5745-.4617q.1026-.0821.366-.3454h0l-.0171.52-.01.4754V8Z' />\n </>\n);\n\nexport const viewBox = '0 0 25 25';\n"]}
@@ -1,11 +1,6 @@
1
1
  import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  // This file is autogenerated. Any changes will be overwritten.
3
3
  export const name = 'list';
4
- export const Component = () => (_jsxs(_Fragment, { children: [_jsx("circle", { cx: '3.5', cy: '5.5', r: '1.5' }, void 0),
5
- _jsx("circle", { cx: '3.5', cy: '12.5', r: '1.5' }, void 0),
6
- _jsx("circle", { cx: '3.5', cy: '19.5', r: '1.5' }, void 0),
7
- _jsx("polygon", { points: '23.024 12 23.024 13 7.024 13 7.024 12 23.024 12' }, void 0),
8
- _jsx("polygon", { points: '23.024 19 23.024 20 7.024 20 7.024 19 23.024 19' }, void 0),
9
- _jsx("polygon", { points: '23.024 5 23.024 6 7.024 6 7.024 5 23.024 5' }, void 0)] }, void 0));
4
+ export const Component = () => (_jsxs(_Fragment, { children: [_jsx("circle", { cx: '3.5', cy: '5.5', r: '1.5' }, void 0), _jsx("circle", { cx: '3.5', cy: '12.5', r: '1.5' }, void 0), _jsx("circle", { cx: '3.5', cy: '19.5', r: '1.5' }, void 0), _jsx("polygon", { points: '23.024 12 23.024 13 7.024 13 7.024 12 23.024 12' }, void 0), _jsx("polygon", { points: '23.024 19 23.024 20 7.024 20 7.024 19 23.024 19' }, void 0), _jsx("polygon", { points: '23.024 5 23.024 6 7.024 6 7.024 5 23.024 5' }, void 0)] }, void 0));
10
5
  export const viewBox = '0 0 25 25';
11
6
  //# sourceMappingURL=list.icon.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"list.icon.js","sourceRoot":"","sources":["../../../../src/components/Icon/icons/list.icon.tsx"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,MAAM,CAAC,MAAM,IAAI,GAAG,MAAM,CAAC;AAE3B,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,EAAE,CAAC,CAC7B,8BACE,iBAAQ,EAAE,EAAC,KAAK,EAAC,EAAE,EAAC,KAAK,EAAC,CAAC,EAAC,KAAK,WAAG;QACpC,iBAAQ,EAAE,EAAC,KAAK,EAAC,EAAE,EAAC,MAAM,EAAC,CAAC,EAAC,KAAK,WAAG;QACrC,iBAAQ,EAAE,EAAC,KAAK,EAAC,EAAE,EAAC,MAAM,EAAC,CAAC,EAAC,KAAK,WAAG;QACrC,kBAAS,MAAM,EAAC,iDAAiD,WAAG;QACpE,kBAAS,MAAM,EAAC,iDAAiD,WAAG;QACpE,kBAAS,MAAM,EAAC,4CAA4C,WAAG,YAC9D,CACJ,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,WAAW,CAAC","sourcesContent":["// This file is autogenerated. Any changes will be overwritten.\nexport const name = 'list';\n\nexport const Component = () => (\n <>\n <circle cx='3.5' cy='5.5' r='1.5' />\n <circle cx='3.5' cy='12.5' r='1.5' />\n <circle cx='3.5' cy='19.5' r='1.5' />\n <polygon points='23.024 12 23.024 13 7.024 13 7.024 12 23.024 12' />\n <polygon points='23.024 19 23.024 20 7.024 20 7.024 19 23.024 19' />\n <polygon points='23.024 5 23.024 6 7.024 6 7.024 5 23.024 5' />\n </>\n);\n\nexport const viewBox = '0 0 25 25';\n"]}
1
+ {"version":3,"file":"list.icon.js","sourceRoot":"","sources":["../../../../src/components/Icon/icons/list.icon.tsx"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,MAAM,CAAC,MAAM,IAAI,GAAG,MAAM,CAAC;AAE3B,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,EAAE,CAAC,CAC7B,8BACE,iBAAQ,EAAE,EAAC,KAAK,EAAC,EAAE,EAAC,KAAK,EAAC,CAAC,EAAC,KAAK,WAAG,EACpC,iBAAQ,EAAE,EAAC,KAAK,EAAC,EAAE,EAAC,MAAM,EAAC,CAAC,EAAC,KAAK,WAAG,EACrC,iBAAQ,EAAE,EAAC,KAAK,EAAC,EAAE,EAAC,MAAM,EAAC,CAAC,EAAC,KAAK,WAAG,EACrC,kBAAS,MAAM,EAAC,iDAAiD,WAAG,EACpE,kBAAS,MAAM,EAAC,iDAAiD,WAAG,EACpE,kBAAS,MAAM,EAAC,4CAA4C,WAAG,YAC9D,CACJ,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,WAAW,CAAC","sourcesContent":["// This file is autogenerated. Any changes will be overwritten.\nexport const name = 'list';\n\nexport const Component = () => (\n <>\n <circle cx='3.5' cy='5.5' r='1.5' />\n <circle cx='3.5' cy='12.5' r='1.5' />\n <circle cx='3.5' cy='19.5' r='1.5' />\n <polygon points='23.024 12 23.024 13 7.024 13 7.024 12 23.024 12' />\n <polygon points='23.024 19 23.024 20 7.024 20 7.024 19 23.024 19' />\n <polygon points='23.024 5 23.024 6 7.024 6 7.024 5 23.024 5' />\n </>\n);\n\nexport const viewBox = '0 0 25 25';\n"]}
@@ -1,7 +1,6 @@
1
1
  import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  // This file is autogenerated. Any changes will be overwritten.
3
3
  export const name = 'pin';
4
- export const Component = () => (_jsxs(_Fragment, { children: [_jsx("path", { d: 'M11.6382812,2.346875 C11.6382812,2.346875 11.6382812,0 11.6382812,0 C11.6382812,0 0,11.6859375 0,11.6859375 C0,11.6859375 2.346875,11.6859375 2.346875,11.6859375 C2.346875,11.6859375 12.8351563,22.1742187 12.8351563,22.1742187 C12.8351563,22.1742187 12.8351563,24.5210937 12.8351563,24.5210937 C12.8351563,24.5210937 17.5289062,19.8757812 17.5289062,19.8757812 C17.5289062,19.8757812 24.5210937,24.5210937 24.5210937,24.5210937 C24.5210937,24.5210937 19.8757812,17.5289062 19.8757812,17.5289062 C19.8757812,17.5289062 24.5210937,12.8351562 24.5210937,12.8351562 C24.5210937,12.8351562 22.1742187,12.8351562 22.1742187,12.8351562 C22.1742187,12.8351562 11.6375,2.346875 11.6375,2.346875 L11.6382812,2.346875 Z M2.346875,10.728125 C2.346875,10.728125 10.6804688,2.39453125 10.6804688,2.39453125 C10.6804688,2.39453125 10.6804688,2.77734375 10.6804688,2.77734375 C10.6804688,2.77734375 10.9679688,3.06484375 10.9679688,3.06484375 C10.9679688,3.06484375 21.45625,13.5054687 21.45625,13.5054687 C21.45625,13.5054687 21.74375,13.7929687 21.74375,13.7929687 C21.74375,13.7929687 22.175,13.7929687 22.175,13.7929687 C22.175,13.7929687 19.1578125,16.8101562 19.1578125,16.8101562 C19.1578125,16.8101562 18.63125,17.3851562 18.63125,17.3851562 C18.63125,17.3851562 19.0625,18.0554687 19.0625,18.0554687 C19.0625,18.0554687 21.0257813,21.025 21.0257813,21.025 C21.0257813,21.025 18.05625,19.0617188 18.05625,19.0617188 C18.05625,19.0617188 17.3859375,18.6304687 17.3859375,18.6304687 C17.3859375,18.6304687 16.8109375,19.1570312 16.8109375,19.1570312 C16.8109375,19.1570312 13.79375,22.1742188 13.79375,22.1742188 C13.79375,22.1742188 13.79375,21.7429687 13.79375,21.7429687 C13.79375,21.7429687 13.50625,21.4554687 13.50625,21.4554687 C13.50625,21.4554687 3.065625,11.0148438 3.065625,11.0148438 C3.065625,11.0148438 2.778125,10.7273438 2.778125,10.7273438 C2.778125,10.7273438 2.346875,10.7273438 2.346875,10.7273438 L2.346875,10.728125 Z' }, void 0),
5
- _jsx("path", { d: 'M19.4921875,10.153125 C19.4921875,10.153125 10.153125,19.4921875 10.153125,19.4921875 C10.153125,19.4921875 9.4828125,18.821875 9.4828125,18.821875 C9.4828125,18.821875 18.821875,9.4828125 18.821875,9.4828125 C18.821875,9.4828125 19.4921875,10.153125 19.4921875,10.153125 Z' }, void 0)] }, void 0));
4
+ export const Component = () => (_jsxs(_Fragment, { children: [_jsx("path", { d: 'M11.6382812,2.346875 C11.6382812,2.346875 11.6382812,0 11.6382812,0 C11.6382812,0 0,11.6859375 0,11.6859375 C0,11.6859375 2.346875,11.6859375 2.346875,11.6859375 C2.346875,11.6859375 12.8351563,22.1742187 12.8351563,22.1742187 C12.8351563,22.1742187 12.8351563,24.5210937 12.8351563,24.5210937 C12.8351563,24.5210937 17.5289062,19.8757812 17.5289062,19.8757812 C17.5289062,19.8757812 24.5210937,24.5210937 24.5210937,24.5210937 C24.5210937,24.5210937 19.8757812,17.5289062 19.8757812,17.5289062 C19.8757812,17.5289062 24.5210937,12.8351562 24.5210937,12.8351562 C24.5210937,12.8351562 22.1742187,12.8351562 22.1742187,12.8351562 C22.1742187,12.8351562 11.6375,2.346875 11.6375,2.346875 L11.6382812,2.346875 Z M2.346875,10.728125 C2.346875,10.728125 10.6804688,2.39453125 10.6804688,2.39453125 C10.6804688,2.39453125 10.6804688,2.77734375 10.6804688,2.77734375 C10.6804688,2.77734375 10.9679688,3.06484375 10.9679688,3.06484375 C10.9679688,3.06484375 21.45625,13.5054687 21.45625,13.5054687 C21.45625,13.5054687 21.74375,13.7929687 21.74375,13.7929687 C21.74375,13.7929687 22.175,13.7929687 22.175,13.7929687 C22.175,13.7929687 19.1578125,16.8101562 19.1578125,16.8101562 C19.1578125,16.8101562 18.63125,17.3851562 18.63125,17.3851562 C18.63125,17.3851562 19.0625,18.0554687 19.0625,18.0554687 C19.0625,18.0554687 21.0257813,21.025 21.0257813,21.025 C21.0257813,21.025 18.05625,19.0617188 18.05625,19.0617188 C18.05625,19.0617188 17.3859375,18.6304687 17.3859375,18.6304687 C17.3859375,18.6304687 16.8109375,19.1570312 16.8109375,19.1570312 C16.8109375,19.1570312 13.79375,22.1742188 13.79375,22.1742188 C13.79375,22.1742188 13.79375,21.7429687 13.79375,21.7429687 C13.79375,21.7429687 13.50625,21.4554687 13.50625,21.4554687 C13.50625,21.4554687 3.065625,11.0148438 3.065625,11.0148438 C3.065625,11.0148438 2.778125,10.7273438 2.778125,10.7273438 C2.778125,10.7273438 2.346875,10.7273438 2.346875,10.7273438 L2.346875,10.728125 Z' }, void 0), _jsx("path", { d: 'M19.4921875,10.153125 C19.4921875,10.153125 10.153125,19.4921875 10.153125,19.4921875 C10.153125,19.4921875 9.4828125,18.821875 9.4828125,18.821875 C9.4828125,18.821875 18.821875,9.4828125 18.821875,9.4828125 C18.821875,9.4828125 19.4921875,10.153125 19.4921875,10.153125 Z' }, void 0)] }, void 0));
6
5
  export const viewBox = '0 0 25 25';
7
6
  //# sourceMappingURL=pin.icon.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"pin.icon.js","sourceRoot":"","sources":["../../../../src/components/Icon/icons/pin.icon.tsx"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,MAAM,CAAC,MAAM,IAAI,GAAG,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,EAAE,CAAC,CAC7B,8BACE,eAAM,CAAC,EAAC,24DAA24D,WAAG;QACt5D,eAAM,CAAC,EAAC,mRAAmR,WAAG,YAC7R,CACJ,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,WAAW,CAAC","sourcesContent":["// This file is autogenerated. Any changes will be overwritten.\nexport const name = 'pin';\n\nexport const Component = () => (\n <>\n <path d='M11.6382812,2.346875 C11.6382812,2.346875 11.6382812,0 11.6382812,0 C11.6382812,0 0,11.6859375 0,11.6859375 C0,11.6859375 2.346875,11.6859375 2.346875,11.6859375 C2.346875,11.6859375 12.8351563,22.1742187 12.8351563,22.1742187 C12.8351563,22.1742187 12.8351563,24.5210937 12.8351563,24.5210937 C12.8351563,24.5210937 17.5289062,19.8757812 17.5289062,19.8757812 C17.5289062,19.8757812 24.5210937,24.5210937 24.5210937,24.5210937 C24.5210937,24.5210937 19.8757812,17.5289062 19.8757812,17.5289062 C19.8757812,17.5289062 24.5210937,12.8351562 24.5210937,12.8351562 C24.5210937,12.8351562 22.1742187,12.8351562 22.1742187,12.8351562 C22.1742187,12.8351562 11.6375,2.346875 11.6375,2.346875 L11.6382812,2.346875 Z M2.346875,10.728125 C2.346875,10.728125 10.6804688,2.39453125 10.6804688,2.39453125 C10.6804688,2.39453125 10.6804688,2.77734375 10.6804688,2.77734375 C10.6804688,2.77734375 10.9679688,3.06484375 10.9679688,3.06484375 C10.9679688,3.06484375 21.45625,13.5054687 21.45625,13.5054687 C21.45625,13.5054687 21.74375,13.7929687 21.74375,13.7929687 C21.74375,13.7929687 22.175,13.7929687 22.175,13.7929687 C22.175,13.7929687 19.1578125,16.8101562 19.1578125,16.8101562 C19.1578125,16.8101562 18.63125,17.3851562 18.63125,17.3851562 C18.63125,17.3851562 19.0625,18.0554687 19.0625,18.0554687 C19.0625,18.0554687 21.0257813,21.025 21.0257813,21.025 C21.0257813,21.025 18.05625,19.0617188 18.05625,19.0617188 C18.05625,19.0617188 17.3859375,18.6304687 17.3859375,18.6304687 C17.3859375,18.6304687 16.8109375,19.1570312 16.8109375,19.1570312 C16.8109375,19.1570312 13.79375,22.1742188 13.79375,22.1742188 C13.79375,22.1742188 13.79375,21.7429687 13.79375,21.7429687 C13.79375,21.7429687 13.50625,21.4554687 13.50625,21.4554687 C13.50625,21.4554687 3.065625,11.0148438 3.065625,11.0148438 C3.065625,11.0148438 2.778125,10.7273438 2.778125,10.7273438 C2.778125,10.7273438 2.346875,10.7273438 2.346875,10.7273438 L2.346875,10.728125 Z' />\n <path d='M19.4921875,10.153125 C19.4921875,10.153125 10.153125,19.4921875 10.153125,19.4921875 C10.153125,19.4921875 9.4828125,18.821875 9.4828125,18.821875 C9.4828125,18.821875 18.821875,9.4828125 18.821875,9.4828125 C18.821875,9.4828125 19.4921875,10.153125 19.4921875,10.153125 Z' />\n </>\n);\n\nexport const viewBox = '0 0 25 25';\n"]}
1
+ {"version":3,"file":"pin.icon.js","sourceRoot":"","sources":["../../../../src/components/Icon/icons/pin.icon.tsx"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,MAAM,CAAC,MAAM,IAAI,GAAG,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,EAAE,CAAC,CAC7B,8BACE,eAAM,CAAC,EAAC,24DAA24D,WAAG,EACt5D,eAAM,CAAC,EAAC,mRAAmR,WAAG,YAC7R,CACJ,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,WAAW,CAAC","sourcesContent":["// This file is autogenerated. Any changes will be overwritten.\nexport const name = 'pin';\n\nexport const Component = () => (\n <>\n <path d='M11.6382812,2.346875 C11.6382812,2.346875 11.6382812,0 11.6382812,0 C11.6382812,0 0,11.6859375 0,11.6859375 C0,11.6859375 2.346875,11.6859375 2.346875,11.6859375 C2.346875,11.6859375 12.8351563,22.1742187 12.8351563,22.1742187 C12.8351563,22.1742187 12.8351563,24.5210937 12.8351563,24.5210937 C12.8351563,24.5210937 17.5289062,19.8757812 17.5289062,19.8757812 C17.5289062,19.8757812 24.5210937,24.5210937 24.5210937,24.5210937 C24.5210937,24.5210937 19.8757812,17.5289062 19.8757812,17.5289062 C19.8757812,17.5289062 24.5210937,12.8351562 24.5210937,12.8351562 C24.5210937,12.8351562 22.1742187,12.8351562 22.1742187,12.8351562 C22.1742187,12.8351562 11.6375,2.346875 11.6375,2.346875 L11.6382812,2.346875 Z M2.346875,10.728125 C2.346875,10.728125 10.6804688,2.39453125 10.6804688,2.39453125 C10.6804688,2.39453125 10.6804688,2.77734375 10.6804688,2.77734375 C10.6804688,2.77734375 10.9679688,3.06484375 10.9679688,3.06484375 C10.9679688,3.06484375 21.45625,13.5054687 21.45625,13.5054687 C21.45625,13.5054687 21.74375,13.7929687 21.74375,13.7929687 C21.74375,13.7929687 22.175,13.7929687 22.175,13.7929687 C22.175,13.7929687 19.1578125,16.8101562 19.1578125,16.8101562 C19.1578125,16.8101562 18.63125,17.3851562 18.63125,17.3851562 C18.63125,17.3851562 19.0625,18.0554687 19.0625,18.0554687 C19.0625,18.0554687 21.0257813,21.025 21.0257813,21.025 C21.0257813,21.025 18.05625,19.0617188 18.05625,19.0617188 C18.05625,19.0617188 17.3859375,18.6304687 17.3859375,18.6304687 C17.3859375,18.6304687 16.8109375,19.1570312 16.8109375,19.1570312 C16.8109375,19.1570312 13.79375,22.1742188 13.79375,22.1742188 C13.79375,22.1742188 13.79375,21.7429687 13.79375,21.7429687 C13.79375,21.7429687 13.50625,21.4554687 13.50625,21.4554687 C13.50625,21.4554687 3.065625,11.0148438 3.065625,11.0148438 C3.065625,11.0148438 2.778125,10.7273438 2.778125,10.7273438 C2.778125,10.7273438 2.346875,10.7273438 2.346875,10.7273438 L2.346875,10.728125 Z' />\n <path d='M19.4921875,10.153125 C19.4921875,10.153125 10.153125,19.4921875 10.153125,19.4921875 C10.153125,19.4921875 9.4828125,18.821875 9.4828125,18.821875 C9.4828125,18.821875 18.821875,9.4828125 18.821875,9.4828125 C18.821875,9.4828125 19.4921875,10.153125 19.4921875,10.153125 Z' />\n </>\n);\n\nexport const viewBox = '0 0 25 25';\n"]}
@@ -1,7 +1,6 @@
1
1
  import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  // This file is autogenerated. Any changes will be overwritten.
3
3
  export const name = 'search-solid';
4
- export const Component = () => (_jsxs(_Fragment, { children: [_jsx("path", { d: 'M10.009375,0 C10.009375,0 10.009375,0 10.009375,0 C7.2796875,0 4.9328125,0.9578125 2.96953125,2.92109375 C1.00625,4.884375 0,7.2796875 0,10.009375 C0,10.009375 0,10.009375 0,10.009375 C0,12.7875 1.00546875,15.1335938 2.96953125,17.0976562 C4.93359375,19.0617188 7.2796875,20.0671875 10.009375,20.0671875 C10.009375,20.0671875 10.009375,20.0671875 10.009375,20.0671875 C12.7875,20.0671875 15.1335938,19.0617188 17.0976562,17.0976562 C19.0617188,15.1335937 20.01875,12.7875 20.01875,10.009375 C20.01875,10.009375 20.01875,10.009375 20.01875,10.009375 C20.01875,7.2796875 19.0609375,4.88515625 17.0976562,2.92109375 C15.134375,0.95703125 12.7875,0 10.009375,0 Z M10.009375,0.9578125 C10.009375,0.9578125 10.009375,0.9578125 10.009375,0.9578125 C12.5476563,0.9578125 14.6546875,1.81953125 16.4273437,3.5921875 C18.2,5.36484375 19.0617188,7.51953125 19.0617188,10.0101563 C19.0617188,10.0101563 19.0617188,10.0101563 19.0617188,10.0101563 C19.0617188,12.5484375 18.2,14.6554688 16.4273437,16.428125 C14.6546875,18.2007812 12.5476563,19.0625 10.009375,19.0625 C10.009375,19.0625 10.009375,19.0625 10.009375,19.0625 C7.51875,19.0625 5.41171875,18.2007812 3.63984375,16.428125 C1.86796875,14.6554688 0.9578125,12.5484375 0.9578125,10.0101563 C0.9578125,10.0101563 0.9578125,10.0101563 0.9578125,10.0101563 C0.9578125,7.51953125 1.86796875,5.36484375 3.63984375,3.5921875 C5.41171875,1.81953125 7.51953125,0.9578125 10.009375,0.9578125 Z M15.8046875,10.0101562 C15.8046875,10.0101562 15.8046875,10.0101562 15.8046875,10.0101562 C15.8046875,11.590625 15.2296875,12.93125 14.128125,14.0328125 C13.0265625,15.1820312 11.6375,15.7570313 10.0570312,15.7570313 C10.0570312,15.7570313 10.0570312,15.7570313 10.0570312,15.7570313 C8.4765625,15.7570313 7.1359375,15.1820312 6.034375,14.0328125 C4.9328125,12.93125 4.3578125,11.590625 4.3578125,10.0101562 C4.3578125,8.4296875 4.9328125,7.0890625 6.034375,5.9390625 C7.1359375,4.8375 8.4765625,4.2625 10.0570312,4.2625 C10.0570312,4.2625 10.0570312,4.2625 10.0570312,4.2625 C11.6375,4.2625 13.0265625,4.8375 14.128125,5.9390625 C15.2296875,7.08828125 15.8046875,8.4296875 15.8046875,10.0101562 C15.8046875,10.0101562 15.8046875,10.0101562 15.8046875,10.0101562 L15.8046875,10.0101562 Z' }, void 0),
5
- _jsx("path", { d: 'M23.9460937,24.4257812 C23.9460937,24.4257812 23.9460937,24.4257812 23.9460937,24.4257812 C23.8023437,24.4257812 23.6585938,24.378125 23.5632813,24.2820312 C23.5632813,24.2820312 23.5632813,24.2820312 23.5632813,24.2820312 C23.5632813,24.2820312 16.61875,17.3375 16.61875,17.3375 C16.3796875,17.0984375 16.3796875,16.8585938 16.61875,16.61875 C16.8578125,16.3789062 17.0976562,16.3796875 17.3375,16.61875 C17.3375,16.61875 17.3375,16.61875 17.3375,16.61875 C17.3375,16.61875 24.2820313,23.5632812 24.2820313,23.5632812 C24.5210938,23.8023437 24.5210938,24.0421875 24.2820313,24.2820312 C24.2820313,24.2820312 24.2820313,24.2820312 24.2820313,24.2820312 C24.1859375,24.378125 24.090625,24.4257812 23.946875,24.4257812 L23.9460937,24.4257812 Z' }, void 0)] }, void 0));
4
+ export const Component = () => (_jsxs(_Fragment, { children: [_jsx("path", { d: 'M10.009375,0 C10.009375,0 10.009375,0 10.009375,0 C7.2796875,0 4.9328125,0.9578125 2.96953125,2.92109375 C1.00625,4.884375 0,7.2796875 0,10.009375 C0,10.009375 0,10.009375 0,10.009375 C0,12.7875 1.00546875,15.1335938 2.96953125,17.0976562 C4.93359375,19.0617188 7.2796875,20.0671875 10.009375,20.0671875 C10.009375,20.0671875 10.009375,20.0671875 10.009375,20.0671875 C12.7875,20.0671875 15.1335938,19.0617188 17.0976562,17.0976562 C19.0617188,15.1335937 20.01875,12.7875 20.01875,10.009375 C20.01875,10.009375 20.01875,10.009375 20.01875,10.009375 C20.01875,7.2796875 19.0609375,4.88515625 17.0976562,2.92109375 C15.134375,0.95703125 12.7875,0 10.009375,0 Z M10.009375,0.9578125 C10.009375,0.9578125 10.009375,0.9578125 10.009375,0.9578125 C12.5476563,0.9578125 14.6546875,1.81953125 16.4273437,3.5921875 C18.2,5.36484375 19.0617188,7.51953125 19.0617188,10.0101563 C19.0617188,10.0101563 19.0617188,10.0101563 19.0617188,10.0101563 C19.0617188,12.5484375 18.2,14.6554688 16.4273437,16.428125 C14.6546875,18.2007812 12.5476563,19.0625 10.009375,19.0625 C10.009375,19.0625 10.009375,19.0625 10.009375,19.0625 C7.51875,19.0625 5.41171875,18.2007812 3.63984375,16.428125 C1.86796875,14.6554688 0.9578125,12.5484375 0.9578125,10.0101563 C0.9578125,10.0101563 0.9578125,10.0101563 0.9578125,10.0101563 C0.9578125,7.51953125 1.86796875,5.36484375 3.63984375,3.5921875 C5.41171875,1.81953125 7.51953125,0.9578125 10.009375,0.9578125 Z M15.8046875,10.0101562 C15.8046875,10.0101562 15.8046875,10.0101562 15.8046875,10.0101562 C15.8046875,11.590625 15.2296875,12.93125 14.128125,14.0328125 C13.0265625,15.1820312 11.6375,15.7570313 10.0570312,15.7570313 C10.0570312,15.7570313 10.0570312,15.7570313 10.0570312,15.7570313 C8.4765625,15.7570313 7.1359375,15.1820312 6.034375,14.0328125 C4.9328125,12.93125 4.3578125,11.590625 4.3578125,10.0101562 C4.3578125,8.4296875 4.9328125,7.0890625 6.034375,5.9390625 C7.1359375,4.8375 8.4765625,4.2625 10.0570312,4.2625 C10.0570312,4.2625 10.0570312,4.2625 10.0570312,4.2625 C11.6375,4.2625 13.0265625,4.8375 14.128125,5.9390625 C15.2296875,7.08828125 15.8046875,8.4296875 15.8046875,10.0101562 C15.8046875,10.0101562 15.8046875,10.0101562 15.8046875,10.0101562 L15.8046875,10.0101562 Z' }, void 0), _jsx("path", { d: 'M23.9460937,24.4257812 C23.9460937,24.4257812 23.9460937,24.4257812 23.9460937,24.4257812 C23.8023437,24.4257812 23.6585938,24.378125 23.5632813,24.2820312 C23.5632813,24.2820312 23.5632813,24.2820312 23.5632813,24.2820312 C23.5632813,24.2820312 16.61875,17.3375 16.61875,17.3375 C16.3796875,17.0984375 16.3796875,16.8585938 16.61875,16.61875 C16.8578125,16.3789062 17.0976562,16.3796875 17.3375,16.61875 C17.3375,16.61875 17.3375,16.61875 17.3375,16.61875 C17.3375,16.61875 24.2820313,23.5632812 24.2820313,23.5632812 C24.5210938,23.8023437 24.5210938,24.0421875 24.2820313,24.2820312 C24.2820313,24.2820312 24.2820313,24.2820312 24.2820313,24.2820312 C24.1859375,24.378125 24.090625,24.4257812 23.946875,24.4257812 L23.9460937,24.4257812 Z' }, void 0)] }, void 0));
6
5
  export const viewBox = '0 0 25 25';
7
6
  //# sourceMappingURL=search-solid.icon.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"search-solid.icon.js","sourceRoot":"","sources":["../../../../src/components/Icon/icons/search-solid.icon.tsx"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,MAAM,CAAC,MAAM,IAAI,GAAG,cAAc,CAAC;AAEnC,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,EAAE,CAAC,CAC7B,8BACE,eAAM,CAAC,EAAC,0qEAA0qE,WAAG;QACrrE,eAAM,CAAC,EAAC,uuBAAuuB,WAAG,YACjvB,CACJ,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,WAAW,CAAC","sourcesContent":["// This file is autogenerated. Any changes will be overwritten.\nexport const name = 'search-solid';\n\nexport const Component = () => (\n <>\n <path d='M10.009375,0 C10.009375,0 10.009375,0 10.009375,0 C7.2796875,0 4.9328125,0.9578125 2.96953125,2.92109375 C1.00625,4.884375 0,7.2796875 0,10.009375 C0,10.009375 0,10.009375 0,10.009375 C0,12.7875 1.00546875,15.1335938 2.96953125,17.0976562 C4.93359375,19.0617188 7.2796875,20.0671875 10.009375,20.0671875 C10.009375,20.0671875 10.009375,20.0671875 10.009375,20.0671875 C12.7875,20.0671875 15.1335938,19.0617188 17.0976562,17.0976562 C19.0617188,15.1335937 20.01875,12.7875 20.01875,10.009375 C20.01875,10.009375 20.01875,10.009375 20.01875,10.009375 C20.01875,7.2796875 19.0609375,4.88515625 17.0976562,2.92109375 C15.134375,0.95703125 12.7875,0 10.009375,0 Z M10.009375,0.9578125 C10.009375,0.9578125 10.009375,0.9578125 10.009375,0.9578125 C12.5476563,0.9578125 14.6546875,1.81953125 16.4273437,3.5921875 C18.2,5.36484375 19.0617188,7.51953125 19.0617188,10.0101563 C19.0617188,10.0101563 19.0617188,10.0101563 19.0617188,10.0101563 C19.0617188,12.5484375 18.2,14.6554688 16.4273437,16.428125 C14.6546875,18.2007812 12.5476563,19.0625 10.009375,19.0625 C10.009375,19.0625 10.009375,19.0625 10.009375,19.0625 C7.51875,19.0625 5.41171875,18.2007812 3.63984375,16.428125 C1.86796875,14.6554688 0.9578125,12.5484375 0.9578125,10.0101563 C0.9578125,10.0101563 0.9578125,10.0101563 0.9578125,10.0101563 C0.9578125,7.51953125 1.86796875,5.36484375 3.63984375,3.5921875 C5.41171875,1.81953125 7.51953125,0.9578125 10.009375,0.9578125 Z M15.8046875,10.0101562 C15.8046875,10.0101562 15.8046875,10.0101562 15.8046875,10.0101562 C15.8046875,11.590625 15.2296875,12.93125 14.128125,14.0328125 C13.0265625,15.1820312 11.6375,15.7570313 10.0570312,15.7570313 C10.0570312,15.7570313 10.0570312,15.7570313 10.0570312,15.7570313 C8.4765625,15.7570313 7.1359375,15.1820312 6.034375,14.0328125 C4.9328125,12.93125 4.3578125,11.590625 4.3578125,10.0101562 C4.3578125,8.4296875 4.9328125,7.0890625 6.034375,5.9390625 C7.1359375,4.8375 8.4765625,4.2625 10.0570312,4.2625 C10.0570312,4.2625 10.0570312,4.2625 10.0570312,4.2625 C11.6375,4.2625 13.0265625,4.8375 14.128125,5.9390625 C15.2296875,7.08828125 15.8046875,8.4296875 15.8046875,10.0101562 C15.8046875,10.0101562 15.8046875,10.0101562 15.8046875,10.0101562 L15.8046875,10.0101562 Z' />\n <path d='M23.9460937,24.4257812 C23.9460937,24.4257812 23.9460937,24.4257812 23.9460937,24.4257812 C23.8023437,24.4257812 23.6585938,24.378125 23.5632813,24.2820312 C23.5632813,24.2820312 23.5632813,24.2820312 23.5632813,24.2820312 C23.5632813,24.2820312 16.61875,17.3375 16.61875,17.3375 C16.3796875,17.0984375 16.3796875,16.8585938 16.61875,16.61875 C16.8578125,16.3789062 17.0976562,16.3796875 17.3375,16.61875 C17.3375,16.61875 17.3375,16.61875 17.3375,16.61875 C17.3375,16.61875 24.2820313,23.5632812 24.2820313,23.5632812 C24.5210938,23.8023437 24.5210938,24.0421875 24.2820313,24.2820312 C24.2820313,24.2820312 24.2820313,24.2820312 24.2820313,24.2820312 C24.1859375,24.378125 24.090625,24.4257812 23.946875,24.4257812 L23.9460937,24.4257812 Z' />\n </>\n);\n\nexport const viewBox = '0 0 25 25';\n"]}
1
+ {"version":3,"file":"search-solid.icon.js","sourceRoot":"","sources":["../../../../src/components/Icon/icons/search-solid.icon.tsx"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,MAAM,CAAC,MAAM,IAAI,GAAG,cAAc,CAAC;AAEnC,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,EAAE,CAAC,CAC7B,8BACE,eAAM,CAAC,EAAC,0qEAA0qE,WAAG,EACrrE,eAAM,CAAC,EAAC,uuBAAuuB,WAAG,YACjvB,CACJ,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,WAAW,CAAC","sourcesContent":["// This file is autogenerated. Any changes will be overwritten.\nexport const name = 'search-solid';\n\nexport const Component = () => (\n <>\n <path d='M10.009375,0 C10.009375,0 10.009375,0 10.009375,0 C7.2796875,0 4.9328125,0.9578125 2.96953125,2.92109375 C1.00625,4.884375 0,7.2796875 0,10.009375 C0,10.009375 0,10.009375 0,10.009375 C0,12.7875 1.00546875,15.1335938 2.96953125,17.0976562 C4.93359375,19.0617188 7.2796875,20.0671875 10.009375,20.0671875 C10.009375,20.0671875 10.009375,20.0671875 10.009375,20.0671875 C12.7875,20.0671875 15.1335938,19.0617188 17.0976562,17.0976562 C19.0617188,15.1335937 20.01875,12.7875 20.01875,10.009375 C20.01875,10.009375 20.01875,10.009375 20.01875,10.009375 C20.01875,7.2796875 19.0609375,4.88515625 17.0976562,2.92109375 C15.134375,0.95703125 12.7875,0 10.009375,0 Z M10.009375,0.9578125 C10.009375,0.9578125 10.009375,0.9578125 10.009375,0.9578125 C12.5476563,0.9578125 14.6546875,1.81953125 16.4273437,3.5921875 C18.2,5.36484375 19.0617188,7.51953125 19.0617188,10.0101563 C19.0617188,10.0101563 19.0617188,10.0101563 19.0617188,10.0101563 C19.0617188,12.5484375 18.2,14.6554688 16.4273437,16.428125 C14.6546875,18.2007812 12.5476563,19.0625 10.009375,19.0625 C10.009375,19.0625 10.009375,19.0625 10.009375,19.0625 C7.51875,19.0625 5.41171875,18.2007812 3.63984375,16.428125 C1.86796875,14.6554688 0.9578125,12.5484375 0.9578125,10.0101563 C0.9578125,10.0101563 0.9578125,10.0101563 0.9578125,10.0101563 C0.9578125,7.51953125 1.86796875,5.36484375 3.63984375,3.5921875 C5.41171875,1.81953125 7.51953125,0.9578125 10.009375,0.9578125 Z M15.8046875,10.0101562 C15.8046875,10.0101562 15.8046875,10.0101562 15.8046875,10.0101562 C15.8046875,11.590625 15.2296875,12.93125 14.128125,14.0328125 C13.0265625,15.1820312 11.6375,15.7570313 10.0570312,15.7570313 C10.0570312,15.7570313 10.0570312,15.7570313 10.0570312,15.7570313 C8.4765625,15.7570313 7.1359375,15.1820312 6.034375,14.0328125 C4.9328125,12.93125 4.3578125,11.590625 4.3578125,10.0101562 C4.3578125,8.4296875 4.9328125,7.0890625 6.034375,5.9390625 C7.1359375,4.8375 8.4765625,4.2625 10.0570312,4.2625 C10.0570312,4.2625 10.0570312,4.2625 10.0570312,4.2625 C11.6375,4.2625 13.0265625,4.8375 14.128125,5.9390625 C15.2296875,7.08828125 15.8046875,8.4296875 15.8046875,10.0101562 C15.8046875,10.0101562 15.8046875,10.0101562 15.8046875,10.0101562 L15.8046875,10.0101562 Z' />\n <path d='M23.9460937,24.4257812 C23.9460937,24.4257812 23.9460937,24.4257812 23.9460937,24.4257812 C23.8023437,24.4257812 23.6585938,24.378125 23.5632813,24.2820312 C23.5632813,24.2820312 23.5632813,24.2820312 23.5632813,24.2820312 C23.5632813,24.2820312 16.61875,17.3375 16.61875,17.3375 C16.3796875,17.0984375 16.3796875,16.8585938 16.61875,16.61875 C16.8578125,16.3789062 17.0976562,16.3796875 17.3375,16.61875 C17.3375,16.61875 17.3375,16.61875 17.3375,16.61875 C17.3375,16.61875 24.2820313,23.5632812 24.2820313,23.5632812 C24.5210938,23.8023437 24.5210938,24.0421875 24.2820313,24.2820312 C24.2820313,24.2820312 24.2820313,24.2820312 24.2820313,24.2820312 C24.1859375,24.378125 24.090625,24.4257812 23.946875,24.4257812 L23.9460937,24.4257812 Z' />\n </>\n);\n\nexport const viewBox = '0 0 25 25';\n"]}
@@ -1,7 +1,6 @@
1
1
  import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  // This file is autogenerated. Any changes will be overwritten.
3
3
  export const name = 'tracer';
4
- export const Component = () => (_jsxs(_Fragment, { children: [_jsx("path", { d: 'M18.0554687,9.51875 C18.678125,8.89609375 19.3960938,8.60859375 20.30625,8.60859375 C21.2164063,8.60859375 21.9828125,8.89609375 22.6054688,9.51875 C23.228125,10.1414063 23.5632813,10.9078125 23.5632813,11.8179687 C23.5632813,12.728125 23.228125,13.4945312 22.6054688,14.1171875 C21.9828125,14.7398438 21.2164063,15.075 20.30625,15.075 C19.3960937,15.075 18.678125,14.7398438 18.0554687,14.1171875 C17.4328125,13.4945312 17.0976562,12.728125 17.0976562,11.8179687 C17.0976562,10.9078125 17.4328125,10.1414063 18.0554687,9.51875 Z M20.30625,7.65078125 C20.30625,7.65078125 20.30625,7.65078125 20.30625,7.65078125 C19.1570312,7.65078125 18.1507812,8.03359375 17.3367187,8.8484375 C16.5226563,9.66328125 16.0914062,10.6679688 16.0914062,11.8179687 C16.0914062,11.8179687 16.0914062,11.8179687 16.0914062,11.8179687 C16.0914062,13.015625 16.5226562,13.9734375 17.3367187,14.7875 C18.1507813,15.6015625 19.15625,16.0328125 20.30625,16.0328125 C20.30625,16.0328125 20.30625,16.0328125 20.30625,16.0328125 C21.5039063,16.0328125 22.509375,15.6015625 23.3234375,14.7875 C24.1375,13.9734375 24.5210938,13.015625 24.5210938,11.8179687 C24.5210938,11.8179687 24.5210938,11.8179687 24.5210938,11.8179687 C24.5210938,10.66875 24.1382813,9.6625 23.3234375,8.8484375 C22.5085938,8.034375 21.5039063,7.65078125 20.30625,7.65078125 L20.30625,7.65078125 Z M2.203125,15.0265625 C2.96953125,14.2601562 3.92734375,13.8773437 5.02890625,13.8773437 C6.13046875,13.8773437 7.08828125,14.2601562 7.90234375,15.0265625 C8.66875,15.840625 9.0515625,16.7984375 9.0515625,17.9 C9.0515625,17.9 9.0515625,17.9 9.0515625,17.9 C9.0515625,19.0015625 8.66875,19.9117187 7.90234375,20.7257812 C7.08828125,21.5398437 6.13046875,21.9234375 5.02890625,21.9234375 C3.92734375,21.9234375 2.96953125,21.540625 2.15546875,20.7257812 C1.34140625,19.959375 0.9578125,19.0015625 0.9578125,17.9 C0.9578125,17.9 0.9578125,17.9 0.9578125,17.9 C1.00546875,16.7984375 1.3890625,15.840625 2.203125,15.0265625 Z M8.57265625,14.3554688 C7.5671875,13.35 6.4171875,12.8710938 5.02890625,12.8710938 C3.640625,12.8710938 2.490625,13.35 1.48515625,14.3078125 C0.4796875,15.3132812 0.00078125,16.5109375 0.00078125,17.9 C0.00078125,17.9 0.00078125,17.9 0.00078125,17.9 C0.00078125,19.2890625 0.4796875,20.4382813 1.48515625,21.3960937 C2.490625,22.4015625 3.640625,22.8804687 5.02890625,22.8804687 C6.4171875,22.8804687 7.5671875,22.4015625 8.57265625,21.3960937 C9.53046875,20.4382813 10.009375,19.2890625 10.009375,17.9 C10.009375,16.5109375 9.53046875,15.3617187 8.57265625,14.35625 L8.57265625,14.3554688 Z M3.40078125,2.95703125 C3.40078125,2.95703125 3.40078125,2.95703125 3.40078125,2.95703125 C4.07109375,3.0046875 4.64609375,3.24453125 5.125,3.67578125 C5.55625,4.1546875 5.7953125,4.7296875 5.7953125,5.4 C5.7953125,6.0703125 5.55625,6.6453125 5.125,7.0765625 C4.64609375,7.55546875 4.07109375,7.7953125 3.40078125,7.7953125 C2.73046875,7.7953125 2.15546875,7.55625 1.72421875,7.0765625 C1.2453125,6.6453125 1.00546875,6.07109375 0.9578125,5.4 C0.9578125,5.4 0.9578125,5.4 0.9578125,5.4 C1.00546875,4.7296875 1.2453125,4.1546875 1.72421875,3.67578125 C2.15546875,3.24453125 2.7296875,3.00546875 3.40078125,2.95703125 Z M5.7953125,3.00546875 C5.125,2.33515625 4.3109375,2 3.40078125,2 C2.490625,2 1.6765625,2.33515625 1.05390625,3.00546875 C0.38359375,3.67578125 0.0484375,4.48984375 0,5.4 C0,5.4 0,5.4 0,5.4 C0.04765625,6.31015625 0.3828125,7.12421875 1.05390625,7.746875 C1.6765625,8.4171875 2.490625,8.75234375 3.40078125,8.80078125 C3.40078125,8.80078125 3.40078125,8.80078125 3.40078125,8.80078125 C4.3109375,8.753125 5.125,8.41796875 5.7953125,7.746875 C6.41796875,7.12421875 6.753125,6.31015625 6.80078125,5.4 C6.80078125,5.4 6.80078125,5.4 6.80078125,5.4 C6.753125,4.48984375 6.41796875,3.67578125 5.7953125,3.00546875 L5.7953125,3.00546875 Z' }, void 0),
5
- _jsx("path", { d: 'M9.24296875 17.0859375C9.24296875 17.0859375 8.86015625 16.1757812 8.86015625 16.1757812 8.86015625 16.1757812 17.1453125 12.6320312 17.1453125 12.6320312 17.1453125 12.6320312 17.528125 13.5421875 17.528125 13.5421875 17.528125 13.5421875 9.24296875 17.0859375 9.24296875 17.0859375zM17.0015625 11.3382812C17.0015625 11.3382812 5.69921875 6.453125 5.69921875 6.453125 5.69921875 6.453125 6.08203125 5.54296875 6.08203125 5.54296875 6.08203125 5.54296875 17.384375 10.428125 17.384375 10.428125 17.384375 10.428125 17.0015625 11.3382812 17.0015625 11.3382812L17.0015625 11.3382812z' }, void 0)] }, void 0));
4
+ export const Component = () => (_jsxs(_Fragment, { children: [_jsx("path", { d: 'M18.0554687,9.51875 C18.678125,8.89609375 19.3960938,8.60859375 20.30625,8.60859375 C21.2164063,8.60859375 21.9828125,8.89609375 22.6054688,9.51875 C23.228125,10.1414063 23.5632813,10.9078125 23.5632813,11.8179687 C23.5632813,12.728125 23.228125,13.4945312 22.6054688,14.1171875 C21.9828125,14.7398438 21.2164063,15.075 20.30625,15.075 C19.3960937,15.075 18.678125,14.7398438 18.0554687,14.1171875 C17.4328125,13.4945312 17.0976562,12.728125 17.0976562,11.8179687 C17.0976562,10.9078125 17.4328125,10.1414063 18.0554687,9.51875 Z M20.30625,7.65078125 C20.30625,7.65078125 20.30625,7.65078125 20.30625,7.65078125 C19.1570312,7.65078125 18.1507812,8.03359375 17.3367187,8.8484375 C16.5226563,9.66328125 16.0914062,10.6679688 16.0914062,11.8179687 C16.0914062,11.8179687 16.0914062,11.8179687 16.0914062,11.8179687 C16.0914062,13.015625 16.5226562,13.9734375 17.3367187,14.7875 C18.1507813,15.6015625 19.15625,16.0328125 20.30625,16.0328125 C20.30625,16.0328125 20.30625,16.0328125 20.30625,16.0328125 C21.5039063,16.0328125 22.509375,15.6015625 23.3234375,14.7875 C24.1375,13.9734375 24.5210938,13.015625 24.5210938,11.8179687 C24.5210938,11.8179687 24.5210938,11.8179687 24.5210938,11.8179687 C24.5210938,10.66875 24.1382813,9.6625 23.3234375,8.8484375 C22.5085938,8.034375 21.5039063,7.65078125 20.30625,7.65078125 L20.30625,7.65078125 Z M2.203125,15.0265625 C2.96953125,14.2601562 3.92734375,13.8773437 5.02890625,13.8773437 C6.13046875,13.8773437 7.08828125,14.2601562 7.90234375,15.0265625 C8.66875,15.840625 9.0515625,16.7984375 9.0515625,17.9 C9.0515625,17.9 9.0515625,17.9 9.0515625,17.9 C9.0515625,19.0015625 8.66875,19.9117187 7.90234375,20.7257812 C7.08828125,21.5398437 6.13046875,21.9234375 5.02890625,21.9234375 C3.92734375,21.9234375 2.96953125,21.540625 2.15546875,20.7257812 C1.34140625,19.959375 0.9578125,19.0015625 0.9578125,17.9 C0.9578125,17.9 0.9578125,17.9 0.9578125,17.9 C1.00546875,16.7984375 1.3890625,15.840625 2.203125,15.0265625 Z M8.57265625,14.3554688 C7.5671875,13.35 6.4171875,12.8710938 5.02890625,12.8710938 C3.640625,12.8710938 2.490625,13.35 1.48515625,14.3078125 C0.4796875,15.3132812 0.00078125,16.5109375 0.00078125,17.9 C0.00078125,17.9 0.00078125,17.9 0.00078125,17.9 C0.00078125,19.2890625 0.4796875,20.4382813 1.48515625,21.3960937 C2.490625,22.4015625 3.640625,22.8804687 5.02890625,22.8804687 C6.4171875,22.8804687 7.5671875,22.4015625 8.57265625,21.3960937 C9.53046875,20.4382813 10.009375,19.2890625 10.009375,17.9 C10.009375,16.5109375 9.53046875,15.3617187 8.57265625,14.35625 L8.57265625,14.3554688 Z M3.40078125,2.95703125 C3.40078125,2.95703125 3.40078125,2.95703125 3.40078125,2.95703125 C4.07109375,3.0046875 4.64609375,3.24453125 5.125,3.67578125 C5.55625,4.1546875 5.7953125,4.7296875 5.7953125,5.4 C5.7953125,6.0703125 5.55625,6.6453125 5.125,7.0765625 C4.64609375,7.55546875 4.07109375,7.7953125 3.40078125,7.7953125 C2.73046875,7.7953125 2.15546875,7.55625 1.72421875,7.0765625 C1.2453125,6.6453125 1.00546875,6.07109375 0.9578125,5.4 C0.9578125,5.4 0.9578125,5.4 0.9578125,5.4 C1.00546875,4.7296875 1.2453125,4.1546875 1.72421875,3.67578125 C2.15546875,3.24453125 2.7296875,3.00546875 3.40078125,2.95703125 Z M5.7953125,3.00546875 C5.125,2.33515625 4.3109375,2 3.40078125,2 C2.490625,2 1.6765625,2.33515625 1.05390625,3.00546875 C0.38359375,3.67578125 0.0484375,4.48984375 0,5.4 C0,5.4 0,5.4 0,5.4 C0.04765625,6.31015625 0.3828125,7.12421875 1.05390625,7.746875 C1.6765625,8.4171875 2.490625,8.75234375 3.40078125,8.80078125 C3.40078125,8.80078125 3.40078125,8.80078125 3.40078125,8.80078125 C4.3109375,8.753125 5.125,8.41796875 5.7953125,7.746875 C6.41796875,7.12421875 6.753125,6.31015625 6.80078125,5.4 C6.80078125,5.4 6.80078125,5.4 6.80078125,5.4 C6.753125,4.48984375 6.41796875,3.67578125 5.7953125,3.00546875 L5.7953125,3.00546875 Z' }, void 0), _jsx("path", { d: 'M9.24296875 17.0859375C9.24296875 17.0859375 8.86015625 16.1757812 8.86015625 16.1757812 8.86015625 16.1757812 17.1453125 12.6320312 17.1453125 12.6320312 17.1453125 12.6320312 17.528125 13.5421875 17.528125 13.5421875 17.528125 13.5421875 9.24296875 17.0859375 9.24296875 17.0859375zM17.0015625 11.3382812C17.0015625 11.3382812 5.69921875 6.453125 5.69921875 6.453125 5.69921875 6.453125 6.08203125 5.54296875 6.08203125 5.54296875 6.08203125 5.54296875 17.384375 10.428125 17.384375 10.428125 17.384375 10.428125 17.0015625 11.3382812 17.0015625 11.3382812L17.0015625 11.3382812z' }, void 0)] }, void 0));
6
5
  export const viewBox = '0 0 25 25';
7
6
  //# sourceMappingURL=tracer.icon.js.map