@orfium/ictinus 4.75.0 → 4.76.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (365) hide show
  1. package/dist/components/Avatar/Avatar.d.ts +1 -1
  2. package/dist/components/Avatar/Avatar.js +9 -22
  3. package/dist/components/Avatar/Avatar.style.js +3 -18
  4. package/dist/components/Avatar/AvatarStack/AvatarStack.d.ts +1 -1
  5. package/dist/components/Avatar/AvatarStack/AvatarStack.js +8 -24
  6. package/dist/components/Avatar/AvatarStack/AvatarStack.style.js +1 -12
  7. package/dist/components/Avatar/AvatarStack/index.js +0 -3
  8. package/dist/components/Avatar/AvatarStack/utils.js +1 -3
  9. package/dist/components/Avatar/index.js +0 -3
  10. package/dist/components/Avatar/utils.js +0 -5
  11. package/dist/components/Breadcrumb/Breadcrumb.d.ts +2 -2
  12. package/dist/components/Breadcrumb/Breadcrumb.js +5 -17
  13. package/dist/components/Breadcrumb/Breadcrumb.style.js +1 -9
  14. package/dist/components/Breadcrumb/BreadcrumbItem/BreadcrumbItem.js +2 -9
  15. package/dist/components/Breadcrumb/BreadcrumbItem/BreadcrumbItem.style.js +0 -5
  16. package/dist/components/Breadcrumb/Separator/Separator.js +1 -10
  17. package/dist/components/Breadcrumb/Separator/Separator.style.js +0 -4
  18. package/dist/components/Breadcrumb/index.js +0 -3
  19. package/dist/components/Button/Button.js +22 -37
  20. package/dist/components/Button/Button.style.js +3 -9
  21. package/dist/components/Button/ButtonLoader/ButtonLoader.js +5 -16
  22. package/dist/components/Button/ButtonLoader/ButtonLoader.style.js +0 -6
  23. package/dist/components/Button/ButtonLoader/index.js +0 -3
  24. package/dist/components/Button/index.js +0 -3
  25. package/dist/components/Button/utils.js +1 -15
  26. package/dist/components/ButtonBase/ButtonBase.d.ts +4 -4
  27. package/dist/components/ButtonBase/ButtonBase.js +31 -41
  28. package/dist/components/ButtonBase/ButtonBase.style.js +10 -28
  29. package/dist/components/ButtonBase/config.js +1 -1
  30. package/dist/components/ButtonBase/index.js +0 -3
  31. package/dist/components/ButtonBase/utils.js +6 -20
  32. package/dist/components/Card/Card.d.ts +2 -2
  33. package/dist/components/Card/Card.js +4 -10
  34. package/dist/components/Card/Card.style.js +3 -10
  35. package/dist/components/Card/index.js +0 -3
  36. package/dist/components/Chart/BarChart/BarChart.js +10 -29
  37. package/dist/components/Chart/BarChart/components/CustomLabel/CustomLabel.js +6 -13
  38. package/dist/components/Chart/BarChart/components/CustomLabel/index.js +0 -3
  39. package/dist/components/Chart/BarChart/components/CustomTooltip/CustomTooltip.js +5 -15
  40. package/dist/components/Chart/BarChart/components/CustomTooltip/CustomTooltip.style.js +1 -12
  41. package/dist/components/Chart/BarChart/components/CustomTooltip/index.js +0 -3
  42. package/dist/components/Chart/BarChart/components/CustomTooltipContent/CustomTooltipContent.js +4 -11
  43. package/dist/components/Chart/BarChart/components/CustomTooltipContent/CustomTooltipContent.style.js +1 -10
  44. package/dist/components/Chart/BarChart/components/CustomTooltipContent/index.js +0 -3
  45. package/dist/components/Chart/BarChart/index.js +0 -3
  46. package/dist/components/Chart/BarChart/utils.js +4 -24
  47. package/dist/components/Chart/DonutChart/DonutChart.js +2 -13
  48. package/dist/components/Chart/DonutChart/components/CustomLabel/CustomLabel.js +4 -11
  49. package/dist/components/Chart/DonutChart/components/CustomLabel/CustomLabel.style.js +0 -8
  50. package/dist/components/Chart/DonutChart/components/CustomLabel/index.js +0 -3
  51. package/dist/components/Chart/DonutChart/index.js +0 -3
  52. package/dist/components/Chart/LineChart/LineChart.js +7 -22
  53. package/dist/components/Chart/LineChart/components/CustomTooltip/CustomTooltip.js +2 -8
  54. package/dist/components/Chart/LineChart/components/CustomTooltip/CustomTooltip.style.js +1 -10
  55. package/dist/components/Chart/LineChart/components/CustomTooltip/index.js +0 -3
  56. package/dist/components/Chart/LineChart/components/GradientLine/GradientLine.js +1 -7
  57. package/dist/components/Chart/LineChart/components/GradientLine/index.js +0 -3
  58. package/dist/components/Chart/LineChart/index.js +0 -3
  59. package/dist/components/Chart/LineChart/story.utils.js +0 -5
  60. package/dist/components/Chart/LineChart/utils.js +3 -9
  61. package/dist/components/Chart/Wrapper.js +2 -14
  62. package/dist/components/CheckBox/CheckBox.js +17 -39
  63. package/dist/components/CheckBox/CheckBox.style.js +4 -26
  64. package/dist/components/CheckBox/index.js +0 -3
  65. package/dist/components/Chip/Chip.js +13 -33
  66. package/dist/components/Chip/Chip.style.js +5 -15
  67. package/dist/components/Chip/Chip.types.js +1 -1
  68. package/dist/components/Chip/components/Badge/Badge.js +3 -10
  69. package/dist/components/Chip/components/Badge/Badge.style.js +2 -7
  70. package/dist/components/Chip/components/Badge/index.js +0 -3
  71. package/dist/components/Chip/index.js +0 -3
  72. package/dist/components/Chip/utils.js +5 -8
  73. package/dist/components/DatePicker/DatePickInput/DatePickInput.js +16 -37
  74. package/dist/components/DatePicker/DatePickInput/DatePickInput.style.js +0 -5
  75. package/dist/components/DatePicker/DatePickInput/index.js +0 -3
  76. package/dist/components/DatePicker/DatePicker.js +31 -63
  77. package/dist/components/DatePicker/DatePicker.style.js +0 -4
  78. package/dist/components/DatePicker/Day/Day.js +15 -32
  79. package/dist/components/DatePicker/Day/Day.style.js +11 -23
  80. package/dist/components/DatePicker/Day/index.js +0 -3
  81. package/dist/components/DatePicker/Month/Month.js +6 -26
  82. package/dist/components/DatePicker/Month/Month.style.js +1 -12
  83. package/dist/components/DatePicker/Month/Month.utils.js +1 -25
  84. package/dist/components/DatePicker/Month/index.js +0 -3
  85. package/dist/components/DatePicker/OverlayComponent/OverlayComponent.js +17 -33
  86. package/dist/components/DatePicker/OverlayComponent/OverlayComponent.style.js +1 -21
  87. package/dist/components/DatePicker/OverlayComponent/components/MonthWrapper/MonthWrapper.js +13 -32
  88. package/dist/components/DatePicker/OverlayComponent/components/MonthWrapper/MonthWrapper.style.js +2 -20
  89. package/dist/components/DatePicker/OverlayComponent/index.js +0 -3
  90. package/dist/components/DatePicker/index.js +0 -4
  91. package/dist/components/DatePicker/utils.js +0 -7
  92. package/dist/components/Drawer/Drawer.js +0 -9
  93. package/dist/components/Drawer/Drawer.style.js +0 -6
  94. package/dist/components/Drawer/Navigation/MenuItem/MenuItem.js +10 -26
  95. package/dist/components/Drawer/Navigation/Navigation.js +5 -20
  96. package/dist/components/Drawer/Navigation/Navigation.style.js +1 -34
  97. package/dist/components/Drawer/index.js +0 -3
  98. package/dist/components/ExpandCollapse/ExpandCollapse.js +15 -31
  99. package/dist/components/ExpandCollapse/ExpandCollapse.style.js +0 -5
  100. package/dist/components/ExpandCollapse/index.js +0 -3
  101. package/dist/components/ExpandCollapse/useManageContentRef.js +0 -13
  102. package/dist/components/ExpandCollapse/utils.js +2 -4
  103. package/dist/components/Filter/Filter.js +54 -90
  104. package/dist/components/Filter/Filter.style.js +15 -46
  105. package/dist/components/Filter/components/FilterBase/FilterBase.js +18 -36
  106. package/dist/components/Filter/components/FilterBase/index.js +0 -3
  107. package/dist/components/Filter/components/MultiFilter/MultiFilter.js +9 -23
  108. package/dist/components/Filter/components/MultiFilter/MultiFilter.style.js +1 -11
  109. package/dist/components/Filter/components/MultiFilter/index.js +0 -3
  110. package/dist/components/Filter/components/Options/Options.js +7 -16
  111. package/dist/components/Filter/components/Options/Options.style.js +0 -6
  112. package/dist/components/Filter/components/SingleFilter/SingleFilter.js +10 -19
  113. package/dist/components/Filter/components/SingleFilter/components/SearchInput/SearchInput.js +3 -16
  114. package/dist/components/Filter/components/SingleFilter/components/SearchInput/SearchInput.style.js +1 -9
  115. package/dist/components/Filter/components/SingleFilter/components/SearchInput/index.js +0 -3
  116. package/dist/components/Filter/components/SingleFilter/index.js +0 -3
  117. package/dist/components/Filter/hooks/useMultiFilterUtils.js +14 -32
  118. package/dist/components/Filter/index.js +0 -3
  119. package/dist/components/Filter/utils.d.ts +1 -1
  120. package/dist/components/Filter/utils.js +17 -39
  121. package/dist/components/Icon/Icon.js +8 -16
  122. package/dist/components/Icon/Icon.style.js +3 -9
  123. package/dist/components/Icon/assets/iconSelector.js +0 -347
  124. package/dist/components/Icon/index.js +0 -4
  125. package/dist/components/IconButton/IconButton.js +10 -24
  126. package/dist/components/IconButton/IconButton.style.js +0 -3
  127. package/dist/components/IconButton/index.js +0 -3
  128. package/dist/components/Label/Label.js +9 -17
  129. package/dist/components/Label/Label.style.js +1 -8
  130. package/dist/components/Label/index.js +0 -3
  131. package/dist/components/List/List.js +11 -24
  132. package/dist/components/List/List.style.js +4 -16
  133. package/dist/components/List/ListItem/ListItem.js +14 -23
  134. package/dist/components/List/ListItem/ListItem.style.js +5 -14
  135. package/dist/components/List/ListItem/index.js +0 -3
  136. package/dist/components/List/ListItemGroup/ListGroupTitle/ListGroupTitle.js +4 -11
  137. package/dist/components/List/ListItemGroup/ListGroupTitle/ListGroupTitle.style.js +2 -11
  138. package/dist/components/List/ListItemGroup/ListGroupTitle/index.js +0 -3
  139. package/dist/components/List/ListItemGroup/ListItemGroup.js +6 -17
  140. package/dist/components/List/ListItemGroup/index.js +0 -3
  141. package/dist/components/List/NormalList/NormalList.js +9 -20
  142. package/dist/components/List/NormalList/index.js +0 -3
  143. package/dist/components/List/VirtualizedList/VirtualizedList.js +12 -34
  144. package/dist/components/List/VirtualizedList/index.js +0 -3
  145. package/dist/components/List/index.js +0 -3
  146. package/dist/components/List/utils.d.ts +1 -1
  147. package/dist/components/List/utils.js +5 -24
  148. package/dist/components/Loader/Loader.js +3 -10
  149. package/dist/components/Loader/Loader.style.js +0 -5
  150. package/dist/components/Loader/Loader.utils.d.ts +2 -2
  151. package/dist/components/Loader/Loader.utils.js +1 -12
  152. package/dist/components/Loader/components/DotsLoader/DotsLoader.js +1 -8
  153. package/dist/components/Loader/components/DotsLoader/DotsLoader.style.js +1 -14
  154. package/dist/components/Loader/components/DotsLoader/index.js +0 -3
  155. package/dist/components/Loader/components/IndeterminateLoader/IndeterminateLoader.js +1 -8
  156. package/dist/components/Loader/components/IndeterminateLoader/IndeterminateLoader.style.js +1 -19
  157. package/dist/components/Loader/components/IndeterminateLoader/index.js +0 -3
  158. package/dist/components/Loader/components/Spinner/Spinner.js +1 -8
  159. package/dist/components/Loader/components/Spinner/Spinner.style.js +0 -7
  160. package/dist/components/Loader/components/Spinner/index.js +0 -3
  161. package/dist/components/Loader/index.js +0 -3
  162. package/dist/components/Menu/Menu.js +24 -46
  163. package/dist/components/Menu/Menu.style.js +4 -11
  164. package/dist/components/Menu/index.js +0 -3
  165. package/dist/components/Modal/Modal.d.ts +2 -3
  166. package/dist/components/Modal/Modal.js +11 -26
  167. package/dist/components/Modal/Modal.style.js +1 -14
  168. package/dist/components/Modal/ModalContent/ModalContent.js +7 -17
  169. package/dist/components/Modal/ModalContent/ModalContent.style.js +1 -18
  170. package/dist/components/Modal/ModalContent/index.js +0 -3
  171. package/dist/components/Modal/index.js +0 -3
  172. package/dist/components/MultiTextFieldBase/MultiTextFieldBase.js +42 -67
  173. package/dist/components/MultiTextFieldBase/MultiTextFieldBase.style.js +7 -34
  174. package/dist/components/MultiTextFieldBase/hooks.js +9 -30
  175. package/dist/components/MultiTextFieldBase/index.js +0 -3
  176. package/dist/components/Notification/Banner/Banner.js +12 -20
  177. package/dist/components/Notification/Banner/index.js +0 -3
  178. package/dist/components/Notification/InlineNotification/InlineNotification.js +11 -19
  179. package/dist/components/Notification/InlineNotification/index.js +0 -3
  180. package/dist/components/Notification/Notification.style.js +3 -22
  181. package/dist/components/Notification/NotificationVisual/NotificationVisual.js +8 -19
  182. package/dist/components/Notification/NotificationVisual/NotificationVisual.style.js +1 -9
  183. package/dist/components/Notification/NotificationVisual/index.js +0 -3
  184. package/dist/components/Notification/NotificationsContainer/NotificationsContainer.js +3 -12
  185. package/dist/components/Notification/NotificationsContainer/NotificationsContainer.style.js +0 -8
  186. package/dist/components/Notification/NotificationsContainer/index.js +0 -3
  187. package/dist/components/Notification/Snackbar/Snackbar.js +13 -29
  188. package/dist/components/Notification/Snackbar/Snackbar.style.js +1 -18
  189. package/dist/components/Notification/Snackbar/index.js +0 -3
  190. package/dist/components/Notification/subcomponents/CompactNotification/CompactNotification.js +14 -32
  191. package/dist/components/Notification/subcomponents/CompactNotification/CompactNotification.style.js +1 -23
  192. package/dist/components/Notification/subcomponents/CompactNotification/index.js +0 -3
  193. package/dist/components/Notification/subcomponents/NotificationActionsArea/NotificationActionsArea.js +5 -13
  194. package/dist/components/Notification/subcomponents/NotificationActionsArea/index.js +0 -3
  195. package/dist/components/Overlay/Overlay.d.ts +1 -1
  196. package/dist/components/Overlay/Overlay.js +7 -18
  197. package/dist/components/Overlay/Overlay.style.js +3 -33
  198. package/dist/components/Overlay/index.js +0 -3
  199. package/dist/components/Pagination/Pagination.js +19 -29
  200. package/dist/components/Pagination/index.js +0 -3
  201. package/dist/components/Radio/Radio.js +19 -38
  202. package/dist/components/Radio/Radio.style.js +3 -27
  203. package/dist/components/Radio/index.js +0 -3
  204. package/dist/components/RadioGroup/RadioGroup.js +7 -22
  205. package/dist/components/RadioGroup/RadioGroupContext.js +0 -4
  206. package/dist/components/RadioGroup/index.js +0 -3
  207. package/dist/components/RadioGroup/useRadioGroup.js +0 -6
  208. package/dist/components/SearchField/SearchField.js +12 -31
  209. package/dist/components/SearchField/SearchFieldShowcase.js +4 -15
  210. package/dist/components/SearchField/index.js +0 -3
  211. package/dist/components/Select/Select.js +63 -124
  212. package/dist/components/Select/Select.style.js +1 -10
  213. package/dist/components/Select/components/SelectMenu/SelectMenu.js +7 -23
  214. package/dist/components/Select/components/SelectMenu/SelectMenu.style.js +5 -15
  215. package/dist/components/Select/components/SelectMenu/index.js +0 -3
  216. package/dist/components/Select/hooks/useMultiselectUtils.js +18 -39
  217. package/dist/components/Select/index.js +0 -3
  218. package/dist/components/Slider/Slider.js +12 -42
  219. package/dist/components/Slider/Slider.style.js +4 -9
  220. package/dist/components/Slider/components/SliderMark/SliderMark.js +7 -19
  221. package/dist/components/Slider/components/SliderMark/SliderMark.style.js +3 -7
  222. package/dist/components/Slider/components/SliderMark/index.js +0 -3
  223. package/dist/components/Slider/components/SliderThumb/SliderThumb.js +5 -13
  224. package/dist/components/Slider/components/SliderThumb/SliderThumb.style.js +4 -10
  225. package/dist/components/Slider/components/SliderThumb/index.js +0 -3
  226. package/dist/components/Slider/components/SliderTrack/SliderTrack.d.ts +2 -3
  227. package/dist/components/Slider/components/SliderTrack/SliderTrack.js +8 -20
  228. package/dist/components/Slider/components/SliderTrack/SliderTrack.style.js +1 -5
  229. package/dist/components/Slider/components/SliderTrack/index.js +0 -3
  230. package/dist/components/Slider/index.js +0 -3
  231. package/dist/components/Switch/Switch.js +8 -20
  232. package/dist/components/Switch/Switch.style.js +9 -14
  233. package/dist/components/Switch/index.js +0 -3
  234. package/dist/components/Table/Table.d.ts +4 -4
  235. package/dist/components/Table/Table.js +40 -76
  236. package/dist/components/Table/Table.style.js +1 -14
  237. package/dist/components/Table/TableRowContext.js +0 -4
  238. package/dist/components/Table/components/ExtendedColumnItem/ExtendedColumnItem.js +10 -27
  239. package/dist/components/Table/components/ExtendedColumnItem/ExtendedColumnItem.style.js +0 -9
  240. package/dist/components/Table/components/ExtendedColumnItem/index.js +0 -3
  241. package/dist/components/Table/components/RenderRowOrNestedRow/RenderRowOrNestedRow.js +30 -59
  242. package/dist/components/Table/components/RenderRowOrNestedRow/RenderRowOrNestedRow.style.js +4 -13
  243. package/dist/components/Table/components/RenderRowOrNestedRow/components/ContentCell/ContentCell.js +12 -22
  244. package/dist/components/Table/components/RenderRowOrNestedRow/components/ContentCell/ContentCell.style.js +0 -4
  245. package/dist/components/Table/components/RenderRowOrNestedRow/components/ContentCell/index.js +0 -3
  246. package/dist/components/Table/components/RenderRowOrNestedRow/components/ExpandedButtonCell/ExpandedButtonCell.js +6 -16
  247. package/dist/components/Table/components/RenderRowOrNestedRow/components/ExpandedButtonCell/index.js +0 -3
  248. package/dist/components/Table/components/RenderRowOrNestedRow/index.js +0 -3
  249. package/dist/components/Table/components/TableCell/TableCell.d.ts +2 -2
  250. package/dist/components/Table/components/TableCell/TableCell.js +24 -36
  251. package/dist/components/Table/components/TableCell/TableCell.style.js +0 -8
  252. package/dist/components/Table/components/TableCell/index.js +0 -3
  253. package/dist/components/Table/components/TableCell/utils.js +0 -3
  254. package/dist/components/Table/components/TableRow/TableRow.d.ts +2 -2
  255. package/dist/components/Table/components/TableRow/TableRow.js +6 -18
  256. package/dist/components/Table/components/TableRow/index.js +0 -3
  257. package/dist/components/Table/components/TableRowWrapper/TableRowWrapper.js +14 -24
  258. package/dist/components/Table/components/TableRowWrapper/index.js +0 -3
  259. package/dist/components/Table/index.js +0 -3
  260. package/dist/components/Table/utils/index.js +0 -2
  261. package/dist/components/Table/utils/utils.js +1 -7
  262. package/dist/components/TextArea/TextArea.js +10 -27
  263. package/dist/components/TextArea/TextArea.style.js +0 -4
  264. package/dist/components/TextArea/index.js +0 -3
  265. package/dist/components/TextField/TextField.js +55 -85
  266. package/dist/components/TextField/TextField.style.js +1 -6
  267. package/dist/components/TextField/components/commons.d.ts +3 -2
  268. package/dist/components/TextField/components/commons.js +2 -8
  269. package/dist/components/TextField/hooks/useMultiTextFieldUtils.js +14 -31
  270. package/dist/components/TextField/index.js +0 -3
  271. package/dist/components/TextInputBase/TextInputBase.d.ts +6 -6
  272. package/dist/components/TextInputBase/TextInputBase.js +21 -31
  273. package/dist/components/TextInputBase/TextInputBase.style.js +21 -43
  274. package/dist/components/TextInputBase/config.js +1 -1
  275. package/dist/components/TextInputBase/index.js +0 -4
  276. package/dist/components/ThemeProvider/ThemeProvider.d.ts +2 -3
  277. package/dist/components/ThemeProvider/ThemeProvider.js +6 -24
  278. package/dist/components/ThemeProvider/ThemeProvider.style.js +1 -9
  279. package/dist/components/ThemeProvider/index.js +0 -3
  280. package/dist/components/Toast/Toast.d.ts +2 -3
  281. package/dist/components/Toast/Toast.js +16 -33
  282. package/dist/components/Toast/Toast.style.js +1 -28
  283. package/dist/components/Toast/index.js +0 -3
  284. package/dist/components/Tooltip/Tooltip.js +11 -18
  285. package/dist/components/Tooltip/Tooltip.style.js +1 -10
  286. package/dist/components/Tooltip/index.js +0 -3
  287. package/dist/components/TopAppBar/TopAppBar.js +14 -24
  288. package/dist/components/TopAppBar/TopAppBar.style.js +0 -13
  289. package/dist/components/TopAppBar/TopAppBar.types.d.ts +2 -2
  290. package/dist/components/TopAppBar/components/Logo/Logo.style.js +1 -8
  291. package/dist/components/TopAppBar/components/Logo/Logo.wrapper.d.ts +2 -2
  292. package/dist/components/TopAppBar/components/Logo/Logo.wrapper.js +0 -7
  293. package/dist/components/TopAppBar/components/Logo/index.js +0 -3
  294. package/dist/components/TopAppBar/components/Search/Search.js +9 -18
  295. package/dist/components/TopAppBar/components/Search/Search.style.js +1 -13
  296. package/dist/components/TopAppBar/components/Search/index.js +0 -3
  297. package/dist/components/TopAppBar/components/SidebarMenuIcon/SidebarMenuIcon.js +0 -7
  298. package/dist/components/TopAppBar/components/SidebarMenuIcon/SidebarMenuIcon.style.js +0 -4
  299. package/dist/components/TopAppBar/components/SidebarMenuIcon/index.js +0 -3
  300. package/dist/components/TopAppBar/components/UserMenu/UserMenu.js +5 -12
  301. package/dist/components/TopAppBar/components/UserMenu/UserMenu.style.js +0 -4
  302. package/dist/components/TopAppBar/components/UserMenu/index.js +0 -3
  303. package/dist/components/TopAppBar/components/index.js +0 -7
  304. package/dist/components/TopAppBar/index.js +0 -3
  305. package/dist/components/TruncatedContent/TruncatedContent.d.ts +2 -2
  306. package/dist/components/TruncatedContent/TruncatedContent.js +7 -20
  307. package/dist/components/TruncatedContent/TruncatedContent.style.js +1 -5
  308. package/dist/components/TruncatedContent/index.js +0 -3
  309. package/dist/components/storyUtils/Stack/Stack.d.ts +2 -2
  310. package/dist/components/utils/ClickAwayListener/ClickAwayListener.d.ts +2 -2
  311. package/dist/components/utils/ClickAwayListener/ClickAwayListener.js +6 -17
  312. package/dist/components/utils/ClickAwayListener/index.js +0 -3
  313. package/dist/components/utils/DropdownOptions/index.js +0 -5
  314. package/dist/components/utils/PositionInScreen/PositionInScreen.d.ts +3 -2
  315. package/dist/components/utils/PositionInScreen/PositionInScreen.js +13 -24
  316. package/dist/components/utils/PositionInScreen/PositionInScreen.style.js +1 -10
  317. package/dist/components/utils/PositionInScreen/hooks.js +39 -60
  318. package/dist/components/utils/PositionInScreen/index.js +0 -3
  319. package/dist/components/utils/PositionInScreen/utils.js +1 -6
  320. package/dist/components/utils/handleSearch.js +7 -13
  321. package/dist/hooks/index.js +0 -3
  322. package/dist/hooks/useBreakpoints.js +1 -7
  323. package/dist/hooks/useCheck.d.ts +1 -1
  324. package/dist/hooks/useCheck.js +4 -9
  325. package/dist/hooks/useCombinedRefs.js +0 -7
  326. package/dist/hooks/useEscape.js +0 -4
  327. package/dist/hooks/useLoading.js +2 -7
  328. package/dist/hooks/useLocationToGetCurrentMenuItem.js +4 -10
  329. package/dist/hooks/usePagination.js +6 -17
  330. package/dist/hooks/useSearchQueryParams.js +1 -6
  331. package/dist/hooks/useTheme.js +0 -3
  332. package/dist/hooks/useThemeSwitch.d.ts +2 -2
  333. package/dist/hooks/useThemeSwitch.js +4 -15
  334. package/dist/hooks/useToggle.js +2 -9
  335. package/dist/hooks/useTypeColorToColorMatch.d.ts +4 -4
  336. package/dist/hooks/useTypeColorToColorMatch.js +6 -21
  337. package/dist/index.js +1 -108
  338. package/dist/test/index.js +0 -2
  339. package/dist/test/setup.js +2 -5
  340. package/dist/test/utils.d.ts +2 -2
  341. package/dist/test/utils.js +15 -39
  342. package/dist/theme/functions.js +5 -15
  343. package/dist/theme/index.js +0 -12
  344. package/dist/theme/palette.config.js +2 -4
  345. package/dist/theme/palette.js +12 -24
  346. package/dist/theme/spacing.js +1 -3
  347. package/dist/theme/states/disabled.js +1 -4
  348. package/dist/theme/states/focus.js +3 -7
  349. package/dist/theme/states/hover.js +2 -10
  350. package/dist/theme/states/index.js +0 -8
  351. package/dist/theme/states/pressed.js +2 -10
  352. package/dist/theme/states/statesConfig.js +1 -1
  353. package/dist/theme/states/utils.js +4 -9
  354. package/dist/theme/typography.js +0 -2
  355. package/dist/theme/utils.js +2 -23
  356. package/dist/utils/common.js +6 -3
  357. package/dist/utils/errors.js +4 -21
  358. package/dist/utils/helpers.d.ts +2 -2
  359. package/dist/utils/helpers.js +10 -26
  360. package/dist/utils/initLocaleFormat.js +1 -10
  361. package/dist/utils/size-utils.js +2 -20
  362. package/dist/utils/storyshots.js +4 -8
  363. package/dist/utils/themeFunctions.js +3 -25
  364. package/dist/utils/types.d.ts +2 -0
  365. package/package.json +16 -15
@@ -2,13 +2,9 @@
2
2
 
3
3
  exports.__esModule = true;
4
4
  exports["default"] = void 0;
5
-
6
5
  var _react = _interopRequireDefault(require("react"));
7
-
8
6
  var _react2 = require("@emotion/react");
9
-
10
7
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
11
-
12
8
  var AccountIcon = function AccountIcon(props) {
13
9
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
14
10
  d: "M10 0c5.516 0 10 4.484 10 10s-4.484 10-10 10S0 15.516 0 10 4.484 0 10 0zm0 10.837c-1.456 0-2.698.305-3.724.915-.545.326-.962.73-1.253 1.22l-.107.187c-.233.439-.348.893-.344 1.362 0 .016.002.032.004.048l.008.165.012.09a.525.525 0 0 0 .114.234c.074.08.16.121.26.121h10.057l.081-.01a.365.365 0 0 0 .148-.077.516.516 0 0 0 .145-.252l.004-.058.017-.075.006-.08v-.106l-.006-.2a3.034 3.034 0 0 0-.44-1.359l-.135-.201a3.735 3.735 0 0 0-1.119-1.009c-1.031-.61-2.274-.915-3.728-.915zm.002-7.237c-.851 0-1.579.303-2.183.907a2.97 2.97 0 0 0-.911 2.185c0 .853.303 1.581.91 2.186a2.973 2.973 0 0 0 2.184.907c.852 0 1.58-.302 2.184-.907a2.978 2.978 0 0 0 .906-2.186c0-.852-.301-1.58-.906-2.185a2.975 2.975 0 0 0-2.184-.907z",
@@ -16,12 +12,10 @@ var AccountIcon = function AccountIcon(props) {
16
12
  fillRule: "evenodd"
17
13
  }));
18
14
  };
19
-
20
15
  AccountIcon.defaultProps = {
21
16
  viewBox: "0 0 20 20",
22
17
  xmlns: "http://www.w3.org/2000/svg"
23
18
  };
24
-
25
19
  var ActionsIcon = function ActionsIcon(props) {
26
20
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
27
21
  d: "M9.378 2.052c.52-.198.703.187 1.046.9.342.714.806 1.274 1.583 1.314.016 0 .02.006.035.009.14-.002.278.002.415.011.77 0 1.265-.533 1.643-1.222.383-.692.587-1.068 1.096-.84.505.228.163.071.982.439l.003.001.02.008.981.441c.507.228.364.63.103 1.376-.262.746-.331 1.471.19 2.047.007.01.007.015.014.023a6.996 6.996 0 0 1 .283.304c.542.553 1.272.526 2.03.305.761-.22 1.171-.34 1.37.18.196.519.063.166.384 1.005l.003.009a.151.151 0 0 0 .007.014c.318.84.186.49.383 1.005.196.52-.19.702-.901 1.047-.713.343-1.273.804-1.314 1.58-.002.016-.007.023-.01.038 0 .139-.004.275-.012.412-.001.772.532 1.264 1.222 1.643.692.384 1.067.587.84 1.096l-.439.982c-.001.003-.001.006-.004.01l-.005.014c-.37.819-.215.474-.441.979-.228.508-.63.363-1.376.103-.746-.262-1.47-.33-2.047.188-.01.009-.016.008-.023.015-.098.098-.2.19-.304.282-.554.545-.526 1.274-.305 2.033.219.76.34 1.17-.181 1.369-.518.195-.167.064-1.005.383a.062.062 0 0 1-.01.004l-.012.005c-.839.32-.49.186-1.006.385-.52.197-.702-.19-1.046-.902-.342-.711-.806-1.273-1.58-1.314-.016 0-.021-.006-.037-.009-.14.002-.28-.004-.419-.012-.767.002-1.259.534-1.637 1.221-.384.693-.586 1.067-1.095.841-.505-.227-.163-.071-.981-.438l-.008-.003-.015-.007c-.82-.368-.476-.216-.982-.44-.507-.228-.363-.63-.102-1.377.262-.744.33-1.47-.188-2.046-.006-.008-.006-.013-.013-.02-.102-.102-.196-.208-.29-.316-.547-.544-1.27-.514-2.027-.296-.76.22-1.17.34-1.37-.182-.197-.516-.063-.163-.381-1.003a.123.123 0 0 1-.01-.023c-.32-.838-.185-.488-.383-1.004-.2-.52.188-.703.9-1.046.713-.342 1.276-.805 1.315-1.582 0-.013.005-.018.006-.03 0-.143.004-.288.013-.431-.006-.763-.535-1.253-1.22-1.631-.693-.382-1.069-.586-.84-1.096.224-.504.071-.162.438-.98a.203.203 0 0 1 .01-.023c.366-.819.213-.475.44-.98.227-.51.63-.366 1.376-.103.745.26 1.47.33 2.047-.191.008-.005.01-.005.018-.012.102-.098.206-.193.313-.288.548-.546.52-1.272.299-2.028-.218-.76-.34-1.17.182-1.368.518-.196.167-.063 1-.386l1.029-.392zM10 8.008v8l6.057-4-6.057-4z",
@@ -29,24 +23,20 @@ var ActionsIcon = function ActionsIcon(props) {
29
23
  fillRule: "evenodd"
30
24
  }));
31
25
  };
32
-
33
26
  ActionsIcon.defaultProps = {
34
27
  viewBox: "0 0 24 24",
35
28
  xmlns: "http://www.w3.org/2000/svg"
36
29
  };
37
-
38
30
  var AddIcon = function AddIcon(props) {
39
31
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
40
32
  fillRule: "evenodd",
41
33
  d: "M10 20A9.99 9.99 0 0 1 0 10 9.99 9.99 0 0 1 10 0a9.99 9.99 0 0 1 10 10 9.99 9.99 0 0 1-10 10zm0-2c4.409 0 8-3.592 8-8 0-4.409-3.592-8-8-8-4.408 0-8 3.592-8 8 0 4.408 3.592 8 8 8zm1-9h2c.55 0 1 .45 1 1s-.45 1-1 1h-2v2c0 .55-.45 1-1 1s-1-.45-1-1v-2H7c-.55 0-1-.45-1-1s.45-1 1-1h2V7c0-.55.45-1 1-1s1 .45 1 1v2z"
42
34
  }));
43
35
  };
44
-
45
36
  AddIcon.defaultProps = {
46
37
  xmlns: "http://www.w3.org/2000/svg",
47
38
  viewBox: "0 0 20 20"
48
39
  };
49
-
50
40
  var AlertIcon = function AlertIcon(props) {
51
41
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
52
42
  d: "M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 13.157a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm1.5-9.776h-3l.5 8.5h2l.5-8.5z",
@@ -54,12 +44,10 @@ var AlertIcon = function AlertIcon(props) {
54
44
  fillRule: "evenodd"
55
45
  }));
56
46
  };
57
-
58
47
  AlertIcon.defaultProps = {
59
48
  viewBox: "0 0 24 24",
60
49
  xmlns: "http://www.w3.org/2000/svg"
61
50
  };
62
-
63
51
  var AnalyticsIcon = function AnalyticsIcon(props) {
64
52
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
65
53
  d: "M2.74 9.018v8.315H.668V9.018H2.74zm4.15-2.08v10.395H4.815V6.94H6.89zm4.147 5.198v5.197H8.963v-5.197h2.074zm4.15-2.079v7.276H13.11v-7.276h2.075zM19.332 5.9v11.434H17.26V5.9h2.074zM17.545 0l1.466 1.47-7.957 7.975-5.717-5.731-2.903 2.908-1.466-1.47L5.338.774l5.716 5.733L17.545 0z",
@@ -67,12 +55,10 @@ var AnalyticsIcon = function AnalyticsIcon(props) {
67
55
  fillRule: "evenodd"
68
56
  }));
69
57
  };
70
-
71
58
  AnalyticsIcon.defaultProps = {
72
59
  viewBox: "0 0 20 18",
73
60
  xmlns: "http://www.w3.org/2000/svg"
74
61
  };
75
-
76
62
  var AnalyticsVideosIcon = function AnalyticsVideosIcon(props) {
77
63
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
78
64
  fillRule: "evenodd",
@@ -81,49 +67,41 @@ var AnalyticsVideosIcon = function AnalyticsVideosIcon(props) {
81
67
  fill: "#000"
82
68
  }));
83
69
  };
84
-
85
70
  AnalyticsVideosIcon.defaultProps = {
86
71
  viewBox: "0 0 25 24",
87
72
  fill: "none",
88
73
  xmlns: "http://www.w3.org/2000/svg"
89
74
  };
90
-
91
75
  var AncientIcon = function AncientIcon(props) {
92
76
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
93
77
  fillRule: "evenodd",
94
78
  d: "M15 18.811h2v-8h-2v8zm-4 0h2v-8h-2v8zm-4 0h2v-8H7v8zm14-8v-3l-8.187-3.639a2 2 0 0 0-1.625 0L3 7.812v3h2v8H3v2h18v-2h-2v-8h2z"
95
79
  }));
96
80
  };
97
-
98
81
  AncientIcon.defaultProps = {
99
82
  xmlns: "http://www.w3.org/2000/svg",
100
83
  viewBox: "0 0 24 24"
101
84
  };
102
-
103
85
  var ArrowLeftIcon = function ArrowLeftIcon(props) {
104
86
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
105
87
  fillRule: "nonzero",
106
88
  d: "M7.722 11.5L15.5 3.722l1.414 1.414-6.364 6.365 6.364 6.363-1.414 1.414z"
107
89
  }));
108
90
  };
109
-
110
91
  ArrowLeftIcon.defaultProps = {
111
92
  viewBox: "0 0 24 24",
112
93
  xmlns: "http://www.w3.org/2000/svg"
113
94
  };
114
-
115
95
  var ArrowRightIcon = function ArrowRightIcon(props) {
116
96
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
117
97
  fillRule: "nonzero",
118
98
  d: "M17.278 11.5L9.5 3.722 8.086 5.136l6.364 6.365-6.364 6.363L9.5 19.278z"
119
99
  }));
120
100
  };
121
-
122
101
  ArrowRightIcon.defaultProps = {
123
102
  viewBox: "0 0 24 24",
124
103
  xmlns: "http://www.w3.org/2000/svg"
125
104
  };
126
-
127
105
  var ArtistIcon = function ArtistIcon(props) {
128
106
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
129
107
  d: "M9.812 8c.518 0 .938.42.938.937v5.813c0 .518-.42.938-.938.938h-.937v5.624c0 .346-.28.625-.625.625H4.5a.625.625 0 0 1-.625-.625v-5.624h-.938A.938.938 0 0 1 2 14.75V8.937C2 8.42 2.42 8 2.937 8zm11.434-.993a.655.655 0 0 1 .753.648v8.177h-.003l.004.066c0 1.265-1.088 2.291-2.43 2.291-1.341 0-2.429-1.026-2.429-2.291 0-1.266 1.088-2.292 2.43-2.292.372 0 .724.082 1.04.223v-3.54l-4.48.677v6.685h-.002l.003.065c0 1.266-1.087 2.292-2.429 2.292-1.342 0-2.43-1.026-2.43-2.292 0-1.265 1.088-2.291 2.43-2.291.373 0 .725.081 1.04.223V8.553c0-.324.237-.6.558-.648zM4.607 2.733A2.499 2.499 0 0 1 8.875 4.5a2.5 2.5 0 1 1-4.268-1.767z",
@@ -131,12 +109,10 @@ var ArtistIcon = function ArtistIcon(props) {
131
109
  fillRule: "evenodd"
132
110
  }));
133
111
  };
134
-
135
112
  ArtistIcon.defaultProps = {
136
113
  viewBox: "0 0 24 24",
137
114
  xmlns: "http://www.w3.org/2000/svg"
138
115
  };
139
-
140
116
  var AssetMatchingIcon = function AssetMatchingIcon(props) {
141
117
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
142
118
  d: "M21.193 6.667L12.7 15.16l-3.356-3.348-1.132 1.132 4.488 4.488L22.332 7.8l-1.139-1.133zm-4.537 0l-5.09 5.09L12.7 12.89l5.09-5.089-1.133-1.133zm-12.99 6.278l4.489 4.488 1.132-1.132-4.48-4.488-1.14 1.132z",
@@ -144,12 +120,10 @@ var AssetMatchingIcon = function AssetMatchingIcon(props) {
144
120
  fillRule: "evenodd"
145
121
  }));
146
122
  };
147
-
148
123
  AssetMatchingIcon.defaultProps = {
149
124
  viewBox: "0 0 25 24",
150
125
  xmlns: "http://www.w3.org/2000/svg"
151
126
  };
152
-
153
127
  var AssetIcon = function AssetIcon(props) {
154
128
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
155
129
  d: "M16.597 13.438v.056h-.002c-.025.87-.76 1.57-1.667 1.57-.922 0-1.67-.723-1.67-1.614 0-.891.748-1.613 1.67-1.613.22 0 .428.041.62.115.072.029.149-.032.149-.114V8.534c0-.1-.085-.176-.179-.161l-3.985.654a.161.161 0 0 0-.131.16V14.33H11.4c-.025.87-.76 1.57-1.667 1.57-.922 0-1.67-.723-1.67-1.614 0-.892.748-1.614 1.67-1.614.22 0 .428.041.62.116.072.028.149-.032.149-.114V7.971c0-.358.247-.662.583-.718l4.723-.774c.418-.069.795.272.795.718l-.006 6.241zm-.486 5.376H8.555a.505.505 0 0 1-.491-.517c0-.286.22-.518.491-.518h7.556c.272 0 .492.232.492.518 0 .285-.22.517-.492.517zm3.273-13.257L16.29 2.298A.943.943 0 0 0 15.606 2H6.531C5.686 2 5 2.722 5 3.612v16.775C5 21.278 5.686 22 6.53 22h11.606c.845 0 1.53-.722 1.53-1.613V6.277c0-.27-.101-.529-.282-.72z",
@@ -157,12 +131,10 @@ var AssetIcon = function AssetIcon(props) {
157
131
  fillRule: "evenodd"
158
132
  }));
159
133
  };
160
-
161
134
  AssetIcon.defaultProps = {
162
135
  viewBox: "0 0 24 24",
163
136
  xmlns: "http://www.w3.org/2000/svg"
164
137
  };
165
-
166
138
  var AutoIcon = function AutoIcon(props) {
167
139
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
168
140
  d: "M21.159 14.48l-2.052-1.543c.043-.291.085-.604.085-.916 0-.313-.021-.625-.085-.917l2.03-1.541a.468.468 0 0 0 .107-.605L19.321 5.73c-.107-.208-.364-.27-.599-.208l-2.372.937a6.493 6.493 0 0 0-1.625-.916l-.363-2.459a.457.457 0 0 0-.449-.416h-3.826c-.235 0-.449.166-.47.396L9.253 5.52c-.577.25-1.132.542-1.624.917L5.257 5.5a.498.498 0 0 0-.599.208l-1.924 3.23c-.106.208-.085.458.107.604l2.03 1.541a6.39 6.39 0 0 0-.063.917c0 .313.021.625.064.917l-2.03 1.541a.468.468 0 0 0-.108.604l1.924 3.23c.107.208.363.27.599.208l2.372-.938a6.493 6.493 0 0 0 1.624.917l.364 2.459c.043.229.235.395.47.395h3.826c.235 0 .449-.166.47-.395l.364-2.459c.577-.25 1.132-.541 1.603-.916l2.393.937c.214.083.47 0 .599-.208l1.924-3.23c.128-.187.064-.437-.107-.583zm-9.17.332c-1.581 0-2.885-1.25-2.885-2.812 0-1.563 1.282-2.813 2.885-2.813 1.603 0 2.886 1.25 2.886 2.813 0 1.563-1.304 2.813-2.886 2.813z",
@@ -170,25 +142,21 @@ var AutoIcon = function AutoIcon(props) {
170
142
  fillRule: "evenodd"
171
143
  }));
172
144
  };
173
-
174
145
  AutoIcon.defaultProps = {
175
146
  viewBox: "0 0 24 24",
176
147
  xmlns: "http://www.w3.org/2000/svg"
177
148
  };
178
-
179
149
  var Broadcast = function Broadcast(props) {
180
150
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
181
151
  d: "M12 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm6 2c0-3.3-2.7-6-6-6s-6 2.7-6 6c0 2.2 1.2 4.1 3 5.2l1-1.7c-1.2-.7-2-2-2-3.4 0-2.2 1.8-4 4-4s4 1.8 4 4c0 1.5-.8 2.8-2 3.4l1 1.7c1.8-1 3-3 3-5.2zM12 2C6.5 2 2 6.5 2 12c0 3.7 2 6.9 5 8.6l1-1.7c-2.4-1.4-4-4-4-6.9 0-4.4 3.6-8 8-8s8 3.6 8 8c0 3-1.6 5.5-4 6.9l1 1.7c3-1.7 5-4.9 5-8.6 0-5.5-4.5-10-10-10z",
182
152
  fill: "#0E0E17"
183
153
  }));
184
154
  };
185
-
186
155
  Broadcast.defaultProps = {
187
156
  viewBox: "0 0 24 24",
188
157
  fill: "none",
189
158
  xmlns: "http://www.w3.org/2000/svg"
190
159
  };
191
-
192
160
  var CalendarEmptyIcon = function CalendarEmptyIcon(props) {
193
161
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("g", {
194
162
  fillRule: "evenodd"
@@ -197,12 +165,10 @@ var CalendarEmptyIcon = function CalendarEmptyIcon(props) {
197
165
  fill: "#232323"
198
166
  })));
199
167
  };
200
-
201
168
  CalendarEmptyIcon.defaultProps = {
202
169
  viewBox: "0 0 24 24",
203
170
  xmlns: "http://www.w3.org/2000/svg"
204
171
  };
205
-
206
172
  var CalendarFilledIcon = function CalendarFilledIcon(props) {
207
173
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
208
174
  fillRule: "evenodd",
@@ -211,12 +177,10 @@ var CalendarFilledIcon = function CalendarFilledIcon(props) {
211
177
  fill: "#0E0E17"
212
178
  }));
213
179
  };
214
-
215
180
  CalendarFilledIcon.defaultProps = {
216
181
  viewBox: "0 0 24 24",
217
182
  xmlns: "http://www.w3.org/2000/svg"
218
183
  };
219
-
220
184
  var CatalogFilesIcon = function CatalogFilesIcon(props) {
221
185
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
222
186
  d: "M18.333 0H1.667C.75 0 0 .75 0 1.666V15a1.67 1.67 0 0 0 1.667 1.666h16.666c.916 0 1.667-.75 1.667-1.666V1.666C20 .75 19.25 0 18.333 0zm-12.5 14.166H2.5V12.5h3.333v1.666zm0-3.333H2.5V9.166h3.333v1.667zm0-3.333H2.5V5.833h3.333V7.5zm0-3.334H2.5V2.5h3.333v1.666zM11.667 7.5H8.333V5.833h3.334V7.5zm0-3.334H8.333V2.5h3.334v1.666zm5.833 6.667h-3.333V9.166H17.5v1.667zm0-3.333h-3.333V5.833H17.5V7.5zm0-3.334h-3.333V2.5H17.5v1.666z",
@@ -224,12 +188,10 @@ var CatalogFilesIcon = function CatalogFilesIcon(props) {
224
188
  fillRule: "evenodd"
225
189
  }));
226
190
  };
227
-
228
191
  CatalogFilesIcon.defaultProps = {
229
192
  viewBox: "0 0 20 17",
230
193
  xmlns: "http://www.w3.org/2000/svg"
231
194
  };
232
-
233
195
  var CatalogOverviewIcon = function CatalogOverviewIcon(props) {
234
196
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
235
197
  d: "M6.816 13.037h10.37v-2.074H6.815v2.074zm0 4.148h10.37v-2.074H6.815v2.074zm-.001-8.297h7.258V6.815H6.815v2.073zm13.906-.61l-5.009-5.01a2.073 2.073 0 0 0-1.461-.601H4.74A2.08 2.08 0 0 0 2.667 4.74V19.26a2.08 2.08 0 0 0 2.074 2.074H19.26a2.08 2.08 0 0 0 2.074-2.074v-9.51c0-.549-.217-1.078-.612-1.472z",
@@ -237,12 +199,10 @@ var CatalogOverviewIcon = function CatalogOverviewIcon(props) {
237
199
  fillRule: "evenodd"
238
200
  }));
239
201
  };
240
-
241
202
  CatalogOverviewIcon.defaultProps = {
242
203
  viewBox: "0 0 24 24",
243
204
  xmlns: "http://www.w3.org/2000/svg"
244
205
  };
245
-
246
206
  var CatalogIcon = function CatalogIcon(props) {
247
207
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
248
208
  d: "M6.167 8.5h11.666V6.167H6.167V8.5zm0 9.333h7V15.5h-7v2.333zm0-4.666h11.666v-2.334H6.167v2.334zM19 2.667H5A2.341 2.341 0 0 0 2.667 5v14A2.34 2.34 0 0 0 5 21.333h14A2.34 2.34 0 0 0 21.333 19V5A2.34 2.34 0 0 0 19 2.667z",
@@ -250,25 +210,21 @@ var CatalogIcon = function CatalogIcon(props) {
250
210
  fillRule: "evenodd"
251
211
  }));
252
212
  };
253
-
254
213
  CatalogIcon.defaultProps = {
255
214
  viewBox: "0 0 24 24",
256
215
  xmlns: "http://www.w3.org/2000/svg"
257
216
  };
258
-
259
217
  var ChannelIcon = function ChannelIcon(props) {
260
218
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
261
219
  d: "M16.667 6.667H3.334V5h13.333v1.667zm-1.667-5H5v1.666h10V1.667zM18.334 10v6.667c0 .916-.75 1.666-1.667 1.666H3.334c-.917 0-1.667-.75-1.667-1.666V10c0-.917.75-1.667 1.667-1.667h13.333c.917 0 1.667.75 1.667 1.667zm-5 3.333l-5-2.725v5.442l5-2.717z",
262
220
  fill: "#0E0E17"
263
221
  }));
264
222
  };
265
-
266
223
  ChannelIcon.defaultProps = {
267
224
  viewBox: "0 0 20 20",
268
225
  fill: "none",
269
226
  xmlns: "http://www.w3.org/2000/svg"
270
227
  };
271
-
272
228
  var ChatBubble = function ChatBubble(props) {
273
229
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
274
230
  fillRule: "evenodd",
@@ -277,39 +233,33 @@ var ChatBubble = function ChatBubble(props) {
277
233
  fill: "#232337"
278
234
  }));
279
235
  };
280
-
281
236
  ChatBubble.defaultProps = {
282
237
  viewBox: "0 0 16 16",
283
238
  fill: "none",
284
239
  xmlns: "http://www.w3.org/2000/svg"
285
240
  };
286
-
287
241
  var CheckIcon = function CheckIcon(props) {
288
242
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
289
243
  fillRule: "nonzero",
290
244
  d: "M1.354 3.646l-.708.708L5 8.707l7.87-7.87-.707-.707L5 7.293z"
291
245
  }));
292
246
  };
293
-
294
247
  CheckIcon.defaultProps = {
295
248
  width: "12",
296
249
  height: "12",
297
250
  viewBox: "0 0 12 6",
298
251
  xmlns: "http://www.w3.org/2000/svg"
299
252
  };
300
-
301
253
  var CheckedListIcon = function CheckedListIcon(props) {
302
254
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
303
255
  fillRule: "evenodd",
304
256
  d: "M16 11.667V13H8.488v-1.333H16zM10.195 6l1.024 1-6.139 6L2 10l1.025-1 2.055 2 5.115-5zM16 9v1.334h-4.78V9H16zm0-2.667v1.334h-3.415V6.333H16z"
305
257
  }));
306
258
  };
307
-
308
259
  CheckedListIcon.defaultProps = {
309
260
  xmlns: "http://www.w3.org/2000/svg",
310
261
  viewBox: "0 0 17 17"
311
262
  };
312
-
313
263
  var CheckmarkIcon = function CheckmarkIcon(props) {
314
264
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
315
265
  d: "M20.001 7.392L18.61 6l-8.348 8.348-4.869-4.869L4 10.872l6.26 6.26.002-.002 9.74-9.738z",
@@ -317,12 +267,10 @@ var CheckmarkIcon = function CheckmarkIcon(props) {
317
267
  fillRule: "evenodd"
318
268
  }));
319
269
  };
320
-
321
270
  CheckmarkIcon.defaultProps = {
322
271
  viewBox: "0 0 24 24",
323
272
  xmlns: "http://www.w3.org/2000/svg"
324
273
  };
325
-
326
274
  var ChevronExtraSmallDownIcon = function ChevronExtraSmallDownIcon(props) {
327
275
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
328
276
  d: "M15.47 9.205l1.06 1.06-4.53 4.53-4.53-4.53 1.06-1.06L12 12.674z",
@@ -330,12 +278,10 @@ var ChevronExtraSmallDownIcon = function ChevronExtraSmallDownIcon(props) {
330
278
  fillRule: "evenodd"
331
279
  }));
332
280
  };
333
-
334
281
  ChevronExtraSmallDownIcon.defaultProps = {
335
282
  viewBox: "0 0 24 24",
336
283
  xmlns: "http://www.w3.org/2000/svg"
337
284
  };
338
-
339
285
  var ChevronExtraSmallLeftIcon = function ChevronExtraSmallLeftIcon(props) {
340
286
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
341
287
  d: "M15.06 8.53L14 7.47 9.47 12 14 16.53l1.06-1.06L11.592 12z",
@@ -343,12 +289,10 @@ var ChevronExtraSmallLeftIcon = function ChevronExtraSmallLeftIcon(props) {
343
289
  fillRule: "evenodd"
344
290
  }));
345
291
  };
346
-
347
292
  ChevronExtraSmallLeftIcon.defaultProps = {
348
293
  viewBox: "0 0 24 24",
349
294
  xmlns: "http://www.w3.org/2000/svg"
350
295
  };
351
-
352
296
  var ChevronExtraSmallRightIcon = function ChevronExtraSmallRightIcon(props) {
353
297
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
354
298
  d: "M9.47 8.53l1.06-1.06L15.06 12l-4.53 4.53-1.06-1.06L12.939 12z",
@@ -356,12 +300,10 @@ var ChevronExtraSmallRightIcon = function ChevronExtraSmallRightIcon(props) {
356
300
  fillRule: "evenodd"
357
301
  }));
358
302
  };
359
-
360
303
  ChevronExtraSmallRightIcon.defaultProps = {
361
304
  viewBox: "0 0 24 24",
362
305
  xmlns: "http://www.w3.org/2000/svg"
363
306
  };
364
-
365
307
  var ChevronExtraSmallUpIcon = function ChevronExtraSmallUpIcon(props) {
366
308
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
367
309
  d: "M8.53 14.795l-1.06-1.06L12 9.205l4.53 4.53-1.06 1.06L12 11.326z",
@@ -369,12 +311,10 @@ var ChevronExtraSmallUpIcon = function ChevronExtraSmallUpIcon(props) {
369
311
  fillRule: "evenodd"
370
312
  }));
371
313
  };
372
-
373
314
  ChevronExtraSmallUpIcon.defaultProps = {
374
315
  viewBox: "0 0 24 24",
375
316
  xmlns: "http://www.w3.org/2000/svg"
376
317
  };
377
-
378
318
  var ChevronLargeDownIcon = function ChevronLargeDownIcon(props) {
379
319
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
380
320
  d: "M19.786 9.222l-1.414-1.414-6.364 6.364-6.364-6.364L4.23 9.222 12.008 17l7.778-7.778z",
@@ -382,12 +322,10 @@ var ChevronLargeDownIcon = function ChevronLargeDownIcon(props) {
382
322
  fillRule: "evenodd"
383
323
  }));
384
324
  };
385
-
386
325
  ChevronLargeDownIcon.defaultProps = {
387
326
  viewBox: "0 0 24 24",
388
327
  xmlns: "http://www.w3.org/2000/svg"
389
328
  };
390
-
391
329
  var ChevronLargeLeftIcon = function ChevronLargeLeftIcon(props) {
392
330
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
393
331
  d: "M14.777 4.222l1.415 1.414L9.827 12l6.365 6.364-1.415 1.414L7 12l7.778-7.778z",
@@ -395,12 +333,10 @@ var ChevronLargeLeftIcon = function ChevronLargeLeftIcon(props) {
395
333
  fillRule: "evenodd"
396
334
  }));
397
335
  };
398
-
399
336
  ChevronLargeLeftIcon.defaultProps = {
400
337
  viewBox: "0 0 24 24",
401
338
  xmlns: "http://www.w3.org/2000/svg"
402
339
  };
403
-
404
340
  var ChevronLargeRightIcon = function ChevronLargeRightIcon(props) {
405
341
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
406
342
  d: "M9.237 4.222L7.822 5.636 14.187 12l-6.365 6.364 1.415 1.414L17.015 12 9.237 4.222z",
@@ -408,12 +344,10 @@ var ChevronLargeRightIcon = function ChevronLargeRightIcon(props) {
408
344
  fillRule: "evenodd"
409
345
  }));
410
346
  };
411
-
412
347
  ChevronLargeRightIcon.defaultProps = {
413
348
  viewBox: "0 0 24 24",
414
349
  xmlns: "http://www.w3.org/2000/svg"
415
350
  };
416
-
417
351
  var ChevronLargeUpIcon = function ChevronLargeUpIcon(props) {
418
352
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
419
353
  d: "M4.23 14.778l1.414 1.414 6.364-6.364 6.364 6.364 1.414-1.414L12.008 7 4.23 14.778z",
@@ -421,12 +355,10 @@ var ChevronLargeUpIcon = function ChevronLargeUpIcon(props) {
421
355
  fillRule: "evenodd"
422
356
  }));
423
357
  };
424
-
425
358
  ChevronLargeUpIcon.defaultProps = {
426
359
  viewBox: "0 0 24 24",
427
360
  xmlns: "http://www.w3.org/2000/svg"
428
361
  };
429
-
430
362
  var ChevronSmallDownIcon = function ChevronSmallDownIcon(props) {
431
363
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
432
364
  d: "M18.365 10.646l-1.414-1.414-4.95 4.95-4.952-4.95-1.414 1.414 6.364 6.364.001-.001h.001l6.364-6.363z",
@@ -434,12 +366,10 @@ var ChevronSmallDownIcon = function ChevronSmallDownIcon(props) {
434
366
  fillRule: "evenodd"
435
367
  }));
436
368
  };
437
-
438
369
  ChevronSmallDownIcon.defaultProps = {
439
370
  viewBox: "0 0 24 24",
440
371
  xmlns: "http://www.w3.org/2000/svg"
441
372
  };
442
-
443
373
  var ChevronSmallLeftIcon = function ChevronSmallLeftIcon(props) {
444
374
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
445
375
  d: "M14.364 18.365l1.414-1.414L10.827 12l4.951-4.952-1.414-1.414L8 11.999l.001.001-.001.001 6.364 6.364z",
@@ -447,12 +377,10 @@ var ChevronSmallLeftIcon = function ChevronSmallLeftIcon(props) {
447
377
  fillRule: "evenodd"
448
378
  }));
449
379
  };
450
-
451
380
  ChevronSmallLeftIcon.defaultProps = {
452
381
  viewBox: "0 0 24 24",
453
382
  xmlns: "http://www.w3.org/2000/svg"
454
383
  };
455
-
456
384
  var ChevronSmallRightIcon = function ChevronSmallRightIcon(props) {
457
385
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
458
386
  d: "M9.636 5.635L8.222 7.049 13.173 12l-4.951 4.952 1.414 1.414L16 12.001 15.999 12l.001-.001-6.364-6.364z",
@@ -460,12 +388,10 @@ var ChevronSmallRightIcon = function ChevronSmallRightIcon(props) {
460
388
  fillRule: "evenodd"
461
389
  }));
462
390
  };
463
-
464
391
  ChevronSmallRightIcon.defaultProps = {
465
392
  viewBox: "0 0 24 24",
466
393
  xmlns: "http://www.w3.org/2000/svg"
467
394
  };
468
-
469
395
  var ChevronSmallUpIcon = function ChevronSmallUpIcon(props) {
470
396
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
471
397
  d: "M5.524 14.84l1.414 1.414 4.951-4.951 4.951 4.951 1.414-1.414-6.364-6.364-.001.001-.001-.001-6.364 6.364z",
@@ -473,12 +399,10 @@ var ChevronSmallUpIcon = function ChevronSmallUpIcon(props) {
473
399
  fillRule: "evenodd"
474
400
  }));
475
401
  };
476
-
477
402
  ChevronSmallUpIcon.defaultProps = {
478
403
  viewBox: "0 0 24 24",
479
404
  xmlns: "http://www.w3.org/2000/svg"
480
405
  };
481
-
482
406
  var ClaimListIcon = function ClaimListIcon(props) {
483
407
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
484
408
  fillRule: "evenodd",
@@ -487,26 +411,22 @@ var ClaimListIcon = function ClaimListIcon(props) {
487
411
  fill: "#000"
488
412
  }));
489
413
  };
490
-
491
414
  ClaimListIcon.defaultProps = {
492
415
  viewBox: "0 0 25 24",
493
416
  fill: "none",
494
417
  xmlns: "http://www.w3.org/2000/svg"
495
418
  };
496
-
497
419
  var ClockOutlined = function ClockOutlined(props) {
498
420
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
499
421
  d: "M11.99 2.4C6.691 2.4 2.4 6.7 2.4 12s4.291 9.6 9.59 9.6c5.31 0 9.61-4.3 9.61-9.6s-4.3-9.6-9.61-9.6zM12 19.68A7.678 7.678 0 0 1 4.32 12 7.678 7.678 0 0 1 12 4.32 7.678 7.678 0 0 1 19.68 12 7.678 7.678 0 0 1 12 19.68zm.48-12.48h-1.44v5.76l5.04 3.024.72-1.18-4.32-2.564V7.2z",
500
422
  fill: "#000"
501
423
  }));
502
424
  };
503
-
504
425
  ClockOutlined.defaultProps = {
505
426
  viewBox: "0 0 24 24",
506
427
  fill: "none",
507
428
  xmlns: "http://www.w3.org/2000/svg"
508
429
  };
509
-
510
430
  var ClockIcon = function ClockIcon(props) {
511
431
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
512
432
  d: "M10 0c5.516 0 10 4.484 10 10s-4.484 10-10 10S0 15.516 0 10 4.484 0 10 0zm.06 3.912c-.31 0-.56.25-.56.557v6.123l.008.093c.03.18.149.337.32.415l3.88 1.761.095.034a.56.56 0 0 0 .647-.31l.033-.095a.557.557 0 0 0-.31-.644l-3.554-1.614V4.47l-.009-.1a.56.56 0 0 0-.55-.457z",
@@ -514,12 +434,10 @@ var ClockIcon = function ClockIcon(props) {
514
434
  fillRule: "evenodd"
515
435
  }));
516
436
  };
517
-
518
437
  ClockIcon.defaultProps = {
519
438
  viewBox: "0 0 20 20",
520
439
  xmlns: "http://www.w3.org/2000/svg"
521
440
  };
522
-
523
441
  var CloseTagIcon = function CloseTagIcon(props) {
524
442
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
525
443
  d: "M12 4a8 8 0 1 1 0 16 8 8 0 0 1 0-16zm2.475 4.11L12 10.586 9.525 8.11 8.111 9.525 10.585 12 8.11 14.475l1.414 1.414L12 13.414l2.475 2.475 1.414-1.414L13.414 12l2.475-2.475-1.414-1.414z",
@@ -527,12 +445,10 @@ var CloseTagIcon = function CloseTagIcon(props) {
527
445
  fillRule: "evenodd"
528
446
  }));
529
447
  };
530
-
531
448
  CloseTagIcon.defaultProps = {
532
449
  viewBox: "0 0 24 24",
533
450
  xmlns: "http://www.w3.org/2000/svg"
534
451
  };
535
-
536
452
  var CloseIcon = function CloseIcon(props) {
537
453
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
538
454
  d: "M17.657 4.929l1.414 1.414L13.414 12l5.657 5.657-1.414 1.414L12 13.414 6.343 19.07 4.93 17.657 10.585 12 4.929 6.343 6.343 4.93 12 10.585l5.657-5.656z",
@@ -540,12 +456,10 @@ var CloseIcon = function CloseIcon(props) {
540
456
  fillRule: "evenodd"
541
457
  }));
542
458
  };
543
-
544
459
  CloseIcon.defaultProps = {
545
460
  viewBox: "0 0 24 24",
546
461
  xmlns: "http://www.w3.org/2000/svg"
547
462
  };
548
-
549
463
  var CmsProcessIcon = function CmsProcessIcon(props) {
550
464
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
551
465
  d: "M18.593 13.429a.21.21 0 0 1 .206.19l.167 1.13c.274.105.52.248.746.42l1.089-.43c.108-.029.226 0 .275.096l.883 1.483c.059.095.03.21-.049.277l-.932.708c.03.134.039.277.039.42 0 .144-.02.288-.04.422l.943.708c.078.067.108.181.049.268l-.883 1.482c-.06.096-.177.134-.275.096l-1.1-.43a3.244 3.244 0 0 1-.736.42l-.166 1.13c-.01.104-.108.181-.216.181h-1.757a.219.219 0 0 1-.216-.182l-.167-1.129a2.981 2.981 0 0 1-.746-.42l-1.09.43c-.107.029-.225 0-.274-.096l-.883-1.482a.215.215 0 0 1 .049-.278l.932-.708a2.934 2.934 0 0 1 0-.842l-.932-.708c-.089-.067-.098-.181-.05-.277l.884-1.483c.059-.095.177-.134.275-.095l1.09.43c.225-.172.48-.306.745-.42l.167-1.13c.01-.105.108-.181.216-.181zm-.884 2.994c-.736 0-1.325.574-1.325 1.291 0 .718.6 1.292 1.325 1.292.727 0 1.325-.574 1.325-1.292 0-.717-.589-1.291-1.325-1.291zM10.612 2a.38.38 0 0 1 .367.296l.273 1.888c.45.183.86.418 1.237.704l1.826-.715a.376.376 0 0 1 .451.154l1.469 2.469a.354.354 0 0 1-.084.46l-1.553 1.183a5.3 5.3 0 0 1 .053.704c0 .235-.021.47-.053.694l1.553 1.183a.354.354 0 0 1 .084.46l-1.469 2.469c-.094.153-.283.214-.451.153l-1.826-.714c-.377.285-.797.52-1.237.704l-.273 1.888a.378.378 0 0 1-.367.306H7.674a.38.38 0 0 1-.367-.296l-.273-1.888a5.432 5.432 0 0 1-1.238-.704l-1.825.714a.376.376 0 0 1-.451-.153l-1.47-2.47a.354.354 0 0 1 .085-.458l1.553-1.184a5.3 5.3 0 0 1-.053-.704c0-.235.021-.47.053-.694L2.135 7.265a.354.354 0 0 1-.084-.459l1.469-2.47c.094-.152.283-.214.45-.152l1.826.714c.378-.286.798-.52 1.238-.704l.273-1.888A.378.378 0 0 1 7.674 2zm-1.47 5.102c-1.153 0-2.097.918-2.097 2.04 0 1.123.944 2.042 2.098 2.042s2.098-.919 2.098-2.041c0-1.123-.944-2.041-2.098-2.041z",
@@ -553,12 +467,10 @@ var CmsProcessIcon = function CmsProcessIcon(props) {
553
467
  fillRule: "evenodd"
554
468
  }));
555
469
  };
556
-
557
470
  CmsProcessIcon.defaultProps = {
558
471
  viewBox: "0 0 24 24",
559
472
  xmlns: "http://www.w3.org/2000/svg"
560
473
  };
561
-
562
474
  var CompositionIconV2 = function CompositionIconV2(props) {
563
475
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
564
476
  d: "M12.143 4H1v1.857h11.143V4zm0 3.714H1v1.857h11.143V7.714zM1 13.286h7.429v-1.857H1v1.857z",
@@ -568,13 +480,11 @@ var CompositionIconV2 = function CompositionIconV2(props) {
568
480
  fill: "#000"
569
481
  }));
570
482
  };
571
-
572
483
  CompositionIconV2.defaultProps = {
573
484
  viewBox: "0 0 20 20",
574
485
  fill: "none",
575
486
  xmlns: "http://www.w3.org/2000/svg"
576
487
  };
577
-
578
488
  var CompositionIcon = function CompositionIcon(props) {
579
489
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
580
490
  d: "M16.719 8.311h-2.904l.006 7.54c0 .084-.042.446-.042.446a3.255 3.255 0 0 1-3.23 2.904 3.263 3.263 0 0 1-3.268-3.267 3.263 3.263 0 0 1 3.267-3.267c.385 0 .748.08 1.088.203V6.134h5.083V8.31zM18 2.667H5.99c-1.1 0-1.99.899-1.99 2l.01 16c0 1.1.89 2 1.99 2h8l6-6v-12c0-1.101-.9-2-2-2z",
@@ -582,12 +492,10 @@ var CompositionIcon = function CompositionIcon(props) {
582
492
  fillRule: "evenodd"
583
493
  }));
584
494
  };
585
-
586
495
  CompositionIcon.defaultProps = {
587
496
  viewBox: "0 0 24 24",
588
497
  xmlns: "http://www.w3.org/2000/svg"
589
498
  };
590
-
591
499
  var ConcertIcon = function ConcertIcon(props) {
592
500
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("circle", {
593
501
  opacity: ".01",
@@ -602,13 +510,11 @@ var ConcertIcon = function ConcertIcon(props) {
602
510
  fill: "#000"
603
511
  }));
604
512
  };
605
-
606
513
  ConcertIcon.defaultProps = {
607
514
  viewBox: "0 0 32 32",
608
515
  fill: "none",
609
516
  xmlns: "http://www.w3.org/2000/svg"
610
517
  };
611
-
612
518
  var ConfirmedMatchesIcon = function ConfirmedMatchesIcon(props) {
613
519
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
614
520
  d: "M21.5 9.25v2H10.232v-2H21.5zM12.793.75l1.536 1.5-9.21 8.999L.5 6.749l1.538-1.5L5.12 8.25l7.673-7.5zm8.707 4.5v2h-7.17v-2h7.17zm0-4v2h-5.122v-2H21.5z",
@@ -616,12 +522,10 @@ var ConfirmedMatchesIcon = function ConfirmedMatchesIcon(props) {
616
522
  fillRule: "evenodd"
617
523
  }));
618
524
  };
619
-
620
525
  ConfirmedMatchesIcon.defaultProps = {
621
526
  viewBox: "0 0 22 12",
622
527
  xmlns: "http://www.w3.org/2000/svg"
623
528
  };
624
-
625
529
  var ConflictsIcon = function ConflictsIcon(props) {
626
530
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
627
531
  d: "M19.272 12.272v2.547h3.395v1.696h-3.395v2.545l-3.393-3.394 3.393-3.394zm-11.879 0l3.394 3.394-3.394 3.394v-2.545H4V14.82h3.393v-2.547zM13.867 5v4.799H16L12.801 17v-4.8h-2.134l3.2-7.2z",
@@ -629,12 +533,10 @@ var ConflictsIcon = function ConflictsIcon(props) {
629
533
  fillRule: "evenodd"
630
534
  }));
631
535
  };
632
-
633
536
  ConflictsIcon.defaultProps = {
634
537
  viewBox: "0 0 25 24",
635
538
  xmlns: "http://www.w3.org/2000/svg"
636
539
  };
637
-
638
540
  var CopyIcon = function CopyIcon(props) {
639
541
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
640
542
  fillRule: "evenodd",
@@ -643,13 +545,11 @@ var CopyIcon = function CopyIcon(props) {
643
545
  fill: "#0F172A"
644
546
  }));
645
547
  };
646
-
647
548
  CopyIcon.defaultProps = {
648
549
  viewBox: "0 0 24 24",
649
550
  fill: "none",
650
551
  xmlns: "http://www.w3.org/2000/svg"
651
552
  };
652
-
653
553
  var DashboardIcon = function DashboardIcon(props) {
654
554
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
655
555
  d: "M17 8.066a1 1 0 0 1 1 1V19a1 1 0 0 1-1 1h-6a1 1 0 0 1-1-1V9.066a1 1 0 0 1 1-1h6zM7 12.978a1 1 0 0 1 1 1v4.962a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1v-4.962a1 1 0 0 1 1-1h6zM7 0a1 1 0 0 1 1 1v8.94a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1h6zm10 .06a1 1 0 0 1 1 1v3.967a1 1 0 0 1-1 1h-6a1 1 0 0 1-1-1V1.06a1 1 0 0 1 1-1h6z",
@@ -657,12 +557,10 @@ var DashboardIcon = function DashboardIcon(props) {
657
557
  fillRule: "evenodd"
658
558
  }));
659
559
  };
660
-
661
560
  DashboardIcon.defaultProps = {
662
561
  viewBox: "0 0 18 20",
663
562
  xmlns: "http://www.w3.org/2000/svg"
664
563
  };
665
-
666
564
  var DatasetIcon = function DatasetIcon(props) {
667
565
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
668
566
  d: "M17 9.5L22 7 12 2 2 7l5 2.5L2 12l5 2.5L2 17l10 5 10-5-5-2.5 5-2.5-5-2.5zM5.578 12l3.211-1.606L12 12l3.21-1.606L18.423 12 12 15.206 5.578 12zm9.65 3.403L18.424 17 12 20.21 5.578 17l3.211-1.606L12 17l3.229-1.597z",
@@ -670,23 +568,19 @@ var DatasetIcon = function DatasetIcon(props) {
670
568
  fillRule: "evenodd"
671
569
  }));
672
570
  };
673
-
674
571
  DatasetIcon.defaultProps = {
675
572
  viewBox: "0 0 24 24",
676
573
  xmlns: "http://www.w3.org/2000/svg"
677
574
  };
678
-
679
575
  var ArrowDownIcon = function ArrowDownIcon(props) {
680
576
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
681
577
  d: "M6.5 7.864L.136 1.5 1.55.086l4.95 4.95 4.95-4.95L12.864 1.5z"
682
578
  }));
683
579
  };
684
-
685
580
  ArrowDownIcon.defaultProps = {
686
581
  viewBox: "0 -3 13 14",
687
582
  xmlns: "http://www.w3.org/2000/svg"
688
583
  };
689
-
690
584
  var DeleteIcon = function DeleteIcon(props) {
691
585
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
692
586
  d: "M11.112 3.891l-.54 11.318a.807.807 0 0 1-.807.77H2.214a.807.807 0 0 1-.808-.77L.866 3.891h10.246zm-2.56 2.485h-.526a.328.328 0 0 0-.329.326v6.467c0 .18.147.326.329.326h.525a.328.328 0 0 0 .329-.326V6.702a.328.328 0 0 0-.329-.326zm-2.3 0h-.525a.328.328 0 0 0-.329.326v6.467c0 .18.147.326.329.326h.525a.328.328 0 0 0 .328-.326V6.702a.328.328 0 0 0-.328-.326zm-2.3 0h-.525a.328.328 0 0 0-.328.326v6.467c0 .18.147.326.328.326h.526a.328.328 0 0 0 .328-.326V6.702a.328.328 0 0 0-.328-.326zM7.819 0c.094 0 .17.075.17.168v.655h3.483c.28 0 .507.226.507.505v1.585H0V1.328C0 1.049.227.823.508.823H3.99V.168c0-.093.076-.168.17-.168z",
@@ -694,12 +588,10 @@ var DeleteIcon = function DeleteIcon(props) {
694
588
  fillRule: "evenodd"
695
589
  }));
696
590
  };
697
-
698
591
  DeleteIcon.defaultProps = {
699
592
  viewBox: "0 0 12 16",
700
593
  xmlns: "http://www.w3.org/2000/svg"
701
594
  };
702
-
703
595
  var DeliveryIcon = function DeliveryIcon(props) {
704
596
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
705
597
  d: "M6.073 8.077v2.066h1.041l3.108 1.034h3.658c.322 0 .64.074.928.218l1.636.815 1.037 2.066h5.186l-1.68 2.509a2.08 2.08 0 0 1-1.07.816l-6.874 2.627a2.082 2.082 0 0 1-1.471-.061L6.073 17.37v2.072H4V8.077h2.073zM18.518 3l.948.943.09.09.43.428 2.566 2.556-1.467 1.462-1.529-1.524v4.222h-2.075V6.955L15.952 8.48l-1.467-1.462 2.566-2.556.43-.428.09-.09.947-.943z",
@@ -707,12 +599,10 @@ var DeliveryIcon = function DeliveryIcon(props) {
707
599
  fillRule: "evenodd"
708
600
  }));
709
601
  };
710
-
711
602
  DeliveryIcon.defaultProps = {
712
603
  viewBox: "0 0 25 24",
713
604
  xmlns: "http://www.w3.org/2000/svg"
714
605
  };
715
-
716
606
  var DetailsIcon = function DetailsIcon(props) {
717
607
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
718
608
  d: "M21.333 12c0 5.152-4.181 9.333-9.333 9.333S2.667 17.152 2.667 12 6.848 2.667 12 2.667 21.333 6.848 21.333 12zm-4.666-2.8V7.333H7.333V9.2h9.334zm0 7.467V14.8H7.333v1.867h9.334zm0-3.734v-1.866H7.333v1.866h9.334z",
@@ -720,12 +610,10 @@ var DetailsIcon = function DetailsIcon(props) {
720
610
  fillRule: "evenodd"
721
611
  }));
722
612
  };
723
-
724
613
  DetailsIcon.defaultProps = {
725
614
  viewBox: "0 0 24 24",
726
615
  xmlns: "http://www.w3.org/2000/svg"
727
616
  };
728
-
729
617
  var DigitalUse = function DigitalUse(props) {
730
618
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("circle", {
731
619
  opacity: ".01",
@@ -740,13 +628,11 @@ var DigitalUse = function DigitalUse(props) {
740
628
  fill: "#000"
741
629
  }));
742
630
  };
743
-
744
631
  DigitalUse.defaultProps = {
745
632
  viewBox: "0 0 32 32",
746
633
  fill: "none",
747
634
  xmlns: "http://www.w3.org/2000/svg"
748
635
  };
749
-
750
636
  var Distribution = function Distribution(props) {
751
637
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
752
638
  fillRule: "evenodd",
@@ -755,13 +641,11 @@ var Distribution = function Distribution(props) {
755
641
  fill: "#000"
756
642
  }));
757
643
  };
758
-
759
644
  Distribution.defaultProps = {
760
645
  viewBox: "0 0 24 24",
761
646
  fill: "none",
762
647
  xmlns: "http://www.w3.org/2000/svg"
763
648
  };
764
-
765
649
  var DotsVerticalIcon = function DotsVerticalIcon(props) {
766
650
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
767
651
  d: "M8 10.8a1.4 1.4 0 1 1 0 2.8 1.4 1.4 0 0 1 0-2.8zm0-4.2a1.4 1.4 0 1 1 0 2.8 1.4 1.4 0 0 1 0-2.8zm0-4.2a1.4 1.4 0 1 1 0 2.8 1.4 1.4 0 0 1 0-2.8z",
@@ -769,12 +653,10 @@ var DotsVerticalIcon = function DotsVerticalIcon(props) {
769
653
  fillRule: "evenodd"
770
654
  }));
771
655
  };
772
-
773
656
  DotsVerticalIcon.defaultProps = {
774
657
  viewBox: "0 0 16 16",
775
658
  xmlns: "http://www.w3.org/2000/svg"
776
659
  };
777
-
778
660
  var DownloadIcon = function DownloadIcon(props) {
779
661
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
780
662
  d: "M20 18v2H4v-2h16zM13 4v8.172l1.828-1.829 1.415 1.414L12 16l-4.243-4.243 1.415-1.414L11 12.173 11 4h2z",
@@ -782,12 +664,10 @@ var DownloadIcon = function DownloadIcon(props) {
782
664
  fillRule: "evenodd"
783
665
  }));
784
666
  };
785
-
786
667
  DownloadIcon.defaultProps = {
787
668
  viewBox: "0 0 24 24",
788
669
  xmlns: "http://www.w3.org/2000/svg"
789
670
  };
790
-
791
671
  var DuplicateIcon = function DuplicateIcon(props) {
792
672
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
793
673
  d: "M7.558 15.536v1.19l-1.766.001a7.606 7.606 0 0 0 5.255 2.083 7.656 7.656 0 0 0 5.406-2.203l.814.863a8.884 8.884 0 0 1-6.22 2.53 8.755 8.755 0 0 1-6.106-2.446v1.85H3.78v-3.868h3.78zm-.581-8.442l-.005 5.2v.047H6.97A1.354 1.354 0 0 1 5.61 13.65a1.354 1.354 0 0 1-1.364-1.345c0-.742.61-1.344 1.364-1.344.179 0 .35.034.506.096.06.024.122-.027.122-.095V8.208c0-.083-.07-.147-.146-.134l-3.257.544a.134.134 0 0 0-.107.135v4.285h-.001a1.354 1.354 0 0 1-1.362 1.307A1.355 1.355 0 0 1 0 13.001c0-.743.61-1.345 1.364-1.345.179 0 .35.035.506.097.06.023.122-.027.122-.095v-3.92c0-.297.202-.551.476-.597l3.86-.646c.34-.057.65.227.649.599zm13.023 0l-.005 5.2v.047h-.001a1.354 1.354 0 0 1-1.362 1.308 1.354 1.354 0 0 1-1.364-1.345c0-.742.61-1.344 1.364-1.344.179 0 .35.034.506.096.06.024.122-.027.122-.095V8.208c0-.083-.07-.147-.146-.134l-3.256.544a.134.134 0 0 0-.108.135v4.238l.001.01v.037h-.002a1.354 1.354 0 0 1-1.362 1.307 1.355 1.355 0 0 1-1.364-1.344c0-.743.611-1.345 1.364-1.345.18 0 .35.035.507.097.059.023.121-.027.121-.095v-3.92c0-.297.203-.551.477-.597l3.859-.646c.341-.057.65.227.649.599zM10.174 0c2.308 0 4.442.862 6.105 2.445V.595h1.163v3.87h-3.78V3.273l1.789-.001c-1.454-1.344-3.293-2.083-5.277-2.083a7.656 7.656 0 0 0-5.407 2.203l-.814-.863A8.884 8.884 0 0 1 10.174 0z",
@@ -795,12 +675,10 @@ var DuplicateIcon = function DuplicateIcon(props) {
795
675
  fillRule: "evenodd"
796
676
  }));
797
677
  };
798
-
799
678
  DuplicateIcon.defaultProps = {
800
679
  viewBox: "0 0 20 20",
801
680
  xmlns: "http://www.w3.org/2000/svg"
802
681
  };
803
-
804
682
  var Duplicate2Icon = function Duplicate2Icon(props) {
805
683
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
806
684
  fillRule: "evenodd",
@@ -809,13 +687,11 @@ var Duplicate2Icon = function Duplicate2Icon(props) {
809
687
  fill: "#000"
810
688
  }));
811
689
  };
812
-
813
690
  Duplicate2Icon.defaultProps = {
814
691
  viewBox: "0 0 24 24",
815
692
  fill: "none",
816
693
  xmlns: "http://www.w3.org/2000/svg"
817
694
  };
818
-
819
695
  var EarningsIcon = function EarningsIcon(props) {
820
696
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
821
697
  d: "M4 11a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1v-5a1 1 0 0 1 1-1h3zm7-11a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1h4zm6 4a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1h-3a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h3z",
@@ -823,25 +699,21 @@ var EarningsIcon = function EarningsIcon(props) {
823
699
  fillRule: "evenodd"
824
700
  }));
825
701
  };
826
-
827
702
  EarningsIcon.defaultProps = {
828
703
  viewBox: "0 0 18 18",
829
704
  xmlns: "http://www.w3.org/2000/svg"
830
705
  };
831
-
832
706
  var EarningsIcon2 = function EarningsIcon2(props) {
833
707
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
834
708
  d: "M17.83 5.5l-2.27-2.27c.07-.42.18-.81.32-1.15A1.498 1.498 0 0 0 14.5 0c-1.64 0-3.09.79-4 2h-5C2.46 2 0 4.46 0 7.5S2.5 19 2.5 19H8v-2h2v2h5.5l1.68-5.59 2.82-.94V5.5h-2.17zM11 7H6V5h5v2zm3 2c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z",
835
709
  fill: "#000"
836
710
  }));
837
711
  };
838
-
839
712
  EarningsIcon2.defaultProps = {
840
713
  viewBox: "0 0 20 19",
841
714
  fill: "none",
842
715
  xmlns: "http://www.w3.org/2000/svg"
843
716
  };
844
-
845
717
  var EditIcon = function EditIcon(props) {
846
718
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
847
719
  d: "M1.548 11.2L4.8 14.452 0 16l1.548-4.8zm8.982-9.116l3.394 3.394-7.806 7.806L2.724 9.89l7.806-7.806zM12.667.222a.716.716 0 0 1 1.037 0l2.074 2.074a.716.716 0 0 1 0 1.037L15.11 4 12 .889z",
@@ -849,12 +721,10 @@ var EditIcon = function EditIcon(props) {
849
721
  fillRule: "evenodd"
850
722
  }));
851
723
  };
852
-
853
724
  EditIcon.defaultProps = {
854
725
  viewBox: "0 0 16 16",
855
726
  xmlns: "http://www.w3.org/2000/svg"
856
727
  };
857
-
858
728
  var EntitiesIcon = function EntitiesIcon(props) {
859
729
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
860
730
  fillRule: "evenodd",
@@ -863,13 +733,11 @@ var EntitiesIcon = function EntitiesIcon(props) {
863
733
  fill: "#000"
864
734
  }));
865
735
  };
866
-
867
736
  EntitiesIcon.defaultProps = {
868
737
  viewBox: "0 0 24 24",
869
738
  fill: "none",
870
739
  xmlns: "http://www.w3.org/2000/svg"
871
740
  };
872
-
873
741
  var Entity = function Entity(props) {
874
742
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
875
743
  d: "M16.917 3.237c.222 0 .416.194.416.415v13.267a.426.426 0 0 1-.416.414H1.083a.426.426 0 0 1-.416-.414V3.652c0-.221.194-.415.416-.415h15.834zM9 4.813c-2.877 0-5.208 2.32-5.208 5.182 0 2.862 2.331 5.182 5.208 5.182 2.877 0 5.208-2.32 5.208-5.182 0-2.862-2.331-5.182-5.208-5.182zm0 3.515a1.667 1.667 0 1 1 0 3.334 1.667 1.667 0 0 1 0-3.334zM15.722.667c.222 0 .417.193.417.414h.028v1.327H1.861V1.081c0-.221.195-.414.417-.414z",
@@ -877,14 +745,12 @@ var Entity = function Entity(props) {
877
745
  fillRule: "evenodd"
878
746
  }));
879
747
  };
880
-
881
748
  Entity.defaultProps = {
882
749
  width: "18",
883
750
  height: "18",
884
751
  viewBox: "0 0 18 18",
885
752
  xmlns: "http://www.w3.org/2000/svg"
886
753
  };
887
-
888
754
  var ErrorIcon = function ErrorIcon(props) {
889
755
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
890
756
  d: "M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm2.828 5.757L12 10.586 9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.413l2.828 2.83 1.415-1.415L13.413 12l2.83-2.828-1.415-1.415z",
@@ -892,37 +758,31 @@ var ErrorIcon = function ErrorIcon(props) {
892
758
  fillRule: "evenodd"
893
759
  }));
894
760
  };
895
-
896
761
  ErrorIcon.defaultProps = {
897
762
  viewBox: "0 0 24 24",
898
763
  xmlns: "http://www.w3.org/2000/svg"
899
764
  };
900
-
901
765
  var ExpensesIcon = function ExpensesIcon(props) {
902
766
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
903
767
  fillRule: "evenodd",
904
768
  d: "M4.999 7.914v2h1.004l2.996 1h3.528c.31 0 .617.072.894.211l1.578.79 1 2h5l-1.619 2.427c-.247.371-.61.648-1.033.79l-6.627 2.542a2 2 0 0 1-1.419-.059l-5.302-2.707v2.006H3v-11h1.999zm12-4.914l.914.913.5.501 2.476 2.474-1.415 1.415L18 6.828v4.086h-2.001V6.828l-1.474 1.475-1.415-1.415 2.475-2.474.5-.5L17 3z"
905
769
  }));
906
770
  };
907
-
908
771
  ExpensesIcon.defaultProps = {
909
772
  xmlns: "http://www.w3.org/2000/svg",
910
773
  viewBox: "0 0 24 24"
911
774
  };
912
-
913
775
  var ExternalLinkIconV2 = function ExternalLinkIconV2(props) {
914
776
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
915
777
  d: "M1.286 6.469a1.52 1.52 0 0 1 .27-2.155l1.587-1.22-.588-.741L.968 3.572a2.45 2.45 0 0 0-.435 3.476 2.545 2.545 0 0 0 3.532.428l1.587-1.22-.589-.741-1.587 1.22a1.579 1.579 0 0 1-2.19-.266zm1.937-.86l3.174-2.438-.62-.78-3.174 2.438.62.78zM4.935.524l-1.587 1.22.589.741 1.587-1.22a1.579 1.579 0 0 1 2.19.266 1.52 1.52 0 0 1-.27 2.155l-1.587 1.22.588.741 1.587-1.219A2.45 2.45 0 0 0 8.467.952 2.545 2.545 0 0 0 4.935.524z",
916
778
  fill: "#676767"
917
779
  }));
918
780
  };
919
-
920
781
  ExternalLinkIconV2.defaultProps = {
921
782
  viewBox: "0 0 9 8",
922
783
  fill: "none",
923
784
  xmlns: "http://www.w3.org/2000/svg"
924
785
  };
925
-
926
786
  var ExternalLinkIcon = function ExternalLinkIcon(props) {
927
787
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
928
788
  d: "M16 16H2V2h7V0H2a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14c1.1 0 2-.9 2-2V9h-2v7zM11 0v2h3.59l-9.83 9.83 1.41 1.41L16 3.41V7h2V0h-7z",
@@ -930,7 +790,6 @@ var ExternalLinkIcon = function ExternalLinkIcon(props) {
930
790
  fillRule: "evenodd"
931
791
  }));
932
792
  };
933
-
934
793
  ExternalLinkIcon.defaultProps = {
935
794
  viewBox: "0 0 18 18",
936
795
  xmlns: "http://www.w3.org/2000/svg"
@@ -941,7 +800,6 @@ ExternalLinkIcon.defaultProps = {
941
800
  * compatibility reasons, the naming of the previous version has been
942
801
  * preserved and the icons have been updated with the current code.
943
802
  */
944
-
945
803
  var FatArrowDownIcon = function FatArrowDownIcon(props) {
946
804
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
947
805
  d: "M16.243 13.757l-1.415-1.414-1.827 1.829L13 6h-2v8.173l-1.828-1.83-1.415 1.414L12 18l4.243-4.243z",
@@ -949,12 +807,10 @@ var FatArrowDownIcon = function FatArrowDownIcon(props) {
949
807
  fillRule: "evenodd"
950
808
  }));
951
809
  };
952
-
953
810
  FatArrowDownIcon.defaultProps = {
954
811
  viewBox: "0 0 24 24",
955
812
  xmlns: "http://www.w3.org/2000/svg"
956
813
  };
957
-
958
814
  var FatArrowLeftIcon = function FatArrowLeftIcon(props) {
959
815
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
960
816
  fill: "#000",
@@ -962,12 +818,10 @@ var FatArrowLeftIcon = function FatArrowLeftIcon(props) {
962
818
  fillRule: "evenodd"
963
819
  }));
964
820
  };
965
-
966
821
  FatArrowLeftIcon.defaultProps = {
967
822
  viewBox: "0 0 24 24",
968
823
  xmlns: "http://www.w3.org/2000/svg"
969
824
  };
970
-
971
825
  var FatArrowRightIcon = function FatArrowRightIcon(props) {
972
826
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
973
827
  fill: "#000",
@@ -975,12 +829,10 @@ var FatArrowRightIcon = function FatArrowRightIcon(props) {
975
829
  fillRule: "evenodd"
976
830
  }));
977
831
  };
978
-
979
832
  FatArrowRightIcon.defaultProps = {
980
833
  viewBox: "0 0 24 24",
981
834
  xmlns: "http://www.w3.org/2000/svg"
982
835
  };
983
-
984
836
  var FatArrowUpIcon = function FatArrowUpIcon(props) {
985
837
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
986
838
  d: "M7.757 10.243l1.415 1.414 1.827-1.829L11 18h2V9.827l1.828 1.83 1.415-1.414L12 6l-4.243 4.243z",
@@ -988,12 +840,10 @@ var FatArrowUpIcon = function FatArrowUpIcon(props) {
988
840
  fillRule: "evenodd"
989
841
  }));
990
842
  };
991
-
992
843
  FatArrowUpIcon.defaultProps = {
993
844
  viewBox: "0 0 24 24",
994
845
  xmlns: "http://www.w3.org/2000/svg"
995
846
  };
996
-
997
847
  var FileIcon = function FileIcon(props) {
998
848
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
999
849
  d: "M9.46 0c.427 0 .843.17 1.149.473l3.92 3.904c.301.301.471.713.471 1.136v12.876c0 .872-.742 1.611-1.622 1.611H1.622C.742 20 0 19.26 0 18.39V1.604C.005.778.728-.002 1.625 0zm-.185 2.051H2.07V17.95h10.862V5.694L9.275 2.05zM11 13v2H4v-2h7zm0-3v2H4v-2h7zm0-3v2H4V7h7z",
@@ -1001,24 +851,20 @@ var FileIcon = function FileIcon(props) {
1001
851
  fillRule: "evenodd"
1002
852
  }));
1003
853
  };
1004
-
1005
854
  FileIcon.defaultProps = {
1006
855
  viewBox: "0 0 15 20",
1007
856
  xmlns: "http://www.w3.org/2000/svg"
1008
857
  };
1009
-
1010
858
  var FinancialChartIcon = function FinancialChartIcon(props) {
1011
859
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1012
860
  fillRule: "evenodd",
1013
861
  d: "M8 16v-2.313c.648-.264 1.207-.675 1.563-1.23.71-1.102.495-2.612-.499-3.514-.663-.601-1.591-.797-2.41-.968C5.195 7.669 5 7.501 5 7c0-.532.701-1 1.5-1S8 6.468 8 7h2c0-1.192-.822-2.216-2-2.699V2H5v2.301C3.822 4.784 3 5.808 3 7c0 2.251 2.03 2.678 3.244 2.933.569.119 1.215.255 1.476.491.269.245.342.671.161.951-.243.38-.786.625-1.381.625-.799 0-1.5-.468-1.5-1H3c0 1.192.822 2.216 2 2.699V16h3zm8-5l2.293 2.293-4.243 4.242-1.414-1.414-1.414-1.414-1.414 1.414-4.243 4.243 1.414 1.414 4.243-4.243 2.121 2.122.707.707 5.657-5.657L22 17v-6z"
1014
862
  }));
1015
863
  };
1016
-
1017
864
  FinancialChartIcon.defaultProps = {
1018
865
  xmlns: "http://www.w3.org/2000/svg",
1019
866
  viewBox: "0 0 24 24"
1020
867
  };
1021
-
1022
868
  var GeneretedReportsIcon = function GeneretedReportsIcon(props) {
1023
869
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1024
870
  fillRule: "evenodd",
@@ -1027,13 +873,11 @@ var GeneretedReportsIcon = function GeneretedReportsIcon(props) {
1027
873
  fill: "#000"
1028
874
  }));
1029
875
  };
1030
-
1031
876
  GeneretedReportsIcon.defaultProps = {
1032
877
  viewBox: "0 0 24 24",
1033
878
  fill: "none",
1034
879
  xmlns: "http://www.w3.org/2000/svg"
1035
880
  };
1036
-
1037
881
  var GenericFileIcon = function GenericFileIcon(props) {
1038
882
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1039
883
  d: "M16 2l3 4v15l-.001-.001L19 22H5V2h11zm.999 8.65h-10L7 20h10l-.001-9.35z",
@@ -1041,12 +885,10 @@ var GenericFileIcon = function GenericFileIcon(props) {
1041
885
  fillRule: "evenodd"
1042
886
  }));
1043
887
  };
1044
-
1045
888
  GenericFileIcon.defaultProps = {
1046
889
  viewBox: "0 0 24 24",
1047
890
  xmlns: "http://www.w3.org/2000/svg"
1048
891
  };
1049
-
1050
892
  var GenericOrderingIcon = function GenericOrderingIcon(props) {
1051
893
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1052
894
  fillRule: "evenodd",
@@ -1055,7 +897,6 @@ var GenericOrderingIcon = function GenericOrderingIcon(props) {
1055
897
  fill: "#000"
1056
898
  }));
1057
899
  };
1058
-
1059
900
  GenericOrderingIcon.defaultProps = {
1060
901
  width: "7",
1061
902
  height: "8",
@@ -1063,7 +904,6 @@ GenericOrderingIcon.defaultProps = {
1063
904
  fill: "none",
1064
905
  xmlns: "http://www.w3.org/2000/svg"
1065
906
  };
1066
-
1067
907
  var GlobalItemIcon = function GlobalItemIcon(props) {
1068
908
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("g", {
1069
909
  fillRule: "evenodd"
@@ -1073,12 +913,10 @@ var GlobalItemIcon = function GlobalItemIcon(props) {
1073
913
  d: "M8.03 8H5.08a7.987 7.987 0 0 1 4.33-3.56A15.65 15.65 0 0 0 8.03 8zm-2.95 8h2.95c.32 1.25.78 2.45 1.38 3.56A7.987 7.987 0 0 1 5.08 16zm-.82-2C4.1 13.36 4 12.69 4 12s.1-1.36.26-2h3.38c-.08.66-.14 1.32-.14 2 0 .68.06 1.34.14 2H4.26zM12 4.04c.83 1.2 1.48 2.53 1.91 3.96h-3.82c.43-1.43 1.08-2.76 1.91-3.96zM18.92 8h-2.95a15.65 15.65 0 0 0-1.38-3.56A8.03 8.03 0 0 1 18.92 8zm-6.904 2H21.8c-.929-4.563-4.966-8-9.81-8C6.47 2 2 6.48 2 12s4.47 10 9.99 10l.026-.001v-2.064L12 19.96c-.83-1.2-1.48-2.53-1.91-3.96 0 0-.18-.656-.263-1.021C9.744 14.613 9.66 14 9.66 14c-.09-.66-.16-1.32-.16-2 0-.68.07-1.35.16-2h2.356z"
1074
914
  })));
1075
915
  };
1076
-
1077
916
  GlobalItemIcon.defaultProps = {
1078
917
  xmlns: "http://www.w3.org/2000/svg",
1079
918
  viewBox: "0 0 24 24"
1080
919
  };
1081
-
1082
920
  var HeartFillIcon = function HeartFillIcon(props) {
1083
921
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1084
922
  d: "M10 18.35l-1.45-1.32C3.4 12.36 0 9.28 0 5.5 0 2.42 2.42 0 5.5 0 7.24 0 8.91.81 10 2.09 11.09.81 12.76 0 14.5 0 17.58 0 20 2.42 20 5.5c0 3.78-3.4 6.86-8.55 11.54L10 18.35z",
@@ -1086,12 +924,10 @@ var HeartFillIcon = function HeartFillIcon(props) {
1086
924
  fillRule: "evenodd"
1087
925
  }));
1088
926
  };
1089
-
1090
927
  HeartFillIcon.defaultProps = {
1091
928
  viewBox: "0 0 20 19",
1092
929
  xmlns: "http://www.w3.org/2000/svg"
1093
930
  };
1094
-
1095
931
  var HeartStrokeIcon = function HeartStrokeIcon(props) {
1096
932
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1097
933
  d: "M14.5 0c-1.74 0-3.41.81-4.5 2.09C8.91.81 7.24 0 5.5 0 2.42 0 0 2.42 0 5.5c0 3.78 3.4 6.86 8.55 11.54L10 18.35l1.45-1.32C16.6 12.36 20 9.28 20 5.5 20 2.42 17.58 0 14.5 0zm-4.4 15.55l-.1.1-.1-.1C5.14 11.24 2 8.39 2 5.5 2 3.5 3.5 2 5.5 2c1.54 0 3.04.99 3.57 2.36h1.87C11.46 2.99 12.96 2 14.5 2c2 0 3.5 1.5 3.5 3.5 0 2.89-3.14 5.74-7.9 10.05z",
@@ -1099,12 +935,10 @@ var HeartStrokeIcon = function HeartStrokeIcon(props) {
1099
935
  fillRule: "evenodd"
1100
936
  }));
1101
937
  };
1102
-
1103
938
  HeartStrokeIcon.defaultProps = {
1104
939
  viewBox: "0 0 20 19",
1105
940
  xmlns: "http://www.w3.org/2000/svg"
1106
941
  };
1107
-
1108
942
  var HelpIcon = function HelpIcon(props) {
1109
943
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1110
944
  d: "M10.779 3.895c.758 0 1.368.61 1.368 1.368v8.231c0 .758-.61 1.369-1.368 1.369H6.442c-.59.78-1.663 2.021-2.948 2.653a.744.744 0 0 1-.294.063.651.651 0 0 1-.463-.19.645.645 0 0 1-.147-.736 4.97 4.97 0 0 0 .4-1.79H1.367C.61 14.864 0 14.254 0 13.496V5.263c0-.758.61-1.368 1.368-1.368zM18.632 0C19.39 0 20 .61 20 1.347V9.6c0 .758-.61 1.368-1.368 1.368h-1.643c.02.485.106 1.117.4 1.79a.613.613 0 0 1-.147.737.734.734 0 0 1-.463.169.672.672 0 0 1-.295-.064c-1.2-.59-2.232-1.747-2.842-2.526v-5.81c0-1.58-1.305-2.864-2.884-2.864H7.853V1.368C7.853.61 8.463 0 9.22 0zM6.169 11.536a.755.755 0 0 0-.759.758c0 .421.338.759.759.759a.756.756 0 0 0 .758-.759.755.755 0 0 0-.758-.758zm-.064-5.705c-1.453 0-2.19.99-2.337 2.022-.042.21.127.4.337.4l.59-.001a.34.34 0 0 0 .336-.295c.064-.379.316-.884 1.095-.884.59 0 .842.316.947.505.126.274.105.61-.063.842a1.877 1.877 0 0 1-.526.485c-.463.315-.822.653-.906 1.6-.02.21.127.38.337.38h.548c.169 0 .316-.128.358-.316.021-.4.126-.484.379-.653.21-.148.506-.358.8-.758.443-.611.505-1.432.169-2.147-.38-.737-1.158-1.18-2.064-1.18z",
@@ -1112,36 +946,30 @@ var HelpIcon = function HelpIcon(props) {
1112
946
  fillRule: "evenodd"
1113
947
  }));
1114
948
  };
1115
-
1116
949
  HelpIcon.defaultProps = {
1117
950
  viewBox: "0 0 20 18",
1118
951
  xmlns: "http://www.w3.org/2000/svg"
1119
952
  };
1120
-
1121
953
  var HourglassIcon = function HourglassIcon(props) {
1122
954
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1123
955
  fillRule: "evenodd",
1124
956
  d: "M15 2v2.1h-.75c0 2.03-1.178 3.903-3.077 4.9 1.9.998 3.077 2.87 3.077 4.9H15V16H3v-2.1h.75c0-2.003 1.156-3.867 3.016-4.863l.096-.047-.096-.026C4.906 7.967 3.75 6.104 3.75 4.1H3V2h12zm-4.882 8a1.485 1.485 0 0 0-.118.578v.637c0 .506.252.975.676 1.255L13 14a4.55 4.55 0 0 0-2.19-3.376h-.037l-.191-.126a1.481 1.481 0 0 1-.464-.498zm-2.234 0c-.11.186-.254.352-.436.48a2.171 2.171 0 0 1-.226.127A4.52 4.52 0 0 0 5 14c.688-.454 1.672-1.103 2.325-1.531.424-.28.675-.75.675-1.257v-.637c0-.2-.041-.395-.116-.575zM13 4H5c0 .858.398 1.674 1.082 2.321l2.412.616c.33.084.684.084 1.012 0l2.412-.616C12.602 5.673 13 4.86 13 4z"
1125
957
  }));
1126
958
  };
1127
-
1128
959
  HourglassIcon.defaultProps = {
1129
960
  xmlns: "http://www.w3.org/2000/svg",
1130
961
  viewBox: "0 0 18 18"
1131
962
  };
1132
-
1133
963
  var IncomeIcon = function IncomeIcon(props) {
1134
964
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1135
965
  fillRule: "evenodd",
1136
966
  d: "M4.999 8v2h1.004l2.996 1h3.528c.31 0 .617.072.894.211l1.578.789 1 2h5l-1.619 2.428c-.247.371-.61.648-1.033.79L11.72 19.76a2 2 0 0 1-1.419-.059l-5.302-2.707V19H3V8h1.999zm13.5-1a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5zm-7-3a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5z"
1137
967
  }));
1138
968
  };
1139
-
1140
969
  IncomeIcon.defaultProps = {
1141
970
  xmlns: "http://www.w3.org/2000/svg",
1142
971
  viewBox: "0 0 24 24"
1143
972
  };
1144
-
1145
973
  var InfoFilledIcon = function InfoFilledIcon(props) {
1146
974
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1147
975
  fillRule: "evenodd",
@@ -1150,13 +978,11 @@ var InfoFilledIcon = function InfoFilledIcon(props) {
1150
978
  fill: "#0E0E17"
1151
979
  }));
1152
980
  };
1153
-
1154
981
  InfoFilledIcon.defaultProps = {
1155
982
  viewBox: "0 0 18 18",
1156
983
  fill: "none",
1157
984
  xmlns: "http://www.w3.org/2000/svg"
1158
985
  };
1159
-
1160
986
  var InfoIcon = function InfoIcon(props) {
1161
987
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("g", {
1162
988
  fill: "#000"
@@ -1168,13 +994,11 @@ var InfoIcon = function InfoIcon(props) {
1168
994
  d: "M22 12a9 9 0 1 0-18 0 9 9 0 0 0 18 0zm-9-7.5a7.5 7.5 0 1 1 0 15 7.5 7.5 0 0 1 0-15z"
1169
995
  })));
1170
996
  };
1171
-
1172
997
  InfoIcon.defaultProps = {
1173
998
  viewBox: "0 0 24 24",
1174
999
  fill: "none",
1175
1000
  xmlns: "http://www.w3.org/2000/svg"
1176
1001
  };
1177
-
1178
1002
  var IssuesIcon = function IssuesIcon(props) {
1179
1003
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1180
1004
  fillRule: "evenodd",
@@ -1183,13 +1007,11 @@ var IssuesIcon = function IssuesIcon(props) {
1183
1007
  fill: "#000"
1184
1008
  }));
1185
1009
  };
1186
-
1187
1010
  IssuesIcon.defaultProps = {
1188
1011
  viewBox: "0 0 24 24",
1189
1012
  fill: "none",
1190
1013
  xmlns: "http://www.w3.org/2000/svg"
1191
1014
  };
1192
-
1193
1015
  var KeywordIcon = function KeywordIcon(props) {
1194
1016
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1195
1017
  d: "M15.704 2C19.18 2 22 4.85 22 8.368c0 3.516-2.82 6.367-6.296 6.367-.512 0-1.005-.07-1.48-.185l-.892.902h-3.237v3.274H6.857V22H2v-4.911L9.51 9.49a6.47 6.47 0 0 1-.102-1.123C9.408 4.849 12.226 2 15.704 2zm1.647 2.776c-.948 0-1.717.777-1.717 1.737 0 .958.77 1.736 1.717 1.736.95 0 1.717-.778 1.717-1.736 0-.96-.768-1.737-1.717-1.737z",
@@ -1197,12 +1019,10 @@ var KeywordIcon = function KeywordIcon(props) {
1197
1019
  fillRule: "evenodd"
1198
1020
  }));
1199
1021
  };
1200
-
1201
1022
  KeywordIcon.defaultProps = {
1202
1023
  viewBox: "0 0 24 24",
1203
1024
  xmlns: "http://www.w3.org/2000/svg"
1204
1025
  };
1205
-
1206
1026
  var LegalFilesIcon = function LegalFilesIcon(props) {
1207
1027
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1208
1028
  d: "M17.308 9h-.193l-1.92-5.757c-.003-.01-.01-.018-.014-.028a.538.538 0 0 0-.037-.07.654.654 0 0 0-.291-.29.689.689 0 0 0-.314-.085h-3.59a2.075 2.075 0 0 0-1.28-1.265c.011-.04.019-.08.023-.12V.692a.692.692 0 1 0-1.384 0v.693c.004.04.012.08.024.12A2.075 2.075 0 0 0 7.05 2.769H3.462a.688.688 0 0 0-.315.084.654.654 0 0 0-.291.291.6.6 0 0 0-.037.07c-.003.01-.01.017-.013.028L.886 9H.691A.692.692 0 0 0 0 9.692v.693a3.46 3.46 0 0 0 5.192 2.997 3.46 3.46 0 0 0 1.731-2.997v-.693A.693.693 0 0 0 6.231 9h-.193L4.422 4.154H7.05c.21.587.67 1.048 1.258 1.257v9.127H6.23c-1.147.001-2.076.93-2.077 2.077a.692.692 0 1 0 0 1.385h9.692a.692.692 0 1 0 0-1.385c0-1.146-.93-2.076-2.077-2.077H9.692V5.411a2.075 2.075 0 0 0 1.258-1.257h2.628L11.962 9h-.193a.692.692 0 0 0-.692.692v.693a3.46 3.46 0 0 0 5.192 2.997A3.46 3.46 0 0 0 18 10.385v-.693A.693.693 0 0 0 17.308 9zM2.345 9l1.117-3.349L4.578 9H2.345zm11.077 0l1.117-3.349L15.655 9h-2.233z",
@@ -1210,12 +1030,10 @@ var LegalFilesIcon = function LegalFilesIcon(props) {
1210
1030
  fillRule: "evenodd"
1211
1031
  }));
1212
1032
  };
1213
-
1214
1033
  LegalFilesIcon.defaultProps = {
1215
1034
  viewBox: "0 0 18 18",
1216
1035
  xmlns: "http://www.w3.org/2000/svg"
1217
1036
  };
1218
-
1219
1037
  var LicenceIcon = function LicenceIcon(props) {
1220
1038
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1221
1039
  fillRule: "evenodd",
@@ -1224,13 +1042,11 @@ var LicenceIcon = function LicenceIcon(props) {
1224
1042
  fill: "#000"
1225
1043
  }));
1226
1044
  };
1227
-
1228
1045
  LicenceIcon.defaultProps = {
1229
1046
  viewBox: "0 0 20 20",
1230
1047
  fill: "none",
1231
1048
  xmlns: "http://www.w3.org/2000/svg"
1232
1049
  };
1233
-
1234
1050
  var LicencedVideoIcon = function LicencedVideoIcon(props) {
1235
1051
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1236
1052
  d: "M15 9.167c.283 0 .558.025.833.066v-5.9c0-.916-.75-1.666-1.666-1.666h-10c-.917 0-1.667.75-1.667 1.666v13.334c0 .916.75 1.666 1.667 1.666h6.05A5.83 5.83 0 0 1 15 9.166zm-9.167 0V3.333H10v5.834l-2.083-1.25-2.084 1.25z",
@@ -1240,38 +1056,32 @@ var LicencedVideoIcon = function LicencedVideoIcon(props) {
1240
1056
  fill: "#0E0E17"
1241
1057
  }));
1242
1058
  };
1243
-
1244
1059
  LicencedVideoIcon.defaultProps = {
1245
1060
  viewBox: "0 0 20 20",
1246
1061
  fill: "none",
1247
1062
  xmlns: "http://www.w3.org/2000/svg"
1248
1063
  };
1249
-
1250
1064
  var LinkedIcon = function LinkedIcon(props) {
1251
1065
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1252
1066
  fillRule: "evenodd",
1253
1067
  d: "M18.313 16.471a1 1 0 1 1 0-2 1 1 0 0 1 0 2M6.246 19a1 1 0 1 1 0-2 1 1 0 0 1 0 2m12-14c.551 0 1 .45 1 1a1.001 1.001 0 1 1-1-1M6 9.848a1.001 1.001 0 0 1 0-2 1.001 1.001 0 0 1 0 2m12.313 2.623c-.755 0-1.437.29-1.965.752l-1.777-1.026c.006-.066.02-.129.02-.197 0-.261-.053-.508-.132-.744l2.538-2.537A2.95 2.95 0 0 0 18.246 9c1.654 0 3-1.345 3-3 0-1.654-1.346-3-3-3-1.655 0-3 1.346-3 3 0 .477.122.921.32 1.322l-2.492 2.491a2.326 2.326 0 0 0-.828-.157c-.498 0-.958.157-1.338.421L8.987 8.968c.002-.041.013-.079.013-.12 0-1.654-1.346-3-3-3-1.655 0-3 1.346-3 3s1.345 3 3 3c.887 0 1.676-.395 2.226-1.009l1.693.978c-.005.061-.019.121-.019.183 0 .293.06.57.159.828l-2.493 2.493A2.95 2.95 0 0 0 6.246 15c-1.655 0-3 1.346-3 3 0 1.655 1.345 3 3 3 1.654 0 3-1.345 3-3 0-.447-.105-.868-.282-1.25l2.537-2.537c.236.079.483.132.745.132.493 0 .95-.153 1.328-.414l1.79 1.033a2.924 2.924 0 0 0-.051.507c0 1.654 1.346 3 3 3s3-1.346 3-3-1.346-3-3-3"
1254
1068
  }));
1255
1069
  };
1256
-
1257
1070
  LinkedIcon.defaultProps = {
1258
1071
  xmlns: "http://www.w3.org/2000/svg",
1259
1072
  viewBox: "0 0 24 24"
1260
1073
  };
1261
-
1262
1074
  var LockIcon = function LockIcon(props) {
1263
1075
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1264
1076
  d: "M18 8.667h-1V6.762C17 4.133 14.76 2 12 2S7 4.133 7 6.762v1.905H6c-1.1 0-2 .857-2 1.904v9.524C4 21.143 4.9 22 6 22h12c1.1 0 2-.857 2-1.905v-9.524c0-1.047-.9-1.904-2-1.904zm-6 8.571c-1.1 0-2-.857-2-1.905 0-1.047.9-1.904 2-1.904s2 .857 2 1.904c0 1.048-.9 1.905-2 1.905zm3.1-8.571H8.9V6.762c0-1.629 1.39-2.952 3.1-2.952 1.71 0 3.1 1.323 3.1 2.952v1.905z",
1265
1077
  fill: "#000"
1266
1078
  }));
1267
1079
  };
1268
-
1269
1080
  LockIcon.defaultProps = {
1270
1081
  viewBox: "0 0 24 24",
1271
1082
  fill: "none",
1272
1083
  xmlns: "http://www.w3.org/2000/svg"
1273
1084
  };
1274
-
1275
1085
  var MailIcon = function MailIcon(props) {
1276
1086
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1277
1087
  d: "M.156.717c.017.13.083.253.191.336L10.4 8.736l9.34-7.68.066-.058a.5.5 0 0 0 .096-.151c.063.16.098.338.098.524v11.257c0 .175-.03.343-.087.497l-.029-.07-5.636-4.17-.047-.076a.456.456 0 0 0-.594-.126.517.517 0 0 0-.19.679l5.636 4.171.047.075c.075.1.182.163.296.182-.199.132-.436.21-.69.21H1.294c-.251 0-.485-.075-.684-.206a.463.463 0 0 0 .408-.222L6.79 9.401l.04-.08a.518.518 0 0 0-.172-.615.457.457 0 0 0-.655.14L.23 13.015l-.04.08a.523.523 0 0 0-.039.178A1.427 1.427 0 0 1 0 12.629V1.37c0-.223.05-.434.139-.62zM18.706 0c.226 0 .44.061.624.169l-.06.023-.074.045-8.79 7.268L.901.24.827.194a.45.45 0 0 0-.13-.042A1.25 1.25 0 0 1 1.295 0z",
@@ -1279,12 +1089,10 @@ var MailIcon = function MailIcon(props) {
1279
1089
  fillRule: "evenodd"
1280
1090
  }));
1281
1091
  };
1282
-
1283
1092
  MailIcon.defaultProps = {
1284
1093
  viewBox: "0 0 20 14",
1285
1094
  xmlns: "http://www.w3.org/2000/svg"
1286
1095
  };
1287
-
1288
1096
  var ManualIcon = function ManualIcon(props) {
1289
1097
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1290
1098
  d: "M17 20.4H5.4a3.21 3.21 0 0 1-3.2-3.2v-5.84c0-.864.344-1.68.952-2.28L9.536 2.8s.984 1.008 1 1.04a.977.977 0 0 1 .104 1.112C10.632 4.984 8.672 8.4 8.672 8.4H18.2c.664 0 1.2.536 1.2 1.2 0 .664-.536 1.2-1.2 1.2h-5.6v.8h7.6c.664 0 1.2.536 1.2 1.2 0 .664-.536 1.2-1.2 1.2h-7.6v.8h6.8c.664 0 1.2.536 1.2 1.2 0 .664-.536 1.2-1.2 1.2h-6.8v.8H17c.664 0 1.2.536 1.2 1.2 0 .664-.536 1.2-1.2 1.2z",
@@ -1292,12 +1100,10 @@ var ManualIcon = function ManualIcon(props) {
1292
1100
  fillRule: "evenodd"
1293
1101
  }));
1294
1102
  };
1295
-
1296
1103
  ManualIcon.defaultProps = {
1297
1104
  viewBox: "0 0 24 24",
1298
1105
  xmlns: "http://www.w3.org/2000/svg"
1299
1106
  };
1300
-
1301
1107
  var MenuIcon = function MenuIcon(props) {
1302
1108
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1303
1109
  d: "M21 16v2H3v-2h18zm0-5v2H3v-2h18zm0-5v2H3V6h18z",
@@ -1305,12 +1111,10 @@ var MenuIcon = function MenuIcon(props) {
1305
1111
  fillRule: "evenodd"
1306
1112
  }));
1307
1113
  };
1308
-
1309
1114
  MenuIcon.defaultProps = {
1310
1115
  viewBox: "0 0 24 24",
1311
1116
  xmlns: "http://www.w3.org/2000/svg"
1312
1117
  };
1313
-
1314
1118
  var Microphone = function Microphone(props) {
1315
1119
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1316
1120
  d: "M7 10.5c1.107 0 2-1.117 2-2.5V3C9 1.617 8.107.5 7 .5S5 1.617 5 3v5c0 1.383.893 2.5 2 2.5z",
@@ -1320,13 +1124,11 @@ var Microphone = function Microphone(props) {
1320
1124
  fill: "#000"
1321
1125
  }));
1322
1126
  };
1323
-
1324
1127
  Microphone.defaultProps = {
1325
1128
  viewBox: "0 0 14 18",
1326
1129
  fill: "none",
1327
1130
  xmlns: "http://www.w3.org/2000/svg"
1328
1131
  }; // MinusIcon code has been updated from current design system
1329
-
1330
1132
  var MinusIcon = function MinusIcon(props) {
1331
1133
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1332
1134
  d: "M4 11h16v2H4z",
@@ -1334,12 +1136,10 @@ var MinusIcon = function MinusIcon(props) {
1334
1136
  fillRule: "evenodd"
1335
1137
  }));
1336
1138
  };
1337
-
1338
1139
  MinusIcon.defaultProps = {
1339
1140
  viewBox: "0 0 24 24",
1340
1141
  xmlns: "http://www.w3.org/2000/svg"
1341
1142
  };
1342
-
1343
1143
  var MoreOptionsHorizontalIcon = function MoreOptionsHorizontalIcon(props) {
1344
1144
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1345
1145
  d: "M8 12a2 2 0 1 1-4 0 2 2 0 0 1 4 0zm6 0a2 2 0 1 1-4 0 2 2 0 0 1 4 0zm6 0a2 2 0 1 1-4 0 2 2 0 0 1 4 0z",
@@ -1347,12 +1147,10 @@ var MoreOptionsHorizontalIcon = function MoreOptionsHorizontalIcon(props) {
1347
1147
  fillRule: "evenodd"
1348
1148
  }));
1349
1149
  };
1350
-
1351
1150
  MoreOptionsHorizontalIcon.defaultProps = {
1352
1151
  viewBox: "0 0 24 24",
1353
1152
  xmlns: "http://www.w3.org/2000/svg"
1354
1153
  };
1355
-
1356
1154
  var MoreOptionsVerticalIcon = function MoreOptionsVerticalIcon(props) {
1357
1155
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1358
1156
  d: "M12 16a2 2 0 1 1 0 4 2 2 0 0 1 0-4zm0-6a2 2 0 1 1 0 4 2 2 0 0 1 0-4zm0-6a2 2 0 1 1 0 4 2 2 0 0 1 0-4z",
@@ -1360,37 +1158,31 @@ var MoreOptionsVerticalIcon = function MoreOptionsVerticalIcon(props) {
1360
1158
  fillRule: "evenodd"
1361
1159
  }));
1362
1160
  };
1363
-
1364
1161
  MoreOptionsVerticalIcon.defaultProps = {
1365
1162
  viewBox: "0 0 24 24",
1366
1163
  xmlns: "http://www.w3.org/2000/svg"
1367
1164
  };
1368
-
1369
1165
  var MusicNoteIcon = function MusicNoteIcon(props) {
1370
1166
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1371
1167
  fillRule: "evenodd",
1372
1168
  d: "M19 3H7v11.051c-.165-.025-.329-.051-.5-.051a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 3.497-3.465H10V7h8v5.051c-.165-.025-.329-.051-.5-.051a3.5 3.5 0 1 0 3.5 3.5V3h-2z"
1373
1169
  }));
1374
1170
  };
1375
-
1376
1171
  MusicNoteIcon.defaultProps = {
1377
1172
  xmlns: "http://www.w3.org/2000/svg",
1378
1173
  viewBox: "0 0 24 24"
1379
1174
  };
1380
-
1381
1175
  var MyEarnings = function MyEarnings(props) {
1382
1176
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1383
1177
  d: "M10 0C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0zm.88 15.76V17H9.13v-1.29c-.74-.18-2.39-.77-3.02-2.96l1.65-.67c.06.22.58 2.09 2.4 2.09.93 0 1.98-.48 1.98-1.61 0-.96-.7-1.46-2.28-2.03-1.1-.39-3.35-1.03-3.35-3.31 0-.1.01-2.4 2.62-2.96V3h1.75v1.24c1.84.32 2.51 1.79 2.66 2.23l-1.58.67c-.11-.35-.59-1.34-1.9-1.34-.7 0-1.81.37-1.81 1.39 0 .95.86 1.31 2.64 1.9 2.4.83 3.01 2.05 3.01 3.45 0 2.63-2.5 3.13-3.02 3.22z",
1384
1178
  fill: "#000"
1385
1179
  }));
1386
1180
  };
1387
-
1388
1181
  MyEarnings.defaultProps = {
1389
1182
  viewBox: "0 0 20 20",
1390
1183
  fill: "none",
1391
1184
  xmlns: "http://www.w3.org/2000/svg"
1392
1185
  };
1393
-
1394
1186
  var NotificationsIcon = function NotificationsIcon(props) {
1395
1187
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1396
1188
  d: "M11.309 19.8a2.673 2.673 0 0 1-1.604 1.637c-.66.24-1.388.203-2.022-.104A2.681 2.681 0 0 1 6.325 19.8zM8.817 0c3.896 0 7.054 3.224 7.054 7.2v3.59c.026 2.06.59 4.075 1.636 5.838.164.278.17.625.014.908a.879.879 0 0 1-.768.459H.88a.879.879 0 0 1-.768-.459.916.916 0 0 1 .015-.908 11.745 11.745 0 0 0 1.635-5.844V7.2c0-3.976 3.158-7.2 7.054-7.2z",
@@ -1398,12 +1190,10 @@ var NotificationsIcon = function NotificationsIcon(props) {
1398
1190
  fillRule: "evenodd"
1399
1191
  }));
1400
1192
  };
1401
-
1402
1193
  NotificationsIcon.defaultProps = {
1403
1194
  viewBox: "0 0 18 22",
1404
1195
  xmlns: "http://www.w3.org/2000/svg"
1405
1196
  };
1406
-
1407
1197
  var Notifications2Icon = function Notifications2Icon(props) {
1408
1198
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1409
1199
  fillRule: "evenodd",
@@ -1415,13 +1205,11 @@ var Notifications2Icon = function Notifications2Icon(props) {
1415
1205
  fill: "#D40000"
1416
1206
  }));
1417
1207
  };
1418
-
1419
1208
  Notifications2Icon.defaultProps = {
1420
1209
  viewBox: "0 0 24 24",
1421
1210
  fill: "none",
1422
1211
  xmlns: "http://www.w3.org/2000/svg"
1423
1212
  };
1424
-
1425
1213
  var OneWay = function OneWay(props) {
1426
1214
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("rect", {
1427
1215
  fill: "#fff"
@@ -1434,13 +1222,11 @@ var OneWay = function OneWay(props) {
1434
1222
  fill: "#000"
1435
1223
  }));
1436
1224
  };
1437
-
1438
1225
  OneWay.defaultProps = {
1439
1226
  viewBox: "0 0 24 24",
1440
1227
  fill: "none",
1441
1228
  xmlns: "http://www.w3.org/2000/svg"
1442
1229
  };
1443
-
1444
1230
  var OthersIcon = function OthersIcon(props) {
1445
1231
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1446
1232
  d: "M15.267 16.667a2.333 2.333 0 1 1 0 4.666 2.333 2.333 0 0 1 0-4.666zm-8.867-5.6a3.733 3.733 0 1 1 0 7.466 3.733 3.733 0 0 1 0-7.466zm9.333-8.4a5.6 5.6 0 1 1 0 11.2 5.6 5.6 0 0 1 0-11.2z",
@@ -1448,12 +1234,10 @@ var OthersIcon = function OthersIcon(props) {
1448
1234
  fillRule: "evenodd"
1449
1235
  }));
1450
1236
  };
1451
-
1452
1237
  OthersIcon.defaultProps = {
1453
1238
  viewBox: "0 0 24 24",
1454
1239
  xmlns: "http://www.w3.org/2000/svg"
1455
1240
  };
1456
-
1457
1241
  var OwnershipValidationIcon = function OwnershipValidationIcon(props) {
1458
1242
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1459
1243
  d: "M14.885 2.667L12 4.289 9.116 3.051 7.512 5.757l-3.063.687.288 3.14-2.07 2.376 2.07 2.365-.288 3.142 3.063.694 1.604 2.707L12 19.62l2.885 1.24 1.603-2.707 3.064-.696-.29-3.132 2.073-2.365-2.072-2.368.289-3.13-3.064-.697-1.603-3.098zm.458 5.805l1.256 1.256-6.22 6.236-3.224-3.233 1.257-1.255 1.967 1.976 4.964-4.98z",
@@ -1461,12 +1245,10 @@ var OwnershipValidationIcon = function OwnershipValidationIcon(props) {
1461
1245
  fillRule: "evenodd"
1462
1246
  }));
1463
1247
  };
1464
-
1465
1248
  OwnershipValidationIcon.defaultProps = {
1466
1249
  viewBox: "0 0 24 24",
1467
1250
  xmlns: "http://www.w3.org/2000/svg"
1468
1251
  };
1469
-
1470
1252
  var PageFirstIcon = function PageFirstIcon(props) {
1471
1253
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1472
1254
  d: "M7 4v16H5V4h2zm10.778.222l1.414 1.414L12.828 12l6.364 6.364-1.414 1.414L10 12l7.778-7.778z",
@@ -1474,12 +1256,10 @@ var PageFirstIcon = function PageFirstIcon(props) {
1474
1256
  fillRule: "evenodd"
1475
1257
  }));
1476
1258
  };
1477
-
1478
1259
  PageFirstIcon.defaultProps = {
1479
1260
  viewBox: "0 0 24 24",
1480
1261
  xmlns: "http://www.w3.org/2000/svg"
1481
1262
  };
1482
-
1483
1263
  var PageLastIcon = function PageLastIcon(props) {
1484
1264
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1485
1265
  d: "M19 4v16h-2V4h2zm-12.778.222L14 12l-7.778 7.778-1.414-1.414L11.172 12 4.808 5.636l1.414-1.414z",
@@ -1487,12 +1267,10 @@ var PageLastIcon = function PageLastIcon(props) {
1487
1267
  fillRule: "evenodd"
1488
1268
  }));
1489
1269
  };
1490
-
1491
1270
  PageLastIcon.defaultProps = {
1492
1271
  viewBox: "0 0 24 24",
1493
1272
  xmlns: "http://www.w3.org/2000/svg"
1494
1273
  };
1495
-
1496
1274
  var ArrowToRightIcon = function ArrowToRightIcon(props) {
1497
1275
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("g", {
1498
1276
  fillRule: "nonzero"
@@ -1500,12 +1278,10 @@ var ArrowToRightIcon = function ArrowToRightIcon(props) {
1500
1278
  d: "M13.278 11.5L5.5 3.722 4.086 5.136l6.364 6.365-6.364 6.363L5.5 19.278zM18 4v16h-2V4z"
1501
1279
  })));
1502
1280
  };
1503
-
1504
1281
  ArrowToRightIcon.defaultProps = {
1505
1282
  viewBox: "0 0 24 24",
1506
1283
  xmlns: "http://www.w3.org/2000/svg"
1507
1284
  };
1508
-
1509
1285
  var ArrowToLeftIcon = function ArrowToLeftIcon(props) {
1510
1286
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("g", {
1511
1287
  fillRule: "nonzero"
@@ -1513,38 +1289,32 @@ var ArrowToLeftIcon = function ArrowToLeftIcon(props) {
1513
1289
  d: "M11.722 11.5L19.5 3.722l1.414 1.414-6.364 6.365 6.364 6.363-1.414 1.414zM8 4v16H6V4z"
1514
1290
  })));
1515
1291
  };
1516
-
1517
1292
  ArrowToLeftIcon.defaultProps = {
1518
1293
  viewBox: "0 0 24 24",
1519
1294
  xmlns: "http://www.w3.org/2000/svg"
1520
1295
  };
1521
-
1522
1296
  var PauseIcon = function PauseIcon(props) {
1523
1297
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1524
1298
  d: "M.4 9.2h2.4V.8H.4v8.4zM5.2.8v8.4h2.4V.8H5.2z",
1525
1299
  fillRule: "evenodd"
1526
1300
  }));
1527
1301
  };
1528
-
1529
1302
  PauseIcon.defaultProps = {
1530
1303
  xmlns: "http://www.w3.org/2000/svg",
1531
1304
  width: "9",
1532
1305
  height: "10",
1533
1306
  viewBox: "0 0 9 10"
1534
1307
  };
1535
-
1536
1308
  var PercentageIcon = function PercentageIcon(props) {
1537
1309
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1538
1310
  fillRule: "evenodd",
1539
1311
  d: "M19 3L2 20l2 2L21 5zM6 3.5a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7m0 2c.827 0 1.5.673 1.5 1.5S6.827 8.5 6 8.5 4.5 7.827 4.5 7 5.173 5.5 6 5.5m11 9a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7m0 2c.827 0 1.5.673 1.5 1.5s-.673 1.5-1.5 1.5-1.5-.673-1.5-1.5.673-1.5 1.5-1.5"
1540
1312
  }));
1541
1313
  };
1542
-
1543
1314
  PercentageIcon.defaultProps = {
1544
1315
  xmlns: "http://www.w3.org/2000/svg",
1545
1316
  viewBox: "0 0 24 24"
1546
1317
  };
1547
-
1548
1318
  var PlayCount = function PlayCount(props) {
1549
1319
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1550
1320
  d: "M9.6 0c5.317 0 9.6 4.283 9.6 9.6 0 5.317-4.283 9.6-9.6 9.6A9.581 9.581 0 0 1 0 9.6C0 4.283 4.283 0 9.6 0zM8.102 6.076a.636.636 0 0 0-.601 0 .65.65 0 0 0-.301.553v5.934c0 .235.127.452.301.553a.514.514 0 0 0 .3.084.517.517 0 0 0 .301-.084L12.9 10.15a.65.65 0 0 0 .301-.553c0-.235-.11-.453-.285-.553z",
@@ -1552,14 +1322,12 @@ var PlayCount = function PlayCount(props) {
1552
1322
  fillRule: "evenodd"
1553
1323
  }));
1554
1324
  };
1555
-
1556
1325
  PlayCount.defaultProps = {
1557
1326
  width: "16",
1558
1327
  height: "16",
1559
1328
  viewBox: "0 0 20 20",
1560
1329
  xmlns: "http://www.w3.org/2000/svg"
1561
1330
  };
1562
-
1563
1331
  var PlayIcon = function PlayIcon(props) {
1564
1332
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1565
1333
  fillRule: "evenodd",
@@ -1568,13 +1336,11 @@ var PlayIcon = function PlayIcon(props) {
1568
1336
  fill: "#0E0E17"
1569
1337
  }));
1570
1338
  };
1571
-
1572
1339
  PlayIcon.defaultProps = {
1573
1340
  viewBox: "0 0 24 24",
1574
1341
  fill: "none",
1575
1342
  xmlns: "http://www.w3.org/2000/svg"
1576
1343
  };
1577
-
1578
1344
  var PlusIcon = function PlusIcon(props) {
1579
1345
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1580
1346
  d: "M13 4l-.001 6.999L20 11v2l-7.001-.001L13 20h-2l-.001-7.001L4 13v-2l6.999-.001L11 4h2z",
@@ -1582,12 +1348,10 @@ var PlusIcon = function PlusIcon(props) {
1582
1348
  fillRule: "evenodd"
1583
1349
  }));
1584
1350
  };
1585
-
1586
1351
  PlusIcon.defaultProps = {
1587
1352
  viewBox: "0 0 24 24",
1588
1353
  xmlns: "http://www.w3.org/2000/svg"
1589
1354
  };
1590
-
1591
1355
  var PoliciesIcon = function PoliciesIcon(props) {
1592
1356
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1593
1357
  d: "M16.465 12.409l3.651 1.622v2.434c0 2.252-1.557 4.357-3.65 4.868-2.024-.494-3.548-2.478-3.648-4.644l-.005-.224V14.03l3.652-1.622zm1.863 2.669l-2.568 2.567-1.05-1.05-.789.79 1.878 1.877.789-.79-.003-.002 2.567-2.568-.79-.788-.034-.036zm-3.394-12.41c.859 0 1.561.702 1.561 1.56v6.973l-.03-.014-.454.202-3.65 1.622-.663.295v3.159c0 .625.11 1.237.295 1.82H5.562c-.86 0-1.561-.702-1.561-1.562V4.23c0-.86.701-1.562 1.561-1.562z",
@@ -1595,12 +1359,10 @@ var PoliciesIcon = function PoliciesIcon(props) {
1595
1359
  fillRule: "evenodd"
1596
1360
  }));
1597
1361
  };
1598
-
1599
1362
  PoliciesIcon.defaultProps = {
1600
1363
  viewBox: "0 0 24 24",
1601
1364
  xmlns: "http://www.w3.org/2000/svg"
1602
1365
  };
1603
-
1604
1366
  var ProcessManagementIcon = function ProcessManagementIcon(props) {
1605
1367
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1606
1368
  d: "M6.815 13.037a4.148 4.148 0 1 1 0 8.297 4.148 4.148 0 0 1 0-8.297zm13.01 0l1.508 1.508-2.64 2.64 2.64 2.64-1.508 1.508-2.64-2.639-2.64 2.64-1.508-1.51 2.64-2.638-2.64-2.64 1.508-1.509 2.64 2.64 2.64-2.64zm-13.01 2.074c-1.144 0-2.074.93-2.074 2.074 0 1.144.93 2.074 2.074 2.074 1.144 0 2.074-.93 2.074-2.074 0-1.144-.93-2.074-2.074-2.074zm2.64-12.444l1.508 1.508-2.64 2.64 2.64 2.64-1.508 1.508-2.64-2.64-2.64 2.64-1.508-1.508 2.64-2.64-2.64-2.64 1.508-1.508 2.64 2.64 2.64-2.64zm11.878 0v5.912h-2.15V6.338l-4.625 4.625-1.521-1.52 4.625-4.626h-2.24v-2.15h5.911z",
@@ -1608,12 +1370,10 @@ var ProcessManagementIcon = function ProcessManagementIcon(props) {
1608
1370
  fillRule: "evenodd"
1609
1371
  }));
1610
1372
  };
1611
-
1612
1373
  ProcessManagementIcon.defaultProps = {
1613
1374
  viewBox: "0 0 24 24",
1614
1375
  xmlns: "http://www.w3.org/2000/svg"
1615
1376
  };
1616
-
1617
1377
  var ProcessIcon = function ProcessIcon(props) {
1618
1378
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1619
1379
  d: "M9.378 2.052c.52-.198.703.187 1.046.9.342.714.806 1.274 1.583 1.314.016 0 .02.006.035.009.14-.002.278.002.415.011.77 0 1.265-.533 1.643-1.222.383-.692.587-1.068 1.096-.84.505.228.163.071.982.439l.003.001.02.008.981.441c.507.228.364.63.103 1.376-.262.746-.331 1.471.19 2.047.007.01.007.015.014.023a6.996 6.996 0 0 1 .283.304c.542.553 1.272.526 2.03.305.761-.22 1.171-.34 1.37.18.196.519.063.166.384 1.005l.003.009a.151.151 0 0 0 .007.014c.318.84.186.49.383 1.005.196.52-.19.702-.901 1.047-.713.343-1.273.804-1.314 1.58-.002.016-.007.023-.01.038 0 .139-.004.275-.012.412-.001.772.532 1.264 1.222 1.643.692.384 1.067.587.84 1.096l-.439.982c-.001.003-.001.006-.004.01l-.005.014c-.37.819-.215.474-.441.979-.228.508-.63.363-1.376.103-.746-.262-1.47-.33-2.047.188-.01.009-.016.008-.023.015-.098.098-.2.19-.304.282-.554.545-.526 1.274-.305 2.033.219.76.34 1.17-.181 1.369-.518.195-.167.064-1.005.383a.062.062 0 0 1-.01.004l-.012.005c-.839.32-.49.186-1.006.385-.52.197-.702-.19-1.046-.902-.342-.711-.806-1.273-1.58-1.314-.016 0-.021-.006-.037-.009-.14.002-.28-.004-.419-.012-.767.002-1.259.534-1.637 1.221-.384.693-.586 1.067-1.095.841-.505-.227-.163-.071-.981-.438l-.008-.003-.015-.007c-.82-.368-.476-.216-.982-.44-.507-.228-.363-.63-.102-1.377.262-.744.33-1.47-.188-2.046-.006-.008-.006-.013-.013-.02-.102-.102-.196-.208-.29-.316-.547-.544-1.27-.514-2.027-.296-.76.22-1.17.34-1.37-.182-.197-.516-.063-.163-.381-1.003a.123.123 0 0 1-.01-.023c-.32-.838-.185-.488-.383-1.004-.2-.52.188-.703.9-1.046.713-.342 1.276-.805 1.315-1.582 0-.013.005-.018.006-.03 0-.143.004-.288.013-.431-.006-.763-.535-1.253-1.22-1.631-.693-.382-1.069-.586-.84-1.096.224-.504.071-.162.438-.98a.203.203 0 0 1 .01-.023c.366-.819.213-.475.44-.98.227-.51.63-.366 1.376-.103.745.26 1.47.33 2.047-.191.008-.005.01-.005.018-.012.102-.098.206-.193.313-.288.548-.546.52-1.272.299-2.028-.218-.76-.34-1.17.182-1.368.518-.196.167-.063 1-.386l1.029-.392zm7.435 8.695l-1.266.355.055.223a3.598 3.598 0 0 1-.666 2.963 3.605 3.605 0 0 1-2.403 1.39 3.596 3.596 0 0 1-1.784-.227l.759-.227-.378-1.26-2.909.871.871 2.91 1.26-.377-.225-.75.262.104a4.797 4.797 0 0 0 2.318.26 4.907 4.907 0 0 0 3.272-1.895 4.901 4.901 0 0 0 .834-4.34zm-1.905-4.493l-1.26.377.22.737-.27-.106a4.88 4.88 0 0 0-2.306-.244A4.907 4.907 0 0 0 8.02 8.913a4.904 4.904 0 0 0-.833 4.34l1.265-.355-.055-.223a3.6 3.6 0 0 1 .667-2.963 3.607 3.607 0 0 1 2.402-1.392 3.596 3.596 0 0 1 1.784.229l-.758.227.377 1.26 2.91-.872-.871-2.91z",
@@ -1621,12 +1381,10 @@ var ProcessIcon = function ProcessIcon(props) {
1621
1381
  fillRule: "evenodd"
1622
1382
  }));
1623
1383
  };
1624
-
1625
1384
  ProcessIcon.defaultProps = {
1626
1385
  viewBox: "0 0 24 24",
1627
1386
  xmlns: "http://www.w3.org/2000/svg"
1628
1387
  };
1629
-
1630
1388
  var ProcessedLogs = function ProcessedLogs(props) {
1631
1389
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1632
1390
  fillRule: "evenodd",
@@ -1635,7 +1393,6 @@ var ProcessedLogs = function ProcessedLogs(props) {
1635
1393
  fill: "#fff"
1636
1394
  }));
1637
1395
  };
1638
-
1639
1396
  ProcessedLogs.defaultProps = {
1640
1397
  width: "16",
1641
1398
  height: "16",
@@ -1643,7 +1400,6 @@ ProcessedLogs.defaultProps = {
1643
1400
  fill: "none",
1644
1401
  xmlns: "http://www.w3.org/2000/svg"
1645
1402
  };
1646
-
1647
1403
  var Proposed = function Proposed(props) {
1648
1404
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1649
1405
  d: "M16 11.867V7.91h-1.284v2.637H5.728v-9.23h2.568V0H4.444v11.867H16z",
@@ -1653,13 +1409,11 @@ var Proposed = function Proposed(props) {
1653
1409
  fill: "#000"
1654
1410
  }));
1655
1411
  };
1656
-
1657
1412
  Proposed.defaultProps = {
1658
1413
  viewBox: "0 0 16 16",
1659
1414
  fill: "none",
1660
1415
  xmlns: "http://www.w3.org/2000/svg"
1661
1416
  };
1662
-
1663
1417
  var PublicPerformanceIcon = function PublicPerformanceIcon(props) {
1664
1418
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("circle", {
1665
1419
  opacity: ".01",
@@ -1674,13 +1428,11 @@ var PublicPerformanceIcon = function PublicPerformanceIcon(props) {
1674
1428
  fill: "#000"
1675
1429
  }));
1676
1430
  };
1677
-
1678
1431
  PublicPerformanceIcon.defaultProps = {
1679
1432
  viewBox: "0 0 32 32",
1680
1433
  fill: "none",
1681
1434
  xmlns: "http://www.w3.org/2000/svg"
1682
1435
  };
1683
-
1684
1436
  var PublisherIcon = function PublisherIcon(props) {
1685
1437
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1686
1438
  d: "M20.18 18.887V6.047c.026-.432-.2-.84-.574-1.036l-.671-.26-1.596-.646-1.822-.744-1.638-.654-1.64-.664-.046-.013-.043-.013a.606.606 0 0 0-.288 0l-.043.013-.058.013-7.374 2.976c-.37.195-.592.6-.567 1.029v12.84h-.8c-.564 0-1.02.472-1.02 1.056C2 20.527 2.456 21 3.02 21h17.96c.564 0 1.02-.473 1.02-1.056 0-.584-.456-1.057-1.02-1.057h-.8zm-8.986-1.81l-5.76.155v-1.488l5.76-.469v1.801zm0-3.597l-5.76.782v-1.488l5.76-1.094v1.8zm0-3.596l-5.76 1.409V9.805l5.76-1.717v1.796zm0-3.596l-5.76 2.034V6.863l5.76-2.326v1.751z",
@@ -1688,25 +1440,21 @@ var PublisherIcon = function PublisherIcon(props) {
1688
1440
  fillRule: "evenodd"
1689
1441
  }));
1690
1442
  };
1691
-
1692
1443
  PublisherIcon.defaultProps = {
1693
1444
  viewBox: "0 0 24 24",
1694
1445
  xmlns: "http://www.w3.org/2000/svg"
1695
1446
  };
1696
-
1697
1447
  var RecordLabelIconV2 = function RecordLabelIconV2(props) {
1698
1448
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1699
1449
  d: "M10 11.667a2.49 2.49 0 0 0 2.492-2.5l.008-5c0-1.384-1.117-2.5-2.5-2.5a2.497 2.497 0 0 0-2.5 2.5v5c0 1.383 1.117 2.5 2.5 2.5zm4.417-2.5c0 2.5-2.117 4.25-4.417 4.25s-4.417-1.75-4.417-4.25H4.167c0 2.841 2.266 5.191 5 5.6V17.5h1.666v-2.733c2.734-.4 5-2.75 5-5.6h-1.416z",
1700
1450
  fill: "#000"
1701
1451
  }));
1702
1452
  };
1703
-
1704
1453
  RecordLabelIconV2.defaultProps = {
1705
1454
  viewBox: "0 0 20 20",
1706
1455
  fill: "none",
1707
1456
  xmlns: "http://www.w3.org/2000/svg"
1708
1457
  };
1709
-
1710
1458
  var RecordLabelIcon = function RecordLabelIcon(props) {
1711
1459
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1712
1460
  d: "M12 2c5.51 0 10 4.49 10 10s-4.49 10-10 10S2 17.51 2 12 6.49 2 12 2zm0 5c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm0 2c1.65 0 3 1.35 3 3s-1.35 3-3 3-3-1.35-3-3 1.35-3 3-3z",
@@ -1714,25 +1462,21 @@ var RecordLabelIcon = function RecordLabelIcon(props) {
1714
1462
  fillRule: "evenodd"
1715
1463
  }));
1716
1464
  };
1717
-
1718
1465
  RecordLabelIcon.defaultProps = {
1719
1466
  viewBox: "0 0 24 24",
1720
1467
  xmlns: "http://www.w3.org/2000/svg"
1721
1468
  };
1722
-
1723
1469
  var Recording = function Recording(props) {
1724
1470
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1725
1471
  d: "M9.333 4v6.702A3.17 3.17 0 0 0 8.25 10.5 3.246 3.246 0 0 0 5 13.75 3.246 3.246 0 0 0 8.25 17a3.239 3.239 0 0 0 3.214-2.889h.036V6.167h2.889V4H9.333z",
1726
1472
  fill: "#0E0E17"
1727
1473
  }));
1728
1474
  };
1729
-
1730
1475
  Recording.defaultProps = {
1731
1476
  viewBox: "0 0 20 20",
1732
1477
  fill: "none",
1733
1478
  xmlns: "http://www.w3.org/2000/svg"
1734
1479
  };
1735
-
1736
1480
  var ReferenceFileIcon = function ReferenceFileIcon(props) {
1737
1481
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1738
1482
  d: "M6.463 4.533h4.667V12l-2.333-1.4L6.463 12V4.533zm0-1.866c-1.026 0-1.866.84-1.866 1.866v14.934c0 1.026.84 1.866 1.866 1.866h11.2c1.027 0 1.867-.84 1.867-1.866V4.533c0-1.026-.84-1.866-1.867-1.866h-11.2z",
@@ -1740,12 +1484,10 @@ var ReferenceFileIcon = function ReferenceFileIcon(props) {
1740
1484
  fillRule: "evenodd"
1741
1485
  }));
1742
1486
  };
1743
-
1744
1487
  ReferenceFileIcon.defaultProps = {
1745
1488
  viewBox: "0 0 24 24",
1746
1489
  xmlns: "http://www.w3.org/2000/svg"
1747
1490
  };
1748
-
1749
1491
  var RefreshIcon = function RefreshIcon(props) {
1750
1492
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1751
1493
  d: "M14.927 6.835a7.456 7.456 0 0 1-1.268 6.6 7.465 7.465 0 0 1-4.977 2.884 7.618 7.618 0 0 1-1.008.067 7.42 7.42 0 0 1-2.918-.62l.342 1.14-1.916.575-1.325-4.427 4.425-1.325.575 1.916-1.154.345a5.471 5.471 0 0 0 2.714.347 5.483 5.483 0 0 0 3.655-2.116 5.478 5.478 0 0 0 .93-4.846zM12.03 0l1.325 4.426-4.426 1.326-.574-1.916 1.153-.346a5.47 5.47 0 0 0-2.714-.347A5.486 5.486 0 0 0 3.14 5.26a5.484 5.484 0 0 0-.93 4.846l-1.925.539a7.46 7.46 0 0 1 1.267-6.6A7.465 7.465 0 0 1 6.53 1.161a7.435 7.435 0 0 1 3.92.533L10.112.573 12.03 0z",
@@ -1753,12 +1495,10 @@ var RefreshIcon = function RefreshIcon(props) {
1753
1495
  fillRule: "evenodd"
1754
1496
  }));
1755
1497
  };
1756
-
1757
1498
  RefreshIcon.defaultProps = {
1758
1499
  viewBox: "0 0 16 18",
1759
1500
  xmlns: "http://www.w3.org/2000/svg"
1760
1501
  };
1761
-
1762
1502
  var RelationsIcon = function RelationsIcon(props) {
1763
1503
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1764
1504
  fillRule: "evenodd",
@@ -1767,39 +1507,33 @@ var RelationsIcon = function RelationsIcon(props) {
1767
1507
  fill: "#000"
1768
1508
  }));
1769
1509
  };
1770
-
1771
1510
  RelationsIcon.defaultProps = {
1772
1511
  viewBox: "0 0 24 24",
1773
1512
  fill: "none",
1774
1513
  xmlns: "http://www.w3.org/2000/svg"
1775
1514
  };
1776
-
1777
1515
  var RestartIcon = function RestartIcon(props) {
1778
1516
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1779
1517
  d: "M6 2.8V.4l3 3-3 3V4a3.603 3.603 0 0 0-3.6 3.6c0 1.986 1.614 3.6 3.6 3.6s3.6-1.614 3.6-3.6h1.2c0 2.652-2.148 4.8-4.8 4.8a4.799 4.799 0 0 1-4.8-4.8c0-2.652 2.148-4.8 4.8-4.8z",
1780
1518
  fillRule: "evenodd"
1781
1519
  }));
1782
1520
  };
1783
-
1784
1521
  RestartIcon.defaultProps = {
1785
1522
  xmlns: "http://www.w3.org/2000/svg",
1786
1523
  width: "11",
1787
1524
  height: "13",
1788
1525
  viewBox: "0 0 11 13"
1789
1526
  };
1790
-
1791
1527
  var RestoreIcon = function RestoreIcon(props) {
1792
1528
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1793
1529
  fillRule: "evenodd",
1794
1530
  d: "M12.036 4c4.41 0 8 3.589 8 8s-3.59 8-8 8a7.948 7.948 0 0 1-5.657-2.343l1.414-1.414A5.963 5.963 0 0 0 12.036 18c3.309 0 6-2.691 6-6s-2.692-6-6-6c-3.31 0-6 2.691-6 6h2l-3.018 3.018L2 12h2.035c0-4.411 3.59-8 8-8zm-1 4h2l-.002 3.575 2.71 2.719-1.416 1.412-3.294-3.306.002-4.4z"
1795
1531
  }));
1796
1532
  };
1797
-
1798
1533
  RestoreIcon.defaultProps = {
1799
1534
  xmlns: "http://www.w3.org/2000/svg",
1800
1535
  viewBox: "0 0 24 24"
1801
1536
  };
1802
-
1803
1537
  var ResultIcon = function ResultIcon(props) {
1804
1538
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1805
1539
  d: "M19.477 3.22H4.543c-1.026 0-1.866.84-1.866 1.866v13.067c0 1.027.84 1.867 1.866 1.867h14.934c1.026 0 1.866-.84 1.866-1.867V5.086c0-1.026-.84-1.866-1.866-1.866zm-9.334 13.066H5.477V14.42h4.666v1.866zm0-3.733H5.477v-1.867h4.666v1.867zm0-3.733H5.477V6.953h4.666V8.82zm4.5 5.6l-2.633-2.65 1.316-1.317 1.316 1.325 2.959-2.958 1.325 1.325-4.284 4.275z",
@@ -1807,26 +1541,22 @@ var ResultIcon = function ResultIcon(props) {
1807
1541
  fillRule: "evenodd"
1808
1542
  }));
1809
1543
  };
1810
-
1811
1544
  ResultIcon.defaultProps = {
1812
1545
  viewBox: "0 0 24 24",
1813
1546
  xmlns: "http://www.w3.org/2000/svg"
1814
1547
  };
1815
-
1816
1548
  var ResumeIcon = function ResumeIcon(props) {
1817
1549
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1818
1550
  d: "M3.4 7.6L8.5 4 3.4.4v7.2zM.4.4v7.2h1.2V.4H.4z",
1819
1551
  fillRule: "evenodd"
1820
1552
  }));
1821
1553
  };
1822
-
1823
1554
  ResumeIcon.defaultProps = {
1824
1555
  xmlns: "http://www.w3.org/2000/svg",
1825
1556
  width: "10",
1826
1557
  height: "9",
1827
1558
  viewBox: "0 0 10 9"
1828
1559
  };
1829
-
1830
1560
  var RoyaltyShares = function RoyaltyShares(props) {
1831
1561
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1832
1562
  fillRule: "evenodd",
@@ -1834,36 +1564,30 @@ var RoyaltyShares = function RoyaltyShares(props) {
1834
1564
  d: "M4.07 6c1.016.009 1.888-.697 2.058-1.666.17-.969-.414-1.913-1.376-2.228-.964-.315-2.02.093-2.495.962a1.958 1.958 0 0 0 .59 2.532 4.819 4.819 0 0 0-.63 2.693c.017.294.272.507.567.507.386 0 .67-.36.665-.747V8c0-.708.208-1.401.6-2h.02zm0-2.8c.334 0 .636.195.764.494a.78.78 0 0 1-.18.872.848.848 0 0 1-.901.173A.8.8 0 0 1 3.242 4c0-.442.37-.8.827-.8zm0 10.8a2.071 2.071 0 0 0 1.892-1.2c.87.244 1.792.262 2.67.05a5.236 5.236 0 0 0 1.729-.763c.331-.226.296-.703-.034-.93-.232-.16-.539-.142-.776.01a4.008 4.008 0 0 1-3.458.419 2.034 2.034 0 0 0-1.54-1.53 2.11 2.11 0 0 0-2.092.685 1.947 1.947 0 0 0-.26 2.12A2.076 2.076 0 0 0 4.07 14zm0-2.8c.334 0 .636.195.764.494a.78.78 0 0 1-.18.872.848.848 0 0 1-.901.173.8.8 0 0 1-.511-.739c0-.442.37-.8.827-.8zm8.05-5.188c.864.072 1.588.66 1.81 1.47l-.002-.002a1.957 1.957 0 0 1-.626 2.02 2.125 2.125 0 0 1-2.151.356 2.008 2.008 0 0 1-1.283-1.707 1.984 1.984 0 0 1 1.013-1.87 3.856 3.856 0 0 0-1.447-1.516 4.012 4.012 0 0 0-1.457-.518c-.327-.049-.597-.313-.597-.644 0-.332.27-.604.6-.566.795.09 1.56.359 2.235.787a5.048 5.048 0 0 1 1.905 2.19zm-.297 2.782a.837.837 0 0 0 .825-.394.786.786 0 0 0-.303-1.092.852.852 0 0 0-.918.057.785.785 0 0 0-.295.842.82.82 0 0 0 .69.587z"
1835
1565
  }));
1836
1566
  };
1837
-
1838
1567
  RoyaltyShares.defaultProps = {
1839
1568
  viewBox: "0 0 16 16",
1840
1569
  xmlns: "http://www.w3.org/2000/svg"
1841
1570
  };
1842
-
1843
1571
  var SearchMusicIcon = function SearchMusicIcon(props) {
1844
1572
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1845
1573
  fillRule: "evenodd",
1846
1574
  d: "M10.012 3c3.866 0 7.011 3.146 7.011 7.011a6.96 6.96 0 0 1-.874 3.384c.128.079.251.17.362.282l3.95 3.948a2 2 0 1 1-2.829 2.828l-3.949-3.948a1.989 1.989 0 0 1-.281-.36 6.967 6.967 0 0 1-3.39.878C6.146 17.023 3 13.877 3 10.012c0-3.867 3.146-7.013 7.012-7.013zm3.113 3.091H7.113v4.745c-.07-.01-.141-.02-.214-.02A1.502 1.502 0 1 0 8.4 12.334l.002-.002V7.81h3.435v2.168c-.071-.01-.141-.02-.215-.02a1.502 1.502 0 1 0 1.503 1.502V6.093z"
1847
1575
  }));
1848
1576
  };
1849
-
1850
1577
  SearchMusicIcon.defaultProps = {
1851
1578
  xmlns: "http://www.w3.org/2000/svg",
1852
1579
  viewBox: "0 0 24 24"
1853
1580
  };
1854
-
1855
1581
  var SearchThunderIcon = function SearchThunderIcon(props) {
1856
1582
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1857
1583
  fillRule: "evenodd",
1858
1584
  d: "M7.945 3.38a5.569 5.569 0 0 1 5.564 5.562 5.53 5.53 0 0 1-.693 2.683c.101.064.199.136.287.224l3.134 3.134a1.586 1.586 0 1 1-2.244 2.244l-3.135-3.134a1.58 1.58 0 0 1-.223-.285 5.524 5.524 0 0 1-2.69.697 5.57 5.57 0 0 1-5.564-5.563A5.57 5.57 0 0 1 7.945 3.38zm2.012 1.936H5.99v4.363h1.19v3.57l2.778-4.76H8.37l1.587-3.173z"
1859
1585
  }));
1860
1586
  };
1861
-
1862
1587
  SearchThunderIcon.defaultProps = {
1863
1588
  xmlns: "http://www.w3.org/2000/svg",
1864
1589
  viewBox: "0 0 20 21"
1865
1590
  };
1866
-
1867
1591
  var SearchIcon = function SearchIcon(props) {
1868
1592
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1869
1593
  d: "M10 2a8 8 0 0 1 6.32 12.905l5.387 5.388-1.414 1.414-5.388-5.386A8 8 0 1 1 10 2zm0 2a6 6 0 1 0 0 12 6 6 0 0 0 0-12z",
@@ -1871,12 +1595,10 @@ var SearchIcon = function SearchIcon(props) {
1871
1595
  fillRule: "evenodd"
1872
1596
  }));
1873
1597
  };
1874
-
1875
1598
  SearchIcon.defaultProps = {
1876
1599
  viewBox: "0 0 24 24",
1877
1600
  xmlns: "http://www.w3.org/2000/svg"
1878
1601
  };
1879
-
1880
1602
  var SettingsIcon = function SettingsIcon(props) {
1881
1603
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1882
1604
  d: "M18.492 11.813L16.44 10.27c.043-.292.086-.604.086-.917 0-.312-.022-.625-.086-.916l2.03-1.542a.468.468 0 0 0 .108-.604l-1.924-3.23c-.107-.208-.363-.27-.599-.208l-2.372.938a6.493 6.493 0 0 0-1.624-.917L11.695.417A.457.457 0 0 0 11.246 0H7.42c-.235 0-.448.167-.47.396l-.363 2.458c-.577.25-1.133.542-1.625.917L2.59 2.833a.498.498 0 0 0-.599.209L.068 6.27c-.107.208-.086.458.107.604l2.03 1.542a6.39 6.39 0 0 0-.064.916c0 .313.021.625.064.917l-2.03 1.542a.468.468 0 0 0-.107.604l1.923 3.229c.107.208.364.27.599.208l2.372-.937a6.493 6.493 0 0 0 1.625.916l.363 2.459c.043.229.235.396.47.396h3.826c.235 0 .45-.167.47-.396l.364-2.459c.577-.25 1.133-.541 1.603-.916l2.394.937c.214.084.47 0 .598-.208l1.924-3.23c.128-.187.064-.437-.107-.582zm-9.17.333c-1.581 0-2.885-1.25-2.885-2.813 0-1.562 1.283-2.812 2.886-2.812 1.603 0 2.885 1.25 2.885 2.812 0 1.563-1.304 2.813-2.885 2.813z",
@@ -1884,12 +1606,10 @@ var SettingsIcon = function SettingsIcon(props) {
1884
1606
  fillRule: "evenodd"
1885
1607
  }));
1886
1608
  };
1887
-
1888
1609
  SettingsIcon.defaultProps = {
1889
1610
  viewBox: "0 0 19 19",
1890
1611
  xmlns: "http://www.w3.org/2000/svg"
1891
1612
  };
1892
-
1893
1613
  var SightIcon = function SightIcon(props) {
1894
1614
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1895
1615
  d: "M2.191 2.1l18.574 17.8-1.356 1.2-3.548-3.4c-1.357.5-2.818.8-4.383.8C6.261 18.5 1.774 15.4 0 11c.835-1.9 2.087-3.6 3.757-4.9L.939 3.4l1.252-1.3zM6.678 9c-.208.6-.417 1.3-.417 2 0 2.8 2.296 5 5.217 5 .73 0 1.461-.2 2.087-.4l-1.67-1.6h-.417c-1.774 0-3.13-1.3-3.13-3v-.4zm4.905-5.5c5.217 0 9.704 3.1 11.478 7.5-.835 1.9-2.087 3.6-3.757 4.9L16.278 13c.209-.6.418-1.3.418-2 0-2.8-2.296-5-5.218-5-.73 0-1.46.2-2.087.4L7.2 4.3c1.357-.5 2.817-.8 4.383-.8zM11.478 8c1.774 0 3.13 1.3 3.13 3v.4L11.062 8z",
@@ -1897,12 +1617,10 @@ var SightIcon = function SightIcon(props) {
1897
1617
  fillRule: "evenodd"
1898
1618
  }));
1899
1619
  };
1900
-
1901
1620
  SightIcon.defaultProps = {
1902
1621
  viewBox: "0 0 24 24",
1903
1622
  xmlns: "http://www.w3.org/2000/svg"
1904
1623
  };
1905
-
1906
1624
  var SortAscendingIcon = function SortAscendingIcon(props) {
1907
1625
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1908
1626
  d: "M11 10a1 1 0 0 1 0 2H1a1 1 0 0 1 0-2h10zm4.063-10c.236.014.468.11.648.291L18.54 3.12l.083.094a1 1 0 0 1-.083 1.32l-.094.083a1 1 0 0 1-1.32-.083l-1.127-1.126L16 10.83l-.007.117a1 1 0 0 1-.993.883l-.117-.007a1 1 0 0 1-.883-.993V3.416L12.88 4.534a1 1 0 1 1-1.414-1.414L14.296.29A.996.996 0 0 1 14.944 0zM9 5a1 1 0 0 1 0 2H1a1 1 0 0 1 0-2h8zm0-5a1 1 0 0 1 0 2H1a1 1 0 1 1 0-2h8z",
@@ -1910,12 +1628,10 @@ var SortAscendingIcon = function SortAscendingIcon(props) {
1910
1628
  fillRule: "evenodd"
1911
1629
  }));
1912
1630
  };
1913
-
1914
1631
  SortAscendingIcon.defaultProps = {
1915
1632
  viewBox: "0 0 19 12",
1916
1633
  xmlns: "http://www.w3.org/2000/svg"
1917
1634
  };
1918
-
1919
1635
  var SortDescendingIcon = function SortDescendingIcon(props) {
1920
1636
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1921
1637
  d: "M9 10a1 1 0 0 1 0 2H1a1 1 0 0 1 0-2h8zm6-10a1 1 0 0 1 .993.883L16 1v7.423l1.126-1.126a1 1 0 0 1 1.32-.083l.094.083a1 1 0 0 1 .083 1.32l-.083.094-2.829 2.829a.996.996 0 0 1-.648.29h-.12a.996.996 0 0 1-.647-.29L11.467 8.71a1 1 0 1 1 1.414-1.414L14 8.415 14 1a1 1 0 0 1 .883-.993L15 0zM9 5a1 1 0 0 1 0 2H1a1 1 0 0 1 0-2h8zm2-5a1 1 0 0 1 0 2H1a1 1 0 1 1 0-2h10z",
@@ -1923,24 +1639,20 @@ var SortDescendingIcon = function SortDescendingIcon(props) {
1923
1639
  fillRule: "evenodd"
1924
1640
  }));
1925
1641
  };
1926
-
1927
1642
  SortDescendingIcon.defaultProps = {
1928
1643
  viewBox: "0 0 19 12",
1929
1644
  xmlns: "http://www.w3.org/2000/svg"
1930
1645
  };
1931
-
1932
1646
  var StampIcon = function StampIcon(props) {
1933
1647
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1934
1648
  fillRule: "evenodd",
1935
1649
  d: "M4 22h16v-2H4zm10-9V9.445c1.19-.693 2-1.968 2-3.445a4 4 0 0 0-8 0c0 1.477.81 2.752 2 3.445V13H4v6h16v-6h-6z"
1936
1650
  }));
1937
1651
  };
1938
-
1939
1652
  StampIcon.defaultProps = {
1940
1653
  xmlns: "http://www.w3.org/2000/svg",
1941
1654
  viewBox: "0 0 24 24"
1942
1655
  };
1943
-
1944
1656
  var StarIcon = function StarIcon(props) {
1945
1657
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1946
1658
  fill: "#121212",
@@ -1948,12 +1660,10 @@ var StarIcon = function StarIcon(props) {
1948
1660
  fillRule: "evenodd"
1949
1661
  }));
1950
1662
  };
1951
-
1952
1663
  StarIcon.defaultProps = {
1953
1664
  viewBox: "0 0 24 24",
1954
1665
  xmlns: "http://www.w3.org/2000/svg"
1955
1666
  };
1956
-
1957
1667
  var Statements = function Statements(props) {
1958
1668
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1959
1669
  d: "M15 11H6v2h9v-2zM10 3h5v2h-5V3zM15 7h-5v2h5V7zM6.73 4.917c0 .316.216.52.885.716C8.284 5.83 9 6.153 9 7.1c0 .683-.457 1.06-1.031 1.183V9h-.885v-.723C6.52 8.14 6.035 7.73 6 7h.648c.033.393.271.7.879.7.65 0 .795-.367.795-.597 0-.31-.147-.603-.884-.803-.822-.223-1.385-.607-1.385-1.377 0-.643.46-1.063 1.031-1.203V3h.885v.73c.615.17.925.697.946 1.27h-.652c-.017-.417-.212-.7-.736-.7-.499 0-.796.253-.796.617z",
@@ -1965,13 +1675,11 @@ var Statements = function Statements(props) {
1965
1675
  fill: "#000"
1966
1676
  }));
1967
1677
  };
1968
-
1969
1678
  Statements.defaultProps = {
1970
1679
  viewBox: "0 0 18 20",
1971
1680
  fill: "none",
1972
1681
  xmlns: "http://www.w3.org/2000/svg"
1973
1682
  };
1974
-
1975
1683
  var SuccessIcon = function SuccessIcon(props) {
1976
1684
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1977
1685
  d: "M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm4.586 6l-5.657 5.657-2.828-2.829-1.415 1.415 4.243 4.242 1.414-1.414L18 9.414 16.586 8z",
@@ -1979,73 +1687,61 @@ var SuccessIcon = function SuccessIcon(props) {
1979
1687
  fillRule: "evenodd"
1980
1688
  }));
1981
1689
  };
1982
-
1983
1690
  SuccessIcon.defaultProps = {
1984
1691
  viewBox: "0 0 24 24",
1985
1692
  xmlns: "http://www.w3.org/2000/svg"
1986
1693
  };
1987
-
1988
1694
  var Television = function Television(props) {
1989
1695
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
1990
1696
  d: "M18.182 0H1.818C.818 0 0 .8 0 1.778v10.666c0 .978.818 1.778 1.818 1.778h4.546V16h7.272v-1.778h4.546c1 0 1.809-.8 1.809-1.778L20 1.778C20 .8 19.182 0 18.182 0zm0 12.444H1.818V1.778h16.364v10.666z",
1991
1697
  fill: "#000"
1992
1698
  }));
1993
1699
  };
1994
-
1995
1700
  Television.defaultProps = {
1996
1701
  viewBox: "0 0 20 16",
1997
1702
  fill: "none",
1998
1703
  xmlns: "http://www.w3.org/2000/svg"
1999
1704
  };
2000
-
2001
1705
  var ThunderIcon = function ThunderIcon(props) {
2002
1706
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
2003
1707
  fillRule: "evenodd",
2004
1708
  d: "M7 2v11h3v9l7-12h-4l4-8z"
2005
1709
  }));
2006
1710
  };
2007
-
2008
1711
  ThunderIcon.defaultProps = {
2009
1712
  xmlns: "http://www.w3.org/2000/svg",
2010
1713
  viewBox: "0 0 24 24"
2011
1714
  };
2012
-
2013
1715
  var TicTacToeArrowIcon = function TicTacToeArrowIcon(props) {
2014
1716
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
2015
1717
  fillRule: "evenodd",
2016
1718
  d: "M5.111 9.778a3.111 3.111 0 1 1 0 6.222 3.111 3.111 0 0 1 0-6.222zm9.758 0L16 10.909l-1.98 1.98L16 14.87 14.869 16l-1.98-1.98-1.98 1.98-1.131-1.131 1.98-1.98-1.98-1.98 1.13-1.131 1.98 1.98 1.98-1.98zM5.11 11.333c-.858 0-1.555.698-1.555 1.556 0 .858.697 1.555 1.555 1.555s1.556-.697 1.556-1.555-.698-1.556-1.556-1.556zM7.091 2l1.131 1.131-1.98 1.98 1.98 1.98-1.13 1.131-1.98-1.98-1.98 1.98L2 7.091l1.98-1.98L2 3.132 3.131 2l1.98 1.98L7.091 2zM16 2v4.434h-1.612v-1.68l-3.47 3.468-1.14-1.14 3.469-3.47h-1.681V2H16z"
2017
1719
  }));
2018
1720
  };
2019
-
2020
1721
  TicTacToeArrowIcon.defaultProps = {
2021
1722
  xmlns: "http://www.w3.org/2000/svg",
2022
1723
  viewBox: "0 0 18 18"
2023
1724
  };
2024
-
2025
1725
  var TimeOutIcon = function TimeOutIcon(props) {
2026
1726
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
2027
1727
  fillRule: "evenodd",
2028
1728
  d: "M7.552 17.084l-1.008 1.729C3.832 17.262 2 14.348 2 11a9 9 0 0 1 18 0c0 1.2-.24 2.345-.667 3.393l-1.447-2.17A7.06 7.06 0 0 0 18 11c0-3.86-3.14-7-7-7s-7 3.14-7 7a6.999 6.999 0 0 0 3.552 6.083zm-.262-3.79l2.71-2.72L9.998 7h2L12 11.4l-3.294 3.306-1.416-1.412zM14 18h-1v-4h2v4h-1zm0 3a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm0-11L7 22h14l-7-12z"
2029
1729
  }));
2030
1730
  };
2031
-
2032
1731
  TimeOutIcon.defaultProps = {
2033
1732
  xmlns: "http://www.w3.org/2000/svg",
2034
1733
  viewBox: "0 0 24 24"
2035
1734
  };
2036
-
2037
1735
  var TrainingIcon = function TrainingIcon(props) {
2038
1736
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
2039
1737
  fillRule: "evenodd",
2040
1738
  d: "M12 3L1 9l11 6.001 9-4.911V17h2V9L12 3zm0 14l-6.999-3.82v4L12 21l7-3.82v-4L12 17z"
2041
1739
  }));
2042
1740
  };
2043
-
2044
1741
  TrainingIcon.defaultProps = {
2045
1742
  xmlns: "http://www.w3.org/2000/svg",
2046
1743
  viewBox: "0 0 24 24"
2047
1744
  };
2048
-
2049
1745
  var TriangleDownIcon = function TriangleDownIcon(props) {
2050
1746
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
2051
1747
  fillRule: "evenodd",
@@ -2054,13 +1750,11 @@ var TriangleDownIcon = function TriangleDownIcon(props) {
2054
1750
  fill: "#0E0E17"
2055
1751
  }));
2056
1752
  };
2057
-
2058
1753
  TriangleDownIcon.defaultProps = {
2059
1754
  viewBox: "0 0 12 6",
2060
1755
  fill: "none",
2061
1756
  xmlns: "http://www.w3.org/2000/svg"
2062
1757
  };
2063
-
2064
1758
  var TriangleLeftIcon = function TriangleLeftIcon(props) {
2065
1759
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
2066
1760
  fillRule: "evenodd",
@@ -2069,13 +1763,11 @@ var TriangleLeftIcon = function TriangleLeftIcon(props) {
2069
1763
  fill: "#0E0E17"
2070
1764
  }));
2071
1765
  };
2072
-
2073
1766
  TriangleLeftIcon.defaultProps = {
2074
1767
  viewBox: "0 0 6 12",
2075
1768
  fill: "none",
2076
1769
  xmlns: "http://www.w3.org/2000/svg"
2077
1770
  };
2078
-
2079
1771
  var TriangleRightIcon = function TriangleRightIcon(props) {
2080
1772
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
2081
1773
  fillRule: "evenodd",
@@ -2084,13 +1776,11 @@ var TriangleRightIcon = function TriangleRightIcon(props) {
2084
1776
  fill: "#0E0E17"
2085
1777
  }));
2086
1778
  };
2087
-
2088
1779
  TriangleRightIcon.defaultProps = {
2089
1780
  viewBox: "0 0 6 12",
2090
1781
  fill: "none",
2091
1782
  xmlns: "http://www.w3.org/2000/svg"
2092
1783
  };
2093
-
2094
1784
  var TriangleUpIcon = function TriangleUpIcon(props) {
2095
1785
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
2096
1786
  fillRule: "evenodd",
@@ -2099,25 +1789,21 @@ var TriangleUpIcon = function TriangleUpIcon(props) {
2099
1789
  fill: "#0E0E17"
2100
1790
  }));
2101
1791
  };
2102
-
2103
1792
  TriangleUpIcon.defaultProps = {
2104
1793
  viewBox: "0 0 12 6",
2105
1794
  fill: "none",
2106
1795
  xmlns: "http://www.w3.org/2000/svg"
2107
1796
  };
2108
-
2109
1797
  var TrophyIcon = function TrophyIcon(props) {
2110
1798
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
2111
1799
  fillRule: "evenodd",
2112
1800
  d: "M19 8c0 1.3-.84 2.4-2 2.82V7h2v1zM7 10.82C5.84 10.4 5 9.3 5 8V7h2v3.82zM19 5h-2V3H7v2H5c-1.1 0-2 .9-2 2v1c0 2.55 1.92 4.63 4.39 4.94A5.01 5.01 0 0 0 11 15.9V19H7v2h10v-2h-4v-3.1a5.01 5.01 0 0 0 3.61-2.96C19.08 12.63 21 10.55 21 8V7c0-1.1-.9-2-2-2z"
2113
1801
  }));
2114
1802
  };
2115
-
2116
1803
  TrophyIcon.defaultProps = {
2117
1804
  xmlns: "http://www.w3.org/2000/svg",
2118
1805
  viewBox: "0 0 24 24"
2119
1806
  };
2120
-
2121
1807
  var TVCinemaIcon = function TVCinemaIcon(props) {
2122
1808
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("circle", {
2123
1809
  opacity: ".01",
@@ -2132,13 +1818,11 @@ var TVCinemaIcon = function TVCinemaIcon(props) {
2132
1818
  fill: "#000"
2133
1819
  }));
2134
1820
  };
2135
-
2136
1821
  TVCinemaIcon.defaultProps = {
2137
1822
  viewBox: "0 0 32 32",
2138
1823
  fill: "none",
2139
1824
  xmlns: "http://www.w3.org/2000/svg"
2140
1825
  };
2141
-
2142
1826
  var TVRadioIcon = function TVRadioIcon(props) {
2143
1827
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("circle", {
2144
1828
  opacity: ".01",
@@ -2153,13 +1837,11 @@ var TVRadioIcon = function TVRadioIcon(props) {
2153
1837
  fill: "#000"
2154
1838
  }));
2155
1839
  };
2156
-
2157
1840
  TVRadioIcon.defaultProps = {
2158
1841
  viewBox: "0 0 32 32",
2159
1842
  fill: "none",
2160
1843
  xmlns: "http://www.w3.org/2000/svg"
2161
1844
  };
2162
-
2163
1845
  var UnpairedV2 = function UnpairedV2(props) {
2164
1846
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
2165
1847
  d: "M13.964 13h4.071V5a4 4 0 0 0-4-4h-7v3.662L13.964 13z",
@@ -2171,26 +1853,22 @@ var UnpairedV2 = function UnpairedV2(props) {
2171
1853
  fill: "#000"
2172
1854
  }));
2173
1855
  };
2174
-
2175
1856
  UnpairedV2.defaultProps = {
2176
1857
  viewBox: "0 0 20 20",
2177
1858
  fill: "none",
2178
1859
  xmlns: "http://www.w3.org/2000/svg"
2179
1860
  };
2180
-
2181
1861
  var Unpaired = function Unpaired(props) {
2182
1862
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
2183
1863
  d: "M18.222 18.222H20V20h-1.778v-1.778zm0-1.778H20v-1.777h-1.778v1.777zM4 12.89h1.778V11.11H4v1.778zm0 3.555h1.778v-1.777H4v1.777zm0-7.11h1.778V7.555H4v1.777zm0-3.556h1.778V4H4v1.778zm3.556 0h1.777V4H7.556v1.778zM14.666 20h1.778v-1.778h-1.777V20zm-3.555 0h1.778v-1.778H11.11V20zm3.556 0h1.777v-1.778h-1.777V20zm-7.111 0h1.777v-1.778H7.556V20zM4 20h1.778v-1.778H4V20zM20 8.444A4.446 4.446 0 0 0 15.556 4H11.11v1.778h4.445c1.466 0 2.666 1.2 2.666 2.666v4.445H20V8.444z",
2184
1864
  fill: "#000"
2185
1865
  }));
2186
1866
  };
2187
-
2188
1867
  Unpaired.defaultProps = {
2189
1868
  viewBox: "0 0 24 24",
2190
1869
  fill: "none",
2191
1870
  xmlns: "http://www.w3.org/2000/svg"
2192
1871
  };
2193
-
2194
1872
  var UpdateIcon = function UpdateIcon(props) {
2195
1873
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
2196
1874
  d: "M9.417 20.016a.813.813 0 0 1 .62-.082c.31.082.62.144.951.186.227.04.413.144.536.33.144.165.186.393.165.6a.803.803 0 0 1-.31.537.897.897 0 0 1-.598.144 7.232 7.232 0 0 1-1.158-.227.754.754 0 0 1-.495-.372.813.813 0 0 1-.083-.62.754.754 0 0 1 .372-.496zm5.352-.289c.124 0 .248.02.351.083.186.083.33.247.413.433a.91.91 0 0 1-.04.62.815.815 0 0 1-.455.413 7.735 7.735 0 0 1-1.136.331c-.063.021-.104.021-.166.021a.815.815 0 0 1-.785-.64.692.692 0 0 1 .103-.6.815.815 0 0 1 .517-.35c.31-.063.62-.166.93-.27.083-.02.186-.04.268-.04zm-8.347-1.715c.186 0 .393.063.537.207.248.228.496.434.764.62.186.125.29.31.33.517a.893.893 0 0 1-.144.599.77.77 0 0 1-.661.351.762.762 0 0 1-.475-.144c-.31-.228-.62-.476-.91-.744a.819.819 0 0 1-.247-.558.773.773 0 0 1 .207-.579.758.758 0 0 1 .557-.269zm11.61-.434c.207 0 .394.083.58.207a.819.819 0 0 1 .247.557.773.773 0 0 1-.206.58 8.043 8.043 0 0 1-.868.805.796.796 0 0 1-.516.185.775.775 0 0 1-.62-.289.796.796 0 0 1 .103-1.136c.248-.207.475-.434.702-.661a.819.819 0 0 1 .558-.248zm-6.011-9.586a4.775 4.775 0 0 1 4.772 4.773c0 2.644-2.128 4.793-4.772 4.773a4.775 4.775 0 0 1-4.773-4.773 4.775 4.775 0 0 1 4.773-4.773zm-7.769 6.757c.123 0 .248.04.351.082.186.082.331.248.413.454.104.31.248.6.414.869a.82.82 0 0 1-.352 1.095c-.124.041-.247.082-.372.082a.81.81 0 0 1-.723-.434 7.052 7.052 0 0 1-.475-1.074.795.795 0 0 1 .475-1.033c.083-.02.166-.041.269-.041zm15.703-.559c.062 0 .144 0 .206.021.207.062.392.186.476.372a.733.733 0 0 1 .082.62c-.103.371-.248.743-.392 1.115a.785.785 0 0 1-.745.496.806.806 0 0 1-.744-1.116c.146-.29.249-.6.331-.909a.838.838 0 0 1 .786-.599zm-5.744-2.934a.75.75 0 0 0-1.054 0l-1.467 1.467-.723-.723a.75.75 0 0 0-1.054 0 .75.75 0 0 0 0 1.054l1.24 1.24c.144.145.33.227.516.227a.741.741 0 0 0 .517-.228l1.983-1.983a.793.793 0 0 0 .042-1.054zm-.124-9.07c.228-.124.517-.124.723.02l2.625 1.696a.72.72 0 0 1 .33.598.694.694 0 0 1-.33.6L14.81 6.772a.771.771 0 0 1-.372.103.653.653 0 0 1-.33-.082.722.722 0 0 1-.373-.62v-.847h-1.715c-4.111 0-7.438 3.347-7.438 7.438 0 .433-.393.805-.827.805a.807.807 0 0 1-.806-.806c0-5 4.05-9.05 9.05-9.05h1.715v-.908c0-.27.145-.496.372-.62zm6.012 8.099c.372 0 .703.268.785.64.062.372.125.765.165 1.158.041.454-.31.826-.744.867-.455.042-.827-.31-.868-.744-.041-.31-.082-.64-.144-.95a.78.78 0 0 1 .124-.6.815.815 0 0 1 .517-.35c.062-.021.103-.021.165-.021zm-1.633-3.512c.207.02.393.123.538.289.248.31.475.64.682.97.124.165.144.393.103.6a.725.725 0 0 1-.351.495.743.743 0 0 1-.413.124.797.797 0 0 1-.682-.392 6.773 6.773 0 0 0-.558-.785.945.945 0 0 1-.206-.578.818.818 0 0 1 .288-.537.839.839 0 0 1 .517-.186z",
@@ -2198,12 +1876,10 @@ var UpdateIcon = function UpdateIcon(props) {
2198
1876
  fillRule: "evenodd"
2199
1877
  }));
2200
1878
  };
2201
-
2202
1879
  UpdateIcon.defaultProps = {
2203
1880
  viewBox: "0 0 24 24",
2204
1881
  xmlns: "http://www.w3.org/2000/svg"
2205
1882
  };
2206
-
2207
1883
  var UploadIcon = function UploadIcon(props) {
2208
1884
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
2209
1885
  d: "M20 18v2H4v-2h16zM12 4l4.243 4.243-1.415 1.414L13 7.827 13 16h-2V7.828L9.171 9.657 7.757 8.243 12 4z",
@@ -2211,12 +1887,10 @@ var UploadIcon = function UploadIcon(props) {
2211
1887
  fillRule: "evenodd"
2212
1888
  }));
2213
1889
  };
2214
-
2215
1890
  UploadIcon.defaultProps = {
2216
1891
  viewBox: "0 0 24 24",
2217
1892
  xmlns: "http://www.w3.org/2000/svg"
2218
1893
  };
2219
-
2220
1894
  var UserAvatarIcon = function UserAvatarIcon(props) {
2221
1895
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
2222
1896
  d: "M15 15c2.4 0 4 1.76 4 4H5c0-2.24 1.6-4 4-4zM12.071 5c2.2 0 4 1.8 4 4s-1.8 4-4 4-4-1.8-4-4 1.8-4 4-4z",
@@ -2224,37 +1898,31 @@ var UserAvatarIcon = function UserAvatarIcon(props) {
2224
1898
  fillRule: "evenodd"
2225
1899
  }));
2226
1900
  };
2227
-
2228
1901
  UserAvatarIcon.defaultProps = {
2229
1902
  viewBox: "0 0 24 24",
2230
1903
  xmlns: "http://www.w3.org/2000/svg"
2231
1904
  };
2232
-
2233
1905
  var UserIcon = function UserIcon(props) {
2234
1906
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
2235
1907
  fillRule: "evenodd",
2236
1908
  d: "M12 14c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4m0-2c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4"
2237
1909
  }));
2238
1910
  };
2239
-
2240
1911
  UserIcon.defaultProps = {
2241
1912
  xmlns: "http://www.w3.org/2000/svg",
2242
1913
  viewBox: "0 0 24 24"
2243
1914
  };
2244
-
2245
1915
  var UserCheck = function UserCheck(props) {
2246
1916
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
2247
1917
  d: "M8 8.717l-2.5 2.45 2.5 2.5H.5V12c0-2.217 4.442-3.333 6.667-3.333.266 0 .508.016.833.05zM10.5 3.667a3.332 3.332 0 1 1-6.667 0 3.332 3.332 0 1 1 6.667 0zM8 11.167l2.892 2.916 5.441-5.491-1.166-1.175-4.275 4.308-1.725-1.733L8 11.167z",
2248
1918
  fill: "#000"
2249
1919
  }));
2250
1920
  };
2251
-
2252
1921
  UserCheck.defaultProps = {
2253
1922
  viewBox: "0 0 17 15",
2254
1923
  fill: "none",
2255
1924
  xmlns: "http://www.w3.org/2000/svg"
2256
1925
  };
2257
-
2258
1926
  var UsersIcon = function UsersIcon(props) {
2259
1927
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
2260
1928
  d: "M4.763 11.244c1.276 0 2.367.28 3.272.838.406.256.733.563.981.923l.118.184v.009a2.8 2.8 0 0 1 .385 1.208l.007.21v.097l-.005.073-.015.069-.004.053a.477.477 0 0 1-.127.23.316.316 0 0 1-.13.071l-.07.01H.348a.296.296 0 0 1-.228-.112.49.49 0 0 1-.1-.214l-.01-.083-.007-.15A.278.278 0 0 1 0 14.615c-.004-.42.093-.827.29-1.221l.106-.196a3.145 3.145 0 0 1 1.1-1.116c.9-.558 1.989-.838 3.267-.838zm8.474-4.621c1.276 0 2.367.28 3.272.837.406.256.733.564.981.923l.118.184v.01a2.8 2.8 0 0 1 .385 1.208l.007.209v.097l-.005.073-.015.07-.004.052a.477.477 0 0 1-.127.23.316.316 0 0 1-.13.072l-.071.009H8.823a.296.296 0 0 1-.228-.112.49.49 0 0 1-.1-.213l-.01-.083-.007-.151a.278.278 0 0 1-.004-.044c-.004-.42.093-.828.29-1.222l.106-.196a3.145 3.145 0 0 1 1.1-1.116c.9-.558 1.989-.837 3.267-.837zM4.765 4.622c.747 0 1.386.276 1.916.83.53.553.796 1.22.796 2s-.265 1.446-.796 2c-.53.553-1.169.83-1.916.83-.747 0-1.386-.277-1.916-.83a2.777 2.777 0 0 1-.8-2c0-.78.267-1.447.8-2 .53-.554 1.169-.83 1.916-.83zM13.24 0c.747 0 1.386.277 1.916.83.53.553.796 1.22.796 2s-.265 1.446-.796 2c-.53.553-1.169.83-1.916.83-.747 0-1.386-.277-1.916-.83a2.777 2.777 0 0 1-.8-2c0-.78.267-1.447.8-2 .53-.553 1.169-.83 1.916-.83z",
@@ -2262,12 +1930,10 @@ var UsersIcon = function UsersIcon(props) {
2262
1930
  fillRule: "evenodd"
2263
1931
  }));
2264
1932
  };
2265
-
2266
1933
  UsersIcon.defaultProps = {
2267
1934
  viewBox: "0 0 18 16",
2268
1935
  xmlns: "http://www.w3.org/2000/svg"
2269
1936
  };
2270
-
2271
1937
  var Users2Icon = function Users2Icon(props) {
2272
1938
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
2273
1939
  fillRule: "evenodd",
@@ -2276,13 +1942,11 @@ var Users2Icon = function Users2Icon(props) {
2276
1942
  fill: "#000"
2277
1943
  }));
2278
1944
  };
2279
-
2280
1945
  Users2Icon.defaultProps = {
2281
1946
  viewBox: "0 0 24 24",
2282
1947
  fill: "none",
2283
1948
  xmlns: "http://www.w3.org/2000/svg"
2284
1949
  };
2285
-
2286
1950
  var VideoCondirmationIcon = function VideoCondirmationIcon(props) {
2287
1951
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
2288
1952
  fillRule: "evenodd",
@@ -2291,13 +1955,11 @@ var VideoCondirmationIcon = function VideoCondirmationIcon(props) {
2291
1955
  fill: "#000"
2292
1956
  }));
2293
1957
  };
2294
-
2295
1958
  VideoCondirmationIcon.defaultProps = {
2296
1959
  viewBox: "0 0 24 24",
2297
1960
  fill: "none",
2298
1961
  xmlns: "http://www.w3.org/2000/svg"
2299
1962
  };
2300
-
2301
1963
  var ViewIcon = function ViewIcon(props) {
2302
1964
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
2303
1965
  d: "M11 0c4.959 0 8.598 2.279 10.918 6.837L22 7l-.082.163c-.092.18-.185.357-.281.53C19.308 11.897 15.763 14 11 14 6.042 14 2.403 11.721.082 7.164L0 7l.082-.163C2.402 2.279 6.042 0 11 0zm-.029 2.739c-2.37 0-4.293 1.839-4.293 4.107 0 2.269 1.922 4.108 4.293 4.108 2.371 0 4.294-1.839 4.294-4.108 0-2.268-1.923-4.107-4.294-4.107zm0 1.825c1.318 0 2.385 1.022 2.385 2.282s-1.067 2.282-2.385 2.282c-1.317 0-2.385-1.021-2.385-2.282 0-1.26 1.068-2.282 2.385-2.282z",
@@ -2305,12 +1967,10 @@ var ViewIcon = function ViewIcon(props) {
2305
1967
  fillRule: "evenodd"
2306
1968
  }));
2307
1969
  };
2308
-
2309
1970
  ViewIcon.defaultProps = {
2310
1971
  viewBox: "0 0 22 14",
2311
1972
  xmlns: "http://www.w3.org/2000/svg"
2312
1973
  };
2313
-
2314
1974
  var WarningIcon = function WarningIcon(props) {
2315
1975
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
2316
1976
  fillRule: "evenodd",
@@ -2319,13 +1979,11 @@ var WarningIcon = function WarningIcon(props) {
2319
1979
  fill: "#000"
2320
1980
  }));
2321
1981
  };
2322
-
2323
1982
  WarningIcon.defaultProps = {
2324
1983
  viewBox: "0 0 25 24",
2325
1984
  fill: "none",
2326
1985
  xmlns: "http://www.w3.org/2000/svg"
2327
1986
  };
2328
-
2329
1987
  var WorksIcon = function WorksIcon(props) {
2330
1988
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
2331
1989
  d: "M13.092 0L18 5.718V20H0V0h13.092zM14.1 4l-2.846.426-.094.021a.656.656 0 0 0-.467.627v7.095l-.195-.078a2.563 2.563 0 0 0-.853-.145c-1.35 0-2.446 1.026-2.446 2.291 0 1.266 1.095 2.292 2.446 2.292 1.352 0 2.447-1.026 2.447-2.292l-.004-.065h.003V7.487l2.009-.302V4zm-7.05 5.923H4.03v1.612h3.02V9.923zm2.015-2.701H4.028v1.612h5.036V7.222zm0-2.701H4.028v1.612h5.036V4.52z",
@@ -2333,12 +1991,10 @@ var WorksIcon = function WorksIcon(props) {
2333
1991
  fillRule: "evenodd"
2334
1992
  }));
2335
1993
  };
2336
-
2337
1994
  WorksIcon.defaultProps = {
2338
1995
  viewBox: "0 0 18 20",
2339
1996
  xmlns: "http://www.w3.org/2000/svg"
2340
1997
  };
2341
-
2342
1998
  var WriterIcon = function WriterIcon(props) {
2343
1999
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
2344
2000
  d: "M9.812 8c.518 0 .938.42.938.937v5.813c0 .518-.42.938-.938.938h-.937v5.624c0 .346-.28.625-.625.625H4.5a.625.625 0 0 1-.625-.625v-5.624h-.938A.938.938 0 0 1 2 14.75V8.937C2 8.42 2.42 8 2.937 8zM22 7.479v3.185l-1.994.302v6.685c-.002.022 0 .043 0 .065 0 1.266-1.087 2.292-2.429 2.292-1.341 0-2.429-1.026-2.429-2.292 0-1.265 1.088-2.291 2.43-2.291.298 0 .583.052.846.145l.194.078V8.553c0-.288.187-.538.453-.624l.104-.024 2.825-.426zM15 13.402v1.612h-3v-1.612h3zm2-2.701v1.612h-5V10.7h5zM17 8v1.612h-5V8h5zM4.607 2.733A2.499 2.499 0 0 1 8.875 4.5a2.5 2.5 0 1 1-4.268-1.767z",
@@ -2346,19 +2002,16 @@ var WriterIcon = function WriterIcon(props) {
2346
2002
  fillRule: "evenodd"
2347
2003
  }));
2348
2004
  };
2349
-
2350
2005
  WriterIcon.defaultProps = {
2351
2006
  viewBox: "0 0 24 24",
2352
2007
  xmlns: "http://www.w3.org/2000/svg"
2353
2008
  };
2354
-
2355
2009
  var YoutubeIcon = function YoutubeIcon(props) {
2356
2010
  return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
2357
2011
  fillRule: "evenodd",
2358
2012
  d: "M18.5 5C19.88 5 21 6.088 21 7.431v9.819c0 .966-.806 1.75-1.8 1.75H4.8c-.994 0-1.8-.784-1.8-1.75V6.75C3 5.784 3.806 5 4.8 5zM10 8v8l6-4-6-4z"
2359
2013
  }));
2360
2014
  };
2361
-
2362
2015
  YoutubeIcon.defaultProps = {
2363
2016
  xmlns: "http://www.w3.org/2000/svg",
2364
2017
  viewBox: "0 0 24 24"