@sunzi/icon 1.0.21 → 1.0.24

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.
Files changed (83) hide show
  1. package/dist/customeow/index.es.js +1 -1
  2. package/dist/customeow/index.es.js.map +1 -1
  3. package/dist/customeow-shein/index.es.js +1 -1
  4. package/dist/customeow-shein/index.es.js.map +1 -1
  5. package/manifest.json +36 -4
  6. package/package.json +1 -1
  7. package/src/customeow/default/icon-arrow-left-caret-triangle-solid.tsx +37 -0
  8. package/src/customeow/default/icon-arrow-right-caret-triangle-solid.tsx +38 -0
  9. package/src/customeow/default/icon-calendar-clock-solid.tsx +40 -0
  10. package/src/customeow/default/icon-check-circle-outline.tsx +36 -0
  11. package/src/customeow/default/icon-check-list-outline.tsx +36 -0
  12. package/src/customeow/default/icon-circle.tsx +31 -0
  13. package/src/customeow/default/icon-close-circle-outline.tsx +1 -1
  14. package/src/customeow/default/icon-document-mandate-solid.tsx +36 -0
  15. package/src/customeow/default/icon-drag-cursor-arrow-outline.tsx +2 -2
  16. package/src/customeow/default/icon-ellipsis-more-vertical-outline.tsx +35 -0
  17. package/src/customeow/default/icon-empty-solid.tsx +34 -0
  18. package/src/customeow/default/icon-eye-slash-solid.tsx +40 -0
  19. package/src/customeow/default/icon-file-image-outline.tsx +40 -0
  20. package/src/customeow/default/icon-file-pdf-outline.tsx +42 -0
  21. package/src/customeow/default/icon-file-save-outline.tsx +36 -0
  22. package/src/customeow/default/icon-font-managemen-solid.tsx +34 -0
  23. package/src/customeow/default/icon-font-solid.tsx +2 -2
  24. package/src/customeow/default/icon-heart.tsx +34 -0
  25. package/src/customeow/default/icon-image-photo-error-solid.tsx +44 -0
  26. package/src/customeow/default/icon-information-circle-outline.tsx +37 -0
  27. package/src/customeow/default/icon-light-solid.tsx +34 -0
  28. package/src/customeow/default/icon-logout-solid.tsx +36 -0
  29. package/src/customeow/default/icon-map-outline.tsx +1 -1
  30. package/src/customeow/default/icon-menu-fold-outline.tsx +38 -0
  31. package/src/customeow/default/icon-menu-un-fold-outline.tsx +34 -0
  32. package/src/customeow/default/icon-number-sorted-outline.tsx +36 -0
  33. package/src/customeow/default/icon-oblique-outline.tsx +36 -0
  34. package/src/customeow/default/icon-qr-code-solid.tsx +1 -29
  35. package/src/customeow/default/icon-question-mark-circle-outline.tsx +37 -0
  36. package/src/customeow/default/icon-radio-solid.tsx +31 -0
  37. package/src/customeow/default/icon-store-solid.tsx +42 -0
  38. package/src/customeow/default/icon-text-outline.tsx +36 -0
  39. package/src/customeow/default/icon-tool-font-color-outline.tsx +40 -0
  40. package/src/customeow/default/icon-tool-font-size-outline.tsx +38 -0
  41. package/src/customeow/default/icon-tooth-solid.tsx +36 -0
  42. package/src/customeow/default/icon-type-insert-solid.tsx +36 -0
  43. package/src/customeow/default/icon-type-list-outline.tsx +36 -0
  44. package/src/customeow/index.json +36 -4
  45. package/src/customeow/index.tsx +35 -3
  46. package/src/customeow-shein/default/icon-radio-solid.tsx +36 -0
  47. package/src/customeow-shein/index.json +1 -0
  48. package/src/customeow-shein/index.tsx +1 -0
  49. package/types/customeow/default/icon-arrow-left-caret-triangle-solid.d.ts +3 -0
  50. package/types/customeow/default/icon-arrow-right-caret-triangle-solid.d.ts +3 -0
  51. package/types/customeow/default/icon-calendar-clock-solid.d.ts +3 -0
  52. package/types/customeow/default/icon-check-circle-outline.d.ts +3 -0
  53. package/types/customeow/default/icon-check-list-outline.d.ts +3 -0
  54. package/types/customeow/default/icon-circle.d.ts +3 -0
  55. package/types/customeow/default/icon-document-mandate-solid.d.ts +3 -0
  56. package/types/customeow/default/icon-ellipsis-more-vertical-outline.d.ts +3 -0
  57. package/types/customeow/default/icon-empty-solid.d.ts +3 -0
  58. package/types/customeow/default/icon-eye-slash-solid.d.ts +3 -0
  59. package/types/customeow/default/icon-file-image-outline.d.ts +3 -0
  60. package/types/customeow/default/icon-file-pdf-outline.d.ts +3 -0
  61. package/types/customeow/default/icon-file-save-outline.d.ts +3 -0
  62. package/types/customeow/default/icon-font-managemen-solid.d.ts +3 -0
  63. package/types/customeow/default/icon-heart.d.ts +3 -0
  64. package/types/customeow/default/icon-image-photo-error-solid.d.ts +3 -0
  65. package/types/customeow/default/icon-information-circle-outline.d.ts +3 -0
  66. package/types/customeow/default/icon-light-solid.d.ts +3 -0
  67. package/types/customeow/default/icon-logout-solid.d.ts +3 -0
  68. package/types/customeow/default/icon-menu-fold-outline.d.ts +3 -0
  69. package/types/customeow/default/icon-menu-un-fold-outline.d.ts +3 -0
  70. package/types/customeow/default/icon-number-sorted-outline.d.ts +3 -0
  71. package/types/customeow/default/icon-oblique-outline.d.ts +3 -0
  72. package/types/customeow/default/icon-question-mark-circle-outline.d.ts +3 -0
  73. package/types/customeow/default/icon-radio-solid.d.ts +3 -0
  74. package/types/customeow/default/icon-store-solid.d.ts +3 -0
  75. package/types/customeow/default/icon-text-outline.d.ts +3 -0
  76. package/types/customeow/default/icon-tool-font-color-outline.d.ts +3 -0
  77. package/types/customeow/default/icon-tool-font-size-outline.d.ts +3 -0
  78. package/types/customeow/default/icon-tooth-solid.d.ts +3 -0
  79. package/types/customeow/default/icon-type-insert-solid.d.ts +3 -0
  80. package/types/customeow/default/icon-type-list-outline.d.ts +3 -0
  81. package/types/customeow/index.d.ts +35 -3
  82. package/types/customeow-shein/default/icon-radio-solid.d.ts +3 -0
  83. package/types/customeow-shein/index.d.ts +1 -0
@@ -0,0 +1,38 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "@/types";
3
+
4
+ export const IconToolFontSizeOutline = 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-icon customeow-icon-icon-tool-font-size-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.82343 3.8551C2.40921 3.8551 2.07343 4.19089 2.07343 4.6051V6.16662C2.07343 6.58083 2.40921 6.91662 2.82343 6.91662C3.23764 6.91662 3.57343 6.58083 3.57343 6.16662V5.3551H7.13782V15.25H5.35559C4.94138 15.25 4.60559 15.5858 4.60559 16C4.60559 16.4142 4.94138 16.75 5.35559 16.75H10.42C10.8342 16.75 11.17 16.4142 11.17 16C11.17 15.5858 10.8342 15.25 10.42 15.25H8.63782V5.3551H12.2022V6.16662C12.2022 6.58083 12.538 6.91662 12.9522 6.91662C13.3664 6.91662 13.7022 6.58083 13.7022 6.16662V4.6051C13.7022 4.19089 13.3664 3.8551 12.9522 3.8551H2.82343Z"
25
+ fill={color}
26
+ />
27
+ <path
28
+ d="M11.5109 8.72144C11.1243 8.72144 10.8109 9.03484 10.8109 9.42144V10.3229C10.8109 10.7095 11.1243 11.0229 11.5109 11.0229C11.8975 11.0229 12.2109 10.7095 12.2109 10.3229V10.1214H13.5491V15.3H13.0106C12.624 15.3 12.3106 15.6134 12.3106 16C12.3106 16.3866 12.624 16.7 13.0106 16.7H15.4875C15.8741 16.7 16.1875 16.3866 16.1875 16C16.1875 15.6134 15.8741 15.3 15.4875 15.3H14.9491V10.1214H16.2873V10.3229C16.2873 10.7095 16.6007 11.0229 16.9873 11.0229C17.3738 11.0229 17.6873 10.7095 17.6873 10.3229V9.42144C17.6873 9.03484 17.3738 8.72144 16.9873 8.72144H11.5109Z"
29
+ fill={color}
30
+ />
31
+ </svg>
32
+ );
33
+ }
34
+ );
35
+
36
+ IconToolFontSizeOutline.displayName = "IconToolFontSizeOutline";
37
+
38
+ export default IconToolFontSizeOutline;
@@ -0,0 +1,36 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "@/types";
3
+
4
+ export const IconToothSolid = 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-icon customeow-icon-icon-tooth-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="M8.09758 3.1699C8.17989 2.78038 8.54123 2.5 8.96092 2.5H11.0391C11.4588 2.5 11.8201 2.78038 11.9024 3.1699L12.1934 4.54691C12.8135 4.77049 13.3856 5.0861 13.8911 5.47611L15.2983 5.02554C15.6959 4.89825 16.1331 5.05425 16.3429 5.39826L17.382 7.10173C17.5919 7.44574 17.516 7.88212 17.2007 8.14435L16.0855 9.07204C16.1365 9.37424 16.163 9.68419 16.163 10C16.163 10.3158 16.1365 10.6257 16.0855 10.9279L17.2007 11.8556C17.516 12.1179 17.5919 12.5542 17.382 12.8983L16.3429 14.6017C16.1331 14.9457 15.6959 15.1017 15.2983 14.9744L13.8911 14.5239C13.3856 14.9139 12.8135 15.2295 12.1934 15.4531L11.9024 16.8301C11.8201 17.2196 11.4588 17.5 11.0391 17.5H8.96092C8.54123 17.5 8.17989 17.2196 8.09758 16.8301L7.80662 15.4531C7.18652 15.2295 6.61439 14.9139 6.10887 14.5239L4.70168 14.9745C4.30413 15.1018 3.86692 14.9458 3.65707 14.6017L2.61799 12.8983C2.40815 12.5543 2.48402 12.1179 2.79927 11.8556L3.91453 10.928C3.86349 10.6258 3.83698 10.3158 3.83698 10C3.83698 9.6842 3.86349 9.37425 3.91453 9.07206L2.79927 8.14436C2.48402 7.88214 2.40815 7.44575 2.61799 7.10174L3.65708 5.39827C3.86692 5.05426 4.30413 4.89826 4.70168 5.02555L6.10886 5.47612C6.61438 5.0861 7.18651 4.77049 7.80662 4.54691L8.09758 3.1699ZM10 12.5C11.4587 12.5 12.6413 11.3807 12.6413 10C12.6413 8.61929 11.4587 7.5 10 7.5C8.54125 7.5 7.35871 8.61929 7.35871 10C7.35871 11.3807 8.54125 12.5 10 12.5Z"
25
+ fill={color}
26
+ fillRule="evenodd"
27
+ clipRule="evenodd"
28
+ />
29
+ </svg>
30
+ );
31
+ }
32
+ );
33
+
34
+ IconToothSolid.displayName = "IconToothSolid";
35
+
36
+ export default IconToothSolid;
@@ -0,0 +1,36 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "@/types";
3
+
4
+ export const IconTypeInsertSolid = 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-icon customeow-icon-icon-type-insert-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="M5 2C3.34315 2 2 3.34315 2 5V15C2 16.6569 3.34315 18 5 18H15C16.6569 18 18 16.6569 18 15V5C18 3.34315 16.6569 2 15 2H5ZM7 4C6.72386 4 6.5 4.22386 6.5 4.5V15.5C6.5 15.7761 6.72386 16 7 16H13C13.2761 16 13.5 15.7761 13.5 15.5V4.5C13.5 4.22386 13.2761 4 13 4H7Z"
25
+ fill={color}
26
+ fillRule="evenodd"
27
+ clipRule="evenodd"
28
+ />
29
+ </svg>
30
+ );
31
+ }
32
+ );
33
+
34
+ IconTypeInsertSolid.displayName = "IconTypeInsertSolid";
35
+
36
+ export default IconTypeInsertSolid;
@@ -0,0 +1,36 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "@/types";
3
+
4
+ export const IconTypeListOutline = 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-icon customeow-icon-icon-type-list-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="M4 4C3.44772 4 3 4.44772 3 5C3 5.55228 3.44772 6 4 6H16C16.5523 6 17 5.55228 17 5C17 4.44772 16.5523 4 16 4H4ZM4 9C3.44772 9 3 9.44772 3 10C3 10.5523 3.44772 11 4 11H8C8.55228 11 9 10.5523 9 10C9 9.44772 8.55228 9 8 9H4ZM3 15C3 14.4477 3.44772 14 4 14H8C8.55228 14 9 14.4477 9 15C9 15.5523 8.55228 16 8 16H4C3.44772 16 3 15.5523 3 15ZM12 9C11.4477 9 11 9.44772 11 10C11 10.5523 11.4477 11 12 11H16C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9H12Z"
25
+ fill={color}
26
+ fillRule="evenodd"
27
+ clipRule="evenodd"
28
+ />
29
+ </svg>
30
+ );
31
+ }
32
+ );
33
+
34
+ IconTypeListOutline.displayName = "IconTypeListOutline";
35
+
36
+ export default IconTypeListOutline;
@@ -14,6 +14,8 @@
14
14
  { "componentName": "IconToolPhotoUploadOutline" },
15
15
  { "componentName": "IconToolSpotifyCodeOutline" },
16
16
  { "componentName": "IconToolFontOutline" },
17
+ { "componentName": "IconToolFontSizeOutline" },
18
+ { "componentName": "IconToolFontColorOutline" },
17
19
  { "componentName": "IconToolUrlOutline" },
18
20
  { "componentName": "IconToolClockTimeOutline" },
19
21
  { "componentName": "IconPlayPreviewCircleOutline" },
@@ -43,6 +45,9 @@
43
45
  { "componentName": "IconLocalOutline" },
44
46
  { "componentName": "Icon3DCubeTransparentOutline" },
45
47
  { "componentName": "Icon3DCubeOutline" },
48
+ { "componentName": "IconMapOutline" },
49
+ { "componentName": "IconMapPinOutline" },
50
+ { "componentName": "IconArrowChevronUpDownOutline" },
46
51
  { "componentName": "IconArrowLeftOutline" },
47
52
  { "componentName": "IconArrowRightOutline" },
48
53
  { "componentName": "IconArrowDownOutline" },
@@ -64,10 +69,14 @@
64
69
  { "componentName": "IconArrowDoubleLeftOutline" },
65
70
  { "componentName": "IconArrowDoubleRightOutline" },
66
71
  { "componentName": "IconEllipsisMoreHorizontalOutline" },
72
+ { "componentName": "IconEllipsisMoreVerticalOutline" },
67
73
  { "componentName": "IconCog6ToothOutline" },
68
74
  { "componentName": "IconCheckOutline" },
69
75
  { "componentName": "IconCloseOutline" },
76
+ { "componentName": "IconCheckCircleOutline" },
70
77
  { "componentName": "IconCloseCircleOutline" },
78
+ { "componentName": "IconQuestionMarkCircleOutline" },
79
+ { "componentName": "IconInformationCircleOutline" },
71
80
  { "componentName": "IconRotateOutline" },
72
81
  { "componentName": "IconLanguageOutline" },
73
82
  { "componentName": "IconPlusOutline" },
@@ -81,9 +90,6 @@
81
90
  { "componentName": "IconExclamationTriangleOutline" },
82
91
  { "componentName": "IconClipboardDocumentListOutline" },
83
92
  { "componentName": "IconCalendarOutline" },
84
- { "componentName": "IconMapOutline" },
85
- { "componentName": "IconMapPinOutline" },
86
- { "componentName": "IconArrowChevronUpDownOutline" },
87
93
  { "componentName": "IconAlignLeftOutline" },
88
94
  { "componentName": "IconAlignCenterHorizontallyOutline" },
89
95
  { "componentName": "IconAlignRightOutline" },
@@ -114,6 +120,16 @@
114
120
  { "componentName": "IconToolLockedOutline" },
115
121
  { "componentName": "IconToolUnlockedOutline" },
116
122
  { "componentName": "IconRotateCursorOutline" },
123
+ { "componentName": "IconObliqueOutline" },
124
+ { "componentName": "IconMenuFoldOutline" },
125
+ { "componentName": "IconMenuUnFoldOutline" },
126
+ { "componentName": "IconFileImageOutline" },
127
+ { "componentName": "IconFilePdfOutline" },
128
+ { "componentName": "IconFileSaveOutline" },
129
+ { "componentName": "IconNumberSortedOutline" },
130
+ { "componentName": "IconTextOutline" },
131
+ { "componentName": "IconCheckListOutline" },
132
+ { "componentName": "IconTypeListOutline" },
117
133
  { "componentName": "IconImagePhotoSolid" },
118
134
  { "componentName": "IconExclamationCircleSolid" },
119
135
  { "componentName": "IconExclamationWarningTriangleSolid" },
@@ -139,6 +155,7 @@
139
155
  { "componentName": "IconArrowDownOnSquareSolid" },
140
156
  { "componentName": "IconPencilSquareSolid" },
141
157
  { "componentName": "IconEyeSolid" },
158
+ { "componentName": "IconEyeSlashSolid" },
142
159
  { "componentName": "IconStarSolid" },
143
160
  { "componentName": "IconStopSquareSolid" },
144
161
  { "componentName": "IconRocketLaunch" },
@@ -149,7 +166,9 @@
149
166
  { "componentName": "IconUserSolid" },
150
167
  { "componentName": "IconMapPinSolid" },
151
168
  { "componentName": "IconEnvelopeSolid" },
169
+ { "componentName": "IconHeart" },
152
170
  { "componentName": "IconImagePhotoPlusSolid" },
171
+ { "componentName": "IconImagePhotoErrorSolid" },
153
172
  { "componentName": "IconTagPlusSolid" },
154
173
  { "componentName": "IconSwatchPlusSolid" },
155
174
  { "componentName": "IconSwatchMinusSolid" },
@@ -180,7 +199,12 @@
180
199
  { "componentName": "IconRetryCircleSolid" },
181
200
  { "componentName": "IconArrowUpCaretTriangleSolid" },
182
201
  { "componentName": "IconArrowDownCaretTriangleSolid" },
202
+ { "componentName": "IconArrowLeftCaretTriangleSolid" },
203
+ { "componentName": "IconArrowRightCaretTriangleSolid" },
183
204
  { "componentName": "IconCheckboxSolid" },
205
+ { "componentName": "IconRadioSolid" },
206
+ { "componentName": "IconCalendarClockSolid" },
207
+ { "componentName": "IconEmptySolid" },
184
208
  { "componentName": "IconDocumentTextBicolorSolid" },
185
209
  { "componentName": "IconScissorsBicolorSolid" },
186
210
  { "componentName": "IconTextBicolorSolid" },
@@ -207,6 +231,14 @@
207
231
  { "componentName": "IconResolutionSquareSolid" },
208
232
  { "componentName": "IconResolutionHorizontallySolid" },
209
233
  { "componentName": "IconResolutionVerticallySolid" },
210
- { "componentName": "IconMagicWandSolid" }
234
+ { "componentName": "IconMagicWandSolid" },
235
+ { "componentName": "IconCircle" },
236
+ { "componentName": "IconStoreSolid" },
237
+ { "componentName": "IconDocumentMandateSolid" },
238
+ { "componentName": "IconFontManagemenSolid" },
239
+ { "componentName": "IconToothSolid" },
240
+ { "componentName": "IconLogoutSolid" },
241
+ { "componentName": "IconLightSolid" },
242
+ { "componentName": "IconTypeInsertSolid" }
211
243
  ]
212
244
  }
@@ -12,6 +12,8 @@ export { default as IconToolFileUploadOutline } from "./default/icon-tool-file-u
12
12
  export { default as IconToolPhotoUploadOutline } from "./default/icon-tool-photo-upload-outline";
13
13
  export { default as IconToolSpotifyCodeOutline } from "./default/icon-tool-spotify-code-outline";
14
14
  export { default as IconToolFontOutline } from "./default/icon-tool-font-outline";
15
+ export { default as IconToolFontSizeOutline } from "./default/icon-tool-font-size-outline";
16
+ export { default as IconToolFontColorOutline } from "./default/icon-tool-font-color-outline";
15
17
  export { default as IconToolUrlOutline } from "./default/icon-tool-url-outline";
16
18
  export { default as IconToolClockTimeOutline } from "./default/icon-tool-clock-time-outline";
17
19
  export { default as IconPlayPreviewCircleOutline } from "./default/icon-play-preview-circle-outline";
@@ -41,6 +43,9 @@ export { default as IconImportOutline } from "./default/icon-import-outline";
41
43
  export { default as IconLocalOutline } from "./default/icon-local-outline";
42
44
  export { default as Icon3DCubeTransparentOutline } from "./default/icon-3-d-cube-transparent-outline";
43
45
  export { default as Icon3DCubeOutline } from "./default/icon-3-d-cube-outline";
46
+ export { default as IconMapOutline } from "./default/icon-map-outline";
47
+ export { default as IconMapPinOutline } from "./default/icon-map-pin-outline";
48
+ export { default as IconArrowChevronUpDownOutline } from "./default/icon-arrow-chevron-up-down-outline";
44
49
  export { default as IconArrowLeftOutline } from "./default/icon-arrow-left-outline";
45
50
  export { default as IconArrowRightOutline } from "./default/icon-arrow-right-outline";
46
51
  export { default as IconArrowDownOutline } from "./default/icon-arrow-down-outline";
@@ -62,10 +67,14 @@ export { default as IconArrowPathRoundedSquareOutline } from "./default/icon-arr
62
67
  export { default as IconArrowDoubleLeftOutline } from "./default/icon-arrow-double-left-outline";
63
68
  export { default as IconArrowDoubleRightOutline } from "./default/icon-arrow-double-right-outline";
64
69
  export { default as IconEllipsisMoreHorizontalOutline } from "./default/icon-ellipsis-more-horizontal-outline";
70
+ export { default as IconEllipsisMoreVerticalOutline } from "./default/icon-ellipsis-more-vertical-outline";
65
71
  export { default as IconCog6ToothOutline } from "./default/icon-cog-6-tooth-outline";
66
72
  export { default as IconCheckOutline } from "./default/icon-check-outline";
67
73
  export { default as IconCloseOutline } from "./default/icon-close-outline";
74
+ export { default as IconCheckCircleOutline } from "./default/icon-check-circle-outline";
68
75
  export { default as IconCloseCircleOutline } from "./default/icon-close-circle-outline";
76
+ export { default as IconQuestionMarkCircleOutline } from "./default/icon-question-mark-circle-outline";
77
+ export { default as IconInformationCircleOutline } from "./default/icon-information-circle-outline";
69
78
  export { default as IconRotateOutline } from "./default/icon-rotate-outline";
70
79
  export { default as IconLanguageOutline } from "./default/icon-language-outline";
71
80
  export { default as IconPlusOutline } from "./default/icon-plus-outline";
@@ -79,9 +88,6 @@ export { default as IconArrowsRightLeftOutline } from "./default/icon-arrows-rig
79
88
  export { default as IconExclamationTriangleOutline } from "./default/icon-exclamation-triangle-outline";
80
89
  export { default as IconClipboardDocumentListOutline } from "./default/icon-clipboard-document-list-outline";
81
90
  export { default as IconCalendarOutline } from "./default/icon-calendar-outline";
82
- export { default as IconMapOutline } from "./default/icon-map-outline";
83
- export { default as IconMapPinOutline } from "./default/icon-map-pin-outline";
84
- export { default as IconArrowChevronUpDownOutline } from "./default/icon-arrow-chevron-up-down-outline";
85
91
  export { default as IconAlignLeftOutline } from "./default/icon-align-left-outline";
86
92
  export { default as IconAlignCenterHorizontallyOutline } from "./default/icon-align-center-horizontally-outline";
87
93
  export { default as IconAlignRightOutline } from "./default/icon-align-right-outline";
@@ -112,6 +118,16 @@ export { default as IconClearOutline } from "./default/icon-clear-outline";
112
118
  export { default as IconToolLockedOutline } from "./default/icon-tool-locked-outline";
113
119
  export { default as IconToolUnlockedOutline } from "./default/icon-tool-unlocked-outline";
114
120
  export { default as IconRotateCursorOutline } from "./default/icon-rotate-cursor-outline";
121
+ export { default as IconObliqueOutline } from "./default/icon-oblique-outline";
122
+ export { default as IconMenuFoldOutline } from "./default/icon-menu-fold-outline";
123
+ export { default as IconMenuUnFoldOutline } from "./default/icon-menu-un-fold-outline";
124
+ export { default as IconFileImageOutline } from "./default/icon-file-image-outline";
125
+ export { default as IconFilePdfOutline } from "./default/icon-file-pdf-outline";
126
+ export { default as IconFileSaveOutline } from "./default/icon-file-save-outline";
127
+ export { default as IconNumberSortedOutline } from "./default/icon-number-sorted-outline";
128
+ export { default as IconTextOutline } from "./default/icon-text-outline";
129
+ export { default as IconCheckListOutline } from "./default/icon-check-list-outline";
130
+ export { default as IconTypeListOutline } from "./default/icon-type-list-outline";
115
131
  export { default as IconImagePhotoSolid } from "./default/icon-image-photo-solid";
116
132
  export { default as IconExclamationCircleSolid } from "./default/icon-exclamation-circle-solid";
117
133
  export { default as IconExclamationWarningTriangleSolid } from "./default/icon-exclamation-warning-triangle-solid";
@@ -137,6 +153,7 @@ export { default as IconDocumentArrowUpSolid } from "./default/icon-document-arr
137
153
  export { default as IconArrowDownOnSquareSolid } from "./default/icon-arrow-down-on-square-solid";
138
154
  export { default as IconPencilSquareSolid } from "./default/icon-pencil-square-solid";
139
155
  export { default as IconEyeSolid } from "./default/icon-eye-solid";
156
+ export { default as IconEyeSlashSolid } from "./default/icon-eye-slash-solid";
140
157
  export { default as IconStarSolid } from "./default/icon-star-solid";
141
158
  export { default as IconStopSquareSolid } from "./default/icon-stop-square-solid";
142
159
  export { default as IconRocketLaunch } from "./default/icon-rocket-launch";
@@ -147,7 +164,9 @@ export { default as IconClipboardDocumentListSolid } from "./default/icon-clipbo
147
164
  export { default as IconUserSolid } from "./default/icon-user-solid";
148
165
  export { default as IconMapPinSolid } from "./default/icon-map-pin-solid";
149
166
  export { default as IconEnvelopeSolid } from "./default/icon-envelope-solid";
167
+ export { default as IconHeart } from "./default/icon-heart";
150
168
  export { default as IconImagePhotoPlusSolid } from "./default/icon-image-photo-plus-solid";
169
+ export { default as IconImagePhotoErrorSolid } from "./default/icon-image-photo-error-solid";
151
170
  export { default as IconTagPlusSolid } from "./default/icon-tag-plus-solid";
152
171
  export { default as IconSwatchPlusSolid } from "./default/icon-swatch-plus-solid";
153
172
  export { default as IconSwatchMinusSolid } from "./default/icon-swatch-minus-solid";
@@ -178,7 +197,12 @@ export { default as IconEditSolid } from "./default/icon-edit-solid";
178
197
  export { default as IconRetryCircleSolid } from "./default/icon-retry-circle-solid";
179
198
  export { default as IconArrowUpCaretTriangleSolid } from "./default/icon-arrow-up-caret-triangle-solid";
180
199
  export { default as IconArrowDownCaretTriangleSolid } from "./default/icon-arrow-down-caret-triangle-solid";
200
+ export { default as IconArrowLeftCaretTriangleSolid } from "./default/icon-arrow-left-caret-triangle-solid";
201
+ export { default as IconArrowRightCaretTriangleSolid } from "./default/icon-arrow-right-caret-triangle-solid";
181
202
  export { default as IconCheckboxSolid } from "./default/icon-checkbox-solid";
203
+ export { default as IconRadioSolid } from "./default/icon-radio-solid";
204
+ export { default as IconCalendarClockSolid } from "./default/icon-calendar-clock-solid";
205
+ export { default as IconEmptySolid } from "./default/icon-empty-solid";
182
206
  export { default as IconDocumentTextBicolorSolid } from "./default/icon-document-text-bicolor-solid";
183
207
  export { default as IconScissorsBicolorSolid } from "./default/icon-scissors-bicolor-solid";
184
208
  export { default as IconTextBicolorSolid } from "./default/icon-text-bicolor-solid";
@@ -206,3 +230,11 @@ export { default as IconResolutionSquareSolid } from "./default/icon-resolution-
206
230
  export { default as IconResolutionHorizontallySolid } from "./default/icon-resolution-horizontally-solid";
207
231
  export { default as IconResolutionVerticallySolid } from "./default/icon-resolution-vertically-solid";
208
232
  export { default as IconMagicWandSolid } from "./default/icon-magic-wand-solid";
233
+ export { default as IconCircle } from "./default/icon-circle";
234
+ export { default as IconStoreSolid } from "./default/icon-store-solid";
235
+ export { default as IconDocumentMandateSolid } from "./default/icon-document-mandate-solid";
236
+ export { default as IconFontManagemenSolid } from "./default/icon-font-managemen-solid";
237
+ export { default as IconToothSolid } from "./default/icon-tooth-solid";
238
+ export { default as IconLogoutSolid } from "./default/icon-logout-solid";
239
+ export { default as IconLightSolid } from "./default/icon-light-solid";
240
+ export { default as IconTypeInsertSolid } from "./default/icon-type-insert-solid";
@@ -0,0 +1,36 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "@/types";
3
+
4
+ export const IconRadioSolid = 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-radio-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="M16.2107 6.22234L8.41895 14.7224L3.79138 9.72464L4.70858 8.87538L8.41433 12.8776L15.2893 5.37769L16.2107 6.22234Z"
25
+ fill={color}
26
+ fillRule="evenodd"
27
+ clipRule="evenodd"
28
+ />
29
+ </svg>
30
+ );
31
+ }
32
+ );
33
+
34
+ IconRadioSolid.displayName = "IconRadioSolid";
35
+
36
+ export default IconRadioSolid;
@@ -44,6 +44,7 @@
44
44
  { "componentName": "IconQrCodeSolid" },
45
45
  { "componentName": "IconTrianglesPlaySolid" },
46
46
  { "componentName": "IconCheckboxSolid" },
47
+ { "componentName": "IconRadioSolid" },
47
48
  { "componentName": "IconArrowLeftCircleSolid" },
48
49
  { "componentName": "IconCloseFunctionCircleSolid" },
49
50
  { "componentName": "IconImagePhotoSolid" },
@@ -42,6 +42,7 @@ export { default as IconQuestionMarkCircleSolid } from "./default/icon-question-
42
42
  export { default as IconQrCodeSolid } from "./default/icon-qr-code-solid";
43
43
  export { default as IconTrianglesPlaySolid } from "./default/icon-triangles-play-solid";
44
44
  export { default as IconCheckboxSolid } from "./default/icon-checkbox-solid";
45
+ export { default as IconRadioSolid } from "./default/icon-radio-solid";
45
46
  export { default as IconArrowLeftCircleSolid } from "./default/icon-arrow-left-circle-solid";
46
47
  export { default as IconCloseFunctionCircleSolid } from "./default/icon-close-function-circle-solid";
47
48
  export { default as IconImagePhotoSolid } from "./default/icon-image-photo-solid";
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconArrowLeftCaretTriangleSolid: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconArrowLeftCaretTriangleSolid;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconArrowRightCaretTriangleSolid: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconArrowRightCaretTriangleSolid;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconCalendarClockSolid: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconCalendarClockSolid;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconCheckCircleOutline: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconCheckCircleOutline;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconCheckListOutline: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconCheckListOutline;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconCircle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconCircle;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconDocumentMandateSolid: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconDocumentMandateSolid;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconEllipsisMoreVerticalOutline: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconEllipsisMoreVerticalOutline;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconEmptySolid: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconEmptySolid;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconEyeSlashSolid: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconEyeSlashSolid;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconFileImageOutline: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconFileImageOutline;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconFilePdfOutline: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconFilePdfOutline;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconFileSaveOutline: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconFileSaveOutline;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconFontManagemenSolid: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconFontManagemenSolid;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconHeart: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconHeart;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconImagePhotoErrorSolid: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconImagePhotoErrorSolid;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconInformationCircleOutline: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconInformationCircleOutline;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconLightSolid: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconLightSolid;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconLogoutSolid: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconLogoutSolid;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconMenuFoldOutline: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconMenuFoldOutline;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconMenuUnFoldOutline: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconMenuUnFoldOutline;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconNumberSortedOutline: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconNumberSortedOutline;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconObliqueOutline: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconObliqueOutline;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconQuestionMarkCircleOutline: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconQuestionMarkCircleOutline;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconRadioSolid: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconRadioSolid;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconStoreSolid: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconStoreSolid;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconTextOutline: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconTextOutline;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconToolFontColorOutline: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconToolFontColorOutline;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconToolFontSizeOutline: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconToolFontSizeOutline;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconToothSolid: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconToothSolid;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconTypeInsertSolid: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconTypeInsertSolid;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconTypeListOutline: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconTypeListOutline;