@sunzi/icon 1.0.6 → 1.0.8
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/assets/jsx-runtime-507bef5b.js +10 -0
- package/dist/assets/jsx-runtime-507bef5b.js.map +1 -0
- package/dist/customeow/index.es.js +1 -9
- package/dist/customeow/index.es.js.map +1 -1
- package/dist/customeow-shein/index.es.js +2 -0
- package/dist/customeow-shein/index.es.js.map +1 -0
- package/manifest.json +9 -0
- package/package.json +2 -1
- package/src/customeow/default/icon-arrow-upload-outline.tsx +38 -0
- package/src/customeow/default/icon-attribute-opacity-bicolor-solid.tsx +1 -1
- package/src/customeow/default/icon-calendar-bicolor-solid.tsx +39 -0
- package/src/customeow/default/icon-map-pin-outline.tsx +36 -0
- package/src/customeow/default/icon-mask-bicolor-solid.tsx +2 -2
- package/src/customeow/index.json +4 -0
- package/src/customeow/index.tsx +4 -0
- package/src/customeow-shein/default/icon-adjustments-horizontal-solid.tsx +35 -0
- package/src/customeow-shein/default/icon-align-bottom-outline.tsx +34 -0
- package/src/customeow-shein/default/icon-align-center-horizontally-outline.tsx +36 -0
- package/src/customeow-shein/default/icon-align-center-vertically-outline.tsx +36 -0
- package/src/customeow-shein/default/icon-align-left-outline.tsx +34 -0
- package/src/customeow-shein/default/icon-align-right-outline.tsx +34 -0
- package/src/customeow-shein/default/icon-align-top-outline.tsx +34 -0
- package/src/customeow-shein/default/icon-arc-text-bicolor-solid.tsx +41 -0
- package/src/customeow-shein/default/icon-arrow-chevron-double-left-outline.tsx +38 -0
- package/src/customeow-shein/default/icon-arrow-chevron-double-right-outline.tsx +38 -0
- package/src/customeow-shein/default/icon-arrow-chevron-down-outline.tsx +36 -0
- package/src/customeow-shein/default/icon-arrow-chevron-left-outline.tsx +36 -0
- package/src/customeow-shein/default/icon-arrow-chevron-right-outline.tsx +37 -0
- package/src/customeow-shein/default/icon-arrow-chevron-up-outline.tsx +36 -0
- package/src/customeow-shein/default/icon-arrow-corner-left-up-outline.tsx +35 -0
- package/src/customeow-shein/default/icon-arrow-dis-left-circle-solid.tsx +36 -0
- package/src/customeow-shein/default/icon-arrow-double-left-outline.tsx +36 -0
- package/src/customeow-shein/default/icon-arrow-double-right-outline.tsx +38 -0
- package/src/customeow-shein/default/icon-arrow-down-caret-triangle-solid.tsx +37 -0
- package/src/customeow-shein/default/icon-arrow-down-on-square-solid.tsx +34 -0
- package/src/customeow-shein/default/icon-arrow-down-outline.tsx +36 -0
- package/src/customeow-shein/default/icon-arrow-download-outline.tsx +38 -0
- package/src/customeow-shein/default/icon-arrow-left-outline.tsx +36 -0
- package/src/customeow-shein/default/icon-arrow-long-right-outline.tsx +36 -0
- package/src/customeow-shein/default/icon-arrow-path-rounded-square-outline.tsx +38 -0
- package/src/customeow-shein/default/icon-arrow-right-on-rectangle-outline.tsx +44 -0
- package/src/customeow-shein/default/icon-arrow-right-outline.tsx +36 -0
- package/src/customeow-shein/default/icon-arrow-rotate-left-rectangle-solid.tsx +36 -0
- package/src/customeow-shein/default/icon-arrow-rotate-right-rectangle-solid.tsx +36 -0
- package/src/customeow-shein/default/icon-arrow-up-caret-triangle-solid.tsx +37 -0
- package/src/customeow-shein/default/icon-arrow-up-outline.tsx +36 -0
- package/src/customeow-shein/default/icon-arrow-up-right-outline.tsx +36 -0
- package/src/customeow-shein/default/icon-arrow-upload-outline.tsx +38 -0
- package/src/customeow-shein/default/icon-arrows-right-left-outline.tsx +36 -0
- package/src/customeow-shein/default/icon-arrows-up-down-outline.tsx +36 -0
- package/src/customeow-shein/default/icon-attribute-deg-outline.tsx +36 -0
- package/src/customeow-shein/default/icon-attribute-h-outline.tsx +34 -0
- package/src/customeow-shein/default/icon-attribute-opacity-bicolor-solid.tsx +47 -0
- package/src/customeow-shein/default/icon-attribute-w-outline.tsx +36 -0
- package/src/customeow-shein/default/icon-attribute-x-outline.tsx +34 -0
- package/src/customeow-shein/default/icon-attribute-y-outline.tsx +34 -0
- package/src/customeow-shein/default/icon-bell-notice-outline.tsx +37 -0
- package/src/customeow-shein/default/icon-bell-notice-solid.tsx +36 -0
- package/src/customeow-shein/default/icon-bring-forward-outline.tsx +38 -0
- package/src/customeow-shein/default/icon-bring-to-front-outline.tsx +40 -0
- package/src/customeow-shein/default/icon-calendar-bicolor-solid.tsx +39 -0
- package/src/customeow-shein/default/icon-calendar-outline.tsx +36 -0
- package/src/customeow-shein/default/icon-check-circle-solid.tsx +36 -0
- package/src/customeow-shein/default/icon-check-outline.tsx +36 -0
- package/src/customeow-shein/default/icon-clear-outline.tsx +36 -0
- package/src/customeow-shein/default/icon-click-solid.tsx +34 -0
- package/src/customeow-shein/default/icon-clipboard-document-list-outline.tsx +39 -0
- package/src/customeow-shein/default/icon-clipboard-document-list-solid.tsx +43 -0
- package/src/customeow-shein/default/icon-clock-time-solid.tsx +36 -0
- package/src/customeow-shein/default/icon-close-circle-outline.tsx +36 -0
- package/src/customeow-shein/default/icon-close-circle-solid.tsx +36 -0
- package/src/customeow-shein/default/icon-close-dis-circle-solid.tsx +42 -0
- package/src/customeow-shein/default/icon-close-outline.tsx +34 -0
- package/src/customeow-shein/default/icon-cog-6-tooth-outline.tsx +44 -0
- package/src/customeow-shein/default/icon-cog-6-tooth-solid.tsx +36 -0
- package/src/customeow-shein/default/icon-data-source-outline.tsx +36 -0
- package/src/customeow-shein/default/icon-design-outline.tsx +36 -0
- package/src/customeow-shein/default/icon-device-desktop-solid.tsx +36 -0
- package/src/customeow-shein/default/icon-device-mobile-solid.tsx +36 -0
- package/src/customeow-shein/default/icon-document-arrow-up-solid.tsx +36 -0
- package/src/customeow-shein/default/icon-document-copy-solid.tsx +38 -0
- package/src/customeow-shein/default/icon-document-csv-solid.tsx +36 -0
- package/src/customeow-shein/default/icon-document-text-bicolor-solid.tsx +41 -0
- package/src/customeow-shein/default/icon-document-text-solid.tsx +36 -0
- package/src/customeow-shein/default/icon-drag-arrow-outline.tsx +36 -0
- package/src/customeow-shein/default/icon-drag-cursor-arrow-outline.tsx +42 -0
- package/src/customeow-shein/default/icon-drag-outline.tsx +34 -0
- package/src/customeow-shein/default/icon-edit-outline.tsx +40 -0
- package/src/customeow-shein/default/icon-edit-solid.tsx +34 -0
- package/src/customeow-shein/default/icon-ellipsis-more-horizontal-outline.tsx +36 -0
- package/src/customeow-shein/default/icon-erro-solid.tsx +34 -0
- package/src/customeow-shein/default/icon-exclamation-circle-solid.tsx +36 -0
- package/src/customeow-shein/default/icon-exclamation-triangle-outline.tsx +37 -0
- package/src/customeow-shein/default/icon-exclamation-warning-triangle-solid.tsx +38 -0
- package/src/customeow-shein/default/icon-eye-solid.tsx +40 -0
- package/src/customeow-shein/default/icon-file-audio-outline.tsx +36 -0
- package/src/customeow-shein/default/icon-file-video-outline.tsx +40 -0
- package/src/customeow-shein/default/icon-flip-horizontally-solid.tsx +44 -0
- package/src/customeow-shein/default/icon-flip-vertically-solid.tsx +44 -0
- package/src/customeow-shein/default/icon-font-add-solid.tsx +40 -0
- package/src/customeow-shein/default/icon-font-solid.tsx +46 -0
- package/src/customeow-shein/default/icon-function-outline.tsx +34 -0
- package/src/customeow-shein/default/icon-funnel-solid.tsx +36 -0
- package/src/customeow-shein/default/icon-hand-outline.tsx +36 -0
- package/src/customeow-shein/default/icon-hourglass-outline.tsx +36 -0
- package/src/customeow-shein/default/icon-image-photo-plus-solid.tsx +36 -0
- package/src/customeow-shein/default/icon-image-photo-solid.tsx +36 -0
- package/src/customeow-shein/default/icon-import-outline.tsx +38 -0
- package/src/customeow-shein/default/icon-information-circle-solid.tsx +36 -0
- package/src/customeow-shein/default/icon-input-value-solid.tsx +41 -0
- package/src/customeow-shein/default/icon-keyboard-outline.tsx +40 -0
- package/src/customeow-shein/default/icon-keyboard-solid.tsx +36 -0
- package/src/customeow-shein/default/icon-language-outline.tsx +40 -0
- package/src/customeow-shein/default/icon-linked-data-outline.tsx +42 -0
- package/src/customeow-shein/default/icon-linked-data-solid.tsx +34 -0
- package/src/customeow-shein/default/icon-loading-outline.tsx +36 -0
- package/src/customeow-shein/default/icon-magic-ai-bicolor-solid.tsx +50 -0
- package/src/customeow-shein/default/icon-map-outline.tsx +36 -0
- package/src/customeow-shein/default/icon-map-pin-outline.tsx +36 -0
- package/src/customeow-shein/default/icon-map-pin-solid.tsx +36 -0
- package/src/customeow-shein/default/icon-mask-bicolor-solid.tsx +41 -0
- package/src/customeow-shein/default/icon-minus-circle-solid.tsx +36 -0
- package/src/customeow-shein/default/icon-minus-outline.tsx +36 -0
- package/src/customeow-shein/default/icon-minus-square-outline.tsx +40 -0
- package/src/customeow-shein/default/icon-new-solid.tsx +36 -0
- package/src/customeow-shein/default/icon-output-value-solid.tsx +41 -0
- package/src/customeow-shein/default/icon-paper-clip-outline.tsx +36 -0
- package/src/customeow-shein/default/icon-pattern-1-solid.tsx +36 -0
- package/src/customeow-shein/default/icon-pattern-2-solid.tsx +40 -0
- package/src/customeow-shein/default/icon-pattern-3-solid.tsx +46 -0
- package/src/customeow-shein/default/icon-pattern-4-solid.tsx +36 -0
- package/src/customeow-shein/default/icon-pattern-5-solid.tsx +46 -0
- package/src/customeow-shein/default/icon-pattern-6-solid.tsx +40 -0
- package/src/customeow-shein/default/icon-pattern-bicolor-solid.tsx +43 -0
- package/src/customeow-shein/default/icon-pause-solid.tsx +34 -0
- package/src/customeow-shein/default/icon-pencil-square-solid.tsx +38 -0
- package/src/customeow-shein/default/icon-play-preview-circle-outline.tsx +37 -0
- package/src/customeow-shein/default/icon-plus-add-circle-solid.tsx +36 -0
- package/src/customeow-shein/default/icon-plus-outline.tsx +34 -0
- package/src/customeow-shein/default/icon-plus-square-outline.tsx +40 -0
- package/src/customeow-shein/default/icon-puzzle-piece-solid.tsx +34 -0
- package/src/customeow-shein/default/icon-qr-code-solid.tsx +64 -0
- package/src/customeow-shein/default/icon-question-mark-circle-solid.tsx +36 -0
- package/src/customeow-shein/default/icon-reset-outline.tsx +34 -0
- package/src/customeow-shein/default/icon-retry-circle-solid.tsx +36 -0
- package/src/customeow-shein/default/icon-rocket-launch.tsx +42 -0
- package/src/customeow-shein/default/icon-rotate-cursor-outline.tsx +34 -0
- package/src/customeow-shein/default/icon-rotate-left-90-outline.tsx +50 -0
- package/src/customeow-shein/default/icon-rotate-left-rectangle-outline.tsx +41 -0
- package/src/customeow-shein/default/icon-rotate-outline.tsx +36 -0
- package/src/customeow-shein/default/icon-rotate-right-90-outline.tsx +44 -0
- package/src/customeow-shein/default/icon-rotate-right-rectangle-outline.tsx +41 -0
- package/src/customeow-shein/default/icon-scissors-bicolor-solid.tsx +46 -0
- package/src/customeow-shein/default/icon-scissors-solid.tsx +40 -0
- package/src/customeow-shein/default/icon-search-outline.tsx +36 -0
- package/src/customeow-shein/default/icon-send-bckward-outline.tsx +38 -0
- package/src/customeow-shein/default/icon-send-to-back-outline.tsx +40 -0
- package/src/customeow-shein/default/icon-shopping-cart-outline.tsx +36 -0
- package/src/customeow-shein/default/icon-shopping-cart-solid.tsx +34 -0
- package/src/customeow-shein/default/icon-stack-circle-solid.tsx +42 -0
- package/src/customeow-shein/default/icon-star-solid.tsx +36 -0
- package/src/customeow-shein/default/icon-step-back-solid.tsx +34 -0
- package/src/customeow-shein/default/icon-step-next-solid.tsx +34 -0
- package/src/customeow-shein/default/icon-stock-bicolor-solid.tsx +43 -0
- package/src/customeow-shein/default/icon-stop-square-solid.tsx +34 -0
- package/src/customeow-shein/default/icon-success-solid.tsx +34 -0
- package/src/customeow-shein/default/icon-svg-outline.tsx +34 -0
- package/src/customeow-shein/default/icon-swatch-minus-solid.tsx +40 -0
- package/src/customeow-shein/default/icon-swatch-plus-solid.tsx +40 -0
- package/src/customeow-shein/default/icon-swatch-solid.tsx +40 -0
- package/src/customeow-shein/default/icon-tag-plus-solid.tsx +36 -0
- package/src/customeow-shein/default/icon-tailoring-cutting-outline.tsx +38 -0
- package/src/customeow-shein/default/icon-text-align-bottom-outline.tsx +36 -0
- package/src/customeow-shein/default/icon-text-align-center-outline.tsx +36 -0
- package/src/customeow-shein/default/icon-text-align-left-outline.tsx +34 -0
- package/src/customeow-shein/default/icon-text-align-middle-outline.tsx +36 -0
- package/src/customeow-shein/default/icon-text-align-right-outline.tsx +34 -0
- package/src/customeow-shein/default/icon-text-align-top-outline.tsx +36 -0
- package/src/customeow-shein/default/icon-text-bicolor-solid.tsx +43 -0
- package/src/customeow-shein/default/icon-text-bold-outline.tsx +36 -0
- package/src/customeow-shein/default/icon-text-border-outline.tsx +36 -0
- package/src/customeow-shein/default/icon-text-italic-outline.tsx +34 -0
- package/src/customeow-shein/default/icon-text-path-down-solid.tsx +34 -0
- package/src/customeow-shein/default/icon-text-path-top-solid.tsx +43 -0
- package/src/customeow-shein/default/icon-text-underline-outline.tsx +34 -0
- package/src/customeow-shein/default/icon-tool-checkbox-outline.tsx +40 -0
- package/src/customeow-shein/default/icon-tool-clock-time-outline.tsx +36 -0
- package/src/customeow-shein/default/icon-tool-color-outline.tsx +42 -0
- package/src/customeow-shein/default/icon-tool-description-outline.tsx +34 -0
- package/src/customeow-shein/default/icon-tool-email-outline.tsx +36 -0
- package/src/customeow-shein/default/icon-tool-file-upload-outline.tsx +36 -0
- package/src/customeow-shein/default/icon-tool-font-outline.tsx +36 -0
- package/src/customeow-shein/default/icon-tool-image-outline.tsx +40 -0
- package/src/customeow-shein/default/icon-tool-image-photo-schematic-outline.tsx +38 -0
- package/src/customeow-shein/default/icon-tool-locked-outline.tsx +36 -0
- package/src/customeow-shein/default/icon-tool-notes-outline.tsx +36 -0
- package/src/customeow-shein/default/icon-tool-number-outline.tsx +34 -0
- package/src/customeow-shein/default/icon-tool-photo-upload-outline.tsx +40 -0
- package/src/customeow-shein/default/icon-tool-pop-modal-solid.tsx +36 -0
- package/src/customeow-shein/default/icon-tool-radio-solid.tsx +40 -0
- package/src/customeow-shein/default/icon-tool-select-menu-outline.tsx +36 -0
- package/src/customeow-shein/default/icon-tool-spotify-code-outline.tsx +40 -0
- package/src/customeow-shein/default/icon-tool-text-outline.tsx +40 -0
- package/src/customeow-shein/default/icon-tool-unlocked-outline.tsx +36 -0
- package/src/customeow-shein/default/icon-tool-url-outline.tsx +38 -0
- package/src/customeow-shein/default/icon-translation-fill-solid.tsx +46 -0
- package/src/customeow-shein/default/icon-trash-delete-solid.tsx +36 -0
- package/src/customeow-shein/default/icon-triangles-play-solid.tsx +34 -0
- package/src/customeow-shein/default/icon-user-solid.tsx +34 -0
- package/src/customeow-shein/index.json +198 -0
- package/src/customeow-shein/index.tsx +194 -0
- package/types/customeow/default/icon-arrow-upload-outline.d.ts +3 -0
- package/types/customeow/default/icon-calendar-bicolor-solid.d.ts +3 -0
- package/types/customeow/default/icon-map-pin-outline.d.ts +3 -0
- package/types/customeow/default/icon-retry-circle-solid.d.ts +3 -0
- package/types/customeow/index.d.ts +4 -0
- package/types/customeow-shein/default/icon-adjustments-horizontal-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-align-bottom-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-align-center-horizontally-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-align-center-vertically-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-align-left-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-align-right-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-align-top-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-arc-text-bicolor-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-arrow-chevron-double-left-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-arrow-chevron-double-right-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-arrow-chevron-down-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-arrow-chevron-left-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-arrow-chevron-right-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-arrow-chevron-up-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-arrow-corner-left-up-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-arrow-dis-left-circle-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-arrow-double-left-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-arrow-double-right-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-arrow-down-caret-triangle-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-arrow-down-on-square-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-arrow-down-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-arrow-download-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-arrow-left-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-arrow-long-right-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-arrow-path-rounded-square-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-arrow-right-on-rectangle-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-arrow-right-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-arrow-rotate-left-rectangle-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-arrow-rotate-right-rectangle-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-arrow-up-caret-triangle-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-arrow-up-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-arrow-up-right-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-arrow-upload-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-arrows-right-left-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-arrows-up-down-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-attribute-deg-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-attribute-h-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-attribute-opacity-bicolor-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-attribute-w-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-attribute-x-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-attribute-y-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-bell-notice-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-bell-notice-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-bring-forward-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-bring-to-front-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-calendar-bicolor-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-calendar-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-check-circle-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-check-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-clear-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-click-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-clipboard-document-list-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-clipboard-document-list-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-clock-time-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-close-circle-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-close-circle-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-close-dis-circle-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-close-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-cog-6-tooth-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-cog-6-tooth-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-data-source-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-design-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-device-desktop-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-device-mobile-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-document-arrow-up-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-document-copy-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-document-csv-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-document-text-bicolor-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-document-text-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-drag-arrow-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-drag-cursor-arrow-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-drag-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-edit-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-edit-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-ellipsis-more-horizontal-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-erro-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-exclamation-circle-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-exclamation-triangle-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-exclamation-warning-triangle-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-eye-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-file-audio-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-file-video-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-flip-horizontally-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-flip-vertically-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-font-add-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-font-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-function-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-funnel-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-hand-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-hourglass-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-image-photo-plus-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-image-photo-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-import-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-information-circle-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-input-value-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-keyboard-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-keyboard-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-language-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-linked-data-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-linked-data-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-loading-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-magic-ai-bicolor-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-map-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-map-pin-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-map-pin-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-mask-bicolor-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-minus-circle-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-minus-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-minus-square-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-new-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-output-value-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-paper-clip-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-pattern-1-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-pattern-2-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-pattern-3-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-pattern-4-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-pattern-5-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-pattern-6-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-pattern-bicolor-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-pause-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-pencil-square-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-play-preview-circle-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-plus-add-circle-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-plus-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-plus-square-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-puzzle-piece-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-qr-code-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-question-mark-circle-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-reset-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-retry-circle-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-rocket-launch.d.ts +3 -0
- package/types/customeow-shein/default/icon-rotate-cursor-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-rotate-left-90-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-rotate-left-rectangle-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-rotate-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-rotate-right-90-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-rotate-right-rectangle-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-scissors-bicolor-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-scissors-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-search-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-send-bckward-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-send-to-back-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-shopping-cart-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-shopping-cart-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-stack-circle-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-star-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-step-back-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-step-next-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-stock-bicolor-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-stop-square-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-success-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-svg-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-swatch-minus-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-swatch-plus-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-swatch-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-tag-plus-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-tailoring-cutting-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-text-align-bottom-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-text-align-center-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-text-align-left-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-text-align-middle-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-text-align-right-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-text-align-top-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-text-bicolor-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-text-bold-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-text-border-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-text-italic-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-text-path-down-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-text-path-top-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-text-underline-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-tool-checkbox-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-tool-clock-time-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-tool-color-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-tool-description-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-tool-email-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-tool-file-upload-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-tool-font-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-tool-image-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-tool-image-photo-schematic-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-tool-locked-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-tool-notes-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-tool-number-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-tool-photo-upload-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-tool-pop-modal-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-tool-radio-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-tool-select-menu-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-tool-spotify-code-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-tool-text-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-tool-unlocked-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-tool-url-outline.d.ts +3 -0
- package/types/customeow-shein/default/icon-translation-fill-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-trash-delete-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-triangles-play-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-user-solid.d.ts +3 -0
- package/types/customeow-shein/index.d.ts +194 -0
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconTailoringCuttingOutline = forwardRef<SVGSVGElement, IconProps>(
|
|
5
|
+
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
6
|
+
const { className } = props;
|
|
7
|
+
props = {
|
|
8
|
+
...props,
|
|
9
|
+
width: `${props.width || props.size || 20}`,
|
|
10
|
+
height: `${props.height || props.size || 20}`,
|
|
11
|
+
className: `${
|
|
12
|
+
className ? className + " " : ""
|
|
13
|
+
}customeow-shein-icon customeow-shein-icon-icon-tailoring-cutting-outline`,
|
|
14
|
+
};
|
|
15
|
+
return (
|
|
16
|
+
<svg
|
|
17
|
+
viewBox="0 0 20 20"
|
|
18
|
+
fill="none"
|
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
+
{...props}
|
|
21
|
+
ref={forwardedRef}
|
|
22
|
+
>
|
|
23
|
+
<path
|
|
24
|
+
d="M6.25 3C6.25 2.58579 5.91421 2.25 5.5 2.25C5.08579 2.25 4.75 2.58579 4.75 3V4.75H3C2.58579 4.75 2.25 5.08579 2.25 5.5C2.25 5.91421 2.58579 6.25 3 6.25H4.75V14.5C4.75 14.9142 5.08579 15.25 5.5 15.25H13.75V17C13.75 17.4142 14.0858 17.75 14.5 17.75C14.9142 17.75 15.25 17.4142 15.25 17V15.25H17C17.4142 15.25 17.75 14.9142 17.75 14.5C17.75 14.0858 17.4142 13.75 17 13.75H16.6341V13.7528H11.6341V13.75H6.25V6.25H6.25337V4.75H6.25V3Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
/>
|
|
27
|
+
<path
|
|
28
|
+
d="M13.75 11.2923H15.25V5.5C15.25 5.08579 14.9142 4.75 14.5 4.75H8.71394V6.25H13.75V11.2923Z"
|
|
29
|
+
fill={color}
|
|
30
|
+
/>
|
|
31
|
+
</svg>
|
|
32
|
+
);
|
|
33
|
+
}
|
|
34
|
+
);
|
|
35
|
+
|
|
36
|
+
IconTailoringCuttingOutline.displayName = "IconTailoringCuttingOutline";
|
|
37
|
+
|
|
38
|
+
export default IconTailoringCuttingOutline;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconTextAlignBottomOutline = forwardRef<SVGSVGElement, IconProps>(
|
|
5
|
+
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
6
|
+
const { className } = props;
|
|
7
|
+
props = {
|
|
8
|
+
...props,
|
|
9
|
+
width: `${props.width || props.size || 20}`,
|
|
10
|
+
height: `${props.height || props.size || 20}`,
|
|
11
|
+
className: `${
|
|
12
|
+
className ? className + " " : ""
|
|
13
|
+
}customeow-shein-icon customeow-shein-icon-icon-text-align-bottom-outline`,
|
|
14
|
+
};
|
|
15
|
+
return (
|
|
16
|
+
<svg
|
|
17
|
+
viewBox="0 0 20 20"
|
|
18
|
+
fill="none"
|
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
+
{...props}
|
|
21
|
+
ref={forwardedRef}
|
|
22
|
+
>
|
|
23
|
+
<path
|
|
24
|
+
d="M16.6666 15.4167H3.33329V17.0834H16.6666V15.4167ZM15.8333 3.75002C15.8333 3.28979 15.4602 2.91669 15 2.91669H4.99996C4.53972 2.91669 4.16662 3.28979 4.16662 3.75002V5.41669H5.83329V5.00002C5.83329 4.7699 6.01984 4.58335 6.24996 4.58335H9.16662V12.5H7.08329V13.75C7.08329 13.9801 7.26984 14.1667 7.49996 14.1667H12.5C12.73 14.1667 12.9166 13.9801 12.9166 13.75V12.5H10.8333V4.58335H13.75C13.98 4.58335 14.1666 4.7699 14.1666 5.00002V5.41669H15.8333V3.75002Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
fillRule="evenodd"
|
|
27
|
+
clipRule="evenodd"
|
|
28
|
+
/>
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
}
|
|
32
|
+
);
|
|
33
|
+
|
|
34
|
+
IconTextAlignBottomOutline.displayName = "IconTextAlignBottomOutline";
|
|
35
|
+
|
|
36
|
+
export default IconTextAlignBottomOutline;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconTextAlignCenterOutline = forwardRef<SVGSVGElement, IconProps>(
|
|
5
|
+
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
6
|
+
const { className } = props;
|
|
7
|
+
props = {
|
|
8
|
+
...props,
|
|
9
|
+
width: `${props.width || props.size || 20}`,
|
|
10
|
+
height: `${props.height || props.size || 20}`,
|
|
11
|
+
className: `${
|
|
12
|
+
className ? className + " " : ""
|
|
13
|
+
}customeow-shein-icon customeow-shein-icon-icon-text-align-center-outline`,
|
|
14
|
+
};
|
|
15
|
+
return (
|
|
16
|
+
<svg
|
|
17
|
+
viewBox="0 0 20 20"
|
|
18
|
+
fill="none"
|
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
+
{...props}
|
|
21
|
+
ref={forwardedRef}
|
|
22
|
+
>
|
|
23
|
+
<path
|
|
24
|
+
d="M2 4.75C2 4.33579 2.33579 4 2.75 4H17.25C17.6642 4 18 4.33579 18 4.75C18 5.16421 17.6642 5.5 17.25 5.5H2.75C2.33579 5.5 2 5.16421 2 4.75ZM5.5 10C5.5 9.58579 5.83579 9.25 6.25 9.25H13.75C14.1642 9.25 14.5 9.58579 14.5 10C14.5 10.4142 14.1642 10.75 13.75 10.75H6.25C5.83579 10.75 5.5 10.4142 5.5 10ZM2 15.25C2 14.8358 2.33579 14.5 2.75 14.5H17.25C17.6642 14.5 18 14.8358 18 15.25C18 15.6642 17.6642 16 17.25 16H2.75C2.33579 16 2 15.6642 2 15.25Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
fillRule="evenodd"
|
|
27
|
+
clipRule="evenodd"
|
|
28
|
+
/>
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
}
|
|
32
|
+
);
|
|
33
|
+
|
|
34
|
+
IconTextAlignCenterOutline.displayName = "IconTextAlignCenterOutline";
|
|
35
|
+
|
|
36
|
+
export default IconTextAlignCenterOutline;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconTextAlignLeftOutline = forwardRef<SVGSVGElement, IconProps>(
|
|
5
|
+
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
6
|
+
const { className } = props;
|
|
7
|
+
props = {
|
|
8
|
+
...props,
|
|
9
|
+
width: `${props.width || props.size || 20}`,
|
|
10
|
+
height: `${props.height || props.size || 20}`,
|
|
11
|
+
className: `${
|
|
12
|
+
className ? className + " " : ""
|
|
13
|
+
}customeow-shein-icon customeow-shein-icon-icon-text-align-left-outline`,
|
|
14
|
+
};
|
|
15
|
+
return (
|
|
16
|
+
<svg
|
|
17
|
+
viewBox="0 0 20 20"
|
|
18
|
+
fill="none"
|
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
+
{...props}
|
|
21
|
+
ref={forwardedRef}
|
|
22
|
+
>
|
|
23
|
+
<path
|
|
24
|
+
d="M2.75 4C2.33579 4 2 4.33579 2 4.75 2 5.16421 2.33579 5.5 2.75 5.5H17.25C17.6642 5.5 18 5.16421 18 4.75 18 4.33579 17.6642 4 17.25 4H2.75ZM2.75 14.5C2.33579 14.5 2 14.8358 2 15.25 2 15.6642 2.33579 16 2.75 16H17.25C17.6642 16 18 15.6642 18 15.25 18 14.8358 17.6642 14.5 17.25 14.5H2.75ZM2.75 9.25C2.33579 9.25 2 9.58579 2 10 2 10.4142 2.33579 10.75 2.75 10.75H10.25C10.6642 10.75 11 10.4142 11 10 11 9.58579 10.6642 9.25 10.25 9.25H2.75Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
/>
|
|
27
|
+
</svg>
|
|
28
|
+
);
|
|
29
|
+
}
|
|
30
|
+
);
|
|
31
|
+
|
|
32
|
+
IconTextAlignLeftOutline.displayName = "IconTextAlignLeftOutline";
|
|
33
|
+
|
|
34
|
+
export default IconTextAlignLeftOutline;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconTextAlignMiddleOutline = forwardRef<SVGSVGElement, IconProps>(
|
|
5
|
+
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
6
|
+
const { className } = props;
|
|
7
|
+
props = {
|
|
8
|
+
...props,
|
|
9
|
+
width: `${props.width || props.size || 20}`,
|
|
10
|
+
height: `${props.height || props.size || 20}`,
|
|
11
|
+
className: `${
|
|
12
|
+
className ? className + " " : ""
|
|
13
|
+
}customeow-shein-icon customeow-shein-icon-icon-text-align-middle-outline`,
|
|
14
|
+
};
|
|
15
|
+
return (
|
|
16
|
+
<svg
|
|
17
|
+
viewBox="0 0 20 20"
|
|
18
|
+
fill="none"
|
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
+
{...props}
|
|
21
|
+
ref={forwardedRef}
|
|
22
|
+
>
|
|
23
|
+
<path
|
|
24
|
+
d="M15.8333 4.16659C15.8333 3.70635 15.4602 3.33325 15 3.33325H4.99996C4.53973 3.33325 4.16663 3.70635 4.16663 4.16659V5.83325H5.8333V5.41659C5.8333 5.18647 6.01985 4.99992 6.24996 4.99992H9.16663V14.9999H7.08329V16.2499C7.08329 16.48 7.26985 16.6666 7.49996 16.6666H12.5C12.73 16.6666 12.9166 16.48 12.9166 16.2499V14.9999H10.8333V4.99992H13.75C13.98 4.99992 14.1666 5.18647 14.1666 5.41659V5.83325H15.8333V4.16659ZM7.08329 9.58325V11.2499H2.49996V9.58325H7.08329ZM17.5 9.58325V11.2499H12.9166V9.58325H17.5Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
fillRule="evenodd"
|
|
27
|
+
clipRule="evenodd"
|
|
28
|
+
/>
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
}
|
|
32
|
+
);
|
|
33
|
+
|
|
34
|
+
IconTextAlignMiddleOutline.displayName = "IconTextAlignMiddleOutline";
|
|
35
|
+
|
|
36
|
+
export default IconTextAlignMiddleOutline;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconTextAlignRightOutline = forwardRef<SVGSVGElement, IconProps>(
|
|
5
|
+
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
6
|
+
const { className } = props;
|
|
7
|
+
props = {
|
|
8
|
+
...props,
|
|
9
|
+
width: `${props.width || props.size || 20}`,
|
|
10
|
+
height: `${props.height || props.size || 20}`,
|
|
11
|
+
className: `${
|
|
12
|
+
className ? className + " " : ""
|
|
13
|
+
}customeow-shein-icon customeow-shein-icon-icon-text-align-right-outline`,
|
|
14
|
+
};
|
|
15
|
+
return (
|
|
16
|
+
<svg
|
|
17
|
+
viewBox="0 0 20 20"
|
|
18
|
+
fill="none"
|
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
+
{...props}
|
|
21
|
+
ref={forwardedRef}
|
|
22
|
+
>
|
|
23
|
+
<path
|
|
24
|
+
d="M2.75 4C2.33579 4 2 4.33579 2 4.75 2 5.16421 2.33579 5.5 2.75 5.5H17.25C17.6642 5.5 18 5.16421 18 4.75 18 4.33579 17.6642 4 17.25 4H2.75ZM2.75 14.5C2.33579 14.5 2 14.8358 2 15.25 2 15.6642 2.33579 16 2.75 16H17.25C17.6642 16 18 15.6642 18 15.25 18 14.8358 17.6642 14.5 17.25 14.5H2.75ZM9.75 9.25C9.33579 9.25 9 9.58579 9 10 9 10.4142 9.33579 10.75 9.75 10.75H17.25C17.6642 10.75 18 10.4142 18 10 18 9.58579 17.6642 9.25 17.25 9.25H9.75Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
/>
|
|
27
|
+
</svg>
|
|
28
|
+
);
|
|
29
|
+
}
|
|
30
|
+
);
|
|
31
|
+
|
|
32
|
+
IconTextAlignRightOutline.displayName = "IconTextAlignRightOutline";
|
|
33
|
+
|
|
34
|
+
export default IconTextAlignRightOutline;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconTextAlignTopOutline = forwardRef<SVGSVGElement, IconProps>(
|
|
5
|
+
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
6
|
+
const { className } = props;
|
|
7
|
+
props = {
|
|
8
|
+
...props,
|
|
9
|
+
width: `${props.width || props.size || 20}`,
|
|
10
|
+
height: `${props.height || props.size || 20}`,
|
|
11
|
+
className: `${
|
|
12
|
+
className ? className + " " : ""
|
|
13
|
+
}customeow-shein-icon customeow-shein-icon-icon-text-align-top-outline`,
|
|
14
|
+
};
|
|
15
|
+
return (
|
|
16
|
+
<svg
|
|
17
|
+
viewBox="0 0 20 20"
|
|
18
|
+
fill="none"
|
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
+
{...props}
|
|
21
|
+
ref={forwardedRef}
|
|
22
|
+
>
|
|
23
|
+
<path
|
|
24
|
+
d="M16.6666 2.91675H3.33329V4.58341H16.6666V2.91675ZM15.8333 7.08341C15.8333 6.62318 15.4602 6.25008 15 6.25008H4.99996C4.53972 6.25008 4.16662 6.62318 4.16662 7.08341V8.75008H5.83329V8.33341C5.83329 8.1033 6.01984 7.91675 6.24996 7.91675H9.16662V15.8334H7.08329V17.0834C7.08329 17.3135 7.26984 17.5001 7.49996 17.5001H12.5C12.73 17.5001 12.9166 17.3135 12.9166 17.0834V15.8334H10.8333V7.91675H13.75C13.98 7.91675 14.1666 8.1033 14.1666 8.33341V8.75008H15.8333V7.08341Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
fillRule="evenodd"
|
|
27
|
+
clipRule="evenodd"
|
|
28
|
+
/>
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
}
|
|
32
|
+
);
|
|
33
|
+
|
|
34
|
+
IconTextAlignTopOutline.displayName = "IconTextAlignTopOutline";
|
|
35
|
+
|
|
36
|
+
export default IconTextAlignTopOutline;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconTextBicolorSolid = forwardRef<SVGSVGElement, IconProps>(
|
|
5
|
+
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
6
|
+
const { className } = props;
|
|
7
|
+
props = {
|
|
8
|
+
...props,
|
|
9
|
+
width: `${props.width || props.size || 20}`,
|
|
10
|
+
height: `${props.height || props.size || 20}`,
|
|
11
|
+
className: `${
|
|
12
|
+
className ? className + " " : ""
|
|
13
|
+
}customeow-shein-icon customeow-shein-icon-icon-text-bicolor-solid`,
|
|
14
|
+
};
|
|
15
|
+
return (
|
|
16
|
+
<svg
|
|
17
|
+
viewBox="0 0 20 20"
|
|
18
|
+
fill="none"
|
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
+
{...props}
|
|
21
|
+
ref={forwardedRef}
|
|
22
|
+
>
|
|
23
|
+
<path
|
|
24
|
+
d="M3.33325 6.29167C3.33325 4.81891 4.52716 3.625 5.99992 3.625H11.9999C13.4727 3.625 14.6666 4.81891 14.6666 6.29167V8.29167H13.0008C12.5618 7.23878 11.7193 6.39621 10.6664 5.95709V15.6249L10.6668 14.0573C10.6668 15.0458 11.3329 15.5683 12.6652 15.6249L12.6669 16.9583H5.33358V15.6249C6.64608 15.5692 7.31259 15.062 7.33309 14.1033V5.95696C6.28008 6.39603 5.43743 7.23867 4.99834 8.29167H3.33325V6.29167Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
fillRule="evenodd"
|
|
27
|
+
clipRule="evenodd"
|
|
28
|
+
/>
|
|
29
|
+
<path
|
|
30
|
+
opacity=".5"
|
|
31
|
+
d="M15.3124 7.29169V4.95836L15.3646 4.95898C16.8248 4.97638 17.9995 6.16509 17.9995 7.62546V9.62503H16.646C16.646 8.64469 16.2015 7.86691 15.3124 7.29169ZM11.3385 13.8714V6.411C11.7778 6.55686 12.133 6.85045 12.4042 7.29178C12.5267 7.49098 12.6656 7.92148 12.6656 8.20925V8.95123H13.9924V13.7089C13.9924 14.3189 13.9968 14.8024 14.5309 15.2248C14.809 15.4447 15.2929 15.5781 15.9827 15.6251V16.9584H13.329V14.9978C12.9133 14.9773 12.605 14.9571 12.4042 14.9371C12.1031 14.9072 11.9065 14.8341 11.744 14.769C11.438 14.6463 11.3028 14.3471 11.3385 13.8714Z"
|
|
32
|
+
fill={color}
|
|
33
|
+
fillRule="evenodd"
|
|
34
|
+
clipRule="evenodd"
|
|
35
|
+
/>
|
|
36
|
+
</svg>
|
|
37
|
+
);
|
|
38
|
+
}
|
|
39
|
+
);
|
|
40
|
+
|
|
41
|
+
IconTextBicolorSolid.displayName = "IconTextBicolorSolid";
|
|
42
|
+
|
|
43
|
+
export default IconTextBicolorSolid;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconTextBoldOutline = forwardRef<SVGSVGElement, IconProps>(
|
|
5
|
+
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
6
|
+
const { className } = props;
|
|
7
|
+
props = {
|
|
8
|
+
...props,
|
|
9
|
+
width: `${props.width || props.size || 20}`,
|
|
10
|
+
height: `${props.height || props.size || 20}`,
|
|
11
|
+
className: `${
|
|
12
|
+
className ? className + " " : ""
|
|
13
|
+
}customeow-shein-icon customeow-shein-icon-icon-text-bold-outline`,
|
|
14
|
+
};
|
|
15
|
+
return (
|
|
16
|
+
<svg
|
|
17
|
+
viewBox="0 0 20 20"
|
|
18
|
+
fill="none"
|
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
+
{...props}
|
|
21
|
+
ref={forwardedRef}
|
|
22
|
+
>
|
|
23
|
+
<path
|
|
24
|
+
d="M6.11806 2.88428C5.53748 2.88428 5.06683 3.35493 5.06683 3.9355V15.8506C5.06683 16.4698 5.56875 16.9717 6.1879 16.9717H12.0157C14.1297 16.9717 15.8434 15.258 15.8434 13.144C15.8434 11.4087 14.6887 9.94319 13.1058 9.47375C13.7229 8.7746 14.0974 7.85617 14.0974 6.85028C14.0974 4.65992 12.3218 2.88428 10.1314 2.88428H6.11806ZM10.1314 9.31628C11.4933 9.31628 12.5974 8.21222 12.5974 6.85028C12.5974 5.48834 11.4933 4.38428 10.1314 4.38428H6.56683V9.31628H10.1314ZM6.56683 10.8163V15.4717H12.0157C13.3012 15.4717 14.3434 14.4296 14.3434 13.144C14.3434 11.8584 13.3012 10.8163 12.0157 10.8163H6.56683Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
fillRule="evenodd"
|
|
27
|
+
clipRule="evenodd"
|
|
28
|
+
/>
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
}
|
|
32
|
+
);
|
|
33
|
+
|
|
34
|
+
IconTextBoldOutline.displayName = "IconTextBoldOutline";
|
|
35
|
+
|
|
36
|
+
export default IconTextBoldOutline;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconTextBorderOutline = forwardRef<SVGSVGElement, IconProps>(
|
|
5
|
+
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
6
|
+
const { className } = props;
|
|
7
|
+
props = {
|
|
8
|
+
...props,
|
|
9
|
+
width: `${props.width || props.size || 20}`,
|
|
10
|
+
height: `${props.height || props.size || 20}`,
|
|
11
|
+
className: `${
|
|
12
|
+
className ? className + " " : ""
|
|
13
|
+
}customeow-shein-icon customeow-shein-icon-icon-text-border-outline`,
|
|
14
|
+
};
|
|
15
|
+
return (
|
|
16
|
+
<svg
|
|
17
|
+
viewBox="0 0 20 20"
|
|
18
|
+
fill="none"
|
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
+
{...props}
|
|
21
|
+
ref={forwardedRef}
|
|
22
|
+
>
|
|
23
|
+
<path
|
|
24
|
+
d="M10.0585 5.0306C10.0498 5.00574 10.0263 4.98909 9.99999 4.98909C9.97365 4.98909 9.95018 5.00574 9.94148 5.0306L7.65816 11.5544L12.3418 11.5544L10.0585 5.0306ZM9.99999 8.79864L9.49049 10.2544H10.5095L9.99999 8.79864ZM8.05549 14.3544L7.32617 16.4381C6.95215 17.5068 5.78266 18.0699 4.71404 17.6958C3.64541 17.3218 3.08233 16.1523 3.45635 15.0837L7.29868 4.10562C7.70044 2.95771 8.7838 2.18909 9.99999 2.18909C11.2162 2.18909 12.2995 2.95771 12.7013 4.10562L16.5436 15.0837L15.3166 15.5132L11.4743 4.53507C11.255 3.90858 10.6638 3.48909 9.99999 3.48909C9.33623 3.48909 8.74497 3.90858 8.52569 4.53507L4.68336 15.5132C4.54653 15.9041 4.75254 16.332 5.14349 16.4688C5.53445 16.6057 5.96232 16.3996 6.09915 16.0087L7.13316 13.0544L12.8668 13.0544L13.9008 16.0087C14.0377 16.3996 14.4655 16.6057 14.8565 16.4688C15.2474 16.332 15.4535 15.9041 15.3166 15.5132L16.5436 15.0837C16.9177 16.1523 16.3546 17.3218 15.2859 17.6958C14.2173 18.0699 13.0478 17.5068 12.6738 16.4381L11.9445 14.3544L8.05549 14.3544Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
fillRule="evenodd"
|
|
27
|
+
clipRule="evenodd"
|
|
28
|
+
/>
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
}
|
|
32
|
+
);
|
|
33
|
+
|
|
34
|
+
IconTextBorderOutline.displayName = "IconTextBorderOutline";
|
|
35
|
+
|
|
36
|
+
export default IconTextBorderOutline;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconTextItalicOutline = forwardRef<SVGSVGElement, IconProps>(
|
|
5
|
+
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
6
|
+
const { className } = props;
|
|
7
|
+
props = {
|
|
8
|
+
...props,
|
|
9
|
+
width: `${props.width || props.size || 20}`,
|
|
10
|
+
height: `${props.height || props.size || 20}`,
|
|
11
|
+
className: `${
|
|
12
|
+
className ? className + " " : ""
|
|
13
|
+
}customeow-shein-icon customeow-shein-icon-icon-text-italic-outline`,
|
|
14
|
+
};
|
|
15
|
+
return (
|
|
16
|
+
<svg
|
|
17
|
+
viewBox="0 0 20 20"
|
|
18
|
+
fill="none"
|
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
+
{...props}
|
|
21
|
+
ref={forwardedRef}
|
|
22
|
+
>
|
|
23
|
+
<path
|
|
24
|
+
d="M7.16498 3.72736C7.16498 3.31314 7.50076 2.97736 7.91498 2.97736H14.2776C14.6918 2.97736 15.0276 3.31314 15.0276 3.72736C15.0276 4.14157 14.6918 4.47736 14.2776 4.47736L11.9089 4.47736L9.65422 15.5126H12.0934C12.5077 15.5126 12.8434 15.8484 12.8434 16.2626C12.8434 16.6768 12.5077 17.0126 12.0934 17.0126L8.89414 17.0126C8.79435 17.0348 8.68839 17.0368 8.58176 17.015C8.578 17.0142 8.57425 17.0134 8.57052 17.0126H5.73083C5.31662 17.0126 4.98083 16.6768 4.98083 16.2626C4.98083 15.8484 5.31662 15.5126 5.73083 15.5126H8.12323L10.378 4.47736L7.91498 4.47736C7.50076 4.47736 7.16498 4.14157 7.16498 3.72736Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
/>
|
|
27
|
+
</svg>
|
|
28
|
+
);
|
|
29
|
+
}
|
|
30
|
+
);
|
|
31
|
+
|
|
32
|
+
IconTextItalicOutline.displayName = "IconTextItalicOutline";
|
|
33
|
+
|
|
34
|
+
export default IconTextItalicOutline;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconTextPathDownSolid = forwardRef<SVGSVGElement, IconProps>(
|
|
5
|
+
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
6
|
+
const { className } = props;
|
|
7
|
+
props = {
|
|
8
|
+
...props,
|
|
9
|
+
width: `${props.width || props.size || 20}`,
|
|
10
|
+
height: `${props.height || props.size || 20}`,
|
|
11
|
+
className: `${
|
|
12
|
+
className ? className + " " : ""
|
|
13
|
+
}customeow-shein-icon customeow-shein-icon-icon-text-path-down-solid`,
|
|
14
|
+
};
|
|
15
|
+
return (
|
|
16
|
+
<svg
|
|
17
|
+
viewBox="0 0 20 20"
|
|
18
|
+
fill="none"
|
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
+
{...props}
|
|
21
|
+
ref={forwardedRef}
|
|
22
|
+
>
|
|
23
|
+
<path
|
|
24
|
+
d="M13.3664 7.98835L15.2007 8.66962L15.0795 9.98866L16.8563 10.6485L17.5944 9.55863L19.4287 10.2399L15.3315 15.5764L13.1434 14.7638L13.3664 7.98835ZM2.76661 9.05649C4.59988 8.41235 6.11308 9.16546 6.79134 11.1755C7.47104 13.1898 6.71773 14.7298 4.89688 15.3696C3.23742 15.9526 1.75374 15.2458 1.27069 13.8143L1.25786 13.7763L2.93801 13.186L2.95925 13.2352C3.21267 13.8216 3.75414 14.1368 4.40386 13.9085C5.12392 13.6555 5.36696 12.8805 5.00645 11.8121C4.63881 10.7226 3.9797 10.2646 3.2555 10.519C2.65131 10.7313 2.36199 11.3006 2.52064 11.9628L2.53218 12.0107L0.852029 12.6011L0.836355 12.5546C0.354728 11.1273 1.1237 9.63373 2.76661 9.05649ZM12.3823 7.70484V14.1495H9.27918C7.97491 14.1495 7.21336 13.5421 7.21336 12.5238V12.5149C7.21336 11.769 7.77796 11.2063 8.51325 11.1125V11.0768C7.66416 11.0544 6.94637 10.4113 6.94637 9.57168V9.56275C6.94637 8.44175 7.82172 7.70484 9.17414 7.70484H12.3823ZM14.9528 11.3626L14.7359 13.7203L14.7688 13.7325L16.0879 11.7842L14.9528 11.3626ZM10.5266 11.5412H9.86129C9.30544 11.5412 9.01658 11.7958 9.01658 12.2156V12.2246C9.01658 12.6131 9.30982 12.8543 9.78251 12.8543H10.5266V11.5412ZM10.5266 9.00001H9.73437C9.16539 9.00001 8.83713 9.25012 8.83713 9.7012V9.71013C8.83713 10.1523 9.16101 10.4024 9.77376 10.4024H10.5266V9.00001ZM9.98165 5.58331C13.4186 5.58331 16.7322 6.46173 19.6797 8.11344C19.9642 8.27285 20.0682 8.6374 19.9119 8.92769C19.7557 9.21797 19.3985 9.32407 19.114 9.16466C16.3387 7.60949 13.2195 6.78261 9.98165 6.78261C6.7576 6.78261 3.65114 7.60243 0.884546 9.14497C0.59974 9.30377 0.242704 9.1969 0.0870854 8.90628C-0.0685335 8.61566 0.0361937 8.25133 0.321 8.09253C3.25935 6.45423 6.55941 5.58331 9.98165 5.58331Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
/>
|
|
27
|
+
</svg>
|
|
28
|
+
);
|
|
29
|
+
}
|
|
30
|
+
);
|
|
31
|
+
|
|
32
|
+
IconTextPathDownSolid.displayName = "IconTextPathDownSolid";
|
|
33
|
+
|
|
34
|
+
export default IconTextPathDownSolid;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconTextPathTopSolid = forwardRef<SVGSVGElement, IconProps>(
|
|
5
|
+
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
6
|
+
const { className } = props;
|
|
7
|
+
props = {
|
|
8
|
+
...props,
|
|
9
|
+
width: `${props.width || props.size || 20}`,
|
|
10
|
+
height: `${props.height || props.size || 20}`,
|
|
11
|
+
className: `${
|
|
12
|
+
className ? className + " " : ""
|
|
13
|
+
}customeow-shein-icon customeow-shein-icon-icon-text-path-top-solid`,
|
|
14
|
+
};
|
|
15
|
+
return (
|
|
16
|
+
<svg
|
|
17
|
+
viewBox="0 0 20 20"
|
|
18
|
+
fill="none"
|
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
+
{...props}
|
|
21
|
+
ref={forwardedRef}
|
|
22
|
+
>
|
|
23
|
+
<g clipPath="url(#a)">
|
|
24
|
+
<path
|
|
25
|
+
d="M12.6665 6.5785C12.6176 5.58744 11.8627 5.00006 10.6 5.00006H7.49219V11.6695H10.7052C12.0597 11.6695 12.9364 10.9069 12.9364 9.74681L12.9337 9.64527C12.8849 8.82191 12.1871 8.20226 11.3671 8.17997V8.14299C12.1035 8.04592 12.669 7.46357 12.669 6.69169L12.6665 6.5785ZM4.0902 5.59591L7.24874 11.7951L5.32344 12.1445L4.77586 10.8969L2.91099 11.2353L2.81105 12.6004L0.885741 12.9498L1.79365 6.01267L4.0902 5.59591ZM13.5634 8.33056C14.1034 6.20548 15.5741 5.32904 17.437 5.85539C19.1349 6.33509 19.9789 7.81764 19.5943 9.3311L19.5841 9.37128L17.8651 8.8856L17.8744 8.83083C17.9859 8.17806 17.7093 7.58791 17.0445 7.4001C16.3078 7.19195 15.6806 7.71337 15.3936 8.84289C15.1009 9.99471 15.3968 10.7769 16.1377 10.9863C16.7559 11.1609 17.3086 10.8433 17.5403 10.1815L17.557 10.1336L19.276 10.6193L19.2636 10.6684C18.8801 12.1774 17.4219 13.0047 15.741 12.5298C13.9069 12.0116 13.0602 10.5281 13.5283 8.47583L13.5634 8.33056ZM9.35058 6.34044H10.0958C10.5692 6.34044 10.8629 6.59003 10.8629 6.99214L10.8599 7.07626C10.8279 7.46593 10.5408 7.6993 10.0169 7.6993H9.35058V6.34044ZM3.22758 7.36696L3.19304 7.37323L3.01465 9.81324L4.20609 9.59703L3.22758 7.36696ZM9.35058 8.87786H10.1045C10.7182 8.87786 11.0426 9.1367 11.0426 9.59427L11.0396 9.67939C11.0053 10.0983 10.6822 10.3292 10.144 10.3292H9.35058V8.87786ZM10.0074 12.3856C13.7894 12.3856 16.9698 13.091 19.6946 14.6688C19.9796 14.8337 20.0837 15.211 19.9272 15.5114C19.7708 15.8119 19.413 15.9216 19.1281 15.7567C16.5947 14.2897 13.6054 13.6267 10.0074 13.6267C6.4057 13.6267 3.38727 14.2865 0.870856 15.7363C0.585616 15.9006 0.228036 15.79 0.0721804 15.4892C-0.0836754 15.1885 0.0212114 14.8115 0.306452 14.6471C3.01463 13.0868 6.22292 12.3856 10.0074 12.3856Z"
|
|
26
|
+
fill={color}
|
|
27
|
+
fillRule="evenodd"
|
|
28
|
+
clipRule="evenodd"
|
|
29
|
+
/>
|
|
30
|
+
</g>
|
|
31
|
+
<defs>
|
|
32
|
+
<clipPath id="a">
|
|
33
|
+
<path fill={color} d="M0 0H20V20H0z" />
|
|
34
|
+
</clipPath>
|
|
35
|
+
</defs>
|
|
36
|
+
</svg>
|
|
37
|
+
);
|
|
38
|
+
}
|
|
39
|
+
);
|
|
40
|
+
|
|
41
|
+
IconTextPathTopSolid.displayName = "IconTextPathTopSolid";
|
|
42
|
+
|
|
43
|
+
export default IconTextPathTopSolid;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconTextUnderlineOutline = forwardRef<SVGSVGElement, IconProps>(
|
|
5
|
+
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
6
|
+
const { className } = props;
|
|
7
|
+
props = {
|
|
8
|
+
...props,
|
|
9
|
+
width: `${props.width || props.size || 20}`,
|
|
10
|
+
height: `${props.height || props.size || 20}`,
|
|
11
|
+
className: `${
|
|
12
|
+
className ? className + " " : ""
|
|
13
|
+
}customeow-shein-icon customeow-shein-icon-icon-text-underline-outline`,
|
|
14
|
+
};
|
|
15
|
+
return (
|
|
16
|
+
<svg
|
|
17
|
+
viewBox="0 0 20 20"
|
|
18
|
+
fill="none"
|
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
+
{...props}
|
|
21
|
+
ref={forwardedRef}
|
|
22
|
+
>
|
|
23
|
+
<path
|
|
24
|
+
d="M6.25 2.87549C6.25 2.46127 5.91421 2.12549 5.5 2.12549 5.08579 2.12549 4.75 2.46127 4.75 2.87549V9C4.75 11.8995 7.1005 14.25 10 14.25 12.8995 14.25 15.25 11.8995 15.25 9V2.87549C15.25 2.46127 14.9142 2.12549 14.5 2.12549 14.0858 2.12549 13.75 2.46127 13.75 2.87549V9C13.75 11.0711 12.0711 12.75 10 12.75 7.92893 12.75 6.25 11.0711 6.25 9V2.87549ZM5 15.75C4.58579 15.75 4.25 16.0858 4.25 16.5 4.25 16.9142 4.58579 17.25 5 17.25H15C15.4142 17.25 15.75 16.9142 15.75 16.5 15.75 16.0858 15.4142 15.75 15 15.75H5Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
/>
|
|
27
|
+
</svg>
|
|
28
|
+
);
|
|
29
|
+
}
|
|
30
|
+
);
|
|
31
|
+
|
|
32
|
+
IconTextUnderlineOutline.displayName = "IconTextUnderlineOutline";
|
|
33
|
+
|
|
34
|
+
export default IconTextUnderlineOutline;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconToolCheckboxOutline = forwardRef<SVGSVGElement, IconProps>(
|
|
5
|
+
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
6
|
+
const { className } = props;
|
|
7
|
+
props = {
|
|
8
|
+
...props,
|
|
9
|
+
width: `${props.width || props.size || 20}`,
|
|
10
|
+
height: `${props.height || props.size || 20}`,
|
|
11
|
+
className: `${
|
|
12
|
+
className ? className + " " : ""
|
|
13
|
+
}customeow-shein-icon customeow-shein-icon-icon-tool-checkbox-outline`,
|
|
14
|
+
};
|
|
15
|
+
return (
|
|
16
|
+
<svg
|
|
17
|
+
viewBox="0 0 20 20"
|
|
18
|
+
fill="none"
|
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
+
{...props}
|
|
21
|
+
ref={forwardedRef}
|
|
22
|
+
>
|
|
23
|
+
<path
|
|
24
|
+
d="M13.1103 8.56093C13.3511 8.22387 13.273 7.75545 12.9359 7.5147C12.5989 7.27394 12.1305 7.35201 11.8897 7.68907L9.2793 11.3436L8.03033 10.0947C7.73744 9.80177 7.26256 9.80177 6.96967 10.0947C6.67678 10.3876 6.67678 10.8624 6.96967 11.1553L8.84467 13.0303C9.00056 13.1862 9.21715 13.2656 9.43686 13.2474C9.65657 13.2293 9.85716 13.1153 9.9853 12.9359L13.1103 8.56093Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
/>
|
|
27
|
+
<path
|
|
28
|
+
d="M5 2.375C3.55025 2.375 2.375 3.55025 2.375 5V15C2.375 16.4497 3.55025 17.625 5 17.625H15C16.4497 17.625 17.625 16.4497 17.625 15V5C17.625 3.55025 16.4497 2.375 15 2.375H5ZM3.875 5C3.875 4.37868 4.37868 3.875 5 3.875H15C15.6213 3.875 16.125 4.37868 16.125 5V15C16.125 15.6213 15.6213 16.125 15 16.125H5C4.37868 16.125 3.875 15.6213 3.875 15V5Z"
|
|
29
|
+
fill={color}
|
|
30
|
+
fillRule="evenodd"
|
|
31
|
+
clipRule="evenodd"
|
|
32
|
+
/>
|
|
33
|
+
</svg>
|
|
34
|
+
);
|
|
35
|
+
}
|
|
36
|
+
);
|
|
37
|
+
|
|
38
|
+
IconToolCheckboxOutline.displayName = "IconToolCheckboxOutline";
|
|
39
|
+
|
|
40
|
+
export default IconToolCheckboxOutline;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconToolClockTimeOutline = forwardRef<SVGSVGElement, IconProps>(
|
|
5
|
+
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
6
|
+
const { className } = props;
|
|
7
|
+
props = {
|
|
8
|
+
...props,
|
|
9
|
+
width: `${props.width || props.size || 20}`,
|
|
10
|
+
height: `${props.height || props.size || 20}`,
|
|
11
|
+
className: `${
|
|
12
|
+
className ? className + " " : ""
|
|
13
|
+
}customeow-shein-icon customeow-shein-icon-icon-tool-clock-time-outline`,
|
|
14
|
+
};
|
|
15
|
+
return (
|
|
16
|
+
<svg
|
|
17
|
+
viewBox="0 0 20 20"
|
|
18
|
+
fill="none"
|
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
+
{...props}
|
|
21
|
+
ref={forwardedRef}
|
|
22
|
+
>
|
|
23
|
+
<path
|
|
24
|
+
d="M10 3.25C6.27208 3.25 3.25 6.27208 3.25 10C3.25 13.7279 6.27208 16.75 10 16.75C13.7279 16.75 16.75 13.7279 16.75 10C16.75 6.27208 13.7279 3.25 10 3.25ZM1.75 10C1.75 5.44365 5.44365 1.75 10 1.75C14.5563 1.75 18.25 5.44365 18.25 10C18.25 14.5563 14.5563 18.25 10 18.25C5.44365 18.25 1.75 14.5563 1.75 10ZM10 4.25C10.4142 4.25 10.75 4.58579 10.75 5V9.25H13.75C14.1642 9.25 14.5 9.58579 14.5 10C14.5 10.4142 14.1642 10.75 13.75 10.75H10C9.58579 10.75 9.25 10.4142 9.25 10V5C9.25 4.58579 9.58579 4.25 10 4.25Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
fillRule="evenodd"
|
|
27
|
+
clipRule="evenodd"
|
|
28
|
+
/>
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
}
|
|
32
|
+
);
|
|
33
|
+
|
|
34
|
+
IconToolClockTimeOutline.displayName = "IconToolClockTimeOutline";
|
|
35
|
+
|
|
36
|
+
export default IconToolClockTimeOutline;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconToolColorOutline = forwardRef<SVGSVGElement, IconProps>(
|
|
5
|
+
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
6
|
+
const { className } = props;
|
|
7
|
+
props = {
|
|
8
|
+
...props,
|
|
9
|
+
width: `${props.width || props.size || 20}`,
|
|
10
|
+
height: `${props.height || props.size || 20}`,
|
|
11
|
+
className: `${
|
|
12
|
+
className ? className + " " : ""
|
|
13
|
+
}customeow-shein-icon customeow-shein-icon-icon-tool-color-outline`,
|
|
14
|
+
};
|
|
15
|
+
return (
|
|
16
|
+
<svg
|
|
17
|
+
viewBox="0 0 20 20"
|
|
18
|
+
fill="none"
|
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
+
{...props}
|
|
21
|
+
ref={forwardedRef}
|
|
22
|
+
>
|
|
23
|
+
<path
|
|
24
|
+
d="M17.1927 4.30177C17.4905 4.00397 17.4905 3.52115 17.1927 3.22335C16.8949 2.92555 16.4121 2.92555 16.1143 3.22335L10.2371 9.10054C9.93931 9.39834 9.9393 9.88117 10.2371 10.179C10.5349 10.4768 11.0177 10.4768 11.3155 10.179L17.1927 4.30177Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
/>
|
|
27
|
+
<path
|
|
28
|
+
d="M12.3754 3.5354C12.3757 3.53553 12.3761 3.53566 12.1076 4.2417L12.3754 3.5354C12.769 3.6851 12.9675 4.12583 12.8178 4.51948C12.6683 4.91258 12.2288 5.11034 11.8356 4.9618L11.8345 4.9614C11.8342 4.9613 11.834 4.96118 12.105 4.24847L11.8345 4.9614L11.8305 4.95995L11.801 4.94948C11.7728 4.93972 11.7281 4.92473 11.6684 4.90627C11.5489 4.86932 11.3704 4.81877 11.1457 4.76855C10.694 4.66766 10.0668 4.57069 9.36174 4.5828C7.96138 4.60687 6.29154 5.05483 5.01615 6.74226C2.61686 9.91669 3.77 13.6991 6.94234 14.9661C8.67041 15.6562 9.70447 15.5395 10.2946 15.228C10.8818 14.9181 11.2307 14.3083 11.3523 13.5587C11.4457 12.9828 11.6641 12.515 12.02 12.1545C12.3653 11.8046 12.7842 11.6131 13.1737 11.4856C13.4673 11.3894 13.7977 11.3145 14.1011 11.2456L14.1022 11.2454C14.1852 11.2265 14.2671 11.2079 14.3448 11.1897C14.7307 11.0991 15.0979 10.9997 15.4545 10.8459C15.9039 10.652 16.1729 10.2809 16.2442 9.79434C16.3179 9.29134 16.1786 8.63099 15.7025 7.95828C15.4592 7.6145 15.5407 7.1386 15.8845 6.89531C16.2282 6.65203 16.7041 6.73349 16.9474 7.07726C17.6082 8.01093 17.8934 9.05892 17.7532 10.0156C17.6105 10.9887 17.0269 11.8285 16.0586 12.2463C15.5762 12.4544 15.1041 12.578 14.6935 12.6744C14.5858 12.6997 14.4852 12.7226 14.3904 12.7442C14.1027 12.8096 13.8679 12.8631 13.6483 12.935C13.3711 13.0258 13.21 13.1199 13.1054 13.2258C13.0114 13.321 12.9102 13.4793 12.8577 13.8029C12.6875 14.8522 12.1507 15.9729 11.0065 16.5768C9.86537 17.1791 8.32257 17.1596 6.37669 16.3824C2.20114 14.7148 0.838812 9.7398 3.79946 5.82267C5.43667 3.65653 7.61544 3.08747 9.33553 3.05791C10.1907 3.04321 10.9416 3.16027 11.4782 3.28012C11.7474 3.34027 11.9655 3.40176 12.1191 3.44926C12.1959 3.47303 12.2568 3.49337 12.3002 3.50838C12.3218 3.51588 12.3391 3.52207 12.3518 3.52669L12.3675 3.53243L12.3726 3.53437L12.3754 3.5354Z"
|
|
29
|
+
fill={color}
|
|
30
|
+
/>
|
|
31
|
+
<path
|
|
32
|
+
d="M10.282 6.70116C10.282 7.2968 9.79911 7.77966 9.20348 7.77966 8.60784 7.77966 8.12498 7.2968 8.12498 6.70116 8.12498 6.10552 8.60784 5.62266 9.20348 5.62266 9.79911 5.62266 10.282 6.10552 10.282 6.70116ZM6.55208 9.61357C7.14772 9.61357 7.63058 9.13071 7.63058 8.53507 7.63058 7.93944 7.14772 7.45657 6.55208 7.45657 5.95644 7.45657 5.47358 7.93944 5.47358 8.53507 5.47358 9.13071 5.95644 9.61357 6.55208 9.61357ZM7.26705 11.8358C7.26705 12.4314 6.78419 12.9143 6.18855 12.9143 5.59291 12.9143 5.11005 12.4314 5.11005 11.8358 5.11005 11.2401 5.59291 10.7573 6.18855 10.7573 6.78419 10.7573 7.26705 11.2401 7.26705 11.8358Z"
|
|
33
|
+
fill={color}
|
|
34
|
+
/>
|
|
35
|
+
</svg>
|
|
36
|
+
);
|
|
37
|
+
}
|
|
38
|
+
);
|
|
39
|
+
|
|
40
|
+
IconToolColorOutline.displayName = "IconToolColorOutline";
|
|
41
|
+
|
|
42
|
+
export default IconToolColorOutline;
|