@saleor/macaw-ui 0.5.2 → 0.6.2

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 (484) hide show
  1. package/dist/cjs/index.js +2 -2
  2. package/dist/cjs/index.js.map +3 -3
  3. package/dist/esm/index.js +2 -2
  4. package/dist/esm/index.js.map +3 -3
  5. package/dist/types/CircleIndicator/CircleIndicator.d.ts +2 -0
  6. package/dist/types/Indicator/Circle.d.ts +5 -0
  7. package/dist/types/Indicator/CircleFilled.d.ts +8 -0
  8. package/dist/types/Indicator/CircleOutline.d.ts +8 -0
  9. package/dist/types/Indicator/Indicator.d.ts +14 -0
  10. package/dist/types/Indicator/Indicator.stories.d.ts +11 -0
  11. package/dist/types/Indicator/IndicatorCircle.d.ts +7 -0
  12. package/dist/types/Indicator/IndicatorCircle.stories.d.ts +7 -0
  13. package/dist/types/Indicator/IndicatorOutlined.d.ts +9 -0
  14. package/dist/types/Indicator/IndicatorOutlined.stories.d.ts +18 -0
  15. package/dist/types/Indicator/index.d.ts +3 -0
  16. package/dist/types/Indicator/styles.d.ts +5 -0
  17. package/dist/types/Pagination/Pagination.d.ts +5 -2
  18. package/dist/types/Pagination/PaginationActions.d.ts +16 -5
  19. package/dist/types/Tooltip/Arrow.d.ts +11 -0
  20. package/dist/types/Tooltip/Tooltip.d.ts +17 -3
  21. package/dist/types/Tooltip/Tooltip.stories.d.ts +7 -5
  22. package/dist/types/Tooltip/TooltipMountWrapper.d.ts +8 -0
  23. package/dist/types/Tooltip/index.d.ts +1 -0
  24. package/dist/types/Tooltip/styles.d.ts +10 -1
  25. package/dist/types/icons/20x20/BackSmallIcon.d.ts +10 -0
  26. package/dist/types/icons/20x20/BookmarksSmallIcon.d.ts +10 -0
  27. package/dist/types/icons/20x20/CheckboxSmallIcon.d.ts +10 -0
  28. package/dist/types/icons/20x20/ChevronSmallIcon.d.ts +10 -0
  29. package/dist/types/icons/20x20/CloseSmallIcon.d.ts +10 -0
  30. package/dist/types/icons/20x20/DragSmallIcon.d.ts +10 -0
  31. package/dist/types/icons/20x20/FilterSmallIcon.d.ts +10 -0
  32. package/dist/types/icons/20x20/MinusSmallIcon.d.ts +10 -0
  33. package/dist/types/icons/20x20/MoreSmallIcon.d.ts +10 -0
  34. package/dist/types/icons/20x20/NextSmallIcon.d.ts +10 -0
  35. package/dist/types/icons/20x20/PlusSmallIcon.d.ts +10 -0
  36. package/dist/types/icons/20x20/SearchSmallIcon.d.ts +10 -0
  37. package/dist/types/icons/20x20/SortBigSmallIcon.d.ts +10 -0
  38. package/dist/types/icons/20x20/SortSmallSmallIcon.d.ts +10 -0
  39. package/dist/types/icons/20x20/index.d.ts +14 -0
  40. package/dist/types/icons/24x24/AddEnvironmentIcon.d.ts +10 -0
  41. package/dist/types/icons/24x24/AppsIcon.d.ts +10 -0
  42. package/dist/types/icons/24x24/ArrowRightIcon.d.ts +10 -0
  43. package/dist/types/icons/24x24/BackspaceIcon.d.ts +10 -0
  44. package/dist/types/icons/24x24/BagIcon.d.ts +10 -0
  45. package/dist/types/icons/24x24/BillingIcon.d.ts +10 -0
  46. package/dist/types/icons/24x24/BookmarkIcon.d.ts +10 -0
  47. package/dist/types/icons/24x24/CalendarIcon.d.ts +10 -0
  48. package/dist/types/icons/24x24/CheckIcon.d.ts +10 -0
  49. package/dist/types/icons/24x24/ChevronIcon.d.ts +10 -0
  50. package/dist/types/icons/24x24/Close2Icon.d.ts +10 -0
  51. package/dist/types/icons/24x24/CloseIcon.d.ts +10 -0
  52. package/dist/types/icons/24x24/CodeIcon.d.ts +10 -0
  53. package/dist/types/icons/24x24/ColumnsIcon.d.ts +10 -0
  54. package/dist/types/icons/24x24/CopyIcon.d.ts +10 -0
  55. package/dist/types/icons/24x24/CustomersIcon.d.ts +10 -0
  56. package/dist/types/icons/24x24/DashboardIcon.d.ts +10 -0
  57. package/dist/types/icons/24x24/DeleteIcon.d.ts +10 -0
  58. package/dist/types/icons/24x24/DeveloperIcon.d.ts +10 -0
  59. package/dist/types/icons/24x24/DiscountsIcon.d.ts +10 -0
  60. package/dist/types/icons/24x24/DownloadIcon.d.ts +10 -0
  61. package/dist/types/icons/24x24/DragIcon.d.ts +10 -0
  62. package/dist/types/icons/24x24/EditIcon.d.ts +10 -0
  63. package/dist/types/icons/24x24/EnvironmentIcon.d.ts +10 -0
  64. package/dist/types/icons/24x24/ExpandIcon.d.ts +10 -0
  65. package/dist/types/icons/24x24/ExpendableIcon.d.ts +10 -0
  66. package/dist/types/icons/24x24/EyeClosedIcon.d.ts +10 -0
  67. package/dist/types/icons/24x24/EyeIcon.d.ts +10 -0
  68. package/dist/types/icons/24x24/FilteringIcon.d.ts +10 -0
  69. package/dist/types/icons/24x24/GenerateIcon.d.ts +10 -0
  70. package/dist/types/icons/24x24/GithubIcon.d.ts +10 -0
  71. package/dist/types/icons/24x24/GridIcon.d.ts +10 -0
  72. package/dist/types/icons/24x24/HelpIcon.d.ts +10 -0
  73. package/dist/types/icons/24x24/HowToIcon.d.ts +10 -0
  74. package/dist/types/icons/24x24/LinkIcon.d.ts +10 -0
  75. package/dist/types/icons/24x24/ListIcon.d.ts +10 -0
  76. package/dist/types/icons/24x24/MailIcon.d.ts +10 -0
  77. package/dist/types/icons/24x24/MigrateIcon.d.ts +10 -0
  78. package/dist/types/icons/24x24/MinusIcon.d.ts +10 -0
  79. package/dist/types/icons/24x24/ModelsIcon.d.ts +10 -0
  80. package/dist/types/icons/24x24/MoreHorizontalIcon.d.ts +10 -0
  81. package/dist/types/icons/24x24/NavigationIcon.d.ts +10 -0
  82. package/dist/types/icons/24x24/NavigatorIcon.d.ts +10 -0
  83. package/dist/types/icons/24x24/NextIcon.d.ts +10 -0
  84. package/dist/types/icons/24x24/NoConnectionIcon.d.ts +10 -0
  85. package/dist/types/icons/24x24/NotificationsIcon.d.ts +10 -0
  86. package/dist/types/icons/24x24/OrdersIcon.d.ts +10 -0
  87. package/dist/types/icons/24x24/PagesIcon.d.ts +10 -0
  88. package/dist/types/icons/24x24/PermissionsIcon.d.ts +10 -0
  89. package/dist/types/icons/24x24/PhotoIcon.d.ts +10 -0
  90. package/dist/types/icons/24x24/PlayIcon.d.ts +10 -0
  91. package/dist/types/icons/24x24/PlusIcon.d.ts +10 -0
  92. package/dist/types/icons/24x24/PresetIcon.d.ts +10 -0
  93. package/dist/types/icons/24x24/PreviousIcon.d.ts +10 -0
  94. package/dist/types/icons/24x24/PrinterIcon.d.ts +10 -0
  95. package/dist/types/icons/24x24/PrivacyIcon.d.ts +10 -0
  96. package/dist/types/icons/24x24/ProcessIcon.d.ts +10 -0
  97. package/dist/types/icons/24x24/ProductIcon.d.ts +10 -0
  98. package/dist/types/icons/24x24/RefreshIcon.d.ts +10 -0
  99. package/dist/types/icons/24x24/RemoveMemberIcon.d.ts +10 -0
  100. package/dist/types/icons/24x24/ReplyIcon.d.ts +10 -0
  101. package/dist/types/icons/24x24/SearchIcon.d.ts +10 -0
  102. package/dist/types/icons/24x24/SettingsIcon.d.ts +10 -0
  103. package/dist/types/icons/24x24/SnapshotsIcon.d.ts +10 -0
  104. package/dist/types/icons/24x24/SortDownIcon.d.ts +10 -0
  105. package/dist/types/icons/24x24/SortUpIcon.d.ts +10 -0
  106. package/dist/types/icons/24x24/TasksIcon.d.ts +10 -0
  107. package/dist/types/icons/24x24/TimeIcon.d.ts +10 -0
  108. package/dist/types/icons/24x24/ToIcon.d.ts +10 -0
  109. package/dist/types/icons/24x24/TransferIcon.d.ts +10 -0
  110. package/dist/types/icons/24x24/TranslateIcon.d.ts +10 -0
  111. package/dist/types/icons/24x24/TranslationIcon.d.ts +10 -0
  112. package/dist/types/icons/24x24/WebsiteIcon.d.ts +10 -0
  113. package/dist/types/icons/24x24/WifiIcon.d.ts +10 -0
  114. package/dist/types/icons/24x24/index.d.ts +74 -0
  115. package/dist/types/icons/32x32/AttributesLargeIcon.d.ts +10 -0
  116. package/dist/types/icons/32x32/CustomerLargeIcon.d.ts +10 -0
  117. package/dist/types/icons/32x32/DigitalLargeIcon.d.ts +10 -0
  118. package/dist/types/icons/32x32/DiscountLargeIcon.d.ts +10 -0
  119. package/dist/types/icons/32x32/FilteringLargeIcon.d.ts +10 -0
  120. package/dist/types/icons/32x32/GiftCardLargeIcon.d.ts +10 -0
  121. package/dist/types/icons/32x32/NavigationLargeIcon.d.ts +10 -0
  122. package/dist/types/icons/32x32/NotesLargeIcon.d.ts +10 -0
  123. package/dist/types/icons/32x32/OmnichannelLargeIcon.d.ts +10 -0
  124. package/dist/types/icons/32x32/PermissionLargeIcon.d.ts +10 -0
  125. package/dist/types/icons/32x32/ProductLargeIcon.d.ts +10 -0
  126. package/dist/types/icons/32x32/SearchLargeIcon.d.ts +10 -0
  127. package/dist/types/icons/32x32/ShippingLargeIcon.d.ts +10 -0
  128. package/dist/types/icons/32x32/SiteSettingsLargeIcon.d.ts +10 -0
  129. package/dist/types/icons/32x32/StaffMembersLargeIcon.d.ts +10 -0
  130. package/dist/types/icons/32x32/TaxesLargeIcon.d.ts +10 -0
  131. package/dist/types/icons/32x32/TokenLargeIcon.d.ts +10 -0
  132. package/dist/types/icons/32x32/WarehouseLargeIcon.d.ts +10 -0
  133. package/dist/types/icons/32x32/WifiLargeIcon.d.ts +10 -0
  134. package/dist/types/icons/32x32/index.d.ts +19 -0
  135. package/dist/types/icons/index.d.ts +9 -67
  136. package/dist/types/icons/indicator/index.d.ts +2 -0
  137. package/dist/types/icons/indicator/regular/ErrorIndicatorIcon.d.ts +2 -0
  138. package/dist/types/icons/indicator/regular/FailIndicatorIcon.d.ts +2 -0
  139. package/dist/types/icons/indicator/regular/FailOutlineIndicatorIcon.d.ts +2 -0
  140. package/dist/types/icons/indicator/regular/HelpIndicatorIcon.d.ts +2 -0
  141. package/dist/types/icons/indicator/regular/SuccessIndicatorIcon.d.ts +2 -0
  142. package/dist/types/icons/indicator/regular/WarningIndicatorIcon.d.ts +2 -0
  143. package/dist/types/icons/indicator/regular/index.d.ts +6 -0
  144. package/dist/types/icons/indicator/small/ErrorSmallIndicatorIcon.d.ts +2 -0
  145. package/dist/types/icons/indicator/small/SuccessSmallIndicatorIcon.d.ts +2 -0
  146. package/dist/types/icons/indicator/small/WarningSmallIndicatorIcon.d.ts +2 -0
  147. package/dist/types/icons/indicator/small/index.d.ts +3 -0
  148. package/dist/types/icons/styles.d.ts +1 -0
  149. package/dist/types/icons/types.d.ts +3 -0
  150. package/dist/types/index.d.ts +1 -0
  151. package/dist/types/utils/mergeRefs.d.ts +1 -1
  152. package/package.json +21 -8
  153. package/src/CircleIndicator/CircleIndicator.tsx +2 -0
  154. package/src/Filter/FilterField/MultipleValueAutocompleteFilterField.tsx +42 -41
  155. package/src/Indicator/Circle.tsx +17 -0
  156. package/src/Indicator/CircleFilled.tsx +16 -0
  157. package/src/Indicator/CircleOutline.tsx +34 -0
  158. package/src/Indicator/Indicator.stories.tsx +49 -0
  159. package/src/Indicator/Indicator.tsx +65 -0
  160. package/src/Indicator/IndicatorCircle.stories.tsx +28 -0
  161. package/src/Indicator/IndicatorCircle.tsx +45 -0
  162. package/src/Indicator/IndicatorOutlined.stories.tsx +86 -0
  163. package/src/Indicator/IndicatorOutlined.tsx +63 -0
  164. package/src/Indicator/index.ts +3 -0
  165. package/src/Indicator/styles.ts +61 -0
  166. package/src/MultipleValueAutocomplete/MultipleValueAutocomplete.tsx +134 -133
  167. package/src/Pagination/Pagination.tsx +6 -4
  168. package/src/Pagination/PaginationActions.tsx +16 -9
  169. package/src/Pagination/PaginationRowNumberSelect.tsx +35 -34
  170. package/src/Tooltip/Arrow.tsx +54 -0
  171. package/src/Tooltip/Tooltip.stories.tsx +71 -8
  172. package/src/Tooltip/Tooltip.tsx +156 -15
  173. package/src/Tooltip/TooltipMountWrapper.tsx +25 -0
  174. package/src/Tooltip/index.ts +1 -0
  175. package/src/Tooltip/styles.ts +133 -9
  176. package/src/assets/icons/20x20/back_small_icon.svg +1 -0
  177. package/src/assets/icons/20x20/bookmarks_small_icon.svg +1 -0
  178. package/src/assets/icons/20x20/checkbox_small_icon.svg +1 -0
  179. package/src/assets/icons/20x20/chevron_small_icon.svg +1 -0
  180. package/src/assets/icons/20x20/close_small_icon.svg +1 -0
  181. package/src/assets/icons/20x20/drag_small_icon.svg +1 -0
  182. package/src/assets/icons/20x20/filter_small_icon.svg +1 -0
  183. package/src/assets/icons/20x20/minus_small_icon.svg +1 -0
  184. package/src/assets/icons/20x20/more_small_icon.svg +1 -0
  185. package/src/assets/icons/20x20/next_small_icon.svg +1 -0
  186. package/src/assets/icons/20x20/plus_small_icon.svg +1 -0
  187. package/src/assets/icons/20x20/search_small_icon.svg +1 -0
  188. package/src/assets/icons/20x20/sort_big_small_icon.svg +1 -0
  189. package/src/assets/icons/20x20/sort_small_small_icon.svg +1 -0
  190. package/src/assets/icons/24x24/add_environment_icon.svg +1 -0
  191. package/src/assets/icons/24x24/apps_icon.svg +1 -0
  192. package/src/assets/icons/24x24/arrow_right_icon.svg +1 -0
  193. package/src/assets/icons/24x24/backspace_icon.svg +1 -0
  194. package/src/assets/icons/24x24/bag_icon.svg +1 -0
  195. package/src/assets/icons/24x24/billing_icon.svg +1 -0
  196. package/src/assets/icons/24x24/bookmark_icon.svg +1 -0
  197. package/src/assets/icons/24x24/calendar_icon.svg +1 -0
  198. package/src/assets/icons/24x24/check_icon.svg +1 -0
  199. package/src/assets/icons/24x24/chevron_icon.svg +1 -0
  200. package/src/assets/icons/24x24/close_2_icon.svg +1 -0
  201. package/src/assets/icons/24x24/close_icon.svg +1 -0
  202. package/src/assets/icons/24x24/code_icon.svg +1 -0
  203. package/src/assets/icons/24x24/columns_icon.svg +1 -0
  204. package/src/assets/icons/24x24/copy_icon.svg +1 -0
  205. package/src/assets/icons/24x24/customers_icon.svg +1 -0
  206. package/src/assets/icons/24x24/dashboard_icon.svg +1 -0
  207. package/src/assets/icons/24x24/delete_icon.svg +1 -0
  208. package/src/assets/icons/24x24/developer_icon.svg +1 -0
  209. package/src/assets/icons/24x24/discounts_icon.svg +1 -0
  210. package/src/assets/icons/24x24/download_icon.svg +1 -0
  211. package/src/assets/icons/24x24/drag_icon.svg +1 -0
  212. package/src/assets/icons/24x24/edit_icon.svg +1 -0
  213. package/src/assets/icons/24x24/environment_icon.svg +1 -0
  214. package/src/assets/icons/24x24/expand_icon.svg +1 -0
  215. package/src/assets/icons/24x24/expendable_icon.svg +1 -0
  216. package/src/assets/icons/24x24/eye_closed_icon.svg +1 -0
  217. package/src/assets/icons/24x24/eye_icon.svg +1 -0
  218. package/src/assets/icons/24x24/filtering_icon.svg +1 -0
  219. package/src/assets/icons/24x24/generate_icon.svg +1 -0
  220. package/src/assets/icons/24x24/github_icon.svg +1 -0
  221. package/src/assets/icons/24x24/grid_icon.svg +1 -0
  222. package/src/assets/icons/24x24/help_icon.svg +1 -0
  223. package/src/assets/icons/24x24/how to_icon.svg +1 -0
  224. package/src/assets/icons/24x24/link_icon.svg +1 -0
  225. package/src/assets/icons/24x24/list_icon.svg +1 -0
  226. package/src/assets/icons/24x24/mail_icon.svg +1 -0
  227. package/src/assets/icons/24x24/migrate_icon.svg +1 -0
  228. package/src/assets/icons/24x24/minus_icon.svg +1 -0
  229. package/src/assets/icons/24x24/models_icon.svg +1 -0
  230. package/src/assets/icons/24x24/more_horizontal_icon.svg +1 -0
  231. package/src/assets/icons/24x24/navigation_icon.svg +1 -0
  232. package/src/assets/icons/24x24/navigator_icon.svg +1 -0
  233. package/src/assets/icons/24x24/next_icon.svg +1 -0
  234. package/src/assets/icons/24x24/no_connection_icon.svg +1 -0
  235. package/src/assets/icons/24x24/notifications_icon.svg +1 -0
  236. package/src/assets/icons/24x24/orders_icon.svg +1 -0
  237. package/src/assets/icons/24x24/pages_icon.svg +1 -0
  238. package/src/assets/icons/24x24/permissions_icon.svg +1 -0
  239. package/src/assets/icons/24x24/photo_icon.svg +1 -0
  240. package/src/assets/icons/24x24/play_icon.svg +1 -0
  241. package/src/assets/icons/24x24/plus_icon.svg +1 -0
  242. package/src/assets/icons/24x24/preset_icon.svg +1 -0
  243. package/src/assets/icons/24x24/previous_icon.svg +1 -0
  244. package/src/assets/icons/24x24/printer_icon.svg +1 -0
  245. package/src/assets/icons/24x24/privacy_icon.svg +1 -0
  246. package/src/assets/icons/24x24/process_icon.svg +1 -0
  247. package/src/assets/icons/24x24/product_icon.svg +1 -0
  248. package/src/assets/icons/24x24/refresh_icon.svg +1 -0
  249. package/src/assets/icons/24x24/remove_member_icon.svg +1 -0
  250. package/src/assets/icons/24x24/reply_icon.svg +1 -0
  251. package/src/assets/icons/24x24/search_icon.svg +1 -0
  252. package/src/assets/icons/24x24/settings_icon.svg +1 -0
  253. package/src/assets/icons/24x24/snapshots_icon.svg +1 -0
  254. package/src/assets/icons/24x24/sort_down_icon.svg +1 -0
  255. package/src/assets/icons/24x24/sort_up_icon.svg +1 -0
  256. package/src/assets/icons/24x24/tasks_icon.svg +1 -0
  257. package/src/assets/icons/24x24/time_icon.svg +1 -0
  258. package/src/assets/icons/24x24/to_icon.svg +1 -0
  259. package/src/assets/icons/24x24/transfer_icon.svg +1 -0
  260. package/src/assets/icons/24x24/translate_icon.svg +1 -0
  261. package/src/assets/icons/24x24/translation_icon.svg +1 -0
  262. package/src/assets/icons/24x24/website_icon.svg +1 -0
  263. package/src/assets/icons/24x24/wifi_icon.svg +1 -0
  264. package/src/assets/icons/32x32/attributes_large_icon.svg +1 -0
  265. package/src/assets/icons/32x32/customer_large_icon.svg +1 -0
  266. package/src/assets/icons/32x32/digital_large_icon.svg +1 -0
  267. package/src/assets/icons/32x32/discount_large_icon.svg +1 -0
  268. package/src/assets/icons/32x32/filtering_large_icon.svg +1 -0
  269. package/src/assets/icons/32x32/gift card_large_icon.svg +1 -0
  270. package/src/assets/icons/32x32/navigation_large_icon.svg +1 -0
  271. package/src/assets/icons/32x32/notes_large_icon.svg +1 -0
  272. package/src/assets/icons/32x32/omnichannel_large_icon.svg +1 -0
  273. package/src/assets/icons/32x32/permission_large_icon.svg +1 -0
  274. package/src/assets/icons/32x32/product_large_icon.svg +1 -0
  275. package/src/assets/icons/32x32/search_large_icon.svg +1 -0
  276. package/src/assets/icons/32x32/shipping_large_icon.svg +1 -0
  277. package/src/assets/icons/32x32/site settings_large_icon.svg +1 -0
  278. package/src/assets/icons/32x32/staff members_large_icon.svg +1 -0
  279. package/src/assets/icons/32x32/taxes_large_icon.svg +1 -0
  280. package/src/assets/icons/32x32/token_large_icon.svg +1 -0
  281. package/src/assets/icons/32x32/warehouse_large_icon.svg +1 -0
  282. package/src/assets/icons/32x32/wifi_large_icon.svg +1 -0
  283. package/src/assets/icons/indicator/regular/error_indicator_icon.svg +1 -0
  284. package/src/assets/icons/indicator/regular/fail_indicator_icon.svg +1 -0
  285. package/src/assets/icons/indicator/regular/fail_outline_indicator_icon.svg +1 -0
  286. package/src/assets/icons/indicator/regular/help_indicator_icon.svg +1 -0
  287. package/src/assets/icons/indicator/regular/success_indicator_icon.svg +1 -0
  288. package/src/assets/icons/indicator/regular/warning_indicator_icon.svg +1 -0
  289. package/src/assets/icons/indicator/small/error_small_indicator_icon.svg +1 -0
  290. package/src/assets/icons/indicator/small/success_small_indicator_icon.svg +1 -0
  291. package/src/assets/icons/indicator/small/warning_small_indicator_icon.svg +1 -0
  292. package/src/icons/20x20/BackSmallIcon.tsx +32 -0
  293. package/src/icons/20x20/BookmarksSmallIcon.tsx +29 -0
  294. package/src/icons/20x20/CheckboxSmallIcon.tsx +32 -0
  295. package/src/icons/20x20/ChevronSmallIcon.tsx +32 -0
  296. package/src/icons/20x20/CloseSmallIcon.tsx +31 -0
  297. package/src/icons/20x20/DragSmallIcon.tsx +31 -0
  298. package/src/icons/20x20/FilterSmallIcon.tsx +31 -0
  299. package/src/icons/20x20/MinusSmallIcon.tsx +32 -0
  300. package/src/icons/20x20/MoreSmallIcon.tsx +31 -0
  301. package/src/icons/20x20/NextSmallIcon.tsx +32 -0
  302. package/src/icons/20x20/PlusSmallIcon.tsx +32 -0
  303. package/src/icons/20x20/SearchSmallIcon.tsx +31 -0
  304. package/src/icons/20x20/SortBigSmallIcon.tsx +31 -0
  305. package/src/icons/20x20/SortSmallSmallIcon.tsx +31 -0
  306. package/src/icons/20x20/index.ts +14 -0
  307. package/src/icons/24x24/AddEnvironmentIcon.tsx +32 -0
  308. package/src/icons/24x24/AppsIcon.tsx +31 -0
  309. package/src/icons/24x24/ArrowRightIcon.tsx +32 -0
  310. package/src/icons/24x24/BackspaceIcon.tsx +32 -0
  311. package/src/icons/24x24/BagIcon.tsx +29 -0
  312. package/src/icons/24x24/BillingIcon.tsx +32 -0
  313. package/src/icons/24x24/BookmarkIcon.tsx +29 -0
  314. package/src/icons/24x24/CalendarIcon.tsx +32 -0
  315. package/src/icons/24x24/CheckIcon.tsx +32 -0
  316. package/src/icons/24x24/ChevronIcon.tsx +32 -0
  317. package/src/icons/24x24/Close2Icon.tsx +39 -0
  318. package/src/icons/24x24/CloseIcon.tsx +31 -0
  319. package/src/icons/24x24/CodeIcon.tsx +38 -0
  320. package/src/icons/24x24/ColumnsIcon.tsx +30 -0
  321. package/src/icons/24x24/CopyIcon.tsx +39 -0
  322. package/src/icons/24x24/CustomersIcon.tsx +33 -0
  323. package/src/icons/24x24/DashboardIcon.tsx +30 -0
  324. package/src/icons/24x24/DeleteIcon.tsx +32 -0
  325. package/src/icons/24x24/DeveloperIcon.tsx +44 -0
  326. package/src/icons/24x24/DiscountsIcon.tsx +31 -0
  327. package/src/icons/24x24/DownloadIcon.tsx +32 -0
  328. package/src/icons/24x24/DragIcon.tsx +31 -0
  329. package/src/icons/24x24/EditIcon.tsx +36 -0
  330. package/src/icons/24x24/EnvironmentIcon.tsx +36 -0
  331. package/src/icons/24x24/ExpandIcon.tsx +39 -0
  332. package/src/icons/24x24/ExpendableIcon.tsx +34 -0
  333. package/src/icons/24x24/EyeClosedIcon.tsx +30 -0
  334. package/src/icons/24x24/EyeIcon.tsx +31 -0
  335. package/src/icons/24x24/FilteringIcon.tsx +32 -0
  336. package/src/icons/24x24/GenerateIcon.tsx +32 -0
  337. package/src/icons/24x24/GithubIcon.tsx +40 -0
  338. package/src/icons/24x24/GridIcon.tsx +61 -0
  339. package/src/icons/24x24/HelpIcon.tsx +35 -0
  340. package/src/icons/24x24/HowToIcon.tsx +39 -0
  341. package/src/icons/24x24/LinkIcon.tsx +32 -0
  342. package/src/icons/24x24/ListIcon.tsx +34 -0
  343. package/src/icons/24x24/MailIcon.tsx +31 -0
  344. package/src/icons/24x24/MigrateIcon.tsx +36 -0
  345. package/src/icons/24x24/MinusIcon.tsx +32 -0
  346. package/src/icons/24x24/ModelsIcon.tsx +38 -0
  347. package/src/icons/24x24/MoreHorizontalIcon.tsx +31 -0
  348. package/src/icons/24x24/NavigationIcon.tsx +31 -0
  349. package/src/icons/24x24/NavigatorIcon.tsx +32 -0
  350. package/src/icons/24x24/NextIcon.tsx +32 -0
  351. package/src/icons/24x24/NoConnectionIcon.tsx +36 -0
  352. package/src/icons/24x24/NotificationsIcon.tsx +32 -0
  353. package/src/icons/24x24/OrdersIcon.tsx +36 -0
  354. package/src/icons/24x24/PagesIcon.tsx +32 -0
  355. package/src/icons/24x24/PermissionsIcon.tsx +32 -0
  356. package/src/icons/24x24/PhotoIcon.tsx +32 -0
  357. package/src/icons/24x24/PlayIcon.tsx +31 -0
  358. package/src/icons/24x24/PlusIcon.tsx +32 -0
  359. package/src/icons/24x24/PresetIcon.tsx +35 -0
  360. package/src/icons/24x24/PreviousIcon.tsx +32 -0
  361. package/src/icons/24x24/PrinterIcon.tsx +32 -0
  362. package/src/icons/24x24/PrivacyIcon.tsx +39 -0
  363. package/src/icons/24x24/ProcessIcon.tsx +73 -0
  364. package/src/icons/24x24/ProductIcon.tsx +32 -0
  365. package/src/icons/24x24/RefreshIcon.tsx +32 -0
  366. package/src/icons/24x24/RemoveMemberIcon.tsx +34 -0
  367. package/src/icons/24x24/ReplyIcon.tsx +32 -0
  368. package/src/icons/24x24/SearchIcon.tsx +39 -0
  369. package/src/icons/24x24/SettingsIcon.tsx +34 -0
  370. package/src/icons/24x24/SnapshotsIcon.tsx +39 -0
  371. package/src/icons/24x24/SortDownIcon.tsx +31 -0
  372. package/src/icons/24x24/SortUpIcon.tsx +31 -0
  373. package/src/icons/24x24/TasksIcon.tsx +32 -0
  374. package/src/icons/24x24/TimeIcon.tsx +39 -0
  375. package/src/icons/24x24/ToIcon.tsx +32 -0
  376. package/src/icons/24x24/TransferIcon.tsx +32 -0
  377. package/src/icons/24x24/TranslateIcon.tsx +32 -0
  378. package/src/icons/24x24/TranslationIcon.tsx +33 -0
  379. package/src/icons/24x24/WebsiteIcon.tsx +53 -0
  380. package/src/icons/24x24/WifiIcon.tsx +32 -0
  381. package/src/icons/24x24/index.ts +74 -0
  382. package/src/icons/32x32/AttributesLargeIcon.tsx +36 -0
  383. package/src/icons/32x32/CustomerLargeIcon.tsx +38 -0
  384. package/src/icons/32x32/DigitalLargeIcon.tsx +31 -0
  385. package/src/icons/32x32/DiscountLargeIcon.tsx +35 -0
  386. package/src/icons/32x32/FilteringLargeIcon.tsx +32 -0
  387. package/src/icons/32x32/GiftCardLargeIcon.tsx +44 -0
  388. package/src/icons/32x32/NavigationLargeIcon.tsx +39 -0
  389. package/src/icons/32x32/NotesLargeIcon.tsx +53 -0
  390. package/src/icons/32x32/OmnichannelLargeIcon.tsx +64 -0
  391. package/src/icons/32x32/PermissionLargeIcon.tsx +39 -0
  392. package/src/icons/32x32/ProductLargeIcon.tsx +31 -0
  393. package/src/icons/32x32/SearchLargeIcon.tsx +39 -0
  394. package/src/icons/32x32/ShippingLargeIcon.tsx +32 -0
  395. package/src/icons/32x32/SiteSettingsLargeIcon.tsx +32 -0
  396. package/src/icons/32x32/StaffMembersLargeIcon.tsx +40 -0
  397. package/src/icons/32x32/TaxesLargeIcon.tsx +55 -0
  398. package/src/icons/32x32/TokenLargeIcon.tsx +38 -0
  399. package/src/icons/32x32/WarehouseLargeIcon.tsx +32 -0
  400. package/src/icons/32x32/WifiLargeIcon.tsx +32 -0
  401. package/src/icons/32x32/index.ts +19 -0
  402. package/src/icons/index.ts +12 -67
  403. package/src/icons/indicator/index.ts +2 -0
  404. package/src/icons/indicator/regular/ErrorIndicatorIcon.tsx +24 -0
  405. package/src/icons/indicator/regular/FailIndicatorIcon.tsx +31 -0
  406. package/src/icons/indicator/regular/FailOutlineIndicatorIcon.tsx +31 -0
  407. package/src/icons/indicator/regular/HelpIndicatorIcon.tsx +30 -0
  408. package/src/icons/indicator/regular/SuccessIndicatorIcon.tsx +24 -0
  409. package/src/icons/indicator/regular/WarningIndicatorIcon.tsx +23 -0
  410. package/src/icons/indicator/regular/index.ts +6 -0
  411. package/src/icons/indicator/small/ErrorSmallIndicatorIcon.tsx +24 -0
  412. package/src/icons/indicator/small/SuccessSmallIndicatorIcon.tsx +24 -0
  413. package/src/icons/indicator/small/WarningSmallIndicatorIcon.tsx +23 -0
  414. package/src/icons/indicator/small/index.ts +3 -0
  415. package/src/icons/styles.ts +10 -0
  416. package/src/icons/types.ts +3 -0
  417. package/src/index.tsx +1 -0
  418. package/src/utils/Decorator.tsx +1 -0
  419. package/src/utils/mergeRefs.ts +4 -4
  420. package/src/icons/AddEnvironmentIcon.tsx +0 -12
  421. package/src/icons/AppsIcon.tsx +0 -12
  422. package/src/icons/ArrowRightIcon.tsx +0 -12
  423. package/src/icons/AttributesLargeIcon.tsx +0 -15
  424. package/src/icons/BackspaceIcon.tsx +0 -12
  425. package/src/icons/BillingIcon.tsx +0 -12
  426. package/src/icons/CalendarIcon.tsx +0 -12
  427. package/src/icons/ChevronIcon.tsx +0 -14
  428. package/src/icons/Close2Icon.tsx +0 -12
  429. package/src/icons/CloseIcon.tsx +0 -12
  430. package/src/icons/ColumnsIcon.tsx +0 -12
  431. package/src/icons/CopyIcon.tsx +0 -12
  432. package/src/icons/CustomersIcon.tsx +0 -12
  433. package/src/icons/DashboardIcon.tsx +0 -12
  434. package/src/icons/DeleteIcon.tsx +0 -12
  435. package/src/icons/DeveloperIcon.tsx +0 -38
  436. package/src/icons/DigitalLargeIcon.tsx +0 -15
  437. package/src/icons/DiscountsIcon.tsx +0 -20
  438. package/src/icons/DiscountsLargeIcon.tsx +0 -26
  439. package/src/icons/DownloadIcon.tsx +0 -12
  440. package/src/icons/DragIcon.tsx +0 -12
  441. package/src/icons/EditIcon.tsx +0 -12
  442. package/src/icons/EnvironmentIcon.tsx +0 -12
  443. package/src/icons/ExpandIcon.tsx +0 -22
  444. package/src/icons/EyeIcon.tsx +0 -12
  445. package/src/icons/FilteringIcon.tsx +0 -12
  446. package/src/icons/FilteringLargeIcon.tsx +0 -15
  447. package/src/icons/HelpIcon.tsx +0 -12
  448. package/src/icons/LinkIcon.tsx +0 -12
  449. package/src/icons/MailIcon.tsx +0 -16
  450. package/src/icons/MinusIcon.tsx +0 -12
  451. package/src/icons/MoreHorizontalIcon.tsx +0 -12
  452. package/src/icons/NavigationIcon.tsx +0 -26
  453. package/src/icons/NavigationLargeIcon.tsx +0 -15
  454. package/src/icons/NavigatorIcon.tsx +0 -14
  455. package/src/icons/NextIcon.tsx +0 -14
  456. package/src/icons/NoConnectionIcon.tsx +0 -25
  457. package/src/icons/NotesLargeIcon.tsx +0 -38
  458. package/src/icons/NotificationsIcon.tsx +0 -12
  459. package/src/icons/OmnichannelLargeIcon.tsx +0 -15
  460. package/src/icons/OrdersIcon.tsx +0 -12
  461. package/src/icons/PagesIcon.tsx +0 -12
  462. package/src/icons/PermissionLargeIcon.tsx +0 -15
  463. package/src/icons/PhotoIcon.tsx +0 -12
  464. package/src/icons/PlusIcon.tsx +0 -12
  465. package/src/icons/PreviousIcon.tsx +0 -14
  466. package/src/icons/PrinterIcon.tsx +0 -15
  467. package/src/icons/PrivacyIcon.tsx +0 -15
  468. package/src/icons/ProductIcon.tsx +0 -12
  469. package/src/icons/ProductLargeIcon.tsx +0 -16
  470. package/src/icons/RefreshIcon.tsx +0 -14
  471. package/src/icons/ReplyIcon.tsx +0 -12
  472. package/src/icons/SearchIcon.tsx +0 -12
  473. package/src/icons/SettingsIcon.tsx +0 -15
  474. package/src/icons/ShippingLargeIcon.tsx +0 -15
  475. package/src/icons/SnapshotsIcon.tsx +0 -12
  476. package/src/icons/TaxesLargeIcon.tsx +0 -15
  477. package/src/icons/TimeIcon.tsx +0 -12
  478. package/src/icons/TokenLargeIcon.tsx +0 -17
  479. package/src/icons/TransferIcon.tsx +0 -22
  480. package/src/icons/TranslationIcon.tsx +0 -12
  481. package/src/icons/WarehouseLargeIcon.tsx +0 -15
  482. package/src/icons/WebsiteIcon.tsx +0 -22
  483. package/src/icons/WifiIcon.tsx +0 -23
  484. package/src/icons/WifiLargeIcon.tsx +0 -33
@@ -1,26 +0,0 @@
1
- import { createSvgIcon } from "@material-ui/core/utils";
2
- import React from "react";
3
-
4
- export const NavigationIcon = createSvgIcon(
5
- <>
6
- <path
7
- d="M4 8H20"
8
- stroke="currentColor"
9
- strokeWidth="2"
10
- strokeLinecap="round"
11
- />
12
- <path
13
- d="M4 12H20"
14
- stroke="currentColor"
15
- strokeWidth="2"
16
- strokeLinecap="round"
17
- />
18
- <path
19
- d="M4 16H20"
20
- stroke="currentColor"
21
- strokeWidth="2"
22
- strokeLinecap="round"
23
- />
24
- </>,
25
- "NavigationIcon"
26
- );
@@ -1,15 +0,0 @@
1
- import { createSvgIcon } from "@material-ui/core/utils";
2
- import React from "react";
3
-
4
- export const NavigationLargeIcon = createSvgIcon(
5
- <path
6
- fillRule="evenodd"
7
- clipRule="evenodd"
8
- d="M28 16C28 22.6274 22.6274 28 16 28C9.37258 28 4 22.6274 4 16C4 9.37258 9.37258 4 16 4C22.6274 4 28 9.37258 28 16ZM30 16C30 23.732 23.732 30 16 30C8.26801 30 2 23.732 2 16C2 8.26801 8.26801 2 16 2C23.732 2 30 8.26801 30 16ZM23.1271 11.4417C23.7506 9.83112 22.1768 8.24068 20.5597 8.8471L8.83347 13.2444C7.18709 13.8618 7.08139 16.1506 8.66386 16.9171L12.4577 18.7547L14.8987 23.4842C15.6895 25.0163 17.9187 24.8968 18.5411 23.2889L23.1271 11.4417ZM9.53571 15.1171L21.262 10.7198L16.676 22.5669L14.235 17.8374C14.0366 17.4531 13.7189 17.1433 13.3296 16.9548L9.53571 15.1171Z"
9
- fill="currentColor"
10
- />,
11
- "NavigationLargeIcon"
12
- );
13
- (NavigationLargeIcon as React.ComponentType).defaultProps = {
14
- viewBox: "0 0 32 32",
15
- };
@@ -1,14 +0,0 @@
1
- import { createSvgIcon } from "@material-ui/core/utils";
2
- import React from "react";
3
-
4
- export const NavigatorIcon = createSvgIcon(
5
- <>
6
- <path
7
- fillRule="evenodd"
8
- clipRule="evenodd"
9
- d="M6.25503 12.198L11.2063 3.0483C12.2646 1.09249 15.2463 2.08503 14.9212 4.28496L14.2397 8.89774L15.7025 8.73522L15.807 9.67606L15.9115 10.6169L13.2283 10.9151C12.6114 10.9836 12.0966 10.4499 12.1873 9.83584L13.0483 4.00824C13.0638 3.90348 12.9218 3.85622 12.8714 3.94935L7.92015 13.099C7.84742 13.2334 7.95568 13.3942 8.10757 13.3773L10.8039 13.0777C11.4157 13.0097 11.9286 13.5344 11.8467 14.1445L11.0617 19.9934C11.0477 20.0981 11.1896 20.1437 11.2391 20.0504L16.0997 10.8939C16.171 10.7595 16.0627 10.6001 15.9115 10.6169L15.807 9.67606L15.7025 8.73522C17.3657 8.55042 18.5566 10.3034 17.772 11.7815L12.9114 20.9381C11.8715 22.8971 8.89023 21.9397 9.18525 19.7416L9.80911 15.0932L8.31664 15.259C6.64589 15.4446 5.455 13.6764 6.25503 12.198Z"
10
- fill="currentColor"
11
- />
12
- </>,
13
- "NavigatorIcon"
14
- );
@@ -1,14 +0,0 @@
1
- import { createSvgIcon } from "@material-ui/core/utils";
2
- import React from "react";
3
-
4
- export const NextIcon = createSvgIcon(
5
- <path
6
- d="M10 16L14 12L10 8"
7
- stroke="currentColor"
8
- strokeWidth="2"
9
- strokeLinecap="round"
10
- strokeLinejoin="round"
11
- fill="transparent"
12
- />,
13
- "NextIcon"
14
- );
@@ -1,25 +0,0 @@
1
- import { createSvgIcon } from "@material-ui/core/utils";
2
- import React from "react";
3
-
4
- export const NoConnectionIcon = createSvgIcon(
5
- <>
6
- <circle cx="12" cy="18" r="1" fill="currentColor" />
7
- <path
8
- d="M7 14.5C7 14.5 7.35787 14.05 8 13.5317M17 14.5C17 14.5 16.1511 13.4325 14.7224 12.6926"
9
- stroke="currentColor"
10
- strokeWidth="2"
11
- strokeLinecap="round"
12
- />
13
- <path
14
- d="M3 10C3 10 6.57831 6 12 6M21 10C21 10 19.9552 8.83211 18.1394 7.75846"
15
- stroke="currentColor"
16
- strokeWidth="2"
17
- strokeLinecap="round"
18
- />
19
- <path
20
- d="M17.8599 4.01054C18.1418 3.53565 17.9854 2.92211 17.5105 2.64015C17.0357 2.35818 16.4221 2.51458 16.1401 2.98946L17.8599 4.01054ZM6.64015 18.9895C6.35818 19.4643 6.51458 20.0779 6.98946 20.3599C7.46435 20.6418 8.07789 20.4854 8.35985 20.0105L6.64015 18.9895ZM16.1401 2.98946L6.64015 18.9895L8.35985 20.0105L17.8599 4.01054L16.1401 2.98946Z"
21
- fill="currentColor"
22
- />
23
- </>,
24
- "NoConnectionIcon"
25
- );
@@ -1,38 +0,0 @@
1
- import { createSvgIcon } from "@material-ui/core/utils";
2
- import React from "react";
3
-
4
- export const NotesLargeIcon = createSvgIcon(
5
- <>
6
- <rect
7
- x="3"
8
- y="3"
9
- width="26"
10
- height="26"
11
- rx="2"
12
- stroke="currentColor"
13
- strokeWidth="2"
14
- fill="transparent"
15
- />
16
- <mask id="path-2-inside-1_892_5855" fill="var(--background-paper)">
17
- <rect x="7" y="7" width="6" height="6" rx="1" />
18
- </mask>
19
- <rect
20
- x="7"
21
- y="7"
22
- width="6"
23
- height="6"
24
- rx="1"
25
- stroke="currentColor"
26
- strokeWidth="4"
27
- mask="url(#path-2-inside-1_892_5855)"
28
- fill="transparent"
29
- />
30
- <rect x="7" y="19" width="18" height="2" rx="0.5" fill="currentColor" />
31
- <rect x="7" y="15" width="18" height="2" rx="0.5" fill="currentColor" />
32
- <rect x="7" y="23" width="18" height="2" rx="0.5" fill="currentColor" />
33
- </>,
34
- "NotesLargeIcon"
35
- );
36
- (NotesLargeIcon as React.ComponentType).defaultProps = {
37
- viewBox: "0 0 32 32",
38
- };
@@ -1,12 +0,0 @@
1
- import { createSvgIcon } from "@material-ui/core/utils";
2
- import React from "react";
3
-
4
- export const NotificationsIcon = createSvgIcon(
5
- <path
6
- fillRule="evenodd"
7
- clipRule="evenodd"
8
- d="M3.8 10.2C3.8 5.67126 7.47127 2 12 2C16.5287 2 20.2 5.67126 20.2 10.2V17.5936H21C21.5523 17.5936 22 18.0413 22 18.5936C22 19.1459 21.5523 19.5936 21 19.5936H15.5509C15.1236 20.9869 13.8269 22 12.2936 22H11.7064C10.1731 22 8.87638 20.9869 8.44914 19.5936H3C2.44772 19.5936 2 19.1459 2 18.5936C2 18.0413 2.44772 17.5936 3 17.5936H3.8V10.2ZM5.8 17.5936H18.2V10.2C18.2 6.77584 15.4242 4 12 4C8.57583 4 5.8 6.77583 5.8 10.2V17.5936ZM10.7175 19.5936C10.9715 19.8449 11.3209 20 11.7064 20H12.2936C12.6791 20 13.0285 19.8449 13.2825 19.5936H10.7175Z"
9
- fill="currentColor"
10
- />,
11
- "NotificationsIcon"
12
- );
@@ -1,15 +0,0 @@
1
- import { createSvgIcon } from "@material-ui/core/utils";
2
- import React from "react";
3
-
4
- export const OmnichannelLargeIcon = createSvgIcon(
5
- <path
6
- fillRule="evenodd"
7
- clipRule="evenodd"
8
- d="M22.2066 26.2723C20.3957 27.3688 18.2716 28 16 28C13.7284 28 11.6043 27.3688 9.7934 26.2723C9.9274 25.8726 10 25.4448 10 25C10 22.7909 8.20914 21 6 21C5.7019 21 5.41143 21.0326 5.13194 21.0945C4.4058 19.5481 4 17.8214 4 16C4 14.1786 4.4058 12.4519 5.13194 10.9055C5.41143 10.9674 5.7019 11 6 11C8.20914 11 10 9.20914 10 7C10 6.5552 9.9274 6.12736 9.7934 5.72768C11.6043 4.63116 13.7284 4 16 4C18.2716 4 20.3957 4.63116 22.2066 5.72768C22.0726 6.12736 22 6.5552 22 7C22 9.20914 23.7909 11 26 11C26.2981 11 26.5886 10.9674 26.8681 10.9055C27.5942 12.4519 28 14.1786 28 16C28 17.8214 27.5942 19.5481 26.8681 21.0945C26.5886 21.0326 26.2981 21 26 21C23.7909 21 22 22.7909 22 25C22 25.4448 22.0726 25.8726 22.2066 26.2723ZM23.2982 27.9496C21.173 29.2503 18.6741 30 16 30C13.3259 30 10.827 29.2503 8.70185 27.9496C7.9901 28.6019 7.04154 29 6 29C3.79086 29 2 27.2091 2 25C2 23.8076 2.52171 22.7371 3.34931 22.0043C2.48415 20.1847 2 18.1489 2 16C2 13.8511 2.48415 11.8153 3.34931 9.9957C2.52171 9.26286 2 8.19236 2 7C2 4.79086 3.79086 3 6 3C7.04154 3 7.99011 3.39808 8.70185 4.05039C10.827 2.7497 13.3259 2 16 2C18.6741 2 21.173 2.74971 23.2982 4.05039C24.0099 3.39808 24.9585 3 26 3C28.2091 3 30 4.79086 30 7C30 8.19236 29.4783 9.26286 28.6507 9.99569C29.5159 11.8153 30 13.8511 30 16C30 18.1489 29.5159 20.1847 28.6507 22.0043C29.4783 22.7371 30 23.8076 30 25C30 27.2091 28.2091 29 26 29C24.9585 29 24.0099 28.6019 23.2982 27.9496ZM6 9C7.10457 9 8 8.10457 8 7C8 5.89543 7.10457 5 6 5C4.89543 5 4 5.89543 4 7C4 8.10457 4.89543 9 6 9ZM26 9C27.1046 9 28 8.10457 28 7C28 5.89543 27.1046 5 26 5C24.8954 5 24 5.89543 24 7C24 8.10457 24.8954 9 26 9ZM28 25C28 26.1046 27.1046 27 26 27C24.8954 27 24 26.1046 24 25C24 23.8954 24.8954 23 26 23C27.1046 23 28 23.8954 28 25ZM6 27C7.10457 27 8 26.1046 8 25C8 23.8954 7.10457 23 6 23C4.89543 23 4 23.8954 4 25C4 26.1046 4.89543 27 6 27ZM17.6882 15C17.5151 13.5884 16.9729 12.0742 16 10.1898C15.0271 12.0742 14.4849 13.5884 14.3118 15H17.6882ZM18.3698 10.4862C20.2107 11.2784 21.5757 12.9657 21.917 15H19.7003C19.556 13.5436 19.1004 12.0837 18.3698 10.4862ZM19.7003 17H21.917C21.5757 19.0344 20.2107 20.7216 18.3697 21.5139C19.1003 19.9163 19.556 18.4564 19.7003 17ZM16 21.81C16.9729 19.9257 17.515 18.4115 17.6882 17H14.3118C14.485 18.4115 15.0271 19.9257 16 21.81ZM13.6302 10.4862C12.8996 12.0837 12.444 13.5436 12.2997 15H10.083C10.4243 12.9657 11.7893 11.2784 13.6302 10.4862ZM13.6303 21.5139C12.8997 19.9163 12.444 18.4564 12.2997 17H10.083C10.4243 19.0344 11.7893 20.7216 13.6303 21.5139ZM16 24C20.4183 24 24 20.4183 24 16C24 11.5817 20.4183 8 16 8C11.5817 8 8 11.5817 8 16C8 20.4183 11.5817 24 16 24Z"
9
- fill="currentColor"
10
- />,
11
- "OmnichannelLargeIcon"
12
- );
13
- (OmnichannelLargeIcon as React.ComponentType).defaultProps = {
14
- viewBox: "0 0 32 32",
15
- };
@@ -1,12 +0,0 @@
1
- import { createSvgIcon } from "@material-ui/core/utils";
2
- import React from "react";
3
-
4
- export const OrdersIcon = createSvgIcon(
5
- <path
6
- fillRule="evenodd"
7
- clipRule="evenodd"
8
- d="M2 4.04169C2 3.46638 2.46638 3 3.04169 3H5.15004C6.42278 3 7.55576 3.76978 8.03557 4.92487H18.8724C21.018 4.92487 22.5254 7.03745 21.8276 9.06637L20.815 12.0103C20.3811 13.2719 19.194 14.1189 17.8599 14.1189H9.0654C8.79025 14.1189 8.5672 14.342 8.5672 14.6171C8.5672 14.8923 8.79025 15.1153 9.0654 15.1153H19.3465C19.9218 15.1153 20.3881 15.5817 20.3881 16.157C20.3881 16.7323 19.9218 17.1987 19.3465 17.1987H9.0654C7.63962 17.1987 6.48381 16.0429 6.48381 14.6171C6.48381 13.6191 7.05019 12.7533 7.87907 12.3237L6.27116 6.24637L6.14965 5.83198C6.01954 5.38824 5.61247 5.08339 5.15004 5.08339H3.04169C2.46638 5.08339 2 4.617 2 4.04169ZM8.6278 7.00825L9.95791 12.0356H17.8599C18.3046 12.0356 18.7003 11.7532 18.8449 11.3327L19.8575 8.38876C20.0901 7.71245 19.5876 7.00825 18.8724 7.00825H8.6278ZM10 19.5C10 20.3284 9.32843 21 8.5 21C7.67157 21 7 20.3284 7 19.5C7 18.6716 7.67157 18 8.5 18C9.32843 18 10 18.6716 10 19.5ZM17.5 21C18.3284 21 19 20.3284 19 19.5C19 18.6716 18.3284 18 17.5 18C16.6716 18 16 18.6716 16 19.5C16 20.3284 16.6716 21 17.5 21Z"
9
- fill="currentColor"
10
- />,
11
- "OrdersIcon"
12
- );
@@ -1,12 +0,0 @@
1
- import { createSvgIcon } from "@material-ui/core/utils";
2
- import React from "react";
3
-
4
- export const PagesIcon = createSvgIcon(
5
- <path
6
- fillRule="evenodd"
7
- clipRule="evenodd"
8
- d="M9 4C8.44772 4 8 4.44772 8 5V19C8 19.5523 8.44772 20 9 20H17C17.5523 20 18 19.5523 18 19V7.57843C18 7.31321 17.8946 7.05886 17.7071 6.87132L15.1287 4.29289C14.9411 4.10536 14.6868 4 14.4216 4H9ZM6 5C6 3.34315 7.34315 2 9 2H14.4216C15.2172 2 15.9803 2.31607 16.5429 2.87868L19.1213 5.45711C19.6839 6.01972 20 6.78278 20 7.57843V19C20 20.6569 18.6569 22 17 22H9C7.34315 22 6 20.6569 6 19V5ZM4 6C4.55228 6 5 6.44772 5 7V20C5 20.5523 4.55228 21 4 21C3.44772 21 3 20.5523 3 20V7C3 6.44772 3.44772 6 4 6ZM10.5 13C10.2239 13 10 13.2239 10 13.5V14.5C10 14.7761 10.2239 15 10.5 15H15.5C15.7761 15 16 14.7761 16 14.5V13.5C16 13.2239 15.7761 13 15.5 13H10.5ZM10 10.5C10 10.2239 10.2239 10 10.5 10H15.5C15.7761 10 16 10.2239 16 10.5V11.5C16 11.7761 15.7761 12 15.5 12H10.5C10.2239 12 10 11.7761 10 11.5V10.5ZM10.5 16C10.2239 16 10 16.2239 10 16.5V17.5C10 17.7761 10.2239 18 10.5 18H15.5C15.7761 18 16 17.7761 16 17.5V16.5C16 16.2239 15.7761 16 15.5 16H10.5Z"
9
- fill="currentColor"
10
- />,
11
- "PagesIcon"
12
- );
@@ -1,15 +0,0 @@
1
- import { createSvgIcon } from "@material-ui/core/utils";
2
- import React from "react";
3
-
4
- export const PermissionLargeIcon = createSvgIcon(
5
- <path
6
- fillRule="evenodd"
7
- clipRule="evenodd"
8
- d="M16 4C13.7909 4 12 5.79086 12 8V11.9355C13.205 11.3367 14.5632 11 16 11C17.4368 11 18.795 11.3367 20 11.9355V8C20 5.79086 18.2091 4 16 4ZM22 13.2917V8C22 4.68629 19.3137 2 16 2C12.6863 2 10 4.68629 10 8V13.2917C8.15875 14.9396 7 17.3345 7 20C7 24.9706 11.0294 29 16 29C20.9706 29 25 24.9706 25 20C25 17.3345 23.8412 14.9396 22 13.2917ZM14 18C14 17.4477 14.4477 17 15 17H17C17.5523 17 18 17.4477 18 18C18 18.5523 17.5523 19 17 19V22C17 22.5523 16.5523 23 16 23C15.4477 23 15 22.5523 15 22V19C14.4477 19 14 18.5523 14 18ZM23 20C23 23.866 19.866 27 16 27C12.134 27 9 23.866 9 20C9 16.134 12.134 13 16 13C19.866 13 23 16.134 23 20Z"
9
- fill="currentColor"
10
- />,
11
- "PermissionLargeIcon"
12
- );
13
- (PermissionLargeIcon as React.ComponentType).defaultProps = {
14
- viewBox: "0 0 32 32",
15
- };
@@ -1,12 +0,0 @@
1
- import { createSvgIcon } from "@material-ui/core/utils";
2
- import React from "react";
3
-
4
- export const PhotoIcon = createSvgIcon(
5
- <path
6
- fillRule="evenodd"
7
- clipRule="evenodd"
8
- d="M2 5C2 3.34315 3.34315 2 5 2H19C20.6569 2 22 3.34315 22 5V19C22 20.6569 20.6569 22 19 22H5C3.34315 22 2 20.6569 2 19V5ZM5 4C4.44772 4 4 4.44772 4 5V15.7962L11.0456 9.63136L12.5 11.0858L16 7.58579L20 11.5858V5C20 4.44772 19.5523 4 19 4H5ZM20 14.4142L16 10.4142L12.5 13.9142L10.9544 12.3686L4 18.4538V19C4 19.5523 4.44772 20 5 20H19C19.5523 20 20 19.5523 20 19V14.4142Z"
9
- fill="currentColor"
10
- />,
11
- "PhotoIcon"
12
- );
@@ -1,12 +0,0 @@
1
- import { createSvgIcon } from "@material-ui/core/utils";
2
- import React from "react";
3
-
4
- export const PlusIcon = createSvgIcon(
5
- <path
6
- fillRule="evenodd"
7
- clipRule="evenodd"
8
- d="M13 4C13 3.5 12.5523 3 12 3C11.4477 3 11 3.5 11 4L11 11L4 11C3.5 11 3 11.4477 3 12C3 12.5523 3.5 13 4 13L11 13L11 20C11 20.5 11.4477 21 12 21C12.5523 21 13 20.5 13 20L13 13L20 13C20.5 13 21 12.5523 21 12C21 11.4477 20.5 11 20 11L13 11L13 4Z"
9
- fill="currentColor"
10
- />,
11
- "PlusIcon"
12
- );
@@ -1,14 +0,0 @@
1
- import { createSvgIcon } from "@material-ui/core/utils";
2
- import React from "react";
3
-
4
- export const PreviousIcon = createSvgIcon(
5
- <path
6
- d="M14 8L10 12L14 16"
7
- stroke="currentColor"
8
- strokeWidth="2"
9
- strokeLinecap="round"
10
- strokeLinejoin="round"
11
- fill="transparent"
12
- />,
13
- "PreviousIcon"
14
- );
@@ -1,15 +0,0 @@
1
- import { createSvgIcon } from "@material-ui/core/utils";
2
- import React from "react";
3
-
4
- export const PrinterIcon = createSvgIcon(
5
- <>
6
- <rect width="24" height="24" fill="var(--background-paper)" />
7
- <path
8
- fillRule="evenodd"
9
- clipRule="evenodd"
10
- d="M7.5 3C6.94772 3 6.5 3.44772 6.5 4V6H17.5V4C17.5 3.44772 17.0523 3 16.5 3H7.5ZM19.5 6V4C19.5 2.34315 18.1569 1 16.5 1H7.5C5.84315 1 4.5 2.34315 4.5 4V6H4C2.34315 6 1 7.34315 1 9V15C1 16.6569 2.34315 18 4 18H5V20C5 21.6569 6.34315 23 8 23H16C17.6569 23 19 21.6569 19 20V18H20C21.6569 18 23 16.6569 23 15V9C23 7.34315 21.6569 6 20 6H19.5ZM20 16C20.5523 16 21 15.5523 21 15V9C21 8.44772 20.5523 8 20 8H4C3.44772 8 3 8.44772 3 9V15C3 15.5523 3.44772 16 4 16H5V14.5C4.44772 14.5 4 14.0523 4 13.5C4 12.9477 4.44772 12.5 5 12.5H19C19.5523 12.5 20 12.9477 20 13.5C20 14.0523 19.5523 14.5 19 14.5V16H20ZM17 14.5H7V20C7 20.5523 7.44772 21 8 21H16C16.5523 21 17 20.5523 17 20V14.5ZM8.5 18C8.5 17.4477 8.94772 17 9.5 17H14.5C15.0523 17 15.5 17.4477 15.5 18C15.5 18.5523 15.0523 19 14.5 19H9.5C8.94772 19 8.5 18.5523 8.5 18ZM5 9C4.44772 9 4 9.44771 4 10C4 10.5523 4.44772 11 5 11H7C7.55228 11 8 10.5523 8 10C8 9.44771 7.55228 9 7 9H5Z"
11
- fill="currentColor"
12
- />
13
- </>,
14
- "PrinterIcon"
15
- );
@@ -1,15 +0,0 @@
1
- import { createSvgIcon } from "@material-ui/core/utils";
2
- import React from "react";
3
-
4
- export const PrivacyIcon = createSvgIcon(
5
- <>
6
- <rect width="24" height="24" fill="var(--background-paper)" />
7
- <path
8
- fillRule="evenodd"
9
- clipRule="evenodd"
10
- d="M9 7C9 5.34315 10.3431 4 12 4C13.6569 4 15 5.34315 15 7V8.67363C14.0907 8.24169 13.0736 8 12 8C10.9264 8 9.90926 8.24169 9 8.67363V7ZM7 10.101V7C7 4.23858 9.23858 2 12 2C14.7614 2 17 4.23858 17 7V10.101C18.2372 11.3636 19 13.0927 19 15C19 18.866 15.866 22 12 22C8.13401 22 5 18.866 5 15C5 13.0927 5.76281 11.3636 7 10.101ZM12 20C14.7614 20 17 17.7614 17 15C17 12.2386 14.7614 10 12 10C9.23858 10 7 12.2386 7 15C7 17.7614 9.23858 20 12 20ZM10 14C10 13.4477 10.4477 13 11 13H13C13.5523 13 14 13.4477 14 14C14 14.5523 13.5523 15 13 15V16.5C13 17.0523 12.5523 17.5 12 17.5C11.4477 17.5 11 17.0523 11 16.5V15C10.4477 15 10 14.5523 10 14Z"
11
- fill="currentColor"
12
- />
13
- </>,
14
- "PrivacyIcon"
15
- );
@@ -1,12 +0,0 @@
1
- import { createSvgIcon } from "@material-ui/core/utils";
2
- import React from "react";
3
-
4
- export const ProductIcon = createSvgIcon(
5
- <path
6
- fillRule="evenodd"
7
- clipRule="evenodd"
8
- d="M5.22559 5.62861C5.37745 5.24895 5.74516 5 6.15407 5H17.8459C18.2548 5 18.6225 5.24895 18.7744 5.62861L19.523 7.5H4.47703L5.22559 5.62861ZM15.5 9.5H20V18C20 18.5523 19.5523 19 19 19H5C4.44772 19 4 18.5523 4 18V9.5H8.5V14.4597C8.5 15.7174 9.9549 16.4167 10.937 15.631L12 14.7806L13.063 15.631C14.0451 16.4167 15.5 15.7174 15.5 14.4597V9.5ZM13.5 9.5H10.5V13.4194L11.063 12.969C11.6108 12.5307 12.3892 12.5307 12.937 12.969L13.5 13.4194V9.5ZM6.15407 3C4.92735 3 3.82423 3.74685 3.36864 4.88583L2 8.30742V18C2 19.6569 3.34315 21 5 21H19C20.6569 21 22 19.6569 22 18V8.30742L20.6314 4.88583C20.1758 3.74685 19.0726 3 17.8459 3H6.15407Z"
9
- fill="currentColor"
10
- />,
11
- "ProductIcon"
12
- );
@@ -1,16 +0,0 @@
1
- import { createSvgIcon } from "@material-ui/core/utils";
2
- import React from "react";
3
-
4
- export const ProductLargeIcon = createSvgIcon(
5
- <path
6
- d="M3 10V26C3 27.1046 3.89543 28 5 28H27C28.1046 28 29 27.1046 29 26V10M3 10L6.40627 4.8906C6.7772 4.3342 7.40166 4 8.07037 4H23.9296C24.5983 4 25.2228 4.3342 25.5937 4.8906L29 10M3 10H12M29 10H20M12 10V18.7929C12 19.2383 12.5386 19.4614 12.8536 19.1464L15.2929 16.7071C15.6834 16.3166 16.3166 16.3166 16.7071 16.7071L19.1464 19.1464C19.4614 19.4614 20 19.2383 20 18.7929V10M12 10H20"
7
- stroke="currentColor"
8
- strokeWidth="2"
9
- strokeLinejoin="round"
10
- fill="transparent"
11
- />,
12
- "ProductLargeIcon"
13
- );
14
- (ProductLargeIcon as React.ComponentType).defaultProps = {
15
- viewBox: "0 0 32 32",
16
- };
@@ -1,14 +0,0 @@
1
- import { createSvgIcon } from "@material-ui/core/utils";
2
- import React from "react";
3
-
4
- export const RefreshIcon = createSvgIcon(
5
- <path
6
- d="M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C14.9445 3 17.5587 4.414 19.2007 6.6M19.2007 6.6V3M19.2007 6.6H15.5"
7
- stroke="currentColor"
8
- strokeWidth="2"
9
- strokeLinecap="round"
10
- strokeLinejoin="round"
11
- fill="transparent"
12
- />,
13
- "RefreshIcon"
14
- );
@@ -1,12 +0,0 @@
1
- import { createSvgIcon } from "@material-ui/core/utils";
2
- import React from "react";
3
-
4
- export const ReplyIcon = createSvgIcon(
5
- <path
6
- fillRule="evenodd"
7
- clipRule="evenodd"
8
- d="M5.84675 9L5.84675 9.03355L9.15541 12.3422C9.54781 12.7346 9.54781 13.3708 9.15541 13.7632C8.76302 14.1556 8.12682 14.1556 7.73443 13.7632L2.35354 8.38231C2.15828 8.18705 2.15828 7.87047 2.35354 7.67521L7.73443 2.29433C8.12682 1.90193 8.76302 1.90193 9.15541 2.29433C9.54781 2.68672 9.54781 3.32292 9.15541 3.71531L5.87072 7L13 7C17.9706 7 22 11.0294 22 16L22 21C22 21.5523 21.5523 22 21 22C20.4477 22 20 21.5523 20 21L20 16C20 12.134 16.866 9 13 9L5.84675 9Z"
9
- fill="currentColor"
10
- />,
11
- "ReplyIcon"
12
- );
@@ -1,12 +0,0 @@
1
- import { createSvgIcon } from "@material-ui/core/utils";
2
- import React from "react";
3
-
4
- export const SearchIcon = createSvgIcon(
5
- <path
6
- fillRule="evenodd"
7
- clipRule="evenodd"
8
- d="M17 10.5C17 14.0899 14.0899 17 10.5 17C6.91015 17 4 14.0899 4 10.5C4 6.91015 6.91015 4 10.5 4C14.0899 4 17 6.91015 17 10.5ZM15.7618 17.176C14.3145 18.3183 12.4869 19 10.5 19C5.80558 19 2 15.1944 2 10.5C2 5.80558 5.80558 2 10.5 2C15.1944 2 19 5.80558 19 10.5C19 12.4869 18.3183 14.3145 17.176 15.7618L21.7071 20.2929C22.0976 20.6834 22.0976 21.3166 21.7071 21.7071C21.3166 22.0976 20.6834 22.0976 20.2929 21.7071L15.7618 17.176Z"
9
- fill="currentColor"
10
- />,
11
- "SearchIcon"
12
- );
@@ -1,15 +0,0 @@
1
- import { createSvgIcon } from "@material-ui/core/utils";
2
- import React from "react";
3
-
4
- export const SettingsIcon = createSvgIcon(
5
- <>
6
- <path
7
- fillRule="evenodd"
8
- clipRule="evenodd"
9
- d="M11.002 2.00187C11.0063 2.00195 11.0097 2.002 11.0122 2.002H12.9041C12.9067 2.002 12.9102 2.00195 12.9145 2.00188C12.9828 2.00079 13.2636 1.99631 13.5531 2.14828C13.8423 2.30005 14.0211 2.53692 14.1355 2.71485C14.355 3.05625 14.618 3.64428 15.0131 4.60956C15.8455 4.23898 16.3456 4.04001 16.6598 3.93245C16.9884 3.81996 17.1799 3.78379 17.3728 3.78379C17.7089 3.78379 18.0342 3.90258 18.2913 4.11917L18.3337 4.15493L19.7071 5.49669L19.7128 5.50251C19.7146 5.50434 19.7172 5.50679 19.7203 5.50988C19.7692 5.55766 19.9718 5.75554 20.0678 6.06962C20.1645 6.38605 20.1195 6.68305 20.0715 6.89121C19.9809 7.28336 19.7464 7.87359 19.3385 8.80929C20.3057 9.16034 20.9007 9.39929 21.2498 9.60699C21.4347 9.71705 21.6861 9.89408 21.8472 10.1926C22.0062 10.4873 22.0012 10.7774 22.0001 10.8446C22 10.8489 22 10.8523 22 10.8548V12.7086C22 12.7112 22 12.7147 22.0001 12.7191C22.0012 12.7879 22.006 13.0759 21.8459 13.3706C21.688 13.6614 21.4436 13.838 21.2632 13.9495C20.9189 14.1623 20.3279 14.4169 19.3568 14.7981C19.7811 15.7065 20.0281 16.2864 20.1253 16.6768C20.1775 16.8864 20.2273 17.1881 20.128 17.5117C20.0315 17.8262 19.8267 18.0255 19.7792 18.0717C19.7761 18.0747 19.7737 18.0771 19.772 18.0788L19.7667 18.0842L18.4364 19.3865C18.1737 19.6436 17.8237 19.7922 17.4562 19.8026L17.428 19.803C17.2305 19.803 17.0354 19.7523 16.9226 19.7211C16.7801 19.6817 16.6149 19.6274 16.4337 19.5628C16.0784 19.4362 15.6143 19.2533 15.0494 19.0185C14.6842 19.9787 14.4364 20.5699 14.2219 20.9156C14.1089 21.0976 13.9298 21.3408 13.634 21.4955C13.3441 21.6471 13.0611 21.6422 12.9943 21.641C12.99 21.641 12.9866 21.6409 12.9842 21.6409H11.0919C11.0894 21.6409 11.0859 21.641 11.0815 21.641C11.0136 21.6421 10.7328 21.6467 10.4435 21.4952C10.1539 21.3437 9.97477 21.1068 9.86006 20.9286C9.64019 20.587 9.37686 19.9987 8.98154 19.0331C8.14914 19.404 7.6499 19.6031 7.33691 19.7107C7.01034 19.8229 6.81895 19.8599 6.62506 19.8599C6.28514 19.8599 5.95647 19.738 5.6987 19.5164L5.65928 19.4825L4.28735 18.1405C4.28554 18.1387 4.28307 18.1363 4.27992 18.1332C4.23078 18.0857 4.02646 17.888 3.92939 17.5728C3.83177 17.2559 3.87683 16.9582 3.92474 16.7502C4.015 16.3583 4.24903 15.7688 4.6561 14.835C3.69092 14.483 3.09713 14.2433 2.74875 14.0354C2.56406 13.9251 2.31317 13.7479 2.15241 13.4497C1.99344 13.1549 1.99863 12.8649 1.99983 12.7976C1.99991 12.7932 1.99997 12.7898 1.99997 12.7874V10.9324C1.99997 10.9298 1.99991 10.9264 1.99983 10.922C1.99865 10.8536 1.99366 10.5645 2.15295 10.2697C2.31156 9.97611 2.55808 9.79916 2.73847 9.68825C3.08193 9.47707 3.6725 9.22435 4.64094 8.84445C4.21473 7.93279 3.96566 7.34737 3.86998 6.95187C3.81844 6.73882 3.77003 6.42787 3.88166 6.09699C3.9886 5.78002 4.20561 5.58375 4.25438 5.53965L4.25688 5.53739L5.56138 4.25838C5.82281 4.00206 6.1711 3.85345 6.53705 3.84209L6.56809 3.84161C6.76497 3.84161 6.95965 3.89173 7.07331 3.92301C7.21626 3.96234 7.38198 4.01658 7.56386 4.08113C7.91947 4.20733 8.38338 4.38967 8.94785 4.62372C9.31242 3.66311 9.56119 3.07227 9.77698 2.72593C9.89058 2.54362 10.0695 2.30214 10.3633 2.14804C10.653 1.99603 10.9351 2.00075 11.002 2.00187ZM6.73333 5.91026L5.89624 6.73099C5.99018 6.97874 6.1688 7.39245 6.49378 8.0851C6.72143 8.57029 6.73757 9.13487 6.52598 9.63659C6.32455 10.1142 5.93734 10.485 5.46223 10.6707C4.68991 10.9727 4.24968 11.1592 3.99997 11.279V12.4317C4.24797 12.5439 4.68117 12.7163 5.43242 12.9892C5.92661 13.1687 6.33133 13.5465 6.53926 14.0387C6.74441 14.5244 6.73619 15.07 6.52829 15.5453C6.20763 16.2784 6.0343 16.7093 5.94524 16.9645L6.78384 17.7848C7.03739 17.6924 7.47197 17.5169 8.20935 17.1876C8.69221 16.972 9.24623 16.9584 9.74297 17.1604C10.2334 17.3599 10.6176 17.7498 10.8149 18.2325C11.1196 18.9779 11.308 19.4016 11.4284 19.6409H12.6373C12.7493 19.4028 12.9221 18.9869 13.1959 18.2659C13.3878 17.7605 13.782 17.3513 14.2903 17.1458C14.7701 16.9518 15.3038 16.958 15.7756 17.1545C16.3474 17.3926 16.789 17.5662 17.105 17.6788C17.1644 17.7 17.2177 17.7184 17.2651 17.7343L18.1028 16.9142C18.0084 16.6659 17.8293 16.2515 17.5036 15.5566C17.277 15.0732 17.2604 14.5111 17.4697 14.0109C17.6706 13.5309 18.0588 13.1583 18.5354 12.9719C19.3097 12.669 19.7506 12.4813 20 12.3607V11.2121C19.7519 11.1003 19.3189 10.9289 18.5685 10.6575C18.0718 10.4779 17.6651 10.0986 17.4565 9.60408C17.2514 9.1178 17.2597 8.57159 17.4678 8.0957C17.7888 7.36157 17.9623 6.9304 18.0514 6.67516L17.2145 5.85752C16.9613 5.94935 16.526 6.12457 15.7854 6.45501C15.3043 6.66964 14.7526 6.68389 14.2572 6.48412C13.764 6.28529 13.3776 5.89428 13.1795 5.40945C12.8752 4.66488 12.687 4.24133 12.5667 4.002H11.3599C11.2476 4.23983 11.0741 4.65631 10.8004 5.37902C10.6096 5.88287 10.2172 6.29147 9.71038 6.49723C9.23143 6.69169 8.69839 6.68587 8.22715 6.49002C7.65428 6.25193 7.21175 6.07838 6.89494 5.96595C6.83495 5.94466 6.78119 5.92617 6.73333 5.91026ZM17.5211 17.8097L17.52 17.8095L17.5211 17.8097Z"
10
- fill="currentColor"
11
- />
12
- <circle cx="12" cy="12" r="2" fill="currentColor" />
13
- </>,
14
- "SettingsIcon"
15
- );
@@ -1,15 +0,0 @@
1
- import { createSvgIcon } from "@material-ui/core/utils";
2
- import React from "react";
3
-
4
- export const ShippingLargeIcon = createSvgIcon(
5
- <path
6
- fillRule="evenodd"
7
- clipRule="evenodd"
8
- d="M12.4476 8.88049C12.5081 8.37806 12.9344 8 13.4405 8H15.8867L15.4413 10.467C15.109 12.3074 16.5233 14 18.3936 14H20.8289C22.2801 14 23.5233 12.9612 23.7812 11.533L24.4191 8H26.7449C27.3446 8 27.8094 8.52414 27.7378 9.11951L26.0526 23.1195C25.9921 23.6219 25.5658 24 25.0598 24H11.7553C11.1556 24 10.6908 23.4759 10.7625 22.8805L12.4476 8.88049ZM17.4095 10.8223L17.9191 8H22.3867L21.813 11.1777C21.727 11.6537 21.3126 12 20.8289 12H18.3936C17.7702 12 17.2987 11.4358 17.4095 10.8223ZM13.4405 6C11.9223 6 10.6434 7.13417 10.462 8.64148L8.7768 22.6415C8.5618 24.4276 9.95629 26 11.7553 26H25.0598C26.5779 26 27.8568 24.8658 28.0383 23.3585L29.7234 9.35852C29.9384 7.57241 28.5439 6 26.7449 6H13.4405ZM3 9.78943C2.44772 9.78943 2 10.2371 2 10.7894C2 11.3417 2.44772 11.7894 3 11.7894H8.57143C9.12371 11.7894 9.57143 11.3417 9.57143 10.7894C9.57143 10.2371 9.12371 9.78943 8.57143 9.78943H3ZM2 15.5264C2 14.9741 2.44772 14.5264 3 14.5264H7.64286C8.19514 14.5264 8.64286 14.9741 8.64286 15.5264C8.64286 16.0787 8.19514 16.5264 7.64286 16.5264H3C2.44772 16.5264 2 16.0787 2 15.5264ZM3 19.2632C2.44772 19.2632 2 19.7109 2 20.2632C2 20.8155 2.44772 21.2632 3 21.2632H6.71429C7.26657 21.2632 7.71429 20.8155 7.71429 20.2632C7.71429 19.7109 7.26657 19.2632 6.71429 19.2632H3Z"
9
- fill="currentColor"
10
- />,
11
- "ShippingLargeIcon"
12
- );
13
- (ShippingLargeIcon as React.ComponentType).defaultProps = {
14
- viewBox: "0 0 32 32",
15
- };
@@ -1,12 +0,0 @@
1
- import { createSvgIcon } from "@material-ui/core/utils";
2
- import React from "react";
3
-
4
- export const SnapshotsIcon = createSvgIcon(
5
- <path
6
- fillRule="evenodd"
7
- clipRule="evenodd"
8
- d="M5 2C3.34315 2 2 3.34315 2 5V15C2 16.6569 3.34315 18 5 18H15C16.6569 18 18 16.6569 18 15V5C18 3.34315 16.6569 2 15 2H5ZM4 5C4 4.44772 4.44772 4 5 4H15C15.5523 4 16 4.44772 16 5V12H4V5ZM4 14H16V15C16 15.5523 15.5523 16 15 16H5C4.44772 16 4 15.5523 4 15V14ZM22 9C22 8.44772 21.5523 8 21 8C20.4477 8 20 8.44772 20 9V17C20 18.6569 18.6569 20 17 20H9C8.44772 20 8 20.4477 8 21C8 21.5523 8.44772 22 9 22H17C19.7614 22 22 19.7614 22 17V9Z"
9
- fill="currentColor"
10
- />,
11
- "SnapshotsIcon"
12
- );
@@ -1,15 +0,0 @@
1
- import { createSvgIcon } from "@material-ui/core/utils";
2
- import React from "react";
3
-
4
- export const TaxesLargeIcon = createSvgIcon(
5
- <path
6
- fillRule="evenodd"
7
- clipRule="evenodd"
8
- d="M8 4C7.44772 4 7 4.44772 7 5V27C7 27.5523 7.44772 28 8 28H24C24.5523 28 25 27.5523 25 27V5C25 4.44772 24.5523 4 24 4H8ZM5 5C5 3.34315 6.34315 2 8 2H24C25.6569 2 27 3.34315 27 5V27C27 28.6569 25.6569 30 24 30H8C6.34315 30 5 28.6569 5 27V5ZM9 9C9 7.89543 9.89543 7 11 7L21 7C22.1046 7 23 7.89543 23 9V11C23 12.1046 22.1046 13 21 13H11C9.89543 13 9 12.1046 9 11V9ZM21 9L11 9V11H21V9ZM12 17C12.5523 17 13 16.5523 13 16C13 15.4477 12.5523 15 12 15C11.4477 15 11 15.4477 11 16C11 16.5523 11.4477 17 12 17ZM17 16C17 16.5523 16.5523 17 16 17C15.4477 17 15 16.5523 15 16C15 15.4477 15.4477 15 16 15C16.5523 15 17 15.4477 17 16ZM20 17C20.5523 17 21 16.5523 21 16C21 15.4477 20.5523 15 20 15C19.4477 15 19 15.4477 19 16C19 16.5523 19.4477 17 20 17ZM13 20C13 20.5523 12.5523 21 12 21C11.4477 21 11 20.5523 11 20C11 19.4477 11.4477 19 12 19C12.5523 19 13 19.4477 13 20ZM16 21C16.5523 21 17 20.5523 17 20C17 19.4477 16.5523 19 16 19C15.4477 19 15 19.4477 15 20C15 20.5523 15.4477 21 16 21ZM21 20C21 20.5523 20.5523 21 20 21C19.4477 21 19 20.5523 19 20C19 19.4477 19.4477 19 20 19C20.5523 19 21 19.4477 21 20ZM16 25C16.5523 25 17 24.5523 17 24C17 23.4477 16.5523 23 16 23C15.4477 23 15 23.4477 15 24C15 24.5523 15.4477 25 16 25Z"
9
- fill="currentColor"
10
- />,
11
- "TaxesLargeIcon"
12
- );
13
- (TaxesLargeIcon as React.ComponentType).defaultProps = {
14
- viewBox: "0 0 32 32",
15
- };
@@ -1,12 +0,0 @@
1
- import { createSvgIcon } from "@material-ui/core/utils";
2
- import React from "react";
3
-
4
- export const TimeIcon = createSvgIcon(
5
- <path
6
- fillRule="evenodd"
7
- clipRule="evenodd"
8
- d="M20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12ZM22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM13 6.5C13 5.94771 12.5523 5.5 12 5.5C11.4477 5.5 11 5.94771 11 6.5L11 12C11 12.5523 11.4477 13 12 13L16 13C16.5523 13 17 12.5523 17 12C17 11.4477 16.5523 11 16 11L13 11L13 6.5Z"
9
- fill="currentColor"
10
- />,
11
- "TimeIcon"
12
- );
@@ -1,17 +0,0 @@
1
- import { createSvgIcon } from "@material-ui/core/utils";
2
- import React from "react";
3
-
4
- export const TokenLargeIcon = createSvgIcon(
5
- <>
6
- <path
7
- fillRule="evenodd"
8
- clipRule="evenodd"
9
- d="M4 25.3284L14.8138 14.5146L14.3953 13.3266C14.1399 12.6013 14 11.8191 14 11C14 7.13401 17.134 4 21 4C24.866 4 28 7.13401 28 11C28 14.866 24.866 18 21 18C20.2894 18 19.6071 17.8948 18.9657 17.7004L17.8188 17.3528L15.1716 20H12V22H10V24H7.5V27.1716L6.67157 28H4V25.3284ZM14 22H16L18.3856 19.6144C19.213 19.8652 20.0907 20 21 20C25.9706 20 30 15.9706 30 11C30 6.02944 25.9706 2 21 2C16.0294 2 12 6.02944 12 11C12 12.0486 12.1793 13.0552 12.509 13.991L2.29289 24.2071C2.10536 24.3946 2 24.649 2 24.9142V28.5858C2 28.851 2.10536 29.1054 2.29289 29.2929L2.70711 29.7071C2.89464 29.8946 3.149 30 3.41421 30H7.08579C7.351 30 7.60536 29.8946 7.79289 29.7071L9.5 28V26H12V24H14V22ZM22.5 12C23.8807 12 25 10.8807 25 9.5C25 8.11929 23.8807 7 22.5 7C21.1193 7 20 8.11929 20 9.5C20 10.8807 21.1193 12 22.5 12Z"
10
- fill="currentColor"
11
- />
12
- </>,
13
- "TokenLargeIcon"
14
- );
15
- (TokenLargeIcon as React.ComponentType).defaultProps = {
16
- viewBox: "0 0 32 32",
17
- };
@@ -1,22 +0,0 @@
1
- import { createSvgIcon } from "@material-ui/core/utils";
2
- import React from "react";
3
-
4
- export const TransferIcon = createSvgIcon(
5
- <>
6
- <rect
7
- x="24"
8
- y="24"
9
- width="24"
10
- height="24"
11
- transform="rotate(-180 24 24)"
12
- fill="var(--background-paper)"
13
- />
14
- <path
15
- fillRule="evenodd"
16
- clipRule="evenodd"
17
- d="M15.2929 20.2929C14.9024 20.6834 14.9024 21.3166 15.2929 21.7071C15.6834 22.0976 16.3166 22.0976 16.7071 21.7071L20.7071 17.7071C21.0976 17.3166 21.0976 16.6834 20.7071 16.2929L16.7071 12.2929C16.3166 11.9024 15.6834 11.9024 15.2929 12.2929C14.9024 12.6834 14.9024 13.3166 15.2929 13.7071L17.5858 16L4 16C3.44772 16 3 16.4477 3 17C3 17.5523 3.44772 18 4 18L17.5858 18L15.2929 20.2929ZM8.70711 3.70711C9.09763 3.31658 9.09763 2.68342 8.70711 2.29289C8.31658 1.90237 7.68342 1.90237 7.29289 2.29289L3.29289 6.29289C2.90237 6.68342 2.90237 7.31658 3.29289 7.70711L7.29289 11.7071C7.68342 12.0976 8.31658 12.0976 8.70711 11.7071C9.09763 11.3166 9.09763 10.6834 8.70711 10.2929L6.41421 8L20 8C20.5523 8 21 7.55229 21 7C21 6.44772 20.5523 6 20 6L6.41421 6L8.70711 3.70711Z"
18
- fill="currentColor"
19
- />
20
- </>,
21
- "TransferIcon"
22
- );
@@ -1,12 +0,0 @@
1
- import { createSvgIcon } from "@material-ui/core/utils";
2
- import React from "react";
3
-
4
- export const TranslationIcon = createSvgIcon(
5
- <path
6
- fillRule="evenodd"
7
- clipRule="evenodd"
8
- d="M5.65092 18.3479L6.18814 15.9745L5.83266 15.3149C5.45189 14.6084 5.18886 13.8286 5.07064 13H8.03103C8.14673 14.8627 8.58594 16.7129 9.34866 18.481C9.1204 18.3875 8.89825 18.2823 8.68291 18.1661L8.02264 17.81L5.65092 18.3479ZM10.0354 13C10.1814 15.058 10.7786 17.0968 11.8269 18.9979C11.8844 18.9993 11.9421 19 12 19C12.1441 19 12.2871 18.9956 12.4291 18.9871C13.4737 17.089 14.0688 15.0541 14.2146 13H10.0354ZM14.2146 11H10.0354C10.1814 8.94202 10.7786 6.90322 11.8269 5.0021C11.8844 5.0007 11.9421 5 12 5C12.1441 5 12.2872 5.00435 12.4291 5.01294C13.4737 6.91097 14.0688 8.94593 14.2146 11ZM16.219 13C16.1062 14.8152 15.6862 16.6186 14.959 18.3457C17.0575 17.3655 18.5894 15.375 18.9291 13H16.219ZM18.9291 11H16.219C16.1062 9.18478 15.6863 7.3814 14.9591 5.65434C17.0575 6.63454 18.5894 8.62498 18.9291 11ZM8.03103 11H5.07089C5.42699 8.51047 7.093 6.44351 9.34834 5.51968C8.58581 7.28756 8.14671 9.13755 8.03103 11ZM3.1751 20.2266C3.09391 20.5853 3.41471 20.9059 3.77336 20.8246L7.73342 19.9264C9.00313 20.6113 10.4562 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 13.5427 3.38813 14.9947 4.07208 16.2637L3.1751 20.2266Z"
9
- fill="currentColor"
10
- />,
11
- "TranslationIcon"
12
- );
@@ -1,15 +0,0 @@
1
- import { createSvgIcon } from "@material-ui/core/utils";
2
- import React from "react";
3
-
4
- export const WarehouseLargeIcon = createSvgIcon(
5
- <path
6
- fillRule="evenodd"
7
- clipRule="evenodd"
8
- d="M10.5 5C10.5 4.44772 10.9477 4 11.5 4H13.1429V6.64286C13.1429 7.74743 14.0383 8.64286 15.1429 8.64286H16.8571C17.9617 8.64286 18.8571 7.74743 18.8571 6.64286V4H20.5C21.0523 4 21.5 4.44772 21.5 5V14C21.5 14.5523 21.0523 15 20.5 15H18H14H11.5C10.9477 15 10.5 14.5523 10.5 14V5ZM8.67071 15C8.56015 14.6872 8.5 14.3506 8.5 14V5C8.5 3.34315 9.84314 2 11.5 2H20.5C22.1569 2 23.5 3.34315 23.5 5V14C23.5 14.3506 23.4398 14.6872 23.3293 15H27C28.6569 15 30 16.3431 30 18V27C30 28.6569 28.6569 30 27 30H18C17.2316 30 16.5308 29.7111 16 29.2361C15.4692 29.7111 14.7684 30 14 30H5C3.34315 30 2 28.6569 2 27V18C2 16.3431 3.34315 15 5 15H8.67071ZM12.3571 17V19.6429C12.3571 20.7474 11.4617 21.6429 10.3571 21.6429H8.64286C7.53829 21.6429 6.64286 20.7474 6.64286 19.6429V17H5C4.44772 17 4 17.4477 4 18V27C4 27.5523 4.44772 28 5 28H14C14.5523 28 15 27.5523 15 27V18C15 17.4477 14.5523 17 14 17H12.3571ZM18 17C17.4477 17 17 17.4477 17 18V27C17 27.5523 17.4477 28 18 28H27C27.5523 28 28 27.5523 28 27V18C28 17.4477 27.5523 17 27 17H25.3571V19.6429C25.3571 20.7474 24.4617 21.6429 23.3571 21.6429H21.6429C20.5383 21.6429 19.6429 20.7474 19.6429 19.6429V17H18ZM15.1429 6.64286V4H16.8571V6.64286L15.1429 6.64286ZM8.64286 17V19.6429H10.3571V17H8.64286ZM21.6429 17V19.6429H23.3571V17H21.6429Z"
9
- fill="currentColor"
10
- />,
11
- "WarehouseLargeIcon"
12
- );
13
- (WarehouseLargeIcon as React.ComponentType).defaultProps = {
14
- viewBox: "0 0 32 32",
15
- };
@@ -1,22 +0,0 @@
1
- import { createSvgIcon } from "@material-ui/core/utils";
2
- import React from "react";
3
-
4
- export const WebsiteIcon = createSvgIcon(
5
- <>
6
- <rect width="24" height="24" fill="var(--background-paper)" />
7
- <rect
8
- x="3"
9
- y="3"
10
- width="18"
11
- height="18"
12
- rx="2"
13
- stroke="currentColor"
14
- strokeWidth="2"
15
- fill="transparent"
16
- />
17
- <rect x="6" y="6" width="4" height="4" rx="1" fill="currentColor" />
18
- <rect x="6" y="12" width="12" height="2" rx="0.5" fill="currentColor" />
19
- <rect x="6" y="16" width="12" height="2" rx="0.5" fill="currentColor" />
20
- </>,
21
- "WebsiteIcon"
22
- );
@@ -1,23 +0,0 @@
1
- import { createSvgIcon } from "@material-ui/core/utils";
2
- import React from "react";
3
-
4
- export const WifiIcon = createSvgIcon(
5
- <>
6
- <circle cx="12" cy="18" r="1" fill="currentColor" />
7
- <path
8
- d="M7 14.5C7 14.5 8.98795 12 12 12C15.012 12 17 14.5 17 14.5"
9
- stroke="currentColor"
10
- strokeWidth="2"
11
- strokeLinecap="round"
12
- fill="transparent"
13
- />
14
- <path
15
- d="M3 10C3 10 6.57831 6 12 6C17.4217 6 21 10 21 10"
16
- stroke="currentColor"
17
- strokeWidth="2"
18
- strokeLinecap="round"
19
- fill="transparent"
20
- />
21
- </>,
22
- "WifiIcon"
23
- );
@@ -1,33 +0,0 @@
1
- import { createSvgIcon } from "@material-ui/core/utils";
2
- import React from "react";
3
-
4
- export const WifiLargeIcon = createSvgIcon(
5
- <>
6
- <circle cx="16" cy="25" r="2" fill="currentColor" />
7
- <path
8
- d="M8 16C8 16 11.1807 12.5 16 12.5C20.8193 12.5 24 16 24 16"
9
- stroke="currentColor"
10
- strokeWidth="2"
11
- strokeLinecap="round"
12
- fill="transparent"
13
- />
14
- <path
15
- d="M12 20C12 20 13.5904 18.5 16 18.5C18.4096 18.5 20 20 20 20"
16
- stroke="currentColor"
17
- strokeWidth="2"
18
- strokeLinecap="round"
19
- fill="transparent"
20
- />
21
- <path
22
- d="M3 11.5C3 11.5 8.16867 6 16 6C23.8313 6 29 11.5 29 11.5"
23
- stroke="currentColor"
24
- strokeWidth="2"
25
- strokeLinecap="round"
26
- fill="transparent"
27
- />
28
- </>,
29
- "WifiLargeIcon"
30
- );
31
- (WifiLargeIcon as React.ComponentType).defaultProps = {
32
- viewBox: "0 0 32 32",
33
- };