@sunzi/icon 1.1.17 → 1.1.18
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/es/customeow/default/icon-create-component-code-solid.js +1 -0
- package/es/customeow/default/icon-credit-card.js +1 -0
- package/es/customeow/default/icon-keys-command-outline.js +1 -0
- package/es/customeow/default/icon-keys-ctrl-outline.js +1 -0
- package/es/customeow/default/icon-keys-z-outline.js +1 -0
- package/es/customeow/default/icon-magic-wand-solid.js +1 -1
- package/es/customeow/default/icon-manage-solid.js +1 -0
- package/es/customeow/default/icon-public-paper-airplane-solid.js +1 -1
- package/es/customeow/default/icon-tool-text-to-image-preview.js +1 -0
- package/es/customeow/default/icon-usage-solid.js +1 -0
- package/es/customeow/index.js +1 -1
- package/manifest.json +394 -36
- package/package.json +1 -1
- package/src/customeow/default/icon-create-component-code-solid.tsx +43 -0
- package/src/customeow/default/icon-credit-card.tsx +40 -0
- package/src/customeow/default/icon-keys-command-outline.tsx +36 -0
- package/src/customeow/default/icon-keys-ctrl-outline.tsx +38 -0
- package/src/customeow/default/icon-keys-z-outline.tsx +36 -0
- package/src/customeow/default/icon-magic-wand-solid.tsx +2 -2
- package/src/customeow/default/icon-manage-solid.tsx +40 -0
- package/src/customeow/default/icon-public-paper-airplane-solid.tsx +1 -1
- package/src/customeow/default/icon-tool-text-to-image-preview.tsx +44 -0
- package/src/customeow/default/icon-usage-solid.tsx +42 -0
- package/src/customeow/index.json +8 -1
- package/src/customeow/index.tsx +8 -1
- package/types/customeow/default/icon-create-component-code-solid.d.ts +3 -0
- package/types/customeow/default/icon-credit-card.d.ts +3 -0
- package/types/customeow/default/icon-keys-command-outline.d.ts +3 -0
- package/types/customeow/default/icon-keys-ctrl-outline.d.ts +3 -0
- package/types/customeow/default/icon-keys-z-outline.d.ts +3 -0
- package/types/customeow/default/icon-manage-solid.d.ts +3 -0
- package/types/customeow/default/icon-tool-text-to-image-preview.d.ts +3 -0
- package/types/customeow/default/icon-usage-solid.d.ts +3 -0
- package/types/customeow/index.d.ts +8 -1
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "../../types";
|
|
3
|
+
|
|
4
|
+
export const IconKeysCtrlOutline = 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-keys-ctrl-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="M1.75 10.0461C1.75 8.77538 2.14494 7.65262 2.74874 6.86346C3.352 6.075 4.13234 5.65063 4.93689 5.65063C5.70828 5.65063 6.45559 6.03995 7.04806 6.76602C7.30994 7.08695 7.78239 7.13482 8.10332 6.87295C8.42424 6.61107 8.47212 6.13862 8.21024 5.81769C7.39458 4.8181 6.24813 4.15063 4.93689 4.15063C3.56716 4.15063 2.37905 4.87813 1.55744 5.95198C0.736361 7.02512 0.25 8.47512 0.25 10.0461C0.25 11.6172 0.736361 13.0672 1.55744 14.1403C2.37905 15.2142 3.56716 15.9417 4.93689 15.9417C6.24813 15.9417 7.39458 15.2742 8.21024 14.2746C8.47212 13.9537 8.42424 13.4812 8.10332 13.2193C7.78239 12.9575 7.30994 13.0053 7.04806 13.3263C6.45559 14.0523 5.70828 14.4417 4.93689 14.4417C4.13234 14.4417 3.352 14.0173 2.74874 13.2288C2.14494 12.4397 1.75 11.3169 1.75 10.0461Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
/>
|
|
27
|
+
<path
|
|
28
|
+
d="M10.7378 4.90063C10.7378 4.48642 10.402 4.15063 9.98783 4.15063 9.57362 4.15063 9.23783 4.48642 9.23783 4.90063V7.72303H8.76627C8.35205 7.72303 8.01627 8.05882 8.01627 8.47303 8.01627 8.88725 8.35205 9.22303 8.76627 9.22303H9.23783V13.8898C9.23783 15.023 10.1565 15.9416 11.2896 15.9416 11.8257 15.9416 12.3405 15.7319 12.7238 15.3572L12.8525 15.2314C13.1488 14.9418 13.1542 14.467 12.8647 14.1708 12.5752 13.8745 12.1003 13.8691 11.8041 14.1586L11.6754 14.2845C11.5723 14.3852 11.4338 14.4416 11.2896 14.4416 10.9849 14.4416 10.7378 14.1946 10.7378 13.8898V9.22303H11.8202C12.2344 9.22303 12.5702 8.88725 12.5702 8.47303 12.5702 8.05882 12.2344 7.72303 11.8202 7.72303H10.7378V4.90063ZM19.4649 4.90063C19.4649 4.48642 19.1291 4.15063 18.7149 4.15063 18.3007 4.15063 17.9649 4.48642 17.9649 4.90063V15.0937C17.9649 15.508 18.3007 15.8437 18.7149 15.8437 19.1291 15.8437 19.4649 15.508 19.4649 15.0937V4.90063ZM15.0133 8.39683C15.0133 7.98262 14.6775 7.64683 14.2633 7.64683 13.8491 7.64683 13.5133 7.98262 13.5133 8.39683V15.0937C13.5133 15.508 13.8491 15.8437 14.2633 15.8437 14.6775 15.8437 15.0133 15.508 15.0133 15.0937V11.479C15.0172 11.4717 15.021 11.4642 15.0246 11.4567L15.5948 10.2859C15.8333 9.7961 16.3304 9.48528 16.8752 9.48528 17.2894 9.48528 17.6252 9.14949 17.6252 8.73528 17.6252 8.32107 17.2894 7.98528 16.8752 7.98528 16.1828 7.98528 15.528 8.22977 15.0133 8.65458V8.39683Z"
|
|
29
|
+
fill={color}
|
|
30
|
+
/>
|
|
31
|
+
</svg>
|
|
32
|
+
);
|
|
33
|
+
}
|
|
34
|
+
);
|
|
35
|
+
|
|
36
|
+
IconKeysCtrlOutline.displayName = "IconKeysCtrlOutline";
|
|
37
|
+
|
|
38
|
+
export default IconKeysCtrlOutline;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "../../types";
|
|
3
|
+
|
|
4
|
+
export const IconKeysZOutline = 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-keys-z-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.25 3.3678C4.25 2.95358 4.58579 2.6178 5 2.6178H15C15.2844 2.6178 15.5444 2.77868 15.6712 3.03322C15.7981 3.28777 15.7701 3.59218 15.5989 3.81929L6.50468 15.8822H15C15.4142 15.8822 15.75 16.218 15.75 16.6322C15.75 17.0464 15.4142 17.3822 15 17.3822H5C4.71559 17.3822 4.45564 17.2213 4.32877 16.9668C4.20189 16.7122 4.22991 16.4078 4.40113 16.1807L13.4953 4.1178H5C4.58579 4.1178 4.25 3.78201 4.25 3.3678Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
fillRule="evenodd"
|
|
27
|
+
clipRule="evenodd"
|
|
28
|
+
/>
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
}
|
|
32
|
+
);
|
|
33
|
+
|
|
34
|
+
IconKeysZOutline.displayName = "IconKeysZOutline";
|
|
35
|
+
|
|
36
|
+
export default IconKeysZOutline;
|
|
@@ -21,11 +21,11 @@ export const IconMagicWandSolid = forwardRef<SVGSVGElement, IconProps>(
|
|
|
21
21
|
ref={forwardedRef}
|
|
22
22
|
>
|
|
23
23
|
<path
|
|
24
|
-
d="M6.87494 2.
|
|
24
|
+
d="M6.87494 2.08337C6.97161 2.08337 7.05807 2.14357 7.09162 2.23423L7.29216 2.77619C7.49473 3.32363 7.92635 3.75525 8.47379 3.95782L9.01574 4.15836C9.10641 4.19191 9.1666 4.27836 9.1666 4.37504 9.1666 4.47172 9.10641 4.55817 9.01574 4.59172L8.47379 4.79226C7.92635 4.99483 7.49473 5.42645 7.29216 5.97389L7.09162 6.51585C7.05807 6.60652 6.97161 6.66671 6.87494 6.66671 6.77826 6.66671 6.69181 6.60652 6.65826 6.51585L6.45772 5.97389C6.25515 5.42646 5.82352 4.99483 5.27609 4.79226L4.73413 4.59172C4.64346 4.55817 4.58327 4.47172 4.58327 4.37504 4.58327 4.27836 4.64346 4.19191 4.73413 4.15836L5.27609 3.95782C5.82352 3.75525 6.25515 3.32363 6.45772 2.77619L6.65826 2.23423C6.69181 2.14357 6.77826 2.08337 6.87494 2.08337ZM15.6249 10C15.7392 10 15.8414 10.0712 15.881 10.1783L16.176 10.9756C16.3786 11.5231 16.8102 11.9547 17.3577 12.1573L18.155 12.4523C18.2621 12.4919 18.3333 12.5941 18.3333 12.7084 18.3333 12.8226 18.2621 12.9248 18.155 12.9645L17.3577 13.2595C16.8102 13.4621 16.3786 13.8937 16.176 14.4411L15.881 15.2384C15.8414 15.3456 15.7392 15.4167 15.6249 15.4167 15.5107 15.4167 15.4085 15.3456 15.3689 15.2384L15.0738 14.4411C14.8713 13.8937 14.4396 13.4621 13.8922 13.2595L13.0949 12.9645C12.9877 12.9248 12.9166 12.8226 12.9166 12.7084 12.9166 12.5941 12.9877 12.4919 13.0949 12.4523L13.8922 12.1573C14.4396 11.9547 14.8713 11.5231 15.0738 10.9756L15.3689 10.1783C15.4085 10.0712 15.5107 10 15.6249 10ZM14.6704 2.28909C14.6247 2.16545 14.5068 2.08337 14.3749 2.08337 14.2431 2.08337 14.1252 2.16545 14.0795 2.28909L13.6899 3.34175C13.4874 3.88919 13.0558 4.32081 12.5083 4.52338L11.4557 4.9129C11.332 4.95865 11.2499 5.07654 11.2499 5.20837 11.2499 5.34021 11.332 5.4581 11.4557 5.50385L12.5083 5.89337C13.0558 6.09594 13.4874 6.52756 13.6899 7.075L14.0795 8.12766C14.1252 8.25129 14.2431 8.33337 14.3749 8.33337 14.5068 8.33337 14.6247 8.25129 14.6704 8.12766L15.0599 7.075C15.2625 6.52756 15.6941 6.09594 16.2416 5.89337L17.2942 5.50385C17.4179 5.4581 17.4999 5.34021 17.4999 5.20837 17.4999 5.07654 17.4179 4.95865 17.2942 4.9129L16.2416 4.52338C15.6941 4.32081 15.2625 3.88919 15.0599 3.34175L14.6704 2.28909Z"
|
|
25
25
|
fill={color}
|
|
26
26
|
/>
|
|
27
27
|
<path
|
|
28
|
-
d="M9.20563 7.
|
|
28
|
+
d="M9.20563 7.44332C9.50394 7.145 9.98761 7.145 10.2859 7.44332L12.463 9.62035C12.7613 9.91867 12.7613 10.4023 12.463 10.7007L5.12341 18.0402C4.82509 18.3385 4.34142 18.3385 4.04311 18.0402L1.86607 15.8632C1.71953 15.7166 1.64497 15.5254 1.6424 15.3333C1.63973 15.1344 1.71429 14.9346 1.86607 14.7828L6.86528 9.78361C6.86707 9.78183 6.86886 9.78005 6.87066 9.77829L9.20563 7.44332ZM9.09908 11.9039C8.79623 12.2068 8.30521 12.2068 8.00235 11.9039C7.6995 11.6011 7.6995 11.1101 8.00235 10.8072L9.19741 9.61214C9.50026 9.30928 9.99129 9.30928 10.2941 9.61214C10.597 9.91499 10.597 10.406 10.2941 10.7089L9.09908 11.9039Z"
|
|
29
29
|
fill={color}
|
|
30
30
|
fillRule="evenodd"
|
|
31
31
|
clipRule="evenodd"
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "../../types";
|
|
3
|
+
|
|
4
|
+
export const IconManageSolid = 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-manage-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="M11.0058 6.58995C10.4591 6.04322 10.4591 5.15679 11.0058 4.61005L13.41 2.20589C13.9567 1.65915 14.8431 1.65915 15.3899 2.20589L17.794 4.61005C18.3408 5.15678 18.3408 6.04322 17.794 6.58995L15.3899 8.99411C14.8431 9.54085 13.9567 9.54085 13.41 8.99411L11.0058 6.58995ZM11.9251 5.67071C11.886 5.63166 11.886 5.56834 11.9251 5.52929L14.3292 3.12513C14.3683 3.08607 14.4316 3.08608 14.4706 3.12513L16.8748 5.52929C16.9139 5.56834 16.9139 5.63166 16.8748 5.67071L14.4706 8.07487C14.4316 8.11393 14.3683 8.11393 14.3292 8.07487L11.9251 5.67071Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
fillRule="evenodd"
|
|
27
|
+
clipRule="evenodd"
|
|
28
|
+
/>
|
|
29
|
+
<path
|
|
30
|
+
d="M3.9 2.49999C3.1268 2.49999 2.5 3.1268 2.5 3.9V7.29999C2.5 8.07319 3.1268 8.69999 3.9 8.69999H7.3C8.0732 8.69999 8.7 8.07319 8.7 7.29999V3.89999C8.7 3.1268 8.0732 2.49999 7.3 2.49999H3.9ZM3.9 11.3C3.1268 11.3 2.5 11.9268 2.5 12.7V16.1C2.5 16.8732 3.1268 17.5 3.9 17.5H7.3C8.0732 17.5 8.7 16.8732 8.7 16.1V12.7C8.7 11.9268 8.0732 11.3 7.3 11.3H3.9ZM11.3 12.7C11.3 11.9268 11.9269 11.3 12.7 11.3H16.1C16.8732 11.3 17.5 11.9268 17.5 12.7V16.1C17.5 16.8732 16.8732 17.5 16.1 17.5H12.7C11.9269 17.5 11.3 16.8732 11.3 16.1V12.7Z"
|
|
31
|
+
fill={color}
|
|
32
|
+
/>
|
|
33
|
+
</svg>
|
|
34
|
+
);
|
|
35
|
+
}
|
|
36
|
+
);
|
|
37
|
+
|
|
38
|
+
IconManageSolid.displayName = "IconManageSolid";
|
|
39
|
+
|
|
40
|
+
export default IconManageSolid;
|
|
@@ -23,7 +23,7 @@ export const IconPublicPaperAirplaneSolid = forwardRef<
|
|
|
23
23
|
ref={forwardedRef}
|
|
24
24
|
>
|
|
25
25
|
<path
|
|
26
|
-
d="
|
|
26
|
+
d="M15.7298 2.07718C15.8373 2.02036 15.9583 1.99406 16.0797 2.00113C16.2011 2.00819 16.3183 2.04835 16.4185 2.11726C16.5187 2.18617 16.5981 2.28119 16.6482 2.39202C16.6982 2.50285 16.717 2.62527 16.7024 2.746L15.0725 16.4227C15.0601 16.526 15.0237 16.625 14.9661 16.7117C14.9086 16.7984 14.8315 16.8704 14.7411 16.922C14.6507 16.9735 14.5494 17.0032 14.4455 17.0086C14.3416 17.0139 14.2378 16.9949 14.1426 16.9529L9.936 15.0974L7.70925 17.3473C7.62184 17.4356 7.51146 17.4977 7.39059 17.5266C7.26972 17.5555 7.14319 17.55 7.02529 17.5107C6.90738 17.4714 6.80282 17.4 6.7234 17.3044C6.64399 17.2088 6.5929 17.0929 6.5759 16.9698L6.56968 16.8783L6.57051 14.2888C6.57055 14.1736 6.61133 14.0607 6.68418 13.9715C11.1229 8.53494 13.8989 5.12529 15.0103 3.74168L15.1427 3.57736C15.4296 3.21853 15.5717 3.03733 15.5673 3.03378C15.5628 3.03023 15.3265 3.26116 14.8593 3.72658L14.2785 4.30836C9.19344 9.40498 6.63714 12.0064 5.86292 12.797C5.70802 12.9552 5.46801 12.9928 5.27204 12.8898L1.35589 10.8314C1.26304 10.7824 1.18305 10.7122 1.12244 10.6265C1.06182 10.5408 1.02229 10.442 1.00706 10.3381C0.991828 10.2343 1.00132 10.1283 1.03477 10.0288C1.06822 9.92929 1.12468 9.83909 1.19956 9.76552L1.27151 9.70424L1.355 9.65272L15.7298 2.07718Z"
|
|
27
27
|
fill={color}
|
|
28
28
|
/>
|
|
29
29
|
</svg>
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "../../types";
|
|
3
|
+
|
|
4
|
+
export const IconToolTextToImagePreview = 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-text-to-image-preview`,
|
|
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="M9.82456 9.50518C9.76581 9.50518 9.74359 9.54771 9.74359 9.56928V15.2791L11.8424 13.2399C12.0258 13.0617 12.3125 13.0459 12.5144 13.2028L13.6185 14.061L15.081 12.4031C15.1726 12.2993 15.3023 12.2369 15.4406 12.2301C15.5789 12.2234 15.7141 12.2729 15.8153 12.3673L18.9744 15.313V9.56928C18.9744 9.5477 18.9521 9.50518 18.8934 9.50518H9.82456ZM20 9.56928C20 8.9536 19.4905 8.47954 18.8934 8.47954H9.82456C9.22743 8.47954 8.71795 8.9536 8.71795 9.56928V17.6462C8.71795 18.2619 9.22743 18.7359 9.82456 18.7359H18.8934C19.4905 18.7359 20 18.2619 20 17.6462V9.56928ZM18.9744 16.7153L15.5014 13.4769L14.0688 15.1009C13.8896 15.304 13.5833 15.3327 13.3695 15.1665L12.2372 14.2864L9.74359 16.7091V17.6462C9.74359 17.6678 9.7658 17.7103 9.82456 17.7103H18.8934C18.9522 17.7103 18.9744 17.6678 18.9744 17.6462V16.7153ZM11.0931 11.4443C11.0931 10.9083 11.5361 10.4988 12.0513 10.4988C12.5664 10.4988 13.0094 10.9083 13.0094 11.4443C13.0094 11.9803 12.5664 12.3898 12.0513 12.3898C11.5361 12.3898 11.0931 11.9803 11.0931 11.4443ZM12.0513 11.5244C12.0745 11.5244 12.1188 11.5024 12.1188 11.4443C12.1188 11.3862 12.0745 11.3642 12.0513 11.3642C12.028 11.3642 11.9838 11.3862 11.9838 11.4443C11.9838 11.5024 12.028 11.5244 12.0513 11.5244Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
fillRule="evenodd"
|
|
27
|
+
clipRule="evenodd"
|
|
28
|
+
/>
|
|
29
|
+
<path
|
|
30
|
+
d="M1.53846 1.30005C0.688793 1.30005 0 1.98884 0 2.83851V11.0436C0 11.8933 0.688793 12.5821 1.53846 12.5821H6.15385C6.43707 12.5821 6.66667 12.3525 6.66667 12.0693C6.66667 11.7861 6.43707 11.5565 6.15385 11.5565H1.53846C1.25524 11.5565 1.02564 11.3269 1.02564 11.0436V2.83851C1.02564 2.55529 1.25524 2.32569 1.53846 2.32569H9.74359C10.0268 2.32569 10.2564 2.55529 10.2564 2.83851V5.91543C10.2564 6.19866 10.486 6.42825 10.7692 6.42825C11.0525 6.42825 11.2821 6.19866 11.2821 5.91543V2.83851C11.2821 1.98884 10.5933 1.30005 9.74359 1.30005H1.53846Z"
|
|
31
|
+
fill={color}
|
|
32
|
+
/>
|
|
33
|
+
<path
|
|
34
|
+
d="M3.58974 4.37697C3.30652 4.37697 3.07692 4.60657 3.07692 4.88979V5.57355C3.07692 5.85678 3.30652 6.08637 3.58974 6.08637C3.87297 6.08637 4.10256 5.85678 4.10256 5.57355V5.40261H5.1282L5.1282 8.47954C4.84498 8.47954 4.61538 8.70913 4.61538 8.99236C4.61538 9.27558 4.84498 9.50518 5.1282 9.50518H6.15385C6.43707 9.50518 6.66667 9.27558 6.66667 8.99236C6.66667 8.70913 6.43707 8.47954 6.15385 8.47954L6.15385 5.40261H7.17949V5.57355C7.17949 5.85678 7.40909 6.08637 7.69231 6.08637C7.97553 6.08637 8.20513 5.85678 8.20513 5.57355V4.88979C8.20513 4.60657 7.97553 4.37697 7.69231 4.37697H3.58974Z"
|
|
35
|
+
fill={color}
|
|
36
|
+
/>
|
|
37
|
+
</svg>
|
|
38
|
+
);
|
|
39
|
+
}
|
|
40
|
+
);
|
|
41
|
+
|
|
42
|
+
IconToolTextToImagePreview.displayName = "IconToolTextToImagePreview";
|
|
43
|
+
|
|
44
|
+
export default IconToolTextToImagePreview;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "../../types";
|
|
3
|
+
|
|
4
|
+
export const IconUsageSolid = 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-usage-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="M4.09908 4.59218C2.7957 6.01561 2 7.91237 2 9.99628C2 14.4166 5.58172 18 10 18C14.4183 18 18 14.4166 18 9.99628C18 5.69255 14.6047 2.18219 10.3478 2V4.78789C13.0671 4.96696 15.2174 7.23039 15.2174 9.99628C15.2174 12.8791 12.8815 15.2161 10 15.2161C7.11851 15.2161 4.78261 12.8791 4.78261 9.99628C4.78261 8.68279 5.26787 7.48154 6.06939 6.56341L4.09908 4.59218Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
/>
|
|
27
|
+
<path
|
|
28
|
+
d="M4.59448 4.1034C5.4226 3.34375 6.41103 2.75635 7.5029 2.39771L8.23651 5.08888C7.61622 5.31165 7.05051 5.64864 6.56457 6.0744L4.59448 4.1034Z"
|
|
29
|
+
fill={color}
|
|
30
|
+
/>
|
|
31
|
+
<path
|
|
32
|
+
d="M9.65206 2.00745C9.14527 2.02914 8.6507 2.09799 8.17261 2.20975L8.90567 4.8989C9.14863 4.84702 9.39786 4.81207 9.65206 4.79533V2.00745Z"
|
|
33
|
+
fill={color}
|
|
34
|
+
/>
|
|
35
|
+
</svg>
|
|
36
|
+
);
|
|
37
|
+
}
|
|
38
|
+
);
|
|
39
|
+
|
|
40
|
+
IconUsageSolid.displayName = "IconUsageSolid";
|
|
41
|
+
|
|
42
|
+
export default IconUsageSolid;
|
package/src/customeow/index.json
CHANGED
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
{ "componentName": "IconToolStarmapPhasesOutline" },
|
|
28
28
|
{ "componentName": "IconToolMoveLayerPreview" },
|
|
29
29
|
{ "componentName": "IconToolEmbroideryTextPreview" },
|
|
30
|
+
{ "componentName": "IconToolTextToImagePreview" },
|
|
30
31
|
{ "componentName": "IconPlayPreviewCircleOutline" },
|
|
31
32
|
{ "componentName": "IconVideoPlayCircleOutline" },
|
|
32
33
|
{ "componentName": "IconDragOutline" },
|
|
@@ -167,6 +168,9 @@
|
|
|
167
168
|
{ "componentName": "IconAttributeYOutline" },
|
|
168
169
|
{ "componentName": "IconAttributeWOutline" },
|
|
169
170
|
{ "componentName": "IconAttributeDegOutline" },
|
|
171
|
+
{ "componentName": "IconKeysZOutline" },
|
|
172
|
+
{ "componentName": "IconKeysCommandOutline" },
|
|
173
|
+
{ "componentName": "IconKeysCtrlOutline" },
|
|
170
174
|
{ "componentName": "IconTextAlignMiddleOutline" },
|
|
171
175
|
{ "componentName": "IconTextAlignBottomOutline" },
|
|
172
176
|
{ "componentName": "IconTextAlignTopOutline" },
|
|
@@ -337,6 +341,7 @@
|
|
|
337
341
|
{ "componentName": "IconTypeInsertSolid" },
|
|
338
342
|
{ "componentName": "IconAppSquaresSolid" },
|
|
339
343
|
{ "componentName": "IconListSolid" },
|
|
344
|
+
{ "componentName": "IconManageSolid" },
|
|
340
345
|
{ "componentName": "IconArrowLeftSolid" },
|
|
341
346
|
{ "componentName": "IconArrowDownloadSolid" },
|
|
342
347
|
{ "componentName": "IconArrowUploadSolid" },
|
|
@@ -403,12 +408,14 @@
|
|
|
403
408
|
{ "componentName": "IconToolUrlUnlinkSolid" },
|
|
404
409
|
{ "componentName": "IconBioThemeSolid" },
|
|
405
410
|
{ "componentName": "IconWorkflowApiSolid" },
|
|
411
|
+
{ "componentName": "IconCreateComponentCodeSolid" },
|
|
406
412
|
{ "componentName": "IconFactorySolid" },
|
|
407
413
|
{ "componentName": "IconProductionSolid" },
|
|
408
414
|
{ "componentName": "IconUnableFactorySolid" },
|
|
409
415
|
{ "componentName": "IconImage120TimeoutSolid" },
|
|
410
416
|
{ "componentName": "IconImage270TimeoutSolid" },
|
|
411
|
-
{ "componentName": "
|
|
417
|
+
{ "componentName": "IconUsageSolid" },
|
|
418
|
+
{ "componentName": "IconCreditCard" },
|
|
412
419
|
{ "componentName": "IconSystemTooOld" },
|
|
413
420
|
{ "componentName": "IconLoadFailure" },
|
|
414
421
|
{ "componentName": "IconNetworkConnectionTimeout" },
|
package/src/customeow/index.tsx
CHANGED
|
@@ -25,6 +25,7 @@ export { default as IconToolMoonPhasesOutline } from "./default/icon-tool-moon-p
|
|
|
25
25
|
export { default as IconToolStarmapPhasesOutline } from "./default/icon-tool-starmap-phases-outline";
|
|
26
26
|
export { default as IconToolMoveLayerPreview } from "./default/icon-tool-move-layer-preview";
|
|
27
27
|
export { default as IconToolEmbroideryTextPreview } from "./default/icon-tool-embroidery-text-preview";
|
|
28
|
+
export { default as IconToolTextToImagePreview } from "./default/icon-tool-text-to-image-preview";
|
|
28
29
|
export { default as IconPlayPreviewCircleOutline } from "./default/icon-play-preview-circle-outline";
|
|
29
30
|
export { default as IconVideoPlayCircleOutline } from "./default/icon-video-play-circle-outline";
|
|
30
31
|
export { default as IconDragOutline } from "./default/icon-drag-outline";
|
|
@@ -165,6 +166,9 @@ export { default as IconAttributeHOutline } from "./default/icon-attribute-h-out
|
|
|
165
166
|
export { default as IconAttributeYOutline } from "./default/icon-attribute-y-outline";
|
|
166
167
|
export { default as IconAttributeWOutline } from "./default/icon-attribute-w-outline";
|
|
167
168
|
export { default as IconAttributeDegOutline } from "./default/icon-attribute-deg-outline";
|
|
169
|
+
export { default as IconKeysZOutline } from "./default/icon-keys-z-outline";
|
|
170
|
+
export { default as IconKeysCommandOutline } from "./default/icon-keys-command-outline";
|
|
171
|
+
export { default as IconKeysCtrlOutline } from "./default/icon-keys-ctrl-outline";
|
|
168
172
|
export { default as IconTextAlignMiddleOutline } from "./default/icon-text-align-middle-outline";
|
|
169
173
|
export { default as IconTextAlignBottomOutline } from "./default/icon-text-align-bottom-outline";
|
|
170
174
|
export { default as IconTextAlignTopOutline } from "./default/icon-text-align-top-outline";
|
|
@@ -335,6 +339,7 @@ export { default as IconLightSolid } from "./default/icon-light-solid";
|
|
|
335
339
|
export { default as IconTypeInsertSolid } from "./default/icon-type-insert-solid";
|
|
336
340
|
export { default as IconAppSquaresSolid } from "./default/icon-app-squares-solid";
|
|
337
341
|
export { default as IconListSolid } from "./default/icon-list-solid";
|
|
342
|
+
export { default as IconManageSolid } from "./default/icon-manage-solid";
|
|
338
343
|
export { default as IconArrowLeftSolid } from "./default/icon-arrow-left-solid";
|
|
339
344
|
export { default as IconArrowDownloadSolid } from "./default/icon-arrow-download-solid";
|
|
340
345
|
export { default as IconArrowUploadSolid } from "./default/icon-arrow-upload-solid";
|
|
@@ -401,12 +406,14 @@ export { default as IconUrlSolid } from "./default/icon-url-solid";
|
|
|
401
406
|
export { default as IconToolUrlUnlinkSolid } from "./default/icon-tool-url-unlink-solid";
|
|
402
407
|
export { default as IconBioThemeSolid } from "./default/icon-bio-theme-solid";
|
|
403
408
|
export { default as IconWorkflowApiSolid } from "./default/icon-workflow-api-solid";
|
|
409
|
+
export { default as IconCreateComponentCodeSolid } from "./default/icon-create-component-code-solid";
|
|
404
410
|
export { default as IconFactorySolid } from "./default/icon-factory-solid";
|
|
405
411
|
export { default as IconProductionSolid } from "./default/icon-production-solid";
|
|
406
412
|
export { default as IconUnableFactorySolid } from "./default/icon-unable-factory-solid";
|
|
407
413
|
export { default as IconImage120TimeoutSolid } from "./default/icon-image-120-timeout-solid";
|
|
408
414
|
export { default as IconImage270TimeoutSolid } from "./default/icon-image-270-timeout-solid";
|
|
409
|
-
export { default as
|
|
415
|
+
export { default as IconUsageSolid } from "./default/icon-usage-solid";
|
|
416
|
+
export { default as IconCreditCard } from "./default/icon-credit-card";
|
|
410
417
|
export { default as IconSystemTooOld } from "./default/icon-system-too-old";
|
|
411
418
|
export { default as IconLoadFailure } from "./default/icon-load-failure";
|
|
412
419
|
export { default as IconNetworkConnectionTimeout } from "./default/icon-network-connection-timeout";
|
|
@@ -25,6 +25,7 @@ export { default as IconToolMoonPhasesOutline } from "./default/icon-tool-moon-p
|
|
|
25
25
|
export { default as IconToolStarmapPhasesOutline } from "./default/icon-tool-starmap-phases-outline";
|
|
26
26
|
export { default as IconToolMoveLayerPreview } from "./default/icon-tool-move-layer-preview";
|
|
27
27
|
export { default as IconToolEmbroideryTextPreview } from "./default/icon-tool-embroidery-text-preview";
|
|
28
|
+
export { default as IconToolTextToImagePreview } from "./default/icon-tool-text-to-image-preview";
|
|
28
29
|
export { default as IconPlayPreviewCircleOutline } from "./default/icon-play-preview-circle-outline";
|
|
29
30
|
export { default as IconVideoPlayCircleOutline } from "./default/icon-video-play-circle-outline";
|
|
30
31
|
export { default as IconDragOutline } from "./default/icon-drag-outline";
|
|
@@ -165,6 +166,9 @@ export { default as IconAttributeHOutline } from "./default/icon-attribute-h-out
|
|
|
165
166
|
export { default as IconAttributeYOutline } from "./default/icon-attribute-y-outline";
|
|
166
167
|
export { default as IconAttributeWOutline } from "./default/icon-attribute-w-outline";
|
|
167
168
|
export { default as IconAttributeDegOutline } from "./default/icon-attribute-deg-outline";
|
|
169
|
+
export { default as IconKeysZOutline } from "./default/icon-keys-z-outline";
|
|
170
|
+
export { default as IconKeysCommandOutline } from "./default/icon-keys-command-outline";
|
|
171
|
+
export { default as IconKeysCtrlOutline } from "./default/icon-keys-ctrl-outline";
|
|
168
172
|
export { default as IconTextAlignMiddleOutline } from "./default/icon-text-align-middle-outline";
|
|
169
173
|
export { default as IconTextAlignBottomOutline } from "./default/icon-text-align-bottom-outline";
|
|
170
174
|
export { default as IconTextAlignTopOutline } from "./default/icon-text-align-top-outline";
|
|
@@ -335,6 +339,7 @@ export { default as IconLightSolid } from "./default/icon-light-solid";
|
|
|
335
339
|
export { default as IconTypeInsertSolid } from "./default/icon-type-insert-solid";
|
|
336
340
|
export { default as IconAppSquaresSolid } from "./default/icon-app-squares-solid";
|
|
337
341
|
export { default as IconListSolid } from "./default/icon-list-solid";
|
|
342
|
+
export { default as IconManageSolid } from "./default/icon-manage-solid";
|
|
338
343
|
export { default as IconArrowLeftSolid } from "./default/icon-arrow-left-solid";
|
|
339
344
|
export { default as IconArrowDownloadSolid } from "./default/icon-arrow-download-solid";
|
|
340
345
|
export { default as IconArrowUploadSolid } from "./default/icon-arrow-upload-solid";
|
|
@@ -401,12 +406,14 @@ export { default as IconUrlSolid } from "./default/icon-url-solid";
|
|
|
401
406
|
export { default as IconToolUrlUnlinkSolid } from "./default/icon-tool-url-unlink-solid";
|
|
402
407
|
export { default as IconBioThemeSolid } from "./default/icon-bio-theme-solid";
|
|
403
408
|
export { default as IconWorkflowApiSolid } from "./default/icon-workflow-api-solid";
|
|
409
|
+
export { default as IconCreateComponentCodeSolid } from "./default/icon-create-component-code-solid";
|
|
404
410
|
export { default as IconFactorySolid } from "./default/icon-factory-solid";
|
|
405
411
|
export { default as IconProductionSolid } from "./default/icon-production-solid";
|
|
406
412
|
export { default as IconUnableFactorySolid } from "./default/icon-unable-factory-solid";
|
|
407
413
|
export { default as IconImage120TimeoutSolid } from "./default/icon-image-120-timeout-solid";
|
|
408
414
|
export { default as IconImage270TimeoutSolid } from "./default/icon-image-270-timeout-solid";
|
|
409
|
-
export { default as
|
|
415
|
+
export { default as IconUsageSolid } from "./default/icon-usage-solid";
|
|
416
|
+
export { default as IconCreditCard } from "./default/icon-credit-card";
|
|
410
417
|
export { default as IconSystemTooOld } from "./default/icon-system-too-old";
|
|
411
418
|
export { default as IconLoadFailure } from "./default/icon-load-failure";
|
|
412
419
|
export { default as IconNetworkConnectionTimeout } from "./default/icon-network-connection-timeout";
|