@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
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { createSvgIcon } from "@material-ui/core/utils";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
export const PresetIcon = createSvgIcon(
|
|
4
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
5
|
+
<path
|
|
6
|
+
d="M16 6h4M4 6h4m5 6h7M4 12h1m14 6h1M4 18h7"
|
|
7
|
+
stroke="currentColor"
|
|
8
|
+
strokeWidth={1.5}
|
|
9
|
+
strokeLinecap="round"
|
|
10
|
+
/>
|
|
11
|
+
<path
|
|
12
|
+
d="M13.5 6a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm-3 6a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm6 6a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z"
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
/>
|
|
15
|
+
</svg>,
|
|
16
|
+
"PresetIcon"
|
|
17
|
+
);
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { createSvgIcon } from "@material-ui/core/utils";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
export const PreviousIcon = createSvgIcon(
|
|
4
|
+
<svg viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
5
|
+
<path
|
|
6
|
+
d="m14 8.002-4 4 4 4"
|
|
7
|
+
stroke="currentColor"
|
|
8
|
+
strokeWidth={1.5}
|
|
9
|
+
strokeLinecap="round"
|
|
10
|
+
strokeLinejoin="round"
|
|
11
|
+
/>
|
|
12
|
+
</svg>,
|
|
13
|
+
"PreviousIcon"
|
|
14
|
+
);
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { createSvgIcon } from "@material-ui/core/utils";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
export const PrinterIcon = createSvgIcon(
|
|
4
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 25">
|
|
5
|
+
<path
|
|
6
|
+
stroke="currentColor"
|
|
7
|
+
strokeLinecap="round"
|
|
8
|
+
strokeLinejoin="round"
|
|
9
|
+
strokeWidth={1.5}
|
|
10
|
+
d="M6 17.002H3a1 1 0 0 1-1-1v-8a1 1 0 0 1 1-1h2.5m.5 10v4a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-4m-12 0v-3.5m12 3.5h3a1 1 0 0 0 1-1v-8a1 1 0 0 0-1-1h-2.5m-.5 10v-3.5m-12.5-6.5v-4a1 1 0 0 1 1-1h11a1 1 0 0 1 1 1v4m-13 0h13M6 13.502h12m-12 0H5m13 0h1m-14-3.5h2m2 7h6"
|
|
11
|
+
/>
|
|
12
|
+
</svg>,
|
|
13
|
+
"PrinterIcon"
|
|
14
|
+
);
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { createSvgIcon } from "@material-ui/core/utils";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
export const PrivacyIcon = createSvgIcon(
|
|
4
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 25">
|
|
5
|
+
<circle cx={12} cy={15} r={6.25} stroke="currentColor" strokeWidth={1.5} />
|
|
6
|
+
<path
|
|
7
|
+
stroke="currentColor"
|
|
8
|
+
strokeLinecap="round"
|
|
9
|
+
strokeLinejoin="round"
|
|
10
|
+
strokeWidth={1.5}
|
|
11
|
+
d="M8 10V7a4 4 0 0 1 4-4v0a4 4 0 0 1 4 4v3m-4 4v3m0-3h1m-1 0h-1"
|
|
12
|
+
/>
|
|
13
|
+
</svg>,
|
|
14
|
+
"PrivacyIcon"
|
|
15
|
+
);
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { createSvgIcon } from "@material-ui/core/utils";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
export const ProcessIcon = createSvgIcon(
|
|
4
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
5
|
+
<circle cx={12} cy={4} r={2.25} stroke="currentColor" strokeWidth={1.5} />
|
|
6
|
+
<path
|
|
7
|
+
d="M4 4h5"
|
|
8
|
+
stroke="currentColor"
|
|
9
|
+
strokeWidth={1.5}
|
|
10
|
+
strokeLinecap="round"
|
|
11
|
+
/>
|
|
12
|
+
<path
|
|
13
|
+
d="M14.5 20H21m0 0-2.5-2.5M21 20l-2.5 2.5"
|
|
14
|
+
stroke="currentColor"
|
|
15
|
+
strokeWidth={1.5}
|
|
16
|
+
strokeLinecap="round"
|
|
17
|
+
strokeLinejoin="round"
|
|
18
|
+
/>
|
|
19
|
+
<path d="M6 12h12" stroke="currentColor" strokeWidth={1.5} />
|
|
20
|
+
<path
|
|
21
|
+
d="M14 4h5a1 1 0 0 1 1 1v5M4 14v5a1 1 0 0 0 1 1h5"
|
|
22
|
+
stroke="currentColor"
|
|
23
|
+
strokeWidth={1.5}
|
|
24
|
+
strokeLinejoin="round"
|
|
25
|
+
/>
|
|
26
|
+
<circle cx={20} cy={12} r={2.25} stroke="currentColor" strokeWidth={1.5} />
|
|
27
|
+
<circle cx={4} cy={12} r={2.25} stroke="currentColor" strokeWidth={1.5} />
|
|
28
|
+
<circle cx={12} cy={20} r={2.25} stroke="currentColor" strokeWidth={1.5} />
|
|
29
|
+
</svg>,
|
|
30
|
+
"ProcessIcon"
|
|
31
|
+
);
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { createSvgIcon } from "@material-ui/core/utils";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
export const ProductIcon = createSvgIcon(
|
|
4
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
5
|
+
<path
|
|
6
|
+
d="m3 8.5 1.868-4.203A.5.5 0 0 1 5.325 4h13.35a.5.5 0 0 1 .457.297L21 8.5m-18 0v11a.5.5 0 0 0 .5.5h17a.5.5 0 0 0 .5-.5v-11m-18 0h6.5m11.5 0h-6.5m-5 0v6l2.243-1.346a.5.5 0 0 1 .514 0L14.5 14.5v-6m-5 0h5"
|
|
7
|
+
stroke="currentColor"
|
|
8
|
+
strokeWidth={1.5}
|
|
9
|
+
strokeLinecap="round"
|
|
10
|
+
strokeLinejoin="round"
|
|
11
|
+
/>
|
|
12
|
+
</svg>,
|
|
13
|
+
"ProductIcon"
|
|
14
|
+
);
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { createSvgIcon } from "@material-ui/core/utils";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
export const RefreshIcon = createSvgIcon(
|
|
4
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
5
|
+
<path
|
|
6
|
+
d="M21 12a9 9 0 1 1-1.8-5.4m0 0V3m0 3.6h-3.7"
|
|
7
|
+
stroke="currentColor"
|
|
8
|
+
strokeWidth={1.5}
|
|
9
|
+
strokeLinecap="round"
|
|
10
|
+
strokeLinejoin="round"
|
|
11
|
+
/>
|
|
12
|
+
</svg>,
|
|
13
|
+
"RefreshIcon"
|
|
14
|
+
);
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { createSvgIcon } from "@material-ui/core/utils";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
export const RemoveMemberIcon = createSvgIcon(
|
|
4
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
5
|
+
<path
|
|
6
|
+
d="M11.5 21.75a.75.75 0 0 0 0-1.5v1.5Zm1.5-7a.75.75 0 0 0 0-1.5v1.5Zm-3.17 0h1.67v-1.5H9.83v1.5Zm1.67 5.5H3.171v1.5h8.33v-1.5Zm0-5.5H13v-1.5h-1.5v1.5Zm-7.75 6.08a6.08 6.08 0 0 1 6.08-6.08v-1.5a7.58 7.58 0 0 0-7.58 7.58h1.5Zm-1.5 0c0 .508.413.92.921.92v-1.5c.32 0 .58.26.58.58h-1.5Zm19.28-4.3a.75.75 0 1 0-1.06-1.06l1.06 1.06Zm-6.06 3.94a.75.75 0 1 0 1.06 1.06l-1.06-1.06Zm5-5-5 5 1.06 1.06 5-5-1.06-1.06Z"
|
|
7
|
+
fill="currentColor"
|
|
8
|
+
/>
|
|
9
|
+
<path
|
|
10
|
+
d="M20.47 21.53a.75.75 0 0 0 1.06-1.06l-1.06 1.06Zm-3.94-6.06a.75.75 0 0 0-1.06 1.06l1.06-1.06Zm5 5-5-5-1.06 1.06 5 5 1.06-1.06Z"
|
|
11
|
+
fill="currentColor"
|
|
12
|
+
/>
|
|
13
|
+
<circle cx={12} cy={7} r={4} stroke="currentColor" strokeWidth={1.5} />
|
|
14
|
+
</svg>,
|
|
15
|
+
"RemoveMemberIcon"
|
|
16
|
+
);
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { createSvgIcon } from "@material-ui/core/utils";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
export const ReplyIcon = createSvgIcon(
|
|
4
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
5
|
+
<path
|
|
6
|
+
d="M21 21v-5a8 8 0 0 0-8-8H3.5m0 0 5-5m-5 5 5 5"
|
|
7
|
+
stroke="currentColor"
|
|
8
|
+
strokeWidth={1.5}
|
|
9
|
+
strokeLinecap="round"
|
|
10
|
+
strokeLinejoin="round"
|
|
11
|
+
/>
|
|
12
|
+
</svg>,
|
|
13
|
+
"ReplyIcon"
|
|
14
|
+
);
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { createSvgIcon } from "@material-ui/core/utils";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
export const SearchIcon = createSvgIcon(
|
|
4
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
5
|
+
<circle cx={11} cy={11} r={7.25} stroke="currentColor" strokeWidth={1.5} />
|
|
6
|
+
<path
|
|
7
|
+
d="M16.5 16.5 21 21"
|
|
8
|
+
stroke="currentColor"
|
|
9
|
+
strokeWidth={1.5}
|
|
10
|
+
strokeLinecap="round"
|
|
11
|
+
strokeLinejoin="round"
|
|
12
|
+
/>
|
|
13
|
+
</svg>,
|
|
14
|
+
"SearchIcon"
|
|
15
|
+
);
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { createSvgIcon } from "@material-ui/core/utils";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
export const SettingsIcon = createSvgIcon(
|
|
4
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
5
|
+
<path
|
|
6
|
+
d="M3.002 13.522c.307.13.74.299 1.348.525.36.134.659.417.813.791.153.37.148.789-.008 1.153a37.348 37.348 0 0 0-.562 1.37c-.176.466-.05.974.285 1.309l.496.496.53-.53-.53.53c.344.344.868.467 1.34.275.307-.125.736-.31 1.333-.582a1.404 1.404 0 0 1 1.126-.022c.359.15.648.446.797.82.25.624.433 1.062.571 1.368.204.455.654.725 1.127.725h.729c.484 0 .943-.283 1.14-.754.126-.301.291-.724.511-1.318a1.48 1.48 0 0 1 .815-.857 1.405 1.405 0 0 1 1.09.007c.649.276 1.16.482 1.533.618.204.074.417.082.614.032l-.028.151h.001l.029-.152c.182-.046.351-.14.487-.277l.58-.582c.343-.343.467-.867.273-1.34a36.464 36.464 0 0 0-.569-1.291 1.493 1.493 0 0 1-.025-1.183c.149-.365.436-.645.783-.784a36.81 36.81 0 0 0 1.397-.584c.454-.205.722-.654.722-1.126v-.691c0-.484-.283-.943-.754-1.14a35.923 35.923 0 0 0-1.346-.522 1.423 1.423 0 0 1-.818-.795c-.153-.37-.147-.79.009-1.155.263-.616.442-1.056.562-1.372.177-.465.05-.974-.285-1.309l-.495-.494a1.236 1.236 0 0 0-1.337-.275c-.308.125-.738.31-1.339.584-.355.162-.76.172-1.122.023a1.477 1.477 0 0 1-.802-.822 37.024 37.024 0 0 0-.57-1.367 1.233 1.233 0 0 0-1.127-.725H11.6c-.484 0-.942.282-1.14.753-.126.301-.292.726-.513 1.322-.145.39-.44.7-.81.854a1.4 1.4 0 0 1-1.088-.006 32.674 32.674 0 0 0-1.536-.618l-.256.705.256-.705a1.053 1.053 0 0 0-1.105.248l-.58.582a1.233 1.233 0 0 0-.272 1.338c.124.302.306.717.568 1.29.17.371.182.804.024 1.186-.15.363-.436.642-.781.78-.635.254-1.08.44-1.392.58a1.233 1.233 0 0 0-.725 1.128v.696c0 .483.282.941.752 1.139Z"
|
|
7
|
+
stroke="currentColor"
|
|
8
|
+
strokeWidth={1.5}
|
|
9
|
+
/>
|
|
10
|
+
<path
|
|
11
|
+
d="M13.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z"
|
|
12
|
+
fill="currentColor"
|
|
13
|
+
/>
|
|
14
|
+
</svg>,
|
|
15
|
+
"SettingsIcon"
|
|
16
|
+
);
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { createSvgIcon } from "@material-ui/core/utils";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
export const SnapshotsIcon = createSvgIcon(
|
|
4
|
+
<svg viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
5
|
+
<path
|
|
6
|
+
d="M7 11V8a1 1 0 0 1 1-1h11a1 1 0 0 1 1 1v3M7 11v8a1 1 0 0 0 1 1h11a1 1 0 0 0 1-1v-8M7 11h13"
|
|
7
|
+
stroke="currentColor"
|
|
8
|
+
strokeWidth={1.5}
|
|
9
|
+
strokeLinecap="round"
|
|
10
|
+
strokeLinejoin="round"
|
|
11
|
+
/>
|
|
12
|
+
<path
|
|
13
|
+
d="M4 16V5a1 1 0 0 1 1-1h11"
|
|
14
|
+
stroke="currentColor"
|
|
15
|
+
strokeWidth={1.5}
|
|
16
|
+
strokeLinecap="round"
|
|
17
|
+
strokeLinejoin="round"
|
|
18
|
+
/>
|
|
19
|
+
</svg>,
|
|
20
|
+
"SnapshotsIcon"
|
|
21
|
+
);
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { createSvgIcon } from "@material-ui/core/utils";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
export const SortDownIcon = createSvgIcon(
|
|
4
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
5
|
+
<path
|
|
6
|
+
d="M12 4v15.5m0 0-5-5m5 5 5-5"
|
|
7
|
+
stroke="currentColor"
|
|
8
|
+
strokeWidth={1.5}
|
|
9
|
+
strokeLinecap="round"
|
|
10
|
+
/>
|
|
11
|
+
</svg>,
|
|
12
|
+
"SortDownIcon"
|
|
13
|
+
);
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { createSvgIcon } from "@material-ui/core/utils";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
export const SortUpIcon = createSvgIcon(
|
|
4
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
5
|
+
<path
|
|
6
|
+
d="M12 19.5V4m0 0L7 9m5-5 5 5"
|
|
7
|
+
stroke="currentColor"
|
|
8
|
+
strokeWidth={1.5}
|
|
9
|
+
strokeLinecap="round"
|
|
10
|
+
/>
|
|
11
|
+
</svg>,
|
|
12
|
+
"SortUpIcon"
|
|
13
|
+
);
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { createSvgIcon } from "@material-ui/core/utils";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
export const TasksIcon = createSvgIcon(
|
|
4
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
5
|
+
<path
|
|
6
|
+
d="M3.5 17.5 5 19l3.5-3.5M3 10V6a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1Zm9-2h10m-10 9h10"
|
|
7
|
+
stroke="currentColor"
|
|
8
|
+
strokeWidth={1.5}
|
|
9
|
+
strokeLinecap="round"
|
|
10
|
+
strokeLinejoin="round"
|
|
11
|
+
/>
|
|
12
|
+
</svg>,
|
|
13
|
+
"TasksIcon"
|
|
14
|
+
);
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { createSvgIcon } from "@material-ui/core/utils";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
export const TimeIcon = createSvgIcon(
|
|
4
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
5
|
+
<circle cx={12} cy={12} r={9.25} stroke="currentColor" strokeWidth={1.5} />
|
|
6
|
+
<path
|
|
7
|
+
d="m9 7.5 3 4.5 3-1"
|
|
8
|
+
stroke="currentColor"
|
|
9
|
+
strokeWidth={1.5}
|
|
10
|
+
strokeLinecap="round"
|
|
11
|
+
strokeLinejoin="round"
|
|
12
|
+
/>
|
|
13
|
+
</svg>,
|
|
14
|
+
"TimeIcon"
|
|
15
|
+
);
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { createSvgIcon } from "@material-ui/core/utils";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
export const ToIcon = createSvgIcon(
|
|
4
|
+
<svg viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
5
|
+
<path
|
|
6
|
+
d="m10 16.002 4-4-4-4m5 8 4-4-4-4m-10 8 4-4-4-4"
|
|
7
|
+
stroke="currentColor"
|
|
8
|
+
strokeWidth={1.5}
|
|
9
|
+
strokeLinecap="round"
|
|
10
|
+
strokeLinejoin="round"
|
|
11
|
+
/>
|
|
12
|
+
</svg>,
|
|
13
|
+
"ToIcon"
|
|
14
|
+
);
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { createSvgIcon } from "@material-ui/core/utils";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
export const TransferIcon = createSvgIcon(
|
|
4
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
|
|
5
|
+
<path
|
|
6
|
+
stroke="currentColor"
|
|
7
|
+
strokeLinecap="round"
|
|
8
|
+
strokeLinejoin="round"
|
|
9
|
+
strokeWidth={1.5}
|
|
10
|
+
d="M20 7H4m0 0 4-4M4 7l4 4m-4 6h16m0 0-4-4m4 4-4 4"
|
|
11
|
+
/>
|
|
12
|
+
</svg>,
|
|
13
|
+
"TransferIcon"
|
|
14
|
+
);
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { createSvgIcon } from "@material-ui/core/utils";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
export const TranslateIcon = createSvgIcon(
|
|
4
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
5
|
+
<path
|
|
6
|
+
d="M4.163 17.135c2.235-2.106 3.934-3.815 5.225-5.279M13.352 4.5h3.243m-3.243 0H9.568m3.784 0c-.266 2.453-1.135 4.148-3.964 7.356M2 4.5h7.568m0 0V3m-.18 8.856c1.1 1.109 1.736 1.656 2.883 2.576m-2.883-2.576C8.26 10.719 6.5 8.5 6.325 7.406m7.027 13.513 1.441-3.784M22 20.92l-1.441-3.784m-5.766 0 2.883-7.567 2.883 7.567m-5.766 0h5.766"
|
|
7
|
+
stroke="currentColor"
|
|
8
|
+
strokeWidth={1.5}
|
|
9
|
+
strokeLinecap="round"
|
|
10
|
+
strokeLinejoin="round"
|
|
11
|
+
/>
|
|
12
|
+
</svg>,
|
|
13
|
+
"TranslateIcon"
|
|
14
|
+
);
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { createSvgIcon } from "@material-ui/core/utils";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
export const TranslationIcon = createSvgIcon(
|
|
4
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 25">
|
|
5
|
+
<mask id="a" fill="#fff">
|
|
6
|
+
<path d="M21 12a9 9 0 0 1-13.28 7.92l-3.943.902a.5.5 0 0 1-.6-.599l.903-3.944A9 9 0 1 1 21 12Z" />
|
|
7
|
+
</mask>
|
|
8
|
+
<path
|
|
9
|
+
fill="currentColor"
|
|
10
|
+
d="m12 21-.53.53a.75.75 0 0 0 1.06 0L12 21Zm0-18 .53-.53a.75.75 0 0 0-1.06 0L12 3Zm-.53-.53C8.325 5.614 7.25 9.065 7.25 12h1.5c0-2.549.925-5.614 3.78-8.47l-1.06-1.06ZM7.25 12c0 2.934 1.075 6.386 4.22 9.53l1.06-1.06C9.675 17.615 8.75 14.548 8.75 12h-1.5ZM3 12.75h5v-1.5H3v1.5Zm8.47-9.22c2.847 2.848 3.726 5.952 3.78 8.486l1.5-.032c-.062-2.874-1.067-6.362-4.22-9.514l-1.06 1.06Zm3.78 8.486c.054 2.507-.918 5.592-3.78 8.454l1.06 1.06c3.138-3.138 4.283-6.612 4.22-9.546l-1.5.032ZM8 12.75h8v-1.5H8v1.5Zm8 0h5v-1.5h-5v1.5ZM4.08 16.279l1.462.334a1.5 1.5 0 0 0-.143-1.048l-1.319.714Zm3.64 3.64.715-1.319a1.5 1.5 0 0 0-1.05-.143l.335 1.462Zm-3.943.903-.335-1.462.335 1.462Zm-.6-.599-1.462-.334 1.463.334ZM19.5 12a7.5 7.5 0 0 1-7.5 7.5v3c5.799 0 10.5-4.701 10.5-10.5h-3Zm-15 0A7.5 7.5 0 0 1 12 4.5v-3C6.201 1.5 1.5 6.201 1.5 12h3ZM12 4.5a7.5 7.5 0 0 1 7.5 7.5h3c0-5.799-4.701-10.5-10.5-10.5v3ZM5.4 15.565A7.46 7.46 0 0 1 4.5 12h-3c0 1.804.456 3.506 1.261 4.993l2.638-1.428ZM12 19.5a7.46 7.46 0 0 1-3.565-.9l-1.43 2.638A10.46 10.46 0 0 0 12 22.5v-3Zm-4.615-1.043-3.943.903.67 2.924 3.943-.903-.67-2.924Zm-2.745 2.1.902-3.944-2.924-.669-.903 3.945 2.925.669ZM3.442 19.36a1 1 0 0 1 1.198 1.198l-2.925-.67a2 2 0 0 0 2.396 2.396l-.67-2.924Z"
|
|
11
|
+
mask="url(#a)"
|
|
12
|
+
/>
|
|
13
|
+
</svg>,
|
|
14
|
+
"TranslationIcon"
|
|
15
|
+
);
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { createSvgIcon } from "@material-ui/core/utils";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
export const WebsiteIcon = createSvgIcon(
|
|
4
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 25">
|
|
5
|
+
<path
|
|
6
|
+
stroke="currentColor"
|
|
7
|
+
strokeLinecap="round"
|
|
8
|
+
strokeLinejoin="round"
|
|
9
|
+
strokeWidth={1.5}
|
|
10
|
+
d="M3 20.5v-17a.5.5 0 0 1 .5-.5h17a.5.5 0 0 1 .5.5v17a.5.5 0 0 1-.5.5h-17a.5.5 0 0 1-.5-.5Z"
|
|
11
|
+
/>
|
|
12
|
+
<mask id="a" fill="currentColor">
|
|
13
|
+
<rect width={6} height={4} x={6} y={6} rx={1} />
|
|
14
|
+
</mask>
|
|
15
|
+
<rect
|
|
16
|
+
width={6}
|
|
17
|
+
height={4}
|
|
18
|
+
x={6}
|
|
19
|
+
y={6}
|
|
20
|
+
stroke="currentColor"
|
|
21
|
+
strokeLinejoin="round"
|
|
22
|
+
strokeWidth={3}
|
|
23
|
+
mask="url(#a)"
|
|
24
|
+
rx={1}
|
|
25
|
+
/>
|
|
26
|
+
<path
|
|
27
|
+
stroke="currentColor"
|
|
28
|
+
strokeLinecap="round"
|
|
29
|
+
strokeLinejoin="round"
|
|
30
|
+
strokeWidth={1.5}
|
|
31
|
+
d="M7 13h10M7 17h10"
|
|
32
|
+
/>
|
|
33
|
+
</svg>,
|
|
34
|
+
"WebsiteIcon"
|
|
35
|
+
);
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { createSvgIcon } from "@material-ui/core/utils";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
export const WifiIcon = createSvgIcon(
|
|
4
|
+
<svg viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
5
|
+
<circle cx={12} cy={18.002} r={1} fill="currentColor" />
|
|
6
|
+
<path
|
|
7
|
+
d="M7 14.502s1.988-2.5 5-2.5 5 2.5 5 2.5m-14-4.5s3.578-4 9-4c5.422 0 9 4 9 4"
|
|
8
|
+
stroke="currentColor"
|
|
9
|
+
strokeWidth={1.5}
|
|
10
|
+
strokeLinecap="round"
|
|
11
|
+
/>
|
|
12
|
+
</svg>,
|
|
13
|
+
"WifiIcon"
|
|
14
|
+
);
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
export * from "./AddEnvironmentIcon";
|
|
2
|
+
export * from "./AppsIcon";
|
|
3
|
+
export * from "./ArrowRightIcon";
|
|
4
|
+
export * from "./BackspaceIcon";
|
|
5
|
+
export * from "./BagIcon";
|
|
6
|
+
export * from "./BillingIcon";
|
|
7
|
+
export * from "./BookmarkIcon";
|
|
8
|
+
export * from "./CalendarIcon";
|
|
9
|
+
export * from "./CheckIcon";
|
|
10
|
+
export * from "./ChevronIcon";
|
|
11
|
+
export * from "./Close2Icon";
|
|
12
|
+
export * from "./CloseIcon";
|
|
13
|
+
export * from "./CodeIcon";
|
|
14
|
+
export * from "./ColumnsIcon";
|
|
15
|
+
export * from "./CopyIcon";
|
|
16
|
+
export * from "./CustomersIcon";
|
|
17
|
+
export * from "./DashboardIcon";
|
|
18
|
+
export * from "./DeleteIcon";
|
|
19
|
+
export * from "./DeveloperIcon";
|
|
20
|
+
export * from "./DiscountsIcon";
|
|
21
|
+
export * from "./DownloadIcon";
|
|
22
|
+
export * from "./DragIcon";
|
|
23
|
+
export * from "./EditIcon";
|
|
24
|
+
export * from "./EnvironmentIcon";
|
|
25
|
+
export * from "./ExpandIcon";
|
|
26
|
+
export * from "./ExpendableIcon";
|
|
27
|
+
export * from "./EyeIcon";
|
|
28
|
+
export * from "./FilteringIcon";
|
|
29
|
+
export * from "./GenerateIcon";
|
|
30
|
+
export * from "./GithubIcon";
|
|
31
|
+
export * from "./GridIcon";
|
|
32
|
+
export * from "./HelpIcon";
|
|
33
|
+
export * from "./HowToIcon";
|
|
34
|
+
export * from "./LinkIcon";
|
|
35
|
+
export * from "./ListIcon";
|
|
36
|
+
export * from "./MailIcon";
|
|
37
|
+
export * from "./MigrateIcon";
|
|
38
|
+
export * from "./MinusIcon";
|
|
39
|
+
export * from "./ModelsIcon";
|
|
40
|
+
export * from "./MoreHorizontalIcon";
|
|
41
|
+
export * from "./NavigationIcon";
|
|
42
|
+
export * from "./NavigatorIcon";
|
|
43
|
+
export * from "./NextIcon";
|
|
44
|
+
export * from "./NoConnectionIcon";
|
|
45
|
+
export * from "./NotificationsIcon";
|
|
46
|
+
export * from "./OrdersIcon";
|
|
47
|
+
export * from "./PagesIcon";
|
|
48
|
+
export * from "./PermissionsIcon";
|
|
49
|
+
export * from "./PhotoIcon";
|
|
50
|
+
export * from "./PlayIcon";
|
|
51
|
+
export * from "./PlusIcon";
|
|
52
|
+
export * from "./PresetIcon";
|
|
53
|
+
export * from "./PreviousIcon";
|
|
54
|
+
export * from "./PrinterIcon";
|
|
55
|
+
export * from "./PrivacyIcon";
|
|
56
|
+
export * from "./ProcessIcon";
|
|
57
|
+
export * from "./ProductIcon";
|
|
58
|
+
export * from "./RefreshIcon";
|
|
59
|
+
export * from "./RemoveMemberIcon";
|
|
60
|
+
export * from "./ReplyIcon";
|
|
61
|
+
export * from "./SearchIcon";
|
|
62
|
+
export * from "./SettingsIcon";
|
|
63
|
+
export * from "./SnapshotsIcon";
|
|
64
|
+
export * from "./SortDownIcon";
|
|
65
|
+
export * from "./SortUpIcon";
|
|
66
|
+
export * from "./TasksIcon";
|
|
67
|
+
export * from "./TimeIcon";
|
|
68
|
+
export * from "./ToIcon";
|
|
69
|
+
export * from "./TransferIcon";
|
|
70
|
+
export * from "./TranslateIcon";
|
|
71
|
+
export * from "./TranslationIcon";
|
|
72
|
+
export * from "./WebsiteIcon";
|
|
73
|
+
export * from "./WifiIcon";
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { forwardRef, Ref, SVGProps } from "react";
|
|
3
|
+
export const AttributesIcon = forwardRef(
|
|
4
|
+
(props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
|
|
5
|
+
<svg
|
|
6
|
+
viewBox="0 0 32 32"
|
|
7
|
+
fill="none"
|
|
8
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
9
|
+
ref={ref}
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<path
|
|
13
|
+
d="M5 12v16m0-16H3m2 0h2M5 28H3m2 0h2M29 6H11m18 0V4m0 2v2M11 6V4m0 2v2"
|
|
14
|
+
stroke="currentColor"
|
|
15
|
+
strokeWidth={1.5}
|
|
16
|
+
strokeLinecap="round"
|
|
17
|
+
strokeLinejoin="round"
|
|
18
|
+
/>
|
|
19
|
+
<path
|
|
20
|
+
d="m11 16.5-.685-.305a.75.75 0 0 0-.065.305H11Zm18 0h.75a.75.75 0 0 0-.065-.305L29 16.5Zm-9.257 5.154.386.643-.386-.643Zm.514 0 .386-.643-.386.643Zm-2 .892.386.643-.386-.643Zm9.007-9.952-.685.305.685-.305Zm-14.528 0-.685-.305.685.305Zm-.685-.305-1.736 3.906 1.37.61 1.736-3.906-1.37-.61ZM10.25 16.5V27h1.5V16.5h-1.5ZM12 28.75h16v-1.5H12v1.5ZM29.75 27V16.5h-1.5V27h1.5Zm-.065-10.805L27.95 12.29l-1.37.61 1.736 3.906 1.37-.61ZM26.35 11.25h-12.7v1.5h12.7v-1.5Zm-15.35 6h6.5v-1.5H11v1.5Zm5.75-.75v5.617h1.5V16.5h-1.5Zm1.893 6.689 1.486-.892-.772-1.286-1.486.892.772 1.286Zm1.228-.892 1.486.892.772-1.287-1.486-.89-.772 1.285ZM17.5 17.25h5v-1.5h-5v1.5Zm5 0H29v-1.5h-6.5v1.5Zm.75 4.867V16.5h-1.5v5.617h1.5Zm-1.893 1.072c.833.5 1.893-.1 1.893-1.072h-1.5a.25.25 0 0 1 .379-.215l-.772 1.287Zm-1.228-.892a.25.25 0 0 1-.258 0l.772-1.286a1.25 1.25 0 0 0-1.286 0l.772 1.287ZM28 28.75A1.75 1.75 0 0 0 29.75 27h-1.5a.25.25 0 0 1-.25.25v1.5Zm-11.25-6.633a1.25 1.25 0 0 0 1.893 1.072l-.772-1.287a.25.25 0 0 1 .379.215h-1.5ZM10.25 27c0 .966.784 1.75 1.75 1.75v-1.5a.25.25 0 0 1-.25-.25h-1.5Zm17.7-14.71a1.75 1.75 0 0 0-1.6-1.04v1.5a.25.25 0 0 1 .229.149l1.37-.61Zm-14.529.609a.25.25 0 0 1 .229-.149v-1.5a1.75 1.75 0 0 0-1.6 1.04l1.371.609Z"
|
|
21
|
+
fill="currentColor"
|
|
22
|
+
/>
|
|
23
|
+
</svg>
|
|
24
|
+
)
|
|
25
|
+
);
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { createSvgIcon } from "@material-ui/core/utils";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
export const AttributesLargeIcon = createSvgIcon(
|
|
4
|
+
<svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
5
|
+
<path
|
|
6
|
+
d="M5 12v16m0-16H3m2 0h2M5 28H3m2 0h2M29 6H11m18 0V4m0 2v2M11 6V4m0 2v2"
|
|
7
|
+
stroke="currentColor"
|
|
8
|
+
strokeWidth={1.5}
|
|
9
|
+
strokeLinecap="round"
|
|
10
|
+
strokeLinejoin="round"
|
|
11
|
+
/>
|
|
12
|
+
<path
|
|
13
|
+
d="m11 16.5-.685-.305a.75.75 0 0 0-.065.305H11Zm18 0h.75a.75.75 0 0 0-.065-.305L29 16.5Zm-9.257 5.154.386.643-.386-.643Zm.514 0 .386-.643-.386.643Zm-2 .892.386.643-.386-.643Zm9.007-9.952-.685.305.685-.305Zm-14.528 0-.685-.305.685.305Zm-.685-.305-1.736 3.906 1.37.61 1.736-3.906-1.37-.61ZM10.25 16.5V27h1.5V16.5h-1.5ZM12 28.75h16v-1.5H12v1.5ZM29.75 27V16.5h-1.5V27h1.5Zm-.065-10.805L27.95 12.29l-1.37.61 1.736 3.906 1.37-.61ZM26.35 11.25h-12.7v1.5h12.7v-1.5Zm-15.35 6h6.5v-1.5H11v1.5Zm5.75-.75v5.617h1.5V16.5h-1.5Zm1.893 6.689 1.486-.892-.772-1.286-1.486.892.772 1.286Zm1.228-.892 1.486.892.772-1.287-1.486-.89-.772 1.285ZM17.5 17.25h5v-1.5h-5v1.5Zm5 0H29v-1.5h-6.5v1.5Zm.75 4.867V16.5h-1.5v5.617h1.5Zm-1.893 1.072c.833.5 1.893-.1 1.893-1.072h-1.5a.25.25 0 0 1 .379-.215l-.772 1.287Zm-1.228-.892a.25.25 0 0 1-.258 0l.772-1.286a1.25 1.25 0 0 0-1.286 0l.772 1.287ZM28 28.75A1.75 1.75 0 0 0 29.75 27h-1.5a.25.25 0 0 1-.25.25v1.5Zm-11.25-6.633a1.25 1.25 0 0 0 1.893 1.072l-.772-1.287a.25.25 0 0 1 .379.215h-1.5ZM10.25 27c0 .966.784 1.75 1.75 1.75v-1.5a.25.25 0 0 1-.25-.25h-1.5Zm17.7-14.71a1.75 1.75 0 0 0-1.6-1.04v1.5a.25.25 0 0 1 .229.149l1.37-.61Zm-14.529.609a.25.25 0 0 1 .229-.149v-1.5a1.75 1.75 0 0 0-1.6 1.04l1.371.609Z"
|
|
14
|
+
fill="currentColor"
|
|
15
|
+
/>
|
|
16
|
+
</svg>,
|
|
17
|
+
"AttributesLargeIcon"
|
|
18
|
+
);
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { forwardRef, Ref, SVGProps } from "react";
|
|
3
|
+
export const CustomerIcon = forwardRef(
|
|
4
|
+
(props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
|
|
5
|
+
<svg
|
|
6
|
+
viewBox="0 0 32 32"
|
|
7
|
+
fill="none"
|
|
8
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
9
|
+
ref={ref}
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<circle cx={16} cy={9} r={5.25} stroke="currentColor" strokeWidth={1.5} />
|
|
13
|
+
<path
|
|
14
|
+
d="M27.429 29H4.57A1.571 1.571 0 0 1 3 27.429 9.429 9.429 0 0 1 12.429 18h7.142A9.429 9.429 0 0 1 29 27.429c0 .867-.704 1.571-1.571 1.571Z"
|
|
15
|
+
stroke="currentColor"
|
|
16
|
+
strokeWidth={1.5}
|
|
17
|
+
strokeLinejoin="round"
|
|
18
|
+
/>
|
|
19
|
+
</svg>
|
|
20
|
+
)
|
|
21
|
+
);
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { createSvgIcon } from "@material-ui/core/utils";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
export const CustomerLargeIcon = createSvgIcon(
|
|
4
|
+
<svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
5
|
+
<circle cx={16} cy={9} r={5.25} stroke="currentColor" strokeWidth={1.5} />
|
|
6
|
+
<path
|
|
7
|
+
d="M27.429 29H4.57A1.571 1.571 0 0 1 3 27.429 9.429 9.429 0 0 1 12.429 18h7.142A9.429 9.429 0 0 1 29 27.429c0 .867-.704 1.571-1.571 1.571Z"
|
|
8
|
+
stroke="currentColor"
|
|
9
|
+
strokeWidth={1.5}
|
|
10
|
+
strokeLinejoin="round"
|
|
11
|
+
/>
|
|
12
|
+
</svg>,
|
|
13
|
+
"CustomerLargeIcon"
|
|
14
|
+
);
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { forwardRef, Ref, SVGProps } from "react";
|
|
3
|
+
export const DigitalIcon = forwardRef(
|
|
4
|
+
(props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
|
|
5
|
+
<svg
|
|
6
|
+
viewBox="0 0 32 32"
|
|
7
|
+
fill="none"
|
|
8
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
9
|
+
ref={ref}
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<path
|
|
13
|
+
fillRule="evenodd"
|
|
14
|
+
clipRule="evenodd"
|
|
15
|
+
d="M6.894 5.888a.25.25 0 0 1 .224-.138h17.764a.25.25 0 0 1 .224.138l2.68 5.362H7.3a1.5 1.5 0 1 0 0 1.5h3.95v5.836c0 1.559 1.885 2.34 2.987 1.237l1.293-1.293a.75.75 0 1 0-1.06-1.06l-1.293 1.293a.25.25 0 0 1-.427-.177V12.75h6.5v5.45a1.5 1.5 0 1 0 1.5 0v-5.45h7.5V27a.25.25 0 0 1-.25.25H5a.25.25 0 0 1-.25-.25v-7.2a1.5 1.5 0 1 0-1.5 0V27c0 .966.784 1.75 1.75 1.75h23A1.75 1.75 0 0 0 29.75 27V12a.75.75 0 0 0-.08-.335l-3.223-6.448a1.75 1.75 0 0 0-1.565-.967H7.118a1.75 1.75 0 0 0-1.565.967L4.329 7.665a.75.75 0 0 0 1.342.67l1.223-2.447Z"
|
|
16
|
+
fill="currentColor"
|
|
17
|
+
/>
|
|
18
|
+
</svg>
|
|
19
|
+
)
|
|
20
|
+
);
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { createSvgIcon } from "@material-ui/core/utils";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
export const DigitalLargeIcon = createSvgIcon(
|
|
4
|
+
<svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
5
|
+
<path
|
|
6
|
+
fillRule="evenodd"
|
|
7
|
+
clipRule="evenodd"
|
|
8
|
+
d="M6.894 5.888a.25.25 0 0 1 .224-.138h17.764a.25.25 0 0 1 .224.138l2.68 5.362H7.3a1.5 1.5 0 1 0 0 1.5h3.95v5.836c0 1.559 1.885 2.34 2.987 1.237l1.293-1.293a.75.75 0 1 0-1.06-1.06l-1.293 1.293a.25.25 0 0 1-.427-.177V12.75h6.5v5.45a1.5 1.5 0 1 0 1.5 0v-5.45h7.5V27a.25.25 0 0 1-.25.25H5a.25.25 0 0 1-.25-.25v-7.2a1.5 1.5 0 1 0-1.5 0V27c0 .966.784 1.75 1.75 1.75h23A1.75 1.75 0 0 0 29.75 27V12a.75.75 0 0 0-.08-.335l-3.223-6.448a1.75 1.75 0 0 0-1.565-.967H7.118a1.75 1.75 0 0 0-1.565.967L4.329 7.665a.75.75 0 0 0 1.342.67l1.223-2.447Z"
|
|
9
|
+
fill="currentColor"
|
|
10
|
+
/>
|
|
11
|
+
</svg>,
|
|
12
|
+
"DigitalLargeIcon"
|
|
13
|
+
);
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { forwardRef, Ref, SVGProps } from "react";
|
|
3
|
+
export const DiscountIcon = forwardRef(
|
|
4
|
+
(props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
|
|
5
|
+
<svg
|
|
6
|
+
viewBox="0 0 32 32"
|
|
7
|
+
fill="none"
|
|
8
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
9
|
+
ref={ref}
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<path
|
|
13
|
+
d="M4 16 16.414 3.586A2 2 0 0 1 17.828 3h6.344a2 2 0 0 1 1.414.586l2.828 2.828A2 2 0 0 1 29 7.828v6.344a2 2 0 0 1-.586 1.414L16 28M4 16l-.414.414A2 2 0 0 0 3 17.828v2.844a2 2 0 0 0 .586 1.414l6.328 6.328a2 2 0 0 0 1.414.586h2.844a2 2 0 0 0 1.414-.586L16 28M4 16l12 12"
|
|
14
|
+
stroke="currentColor"
|
|
15
|
+
strokeWidth={1.5}
|
|
16
|
+
strokeLinejoin="round"
|
|
17
|
+
/>
|
|
18
|
+
<path
|
|
19
|
+
d="M24 9.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z"
|
|
20
|
+
fill="currentColor"
|
|
21
|
+
/>
|
|
22
|
+
</svg>
|
|
23
|
+
)
|
|
24
|
+
);
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { createSvgIcon } from "@material-ui/core/utils";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
export const DiscountLargeIcon = createSvgIcon(
|
|
4
|
+
<svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
5
|
+
<path
|
|
6
|
+
d="M4 16 16.414 3.586A2 2 0 0 1 17.828 3h6.344a2 2 0 0 1 1.414.586l2.828 2.828A2 2 0 0 1 29 7.828v6.344a2 2 0 0 1-.586 1.414L16 28M4 16l-.414.414A2 2 0 0 0 3 17.828v2.844a2 2 0 0 0 .586 1.414l6.328 6.328a2 2 0 0 0 1.414.586h2.844a2 2 0 0 0 1.414-.586L16 28M4 16l12 12"
|
|
7
|
+
stroke="currentColor"
|
|
8
|
+
strokeWidth={1.5}
|
|
9
|
+
strokeLinejoin="round"
|
|
10
|
+
/>
|
|
11
|
+
<path
|
|
12
|
+
d="M24 9.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z"
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
/>
|
|
15
|
+
</svg>,
|
|
16
|
+
"DiscountLargeIcon"
|
|
17
|
+
);
|