@saleor/macaw-ui 0.5.2 → 0.6.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.
- package/dist/cjs/index.js +2 -2
- package/dist/cjs/index.js.map +3 -3
- package/dist/esm/index.js +2 -2
- package/dist/esm/index.js.map +3 -3
- package/dist/types/Chip/ColorSwatch.d.ts +6 -0
- package/dist/types/Chip/common/ChipMovable.d.ts +5 -0
- package/dist/types/Chip/common/ChipRemovable.d.ts +6 -0
- package/dist/types/Chip/common/ChipSwatch.d.ts +7 -0
- package/dist/types/Chip/common/index.d.ts +3 -0
- package/dist/types/Indicator/Circle.d.ts +5 -0
- package/dist/types/Indicator/CircleFilled.d.ts +8 -0
- package/dist/types/Indicator/CircleOutline.d.ts +8 -0
- package/dist/types/Indicator/Indicator.d.ts +14 -0
- package/dist/types/Indicator/Indicator.stories.d.ts +11 -0
- package/dist/types/Indicator/IndicatorCircle.d.ts +7 -0
- package/dist/types/Indicator/IndicatorCircle.stories.d.ts +7 -0
- package/dist/types/Indicator/IndicatorFilled.d.ts +0 -0
- package/dist/types/Indicator/IndicatorOutlined.d.ts +9 -0
- package/dist/types/Indicator/IndicatorOutlined.stories.d.ts +18 -0
- package/dist/types/Indicator/index.d.ts +1 -0
- package/dist/types/Indicator/styles.d.ts +5 -0
- package/dist/types/Tooltip/Arrow.d.ts +11 -0
- package/dist/types/Tooltip/Tooltip.d.ts +17 -3
- package/dist/types/Tooltip/Tooltip.stories.d.ts +7 -5
- package/dist/types/Tooltip/styles.d.ts +9 -1
- package/dist/types/icons/20x20/BackIcon.d.ts +2 -0
- package/dist/types/icons/20x20/BackSmallIcon.d.ts +1 -0
- package/dist/types/icons/20x20/BookmarksIcon.d.ts +2 -0
- package/dist/types/icons/20x20/BookmarksSmallIcon.d.ts +1 -0
- package/dist/types/icons/20x20/CheckboxIcon.d.ts +2 -0
- package/dist/types/icons/20x20/CheckboxSmallIcon.d.ts +1 -0
- package/dist/types/icons/20x20/ChevronIcon.d.ts +2 -0
- package/dist/{icons/RadioCheckedIcon.d.ts → types/icons/20x20/ChevronSmallIcon.d.ts} +1 -1
- package/dist/types/icons/20x20/CloseIcon.d.ts +2 -0
- package/dist/types/icons/20x20/CloseSmallIcon.d.ts +1 -0
- package/dist/types/icons/20x20/DragIcon.d.ts +2 -0
- package/dist/types/icons/20x20/DragSmallIcon.d.ts +1 -0
- package/dist/types/icons/20x20/FilterIcon.d.ts +2 -0
- package/dist/types/icons/20x20/FilterSmallIcon.d.ts +1 -0
- package/dist/types/icons/20x20/MinusIcon.d.ts +2 -0
- package/dist/types/icons/20x20/MinusSmallIcon.d.ts +1 -0
- package/dist/types/icons/20x20/MoreIcon.d.ts +2 -0
- package/dist/types/icons/20x20/MoreSmallIcon.d.ts +1 -0
- package/dist/types/icons/20x20/NextIcon.d.ts +2 -0
- package/dist/types/icons/20x20/NextSmallIcon.d.ts +1 -0
- package/dist/types/icons/20x20/PlusIcon.d.ts +2 -0
- package/dist/types/icons/20x20/PlusSmallIcon.d.ts +1 -0
- package/dist/types/icons/20x20/SearchIcon.d.ts +2 -0
- package/dist/types/icons/20x20/SearchSmallIcon.d.ts +1 -0
- package/dist/types/icons/20x20/SortBigIcon.d.ts +2 -0
- package/dist/types/icons/20x20/SortBigSmallIcon.d.ts +1 -0
- package/dist/types/icons/20x20/SortSmallIcon.d.ts +2 -0
- package/dist/types/icons/20x20/SortSmallSmallIcon.d.ts +1 -0
- package/dist/types/icons/20x20/index.d.ts +14 -0
- package/dist/types/icons/24x24/AddEnvironmentIcon.d.ts +1 -0
- package/dist/{icons/MoreIcon.d.ts → types/icons/24x24/AppsIcon.d.ts} +1 -1
- package/dist/{icons → types/icons/24x24}/ArrowRightIcon.d.ts +0 -0
- package/dist/types/icons/24x24/BackspaceIcon.d.ts +1 -0
- package/dist/types/icons/24x24/BagIcon.d.ts +1 -0
- package/dist/types/icons/24x24/BillingIcon.d.ts +1 -0
- package/dist/{icons/CheckboxIcon.d.ts → types/icons/24x24/BookmarkIcon.d.ts} +1 -1
- package/dist/types/icons/24x24/CalendarIcon.d.ts +1 -0
- package/dist/{icons/ImageIcon.d.ts → types/icons/24x24/CheckIcon.d.ts} +1 -1
- package/dist/types/icons/24x24/ChevronIcon.d.ts +1 -0
- package/dist/types/icons/24x24/Close2Icon.d.ts +1 -0
- package/dist/{icons → types/icons/24x24}/CloseIcon.d.ts +0 -0
- package/dist/types/icons/24x24/CodeIcon.d.ts +1 -0
- package/dist/types/icons/24x24/ColumnsIcon.d.ts +1 -0
- package/dist/types/icons/24x24/CopyIcon.d.ts +1 -0
- package/dist/types/icons/24x24/CustomersIcon.d.ts +1 -0
- package/dist/types/icons/24x24/DashboardIcon.d.ts +1 -0
- package/dist/{icons → types/icons/24x24}/DeleteIcon.d.ts +0 -0
- package/dist/types/icons/24x24/DeveloperIcon.d.ts +1 -0
- package/dist/types/icons/24x24/DiscountsIcon.d.ts +1 -0
- package/dist/types/icons/24x24/DownloadIcon.d.ts +1 -0
- package/dist/types/icons/24x24/DragIcon.d.ts +1 -0
- package/dist/{icons → types/icons/24x24}/EditIcon.d.ts +0 -0
- package/dist/types/icons/24x24/EnvironmentIcon.d.ts +1 -0
- package/dist/types/icons/24x24/ExpandIcon.d.ts +1 -0
- package/dist/types/icons/24x24/ExpendableIcon.d.ts +1 -0
- package/dist/types/icons/24x24/EyeIcon.d.ts +1 -0
- package/dist/{icons → types/icons/24x24}/FilteringIcon.d.ts +0 -0
- package/dist/types/icons/24x24/GenerateIcon.d.ts +1 -0
- package/dist/types/icons/24x24/GithubIcon.d.ts +1 -0
- package/dist/types/icons/24x24/GridIcon.d.ts +1 -0
- package/dist/types/icons/24x24/HelpIcon.d.ts +1 -0
- package/dist/{icons/RadioIcon.d.ts → types/icons/24x24/HowToIcon.d.ts} +1 -1
- package/dist/types/icons/24x24/LinkIcon.d.ts +1 -0
- package/dist/types/icons/24x24/ListIcon.d.ts +1 -0
- package/dist/types/icons/24x24/MailIcon.d.ts +1 -0
- package/dist/types/icons/24x24/MigrateIcon.d.ts +1 -0
- package/dist/types/icons/24x24/MinusIcon.d.ts +1 -0
- package/dist/types/icons/24x24/ModelsIcon.d.ts +1 -0
- package/dist/types/icons/24x24/MoreHorizontalIcon.d.ts +1 -0
- package/dist/types/icons/24x24/NavigationIcon.d.ts +1 -0
- package/dist/{icons → types/icons/24x24}/NavigatorIcon.d.ts +0 -0
- package/dist/types/icons/24x24/NextIcon.d.ts +1 -0
- package/dist/types/icons/24x24/NoConnectionIcon.d.ts +1 -0
- package/dist/types/icons/24x24/NotificationsIcon.d.ts +1 -0
- package/dist/types/icons/24x24/OrdersIcon.d.ts +1 -0
- package/dist/types/icons/24x24/PagesIcon.d.ts +1 -0
- package/dist/types/icons/24x24/PermissionsIcon.d.ts +1 -0
- package/dist/types/icons/24x24/PhotoIcon.d.ts +1 -0
- package/dist/types/icons/24x24/PlayIcon.d.ts +1 -0
- package/dist/{icons → types/icons/24x24}/PlusIcon.d.ts +0 -0
- package/dist/types/icons/24x24/PresetIcon.d.ts +1 -0
- package/dist/types/icons/24x24/PreviousIcon.d.ts +1 -0
- package/dist/types/icons/24x24/PrinterIcon.d.ts +1 -0
- package/dist/types/icons/24x24/PrivacyIcon.d.ts +1 -0
- package/dist/types/icons/24x24/ProcessIcon.d.ts +1 -0
- package/dist/types/icons/24x24/ProductIcon.d.ts +1 -0
- package/dist/types/icons/24x24/RefreshIcon.d.ts +1 -0
- package/dist/types/icons/24x24/RemoveMemberIcon.d.ts +1 -0
- package/dist/types/icons/24x24/ReplyIcon.d.ts +1 -0
- package/dist/{icons → types/icons/24x24}/SearchIcon.d.ts +0 -0
- package/dist/types/icons/24x24/SettingsIcon.d.ts +1 -0
- package/dist/types/icons/24x24/SnapshotsIcon.d.ts +1 -0
- package/dist/types/icons/24x24/SortDownIcon.d.ts +1 -0
- package/dist/types/icons/24x24/SortUpIcon.d.ts +1 -0
- package/dist/types/icons/24x24/TasksIcon.d.ts +1 -0
- package/dist/types/icons/24x24/TimeIcon.d.ts +1 -0
- package/dist/types/icons/24x24/ToIcon.d.ts +1 -0
- package/dist/types/icons/24x24/TransferIcon.d.ts +1 -0
- package/dist/types/icons/24x24/TranslateIcon.d.ts +1 -0
- package/dist/types/icons/24x24/TranslationIcon.d.ts +1 -0
- package/dist/types/icons/24x24/WebsiteIcon.d.ts +1 -0
- package/dist/types/icons/24x24/WifiIcon.d.ts +1 -0
- package/dist/types/icons/24x24/index.d.ts +73 -0
- package/dist/types/icons/32x32/AttributesIcon.d.ts +2 -0
- package/dist/{icons/CheckboxCheckedIcon.d.ts → types/icons/32x32/AttributesLargeIcon.d.ts} +1 -1
- package/dist/types/icons/32x32/CustomerIcon.d.ts +2 -0
- package/dist/types/icons/32x32/CustomerLargeIcon.d.ts +1 -0
- package/dist/types/icons/32x32/DigitalIcon.d.ts +2 -0
- package/dist/types/icons/32x32/DigitalLargeIcon.d.ts +1 -0
- package/dist/types/icons/32x32/DiscountIcon.d.ts +2 -0
- package/dist/types/icons/32x32/DiscountLargeIcon.d.ts +1 -0
- package/dist/types/icons/32x32/FilteringIcon.d.ts +2 -0
- package/dist/types/icons/32x32/FilteringLargeIcon.d.ts +1 -0
- package/dist/types/icons/32x32/GiftCardIcon.d.ts +2 -0
- package/dist/types/icons/32x32/GiftCardLargeIcon.d.ts +1 -0
- package/dist/types/icons/32x32/NavigationIcon.d.ts +2 -0
- package/dist/types/icons/32x32/NavigationLargeIcon.d.ts +1 -0
- package/dist/types/icons/32x32/NotesIcon.d.ts +2 -0
- package/dist/types/icons/32x32/NotesLargeIcon.d.ts +1 -0
- package/dist/types/icons/32x32/OmnichannelIcon.d.ts +2 -0
- package/dist/types/icons/32x32/OmnichannelLargeIcon.d.ts +1 -0
- package/dist/types/icons/32x32/PermissionIcon.d.ts +2 -0
- package/dist/types/icons/32x32/PermissionLargeIcon.d.ts +1 -0
- package/dist/types/icons/32x32/ProductIcon.d.ts +2 -0
- package/dist/types/icons/32x32/ProductLargeIcon.d.ts +1 -0
- package/dist/types/icons/32x32/SearchIcon.d.ts +2 -0
- package/dist/types/icons/32x32/SearchLargeIcon.d.ts +1 -0
- package/dist/types/icons/32x32/ShippingIcon.d.ts +2 -0
- package/dist/types/icons/32x32/ShippingLargeIcon.d.ts +1 -0
- package/dist/types/icons/32x32/SiteSettingsIcon.d.ts +2 -0
- package/dist/types/icons/32x32/SiteSettingsLargeIcon.d.ts +1 -0
- package/dist/types/icons/32x32/StaffMembersIcon.d.ts +2 -0
- package/dist/types/icons/32x32/StaffMembersLargeIcon.d.ts +1 -0
- package/dist/types/icons/32x32/TaxesIcon.d.ts +2 -0
- package/dist/types/icons/32x32/TaxesLargeIcon.d.ts +1 -0
- package/dist/types/icons/32x32/TokenIcon.d.ts +2 -0
- package/dist/types/icons/32x32/TokenLargeIcon.d.ts +1 -0
- package/dist/types/icons/32x32/WarehouseIcon.d.ts +2 -0
- package/dist/types/icons/32x32/WarehouseLargeIcon.d.ts +1 -0
- package/dist/types/icons/32x32/WifiIcon.d.ts +2 -0
- package/dist/types/icons/32x32/WifiLargeIcon.d.ts +1 -0
- package/dist/types/icons/32x32/index.d.ts +19 -0
- package/dist/types/icons/index.d.ts +9 -67
- package/dist/types/icons/indicator/AttentionIndicator.d.ts +2 -0
- package/dist/types/icons/indicator/ErrorIndicator.d.ts +2 -0
- package/dist/types/icons/indicator/FailIndicator.d.ts +2 -0
- package/dist/types/icons/indicator/HelpIndicator.d.ts +2 -0
- package/dist/types/icons/indicator/SuccessIndicator.d.ts +2 -0
- package/dist/types/icons/indicator/WarningIndicator.d.ts +2 -0
- package/dist/types/icons/indicator/index.d.ts +2 -0
- package/dist/types/icons/indicator/regular/AttentionIndicatorIcon.d.ts +2 -0
- package/dist/types/icons/indicator/regular/ErrorIndicatorIcon.d.ts +2 -0
- package/dist/types/icons/indicator/regular/FailIndicatorIcon.d.ts +2 -0
- package/dist/types/icons/indicator/regular/FailOutlineIndicatorIcon.d.ts +2 -0
- package/dist/types/icons/indicator/regular/HelpIndicatorIcon.d.ts +2 -0
- package/dist/types/icons/indicator/regular/SuccessIndicatorIcon.d.ts +2 -0
- package/dist/types/icons/indicator/regular/WarningIndicatorIcon.d.ts +2 -0
- package/dist/types/icons/indicator/regular/index.d.ts +6 -0
- package/dist/types/icons/indicator/small/ErrorSmallIndicatorIcon.d.ts +2 -0
- package/dist/types/icons/indicator/small/OffSmallIndicatorIcon.d.ts +2 -0
- package/dist/types/icons/indicator/small/On2SmallIndicatorIcon.d.ts +2 -0
- package/dist/types/icons/indicator/small/OnSmallIndicatorIcon.d.ts +2 -0
- package/dist/types/icons/indicator/small/SuccessSmallIndicatorIcon.d.ts +2 -0
- package/dist/types/icons/indicator/small/WarningSmallIndicatorIcon.d.ts +2 -0
- package/dist/types/icons/indicator/small/index.d.ts +3 -0
- package/dist/types/icons/indicator.d.ts +11 -0
- package/dist/types/utils/mergeRefs.d.ts +1 -1
- package/dist/types/utils/useWatchMountRef.d.ts +2 -0
- package/package.json +21 -8
- package/src/.DS_Store +0 -0
- package/src/Chip/.DS_Store +0 -0
- package/src/Filter/FilterField/MultipleValueAutocompleteFilterField.tsx +42 -41
- package/src/Indicator/.DS_Store +0 -0
- package/src/Indicator/Circle.tsx +17 -0
- package/src/Indicator/CircleFilled.tsx +16 -0
- package/src/Indicator/CircleOutline.tsx +34 -0
- package/src/Indicator/Indicator.stories.tsx +49 -0
- package/src/Indicator/Indicator.tsx +65 -0
- package/src/Indicator/IndicatorCircle.stories.tsx +28 -0
- package/src/Indicator/IndicatorCircle.tsx +45 -0
- package/src/Indicator/IndicatorOutlined.stories.tsx +86 -0
- package/src/Indicator/IndicatorOutlined.tsx +63 -0
- package/src/Indicator/index.ts +1 -0
- package/src/Indicator/styles.ts +63 -0
- package/src/MultipleValueAutocomplete/MultipleValueAutocomplete.tsx +134 -133
- package/src/Pagination/PaginationRowNumberSelect.tsx +35 -34
- package/src/Tooltip/Arrow.tsx +54 -0
- package/src/Tooltip/Tooltip.stories.tsx +71 -8
- package/src/Tooltip/Tooltip.tsx +156 -15
- package/src/Tooltip/styles.ts +121 -9
- package/src/assets/.DS_Store +0 -0
- package/src/assets/icons/.DS_Store +0 -0
- package/src/assets/icons/20x20/back_small_icon.svg +1 -0
- package/src/assets/icons/20x20/bookmarks_small_icon.svg +1 -0
- package/src/assets/icons/20x20/checkbox_small_icon.svg +1 -0
- package/src/assets/icons/20x20/chevron_small_icon.svg +1 -0
- package/src/assets/icons/20x20/close_small_icon.svg +1 -0
- package/src/assets/icons/20x20/drag_small_icon.svg +1 -0
- package/src/assets/icons/20x20/filter_small_icon.svg +1 -0
- package/src/assets/icons/20x20/minus_small_icon.svg +1 -0
- package/src/assets/icons/20x20/more_small_icon.svg +1 -0
- package/src/assets/icons/20x20/next_small_icon.svg +1 -0
- package/src/assets/icons/20x20/plus_small_icon.svg +1 -0
- package/src/assets/icons/20x20/search_small_icon.svg +1 -0
- package/src/assets/icons/20x20/sort_big_small_icon.svg +1 -0
- package/src/assets/icons/20x20/sort_small_small_icon.svg +1 -0
- package/src/assets/icons/24x24/add_environment_icon.svg +1 -0
- package/src/assets/icons/24x24/apps_icon.svg +1 -0
- package/src/assets/icons/24x24/arrow_right_icon.svg +1 -0
- package/src/assets/icons/24x24/backspace_icon.svg +1 -0
- package/src/assets/icons/24x24/bag_icon.svg +1 -0
- package/src/assets/icons/24x24/billing_icon.svg +1 -0
- package/src/assets/icons/24x24/bookmark_icon.svg +1 -0
- package/src/assets/icons/24x24/calendar_icon.svg +1 -0
- package/src/assets/icons/24x24/check_icon.svg +1 -0
- package/src/assets/icons/24x24/chevron_icon.svg +1 -0
- package/src/assets/icons/24x24/close_2_icon.svg +1 -0
- package/src/assets/icons/24x24/close_icon.svg +1 -0
- package/src/assets/icons/24x24/code_icon.svg +1 -0
- package/src/assets/icons/24x24/columns_icon.svg +1 -0
- package/src/assets/icons/24x24/copy_icon.svg +1 -0
- package/src/assets/icons/24x24/customers_icon.svg +1 -0
- package/src/assets/icons/24x24/dashboard_icon.svg +1 -0
- package/src/assets/icons/24x24/delete_icon.svg +1 -0
- package/src/assets/icons/24x24/developer_icon.svg +1 -0
- package/src/assets/icons/24x24/discounts_icon.svg +1 -0
- package/src/assets/icons/24x24/download_icon.svg +1 -0
- package/src/assets/icons/24x24/drag_icon.svg +1 -0
- package/src/assets/icons/24x24/edit_icon.svg +1 -0
- package/src/assets/icons/24x24/environment_icon.svg +1 -0
- package/src/assets/icons/24x24/expand_icon.svg +1 -0
- package/src/assets/icons/24x24/expendable_icon.svg +1 -0
- package/src/assets/icons/24x24/eye_icon.svg +1 -0
- package/src/assets/icons/24x24/filtering_icon.svg +1 -0
- package/src/assets/icons/24x24/generate_icon.svg +1 -0
- package/src/assets/icons/24x24/github_icon.svg +1 -0
- package/src/assets/icons/24x24/grid_icon.svg +1 -0
- package/src/assets/icons/24x24/help_icon.svg +1 -0
- package/src/assets/icons/24x24/how to_icon.svg +1 -0
- package/src/assets/icons/24x24/link_icon.svg +1 -0
- package/src/assets/icons/24x24/list_icon.svg +1 -0
- package/src/assets/icons/24x24/mail_icon.svg +1 -0
- package/src/assets/icons/24x24/migrate_icon.svg +1 -0
- package/src/assets/icons/24x24/minus_icon.svg +1 -0
- package/src/assets/icons/24x24/models_icon.svg +1 -0
- package/src/assets/icons/24x24/more_horizontal_icon.svg +1 -0
- package/src/assets/icons/24x24/navigation_icon.svg +1 -0
- package/src/assets/icons/24x24/navigator_icon.svg +1 -0
- package/src/assets/icons/24x24/next_icon.svg +1 -0
- package/src/assets/icons/24x24/no_connection_icon.svg +1 -0
- package/src/assets/icons/24x24/notifications_icon.svg +1 -0
- package/src/assets/icons/24x24/orders_icon.svg +1 -0
- package/src/assets/icons/24x24/pages_icon.svg +1 -0
- package/src/assets/icons/24x24/permissions_icon.svg +1 -0
- package/src/assets/icons/24x24/photo_icon.svg +1 -0
- package/src/assets/icons/24x24/play_icon.svg +1 -0
- package/src/assets/icons/24x24/plus_icon.svg +1 -0
- package/src/assets/icons/24x24/preset_icon.svg +1 -0
- package/src/assets/icons/24x24/previous_icon.svg +1 -0
- package/src/assets/icons/24x24/printer_icon.svg +1 -0
- package/src/assets/icons/24x24/privacy_icon.svg +1 -0
- package/src/assets/icons/24x24/process_icon.svg +1 -0
- package/src/assets/icons/24x24/product_icon.svg +1 -0
- package/src/assets/icons/24x24/refresh_icon.svg +1 -0
- package/src/assets/icons/24x24/remove_member_icon.svg +1 -0
- package/src/assets/icons/24x24/reply_icon.svg +1 -0
- package/src/assets/icons/24x24/search_icon.svg +1 -0
- package/src/assets/icons/24x24/settings_icon.svg +1 -0
- package/src/assets/icons/24x24/snapshots_icon.svg +1 -0
- package/src/assets/icons/24x24/sort_down_icon.svg +1 -0
- package/src/assets/icons/24x24/sort_up_icon.svg +1 -0
- package/src/assets/icons/24x24/tasks_icon.svg +1 -0
- package/src/assets/icons/24x24/time_icon.svg +1 -0
- package/src/assets/icons/24x24/to_icon.svg +1 -0
- package/src/assets/icons/24x24/transfer_icon.svg +1 -0
- package/src/assets/icons/24x24/translate_icon.svg +1 -0
- package/src/assets/icons/24x24/translation_icon.svg +1 -0
- package/src/assets/icons/24x24/website_icon.svg +1 -0
- package/src/assets/icons/24x24/wifi_icon.svg +1 -0
- package/src/assets/icons/32x32/attributes_large_icon.svg +1 -0
- package/src/assets/icons/32x32/customer_large_icon.svg +1 -0
- package/src/assets/icons/32x32/digital_large_icon.svg +1 -0
- package/src/assets/icons/32x32/discount_large_icon.svg +1 -0
- package/src/assets/icons/32x32/filtering_large_icon.svg +1 -0
- package/src/assets/icons/32x32/gift card_large_icon.svg +1 -0
- package/src/assets/icons/32x32/navigation_large_icon.svg +1 -0
- package/src/assets/icons/32x32/notes_large_icon.svg +1 -0
- package/src/assets/icons/32x32/omnichannel_large_icon.svg +1 -0
- package/src/assets/icons/32x32/permission_large_icon.svg +1 -0
- package/src/assets/icons/32x32/product_large_icon.svg +1 -0
- package/src/assets/icons/32x32/search_large_icon.svg +1 -0
- package/src/assets/icons/32x32/shipping_large_icon.svg +1 -0
- package/src/assets/icons/32x32/site settings_large_icon.svg +1 -0
- package/src/assets/icons/32x32/staff members_large_icon.svg +1 -0
- package/src/assets/icons/32x32/taxes_large_icon.svg +1 -0
- package/src/assets/icons/32x32/token_large_icon.svg +1 -0
- package/src/assets/icons/32x32/warehouse_large_icon.svg +1 -0
- package/src/assets/icons/32x32/wifi_large_icon.svg +1 -0
- package/src/assets/icons/indicator/.DS_Store +0 -0
- package/src/assets/icons/indicator/regular/.DS_Store +0 -0
- package/src/assets/icons/indicator/regular/error_indicator_icon.svg +1 -0
- package/src/assets/icons/indicator/regular/fail_indicator_icon.svg +1 -0
- package/src/assets/icons/indicator/regular/fail_outline_indicator_icon.svg +1 -0
- package/src/assets/icons/indicator/regular/help_indicator_icon.svg +1 -0
- package/src/assets/icons/indicator/regular/success_indicator_icon.svg +1 -0
- package/src/assets/icons/indicator/regular/warning_indicator_icon.svg +1 -0
- package/src/assets/icons/indicator/small/.DS_Store +0 -0
- package/src/assets/icons/indicator/small/error_small_indicator_icon.svg +1 -0
- package/src/assets/icons/indicator/small/success_small_indicator_icon.svg +1 -0
- package/src/assets/icons/indicator/small/warning_small_indicator_icon.svg +1 -0
- package/src/icons/.DS_Store +0 -0
- package/src/icons/20x20/BackIcon.tsx +21 -0
- package/src/icons/20x20/BackSmallIcon.tsx +14 -0
- package/src/icons/20x20/BookmarksIcon.tsx +18 -0
- package/src/icons/20x20/BookmarksSmallIcon.tsx +11 -0
- package/src/icons/20x20/CheckboxIcon.tsx +21 -0
- package/src/icons/20x20/CheckboxSmallIcon.tsx +14 -0
- package/src/icons/20x20/ChevronIcon.tsx +21 -0
- package/src/icons/20x20/ChevronSmallIcon.tsx +14 -0
- package/src/icons/20x20/CloseIcon.tsx +20 -0
- package/src/icons/20x20/CloseSmallIcon.tsx +13 -0
- package/src/icons/20x20/DragIcon.tsx +20 -0
- package/src/icons/20x20/DragSmallIcon.tsx +13 -0
- package/src/icons/20x20/FilterIcon.tsx +20 -0
- package/src/icons/20x20/FilterSmallIcon.tsx +13 -0
- package/src/icons/20x20/MinusIcon.tsx +21 -0
- package/src/icons/20x20/MinusSmallIcon.tsx +14 -0
- package/src/icons/20x20/MoreIcon.tsx +20 -0
- package/src/icons/20x20/MoreSmallIcon.tsx +13 -0
- package/src/icons/20x20/NextIcon.tsx +21 -0
- package/src/icons/20x20/NextSmallIcon.tsx +14 -0
- package/src/icons/20x20/PlusIcon.tsx +21 -0
- package/src/icons/20x20/PlusSmallIcon.tsx +14 -0
- package/src/icons/20x20/SearchIcon.tsx +20 -0
- package/src/icons/20x20/SearchSmallIcon.tsx +13 -0
- package/src/icons/20x20/SortBigIcon.tsx +20 -0
- package/src/icons/20x20/SortBigSmallIcon.tsx +13 -0
- package/src/icons/20x20/SortSmallIcon.tsx +20 -0
- package/src/icons/20x20/SortSmallSmallIcon.tsx +13 -0
- package/src/icons/20x20/index.ts +14 -0
- package/src/icons/24x24/AddEnvironmentIcon.tsx +14 -0
- package/src/icons/24x24/AppsIcon.tsx +13 -0
- package/src/icons/24x24/ArrowRightIcon.tsx +14 -0
- package/src/icons/24x24/BackspaceIcon.tsx +14 -0
- package/src/icons/24x24/BagIcon.tsx +11 -0
- package/src/icons/24x24/BillingIcon.tsx +14 -0
- package/src/icons/24x24/BookmarkIcon.tsx +11 -0
- package/src/icons/24x24/CalendarIcon.tsx +14 -0
- package/src/icons/24x24/CheckIcon.tsx +14 -0
- package/src/icons/24x24/ChevronIcon.tsx +14 -0
- package/src/icons/24x24/Close2Icon.tsx +21 -0
- package/src/icons/24x24/CloseIcon.tsx +13 -0
- package/src/icons/24x24/CodeIcon.tsx +20 -0
- package/src/icons/24x24/ColumnsIcon.tsx +12 -0
- package/src/icons/24x24/CopyIcon.tsx +21 -0
- package/src/icons/24x24/CustomersIcon.tsx +15 -0
- package/src/icons/24x24/DashboardIcon.tsx +12 -0
- package/src/icons/24x24/DeleteIcon.tsx +14 -0
- package/src/icons/24x24/DeveloperIcon.tsx +26 -0
- package/src/icons/24x24/DiscountsIcon.tsx +13 -0
- package/src/icons/24x24/DownloadIcon.tsx +14 -0
- package/src/icons/24x24/DragIcon.tsx +13 -0
- package/src/icons/24x24/EditIcon.tsx +18 -0
- package/src/icons/24x24/EnvironmentIcon.tsx +18 -0
- package/src/icons/24x24/ExpandIcon.tsx +15 -0
- package/src/icons/24x24/ExpendableIcon.tsx +16 -0
- package/src/icons/24x24/EyeIcon.tsx +13 -0
- package/src/icons/24x24/FilteringIcon.tsx +14 -0
- package/src/icons/24x24/GenerateIcon.tsx +14 -0
- package/src/icons/24x24/GithubIcon.tsx +22 -0
- package/src/icons/24x24/GridIcon.tsx +43 -0
- package/src/icons/24x24/HelpIcon.tsx +17 -0
- package/src/icons/24x24/HowToIcon.tsx +21 -0
- package/src/icons/24x24/LinkIcon.tsx +14 -0
- package/src/icons/24x24/ListIcon.tsx +16 -0
- package/src/icons/24x24/MailIcon.tsx +13 -0
- package/src/icons/24x24/MigrateIcon.tsx +18 -0
- package/src/icons/24x24/MinusIcon.tsx +14 -0
- package/src/icons/24x24/ModelsIcon.tsx +20 -0
- package/src/icons/24x24/MoreHorizontalIcon.tsx +13 -0
- package/src/icons/24x24/NavigationIcon.tsx +13 -0
- package/src/icons/24x24/NavigatorIcon.tsx +14 -0
- package/src/icons/24x24/NextIcon.tsx +14 -0
- package/src/icons/24x24/NoConnectionIcon.tsx +18 -0
- package/src/icons/24x24/NotificationsIcon.tsx +14 -0
- package/src/icons/24x24/OrdersIcon.tsx +18 -0
- package/src/icons/24x24/PagesIcon.tsx +14 -0
- package/src/icons/24x24/PermissionsIcon.tsx +14 -0
- package/src/icons/24x24/PhotoIcon.tsx +14 -0
- package/src/icons/24x24/PlayIcon.tsx +13 -0
- package/src/icons/24x24/PlusIcon.tsx +14 -0
- package/src/icons/24x24/PresetIcon.tsx +17 -0
- package/src/icons/24x24/PreviousIcon.tsx +14 -0
- package/src/icons/24x24/PrinterIcon.tsx +14 -0
- package/src/icons/24x24/PrivacyIcon.tsx +15 -0
- package/src/icons/24x24/ProcessIcon.tsx +31 -0
- package/src/icons/24x24/ProductIcon.tsx +14 -0
- package/src/icons/24x24/RefreshIcon.tsx +14 -0
- package/src/icons/24x24/RemoveMemberIcon.tsx +16 -0
- package/src/icons/24x24/ReplyIcon.tsx +14 -0
- package/src/icons/24x24/SearchIcon.tsx +15 -0
- package/src/icons/24x24/SettingsIcon.tsx +16 -0
- package/src/icons/24x24/SnapshotsIcon.tsx +21 -0
- package/src/icons/24x24/SortDownIcon.tsx +13 -0
- package/src/icons/24x24/SortUpIcon.tsx +13 -0
- package/src/icons/24x24/TasksIcon.tsx +14 -0
- package/src/icons/24x24/TimeIcon.tsx +15 -0
- package/src/icons/24x24/ToIcon.tsx +14 -0
- package/src/icons/24x24/TransferIcon.tsx +14 -0
- package/src/icons/24x24/TranslateIcon.tsx +14 -0
- package/src/icons/24x24/TranslationIcon.tsx +15 -0
- package/src/icons/24x24/WebsiteIcon.tsx +35 -0
- package/src/icons/24x24/WifiIcon.tsx +14 -0
- package/src/icons/24x24/index.ts +73 -0
- package/src/icons/32x32/AttributesIcon.tsx +25 -0
- package/src/icons/32x32/AttributesLargeIcon.tsx +18 -0
- package/src/icons/32x32/CustomerIcon.tsx +21 -0
- package/src/icons/32x32/CustomerLargeIcon.tsx +14 -0
- package/src/icons/32x32/DigitalIcon.tsx +20 -0
- package/src/icons/32x32/DigitalLargeIcon.tsx +13 -0
- package/src/icons/32x32/DiscountIcon.tsx +24 -0
- package/src/icons/32x32/DiscountLargeIcon.tsx +17 -0
- package/src/icons/32x32/FilteringIcon.tsx +21 -0
- package/src/icons/32x32/FilteringLargeIcon.tsx +14 -0
- package/src/icons/32x32/GiftCardIcon.tsx +33 -0
- package/src/icons/32x32/GiftCardLargeIcon.tsx +26 -0
- package/src/icons/32x32/NavigationIcon.tsx +28 -0
- package/src/icons/32x32/NavigationLargeIcon.tsx +15 -0
- package/src/icons/32x32/NotesIcon.tsx +42 -0
- package/src/icons/32x32/NotesLargeIcon.tsx +35 -0
- package/src/icons/32x32/OmnichannelIcon.tsx +35 -0
- package/src/icons/32x32/OmnichannelLargeIcon.tsx +22 -0
- package/src/icons/32x32/PermissionIcon.tsx +28 -0
- package/src/icons/32x32/PermissionLargeIcon.tsx +15 -0
- package/src/icons/32x32/ProductIcon.tsx +20 -0
- package/src/icons/32x32/ProductLargeIcon.tsx +13 -0
- package/src/icons/32x32/SearchIcon.tsx +29 -0
- package/src/icons/32x32/SearchLargeIcon.tsx +15 -0
- package/src/icons/32x32/ShippingIcon.tsx +21 -0
- package/src/icons/32x32/ShippingLargeIcon.tsx +14 -0
- package/src/icons/32x32/SiteSettingsIcon.tsx +20 -0
- package/src/icons/32x32/SiteSettingsLargeIcon.tsx +14 -0
- package/src/icons/32x32/StaffMembersIcon.tsx +29 -0
- package/src/icons/32x32/StaffMembersLargeIcon.tsx +22 -0
- package/src/icons/32x32/TaxesIcon.tsx +44 -0
- package/src/icons/32x32/TaxesLargeIcon.tsx +37 -0
- package/src/icons/32x32/TokenIcon.tsx +21 -0
- package/src/icons/32x32/TokenLargeIcon.tsx +14 -0
- package/src/icons/32x32/WarehouseIcon.tsx +21 -0
- package/src/icons/32x32/WarehouseLargeIcon.tsx +14 -0
- package/src/icons/32x32/WifiIcon.tsx +21 -0
- package/src/icons/32x32/WifiLargeIcon.tsx +14 -0
- package/src/icons/32x32/index.ts +19 -0
- package/src/icons/index.ts +12 -67
- package/src/icons/indicator/index.ts +2 -0
- package/src/icons/indicator/regular/ErrorIndicatorIcon.tsx +24 -0
- package/src/icons/indicator/regular/FailIndicatorIcon.tsx +31 -0
- package/src/icons/indicator/regular/FailOutlineIndicatorIcon.tsx +31 -0
- package/src/icons/indicator/regular/HelpIndicatorIcon.tsx +30 -0
- package/src/icons/indicator/regular/SuccessIndicatorIcon.tsx +24 -0
- package/src/icons/indicator/regular/WarningIndicatorIcon.tsx +23 -0
- package/src/icons/indicator/regular/index.ts +6 -0
- package/src/icons/indicator/small/.DS_Store +0 -0
- package/src/icons/indicator/small/ErrorSmallIndicatorIcon.tsx +24 -0
- package/src/icons/indicator/small/SuccessSmallIndicatorIcon.tsx +24 -0
- package/src/icons/indicator/small/WarningSmallIndicatorIcon.tsx +23 -0
- package/src/icons/indicator/small/index.ts +3 -0
- package/src/utils/.DS_Store +0 -0
- package/src/utils/Decorator.tsx +1 -0
- package/src/utils/mergeRefs.ts +4 -4
- package/dist/ActionBar/ActionBar.d.ts +0 -8
- package/dist/ActionBar/ActionBar.stories.d.ts +0 -4
- package/dist/ActionBar/context.d.ts +0 -9
- package/dist/ActionBar/index.d.ts +0 -2
- package/dist/ActionBar/styles.d.ts +0 -2
- package/dist/Alert/Alert.d.ts +0 -8
- package/dist/Alert/Alert.stories.d.ts +0 -12
- package/dist/Alert/AlertBase.d.ts +0 -8
- package/dist/Alert/index.d.ts +0 -2
- package/dist/Alert/styles.d.ts +0 -2
- package/dist/Backlink/Backlink.d.ts +0 -8
- package/dist/Backlink/Backlink.stories.d.ts +0 -5
- package/dist/Backlink/context.d.ts +0 -5
- package/dist/Backlink/index.d.ts +0 -2
- package/dist/Backlink/styles.d.ts +0 -2
- package/dist/BaseList/BaseList.d.ts +0 -26
- package/dist/BaseList/context.d.ts +0 -7
- package/dist/BaseList/index.d.ts +0 -1
- package/dist/BaseList/styles.d.ts +0 -5
- package/dist/Button/Button.d.ts +0 -16
- package/dist/Button/index.d.ts +0 -1
- package/dist/Button/styles.d.ts +0 -2
- package/dist/ConfirmButton/ConfirmButton.d.ts +0 -11
- package/dist/ConfirmButton/ConfirmButton.stories.d.ts +0 -8
- package/dist/ConfirmButton/index.d.ts +0 -1
- package/dist/ConfirmButton/styles.d.ts +0 -2
- package/dist/DialogHeader/DialogHeader.d.ts +0 -6
- package/dist/DialogHeader/index.d.ts +0 -1
- package/dist/DialogHeader/styles.d.ts +0 -1
- package/dist/DialogTable/DialogTable.d.ts +0 -6
- package/dist/DialogTable/index.d.ts +0 -1
- package/dist/DialogTable/styles.d.ts +0 -1
- package/dist/Filter/Filter.d.ts +0 -10
- package/dist/Filter/Filter.stories.d.ts +0 -5
- package/dist/Filter/FilterBar.d.ts +0 -11
- package/dist/Filter/FilterContent.d.ts +0 -7
- package/dist/Filter/FilterField/MultipleSelectFilterField.d.ts +0 -6
- package/dist/Filter/FilterField/RangeFilterField.d.ts +0 -7
- package/dist/Filter/FilterField/SelectFilterField.d.ts +0 -6
- package/dist/Filter/FilterField/TextFilterField.d.ts +0 -6
- package/dist/Filter/FilterMenu.d.ts +0 -9
- package/dist/Filter/context.d.ts +0 -4
- package/dist/Filter/index.d.ts +0 -4
- package/dist/Filter/styles.d.ts +0 -2
- package/dist/Filter/types.d.ts +0 -49
- package/dist/Filter/utils.d.ts +0 -8
- package/dist/IconButton/IconButton.d.ts +0 -8
- package/dist/IconButton/index.d.ts +0 -1
- package/dist/IconButton/partials.d.ts +0 -14
- package/dist/IconButton/styles.d.ts +0 -2
- package/dist/LayoutButton/LayoutButton.d.ts +0 -7
- package/dist/LayoutButton/index.d.ts +0 -1
- package/dist/LayoutButton/styles.d.ts +0 -2
- package/dist/List/List.d.ts +0 -13
- package/dist/List/List.stories.d.ts +0 -5
- package/dist/List/context.d.ts +0 -8
- package/dist/List/index.d.ts +0 -1
- package/dist/List/styles.d.ts +0 -1
- package/dist/Notification/Notification.d.ts +0 -3
- package/dist/Notification/Notification.stories.d.ts +0 -10
- package/dist/Notification/index.d.ts +0 -2
- package/dist/Notification/styles.d.ts +0 -2
- package/dist/Notification/types.d.ts +0 -16
- package/dist/OffsettedList/OffsettedList.d.ts +0 -12
- package/dist/OffsettedList/OffsettedList.stories.d.ts +0 -5
- package/dist/OffsettedList/index.d.ts +0 -1
- package/dist/OffsettedList/styles.d.ts +0 -2
- package/dist/PageTabs/PageTab.d.ts +0 -3
- package/dist/PageTabs/PageTab.stories.d.ts +0 -4
- package/dist/PageTabs/PageTabPanel.d.ts +0 -4
- package/dist/PageTabs/PageTabs.d.ts +0 -5
- package/dist/PageTabs/index.d.ts +0 -3
- package/dist/PageTabs/styles.d.ts +0 -2
- package/dist/Pagination/Pagination.d.ts +0 -10
- package/dist/Pagination/PaginationActions.d.ts +0 -11
- package/dist/Pagination/PaginationRowNumberSelect.d.ts +0 -11
- package/dist/Pagination/TablePagination.d.ts +0 -6
- package/dist/Pagination/index.d.ts +0 -4
- package/dist/Pagination/styles.d.ts +0 -2
- package/dist/PillLink/PillLink.d.ts +0 -15
- package/dist/PillLink/index.d.ts +0 -1
- package/dist/PillLink/styles.d.ts +0 -2
- package/dist/ResponsiveTable/ResponsiveTable.d.ts +0 -8
- package/dist/ResponsiveTable/index.d.ts +0 -1
- package/dist/ResponsiveTable/styles.d.ts +0 -2
- package/dist/Savebar/ButtonTooltipDecorator.d.ts +0 -6
- package/dist/Savebar/Savebar.d.ts +0 -14
- package/dist/Savebar/Savebar.stories.d.ts +0 -6
- package/dist/Savebar/index.d.ts +0 -1
- package/dist/Savebar/styles.d.ts +0 -2
- package/dist/ScrollShadow/ScrollShadow.d.ts +0 -6
- package/dist/ScrollShadow/index.d.ts +0 -1
- package/dist/ScrollShadow/styles.d.ts +0 -1
- package/dist/Sidebar/ExpandButton.d.ts +0 -6
- package/dist/Sidebar/MenuItem.d.ts +0 -11
- package/dist/Sidebar/Sidebar.d.ts +0 -6
- package/dist/Sidebar/Sidebar.stories.d.ts +0 -6
- package/dist/Sidebar/fixtures.d.ts +0 -2
- package/dist/Sidebar/index.d.ts +0 -4
- package/dist/Sidebar/types.d.ts +0 -16
- package/dist/SidebarDrawer/MenuItemBtn.d.ts +0 -7
- package/dist/SidebarDrawer/SidebarDrawer.d.ts +0 -4
- package/dist/SidebarDrawer/SidebarDrawer.stories.d.ts +0 -4
- package/dist/SidebarDrawer/index.d.ts +0 -2
- package/dist/SidebarDrawer/styles.d.ts +0 -2
- package/dist/SquareButton/SquareButton.d.ts +0 -3
- package/dist/SquareButton/SquareButton.stories.d.ts +0 -5
- package/dist/SquareButton/index.d.ts +0 -1
- package/dist/StatusChip/StatusChip.d.ts +0 -3
- package/dist/StatusChip/StatusChip.stories.d.ts +0 -8
- package/dist/StatusChip/index.d.ts +0 -2
- package/dist/StatusChip/styles.d.ts +0 -3
- package/dist/StatusChip/types.d.ts +0 -8
- package/dist/Tooltip/Tooltip.d.ts +0 -6
- package/dist/Tooltip/Tooltip.stories.d.ts +0 -7
- package/dist/Tooltip/index.d.ts +0 -1
- package/dist/Tooltip/styles.d.ts +0 -3
- package/dist/UserChipMenu/UserChipMenu.d.ts +0 -9
- package/dist/UserChipMenu/UserChipMenu.stories.d.ts +0 -6
- package/dist/UserChipMenu/UserChipMenuItem.d.ts +0 -6
- package/dist/UserChipMenu/context.d.ts +0 -4
- package/dist/UserChipMenu/index.d.ts +0 -2
- package/dist/UserChipMenu/styles.d.ts +0 -2
- package/dist/extensions/index.d.ts +0 -3
- package/dist/extensions/sendMessage.d.ts +0 -3
- package/dist/extensions/types.d.ts +0 -22
- package/dist/extensions/useExtensionMessage.d.ts +0 -2
- package/dist/icons/ArrowDropdownIcon.d.ts +0 -2
- package/dist/icons/CheckboxIndeterminateIcon.d.ts +0 -1
- package/dist/icons/CompleteIcon.d.ts +0 -2
- package/dist/icons/InfoIcon.d.ts +0 -2
- package/dist/icons/Logo.d.ts +0 -2
- package/dist/icons/LogoLight.d.ts +0 -2
- package/dist/icons/NotAllowedIcon.d.ts +0 -2
- package/dist/icons/NotAllowedInvertedIcon.d.ts +0 -2
- package/dist/icons/WarningIcon.d.ts +0 -2
- package/dist/icons/index.d.ts +0 -18
- package/dist/index.d.ts +0 -29
- package/dist/index.js +0 -2
- package/dist/index.js.map +0 -7
- package/dist/localStorageKeys.d.ts +0 -4
- package/dist/mjs/index.js +0 -5
- package/dist/mjs/index.js.map +0 -7
- package/dist/theme/Baseline.d.ts +0 -2
- package/dist/theme/ThemeProvider.d.ts +0 -17
- package/dist/theme/context.d.ts +0 -3
- package/dist/theme/createSaleorTheme/createSaleorTheme.d.ts +0 -3
- package/dist/theme/createSaleorTheme/index.d.ts +0 -2
- package/dist/theme/createSaleorTheme/overrides/buttons.d.ts +0 -3
- package/dist/theme/createSaleorTheme/overrides/controls.d.ts +0 -3
- package/dist/theme/createSaleorTheme/overrides/index.d.ts +0 -3
- package/dist/theme/createSaleorTheme/overrides/inputs.d.ts +0 -3
- package/dist/theme/createSaleorTheme/overrides/tables.d.ts +0 -3
- package/dist/theme/createSaleorTheme/palette.d.ts +0 -2
- package/dist/theme/createSaleorTheme/shadows.d.ts +0 -2
- package/dist/theme/createSaleorTheme/types.d.ts +0 -51
- package/dist/theme/index.d.ts +0 -4
- package/dist/theme/styles.d.ts +0 -5
- package/dist/theme/themes.d.ts +0 -3
- package/dist/theme/types.d.ts +0 -6
- package/dist/theme/utils.d.ts +0 -1
- package/dist/theme/utils.test.d.ts +0 -1
- package/dist/tools/index.d.ts +0 -2
- package/dist/tools/useElementScroll.d.ts +0 -12
- package/dist/tools/useLocalStorage.d.ts +0 -5
- package/dist/tools/useWindowScroll.d.ts +0 -4
- package/dist/types/StatusChip/styles.d.ts +0 -3
- package/dist/utils/Decorator.d.ts +0 -4
- package/dist/utils/useListStory.d.ts +0 -21
- package/src/icons/AddEnvironmentIcon.tsx +0 -12
- package/src/icons/AppsIcon.tsx +0 -12
- package/src/icons/ArrowRightIcon.tsx +0 -12
- package/src/icons/AttributesLargeIcon.tsx +0 -15
- package/src/icons/BackspaceIcon.tsx +0 -12
- package/src/icons/BillingIcon.tsx +0 -12
- package/src/icons/CalendarIcon.tsx +0 -12
- package/src/icons/ChevronIcon.tsx +0 -14
- package/src/icons/Close2Icon.tsx +0 -12
- package/src/icons/CloseIcon.tsx +0 -12
- package/src/icons/ColumnsIcon.tsx +0 -12
- package/src/icons/CopyIcon.tsx +0 -12
- package/src/icons/CustomersIcon.tsx +0 -12
- package/src/icons/DashboardIcon.tsx +0 -12
- package/src/icons/DeleteIcon.tsx +0 -12
- package/src/icons/DeveloperIcon.tsx +0 -38
- package/src/icons/DigitalLargeIcon.tsx +0 -15
- package/src/icons/DiscountsIcon.tsx +0 -20
- package/src/icons/DiscountsLargeIcon.tsx +0 -26
- package/src/icons/DownloadIcon.tsx +0 -12
- package/src/icons/DragIcon.tsx +0 -12
- package/src/icons/EditIcon.tsx +0 -12
- package/src/icons/EnvironmentIcon.tsx +0 -12
- package/src/icons/ExpandIcon.tsx +0 -22
- package/src/icons/EyeIcon.tsx +0 -12
- package/src/icons/FilteringIcon.tsx +0 -12
- package/src/icons/FilteringLargeIcon.tsx +0 -15
- package/src/icons/HelpIcon.tsx +0 -12
- package/src/icons/LinkIcon.tsx +0 -12
- package/src/icons/MailIcon.tsx +0 -16
- package/src/icons/MinusIcon.tsx +0 -12
- package/src/icons/MoreHorizontalIcon.tsx +0 -12
- package/src/icons/NavigationIcon.tsx +0 -26
- package/src/icons/NavigationLargeIcon.tsx +0 -15
- package/src/icons/NavigatorIcon.tsx +0 -14
- package/src/icons/NextIcon.tsx +0 -14
- package/src/icons/NoConnectionIcon.tsx +0 -25
- package/src/icons/NotesLargeIcon.tsx +0 -38
- package/src/icons/NotificationsIcon.tsx +0 -12
- package/src/icons/OmnichannelLargeIcon.tsx +0 -15
- package/src/icons/OrdersIcon.tsx +0 -12
- package/src/icons/PagesIcon.tsx +0 -12
- package/src/icons/PermissionLargeIcon.tsx +0 -15
- package/src/icons/PhotoIcon.tsx +0 -12
- package/src/icons/PlusIcon.tsx +0 -12
- package/src/icons/PreviousIcon.tsx +0 -14
- package/src/icons/PrinterIcon.tsx +0 -15
- package/src/icons/PrivacyIcon.tsx +0 -15
- package/src/icons/ProductIcon.tsx +0 -12
- package/src/icons/ProductLargeIcon.tsx +0 -16
- package/src/icons/RefreshIcon.tsx +0 -14
- package/src/icons/ReplyIcon.tsx +0 -12
- package/src/icons/SearchIcon.tsx +0 -12
- package/src/icons/SettingsIcon.tsx +0 -15
- package/src/icons/ShippingLargeIcon.tsx +0 -15
- package/src/icons/SnapshotsIcon.tsx +0 -12
- package/src/icons/TaxesLargeIcon.tsx +0 -15
- package/src/icons/TimeIcon.tsx +0 -12
- package/src/icons/TokenLargeIcon.tsx +0 -17
- package/src/icons/TransferIcon.tsx +0 -22
- package/src/icons/TranslationIcon.tsx +0 -12
- package/src/icons/WarehouseLargeIcon.tsx +0 -15
- package/src/icons/WebsiteIcon.tsx +0 -22
- package/src/icons/WifiIcon.tsx +0 -23
- package/src/icons/WifiLargeIcon.tsx +0 -33
package/src/icons/ExpandIcon.tsx
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { createSvgIcon } from "@material-ui/core/utils";
|
|
2
|
-
import React from "react";
|
|
3
|
-
|
|
4
|
-
export const ExpandIcon = createSvgIcon(
|
|
5
|
-
<>
|
|
6
|
-
<circle
|
|
7
|
-
cx="12"
|
|
8
|
-
cy="12"
|
|
9
|
-
r="11"
|
|
10
|
-
stroke="currentColor"
|
|
11
|
-
fill="transparent"
|
|
12
|
-
strokeWidth="2"
|
|
13
|
-
/>
|
|
14
|
-
<path
|
|
15
|
-
d="M8 10L12 14L16 10"
|
|
16
|
-
stroke="currentColor"
|
|
17
|
-
fill="transparent"
|
|
18
|
-
strokeWidth="2"
|
|
19
|
-
/>
|
|
20
|
-
</>,
|
|
21
|
-
"ExpandIcon"
|
|
22
|
-
);
|
package/src/icons/EyeIcon.tsx
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { createSvgIcon } from "@material-ui/core/utils";
|
|
2
|
-
import React from "react";
|
|
3
|
-
|
|
4
|
-
export const EyeIcon = createSvgIcon(
|
|
5
|
-
<path
|
|
6
|
-
fillRule="evenodd"
|
|
7
|
-
clipRule="evenodd"
|
|
8
|
-
d="M7.60392 14.3841C7.05649 14.1106 6.5428 13.8026 6.07297 13.4786C5.28167 12.9328 4.66734 12.3772 4.2736 11.941L4.25089 11.9157C4.56218 11.512 5.06221 10.9938 5.75296 10.4821C6.31204 10.068 6.98474 9.66614 7.76943 9.33378C7.28205 10.1055 7 11.0198 7 12C7 12.8633 7.21878 13.6755 7.60392 14.3841ZM16.3961 14.3841C16.9435 14.1106 17.4572 13.8026 17.927 13.4786C18.7183 12.9328 19.3327 12.3772 19.7264 11.941L19.7491 11.9158C19.4378 11.512 18.9378 10.9938 18.247 10.4821C17.688 10.068 17.0153 9.66614 16.2306 9.33378C16.7179 10.1055 17 11.0198 17 12C17 12.8633 16.7812 13.6755 16.3961 14.3841ZM3.87857 11.4212C3.8798 11.4216 3.88819 11.4359 3.90003 11.4628C3.88326 11.4343 3.87733 11.4208 3.87857 11.4212ZM3.94408 12.3876C3.93774 12.406 3.93329 12.4156 3.93264 12.4159C3.932 12.4161 3.93517 12.4069 3.94408 12.3876ZM20.0674 12.4159C20.0667 12.4156 20.0623 12.406 20.0559 12.3876C20.0648 12.4069 20.068 12.4161 20.0674 12.4159ZM20.1 11.4628C20.1118 11.4359 20.1202 11.4216 20.1214 11.4212C20.1227 11.4208 20.1167 11.4343 20.1 11.4628ZM12 17.5C6.5 17.5 2 13 2 12C2 11 5.5 6.5 12 6.5C18.5 6.5 22 11 22 12C22 13 17.5 17.5 12 17.5ZM15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9C13.6569 9 15 10.3431 15 12Z"
|
|
9
|
-
fill="currentColor"
|
|
10
|
-
/>,
|
|
11
|
-
"EyeIcon"
|
|
12
|
-
);
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { createSvgIcon } from "@material-ui/core/utils";
|
|
2
|
-
import React from "react";
|
|
3
|
-
|
|
4
|
-
export const FilteringIcon = createSvgIcon(
|
|
5
|
-
<path
|
|
6
|
-
fillRule="evenodd"
|
|
7
|
-
clipRule="evenodd"
|
|
8
|
-
d="M2 4C2 2.89543 2.89543 2 4 2H20C21.1046 2 22 2.89543 22 4V6.67157C22 7.46722 21.6839 8.23029 21.1213 8.79289L15.7929 14.1213C15.6054 14.3089 15.5 14.5632 15.5 14.8284V19C15.5 19.4089 15.251 19.7766 14.8714 19.9285L9.87139 21.9285C9.5633 22.0517 9.21414 22.0141 8.93937 21.8281C8.6646 21.642 8.5 21.3318 8.5 21V14.8284C8.5 14.5632 8.39464 14.3089 8.20711 14.1213L2.87868 8.79289C2.31607 8.23028 2 7.46722 2 6.67157V4ZM20 4H4V6.67157C4 6.93679 4.10536 7.19114 4.29289 7.37868L9.62132 12.7071C10.1839 13.2697 10.5 14.0328 10.5 14.8284V19.523L13.5 18.323V14.8284C13.5 14.0328 13.8161 13.2697 14.3787 12.7071L19.7071 7.37868C19.8946 7.19114 20 6.93679 20 6.67157V4Z"
|
|
9
|
-
fill="currentColor"
|
|
10
|
-
/>,
|
|
11
|
-
"FilteringIcon"
|
|
12
|
-
);
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { createSvgIcon } from "@material-ui/core/utils";
|
|
2
|
-
import React from "react";
|
|
3
|
-
|
|
4
|
-
export const FilteringLargeIcon = createSvgIcon(
|
|
5
|
-
<path
|
|
6
|
-
fillRule="evenodd"
|
|
7
|
-
clipRule="evenodd"
|
|
8
|
-
d="M5 4C4.44772 4 4 4.44772 4 5V8.5H28L28 5C28 4.44772 27.5523 4 27 4H5ZM26.5858 10.5H5.41421L12.7071 17.7929C12.8946 17.9804 13 18.2348 13 18.5V26.4384C13 27.089 13.6114 27.5664 14.2425 27.4086L18.2425 26.4086C18.6877 26.2973 19 25.8973 19 25.4384V18.5C19 18.2348 19.1054 17.9804 19.2929 17.7929L26.5858 10.5ZM2 5C2 3.34315 3.34315 2 5 2H27C28.6569 2 30 3.34315 30 5L30 9.5C30 9.76522 29.8946 10.0196 29.7071 10.2071L21 18.9142V25.4384C21 26.8151 20.0631 28.015 18.7276 28.3489L14.7276 29.3489C12.8342 29.8222 11 28.3902 11 26.4384V18.9142L2.29289 10.2071C2.10536 10.0196 2 9.76522 2 9.5V5Z"
|
|
9
|
-
fill="currentColor"
|
|
10
|
-
/>,
|
|
11
|
-
"FilteringLargeIcon"
|
|
12
|
-
);
|
|
13
|
-
(FilteringLargeIcon as React.ComponentType).defaultProps = {
|
|
14
|
-
viewBox: "0 0 32 32",
|
|
15
|
-
};
|
package/src/icons/HelpIcon.tsx
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { createSvgIcon } from "@material-ui/core/utils";
|
|
2
|
-
import React from "react";
|
|
3
|
-
|
|
4
|
-
export const HelpIcon = createSvgIcon(
|
|
5
|
-
<path
|
|
6
|
-
fillRule="evenodd"
|
|
7
|
-
clipRule="evenodd"
|
|
8
|
-
d="M4 20H12C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12V20ZM12 2C6.47715 2 2 6.47715 2 12V22H12C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2ZM9.48039 6.98039C10.1307 6.33011 11.0228 6 12 6C12.9772 6 13.8693 6.33011 14.5196 6.98039C15.1699 7.63067 15.5 8.52275 15.5 9.5C15.5 10.9343 14.5676 12.2346 13.4403 12.9247C13.1458 13.105 12.8897 13.3115 12.7172 13.5218C12.5469 13.7293 12.5 13.8863 12.5 14H10.5C10.5 13.2853 10.809 12.6944 11.1711 12.2531C11.531 11.8145 11.984 11.4711 12.3961 11.2189C13.0728 10.8047 13.5 10.0853 13.5 9.5C13.5 8.97725 13.3301 8.61933 13.1054 8.39461C12.8807 8.16989 12.5228 8 12 8C11.4772 8 11.1193 8.16989 10.8946 8.39461C10.6699 8.61933 10.5 8.97725 10.5 9.5H8.5C8.5 8.52275 8.83011 7.63067 9.48039 6.98039ZM11.5 18C12.3284 18 13 17.3284 13 16.5C13 15.6716 12.3284 15 11.5 15C10.6716 15 10 15.6716 10 16.5C10 17.3284 10.6716 18 11.5 18Z"
|
|
9
|
-
fill="currentColor"
|
|
10
|
-
/>,
|
|
11
|
-
"HelpIcon"
|
|
12
|
-
);
|
package/src/icons/LinkIcon.tsx
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { createSvgIcon } from "@material-ui/core/utils";
|
|
2
|
-
import React from "react";
|
|
3
|
-
|
|
4
|
-
export const LinkIcon = createSvgIcon(
|
|
5
|
-
<path
|
|
6
|
-
fillRule="evenodd"
|
|
7
|
-
clipRule="evenodd"
|
|
8
|
-
d="M15 2C14.4477 2 14 2.44772 14 3C14 3.55229 14.4477 4 15 4L18.5858 4L10.2929 12.2929C9.90237 12.6834 9.90237 13.3166 10.2929 13.7071C10.6834 14.0976 11.3166 14.0976 11.7071 13.7071L20 5.41422L20 9C20 9.55229 20.4477 10 21 10C21.5523 10 22 9.55229 22 9L22 3C22 2.44772 21.5523 2 21 2L15 2ZM5 4C3.34315 4 2 5.34314 2 7L2 19C2 20.6569 3.34314 22 5 22L17 22C18.6569 22 20 20.6569 20 19L20 13C20 12.4477 19.5523 12 19 12C18.4477 12 18 12.4477 18 13L18 19C18 19.5523 17.5523 20 17 20L5 20C4.44771 20 4 19.5523 4 19L4 7C4 6.44772 4.44772 6 5 6L11 6C11.5523 6 12 5.55229 12 5C12 4.44772 11.5523 4 11 4L5 4Z"
|
|
9
|
-
fill="currentColor"
|
|
10
|
-
/>,
|
|
11
|
-
"LinkIcon"
|
|
12
|
-
);
|
package/src/icons/MailIcon.tsx
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { createSvgIcon } from "@material-ui/core/utils";
|
|
2
|
-
import React from "react";
|
|
3
|
-
|
|
4
|
-
export const MailIcon = createSvgIcon(
|
|
5
|
-
<>
|
|
6
|
-
<rect width="24" height="24" fill="var(--background-paper)" />
|
|
7
|
-
<path
|
|
8
|
-
d="M3.63039 6.61963C4.00478 6.24762 4.50239 6 5 6C6 6 18 6 19 6C19.5 6 20 6.25 20.375 6.625M3.63039 6.61963C3.2524 6.99522 3 7.49761 3 8C3 9 3 15 3 16C3 16.5024 3.2524 17.0048 3.63039 17.3804M3.63039 6.61963C3.63039 6.61963 7.13226 10.1215 9.01076 12M20.375 6.625C20.75 7 21 7.5 21 8C21 9 21 15 21 16C21 17 20 18 19 18C18 18 6 18 5 18C4.50239 18 4.00478 17.7524 3.63039 17.3804M20.375 6.625C20.375 6.625 16.8773 10.1227 15 12M9.01076 12C9.46071 12.4499 9.81752 12.8068 10.0108 13C11.0108 14 13 14 14 13C14.1933 12.8067 14.5501 12.4499 15 12M9.01076 12L3.63039 17.3804M15 12L20.3804 17.3804"
|
|
9
|
-
stroke="currentColor"
|
|
10
|
-
strokeWidth="2"
|
|
11
|
-
strokeLinejoin="round"
|
|
12
|
-
fill="transparent"
|
|
13
|
-
/>
|
|
14
|
-
</>,
|
|
15
|
-
"MailIcon"
|
|
16
|
-
);
|
package/src/icons/MinusIcon.tsx
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { createSvgIcon } from "@material-ui/core/utils";
|
|
2
|
-
import React from "react";
|
|
3
|
-
|
|
4
|
-
export const MinusIcon = createSvgIcon(
|
|
5
|
-
<path
|
|
6
|
-
fillRule="evenodd"
|
|
7
|
-
clipRule="evenodd"
|
|
8
|
-
d="M19 12C19 12.5523 18.5523 13 18 13L6 13C5.44771 13 5 12.5523 5 12C5 11.4477 5.44771 11 6 11L18 11C18.5523 11 19 11.4477 19 12Z"
|
|
9
|
-
fill="currentColor"
|
|
10
|
-
/>,
|
|
11
|
-
"MinusIcon"
|
|
12
|
-
);
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { createSvgIcon } from "@material-ui/core/utils";
|
|
2
|
-
import React from "react";
|
|
3
|
-
|
|
4
|
-
export const MoreHorizontalIcon = createSvgIcon(
|
|
5
|
-
<path
|
|
6
|
-
fillRule="evenodd"
|
|
7
|
-
clipRule="evenodd"
|
|
8
|
-
d="M6 14C7.10457 14 8 13.1046 8 12C8 10.8954 7.10457 10 6 10C4.89543 10 4 10.8954 4 12C4 13.1046 4.89543 14 6 14ZM14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12ZM20 12C20 13.1046 19.1046 14 18 14C16.8954 14 16 13.1046 16 12C16 10.8954 16.8954 10 18 10C19.1046 10 20 10.8954 20 12Z"
|
|
9
|
-
fill="currentColor"
|
|
10
|
-
/>,
|
|
11
|
-
"MoreHorizontalIcon"
|
|
12
|
-
);
|
|
@@ -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
|
-
);
|
package/src/icons/NextIcon.tsx
DELETED
|
@@ -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
|
-
};
|
package/src/icons/OrdersIcon.tsx
DELETED
|
@@ -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
|
-
);
|
package/src/icons/PagesIcon.tsx
DELETED
|
@@ -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
|
-
};
|
package/src/icons/PhotoIcon.tsx
DELETED
|
@@ -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
|
-
);
|
package/src/icons/PlusIcon.tsx
DELETED
|
@@ -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
|
-
);
|
package/src/icons/ReplyIcon.tsx
DELETED
|
@@ -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
|
-
);
|
package/src/icons/SearchIcon.tsx
DELETED
|
@@ -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
|
-
};
|
package/src/icons/TimeIcon.tsx
DELETED
|
@@ -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
|
-
};
|