@sunzi/icon 1.1.6 → 1.1.7
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-angle-curve-solid.js +2 -0
- package/es/customeow/default/icon-angle-curve-solid.js.map +1 -0
- package/es/customeow/default/icon-angle-curve-solidspotify-solid.js +2 -0
- package/es/customeow/default/icon-angle-curve-solidspotify-solid.js.map +1 -0
- package/es/customeow/default/icon-angle-straight-solid.js +2 -0
- package/es/customeow/default/icon-angle-straight-solid.js.map +1 -0
- package/es/customeow/default/icon-clear-erase-solid.js +2 -0
- package/es/customeow/default/icon-clear-erase-solid.js.map +1 -0
- package/es/customeow/default/icon-counter-solid.js +2 -0
- package/es/customeow/default/icon-counter-solid.js.map +1 -0
- package/es/customeow/default/icon-hand-thumb-down-solid.js +2 -0
- package/es/customeow/default/icon-hand-thumb-down-solid.js.map +1 -0
- package/es/customeow/default/icon-hand-thumb-up-solid.js +2 -0
- package/es/customeow/default/icon-hand-thumb-up-solid.js.map +1 -0
- package/es/customeow/default/icon-lock-closed-solid.js +1 -1
- package/es/customeow/default/icon-lock-closed-solid.js.map +1 -1
- package/es/customeow/default/icon-lock-open-solid.js +2 -0
- package/es/customeow/default/icon-lock-open-solid.js.map +1 -0
- package/es/customeow/default/icon-map-solid.js +2 -0
- package/es/customeow/default/icon-map-solid.js.map +1 -0
- package/es/customeow/default/icon-spotlight-solid.js +2 -0
- package/es/customeow/default/icon-spotlight-solid.js.map +1 -0
- package/es/customeow/index.js +1 -1
- package/es/customeow-shein/default/icon-angle-curve-solid.js +2 -0
- package/es/customeow-shein/default/icon-angle-curve-solid.js.map +1 -0
- package/es/customeow-shein/default/icon-angle-curve-solidspotify-solid.js +2 -0
- package/es/customeow-shein/default/icon-angle-curve-solidspotify-solid.js.map +1 -0
- package/es/customeow-shein/default/icon-angle-straight-solid.js +2 -0
- package/es/customeow-shein/default/icon-angle-straight-solid.js.map +1 -0
- package/es/customeow-shein/default/icon-arrow-left-solid.js +1 -1
- package/es/customeow-shein/default/icon-arrow-left-solid.js.map +1 -1
- package/es/customeow-shein/default/icon-clear-erase-solid.js +2 -0
- package/es/customeow-shein/default/icon-clear-erase-solid.js.map +1 -0
- package/es/customeow-shein/default/icon-counter-solid.js +2 -0
- package/es/customeow-shein/default/icon-counter-solid.js.map +1 -0
- package/es/customeow-shein/default/icon-hand-thumb-down-solid.js +2 -0
- package/es/customeow-shein/default/icon-hand-thumb-down-solid.js.map +1 -0
- package/es/customeow-shein/default/icon-hand-thumb-up-solid.js +2 -0
- package/es/customeow-shein/default/icon-hand-thumb-up-solid.js.map +1 -0
- package/es/customeow-shein/default/icon-lock-closed-solid.js +1 -1
- package/es/customeow-shein/default/icon-lock-closed-solid.js.map +1 -1
- package/es/customeow-shein/default/icon-lock-open-solid.js +2 -0
- package/es/customeow-shein/default/icon-lock-open-solid.js.map +1 -0
- package/es/customeow-shein/default/icon-map-solid.js +2 -0
- package/es/customeow-shein/default/icon-map-solid.js.map +1 -0
- package/es/customeow-shein/default/icon-spotlight-solid.js +2 -0
- package/es/customeow-shein/default/icon-spotlight-solid.js.map +1 -0
- package/es/customeow-shein/index.js +1 -1
- package/manifest.json +10 -0
- package/package.json +1 -1
- package/src/customeow/default/icon-angle-curve-solid.tsx +34 -0
- package/src/customeow/default/icon-angle-curve-solidspotify-solid.tsx +35 -0
- package/src/customeow/default/icon-angle-straight-solid.tsx +34 -0
- package/src/customeow/default/icon-clear-erase-solid.tsx +36 -0
- package/src/customeow/default/icon-counter-solid.tsx +40 -0
- package/src/customeow/default/icon-hand-thumb-down-solid.tsx +34 -0
- package/src/customeow/default/icon-hand-thumb-up-solid.tsx +34 -0
- package/src/customeow/default/icon-lock-closed-solid.tsx +1 -1
- package/src/customeow/default/icon-lock-open-solid.tsx +34 -0
- package/src/customeow/default/icon-map-solid.tsx +36 -0
- package/src/customeow/default/icon-spotlight-solid.tsx +40 -0
- package/src/customeow/index.json +10 -0
- package/src/customeow/index.tsx +10 -0
- package/src/customeow-shein/default/icon-angle-curve-solid.tsx +34 -0
- package/src/customeow-shein/default/icon-angle-curve-solidspotify-solid.tsx +35 -0
- package/src/customeow-shein/default/icon-angle-straight-solid.tsx +34 -0
- package/src/customeow-shein/default/icon-arrow-left-solid.tsx +1 -1
- package/src/customeow-shein/default/icon-clear-erase-solid.tsx +36 -0
- package/src/customeow-shein/default/icon-counter-solid.tsx +40 -0
- package/src/customeow-shein/default/icon-hand-thumb-down-solid.tsx +34 -0
- package/src/customeow-shein/default/icon-hand-thumb-up-solid.tsx +34 -0
- package/src/customeow-shein/default/icon-lock-closed-solid.tsx +1 -1
- package/src/customeow-shein/default/icon-lock-open-solid.tsx +34 -0
- package/src/customeow-shein/default/icon-map-solid.tsx +36 -0
- package/src/customeow-shein/default/icon-spotlight-solid.tsx +40 -0
- package/src/customeow-shein/index.json +10 -0
- package/src/customeow-shein/index.tsx +10 -0
- package/types/customeow/default/icon-angle-curve-solid.d.ts +3 -0
- package/types/customeow/default/icon-angle-curve-solidspotify-solid.d.ts +3 -0
- package/types/customeow/default/icon-angle-straight-solid.d.ts +3 -0
- package/types/customeow/default/icon-clear-erase-solid.d.ts +3 -0
- package/types/customeow/default/icon-counter-solid.d.ts +3 -0
- package/types/customeow/default/icon-hand-thumb-down-solid.d.ts +3 -0
- package/types/customeow/default/icon-hand-thumb-up-solid.d.ts +3 -0
- package/types/customeow/default/icon-lock-open-solid.d.ts +3 -0
- package/types/customeow/default/icon-map-solid.d.ts +3 -0
- package/types/customeow/default/icon-spotlight-solid.d.ts +3 -0
- package/types/customeow/index.d.ts +10 -0
- package/types/customeow-shein/default/icon-angle-curve-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-angle-curve-solidspotify-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-angle-straight-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-clear-erase-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-counter-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-hand-thumb-down-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-hand-thumb-up-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-lock-open-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-map-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-spotlight-solid.d.ts +3 -0
- package/types/customeow-shein/index.d.ts +10 -0
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "../../types";
|
|
3
|
+
|
|
4
|
+
export const IconHandThumbUpSolid = 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-hand-thumb-up-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="M1 8.25C1 7.55964 1.55964 7 2.25 7 2.94036 7 3.5 7.55964 3.5 8.25V15.75C3.5 16.4404 2.94036 17 2.25 17 1.55964 17 1 16.4404 1 15.75V8.25ZM11 3V1.70016C11 1.43243 11.1397 1.17406 11.3949 1.09316 11.5858 1.03264 11.7891 1 12 1 13.1046 1 14 1.89543 14 3 14 3.99504 13.8183 4.94764 13.4864 5.82646 13.2823 6.36683 13.6524 7 14.23 7H16.75C17.9926 7 19.0111 8.00957 18.8962 9.24689 18.7031 11.3266 18.2447 13.3294 17.555 15.2209 17.1534 16.3225 16.0723 17 14.8998 17H11.7082C11.2425 17 10.7831 16.8916 10.3666 16.6833L7.63344 15.3167C7.21687 15.1084 6.75753 15 6.2918 15H5V8H5.9632C6.64763 8 7.22105 7.51748 7.57541 6.93193 8.06387 6.1248 8.82963 5.50423 9.74061 5.20229 10.1734 5.05884 10.5942 4.81595 10.7525 4.38836 10.9126 3.95587 11 3.48815 11 3Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
/>
|
|
27
|
+
</svg>
|
|
28
|
+
);
|
|
29
|
+
}
|
|
30
|
+
);
|
|
31
|
+
|
|
32
|
+
IconHandThumbUpSolid.displayName = "IconHandThumbUpSolid";
|
|
33
|
+
|
|
34
|
+
export default IconHandThumbUpSolid;
|
|
@@ -21,7 +21,7 @@ export const IconLockClosedSolid = forwardRef<SVGSVGElement, IconProps>(
|
|
|
21
21
|
ref={forwardedRef}
|
|
22
22
|
>
|
|
23
23
|
<path
|
|
24
|
-
d="M10
|
|
24
|
+
d="M10 0.900024C7.51472 0.900024 5.5 2.91474 5.5 5.40002V8.40002H5C3.89543 8.40002 3 9.29545 3 10.4V16.4C3 17.5046 3.89543 18.4 5 18.4H15C16.1046 18.4 17 17.5046 17 16.4V10.4C17 9.29545 16.1046 8.40002 15 8.40002H14.5V5.40002C14.5 2.91474 12.4853 0.900024 10 0.900024ZM13 8.40002V5.40002C13 3.74317 11.6569 2.40002 10 2.40002C8.34315 2.40002 7 3.74317 7 5.40002V8.40002H13Z"
|
|
25
25
|
fill={color}
|
|
26
26
|
fillRule="evenodd"
|
|
27
27
|
clipRule="evenodd"
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "../../types";
|
|
3
|
+
|
|
4
|
+
export const IconLockOpenSolid = 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-lock-open-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="M14.7997 0.900024C12.3144 0.900024 10.2997 2.91474 10.2997 5.40002L10.3 8.39602H3.30005C2.19548 8.39602 1.30005 9.29145 1.30005 10.396V16.396C1.30005 17.5006 2.19548 18.396 3.30005 18.396H13.3C14.4046 18.396 15.3 17.5006 15.3 16.396V10.396C15.3 9.29145 14.4046 8.39602 13.3 8.39602H11.8L11.7997 5.40002C11.7997 3.74317 13.1429 2.40002 14.7997 2.40002C16.4566 2.40002 17.7997 3.74317 17.7997 5.40002V8.15002C17.7997 8.56424 18.1355 8.90002 18.5497 8.90002C18.9639 8.90002 19.2997 8.56424 19.2997 8.15002V5.40002C19.2997 2.91474 17.285 0.900024 14.7997 0.900024Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
/>
|
|
27
|
+
</svg>
|
|
28
|
+
);
|
|
29
|
+
}
|
|
30
|
+
);
|
|
31
|
+
|
|
32
|
+
IconLockOpenSolid.displayName = "IconLockOpenSolid";
|
|
33
|
+
|
|
34
|
+
export default IconLockOpenSolid;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "../../types";
|
|
3
|
+
|
|
4
|
+
export const IconMapSolid = 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-map-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.15686 2.1755C7.78961 2.02353 7.37706 2.02353 7.00981 2.1755L2.92647 3.86515C2.3657 4.0972 2 4.64429 2 5.25118V16.1278C2 17.1966 3.08594 17.9225 4.07353 17.5139L7.58333 16.0615L11.8431 17.8242C12.2104 17.9762 12.6229 17.9762 12.9902 17.8242L17.0735 16.1345C17.6343 15.9025 18 15.3554 18 14.7485V3.87187C18 2.80308 16.9141 2.07719 15.9265 2.48584L12.4167 3.93818L8.15686 2.1755ZM7.58008 4.99988C7.99429 4.99988 8.33008 5.33566 8.33008 5.74988V12.2499C8.33008 12.6641 7.99429 12.9999 7.58008 12.9999C7.16586 12.9999 6.83008 12.6641 6.83008 12.2499V5.74988C6.83008 5.33566 7.16586 4.99988 7.58008 4.99988ZM13.1699 7.74988C13.1699 7.33566 12.8341 6.99988 12.4199 6.99988C12.0057 6.99988 11.6699 7.33566 11.6699 7.74988V14.2499C11.6699 14.6641 12.0057 14.9999 12.4199 14.9999C12.8341 14.9999 13.1699 14.6641 13.1699 14.2499V7.74988Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
fillRule="evenodd"
|
|
27
|
+
clipRule="evenodd"
|
|
28
|
+
/>
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
}
|
|
32
|
+
);
|
|
33
|
+
|
|
34
|
+
IconMapSolid.displayName = "IconMapSolid";
|
|
35
|
+
|
|
36
|
+
export default IconMapSolid;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "../../types";
|
|
3
|
+
|
|
4
|
+
export const IconSpotlightSolid = 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-spotlight-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="M14.1255 2.33968C14.4508 2.01442 14.9788 2.01442 15.304 2.33968C15.6293 2.66496 15.6293 3.19293 15.304 3.5182L12.9889 5.83334H13.7109C14.1795 5.83334 14.618 5.96226 14.9928 6.18655L16.4827 4.69671C16.808 4.37144 17.3359 4.37144 17.6612 4.69671C17.9865 5.02198 17.9865 5.54995 17.6612 5.87523L16.0601 7.47624C16.1577 7.74358 16.2109 8.03224 16.2109 8.33334V9.68231L16.4825 9.41075C16.8078 9.0855 17.3358 9.0855 17.661 9.41075C17.9863 9.736 17.9863 10.264 17.661 10.5892L16.1782 12.072C16.0061 13.128 15.1723 13.9618 14.1163 14.134L10.59 17.6603C10.2647 17.9856 9.73675 17.9856 9.41142 17.6603C9.08617 17.3351 9.08617 16.8071 9.41142 16.4818L11.7266 14.1667H9.36972L5.87608 17.6603C5.55081 17.9856 5.02284 17.9856 4.69756 17.6603C4.3723 17.3351 4.3723 16.8071 4.69756 16.4818L7.01271 14.1667H6.30615C5.83353 14.1667 5.39154 14.0355 5.01459 13.8076L3.5189 15.3033C3.19363 15.6286 2.66566 15.6286 2.34039 15.3033C2.01512 14.9781 2.01512 14.4501 2.34039 14.1248L3.95282 12.5124C3.85788 12.2483 3.80615 11.9635 3.80615 11.6667V10.302L3.5189 10.5892C3.19363 10.9146 2.66566 10.9146 2.34039 10.5892C2.01512 10.264 2.01512 9.73599 2.34039 9.41074L3.842 7.90913C4.01989 6.86835 4.84115 6.04709 5.88193 5.86919L9.41142 2.33968C9.73675 2.01442 10.2647 2.01442 10.59 2.33968C10.9152 2.66496 10.9152 3.19293 10.59 3.5182L8.27484 5.83334H10.6319L14.1255 2.33968ZM6.30615 7.16668H13.7109C14.3553 7.16668 14.8776 7.68901 14.8776 8.33334V11.6667C14.8776 12.311 14.3553 12.8333 13.7109 12.8333H6.30615C5.66182 12.8333 5.13949 12.311 5.13949 11.6667V8.33334C5.13949 7.68901 5.66182 7.16668 6.30615 7.16668Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
fillRule="evenodd"
|
|
27
|
+
clipRule="evenodd"
|
|
28
|
+
/>
|
|
29
|
+
<path
|
|
30
|
+
d="M5.87593 2.33968C5.55065 2.01442 5.02268 2.01442 4.69741 2.33968L2.34039 4.69671C2.01512 5.02198 2.01512 5.54995 2.34039 5.87523 2.66566 6.20049 3.19363 6.20049 3.5189 5.87523L5.87593 3.5182C6.20119 3.19293 6.20119 2.66496 5.87593 2.33968ZM17.6608 14.1249C17.3355 13.7995 16.8076 13.7995 16.4823 14.1249L14.1253 16.4819C13.8 16.8071 13.8 17.3351 14.1253 17.6604 14.4505 17.9856 14.9785 17.9856 15.3038 17.6604L17.6608 15.3034C17.9861 14.9781 17.9861 14.4501 17.6608 14.1249Z"
|
|
31
|
+
fill={color}
|
|
32
|
+
/>
|
|
33
|
+
</svg>
|
|
34
|
+
);
|
|
35
|
+
}
|
|
36
|
+
);
|
|
37
|
+
|
|
38
|
+
IconSpotlightSolid.displayName = "IconSpotlightSolid";
|
|
39
|
+
|
|
40
|
+
export default IconSpotlightSolid;
|
package/src/customeow/index.json
CHANGED
|
@@ -221,6 +221,7 @@
|
|
|
221
221
|
{ "componentName": "IconShieldExclamationBicolorSolid" },
|
|
222
222
|
{ "componentName": "Icon3DCubeSolid" },
|
|
223
223
|
{ "componentName": "IconCameraSolid" },
|
|
224
|
+
{ "componentName": "IconMapSolid" },
|
|
224
225
|
{ "componentName": "IconDesignSolid" },
|
|
225
226
|
{ "componentName": "IconImagePhotoPlusSolid" },
|
|
226
227
|
{ "componentName": "IconImagePhotoErrorSolid" },
|
|
@@ -345,6 +346,7 @@
|
|
|
345
346
|
{ "componentName": "IconLanguageSolid" },
|
|
346
347
|
{ "componentName": "IconLanguageLockedSolid" },
|
|
347
348
|
{ "componentName": "IconLockClosedSolid" },
|
|
349
|
+
{ "componentName": "IconLockOpenSolid" },
|
|
348
350
|
{ "componentName": "IconArrowUpCircleSolid" },
|
|
349
351
|
{ "componentName": "IconUrlSolid" },
|
|
350
352
|
{ "componentName": "IconLoadFailureSmall" },
|
|
@@ -353,6 +355,14 @@
|
|
|
353
355
|
{ "componentName": "IconMusicalNoteSolid" },
|
|
354
356
|
{ "componentName": "IconMusical2Solid" },
|
|
355
357
|
{ "componentName": "IconMusical3Solid" },
|
|
358
|
+
{ "componentName": "IconHandThumbDownSolid" },
|
|
359
|
+
{ "componentName": "IconHandThumbUpSolid" },
|
|
360
|
+
{ "componentName": "IconClearEraseSolid" },
|
|
361
|
+
{ "componentName": "IconSpotlightSolid" },
|
|
362
|
+
{ "componentName": "IconCounterSolid" },
|
|
363
|
+
{ "componentName": "IconAngleStraightSolid" },
|
|
364
|
+
{ "componentName": "IconAngleCurveSolid" },
|
|
365
|
+
{ "componentName": "IconAngleCurveSolidspotifySolid" },
|
|
356
366
|
{ "componentName": "IconSystemTooOld" },
|
|
357
367
|
{ "componentName": "IconLoadFailure" },
|
|
358
368
|
{ "componentName": "IconNetworkConnectionTimeout" },
|
package/src/customeow/index.tsx
CHANGED
|
@@ -219,6 +219,7 @@ export { default as IconShieldExclamationSolid } from "./default/icon-shield-exc
|
|
|
219
219
|
export { default as IconShieldExclamationBicolorSolid } from "./default/icon-shield-exclamation-bicolor-solid";
|
|
220
220
|
export { default as Icon3DCubeSolid } from "./default/icon-3-d-cube-solid";
|
|
221
221
|
export { default as IconCameraSolid } from "./default/icon-camera-solid";
|
|
222
|
+
export { default as IconMapSolid } from "./default/icon-map-solid";
|
|
222
223
|
export { default as IconDesignSolid } from "./default/icon-design-solid";
|
|
223
224
|
export { default as IconImagePhotoPlusSolid } from "./default/icon-image-photo-plus-solid";
|
|
224
225
|
export { default as IconImagePhotoErrorSolid } from "./default/icon-image-photo-error-solid";
|
|
@@ -343,6 +344,7 @@ export { default as IconArrowTopRightOnSquareSolid } from "./default/icon-arrow-
|
|
|
343
344
|
export { default as IconLanguageSolid } from "./default/icon-language-solid";
|
|
344
345
|
export { default as IconLanguageLockedSolid } from "./default/icon-language-locked-solid";
|
|
345
346
|
export { default as IconLockClosedSolid } from "./default/icon-lock-closed-solid";
|
|
347
|
+
export { default as IconLockOpenSolid } from "./default/icon-lock-open-solid";
|
|
346
348
|
export { default as IconArrowUpCircleSolid } from "./default/icon-arrow-up-circle-solid";
|
|
347
349
|
export { default as IconUrlSolid } from "./default/icon-url-solid";
|
|
348
350
|
export { default as IconLoadFailureSmall } from "./default/icon-load-failure-small";
|
|
@@ -351,6 +353,14 @@ export { default as IconFolderMoveSolid } from "./default/icon-folder-move-solid
|
|
|
351
353
|
export { default as IconMusicalNoteSolid } from "./default/icon-musical-note-solid";
|
|
352
354
|
export { default as IconMusical2Solid } from "./default/icon-musical-2-solid";
|
|
353
355
|
export { default as IconMusical3Solid } from "./default/icon-musical-3-solid";
|
|
356
|
+
export { default as IconHandThumbDownSolid } from "./default/icon-hand-thumb-down-solid";
|
|
357
|
+
export { default as IconHandThumbUpSolid } from "./default/icon-hand-thumb-up-solid";
|
|
358
|
+
export { default as IconClearEraseSolid } from "./default/icon-clear-erase-solid";
|
|
359
|
+
export { default as IconSpotlightSolid } from "./default/icon-spotlight-solid";
|
|
360
|
+
export { default as IconCounterSolid } from "./default/icon-counter-solid";
|
|
361
|
+
export { default as IconAngleStraightSolid } from "./default/icon-angle-straight-solid";
|
|
362
|
+
export { default as IconAngleCurveSolid } from "./default/icon-angle-curve-solid";
|
|
363
|
+
export { default as IconAngleCurveSolidspotifySolid } from "./default/icon-angle-curve-solidspotify-solid";
|
|
354
364
|
export { default as IconSystemTooOld } from "./default/icon-system-too-old";
|
|
355
365
|
export { default as IconLoadFailure } from "./default/icon-load-failure";
|
|
356
366
|
export { default as IconNetworkConnectionTimeout } from "./default/icon-network-connection-timeout";
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "../../types";
|
|
3
|
+
|
|
4
|
+
export const IconAngleCurveSolid = 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-angle-curve-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="M9.5 9C11.1569 9 12.5 7.65685 12.5 6 12.5 4.34315 11.1569 3 9.5 3 7.84315 3 6.5 4.34315 6.5 6 6.5 7.65685 7.84315 9 9.5 9ZM13.5 6C13.5 6.25635 13.4759 6.50706 13.4298 6.75H16.2007C16.46 7.19835 16.9448 7.5 17.5 7.5 18.3284 7.5 19 6.82843 19 6 19 5.17157 18.3284 4.5 17.5 4.5 16.9448 4.5 16.46 4.80165 16.2007 5.25H13.4298C13.4759 5.49294 13.5 5.74365 13.5 6ZM9.5 10.5C8.25695 10.5 7.14633 9.93299 6.41268 9.04349 3.26238 10.1939.935186 13.0545.554752 16.5016.494168 17.0506.947715 17.5 1.5 17.5H17.5C18.0523 17.5 18.5058 17.0506 18.4452 16.5016 18.0648 13.0545 15.7376 10.1939 12.5873 9.04349 11.8537 9.93299 10.743 10.5 9.5 10.5ZM2.79933 6.75H5.5702C5.52411 6.50706 5.5 6.25635 5.5 6 5.5 5.74365 5.52411 5.49294 5.5702 5.25H2.79933C2.53997 4.80165 2.05521 4.5 1.5 4.5.671573 4.5 0 5.17157 0 6 0 6.82843.671573 7.5 1.5 7.5 2.05521 7.5 2.53997 7.19835 2.79933 6.75Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
/>
|
|
27
|
+
</svg>
|
|
28
|
+
);
|
|
29
|
+
}
|
|
30
|
+
);
|
|
31
|
+
|
|
32
|
+
IconAngleCurveSolid.displayName = "IconAngleCurveSolid";
|
|
33
|
+
|
|
34
|
+
export default IconAngleCurveSolid;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "../../types";
|
|
3
|
+
|
|
4
|
+
export const IconAngleCurveSolidspotifySolid = forwardRef<
|
|
5
|
+
SVGSVGElement,
|
|
6
|
+
IconProps
|
|
7
|
+
>(({ color = "currentColor", ...props }, forwardedRef) => {
|
|
8
|
+
const { className } = props;
|
|
9
|
+
props = {
|
|
10
|
+
...props,
|
|
11
|
+
width: `${props.width || props.size || 20}`,
|
|
12
|
+
height: `${props.height || props.size || 20}`,
|
|
13
|
+
className: `${
|
|
14
|
+
className ? className + " " : ""
|
|
15
|
+
}customeow-shein-icon customeow-shein-icon-icon-angle-curve-solidspotify-solid`,
|
|
16
|
+
};
|
|
17
|
+
return (
|
|
18
|
+
<svg
|
|
19
|
+
viewBox="0 0 20 20"
|
|
20
|
+
fill="none"
|
|
21
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
22
|
+
{...props}
|
|
23
|
+
ref={forwardedRef}
|
|
24
|
+
>
|
|
25
|
+
<path
|
|
26
|
+
d="M14.4771 15.867C14.8582 16.1232 15.3015 15.994 15.5549 15.6108 15.7428 15.2255 15.6805 14.7143 15.2371 14.5221 11.9436 12.4728 7.76326 12.0235 2.94957 13.1132 2.56954 13.2413 2.25285 13.6245 2.37953 14.0738 2.5062 14.4581 2.88729 14.7794 3.32854 14.6491 7.76326 13.6245 11.5002 14.0098 14.4771 15.867ZM15.7428 12.4088C16.1872 12.729 16.7572 12.5369 17.075 12.0886 17.3906 11.6403 17.2017 11.0009 16.8206 10.8078 12.8936 8.37527 7.19321 7.66976 2.56954 9.07759 2.06284 9.20567 1.80948 9.7831 1.93616 10.2954 2.06284 10.8078 2.63393 11.0639 3.13958 10.9358 7.12987 9.65502 12.3236 10.2954 15.7428 12.4088ZM2.5062 7.03042C6.36982 5.81257 13.147 6.06873 17.2017 8.50229 17.7707 8.82142 18.5318 8.63144 18.8474 8.18208 19.1641 7.60572 18.9741 6.83723 18.4051 6.51702 13.717 3.69816 6.30648 3.44199 1.80948 4.78685 1.23944 4.98004.859414 5.61938 1.04943 6.26086 1.23944 6.83722 1.87282 7.22147 2.5062 7.03042Z"
|
|
27
|
+
fill={color}
|
|
28
|
+
/>
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
});
|
|
32
|
+
|
|
33
|
+
IconAngleCurveSolidspotifySolid.displayName = "IconAngleCurveSolidspotifySolid";
|
|
34
|
+
|
|
35
|
+
export default IconAngleCurveSolidspotifySolid;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "../../types";
|
|
3
|
+
|
|
4
|
+
export const IconAngleStraightSolid = 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-angle-straight-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="M10 8.88973C11.6569 8.88973 13 7.54658 13 5.88973 13 4.23288 11.6569 2.88973 10 2.88973 8.34315 2.88973 7 4.23288 7 5.88973 7 7.54658 8.34315 8.88973 10 8.88973ZM10.0001 10.3897C10.8767 10.3897 11.6874 10.1078 12.3465 9.62962L17.5205 15.8612C18.0616 16.5129 17.5981 17.5 16.7512 17.5L3.04805 17.5C2.20106 17.5 1.73762 16.5128 2.27868 15.8612L7.5302 9.53631C8.21029 10.0709 9.06796 10.3897 10.0001 10.3897Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
/>
|
|
27
|
+
</svg>
|
|
28
|
+
);
|
|
29
|
+
}
|
|
30
|
+
);
|
|
31
|
+
|
|
32
|
+
IconAngleStraightSolid.displayName = "IconAngleStraightSolid";
|
|
33
|
+
|
|
34
|
+
export default IconAngleStraightSolid;
|
|
@@ -21,7 +21,7 @@ export const IconArrowLeftSolid = forwardRef<SVGSVGElement, IconProps>(
|
|
|
21
21
|
ref={forwardedRef}
|
|
22
22
|
>
|
|
23
23
|
<path
|
|
24
|
-
d="M10
|
|
24
|
+
d="M10 3C10.4142 3 10.75 3.33579 10.75 3.75L10.75 14.3879L14.7094 10.2302C14.9965 9.93159 15.4713 9.92228 15.7698 10.2094C16.0684 10.4965 16.0777 10.9713 15.7906 11.2698L10.5406 16.7698C10.3992 16.9169 10.204 17 10 17C9.79599 17 9.60078 16.9169 9.45938 16.7698L4.20938 11.2698C3.92228 10.9713 3.93159 10.4965 4.23017 10.2094C4.52875 9.92228 5.00353 9.93159 5.29063 10.2302L9.25 14.3879L9.25 3.75C9.25 3.33579 9.58579 3 10 3Z"
|
|
25
25
|
fill={color}
|
|
26
26
|
fillRule="evenodd"
|
|
27
27
|
clipRule="evenodd"
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "../../types";
|
|
3
|
+
|
|
4
|
+
export const IconClearEraseSolid = 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-clear-erase-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="M13.0648 2.7493C12.268 2.0248 11.0347 2.08343 10.3102 2.88025L2.08133 11.9301C1.39398 12.686 1.44959 13.8561 2.20555 14.5434L4.67955 16.7929L4.86225 16.9676C5.18789 17.2789 5.62103 17.4526 6.07151 17.4526H10.7585C10.7903 17.4526 10.8218 17.4506 10.853 17.4466H16.7054C17.1196 17.4466 17.4554 17.1108 17.4554 16.6966C17.4554 16.2824 17.1196 15.9466 16.7054 15.9466H12.419L12.7281 15.5943L13.9096 14.3893C13.9162 14.3826 13.9227 14.3757 13.9291 14.3687L18.0096 9.88088C18.7341 9.08406 18.6755 7.85078 17.8787 7.12628L13.0648 2.7493ZM10.4239 15.9466L11.1143 15.1594L5.49834 10.4017L3.19115 12.9392C3.06111 13.0822 3.07163 13.3036 3.21465 13.4336L5.69558 15.6894L5.70928 15.7022L5.89876 15.8833C5.94528 15.9278 6.00716 15.9526 6.07151 15.9526H6.30183C6.33299 15.9486 6.36475 15.9466 6.39698 15.9466H10.4239Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
fillRule="evenodd"
|
|
27
|
+
clipRule="evenodd"
|
|
28
|
+
/>
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
}
|
|
32
|
+
);
|
|
33
|
+
|
|
34
|
+
IconClearEraseSolid.displayName = "IconClearEraseSolid";
|
|
35
|
+
|
|
36
|
+
export default IconClearEraseSolid;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "../../types";
|
|
3
|
+
|
|
4
|
+
export const IconCounterSolid = 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-counter-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="M2.91675 9.37501C2.91675 5.69311 5.90151 2.70834 9.58341 2.70834C13.2653 2.70834 16.2501 5.69311 16.2501 9.37501C16.2501 13.0569 13.2653 16.0417 9.58341 16.0417C5.90151 16.0417 2.91675 13.0569 2.91675 9.37501ZM9.20321 13.0035H10.7981L10.7982 5.74653H9.55892L7.77342 6.70227L8.18219 8.03882L9.20321 7.47602V13.0035Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
fillRule="evenodd"
|
|
27
|
+
clipRule="evenodd"
|
|
28
|
+
/>
|
|
29
|
+
<path
|
|
30
|
+
d="M17.5 9.37501C17.5 13.7473 13.9556 17.2917 9.58337 17.2917C9.22404 17.2917 8.87031 17.2677 8.52368 17.2214C9.53377 17.9225 10.7605 18.3333 12.0832 18.3333C15.535 18.3333 18.3332 15.5351 18.3332 12.0833C18.3332 10.9388 18.0256 9.86617 17.4885 8.94354C17.4961 9.08639 17.5 9.23025 17.5 9.37501Z"
|
|
31
|
+
fill={color}
|
|
32
|
+
/>
|
|
33
|
+
</svg>
|
|
34
|
+
);
|
|
35
|
+
}
|
|
36
|
+
);
|
|
37
|
+
|
|
38
|
+
IconCounterSolid.displayName = "IconCounterSolid";
|
|
39
|
+
|
|
40
|
+
export default IconCounterSolid;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "../../types";
|
|
3
|
+
|
|
4
|
+
export const IconHandThumbDownSolid = 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-hand-thumb-down-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="M18.905 12.75C18.905 13.4404 18.3454 14 17.655 14 16.9647 14 16.405 13.4404 16.405 12.75L16.405 5.25C16.405 4.55964 16.9647 4 17.655 4 18.3454 4 18.905 4.55964 18.905 5.25L18.905 12.75ZM8.90503 17 8.90503 18.2998C8.90503 18.5676 8.76529 18.8259 8.51009 18.9068 8.31921 18.9674 8.11593 19 7.90503 19 6.80046 19 5.90503 18.1046 5.90503 17 5.90503 16.005 6.08669 15.0524 6.41866 14.1735 6.62278 13.6332 6.25262 13 5.67499 13L3.15503 13C1.91239 13 .893941 11.9904 1.00882 10.7531 1.20192 8.67339 1.66037 6.67064 2.35 4.77906 2.75159 3.67752 3.83273 3 5.00519 3L8.19683 3C8.66256 3 9.1219 3.10843 9.53847 3.31672L12.2716 4.68328C12.6882 4.89156 13.1475 5 13.6132 5L14.905 5 14.905 12 13.9418 12C13.2574 12 12.684 12.4825 12.3296 13.0681 11.8412 13.8752 11.0754 14.4958 10.1644 14.7977 9.73164 14.9412 9.31081 15.184 9.15255 15.6116 8.99247 16.0441 8.90503 16.5119 8.90503 17Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
/>
|
|
27
|
+
</svg>
|
|
28
|
+
);
|
|
29
|
+
}
|
|
30
|
+
);
|
|
31
|
+
|
|
32
|
+
IconHandThumbDownSolid.displayName = "IconHandThumbDownSolid";
|
|
33
|
+
|
|
34
|
+
export default IconHandThumbDownSolid;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "../../types";
|
|
3
|
+
|
|
4
|
+
export const IconHandThumbUpSolid = 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-hand-thumb-up-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="M1 8.25C1 7.55964 1.55964 7 2.25 7 2.94036 7 3.5 7.55964 3.5 8.25V15.75C3.5 16.4404 2.94036 17 2.25 17 1.55964 17 1 16.4404 1 15.75V8.25ZM11 3V1.70016C11 1.43243 11.1397 1.17406 11.3949 1.09316 11.5858 1.03264 11.7891 1 12 1 13.1046 1 14 1.89543 14 3 14 3.99504 13.8183 4.94764 13.4864 5.82646 13.2823 6.36683 13.6524 7 14.23 7H16.75C17.9926 7 19.0111 8.00957 18.8962 9.24689 18.7031 11.3266 18.2447 13.3294 17.555 15.2209 17.1534 16.3225 16.0723 17 14.8998 17H11.7082C11.2425 17 10.7831 16.8916 10.3666 16.6833L7.63344 15.3167C7.21687 15.1084 6.75753 15 6.2918 15H5V8H5.9632C6.64763 8 7.22105 7.51748 7.57541 6.93193 8.06387 6.1248 8.82963 5.50423 9.74061 5.20229 10.1734 5.05884 10.5942 4.81595 10.7525 4.38836 10.9126 3.95587 11 3.48815 11 3Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
/>
|
|
27
|
+
</svg>
|
|
28
|
+
);
|
|
29
|
+
}
|
|
30
|
+
);
|
|
31
|
+
|
|
32
|
+
IconHandThumbUpSolid.displayName = "IconHandThumbUpSolid";
|
|
33
|
+
|
|
34
|
+
export default IconHandThumbUpSolid;
|
|
@@ -21,7 +21,7 @@ export const IconLockClosedSolid = forwardRef<SVGSVGElement, IconProps>(
|
|
|
21
21
|
ref={forwardedRef}
|
|
22
22
|
>
|
|
23
23
|
<path
|
|
24
|
-
d="M10
|
|
24
|
+
d="M10 0.900024C7.51472 0.900024 5.5 2.91474 5.5 5.40002V8.40002H5C3.89543 8.40002 3 9.29545 3 10.4V16.4C3 17.5046 3.89543 18.4 5 18.4H15C16.1046 18.4 17 17.5046 17 16.4V10.4C17 9.29545 16.1046 8.40002 15 8.40002H14.5V5.40002C14.5 2.91474 12.4853 0.900024 10 0.900024ZM13 8.40002V5.40002C13 3.74317 11.6569 2.40002 10 2.40002C8.34315 2.40002 7 3.74317 7 5.40002V8.40002H13Z"
|
|
25
25
|
fill={color}
|
|
26
26
|
fillRule="evenodd"
|
|
27
27
|
clipRule="evenodd"
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "../../types";
|
|
3
|
+
|
|
4
|
+
export const IconLockOpenSolid = 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-lock-open-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="M14.7997 0.900024C12.3144 0.900024 10.2997 2.91474 10.2997 5.40002L10.3 8.39602H3.30005C2.19548 8.39602 1.30005 9.29145 1.30005 10.396V16.396C1.30005 17.5006 2.19548 18.396 3.30005 18.396H13.3C14.4046 18.396 15.3 17.5006 15.3 16.396V10.396C15.3 9.29145 14.4046 8.39602 13.3 8.39602H11.8L11.7997 5.40002C11.7997 3.74317 13.1429 2.40002 14.7997 2.40002C16.4566 2.40002 17.7997 3.74317 17.7997 5.40002V8.15002C17.7997 8.56424 18.1355 8.90002 18.5497 8.90002C18.9639 8.90002 19.2997 8.56424 19.2997 8.15002V5.40002C19.2997 2.91474 17.285 0.900024 14.7997 0.900024Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
/>
|
|
27
|
+
</svg>
|
|
28
|
+
);
|
|
29
|
+
}
|
|
30
|
+
);
|
|
31
|
+
|
|
32
|
+
IconLockOpenSolid.displayName = "IconLockOpenSolid";
|
|
33
|
+
|
|
34
|
+
export default IconLockOpenSolid;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "../../types";
|
|
3
|
+
|
|
4
|
+
export const IconMapSolid = 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-map-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.15686 2.1755C7.78961 2.02353 7.37706 2.02353 7.00981 2.1755L2.92647 3.86515C2.3657 4.0972 2 4.64429 2 5.25118V16.1278C2 17.1966 3.08594 17.9225 4.07353 17.5139L7.58333 16.0615L11.8431 17.8242C12.2104 17.9762 12.6229 17.9762 12.9902 17.8242L17.0735 16.1345C17.6343 15.9025 18 15.3554 18 14.7485V3.87187C18 2.80308 16.9141 2.07719 15.9265 2.48584L12.4167 3.93818L8.15686 2.1755ZM7.58008 4.99988C7.99429 4.99988 8.33008 5.33566 8.33008 5.74988V12.2499C8.33008 12.6641 7.99429 12.9999 7.58008 12.9999C7.16586 12.9999 6.83008 12.6641 6.83008 12.2499V5.74988C6.83008 5.33566 7.16586 4.99988 7.58008 4.99988ZM13.1699 7.74988C13.1699 7.33566 12.8341 6.99988 12.4199 6.99988C12.0057 6.99988 11.6699 7.33566 11.6699 7.74988V14.2499C11.6699 14.6641 12.0057 14.9999 12.4199 14.9999C12.8341 14.9999 13.1699 14.6641 13.1699 14.2499V7.74988Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
fillRule="evenodd"
|
|
27
|
+
clipRule="evenodd"
|
|
28
|
+
/>
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
}
|
|
32
|
+
);
|
|
33
|
+
|
|
34
|
+
IconMapSolid.displayName = "IconMapSolid";
|
|
35
|
+
|
|
36
|
+
export default IconMapSolid;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "../../types";
|
|
3
|
+
|
|
4
|
+
export const IconSpotlightSolid = 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-spotlight-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="M14.1255 2.33968C14.4508 2.01442 14.9788 2.01442 15.304 2.33968C15.6293 2.66496 15.6293 3.19293 15.304 3.5182L12.9889 5.83334H13.7109C14.1795 5.83334 14.618 5.96226 14.9928 6.18655L16.4827 4.69671C16.808 4.37144 17.3359 4.37144 17.6612 4.69671C17.9865 5.02198 17.9865 5.54995 17.6612 5.87523L16.0601 7.47624C16.1577 7.74358 16.2109 8.03224 16.2109 8.33334V9.68231L16.4825 9.41075C16.8078 9.0855 17.3358 9.0855 17.661 9.41075C17.9863 9.736 17.9863 10.264 17.661 10.5892L16.1782 12.072C16.0061 13.128 15.1723 13.9618 14.1163 14.134L10.59 17.6603C10.2647 17.9856 9.73675 17.9856 9.41142 17.6603C9.08617 17.3351 9.08617 16.8071 9.41142 16.4818L11.7266 14.1667H9.36972L5.87608 17.6603C5.55081 17.9856 5.02284 17.9856 4.69756 17.6603C4.3723 17.3351 4.3723 16.8071 4.69756 16.4818L7.01271 14.1667H6.30615C5.83353 14.1667 5.39154 14.0355 5.01459 13.8076L3.5189 15.3033C3.19363 15.6286 2.66566 15.6286 2.34039 15.3033C2.01512 14.9781 2.01512 14.4501 2.34039 14.1248L3.95282 12.5124C3.85788 12.2483 3.80615 11.9635 3.80615 11.6667V10.302L3.5189 10.5892C3.19363 10.9146 2.66566 10.9146 2.34039 10.5892C2.01512 10.264 2.01512 9.73599 2.34039 9.41074L3.842 7.90913C4.01989 6.86835 4.84115 6.04709 5.88193 5.86919L9.41142 2.33968C9.73675 2.01442 10.2647 2.01442 10.59 2.33968C10.9152 2.66496 10.9152 3.19293 10.59 3.5182L8.27484 5.83334H10.6319L14.1255 2.33968ZM6.30615 7.16668H13.7109C14.3553 7.16668 14.8776 7.68901 14.8776 8.33334V11.6667C14.8776 12.311 14.3553 12.8333 13.7109 12.8333H6.30615C5.66182 12.8333 5.13949 12.311 5.13949 11.6667V8.33334C5.13949 7.68901 5.66182 7.16668 6.30615 7.16668Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
fillRule="evenodd"
|
|
27
|
+
clipRule="evenodd"
|
|
28
|
+
/>
|
|
29
|
+
<path
|
|
30
|
+
d="M5.87593 2.33968C5.55065 2.01442 5.02268 2.01442 4.69741 2.33968L2.34039 4.69671C2.01512 5.02198 2.01512 5.54995 2.34039 5.87523 2.66566 6.20049 3.19363 6.20049 3.5189 5.87523L5.87593 3.5182C6.20119 3.19293 6.20119 2.66496 5.87593 2.33968ZM17.6608 14.1249C17.3355 13.7995 16.8076 13.7995 16.4823 14.1249L14.1253 16.4819C13.8 16.8071 13.8 17.3351 14.1253 17.6604 14.4505 17.9856 14.9785 17.9856 15.3038 17.6604L17.6608 15.3034C17.9861 14.9781 17.9861 14.4501 17.6608 14.1249Z"
|
|
31
|
+
fill={color}
|
|
32
|
+
/>
|
|
33
|
+
</svg>
|
|
34
|
+
);
|
|
35
|
+
}
|
|
36
|
+
);
|
|
37
|
+
|
|
38
|
+
IconSpotlightSolid.displayName = "IconSpotlightSolid";
|
|
39
|
+
|
|
40
|
+
export default IconSpotlightSolid;
|