@sunzi/icon 1.0.13 → 1.0.15
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/customeow/index.es.js +1 -1
- package/dist/customeow/index.es.js.map +1 -1
- package/dist/customeow-shein/index.es.js +1 -1
- package/dist/customeow-shein/index.es.js.map +1 -1
- package/package.json +2 -2
- package/src/customeow/default/icon-qr-code-solid.tsx +29 -1
- package/src/customeow-shein/default/icon-arrow-chevron-double-left-outline.tsx +1 -3
- package/src/customeow-shein/default/icon-arrow-chevron-double-right-outline.tsx +1 -3
- package/src/customeow-shein/default/icon-arrow-chevron-down-outline.tsx +1 -1
- package/src/customeow-shein/default/icon-arrow-chevron-left-outline.tsx +1 -1
- package/src/customeow-shein/default/icon-arrow-chevron-rigth-outline.tsx +37 -0
- package/src/customeow-shein/default/icon-arrow-chevron-up-outline.tsx +1 -1
- package/src/customeow-shein/default/icon-arrow-down-caret-triangle-solid.tsx +1 -3
- package/src/customeow-shein/default/icon-arrow-download-outline.tsx +2 -2
- package/src/customeow-shein/default/icon-arrow-left-circle-solid.tsx +1 -1
- package/src/customeow-shein/default/icon-arrow-left-outline.tsx +1 -1
- package/src/customeow-shein/default/icon-arrow-long-right-outline.tsx +1 -3
- package/src/customeow-shein/default/icon-arrow-right-outline.tsx +1 -1
- package/src/customeow-shein/default/icon-arrow-share-outline.tsx +38 -0
- package/src/customeow-shein/default/icon-arrow-up-caret-triangle-solid.tsx +1 -3
- package/src/customeow-shein/default/icon-calendar-outline.tsx +5 -1
- package/src/customeow-shein/default/icon-check-circle-outline.tsx +40 -0
- package/src/customeow-shein/default/icon-check-circle-solid.tsx +1 -1
- package/src/customeow-shein/default/icon-check-outline.tsx +1 -1
- package/src/customeow-shein/default/icon-checkbox-solid.tsx +1 -1
- package/src/customeow-shein/default/icon-close-circle-outline.tsx +5 -1
- package/src/customeow-shein/default/icon-close-circle-solid.tsx +1 -1
- package/src/customeow-shein/default/icon-close-outline.tsx +1 -1
- package/src/customeow-shein/default/icon-document-arrow-up-solid.tsx +5 -3
- package/src/customeow-shein/default/icon-drag-arrow-outline.tsx +1 -1
- package/src/customeow-shein/default/icon-exclamation-circle-outline.tsx +41 -0
- package/src/customeow-shein/default/icon-exclamation-circle-solid.tsx +1 -1
- package/src/customeow-shein/default/icon-exclamation-warning-triangle-solid.tsx +1 -1
- package/src/customeow-shein/default/icon-file-audio-outline.tsx +7 -1
- package/src/customeow-shein/default/icon-file-video-outline.tsx +2 -5
- package/src/customeow-shein/default/icon-image-photo-plus-solid.tsx +2 -6
- package/src/customeow-shein/default/icon-image-photo-solid.tsx +5 -1
- package/src/customeow-shein/default/icon-information-circle-solid.tsx +5 -1
- package/src/customeow-shein/default/icon-loading-outline.tsx +1 -1
- package/src/customeow-shein/default/icon-paper-clip-outline.tsx +1 -1
- package/src/customeow-shein/default/icon-pause-solid.tsx +1 -1
- package/src/customeow-shein/default/icon-qr-code-solid.tsx +7 -7
- package/src/customeow-shein/default/icon-question-mark-circle-outline.tsx +41 -0
- package/src/customeow-shein/default/icon-question-mark-circle-solid.tsx +1 -1
- package/src/customeow-shein/default/icon-reset-outline.tsx +3 -1
- package/src/customeow-shein/default/icon-rotate-left-rectangle-outline.tsx +2 -2
- package/src/customeow-shein/default/icon-rotate-right-rectangle-outline.tsx +2 -2
- package/src/customeow-shein/default/icon-search-outline.tsx +1 -1
- package/src/customeow-shein/default/icon-tool-image-photo-schematic-outline.tsx +5 -1
- package/src/customeow-shein/default/icon-triangles-play-solid.tsx +1 -4
- package/src/customeow-shein/default/icon-video-pause-circle-outline.tsx +40 -0
- package/src/customeow-shein/default/icon-video-play-circle-outline.tsx +40 -0
- package/src/customeow-shein/index.json +29 -179
- package/src/customeow-shein/index.tsx +29 -179
- package/types/customeow-shein/default/{icon-arrow-chevron-right-outline.d.ts → icon-arrow-chevron-rigth-outline.d.ts} +2 -2
- package/types/customeow-shein/default/{icon-attribute-h-outline.d.ts → icon-arrow-share-outline.d.ts} +2 -2
- package/types/customeow-shein/default/{icon-arrow-upload-outline.d.ts → icon-check-circle-outline.d.ts} +2 -2
- package/types/customeow-shein/default/{icon-arrow-corner-left-up-outline.d.ts → icon-exclamation-circle-outline.d.ts} +2 -2
- package/types/customeow-shein/default/icon-question-mark-circle-outline.d.ts +3 -0
- package/types/customeow-shein/default/{icon-arrow-double-right-outline.d.ts → icon-video-pause-circle-outline.d.ts} +2 -2
- package/types/customeow-shein/default/{icon-arrow-double-left-outline.d.ts → icon-video-play-circle-outline.d.ts} +2 -2
- package/types/customeow-shein/index.d.ts +29 -179
- package/types/customeow-shein/default/icon-adjustments-horizontal-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-align-bottom-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-align-center-horizontally-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-align-center-vertically-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-align-left-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-align-right-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-align-top-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-arc-text-bicolor-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-arrow-down-on-square-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-arrow-down-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-arrow-path-rounded-square-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-arrow-right-on-rectangle-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-arrow-rotate-left-rectangle-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-arrow-rotate-right-rectangle-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-arrow-up-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-arrow-up-right-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-arrows-right-left-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-arrows-up-down-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-attribute-deg-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-attribute-opacity-bicolor-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-attribute-w-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-attribute-x-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-attribute-y-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-bell-notice-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-bell-notice-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-bring-forward-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-bring-to-front-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-calendar-bicolor-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-chevron-up-down.d.ts +0 -3
- package/types/customeow-shein/default/icon-clear-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-click-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-clipboard-document-list-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-clipboard-document-list-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-clock-time-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-cog-6-tooth-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-cog-6-tooth-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-data-source-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-design-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-device-desktop-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-device-mobile-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-document-copy-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-document-csv-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-document-text-bicolor-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-document-text-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-drag-cursor-arrow-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-drag-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-edit-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-edit-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-ellipsis-more-horizontal-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-erro-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-exclamation-triangle-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-eye-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-flip-horizontally-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-flip-vertically-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-font-add-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-font-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-function-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-funnel-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-hand-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-hourglass-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-import-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-input-value-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-keyboard-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-keyboard-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-language-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-linked-data-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-linked-data-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-local-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-magic-ai-bicolor-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-map-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-map-pin-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-map-pin-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-mask-bicolor-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-minus-circle-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-minus-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-minus-square-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-new-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-output-value-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-pattern-1-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-pattern-2-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-pattern-3-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-pattern-4-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-pattern-5-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-pattern-6-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-pattern-bicolor-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-pencil-square-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-play-preview-circle-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-plus-add-circle-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-plus-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-plus-square-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-puzzle-piece-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-retry-circle-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-rocket-launch.d.ts +0 -3
- package/types/customeow-shein/default/icon-rotate-cursor-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-rotate-left-90-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-rotate-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-rotate-right-90-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-scissors-bicolor-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-scissors-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-send-bckward-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-send-to-back-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-shopping-cart-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-shopping-cart-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-stack-circle-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-star-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-step-back-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-step-next-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-stock-bicolor-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-stop-square-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-success-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-svg-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-swatch-minus-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-swatch-plus-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-swatch-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-tag-plus-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-tailoring-cutting-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-text-align-bottom-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-text-align-center-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-text-align-left-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-text-align-middle-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-text-align-right-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-text-align-top-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-text-bicolor-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-text-bold-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-text-border-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-text-italic-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-text-path-down-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-text-path-top-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-text-underline-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-tool-checkbox-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-tool-clock-time-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-tool-color-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-tool-description-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-tool-email-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-tool-file-upload-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-tool-font-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-tool-image-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-tool-locked-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-tool-notes-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-tool-number-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-tool-photo-upload-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-tool-pop-modal-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-tool-radio-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-tool-select-menu-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-tool-spotify-code-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-tool-text-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-tool-unlocked-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-tool-url-outline.d.ts +0 -3
- package/types/customeow-shein/default/icon-translation-fill-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-trash-delete-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-user-solid.d.ts +0 -3