@sunzi/icon 0.1.0 → 1.0.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/README.md +60 -0
- package/dist/customeow/index.es.js +10 -0
- package/dist/customeow/index.es.js.map +1 -0
- package/manifest.json +105 -5
- package/package.json +17 -13
- package/src/customeow/fill/icon-add.tsx +34 -0
- package/src/customeow/fill/icon-adjustments-horizontal.tsx +32 -0
- package/src/customeow/fill/icon-arrow-down-on-square.tsx +32 -0
- package/src/customeow/fill/icon-arrow-left-dis.tsx +34 -0
- package/src/customeow/fill/icon-arrow-path-rounded-square.tsx +34 -0
- package/src/customeow/fill/icon-calendar-hero.tsx +41 -0
- package/src/customeow/fill/icon-check-circle-hero.tsx +41 -0
- package/src/customeow/fill/icon-circle-stack.tsx +34 -0
- package/src/customeow/fill/icon-click.tsx +32 -0
- package/src/customeow/fill/icon-cog-6-tooth.tsx +34 -0
- package/src/customeow/fill/icon-corner-left-up.tsx +32 -0
- package/src/customeow/fill/icon-device-desktop.tsx +34 -0
- package/src/customeow/fill/icon-device-mobile.tsx +34 -0
- package/src/customeow/fill/icon-document-arrow-up.tsx +34 -0
- package/src/customeow/fill/icon-document-csv.tsx +34 -0
- package/src/customeow/fill/icon-document-duplicate.tsx +36 -0
- package/src/customeow/fill/icon-document-text.tsx +34 -0
- package/src/customeow/fill/icon-exclaimation-circle-hero.tsx +41 -0
- package/src/customeow/fill/icon-exclamation-triangle-warning.tsx +42 -0
- package/src/customeow/fill/icon-eye.tsx +41 -0
- package/src/customeow/fill/icon-font-add.tsx +38 -0
- package/src/customeow/fill/icon-image-add.tsx +34 -0
- package/src/customeow/fill/icon-image-photo-hero.tsx +41 -0
- package/src/customeow/fill/icon-information-circle.tsx +41 -0
- package/src/customeow/fill/icon-input-value.tsx +39 -0
- package/src/customeow/fill/icon-keyboard-fill.tsx +34 -0
- package/src/customeow/fill/icon-linked-data-2.tsx +32 -0
- package/src/customeow/fill/icon-output-value.tsx +39 -0
- package/src/customeow/fill/icon-pause-hero.tsx +32 -0
- package/src/customeow/fill/icon-pencil-square.tsx +36 -0
- package/src/customeow/fill/icon-puzzle-piece-fill.tsx +32 -0
- package/src/customeow/fill/icon-qr-code.tsx +34 -0
- package/src/customeow/fill/icon-question-mark-circle.tsx +41 -0
- package/src/customeow/fill/icon-radio.tsx +38 -0
- package/src/customeow/fill/icon-rocket-launch.tsx +40 -0
- package/src/customeow/fill/icon-rotate-2-left-fill.tsx +32 -0
- package/src/customeow/fill/icon-rotate-2-right-fill.tsx +32 -0
- package/src/customeow/fill/icon-scissors-hero.tsx +38 -0
- package/src/customeow/fill/icon-shopping-cart-hero.tsx +32 -0
- package/src/customeow/fill/icon-star.tsx +34 -0
- package/src/customeow/fill/icon-swatch-hero.tsx +38 -0
- package/src/customeow/fill/icon-swatch-minus.tsx +38 -0
- package/src/customeow/fill/icon-swatch-plus.tsx +38 -0
- package/src/customeow/fill/icon-tag-add.tsx +34 -0
- package/src/customeow/fill/icon-translation-2.tsx +44 -0
- package/src/customeow/fill/icon-trash-delete-hero.tsx +41 -0
- package/src/customeow/fill/icon-triangles-play-hero.tsx +32 -0
- package/src/customeow/fill/icon-window.tsx +34 -0
- package/src/customeow/fill/icon-x-circle-dis.tsx +40 -0
- package/src/customeow/fill/icon-x-close-circle-hero.tsx +34 -0
- package/src/customeow/index.json +107 -0
- package/src/customeow/index.tsx +103 -0
- package/src/customeow/line/icon-arrow-double-left.tsx +34 -0
- package/src/customeow/line/icon-arrow-double-right.tsx +36 -0
- package/src/customeow/line/icon-arrow-down-tray-download.tsx +36 -0
- package/src/customeow/line/icon-arrow-import.tsx +36 -0
- package/src/customeow/line/icon-arrow-left-hero.tsx +34 -0
- package/src/customeow/line/icon-arrow-right-hero.tsx +34 -0
- package/src/customeow/line/icon-arrow-right-on-rectanglehero.tsx +41 -0
- package/src/customeow/line/icon-arrow-top-right-on-square.tsx +38 -0
- package/src/{made/arrow/icon-up.tsx → customeow/line/icon-check.tsx} +5 -5
- package/src/customeow/line/icon-checkbox.tsx +38 -0
- package/src/customeow/line/icon-chevron-left-hero.tsx +34 -0
- package/src/customeow/line/icon-chevron-right-hero.tsx +34 -0
- package/src/customeow/line/icon-clock-time.tsx +34 -0
- package/src/customeow/line/icon-color-swatch.tsx +40 -0
- package/src/customeow/line/icon-data.tsx +34 -0
- package/src/customeow/line/icon-description.tsx +32 -0
- package/src/customeow/line/icon-design.tsx +34 -0
- package/src/customeow/line/icon-drag-vertically.tsx +32 -0
- package/src/customeow/line/icon-drag.tsx +40 -0
- package/src/customeow/line/icon-edit.tsx +38 -0
- package/src/customeow/line/icon-ellipsis-more-horizontal.tsx +32 -0
- package/src/customeow/line/icon-email.tsx +34 -0
- package/src/customeow/line/icon-file-audio.tsx +34 -0
- package/src/customeow/line/icon-file-upload.tsx +34 -0
- package/src/customeow/line/icon-file-video.tsx +38 -0
- package/src/customeow/line/icon-font.tsx +34 -0
- package/src/customeow/line/icon-image-swatch.tsx +38 -0
- package/src/customeow/line/icon-language.tsx +38 -0
- package/src/customeow/line/icon-linked-data.tsx +40 -0
- package/src/customeow/line/icon-loading-2.tsx +34 -0
- package/src/customeow/line/icon-notes.tsx +34 -0
- package/src/customeow/line/icon-number.tsx +32 -0
- package/src/customeow/line/icon-paper-clip.tsx +34 -0
- package/src/customeow/line/icon-photo-upload.tsx +38 -0
- package/src/customeow/line/icon-play-preview-circle.tsx +34 -0
- package/src/customeow/line/icon-plus.tsx +32 -0
- package/src/customeow/line/icon-reset.tsx +32 -0
- package/src/customeow/line/icon-rotate-2-left.tsx +38 -0
- package/src/customeow/line/icon-rotate-2-right.tsx +38 -0
- package/src/customeow/line/icon-rotate-left.tsx +48 -0
- package/src/customeow/line/icon-rotate-right.tsx +42 -0
- package/src/customeow/line/icon-rotate.tsx +34 -0
- package/src/customeow/line/icon-schematic.tsx +34 -0
- package/src/customeow/line/icon-search.tsx +34 -0
- package/src/customeow/line/icon-select-menu.tsx +34 -0
- package/src/customeow/line/icon-shopping-cart.tsx +34 -0
- package/src/customeow/line/icon-sort-orde.tsx +32 -0
- package/src/customeow/line/icon-spotify-code.tsx +38 -0
- package/src/customeow/line/icon-svg.tsx +32 -0
- package/src/customeow/line/icon-text.tsx +38 -0
- package/src/customeow/line/icon-url.tsx +36 -0
- package/src/customeow/line/icon-variable-function.tsx +32 -0
- package/src/customeow/line/icon-x-close.tsx +32 -0
- package/types/customeow/fill/icon-add.d.ts +3 -0
- package/types/customeow/fill/icon-adjustments-horizontal.d.ts +3 -0
- package/types/customeow/fill/icon-arrow-down-on-square.d.ts +3 -0
- package/types/customeow/fill/icon-arrow-left-dis.d.ts +3 -0
- package/types/customeow/fill/icon-arrow-path-rounded-square.d.ts +3 -0
- package/types/customeow/fill/icon-calendar-hero.d.ts +3 -0
- package/types/customeow/fill/icon-check-circle-hero.d.ts +3 -0
- package/types/customeow/fill/icon-circle-stack.d.ts +3 -0
- package/types/{test/arrow/icon-right.d.ts → customeow/fill/icon-click.d.ts} +2 -2
- package/types/customeow/fill/icon-cog-6-tooth.d.ts +3 -0
- package/types/customeow/fill/icon-corner-left-up.d.ts +3 -0
- package/types/customeow/fill/icon-device-desktop.d.ts +3 -0
- package/types/customeow/fill/icon-device-mobile.d.ts +3 -0
- package/types/customeow/fill/icon-document-arrow-up.d.ts +3 -0
- package/types/customeow/fill/icon-document-csv.d.ts +3 -0
- package/types/customeow/fill/icon-document-duplicate.d.ts +3 -0
- package/types/customeow/fill/icon-document-text.d.ts +3 -0
- package/types/customeow/fill/icon-exclaimation-circle-hero.d.ts +3 -0
- package/types/customeow/fill/icon-exclamation-triangle-warning.d.ts +3 -0
- package/types/customeow/fill/icon-eye.d.ts +3 -0
- package/types/customeow/fill/icon-font-add.d.ts +3 -0
- package/types/customeow/fill/icon-image-add.d.ts +3 -0
- package/types/customeow/fill/icon-image-photo-hero.d.ts +3 -0
- package/types/customeow/fill/icon-information-circle.d.ts +3 -0
- package/types/customeow/fill/icon-input-value.d.ts +3 -0
- package/types/customeow/fill/icon-keyboard-fill.d.ts +3 -0
- package/types/customeow/fill/icon-linked-data-2.d.ts +3 -0
- package/types/customeow/fill/icon-output-value.d.ts +3 -0
- package/types/customeow/fill/icon-pause-hero.d.ts +3 -0
- package/types/customeow/fill/icon-pencil-square.d.ts +3 -0
- package/types/customeow/fill/icon-puzzle-piece-fill.d.ts +3 -0
- package/types/customeow/fill/icon-qr-code.d.ts +3 -0
- package/types/customeow/fill/icon-question-mark-circle.d.ts +3 -0
- package/types/{made/arrow/icon-right.d.ts → customeow/fill/icon-radio.d.ts} +2 -2
- package/types/customeow/fill/icon-rocket-launch.d.ts +3 -0
- package/types/customeow/fill/icon-rotate-2-left-fill.d.ts +3 -0
- package/types/customeow/fill/icon-rotate-2-right-fill.d.ts +3 -0
- package/types/customeow/fill/icon-scissors-hero.d.ts +3 -0
- package/types/customeow/fill/icon-shopping-cart-hero.d.ts +3 -0
- package/types/{made/arrow/icon-left.d.ts → customeow/fill/icon-star.d.ts} +2 -2
- package/types/customeow/fill/icon-swatch-hero.d.ts +3 -0
- package/types/customeow/fill/icon-swatch-minus.d.ts +3 -0
- package/types/customeow/fill/icon-swatch-plus.d.ts +3 -0
- package/types/customeow/fill/icon-tag-add.d.ts +3 -0
- package/types/customeow/fill/icon-translation-2.d.ts +3 -0
- package/types/customeow/fill/icon-trash-delete-hero.d.ts +3 -0
- package/types/customeow/fill/icon-triangles-play-hero.d.ts +3 -0
- package/types/customeow/fill/icon-window.d.ts +3 -0
- package/types/customeow/fill/icon-x-circle-dis.d.ts +3 -0
- package/types/customeow/fill/icon-x-close-circle-hero.d.ts +3 -0
- package/types/customeow/index.d.ts +103 -0
- package/types/customeow/line/icon-arrow-double-left.d.ts +3 -0
- package/types/customeow/line/icon-arrow-double-right.d.ts +3 -0
- package/types/customeow/line/icon-arrow-down-tray-download.d.ts +3 -0
- package/types/customeow/line/icon-arrow-import.d.ts +3 -0
- package/types/customeow/line/icon-arrow-left-hero.d.ts +3 -0
- package/types/customeow/line/icon-arrow-right-hero.d.ts +3 -0
- package/types/customeow/line/icon-arrow-right-on-rectanglehero.d.ts +3 -0
- package/types/customeow/line/icon-arrow-top-right-on-square.d.ts +3 -0
- package/types/customeow/line/icon-check.d.ts +3 -0
- package/types/customeow/line/icon-checkbox.d.ts +3 -0
- package/types/customeow/line/icon-chevron-left-hero.d.ts +3 -0
- package/types/customeow/line/icon-chevron-right-hero.d.ts +3 -0
- package/types/customeow/line/icon-clock-time.d.ts +3 -0
- package/types/customeow/line/icon-color-swatch.d.ts +3 -0
- package/types/{test/arrow/icon-left.d.ts → customeow/line/icon-data.d.ts} +2 -2
- package/types/customeow/line/icon-description.d.ts +3 -0
- package/types/customeow/line/icon-design.d.ts +3 -0
- package/types/customeow/line/icon-drag-vertically.d.ts +3 -0
- package/types/customeow/line/icon-drag.d.ts +3 -0
- package/types/customeow/line/icon-edit.d.ts +3 -0
- package/types/customeow/line/icon-ellipsis-more-horizontal.d.ts +3 -0
- package/types/customeow/line/icon-email.d.ts +3 -0
- package/types/customeow/line/icon-file-audio.d.ts +3 -0
- package/types/customeow/line/icon-file-upload.d.ts +3 -0
- package/types/customeow/line/icon-file-video.d.ts +3 -0
- package/types/customeow/line/icon-font.d.ts +3 -0
- package/types/customeow/line/icon-image-swatch.d.ts +3 -0
- package/types/customeow/line/icon-language.d.ts +3 -0
- package/types/customeow/line/icon-linked-data.d.ts +3 -0
- package/types/customeow/line/icon-loading-2.d.ts +3 -0
- package/types/customeow/line/icon-notes.d.ts +3 -0
- package/types/customeow/line/icon-number.d.ts +3 -0
- package/types/customeow/line/icon-paper-clip.d.ts +3 -0
- package/types/customeow/line/icon-photo-upload.d.ts +3 -0
- package/types/customeow/line/icon-play-preview-circle.d.ts +3 -0
- package/types/customeow/line/icon-plus.d.ts +3 -0
- package/types/customeow/line/icon-reset.d.ts +3 -0
- package/types/customeow/line/icon-rotate-2-left.d.ts +3 -0
- package/types/customeow/line/icon-rotate-2-right.d.ts +3 -0
- package/types/customeow/line/icon-rotate-left.d.ts +3 -0
- package/types/customeow/line/icon-rotate-right.d.ts +3 -0
- package/types/customeow/line/icon-rotate.d.ts +3 -0
- package/types/customeow/line/icon-schematic.d.ts +3 -0
- package/types/customeow/line/icon-search.d.ts +3 -0
- package/types/customeow/line/icon-select-menu.d.ts +3 -0
- package/types/customeow/line/icon-shopping-cart.d.ts +3 -0
- package/types/customeow/line/icon-sort-orde.d.ts +3 -0
- package/types/customeow/line/icon-spotify-code.d.ts +3 -0
- package/types/customeow/line/icon-svg.d.ts +3 -0
- package/types/customeow/line/icon-text.d.ts +3 -0
- package/types/customeow/line/icon-url.d.ts +3 -0
- package/types/customeow/line/icon-variable-function.d.ts +3 -0
- package/types/customeow/line/icon-x-close.d.ts +3 -0
- package/dist/assets/jsx-runtime-6304d870.js +0 -10
- package/dist/assets/jsx-runtime-6304d870.js.map +0 -1
- package/dist/made/index.es.js +0 -2
- package/dist/made/index.es.js.map +0 -1
- package/dist/test/index.es.js +0 -2
- package/dist/test/index.es.js.map +0 -1
- package/src/made/arrow/icon-left.tsx +0 -34
- package/src/made/arrow/icon-right.tsx +0 -34
- package/src/made/index.json +0 -7
- package/src/made/index.tsx +0 -3
- package/src/test/arrow/icon-left.tsx +0 -34
- package/src/test/arrow/icon-right.tsx +0 -34
- package/src/test/arrow/icon-up.tsx +0 -34
- package/src/test/index.json +0 -7
- package/src/test/index.tsx +0 -3
- package/types/made/arrow/icon-up.d.ts +0 -3
- package/types/made/index.d.ts +0 -3
- package/types/test/arrow/icon-up.d.ts +0 -3
- package/types/test/index.d.ts +0 -3
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import type { IconProps } from '../../types';
|
|
2
|
-
export declare const
|
|
3
|
-
export default
|
|
2
|
+
export declare const IconStar: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
3
|
+
export default IconStar;
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
export { default as IconText } from "./line/icon-text";
|
|
2
|
+
export { default as IconNumber } from "./line/icon-number";
|
|
3
|
+
export { default as IconNotes } from "./line/icon-notes";
|
|
4
|
+
export { default as IconEmail } from "./line/icon-email";
|
|
5
|
+
export { default as IconCheckbox } from "./line/icon-checkbox";
|
|
6
|
+
export { default as IconImageSwatch } from "./line/icon-image-swatch";
|
|
7
|
+
export { default as IconColorSwatch } from "./line/icon-color-swatch";
|
|
8
|
+
export { default as IconSelectMenu } from "./line/icon-select-menu";
|
|
9
|
+
export { default as IconDescription } from "./line/icon-description";
|
|
10
|
+
export { default as IconSchematic } from "./line/icon-schematic";
|
|
11
|
+
export { default as IconFileUpload } from "./line/icon-file-upload";
|
|
12
|
+
export { default as IconPhotoUpload } from "./line/icon-photo-upload";
|
|
13
|
+
export { default as IconSpotifyCode } from "./line/icon-spotify-code";
|
|
14
|
+
export { default as IconFont } from "./line/icon-font";
|
|
15
|
+
export { default as IconUrl } from "./line/icon-url";
|
|
16
|
+
export { default as IconClockTime } from "./line/icon-clock-time";
|
|
17
|
+
export { default as IconPlayPreviewCircle } from "./line/icon-play-preview-circle";
|
|
18
|
+
export { default as IconSortOrde } from "./line/icon-sort-orde";
|
|
19
|
+
export { default as IconDrag } from "./line/icon-drag";
|
|
20
|
+
export { default as IconLinkedData } from "./line/icon-linked-data";
|
|
21
|
+
export { default as IconSvg } from "./line/icon-svg";
|
|
22
|
+
export { default as IconData } from "./line/icon-data";
|
|
23
|
+
export { default as IconDesign } from "./line/icon-design";
|
|
24
|
+
export { default as IconDragVertically } from "./line/icon-drag-vertically";
|
|
25
|
+
export { default as IconArrowLeftHero } from "./line/icon-arrow-left-hero";
|
|
26
|
+
export { default as IconArrowRightHero } from "./line/icon-arrow-right-hero";
|
|
27
|
+
export { default as IconChevronLeftHero } from "./line/icon-chevron-left-hero";
|
|
28
|
+
export { default as IconChevronRightHero } from "./line/icon-chevron-right-hero";
|
|
29
|
+
export { default as IconSearch } from "./line/icon-search";
|
|
30
|
+
export { default as IconArrowDownTrayDownload } from "./line/icon-arrow-down-tray-download";
|
|
31
|
+
export { default as IconArrowImport } from "./line/icon-arrow-import";
|
|
32
|
+
export { default as IconArrowTopRightOnSquare } from "./line/icon-arrow-top-right-on-square";
|
|
33
|
+
export { default as IconArrowRightOnRectanglehero } from "./line/icon-arrow-right-on-rectanglehero";
|
|
34
|
+
export { default as IconEllipsisMoreHorizontal } from "./line/icon-ellipsis-more-horizontal";
|
|
35
|
+
export { default as IconVariableFunction } from "./line/icon-variable-function";
|
|
36
|
+
export { default as IconShoppingCart } from "./line/icon-shopping-cart";
|
|
37
|
+
export { default as IconCheck } from "./line/icon-check";
|
|
38
|
+
export { default as IconXClose } from "./line/icon-x-close";
|
|
39
|
+
export { default as IconRotateLeft } from "./line/icon-rotate-left";
|
|
40
|
+
export { default as IconRotateRight } from "./line/icon-rotate-right";
|
|
41
|
+
export { default as IconLoading2 } from "./line/icon-loading-2";
|
|
42
|
+
export { default as IconRotate } from "./line/icon-rotate";
|
|
43
|
+
export { default as IconReset } from "./line/icon-reset";
|
|
44
|
+
export { default as IconRotate2Left } from "./line/icon-rotate-2-left";
|
|
45
|
+
export { default as IconRotate2Right } from "./line/icon-rotate-2-right";
|
|
46
|
+
export { default as IconArrowDoubleLeft } from "./line/icon-arrow-double-left";
|
|
47
|
+
export { default as IconArrowDoubleRight } from "./line/icon-arrow-double-right";
|
|
48
|
+
export { default as IconPaperClip } from "./line/icon-paper-clip";
|
|
49
|
+
export { default as IconFileAudio } from "./line/icon-file-audio";
|
|
50
|
+
export { default as IconFileVideo } from "./line/icon-file-video";
|
|
51
|
+
export { default as IconLanguage } from "./line/icon-language";
|
|
52
|
+
export { default as IconPlus } from "./line/icon-plus";
|
|
53
|
+
export { default as IconEdit } from "./line/icon-edit";
|
|
54
|
+
export { default as IconImagePhotoHero } from "./fill/icon-image-photo-hero";
|
|
55
|
+
export { default as IconExclaimationCircleHero } from "./fill/icon-exclaimation-circle-hero";
|
|
56
|
+
export { default as IconInformationCircle } from "./fill/icon-information-circle";
|
|
57
|
+
export { default as IconExclamationTriangleWarning } from "./fill/icon-exclamation-triangle-warning";
|
|
58
|
+
export { default as IconCheckCircleHero } from "./fill/icon-check-circle-hero";
|
|
59
|
+
export { default as IconQuestionMarkCircle } from "./fill/icon-question-mark-circle";
|
|
60
|
+
export { default as IconSwatchHero } from "./fill/icon-swatch-hero";
|
|
61
|
+
export { default as IconShoppingCartHero } from "./fill/icon-shopping-cart-hero";
|
|
62
|
+
export { default as IconXCloseCircleHero } from "./fill/icon-x-close-circle-hero";
|
|
63
|
+
export { default as IconAdd } from "./fill/icon-add";
|
|
64
|
+
export { default as IconScissorsHero } from "./fill/icon-scissors-hero";
|
|
65
|
+
export { default as IconTrianglesPlayHero } from "./fill/icon-triangles-play-hero";
|
|
66
|
+
export { default as IconPauseHero } from "./fill/icon-pause-hero";
|
|
67
|
+
export { default as IconCalendarHero } from "./fill/icon-calendar-hero";
|
|
68
|
+
export { default as IconWindow } from "./fill/icon-window";
|
|
69
|
+
export { default as IconTrashDeleteHero } from "./fill/icon-trash-delete-hero";
|
|
70
|
+
export { default as IconCircleStack } from "./fill/icon-circle-stack";
|
|
71
|
+
export { default as IconDocumentDuplicate } from "./fill/icon-document-duplicate";
|
|
72
|
+
export { default as IconCog6Tooth } from "./fill/icon-cog-6-tooth";
|
|
73
|
+
export { default as IconDocumentArrowUp } from "./fill/icon-document-arrow-up";
|
|
74
|
+
export { default as IconArrowDownOnSquare } from "./fill/icon-arrow-down-on-square";
|
|
75
|
+
export { default as IconArrowPathRoundedSquare } from "./fill/icon-arrow-path-rounded-square";
|
|
76
|
+
export { default as IconPencilSquare } from "./fill/icon-pencil-square";
|
|
77
|
+
export { default as IconEye } from "./fill/icon-eye";
|
|
78
|
+
export { default as IconStar } from "./fill/icon-star";
|
|
79
|
+
export { default as IconRocketLaunch } from "./fill/icon-rocket-launch";
|
|
80
|
+
export { default as IconImageAdd } from "./fill/icon-image-add";
|
|
81
|
+
export { default as IconTagAdd } from "./fill/icon-tag-add";
|
|
82
|
+
export { default as IconSwatchPlus } from "./fill/icon-swatch-plus";
|
|
83
|
+
export { default as IconSwatchMinus } from "./fill/icon-swatch-minus";
|
|
84
|
+
export { default as IconClick } from "./fill/icon-click";
|
|
85
|
+
export { default as IconPuzzlePieceFill } from "./fill/icon-puzzle-piece-fill";
|
|
86
|
+
export { default as IconKeyboardFill } from "./fill/icon-keyboard-fill";
|
|
87
|
+
export { default as IconXCircleDis } from "./fill/icon-x-circle-dis";
|
|
88
|
+
export { default as IconArrowLeftDis } from "./fill/icon-arrow-left-dis";
|
|
89
|
+
export { default as IconFontAdd } from "./fill/icon-font-add";
|
|
90
|
+
export { default as IconQrCode } from "./fill/icon-qr-code";
|
|
91
|
+
export { default as IconRotate2LeftFill } from "./fill/icon-rotate-2-left-fill";
|
|
92
|
+
export { default as IconRotate2RightFill } from "./fill/icon-rotate-2-right-fill";
|
|
93
|
+
export { default as IconCornerLeftUp } from "./fill/icon-corner-left-up";
|
|
94
|
+
export { default as IconOutputValue } from "./fill/icon-output-value";
|
|
95
|
+
export { default as IconInputValue } from "./fill/icon-input-value";
|
|
96
|
+
export { default as IconRadio } from "./fill/icon-radio";
|
|
97
|
+
export { default as IconDeviceDesktop } from "./fill/icon-device-desktop";
|
|
98
|
+
export { default as IconDeviceMobile } from "./fill/icon-device-mobile";
|
|
99
|
+
export { default as IconLinkedData2 } from "./fill/icon-linked-data-2";
|
|
100
|
+
export { default as IconAdjustmentsHorizontal } from "./fill/icon-adjustments-horizontal";
|
|
101
|
+
export { default as IconTranslation2 } from "./fill/icon-translation-2";
|
|
102
|
+
export { default as IconDocumentCsv } from "./fill/icon-document-csv";
|
|
103
|
+
export { default as IconDocumentText } from "./fill/icon-document-text";
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import type { IconProps } from '../../types';
|
|
2
|
-
export declare const
|
|
3
|
-
export default
|
|
2
|
+
export declare const IconData: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
3
|
+
export default IconData;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import u from"react";var f={},l={get exports(){return f},set exports(t){f=t}},n={};/**
|
|
2
|
-
* @license React
|
|
3
|
-
* react-jsx-runtime.production.min.js
|
|
4
|
-
*
|
|
5
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
6
|
-
*
|
|
7
|
-
* This source code is licensed under the MIT license found in the
|
|
8
|
-
* LICENSE file in the root directory of this source tree.
|
|
9
|
-
*/var m=u,x=Symbol.for("react.element"),y=Symbol.for("react.fragment"),c=Object.prototype.hasOwnProperty,v=m.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,a={key:!0,ref:!0,__self:!0,__source:!0};function i(t,r,p){var e,o={},s=null,_=null;p!==void 0&&(s=""+p),r.key!==void 0&&(s=""+r.key),r.ref!==void 0&&(_=r.ref);for(e in r)c.call(r,e)&&!a.hasOwnProperty(e)&&(o[e]=r[e]);if(t&&t.defaultProps)for(e in r=t.defaultProps,r)o[e]===void 0&&(o[e]=r[e]);return{$$typeof:x,type:t,key:s,ref:_,props:o,_owner:v.current}}n.Fragment=y;n.jsx=i;n.jsxs=i;(function(t){t.exports=n})(l);const j=f.jsx;export{j};
|
|
10
|
-
//# sourceMappingURL=jsx-runtime-6304d870.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"jsx-runtime-6304d870.js","sources":["../../../../node_modules/.pnpm/react@18.2.0/node_modules/react/cjs/react-jsx-runtime.production.min.js","../../../../node_modules/.pnpm/react@18.2.0/node_modules/react/jsx-runtime.js"],"sourcesContent":["/**\n * @license React\n * react-jsx-runtime.production.min.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n'use strict';var f=require(\"react\"),k=Symbol.for(\"react.element\"),l=Symbol.for(\"react.fragment\"),m=Object.prototype.hasOwnProperty,n=f.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,p={key:!0,ref:!0,__self:!0,__source:!0};\nfunction q(c,a,g){var b,d={},e=null,h=null;void 0!==g&&(e=\"\"+g);void 0!==a.key&&(e=\"\"+a.key);void 0!==a.ref&&(h=a.ref);for(b in a)m.call(a,b)&&!p.hasOwnProperty(b)&&(d[b]=a[b]);if(c&&c.defaultProps)for(b in a=c.defaultProps,a)void 0===d[b]&&(d[b]=a[b]);return{$$typeof:k,type:c,key:e,ref:h,props:d,_owner:n.current}}exports.Fragment=l;exports.jsx=q;exports.jsxs=q;\n","'use strict';\n\nif (process.env.NODE_ENV === 'production') {\n module.exports = require('./cjs/react-jsx-runtime.production.min.js');\n} else {\n module.exports = require('./cjs/react-jsx-runtime.development.js');\n}\n"],"names":["f","require$$0","k","l","m","n","p","q","c","a","g","b","d","e","h","reactJsxRuntime_production_min","module"],"mappings":";;;;;;;;GASa,IAAIA,EAAEC,EAAiBC,EAAE,OAAO,IAAI,eAAe,EAAEC,EAAE,OAAO,IAAI,gBAAgB,EAAEC,EAAE,OAAO,UAAU,eAAeC,EAAEL,EAAE,mDAAmD,kBAAkBM,EAAE,CAAC,IAAI,GAAG,IAAI,GAAG,OAAO,GAAG,SAAS,EAAE,EAClP,SAASC,EAAEC,EAAEC,EAAEC,EAAE,CAAC,IAAIC,EAAEC,EAAE,GAAGC,EAAE,KAAKC,EAAE,KAAcJ,IAAT,SAAaG,EAAE,GAAGH,GAAYD,EAAE,MAAX,SAAiBI,EAAE,GAAGJ,EAAE,KAAcA,EAAE,MAAX,SAAiBK,EAAEL,EAAE,KAAK,IAAIE,KAAKF,EAAEL,EAAE,KAAKK,EAAEE,CAAC,GAAG,CAACL,EAAE,eAAeK,CAAC,IAAIC,EAAED,CAAC,EAAEF,EAAEE,CAAC,GAAG,GAAGH,GAAGA,EAAE,aAAa,IAAIG,KAAKF,EAAED,EAAE,aAAaC,EAAWG,EAAED,CAAC,IAAZ,SAAgBC,EAAED,CAAC,EAAEF,EAAEE,CAAC,GAAG,MAAM,CAAC,SAAST,EAAE,KAAKM,EAAE,IAAIK,EAAE,IAAIC,EAAE,MAAMF,EAAE,OAAOP,EAAE,OAAO,CAAC,YAAkBF,EAAaY,EAAA,IAACR,EAAEQ,EAAA,KAAaR,eCPxWS,EAAA,QAAiBf"}
|
package/dist/made/index.es.js
DELETED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
import{j as n}from"../assets/jsx-runtime-6304d870.js";import{forwardRef as c}from"react";const i=c(({color:t="currentColor",...e},o)=>{const{className:l}=e;return e={...e,className:`${l?l+" ":""}test-icon test-icon-icon-right`},n("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,ref:o,children:n("path",{d:"M7.50942 14.7698C7.22233 14.4713 7.23164 13.9965 7.53022 13.7094L11.468 10L7.53022 6.29062C7.23164 6.00353 7.22233 5.52875 7.50942 5.23017C7.79652 4.93159 8.2713 4.92228 8.56988 5.20937L13.0699 9.45937C13.2169 9.60078 13.3 9.79599 13.3 10C13.3 10.204 13.2169 10.3992 13.0699 10.5406L8.56988 14.7906C8.2713 15.0777 7.79652 15.0684 7.50942 14.7698Z",fill:t,fillRule:"evenodd",clipRule:"evenodd"})})});i.displayName="IconRight";const s=c(({color:t="currentColor",...e},o)=>{const{className:l}=e;return e={...e,className:`${l?l+" ":""}test-icon test-icon-icon-left`},n("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,ref:o,children:n("path",{d:"M12.4906 5.23017C12.7777 5.52875 12.7684 6.00353 12.4698 6.29063L8.53203 10L12.4698 13.7094C12.7684 13.9965 12.7777 14.4713 12.4906 14.7698C12.2035 15.0684 11.7287 15.0777 11.4301 14.7906L6.93012 10.5406C6.78306 10.3992 6.69995 10.204 6.69995 10C6.69995 9.79599 6.78306 9.60078 6.93012 9.45938L11.4301 5.20938C11.7287 4.92228 12.2035 4.93159 12.4906 5.23017Z",fill:t,fillRule:"evenodd",clipRule:"evenodd"})})});s.displayName="IconLeft";const a=c(({color:t="currentColor",...e},o)=>{const{className:l}=e;return e={...e,className:`${l?l+" ":""}test-icon test-icon-icon-up`},n("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,ref:o,children:n("path",{d:"M14.7698 12.4906C14.4713 12.7777 13.9965 12.7684 13.7094 12.4698L10 8.53203L6.29062 12.4698C6.00353 12.7684 5.52875 12.7777 5.23017 12.4906C4.93159 12.2035 4.92228 11.7287 5.20937 11.4301L9.45937 6.93012C9.60078 6.78306 9.79599 6.69995 10 6.69995C10.204 6.69995 10.3992 6.78306 10.5406 6.93012L14.7906 11.4301C15.0777 11.7287 15.0684 12.2035 14.7698 12.4906Z",fill:t,fillRule:"evenodd",clipRule:"evenodd"})})});a.displayName="IconUp";export{s as IconLeft,i as IconRight,a as IconUp};
|
|
2
|
-
//# sourceMappingURL=index.es.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.es.js","sources":["../../src/made/arrow/icon-right.tsx","../../src/made/arrow/icon-left.tsx","../../src/made/arrow/icon-up.tsx"],"sourcesContent":["import { forwardRef } from \"react\";\nimport type { IconProps } from \"@/types\";\n\nexport const IconRight = forwardRef<SVGSVGElement, IconProps>(\n ({ color = \"currentColor\", ...props }, forwardedRef) => {\n const { className } = props;\n props = {\n ...props,\n className: `${\n className ? className + \" \" : \"\"\n }test-icon test-icon-icon-right`,\n };\n return (\n <svg\n viewBox=\"0 0 20 20\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n ref={forwardedRef}\n >\n <path\n d=\"M7.50942 14.7698C7.22233 14.4713 7.23164 13.9965 7.53022 13.7094L11.468 10L7.53022 6.29062C7.23164 6.00353 7.22233 5.52875 7.50942 5.23017C7.79652 4.93159 8.2713 4.92228 8.56988 5.20937L13.0699 9.45937C13.2169 9.60078 13.3 9.79599 13.3 10C13.3 10.204 13.2169 10.3992 13.0699 10.5406L8.56988 14.7906C8.2713 15.0777 7.79652 15.0684 7.50942 14.7698Z\"\n fill={color}\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n />\n </svg>\n );\n }\n);\n\nIconRight.displayName = \"IconRight\";\n\nexport default IconRight;\n","import { forwardRef } from \"react\";\nimport type { IconProps } from \"@/types\";\n\nexport const IconLeft = forwardRef<SVGSVGElement, IconProps>(\n ({ color = \"currentColor\", ...props }, forwardedRef) => {\n const { className } = props;\n props = {\n ...props,\n className: `${\n className ? className + \" \" : \"\"\n }test-icon test-icon-icon-left`,\n };\n return (\n <svg\n viewBox=\"0 0 20 20\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n ref={forwardedRef}\n >\n <path\n d=\"M12.4906 5.23017C12.7777 5.52875 12.7684 6.00353 12.4698 6.29063L8.53203 10L12.4698 13.7094C12.7684 13.9965 12.7777 14.4713 12.4906 14.7698C12.2035 15.0684 11.7287 15.0777 11.4301 14.7906L6.93012 10.5406C6.78306 10.3992 6.69995 10.204 6.69995 10C6.69995 9.79599 6.78306 9.60078 6.93012 9.45938L11.4301 5.20938C11.7287 4.92228 12.2035 4.93159 12.4906 5.23017Z\"\n fill={color}\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n />\n </svg>\n );\n }\n);\n\nIconLeft.displayName = \"IconLeft\";\n\nexport default IconLeft;\n","import { forwardRef } from \"react\";\nimport type { IconProps } from \"@/types\";\n\nexport const IconUp = forwardRef<SVGSVGElement, IconProps>(\n ({ color = \"currentColor\", ...props }, forwardedRef) => {\n const { className } = props;\n props = {\n ...props,\n className: `${\n className ? className + \" \" : \"\"\n }test-icon test-icon-icon-up`,\n };\n return (\n <svg\n viewBox=\"0 0 20 20\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n ref={forwardedRef}\n >\n <path\n d=\"M14.7698 12.4906C14.4713 12.7777 13.9965 12.7684 13.7094 12.4698L10 8.53203L6.29062 12.4698C6.00353 12.7684 5.52875 12.7777 5.23017 12.4906C4.93159 12.2035 4.92228 11.7287 5.20937 11.4301L9.45937 6.93012C9.60078 6.78306 9.79599 6.69995 10 6.69995C10.204 6.69995 10.3992 6.78306 10.5406 6.93012L14.7906 11.4301C15.0777 11.7287 15.0684 12.2035 14.7698 12.4906Z\"\n fill={color}\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n />\n </svg>\n );\n }\n);\n\nIconUp.displayName = \"IconUp\";\n\nexport default IconUp;\n"],"names":["IconRight","forwardRef","color","props","forwardedRef","className","jsx","IconLeft","IconUp"],"mappings":"yFAGO,MAAMA,EAAYC,EACvB,CAAC,CAAE,MAAAC,EAAQ,eAAgB,GAAGC,CAAA,EAASC,IAAiB,CAChD,KAAA,CAAE,UAAAC,CAAc,EAAAF,EACd,OAAAA,EAAA,CACN,GAAGA,EACH,UAAW,GACTE,EAAYA,EAAY,IAAM,kCAAA,EAIhCC,EAAC,MAAA,CACC,QAAQ,YACR,KAAK,OACL,MAAM,6BACL,GAAGH,EACJ,IAAKC,EAEL,SAAAE,EAAC,OAAA,CACC,EAAE,6VACF,KAAMJ,EACN,SAAS,UACT,SAAS,SAAA,CACX,CAAA,CAAA,CAGN,CACF,EAEAF,EAAU,YAAc,YC5BjB,MAAMO,EAAWN,EACtB,CAAC,CAAE,MAAAC,EAAQ,eAAgB,GAAGC,CAAA,EAASC,IAAiB,CAChD,KAAA,CAAE,UAAAC,CAAc,EAAAF,EACd,OAAAA,EAAA,CACN,GAAGA,EACH,UAAW,GACTE,EAAYA,EAAY,IAAM,iCAAA,EAIhCC,EAAC,MAAA,CACC,QAAQ,YACR,KAAK,OACL,MAAM,6BACL,GAAGH,EACJ,IAAKC,EAEL,SAAAE,EAAC,OAAA,CACC,EAAE,yWACF,KAAMJ,EACN,SAAS,UACT,SAAS,SAAA,CACX,CAAA,CAAA,CAGN,CACF,EAEAK,EAAS,YAAc,WC5BhB,MAAMC,EAASP,EACpB,CAAC,CAAE,MAAAC,EAAQ,eAAgB,GAAGC,CAAA,EAASC,IAAiB,CAChD,KAAA,CAAE,UAAAC,CAAc,EAAAF,EACd,OAAAA,EAAA,CACN,GAAGA,EACH,UAAW,GACTE,EAAYA,EAAY,IAAM,+BAAA,EAIhCC,EAAC,MAAA,CACC,QAAQ,YACR,KAAK,OACL,MAAM,6BACL,GAAGH,EACJ,IAAKC,EAEL,SAAAE,EAAC,OAAA,CACC,EAAE,yWACF,KAAMJ,EACN,SAAS,UACT,SAAS,SAAA,CACX,CAAA,CAAA,CAGN,CACF,EAEAM,EAAO,YAAc"}
|
package/dist/test/index.es.js
DELETED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
import{j as n}from"../assets/jsx-runtime-6304d870.js";import{forwardRef as c}from"react";const i=c(({color:t="currentColor",...e},o)=>{const{className:l}=e;return e={...e,className:`${l?l+" ":""}test-icon test-icon-icon-right`},n("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,ref:o,children:n("path",{d:"M7.50942 14.7698C7.22233 14.4713 7.23164 13.9965 7.53022 13.7094L11.468 10L7.53022 6.29062C7.23164 6.00353 7.22233 5.52875 7.50942 5.23017C7.79652 4.93159 8.2713 4.92228 8.56988 5.20937L13.0699 9.45937C13.2169 9.60078 13.3 9.79599 13.3 10C13.3 10.204 13.2169 10.3992 13.0699 10.5406L8.56988 14.7906C8.2713 15.0777 7.79652 15.0684 7.50942 14.7698Z",fill:t,fillRule:"evenodd",clipRule:"evenodd"})})});i.displayName="IconRight";const s=c(({color:t="currentColor",...e},o)=>{const{className:l}=e;return e={...e,className:`${l?l+" ":""}test-icon test-icon-icon-left`},n("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,ref:o,children:n("path",{d:"M12.4906 5.23017C12.7777 5.52875 12.7684 6.00353 12.4698 6.29063L8.53203 10L12.4698 13.7094C12.7684 13.9965 12.7777 14.4713 12.4906 14.7698C12.2035 15.0684 11.7287 15.0777 11.4301 14.7906L6.93012 10.5406C6.78306 10.3992 6.69995 10.204 6.69995 10C6.69995 9.79599 6.78306 9.60078 6.93012 9.45938L11.4301 5.20938C11.7287 4.92228 12.2035 4.93159 12.4906 5.23017Z",fill:t,fillRule:"evenodd",clipRule:"evenodd"})})});s.displayName="IconLeft";const a=c(({color:t="currentColor",...e},o)=>{const{className:l}=e;return e={...e,className:`${l?l+" ":""}test-icon test-icon-icon-up`},n("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,ref:o,children:n("path",{d:"M14.7698 12.4906C14.4713 12.7777 13.9965 12.7684 13.7094 12.4698L10 8.53203L6.29062 12.4698C6.00353 12.7684 5.52875 12.7777 5.23017 12.4906C4.93159 12.2035 4.92228 11.7287 5.20937 11.4301L9.45937 6.93012C9.60078 6.78306 9.79599 6.69995 10 6.69995C10.204 6.69995 10.3992 6.78306 10.5406 6.93012L14.7906 11.4301C15.0777 11.7287 15.0684 12.2035 14.7698 12.4906Z",fill:t,fillRule:"evenodd",clipRule:"evenodd"})})});a.displayName="IconUp";export{s as IconLeft,i as IconRight,a as IconUp};
|
|
2
|
-
//# sourceMappingURL=index.es.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.es.js","sources":["../../src/test/arrow/icon-right.tsx","../../src/test/arrow/icon-left.tsx","../../src/test/arrow/icon-up.tsx"],"sourcesContent":["import { forwardRef } from \"react\";\nimport type { IconProps } from \"@/types\";\n\nexport const IconRight = forwardRef<SVGSVGElement, IconProps>(\n ({ color = \"currentColor\", ...props }, forwardedRef) => {\n const { className } = props;\n props = {\n ...props,\n className: `${\n className ? className + \" \" : \"\"\n }test-icon test-icon-icon-right`,\n };\n return (\n <svg\n viewBox=\"0 0 20 20\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n ref={forwardedRef}\n >\n <path\n d=\"M7.50942 14.7698C7.22233 14.4713 7.23164 13.9965 7.53022 13.7094L11.468 10L7.53022 6.29062C7.23164 6.00353 7.22233 5.52875 7.50942 5.23017C7.79652 4.93159 8.2713 4.92228 8.56988 5.20937L13.0699 9.45937C13.2169 9.60078 13.3 9.79599 13.3 10C13.3 10.204 13.2169 10.3992 13.0699 10.5406L8.56988 14.7906C8.2713 15.0777 7.79652 15.0684 7.50942 14.7698Z\"\n fill={color}\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n />\n </svg>\n );\n }\n);\n\nIconRight.displayName = \"IconRight\";\n\nexport default IconRight;\n","import { forwardRef } from \"react\";\nimport type { IconProps } from \"@/types\";\n\nexport const IconLeft = forwardRef<SVGSVGElement, IconProps>(\n ({ color = \"currentColor\", ...props }, forwardedRef) => {\n const { className } = props;\n props = {\n ...props,\n className: `${\n className ? className + \" \" : \"\"\n }test-icon test-icon-icon-left`,\n };\n return (\n <svg\n viewBox=\"0 0 20 20\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n ref={forwardedRef}\n >\n <path\n d=\"M12.4906 5.23017C12.7777 5.52875 12.7684 6.00353 12.4698 6.29063L8.53203 10L12.4698 13.7094C12.7684 13.9965 12.7777 14.4713 12.4906 14.7698C12.2035 15.0684 11.7287 15.0777 11.4301 14.7906L6.93012 10.5406C6.78306 10.3992 6.69995 10.204 6.69995 10C6.69995 9.79599 6.78306 9.60078 6.93012 9.45938L11.4301 5.20938C11.7287 4.92228 12.2035 4.93159 12.4906 5.23017Z\"\n fill={color}\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n />\n </svg>\n );\n }\n);\n\nIconLeft.displayName = \"IconLeft\";\n\nexport default IconLeft;\n","import { forwardRef } from \"react\";\nimport type { IconProps } from \"@/types\";\n\nexport const IconUp = forwardRef<SVGSVGElement, IconProps>(\n ({ color = \"currentColor\", ...props }, forwardedRef) => {\n const { className } = props;\n props = {\n ...props,\n className: `${\n className ? className + \" \" : \"\"\n }test-icon test-icon-icon-up`,\n };\n return (\n <svg\n viewBox=\"0 0 20 20\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n ref={forwardedRef}\n >\n <path\n d=\"M14.7698 12.4906C14.4713 12.7777 13.9965 12.7684 13.7094 12.4698L10 8.53203L6.29062 12.4698C6.00353 12.7684 5.52875 12.7777 5.23017 12.4906C4.93159 12.2035 4.92228 11.7287 5.20937 11.4301L9.45937 6.93012C9.60078 6.78306 9.79599 6.69995 10 6.69995C10.204 6.69995 10.3992 6.78306 10.5406 6.93012L14.7906 11.4301C15.0777 11.7287 15.0684 12.2035 14.7698 12.4906Z\"\n fill={color}\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n />\n </svg>\n );\n }\n);\n\nIconUp.displayName = \"IconUp\";\n\nexport default IconUp;\n"],"names":["IconRight","forwardRef","color","props","forwardedRef","className","jsx","IconLeft","IconUp"],"mappings":"yFAGO,MAAMA,EAAYC,EACvB,CAAC,CAAE,MAAAC,EAAQ,eAAgB,GAAGC,CAAA,EAASC,IAAiB,CAChD,KAAA,CAAE,UAAAC,CAAc,EAAAF,EACd,OAAAA,EAAA,CACN,GAAGA,EACH,UAAW,GACTE,EAAYA,EAAY,IAAM,kCAAA,EAIhCC,EAAC,MAAA,CACC,QAAQ,YACR,KAAK,OACL,MAAM,6BACL,GAAGH,EACJ,IAAKC,EAEL,SAAAE,EAAC,OAAA,CACC,EAAE,6VACF,KAAMJ,EACN,SAAS,UACT,SAAS,SAAA,CACX,CAAA,CAAA,CAGN,CACF,EAEAF,EAAU,YAAc,YC5BjB,MAAMO,EAAWN,EACtB,CAAC,CAAE,MAAAC,EAAQ,eAAgB,GAAGC,CAAA,EAASC,IAAiB,CAChD,KAAA,CAAE,UAAAC,CAAc,EAAAF,EACd,OAAAA,EAAA,CACN,GAAGA,EACH,UAAW,GACTE,EAAYA,EAAY,IAAM,iCAAA,EAIhCC,EAAC,MAAA,CACC,QAAQ,YACR,KAAK,OACL,MAAM,6BACL,GAAGH,EACJ,IAAKC,EAEL,SAAAE,EAAC,OAAA,CACC,EAAE,yWACF,KAAMJ,EACN,SAAS,UACT,SAAS,SAAA,CACX,CAAA,CAAA,CAGN,CACF,EAEAK,EAAS,YAAc,WC5BhB,MAAMC,EAASP,EACpB,CAAC,CAAE,MAAAC,EAAQ,eAAgB,GAAGC,CAAA,EAASC,IAAiB,CAChD,KAAA,CAAE,UAAAC,CAAc,EAAAF,EACd,OAAAA,EAAA,CACN,GAAGA,EACH,UAAW,GACTE,EAAYA,EAAY,IAAM,+BAAA,EAIhCC,EAAC,MAAA,CACC,QAAQ,YACR,KAAK,OACL,MAAM,6BACL,GAAGH,EACJ,IAAKC,EAEL,SAAAE,EAAC,OAAA,CACC,EAAE,yWACF,KAAMJ,EACN,SAAS,UACT,SAAS,SAAA,CACX,CAAA,CAAA,CAGN,CACF,EAEAM,EAAO,YAAc"}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { forwardRef } from "react";
|
|
2
|
-
import type { IconProps } from "@/types";
|
|
3
|
-
|
|
4
|
-
export const IconLeft = forwardRef<SVGSVGElement, IconProps>(
|
|
5
|
-
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
6
|
-
const { className } = props;
|
|
7
|
-
props = {
|
|
8
|
-
...props,
|
|
9
|
-
className: `${
|
|
10
|
-
className ? className + " " : ""
|
|
11
|
-
}test-icon test-icon-icon-left`,
|
|
12
|
-
};
|
|
13
|
-
return (
|
|
14
|
-
<svg
|
|
15
|
-
viewBox="0 0 20 20"
|
|
16
|
-
fill="none"
|
|
17
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
18
|
-
{...props}
|
|
19
|
-
ref={forwardedRef}
|
|
20
|
-
>
|
|
21
|
-
<path
|
|
22
|
-
d="M12.4906 5.23017C12.7777 5.52875 12.7684 6.00353 12.4698 6.29063L8.53203 10L12.4698 13.7094C12.7684 13.9965 12.7777 14.4713 12.4906 14.7698C12.2035 15.0684 11.7287 15.0777 11.4301 14.7906L6.93012 10.5406C6.78306 10.3992 6.69995 10.204 6.69995 10C6.69995 9.79599 6.78306 9.60078 6.93012 9.45938L11.4301 5.20938C11.7287 4.92228 12.2035 4.93159 12.4906 5.23017Z"
|
|
23
|
-
fill={color}
|
|
24
|
-
fillRule="evenodd"
|
|
25
|
-
clipRule="evenodd"
|
|
26
|
-
/>
|
|
27
|
-
</svg>
|
|
28
|
-
);
|
|
29
|
-
}
|
|
30
|
-
);
|
|
31
|
-
|
|
32
|
-
IconLeft.displayName = "IconLeft";
|
|
33
|
-
|
|
34
|
-
export default IconLeft;
|