@sunzi/icon 1.0.2 → 1.0.3
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 +2 -2
- package/dist/customeow/index.es.js.map +1 -1
- package/manifest.json +56 -12
- package/package.json +1 -1
- package/src/customeow/fill/icon-arc-text-bicolor.tsx +41 -0
- package/src/customeow/fill/icon-arrows-up-down.tsx +36 -0
- package/src/customeow/fill/icon-bell-notice-fill.tsx +43 -0
- package/src/customeow/fill/icon-clock.tsx +36 -0
- package/src/customeow/fill/icon-funnel.tsx +36 -0
- package/src/customeow/fill/icon-magic-ai-bicolor.tsx +50 -0
- package/src/customeow/fill/icon-new.tsx +36 -0
- package/src/customeow/fill/icon-pattern.tsx +43 -0
- package/src/customeow/fill/icon-step-back-fill.tsx +34 -0
- package/src/customeow/fill/icon-step-next-fill.tsx +34 -0
- package/src/customeow/fill/icon-stock-bicolor.tsx +43 -0
- package/src/customeow/fill/icon-text-bicolor.tsx +43 -0
- package/src/customeow/index.json +56 -12
- package/src/customeow/index.tsx +55 -11
- package/src/customeow/line/icon-align-bottom.tsx +34 -0
- package/src/customeow/line/icon-align-center-horizontally.tsx +34 -0
- package/src/customeow/line/icon-align-center-vertically.tsx +34 -0
- package/src/customeow/line/icon-align-left.tsx +34 -0
- package/src/customeow/line/icon-align-right.tsx +34 -0
- package/src/customeow/line/icon-align-top.tsx +34 -0
- package/src/customeow/line/icon-arrow-top-right-on-square.tsx +1 -5
- package/src/customeow/line/icon-attribute-deg.tsx +36 -0
- package/src/customeow/line/icon-attribute-h.tsx +34 -0
- package/src/customeow/line/icon-attribute-opacity.tsx +45 -0
- package/src/customeow/line/icon-attribute-w.tsx +36 -0
- package/src/customeow/line/icon-attribute-x.tsx +34 -0
- package/src/customeow/line/icon-attribute-y.tsx +34 -0
- package/src/customeow/line/icon-bell-notice.tsx +44 -0
- package/src/customeow/line/icon-chevron-down.tsx +36 -0
- package/src/customeow/line/icon-chevron-left.tsx +36 -0
- package/src/customeow/line/icon-chevron-right.tsx +36 -0
- package/src/customeow/line/icon-chevron-up.tsx +36 -0
- package/src/customeow/line/icon-cog-6-tooth.tsx +45 -0
- package/src/customeow/line/icon-hand.tsx +36 -0
- package/src/customeow/line/icon-pattern-1.tsx +36 -0
- package/src/customeow/line/icon-pattern-2.tsx +40 -0
- package/src/customeow/line/icon-pattern-3.tsx +46 -0
- package/src/customeow/line/icon-pattern-4.tsx +36 -0
- package/src/customeow/line/icon-pattern-5.tsx +46 -0
- package/src/customeow/line/icon-pattern-6.tsx +40 -0
- package/src/customeow/line/icon-rotate.tsx +4 -5
- package/src/customeow/line/icon-text-align-bottom.tsx +36 -0
- package/src/customeow/line/icon-text-align-center.tsx +36 -0
- package/src/customeow/line/icon-text-align-left.tsx +34 -0
- package/src/customeow/line/icon-text-align-middle.tsx +36 -0
- package/src/customeow/line/icon-text-align-right.tsx +34 -0
- package/src/customeow/line/icon-text-align-top.tsx +36 -0
- package/src/customeow/line/icon-text-bold.tsx +36 -0
- package/src/customeow/line/icon-text-border.tsx +36 -0
- package/src/customeow/line/icon-text-italic.tsx +34 -0
- package/src/customeow/line/icon-text-path-1.tsx +43 -0
- package/src/customeow/line/icon-text-path-2.tsx +34 -0
- package/src/customeow/line/icon-text-underline.tsx +34 -0
- package/types/customeow/{line/icon-drag-vertically.d.ts → fill/icon-arc-text-bicolor.d.ts} +2 -2
- package/types/customeow/fill/icon-arrows-up-down.d.ts +3 -0
- package/types/customeow/fill/icon-bell-notice-fill.d.ts +3 -0
- package/types/customeow/fill/icon-clock.d.ts +3 -0
- package/types/customeow/fill/icon-funnel.d.ts +3 -0
- package/types/customeow/fill/icon-magic-ai-bicolor.d.ts +3 -0
- package/types/customeow/fill/icon-new.d.ts +3 -0
- package/types/customeow/fill/icon-pattern.d.ts +3 -0
- package/types/customeow/fill/icon-step-back-fill.d.ts +3 -0
- package/types/customeow/fill/icon-step-next-fill.d.ts +3 -0
- package/types/customeow/fill/icon-stock-bicolor.d.ts +3 -0
- package/types/customeow/fill/icon-text-bicolor.d.ts +3 -0
- package/types/customeow/index.d.ts +55 -11
- package/types/customeow/line/icon-align-bottom.d.ts +3 -0
- package/types/customeow/line/icon-align-center-horizontally.d.ts +3 -0
- package/types/customeow/line/icon-align-center-vertically.d.ts +3 -0
- package/types/customeow/line/icon-align-left.d.ts +3 -0
- package/types/customeow/line/icon-align-right.d.ts +3 -0
- package/types/customeow/line/icon-align-top.d.ts +3 -0
- package/types/customeow/line/icon-attribute-deg.d.ts +3 -0
- package/types/customeow/line/icon-attribute-h.d.ts +3 -0
- package/types/customeow/line/{icon-chevron-right-hero.d.ts → icon-attribute-opacity.d.ts} +2 -2
- package/types/customeow/line/icon-attribute-w.d.ts +3 -0
- package/types/customeow/line/icon-attribute-x.d.ts +3 -0
- package/types/customeow/line/icon-attribute-y.d.ts +3 -0
- package/types/customeow/line/icon-chevron-down.d.ts +3 -0
- package/types/customeow/line/icon-chevron-left.d.ts +3 -0
- package/types/customeow/line/icon-chevron-right.d.ts +3 -0
- package/types/customeow/line/icon-chevron-up.d.ts +3 -0
- package/types/customeow/line/icon-hand.d.ts +3 -0
- package/types/customeow/line/icon-pattern-1.d.ts +3 -0
- package/types/customeow/line/icon-pattern-2.d.ts +3 -0
- package/types/customeow/line/icon-pattern-3.d.ts +3 -0
- package/types/customeow/line/icon-pattern-4.d.ts +3 -0
- package/types/customeow/line/icon-pattern-5.d.ts +3 -0
- package/types/customeow/line/icon-pattern-6.d.ts +3 -0
- package/types/customeow/line/{icon-chevron-left-hero.d.ts → icon-text-align-bottom.d.ts} +2 -2
- package/types/customeow/line/icon-text-align-center.d.ts +3 -0
- package/types/customeow/line/icon-text-align-left.d.ts +3 -0
- package/types/customeow/line/icon-text-align-middle.d.ts +3 -0
- package/types/customeow/line/icon-text-align-right.d.ts +3 -0
- package/types/customeow/line/icon-text-align-top.d.ts +3 -0
- package/types/customeow/line/icon-text-bold.d.ts +3 -0
- package/types/customeow/line/icon-text-border.d.ts +3 -0
- package/types/customeow/line/icon-text-italic.d.ts +3 -0
- package/types/customeow/line/icon-text-path-1.d.ts +3 -0
- package/types/customeow/line/icon-text-path-2.d.ts +3 -0
- package/types/customeow/line/icon-text-underline.d.ts +3 -0
- /package/types/customeow/{fill → line}/icon-bell-notice.d.ts +0 -0
- /package/types/customeow/{fill → line}/icon-cog-6-tooth.d.ts +0 -0
package/manifest.json
CHANGED
|
@@ -24,19 +24,25 @@
|
|
|
24
24
|
"icon-svg": "48/line/icon-svg.svg",
|
|
25
25
|
"icon-data": "48/line/icon-data.svg",
|
|
26
26
|
"icon-design": "48/line/icon-design.svg",
|
|
27
|
-
"icon-
|
|
27
|
+
"icon-hand": "48/line/icon-hand.svg",
|
|
28
|
+
"icon-variable-function": "48/line/icon-variable-function.svg",
|
|
29
|
+
"icon-shopping-cart": "48/line/icon-shopping-cart.svg",
|
|
30
|
+
"icon-arrow-import": "48/line/icon-arrow-import.svg",
|
|
31
|
+
"icon-paper-clip": "48/line/icon-paper-clip.svg",
|
|
32
|
+
"icon-file-audio": "48/line/icon-file-audio.svg",
|
|
33
|
+
"icon-file-video": "48/line/icon-file-video.svg",
|
|
28
34
|
"icon-arrow-left-hero": "48/line/icon-arrow-left-hero.svg",
|
|
29
35
|
"icon-arrow-right-hero": "48/line/icon-arrow-right-hero.svg",
|
|
30
|
-
"icon-chevron-left
|
|
31
|
-
"icon-chevron-right
|
|
36
|
+
"icon-chevron-left": "48/line/icon-chevron-left.svg",
|
|
37
|
+
"icon-chevron-right": "48/line/icon-chevron-right.svg",
|
|
38
|
+
"icon-chevron-down": "48/line/icon-chevron-down.svg",
|
|
39
|
+
"icon-chevron-up": "48/line/icon-chevron-up.svg",
|
|
32
40
|
"icon-search": "48/line/icon-search.svg",
|
|
33
41
|
"icon-arrow-down-tray-download": "48/line/icon-arrow-down-tray-download.svg",
|
|
34
|
-
"icon-arrow-import": "48/line/icon-arrow-import.svg",
|
|
35
42
|
"icon-arrow-top-right-on-square": "48/line/icon-arrow-top-right-on-square.svg",
|
|
36
43
|
"icon-arrow-right-on-rectanglehero": "48/line/icon-arrow-right-on-rectanglehero.svg",
|
|
37
44
|
"icon-ellipsis-more-horizontal": "48/line/icon-ellipsis-more-horizontal.svg",
|
|
38
|
-
"icon-
|
|
39
|
-
"icon-shopping-cart": "48/line/icon-shopping-cart.svg",
|
|
45
|
+
"icon-cog-6-tooth": "48/line/icon-cog-6-tooth.svg",
|
|
40
46
|
"icon-check": "48/line/icon-check.svg",
|
|
41
47
|
"icon-x-close": "48/line/icon-x-close.svg",
|
|
42
48
|
"icon-rotate-left": "48/line/icon-rotate-left.svg",
|
|
@@ -48,11 +54,9 @@
|
|
|
48
54
|
"icon-rotate-2-right": "48/line/icon-rotate-2-right.svg",
|
|
49
55
|
"icon-arrow-double-left": "48/line/icon-arrow-double-left.svg",
|
|
50
56
|
"icon-arrow-double-right": "48/line/icon-arrow-double-right.svg",
|
|
51
|
-
"icon-paper-clip": "48/line/icon-paper-clip.svg",
|
|
52
|
-
"icon-file-audio": "48/line/icon-file-audio.svg",
|
|
53
|
-
"icon-file-video": "48/line/icon-file-video.svg",
|
|
54
57
|
"icon-language": "48/line/icon-language.svg",
|
|
55
58
|
"icon-plus": "48/line/icon-plus.svg",
|
|
59
|
+
"icon-bell-notice": "48/line/icon-bell-notice.svg",
|
|
56
60
|
"icon-edit": "48/line/icon-edit.svg",
|
|
57
61
|
"icon-image-photo-hero": "48/fill/icon-image-photo-hero.svg",
|
|
58
62
|
"icon-exclaimation-circle-hero": "48/fill/icon-exclaimation-circle-hero.svg",
|
|
@@ -72,7 +76,6 @@
|
|
|
72
76
|
"icon-trash-delete-hero": "48/fill/icon-trash-delete-hero.svg",
|
|
73
77
|
"icon-circle-stack": "48/fill/icon-circle-stack.svg",
|
|
74
78
|
"icon-document-duplicate": "48/fill/icon-document-duplicate.svg",
|
|
75
|
-
"icon-cog-6-tooth": "48/fill/icon-cog-6-tooth.svg",
|
|
76
79
|
"icon-document-arrow-up": "48/fill/icon-document-arrow-up.svg",
|
|
77
80
|
"icon-arrow-down-on-square": "48/fill/icon-arrow-down-on-square.svg",
|
|
78
81
|
"icon-arrow-path-rounded-square": "48/fill/icon-arrow-path-rounded-square.svg",
|
|
@@ -80,7 +83,10 @@
|
|
|
80
83
|
"icon-eye": "48/fill/icon-eye.svg",
|
|
81
84
|
"icon-star": "48/fill/icon-star.svg",
|
|
82
85
|
"icon-rocket-launch": "48/fill/icon-rocket-launch.svg",
|
|
83
|
-
"icon-bell-notice": "48/fill/icon-bell-notice.svg",
|
|
86
|
+
"icon-bell-notice-fill": "48/fill/icon-bell-notice-fill.svg",
|
|
87
|
+
"icon-clock": "48/fill/icon-clock.svg",
|
|
88
|
+
"icon-arrows-up-down": "48/fill/icon-arrows-up-down.svg",
|
|
89
|
+
"icon-funnel": "48/fill/icon-funnel.svg",
|
|
84
90
|
"icon-image-add": "48/fill/icon-image-add.svg",
|
|
85
91
|
"icon-tag-add": "48/fill/icon-tag-add.svg",
|
|
86
92
|
"icon-swatch-plus": "48/fill/icon-swatch-plus.svg",
|
|
@@ -105,7 +111,45 @@
|
|
|
105
111
|
"icon-translation-2": "48/fill/icon-translation-2.svg",
|
|
106
112
|
"icon-document-csv": "48/fill/icon-document-csv.svg",
|
|
107
113
|
"icon-document-text": "48/fill/icon-document-text.svg",
|
|
108
|
-
"icon-pen": "48/fill/icon-pen.svg"
|
|
114
|
+
"icon-pen": "48/fill/icon-pen.svg",
|
|
115
|
+
"icon-new": "48/fill/icon-new.svg",
|
|
116
|
+
"icon-step-back-fill": "48/fill/icon-step-back-fill.svg",
|
|
117
|
+
"icon-step-next-fill": "48/fill/icon-step-next-fill.svg",
|
|
118
|
+
"icon-text-bicolor": "48/fill/icon-text-bicolor.svg",
|
|
119
|
+
"icon-arc-text-bicolor": "48/fill/icon-arc-text-bicolor.svg",
|
|
120
|
+
"icon-stock-bicolor": "48/fill/icon-stock-bicolor.svg",
|
|
121
|
+
"icon-pattern": "48/fill/icon-pattern.svg",
|
|
122
|
+
"icon-magic-ai-bicolor": "48/fill/icon-magic-ai-bicolor.svg",
|
|
123
|
+
"icon-align-left": "48/line/icon-align-left.svg",
|
|
124
|
+
"icon-align-center-horizontally": "48/line/icon-align-center-horizontally.svg",
|
|
125
|
+
"icon-align-right": "48/line/icon-align-right.svg",
|
|
126
|
+
"icon-align-top": "48/line/icon-align-top.svg",
|
|
127
|
+
"icon-align-center-vertically": "48/line/icon-align-center-vertically.svg",
|
|
128
|
+
"icon-align-bottom": "48/line/icon-align-bottom.svg",
|
|
129
|
+
"icon-text-border": "48/line/icon-text-border.svg",
|
|
130
|
+
"icon-text-bold": "48/line/icon-text-bold.svg",
|
|
131
|
+
"icon-text-italic": "48/line/icon-text-italic.svg",
|
|
132
|
+
"icon-text-underline": "48/line/icon-text-underline.svg",
|
|
133
|
+
"icon-text-align-left": "48/line/icon-text-align-left.svg",
|
|
134
|
+
"icon-text-align-center": "48/line/icon-text-align-center.svg",
|
|
135
|
+
"icon-text-align-right": "48/line/icon-text-align-right.svg",
|
|
136
|
+
"icon-attribute-x": "48/line/icon-attribute-x.svg",
|
|
137
|
+
"icon-attribute-h": "48/line/icon-attribute-h.svg",
|
|
138
|
+
"icon-attribute-y": "48/line/icon-attribute-y.svg",
|
|
139
|
+
"icon-attribute-w": "48/line/icon-attribute-w.svg",
|
|
140
|
+
"icon-attribute-deg": "48/line/icon-attribute-deg.svg",
|
|
141
|
+
"icon-attribute-opacity": "48/line/icon-attribute-opacity.svg",
|
|
142
|
+
"icon-pattern-1": "48/line/icon-pattern-1.svg",
|
|
143
|
+
"icon-pattern-2": "48/line/icon-pattern-2.svg",
|
|
144
|
+
"icon-pattern-3": "48/line/icon-pattern-3.svg",
|
|
145
|
+
"icon-pattern-4": "48/line/icon-pattern-4.svg",
|
|
146
|
+
"icon-pattern-5": "48/line/icon-pattern-5.svg",
|
|
147
|
+
"icon-pattern-6": "48/line/icon-pattern-6.svg",
|
|
148
|
+
"icon-text-align-middle": "48/line/icon-text-align-middle.svg",
|
|
149
|
+
"icon-text-align-bottom": "48/line/icon-text-align-bottom.svg",
|
|
150
|
+
"icon-text-align-top": "48/line/icon-text-align-top.svg",
|
|
151
|
+
"icon-text-path-1": "48/line/icon-text-path-1.svg",
|
|
152
|
+
"icon-text-path-2": "48/line/icon-text-path-2.svg"
|
|
109
153
|
}
|
|
110
154
|
}
|
|
111
155
|
}
|
package/package.json
CHANGED
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconArcTextBicolor = 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-arc-text-bicolor`,
|
|
14
|
+
};
|
|
15
|
+
return (
|
|
16
|
+
<svg
|
|
17
|
+
viewBox="0 0 20 20"
|
|
18
|
+
fill="none"
|
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
+
{...props}
|
|
21
|
+
ref={forwardedRef}
|
|
22
|
+
>
|
|
23
|
+
<path
|
|
24
|
+
d="M10.6428 2.51625C11.5099 1.67885 12.8974 1.70887 13.7419 2.58331L17.1821 6.14576C18.0265 7.02019 18.0081 8.40792 17.141 9.24532L15.9634 10.3825L15.0083 9.39349C15.3765 8.53417 15.3895 7.55481 15.0444 6.68002L10.4735 11.0941L11.3967 10.2029C10.8147 10.765 10.889 11.4576 11.6195 12.2808L10.8355 13.04L6.63075 8.68586L7.41581 7.92774C8.20117 8.67534 8.88196 8.78268 9.45817 8.24976L13.1332 4.70081C12.2709 4.32525 11.2916 4.30405 10.4199 4.64207L9.46517 3.65344L10.6428 2.51625Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
fillRule="evenodd"
|
|
27
|
+
clipRule="evenodd"
|
|
28
|
+
/>
|
|
29
|
+
<path
|
|
30
|
+
opacity=".5"
|
|
31
|
+
d="M3.72723 11.0775C4.30147 10.523 5.01214 10.6086 5.32959 10.9374L10.9652 16.7732C10.9679 16.776 10.9707 16.7788 10.9735 16.7817C12.2211 18.0645 14.2724 18.0975 15.5607 16.8534C16.8519 15.6065 16.8878 13.549 15.6409 12.2579C15.2573 11.8606 14.6242 11.8496 14.2269 12.2332C13.8297 12.6169 13.8186 13.2499 14.2023 13.6472C14.6818 14.1438 14.668 14.9351 14.1714 15.4147C13.6748 15.8943 12.8835 15.8804 12.4039 15.3838C12.4016 15.3815 12.3993 15.3791 12.397 15.3767L6.76827 9.54805C5.54171 8.2779 3.55144 8.46695 2.33791 9.63883C1.12439 10.8107 0.865997 12.7932 2.09256 14.0633C2.47621 14.4606 3.10928 14.4717 3.50656 14.088C3.90384 13.7044 3.91489 13.0713 3.53124 12.674C3.21379 12.3453 3.15299 11.632 3.72723 11.0775Z"
|
|
32
|
+
fill={color}
|
|
33
|
+
/>
|
|
34
|
+
</svg>
|
|
35
|
+
);
|
|
36
|
+
}
|
|
37
|
+
);
|
|
38
|
+
|
|
39
|
+
IconArcTextBicolor.displayName = "IconArcTextBicolor";
|
|
40
|
+
|
|
41
|
+
export default IconArcTextBicolor;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconArrowsUpDown = 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-arrows-up-down`,
|
|
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.23966 6.7996C2.5432 7.08145 3.01775 7.06387 3.2996 6.76034L5.25 4.6599L5.25 13.25C5.25 13.6642 5.58579 14 6 14C6.41422 14 6.75 13.6642 6.75 13.25V4.6599L8.70041 6.76034C8.98226 7.06387 9.45681 7.08145 9.76034 6.79959C10.0639 6.51774 10.0815 6.04319 9.7996 5.73966L6.5496 2.23966C6.40769 2.08684 6.20855 2 6 2C5.79145 2 5.59232 2.08684 5.45041 2.23966L2.20041 5.73966C1.91856 6.04319 1.93613 6.51774 2.23966 6.7996ZM10.2397 13.2004C9.93613 13.4823 9.91856 13.9568 10.2004 14.2603L13.4504 17.7603C13.5923 17.9132 13.7915 18 14 18C14.2086 18 14.4077 17.9132 14.5496 17.7603L17.7996 14.2603C18.0815 13.9568 18.0639 13.4823 17.7603 13.2004C17.4568 12.9186 16.9823 12.9361 16.7004 13.2397L14.75 15.3401V6.75C14.75 6.33579 14.4142 6 14 6C13.5858 6 13.25 6.33579 13.25 6.75V15.3401L11.2996 13.2397C11.0177 12.9361 10.5432 12.9186 10.2397 13.2004Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
fillRule="evenodd"
|
|
27
|
+
clipRule="evenodd"
|
|
28
|
+
/>
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
}
|
|
32
|
+
);
|
|
33
|
+
|
|
34
|
+
IconArrowsUpDown.displayName = "IconArrowsUpDown";
|
|
35
|
+
|
|
36
|
+
export default IconArrowsUpDown;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconBellNoticeFill = 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-bell-notice-fill`,
|
|
14
|
+
};
|
|
15
|
+
return (
|
|
16
|
+
<svg
|
|
17
|
+
viewBox="0 0 20 20"
|
|
18
|
+
fill="none"
|
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
+
{...props}
|
|
21
|
+
ref={forwardedRef}
|
|
22
|
+
>
|
|
23
|
+
<g clipPath="url(#a)">
|
|
24
|
+
<path
|
|
25
|
+
d="M9.99997 2C6.68626 2 3.99997 4.68629 3.99997 8C3.99997 9.88663 3.54624 11.6651 2.7426 13.2343C2.63591 13.4426 2.6326 13.6888 2.73365 13.9C2.83469 14.1111 3.02851 14.2629 3.25769 14.3105C4.32537 14.5322 5.41181 14.7023 6.51426 14.818C6.67494 16.602 8.17421 18 10 18C11.8258 18 13.3251 16.602 13.4857 14.818C14.5882 14.7023 15.6746 14.5322 16.7422 14.3105C16.9714 14.2629 17.1652 14.1111 17.2663 13.9C17.3673 13.6888 17.364 13.4426 17.2573 13.2343C16.4537 11.6651 16 9.88663 16 8C16 4.68629 13.3137 2 9.99997 2ZM8.0493 14.9433C8.69477 14.9809 9.34517 15 9.99997 15C10.6548 15 11.3052 14.9809 11.9507 14.9433C11.749 15.8345 10.9522 16.5 10 16.5C9.04777 16.5 8.25097 15.8345 8.0493 14.9433Z"
|
|
26
|
+
fill={color}
|
|
27
|
+
fillRule="evenodd"
|
|
28
|
+
clipRule="evenodd"
|
|
29
|
+
/>
|
|
30
|
+
</g>
|
|
31
|
+
<defs>
|
|
32
|
+
<clipPath id="a">
|
|
33
|
+
<path fill={color} d="M0 0H20V20H0z" />
|
|
34
|
+
</clipPath>
|
|
35
|
+
</defs>
|
|
36
|
+
</svg>
|
|
37
|
+
);
|
|
38
|
+
}
|
|
39
|
+
);
|
|
40
|
+
|
|
41
|
+
IconBellNoticeFill.displayName = "IconBellNoticeFill";
|
|
42
|
+
|
|
43
|
+
export default IconBellNoticeFill;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconClock = 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-clock`,
|
|
14
|
+
};
|
|
15
|
+
return (
|
|
16
|
+
<svg
|
|
17
|
+
viewBox="0 0 20 20"
|
|
18
|
+
fill="none"
|
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
+
{...props}
|
|
21
|
+
ref={forwardedRef}
|
|
22
|
+
>
|
|
23
|
+
<path
|
|
24
|
+
d="M10 18C14.4183 18 18 14.4183 18 10C18 5.58172 14.4183 2 10 2C5.58172 2 2 5.58172 2 10C2 14.4183 5.58172 18 10 18ZM10.75 5C10.75 4.58579 10.4142 4.25 10 4.25C9.58579 4.25 9.25 4.58579 9.25 5V10C9.25 10.4142 9.58579 10.75 10 10.75H14C14.4142 10.75 14.75 10.4142 14.75 10C14.75 9.58579 14.4142 9.25 14 9.25H10.75V5Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
fillRule="evenodd"
|
|
27
|
+
clipRule="evenodd"
|
|
28
|
+
/>
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
}
|
|
32
|
+
);
|
|
33
|
+
|
|
34
|
+
IconClock.displayName = "IconClock";
|
|
35
|
+
|
|
36
|
+
export default IconClock;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconFunnel = 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-funnel`,
|
|
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.62803 1.60102C5.02718 1.2056 7.48986 1 10 1C12.5101 1 14.9728 1.2056 17.372 1.60102C17.7342 1.66072 18 1.97389 18 2.34103V4.62868C18 5.22542 17.7629 5.79771 17.341 6.21967L12.659 10.9017C12.2371 11.3236 12 11.8959 12 12.4926V15.5291C12 16.2126 11.6893 16.859 11.1556 17.286L9.21852 18.8357C8.99339 19.0158 8.68496 19.0509 8.42511 18.926C8.16526 18.8011 8 18.5383 8 18.25V12.4926C8 11.8959 7.76295 11.3236 7.34099 10.9017L2.65901 6.21967C2.23705 5.79771 2 5.22542 2 4.62868V2.34103C2 1.97389 2.26578 1.66072 2.62803 1.60102Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
fillRule="evenodd"
|
|
27
|
+
clipRule="evenodd"
|
|
28
|
+
/>
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
}
|
|
32
|
+
);
|
|
33
|
+
|
|
34
|
+
IconFunnel.displayName = "IconFunnel";
|
|
35
|
+
|
|
36
|
+
export default IconFunnel;
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconMagicAiBicolor = 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-magic-ai-bicolor`,
|
|
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
|
+
opacity=".5"
|
|
25
|
+
d="M13.5818 12.3879C13.8387 12.3879 14.0668 12.5523 14.1481 12.7961L14.4619 13.7375C14.5807 14.094 14.8605 14.3737 15.217 14.4926L16.1584 14.8064C16.4022 14.8876 16.5666 15.1158 16.5666 15.3727C16.5666 15.6297 16.4022 15.8578 16.1584 15.9391L15.217 16.2529C14.8605 16.3717 14.5807 16.6514 14.4619 17.008L14.1481 17.9494C14.0668 18.1931 13.8387 18.3576 13.5818 18.3576C13.3248 18.3576 13.0967 18.1931 13.0154 17.9494L12.7016 17.008C12.5828 16.6514 12.303 16.3717 11.9465 16.2529L11.0051 15.9391C10.7613 15.8578 10.5969 15.6297 10.5969 15.3727C10.5969 15.1158 10.7613 14.8876 11.0051 14.8064L11.9465 14.4926C12.303 14.3737 12.5828 14.094 12.7016 13.7375L13.0154 12.7961C13.0967 12.5523 13.3248 12.3879 13.5818 12.3879Z"
|
|
26
|
+
fill={color}
|
|
27
|
+
fillRule="evenodd"
|
|
28
|
+
clipRule="evenodd"
|
|
29
|
+
/>
|
|
30
|
+
<path
|
|
31
|
+
opacity=".7"
|
|
32
|
+
d="M14.7758 1.64246C15.0497 1.64246 15.2885 1.82889 15.3549 2.09464L15.561 2.91882C15.7481 3.66742 16.3326 4.25192 17.0812 4.43907L17.9054 4.64512C18.1712 4.71156 18.3576 4.95033 18.3576 5.22426C18.3576 5.49819 18.1712 5.73697 17.9054 5.80341L17.0812 6.00945C16.3326 6.1966 15.7481 6.78111 15.561 7.52971L15.3549 8.35389C15.2885 8.61964 15.0497 8.80607 14.7758 8.80607C14.5018 8.80607 14.2631 8.61964 14.1966 8.35389L13.9906 7.52971C13.8034 6.78111 13.2189 6.1966 12.4703 6.00945L11.6462 5.80341C11.3804 5.73697 11.194 5.49819 11.194 5.22426C11.194 4.95033 11.3804 4.71156 11.6462 4.64512L12.4703 4.43907C13.2189 4.25192 13.8034 3.66742 13.9906 2.91882L14.1966 2.09464C14.2631 1.82889 14.5018 1.64246 14.7758 1.64246Z"
|
|
33
|
+
fill={color}
|
|
34
|
+
fillRule="evenodd"
|
|
35
|
+
clipRule="evenodd"
|
|
36
|
+
/>
|
|
37
|
+
<path
|
|
38
|
+
d="M7.61214 4.03033C7.87867 4.03033 8.11291 4.20702 8.18613 4.4633L8.8334 6.72875C9.11672 7.72034 9.89181 8.49543 10.8834 8.77875L13.1488 9.42601C13.4051 9.49924 13.5818 9.73348 13.5818 10C13.5818 10.2665 13.4051 10.5008 13.1488 10.574L10.8834 11.2213C9.89181 11.5046 9.11672 12.2797 8.8334 13.2713L8.18613 15.5367C8.11291 15.793 7.87867 15.9697 7.61214 15.9697C7.3456 15.9697 7.11136 15.793 7.03814 15.5367L6.39087 13.2713C6.10756 12.2797 5.33246 11.5046 4.34087 11.2213L2.07542 10.574C1.81914 10.5008 1.64246 10.2665 1.64246 10C1.64246 9.73348 1.81914 9.49924 2.07542 9.42601L4.34087 8.77874C5.33246 8.49543 6.10756 7.72033 6.39087 6.72875L7.03814 4.4633C7.11136 4.20702 7.3456 4.03033 7.61214 4.03033Z"
|
|
39
|
+
fill={color}
|
|
40
|
+
fillRule="evenodd"
|
|
41
|
+
clipRule="evenodd"
|
|
42
|
+
/>
|
|
43
|
+
</svg>
|
|
44
|
+
);
|
|
45
|
+
}
|
|
46
|
+
);
|
|
47
|
+
|
|
48
|
+
IconMagicAiBicolor.displayName = "IconMagicAiBicolor";
|
|
49
|
+
|
|
50
|
+
export default IconMagicAiBicolor;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconNew = 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-new`,
|
|
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="M1.87868 4.37868C1 5.25736 1 6.67157 1 9.5V10.5C1 13.3284 1 14.7426 1.87868 15.6213C2.75736 16.5 4.17157 16.5 7 16.5H13C15.8284 16.5 17.2426 16.5 18.1213 15.6213C19 14.7426 19 13.3284 19 10.5V9.5C19 6.67157 19 5.25736 18.1213 4.37868C17.2426 3.5 15.8284 3.5 13 3.5H7C4.17157 3.5 2.75736 3.5 1.87868 4.37868ZM15.9187 12.3095C16.0535 12.1846 16.1425 12.0182 16.1716 11.8368L16.1698 11.8353L16.7747 8.20759C16.7916 8.12588 16.7917 8.04162 16.7752 7.95984C16.7587 7.87807 16.7259 7.80046 16.6787 7.73167C16.6315 7.66288 16.5709 7.60432 16.5006 7.5595C16.4302 7.51468 16.3515 7.48452 16.2692 7.47082C16.1869 7.45712 16.1027 7.46017 16.0216 7.47978C15.9406 7.49939 15.8643 7.53516 15.7973 7.58495C15.7304 7.63474 15.6742 7.69753 15.6321 7.76955C15.59 7.84157 15.5629 7.92134 15.5523 8.0041L15.2177 10.0065L14.9562 9.24387C14.9064 9.10026 14.8131 8.97574 14.6892 8.88761C14.5653 8.79949 14.4171 8.75213 14.2651 8.75213C14.1131 8.75213 13.9648 8.79949 13.841 8.88761C13.7171 8.97574 13.6238 9.10026 13.5739 9.24387L13.3124 10.0065L12.979 8.0041C12.952 7.84185 12.8616 7.69697 12.7278 7.60132C12.594 7.50567 12.4277 7.4671 12.2655 7.49408C12.1032 7.52107 11.9583 7.6114 11.8627 7.74521C11.767 7.87902 11.7285 8.04534 11.7554 8.20759L12.3604 11.8368C12.3908 12.0171 12.4804 12.1821 12.6149 12.3058C12.7495 12.4295 12.9215 12.5049 13.1037 12.5201C13.2858 12.5353 13.4679 12.4894 13.6211 12.3897C13.7743 12.29 13.89 12.1421 13.9499 11.9694L14.266 11.0494L14.581 11.9694C14.6398 12.1434 14.7551 12.2928 14.9087 12.3937C15.0622 12.4945 15.2452 12.541 15.4282 12.5257C15.6113 12.5105 15.784 12.4343 15.9187 12.3095ZM4.04299 7.52214C4.16824 7.56695 4.27577 7.65086 4.34968 7.76146L5.74567 9.85692V8.10861C5.74365 8.02594 5.75819 7.94369 5.78844 7.86672C5.81868 7.78974 5.86402 7.7196 5.92178 7.66041C5.97954 7.60122 6.04856 7.55418 6.12477 7.52207C6.20098 7.48996 6.28285 7.47341 6.36555 7.47341C6.44826 7.47341 6.53012 7.48996 6.60633 7.52207C6.68255 7.55418 6.75156 7.60122 6.80933 7.66041C6.86709 7.7196 6.91243 7.78974 6.94267 7.86672C6.97292 7.94369 6.98746 8.02594 6.98544 8.10861V11.9025C6.98545 12.0356 6.94268 12.1651 6.86344 12.2719C6.7842 12.3788 6.6727 12.4573 6.5454 12.4959C6.4181 12.5346 6.28176 12.5312 6.1565 12.4864C6.03125 12.4416 5.92372 12.3577 5.84981 12.2471L4.45382 10.1542V11.9022C4.45584 11.9848 4.4413 12.0671 4.41106 12.1441C4.38081 12.221 4.33547 12.2912 4.27771 12.3504C4.21995 12.4096 4.15093 12.4566 4.07472 12.4887C3.99851 12.5208 3.91664 12.5374 3.83394 12.5374C3.75124 12.5374 3.66937 12.5208 3.59316 12.4887C3.51694 12.4566 3.44793 12.4096 3.39016 12.3504C3.3324 12.2912 3.28707 12.221 3.25682 12.1441C3.22658 12.0671 3.21203 11.9848 3.21405 11.9022V8.10603C3.21404 7.973 3.25681 7.84349 3.33605 7.73664C3.41529 7.62978 3.52679 7.55124 3.65409 7.51262C3.78139 7.47399 3.91773 7.47733 4.04299 7.52214ZM8.09632 7.66729C8.15399 7.60979 8.22241 7.56422 8.29769 7.53317C8.37297 7.50212 8.45363 7.48621 8.53506 7.48633H10.8163C10.899 7.48431 10.9812 7.49885 11.0582 7.5291C11.1352 7.55934 11.2053 7.60468 11.2645 7.66244C11.3237 7.7202 11.3707 7.78922 11.4028 7.86543C11.4349 7.94164 11.4515 8.02351 11.4515 8.10621C11.4515 8.18892 11.4349 8.27078 11.4028 8.34699C11.3707 8.42321 11.3237 8.49223 11.2645 8.54999C11.2053 8.60775 11.1352 8.65309 11.0582 8.68333C10.9812 8.71358 10.899 8.72812 10.8163 8.7261H9.15661V9.22688H10.5327C10.6944 9.23083 10.8483 9.29787 10.9613 9.41369C11.0743 9.52952 11.1376 9.68494 11.1376 9.84677C11.1376 10.0086 11.0743 10.164 10.9613 10.2798C10.8483 10.3957 10.6944 10.4627 10.5327 10.4667H9.15661V11.2825H10.8181C10.9008 11.2804 10.9831 11.295 11.06 11.3252C11.137 11.3555 11.2071 11.4008 11.2663 11.4586C11.3255 11.5163 11.3726 11.5854 11.4047 11.6616C11.4368 11.7378 11.4533 11.8196 11.4533 11.9023C11.4533 11.985 11.4368 12.0669 11.4047 12.1431C11.3726 12.2193 11.3255 12.2884 11.2663 12.3461C11.2071 12.4039 11.137 12.4492 11.06 12.4795C10.9831 12.5097 10.9008 12.5242 10.8181 12.5222H8.53691C8.37245 12.5222 8.21474 12.4569 8.09845 12.3406C7.98217 12.2243 7.91684 12.0666 7.91684 11.9022V8.10861C7.91671 8.02718 7.93263 7.94653 7.96368 7.87125C7.99473 7.79597 8.0403 7.72754 8.0978 7.66987L8.09632 7.66729Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
fillRule="evenodd"
|
|
27
|
+
clipRule="evenodd"
|
|
28
|
+
/>
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
}
|
|
32
|
+
);
|
|
33
|
+
|
|
34
|
+
IconNew.displayName = "IconNew";
|
|
35
|
+
|
|
36
|
+
export default IconNew;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconPattern = 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-pattern`,
|
|
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
|
+
opacity=".5"
|
|
25
|
+
d="M14.8128 4.87507C14.8128 5.95665 13.936 6.83346 12.8544 6.83346C11.7728 6.83346 10.896 5.95665 10.896 4.87507C10.896 3.79348 11.7728 2.91667 12.8544 2.91667C13.936 2.91667 14.8128 3.79348 14.8128 4.87507ZM15.7917 12.0559C16.8732 12.0559 17.7501 11.1791 17.7501 10.0975C17.7501 9.01592 16.8732 8.13913 15.7917 8.13913C14.7101 8.13913 13.8333 9.01592 13.8333 10.0975C13.8333 11.1791 14.7101 12.0559 15.7917 12.0559ZM14.8128 15.3198C14.8128 16.4014 13.936 17.2782 12.8544 17.2782C11.7728 17.2782 10.896 16.4014 10.896 15.3198C10.896 14.2382 11.7728 13.3614 12.8544 13.3614C13.936 13.3614 14.8128 14.2382 14.8128 15.3198Z"
|
|
26
|
+
fill={color}
|
|
27
|
+
fillRule="evenodd"
|
|
28
|
+
clipRule="evenodd"
|
|
29
|
+
/>
|
|
30
|
+
<path
|
|
31
|
+
d="M6.14566 6.83346C7.22725 6.83346 8.10406 5.95665 8.10406 4.87507C8.10406 3.79348 7.22725 2.91667 6.14566 2.91667C5.06408 2.91667 4.18727 3.79348 4.18727 4.87507C4.18727 5.95665 5.06408 6.83346 6.14566 6.83346ZM5.16679 10.0975C5.16679 11.1791 4.28998 12.0559 3.20839 12.0559C2.12681 12.0559 1.25 11.1791 1.25 10.0975C1.25 9.01592 2.12681 8.13913 3.20839 8.13913C4.28998 8.13913 5.16679 9.01592 5.16679 10.0975ZM9.08294 12.0559C10.1645 12.0559 11.0413 11.1791 11.0413 10.0975C11.0413 9.01592 10.1645 8.13913 9.08294 8.13913C8.00135 8.13913 7.12454 9.01592 7.12454 10.0975C7.12454 11.1791 8.00135 12.0559 9.08294 12.0559ZM6.14566 17.2782C7.22725 17.2782 8.10406 16.4014 8.10406 15.3198C8.10406 14.2382 7.22725 13.3614 6.14566 13.3614C5.06408 13.3614 4.18727 14.2382 4.18727 15.3198C4.18727 16.4014 5.06408 17.2782 6.14566 17.2782Z"
|
|
32
|
+
fill={color}
|
|
33
|
+
fillRule="evenodd"
|
|
34
|
+
clipRule="evenodd"
|
|
35
|
+
/>
|
|
36
|
+
</svg>
|
|
37
|
+
);
|
|
38
|
+
}
|
|
39
|
+
);
|
|
40
|
+
|
|
41
|
+
IconPattern.displayName = "IconPattern";
|
|
42
|
+
|
|
43
|
+
export default IconPattern;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconStepBackFill = 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-step-back-fill`,
|
|
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.86209 2.7629C9.17413 2.89158 9.37774 3.19578 9.37774 3.53331V6.47582C11.6231 6.66719 13.5762 7.57544 15.2035 9.19214C17.0152 10.9921 18.0549 13.2375 18.329 15.8873C18.3667 16.2518 18.1619 16.5982 17.8243 16.7407C17.4867 16.8833 17.0956 16.7886 16.8606 16.5074C15.0473 14.3373 13.5735 13.2861 12.442 13.0507C11.3681 12.8273 10.3478 12.7588 9.37774 12.8386V16.0333C9.37774 16.3749 9.16927 16.6819 8.85176 16.8079C8.53425 16.9339 8.172 16.8533 7.93779 16.6047L1.89347 10.1875C1.58527 9.8603 1.59212 9.34761 1.90896 9.02876L7.95328 2.94593C8.1912 2.7065 8.55004 2.63423 8.86209 2.7629Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
/>
|
|
27
|
+
</svg>
|
|
28
|
+
);
|
|
29
|
+
}
|
|
30
|
+
);
|
|
31
|
+
|
|
32
|
+
IconStepBackFill.displayName = "IconStepBackFill";
|
|
33
|
+
|
|
34
|
+
export default IconStepBackFill;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconStepNextFill = 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-step-next-fill`,
|
|
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="M11.138 2.7629C10.826 2.89158 10.6224 3.19578 10.6224 3.53331V6.47582C8.37705 6.66719 6.42389 7.57544 4.79664 9.19214C2.98489 10.9921 1.94519 13.2375 1.67113 15.8873C1.63343 16.2518 1.83827 16.5982 2.17586 16.7407C2.51344 16.8833 2.90454 16.7886 3.13951 16.5074C4.95286 14.3373 6.42667 13.2861 7.5581 13.0507C8.63206 12.8273 9.65235 12.7588 10.6224 12.8386V16.0333C10.6224 16.3749 10.8309 16.6819 11.1484 16.8079C11.4659 16.9339 11.8281 16.8533 12.0623 16.6047L18.1067 10.1875C18.4149 9.8603 18.408 9.34761 18.0912 9.02876L12.0468 2.94593C11.8089 2.7065 11.4501 2.63423 11.138 2.7629Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
/>
|
|
27
|
+
</svg>
|
|
28
|
+
);
|
|
29
|
+
}
|
|
30
|
+
);
|
|
31
|
+
|
|
32
|
+
IconStepNextFill.displayName = "IconStepNextFill";
|
|
33
|
+
|
|
34
|
+
export default IconStepNextFill;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconStockBicolor = 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-stock-bicolor`,
|
|
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
|
+
opacity=".5"
|
|
25
|
+
d="M14.6666 3.33333C15.7711 3.33333 16.6666 4.22876 16.6666 5.33333V10.6667C16.6666 11.6577 15.9457 12.4804 14.9997 12.6391L14.9999 8C14.9999 6.34314 13.6567 4.99999 11.9999 4.99999L7.36084 5.00019C7.51945 4.05419 8.34216 3.33333 9.33322 3.33333H14.6666Z"
|
|
26
|
+
fill={color}
|
|
27
|
+
fillRule="evenodd"
|
|
28
|
+
clipRule="evenodd"
|
|
29
|
+
/>
|
|
30
|
+
<path
|
|
31
|
+
d="M13.9999 8.00001C13.9999 6.89545 13.1045 6.00002 11.9999 6.00002H5.33325C4.22869 6.00002 3.33325 6.89545 3.33325 8.00001V14.6667C3.33325 15.7713 4.22869 16.6667 5.33325 16.6667H11.9999C13.1045 16.6667 13.9999 15.7713 13.9999 14.6667V8.00001ZM8.22407 8.70907C8.33739 8.55311 8.48486 8.42787 8.66656 8.33334C8.8482 8.42786 8.99568 8.5531 9.10899 8.70907C9.5004 9.24781 9.58385 9.91633 9.39128 10.5038C9.89168 10.1401 10.5533 10.0128 11.1867 10.2186C11.3702 10.2782 11.535 10.3799 11.6808 10.5235C11.6469 10.7254 11.5734 10.9043 11.4601 11.0602C11.0688 11.5989 10.4589 11.8848 9.84071 11.8835C10.3411 12.247 10.6665 12.8368 10.6665 13.5027C10.6665 13.6953 10.6209 13.8831 10.5299 14.0667C10.3272 14.0971 10.1341 14.0824 9.95061 14.0228C9.31791 13.8172 8.85774 13.3262 8.66678 12.7385C8.47541 13.3261 8.01521 13.8172 7.38245 14.0228C7.19975 14.0822 7.00755 14.0969 6.80364 14.0668C6.71223 13.8835 6.66653 13.6955 6.66653 13.5027C6.66653 12.8369 6.99188 12.247 7.49224 11.8848C6.87389 11.8847 6.26418 11.5987 5.87293 11.0602C5.75953 10.9041 5.68596 10.725 5.65259 10.523C5.79855 10.3796 5.96315 10.2781 6.14639 10.2186C6.77974 10.0128 7.44138 10.1401 7.94047 10.5046C7.74921 9.91633 7.83265 9.24781 8.22407 8.70907Z"
|
|
32
|
+
fill={color}
|
|
33
|
+
fillRule="evenodd"
|
|
34
|
+
clipRule="evenodd"
|
|
35
|
+
/>
|
|
36
|
+
</svg>
|
|
37
|
+
);
|
|
38
|
+
}
|
|
39
|
+
);
|
|
40
|
+
|
|
41
|
+
IconStockBicolor.displayName = "IconStockBicolor";
|
|
42
|
+
|
|
43
|
+
export default IconStockBicolor;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconTextBicolor = 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-text-bicolor`,
|
|
14
|
+
};
|
|
15
|
+
return (
|
|
16
|
+
<svg
|
|
17
|
+
viewBox="0 0 20 20"
|
|
18
|
+
fill="none"
|
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
+
{...props}
|
|
21
|
+
ref={forwardedRef}
|
|
22
|
+
>
|
|
23
|
+
<path
|
|
24
|
+
d="M3.33325 6.29167C3.33325 4.81891 4.52716 3.625 5.99992 3.625H11.9999C13.4727 3.625 14.6666 4.81891 14.6666 6.29167V8.29167H13.0008C12.5618 7.23878 11.7193 6.39621 10.6664 5.95709V15.6249L10.6668 14.0573C10.6668 15.0458 11.3329 15.5683 12.6652 15.6249L12.6669 16.9583H5.33358V15.6249C6.64608 15.5692 7.31259 15.062 7.33309 14.1033V5.95696C6.28008 6.39603 5.43743 7.23867 4.99834 8.29167H3.33325V6.29167Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
fillRule="evenodd"
|
|
27
|
+
clipRule="evenodd"
|
|
28
|
+
/>
|
|
29
|
+
<path
|
|
30
|
+
opacity=".5"
|
|
31
|
+
d="M15.3124 7.29169V4.95836L15.3646 4.95898C16.8248 4.97638 17.9995 6.16509 17.9995 7.62546V9.62503H16.646C16.646 8.64469 16.2015 7.86691 15.3124 7.29169ZM11.3385 13.8714V6.411C11.7778 6.55686 12.133 6.85045 12.4042 7.29178C12.5267 7.49098 12.6656 7.92148 12.6656 8.20925V8.95123H13.9924V13.7089C13.9924 14.3189 13.9968 14.8024 14.5309 15.2248C14.809 15.4447 15.2929 15.5781 15.9827 15.6251V16.9584H13.329V14.9978C12.9133 14.9773 12.605 14.9571 12.4042 14.9371C12.1031 14.9072 11.9065 14.8341 11.744 14.769C11.438 14.6463 11.3028 14.3471 11.3385 13.8714Z"
|
|
32
|
+
fill={color}
|
|
33
|
+
fillRule="evenodd"
|
|
34
|
+
clipRule="evenodd"
|
|
35
|
+
/>
|
|
36
|
+
</svg>
|
|
37
|
+
);
|
|
38
|
+
}
|
|
39
|
+
);
|
|
40
|
+
|
|
41
|
+
IconTextBicolor.displayName = "IconTextBicolor";
|
|
42
|
+
|
|
43
|
+
export default IconTextBicolor;
|