@sunzi/icon 1.1.1 → 1.1.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.
Files changed (76) hide show
  1. package/es/customeow/default/icon-arrow-left-solid.js +1 -1
  2. package/es/customeow/default/icon-arrow-left-solid.js.map +1 -1
  3. package/es/customeow/default/icon-exclamation-circle-bicolor-solid.js +2 -0
  4. package/es/customeow/default/icon-exclamation-circle-bicolor-solid.js.map +1 -0
  5. package/es/customeow/default/icon-folder-move-solid.js +2 -0
  6. package/es/customeow/default/icon-folder-move-solid.js.map +1 -0
  7. package/es/customeow/default/icon-folder-solid.js +2 -0
  8. package/es/customeow/default/icon-folder-solid.js.map +1 -0
  9. package/es/customeow/default/icon-retry-circle-bicolor-solid.js +2 -0
  10. package/es/customeow/default/icon-retry-circle-bicolor-solid.js.map +1 -0
  11. package/es/customeow/default/icon-rotate-left-90-outline.js +1 -1
  12. package/es/customeow/default/icon-rotate-left-90-outline.js.map +1 -1
  13. package/es/customeow/default/icon-shield-exclamation-bicolor-solid.js +2 -0
  14. package/es/customeow/default/icon-shield-exclamation-bicolor-solid.js.map +1 -0
  15. package/es/customeow/default/icon-tool-font-outline.js +1 -1
  16. package/es/customeow/default/icon-tool-font-outline.js.map +1 -1
  17. package/es/customeow/default/icon-tool-multi-level-image-outline.js +2 -0
  18. package/es/customeow/default/icon-tool-multi-level-image-outline.js.map +1 -0
  19. package/es/customeow/index.js +1 -1
  20. package/es/customeow-shein/default/icon-arrow-left-solid.js +1 -1
  21. package/es/customeow-shein/default/icon-arrow-left-solid.js.map +1 -1
  22. package/es/customeow-shein/default/icon-exclamation-circle-bicolor-solid.js +2 -0
  23. package/es/customeow-shein/default/icon-exclamation-circle-bicolor-solid.js.map +1 -0
  24. package/es/customeow-shein/default/icon-folder-move-solid.js +2 -0
  25. package/es/customeow-shein/default/icon-folder-move-solid.js.map +1 -0
  26. package/es/customeow-shein/default/icon-folder-solid.js +2 -0
  27. package/es/customeow-shein/default/icon-folder-solid.js.map +1 -0
  28. package/es/customeow-shein/default/icon-retry-circle-bicolor-solid.js +2 -0
  29. package/es/customeow-shein/default/icon-retry-circle-bicolor-solid.js.map +1 -0
  30. package/es/customeow-shein/default/icon-rotate-left-90-outline.js +1 -1
  31. package/es/customeow-shein/default/icon-rotate-left-90-outline.js.map +1 -1
  32. package/es/customeow-shein/default/icon-shield-exclamation-bicolor-solid.js +2 -0
  33. package/es/customeow-shein/default/icon-shield-exclamation-bicolor-solid.js.map +1 -0
  34. package/es/customeow-shein/default/icon-tool-font-outline.js +1 -1
  35. package/es/customeow-shein/default/icon-tool-font-outline.js.map +1 -1
  36. package/es/customeow-shein/default/icon-tool-multi-level-image-outline.js +2 -0
  37. package/es/customeow-shein/default/icon-tool-multi-level-image-outline.js.map +1 -0
  38. package/es/customeow-shein/index.js +1 -1
  39. package/manifest.json +6 -0
  40. package/package.json +1 -1
  41. package/src/customeow/default/icon-arrow-left-solid.tsx +1 -1
  42. package/src/customeow/default/icon-exclamation-circle-bicolor-solid.tsx +42 -0
  43. package/src/customeow/default/icon-folder-move-solid.tsx +36 -0
  44. package/src/customeow/default/icon-folder-solid.tsx +34 -0
  45. package/src/customeow/default/icon-retry-circle-bicolor-solid.tsx +40 -0
  46. package/src/customeow/default/icon-rotate-left-90-outline.tsx +1 -1
  47. package/src/customeow/default/icon-shield-exclamation-bicolor-solid.tsx +42 -0
  48. package/src/customeow/default/icon-tool-font-outline.tsx +4 -8
  49. package/src/customeow/default/icon-tool-multi-level-image-outline.tsx +37 -0
  50. package/src/customeow/index.json +6 -0
  51. package/src/customeow/index.tsx +6 -0
  52. package/src/customeow-shein/default/icon-arrow-left-solid.tsx +1 -1
  53. package/src/customeow-shein/default/icon-exclamation-circle-bicolor-solid.tsx +42 -0
  54. package/src/customeow-shein/default/icon-folder-move-solid.tsx +36 -0
  55. package/src/customeow-shein/default/icon-folder-solid.tsx +34 -0
  56. package/src/customeow-shein/default/icon-retry-circle-bicolor-solid.tsx +40 -0
  57. package/src/customeow-shein/default/icon-rotate-left-90-outline.tsx +1 -1
  58. package/src/customeow-shein/default/icon-shield-exclamation-bicolor-solid.tsx +42 -0
  59. package/src/customeow-shein/default/icon-tool-font-outline.tsx +4 -8
  60. package/src/customeow-shein/default/icon-tool-multi-level-image-outline.tsx +37 -0
  61. package/src/customeow-shein/index.json +6 -0
  62. package/src/customeow-shein/index.tsx +6 -0
  63. package/types/customeow/default/icon-exclamation-circle-bicolor-solid.d.ts +3 -0
  64. package/types/customeow/default/icon-folder-move-solid.d.ts +3 -0
  65. package/types/customeow/default/icon-folder-solid.d.ts +3 -0
  66. package/types/customeow/default/icon-retry-circle-bicolor-solid.d.ts +3 -0
  67. package/types/customeow/default/icon-shield-exclamation-bicolor-solid.d.ts +3 -0
  68. package/types/customeow/default/icon-tool-multi-level-image-outline.d.ts +3 -0
  69. package/types/customeow/index.d.ts +6 -0
  70. package/types/customeow-shein/default/icon-exclamation-circle-bicolor-solid.d.ts +3 -0
  71. package/types/customeow-shein/default/icon-folder-move-solid.d.ts +3 -0
  72. package/types/customeow-shein/default/icon-folder-solid.d.ts +3 -0
  73. package/types/customeow-shein/default/icon-retry-circle-bicolor-solid.d.ts +3 -0
  74. package/types/customeow-shein/default/icon-shield-exclamation-bicolor-solid.d.ts +3 -0
  75. package/types/customeow-shein/default/icon-tool-multi-level-image-outline.d.ts +3 -0
  76. package/types/customeow-shein/index.d.ts +6 -0
@@ -0,0 +1,36 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "../../types";
3
+
4
+ export const IconFolderMoveSolid = 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-folder-move-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 4.75C2 3.7835 2.7835 3 3.75 3H8.58579C9.04992 3 9.49503 3.18437 9.82322 3.51256L11.2374 4.92678C11.2843 4.97366 11.3479 5 11.4142 5H16.25C17.2165 5 18 5.7835 18 6.75V15.25C18 16.2165 17.2165 17 16.25 17H3.75C2.7835 17 2 16.2165 2 15.25V4.75ZM11.3243 8.67574C11.0899 8.44142 10.7101 8.44142 10.4757 8.67574C10.2414 8.91005 10.2414 9.28995 10.4757 9.52426L11.5716 10.6201H6.9C6.56863 10.6201 6.3 10.8887 6.3 11.2201C6.3 11.5515 6.56863 11.8201 6.9 11.8201H11.574L10.4757 12.9184C10.2414 13.1527 10.2414 13.5326 10.4757 13.7669C10.7101 14.0012 11.0899 14.0012 11.3243 13.7669L13.4456 11.6456C13.6799 11.4113 13.6799 11.0314 13.4456 10.7971L11.3243 8.67574Z"
25
+ fill={color}
26
+ fillRule="evenodd"
27
+ clipRule="evenodd"
28
+ />
29
+ </svg>
30
+ );
31
+ }
32
+ );
33
+
34
+ IconFolderMoveSolid.displayName = "IconFolderMoveSolid";
35
+
36
+ export default IconFolderMoveSolid;
@@ -0,0 +1,34 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "../../types";
3
+
4
+ export const IconFolderSolid = 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-folder-solid`,
14
+ };
15
+ return (
16
+ <svg
17
+ viewBox="0 0 20 20"
18
+ fill="none"
19
+ xmlns="http://www.w3.org/2000/svg"
20
+ {...props}
21
+ ref={forwardedRef}
22
+ >
23
+ <path
24
+ d="M16.229 7.52478C16.4625 7.55005 16.696 7.61322 16.9294 7.71429C17.1629 7.81536 17.3657 7.95748 17.5377 8.14067C17.7097 8.32386 17.8387 8.55442 17.9247 8.83236C18.0107 9.1103 18.023 9.44509 17.9616 9.83673C17.937 9.9378 17.8879 10.1873 17.8141 10.5853C17.7404 10.9832 17.6544 11.4412 17.5561 11.9592C17.4578 12.4772 17.3472 13.0109 17.2243 13.5605C17.1015 14.1101 16.9847 14.5807 16.8741 14.9723C16.8127 15.1997 16.7236 15.4334 16.6069 15.6735C16.4902 15.9135 16.3396 16.1314 16.1553 16.3273C15.971 16.5231 15.7498 16.6842 15.4918 16.8105C15.2338 16.9368 14.9266 17 14.5702 17H4.35922C4.10118 17 3.83393 16.9431 3.55745 16.8294C3.28098 16.7157 3.02602 16.5547 2.79255 16.3462C2.55909 16.1378 2.36863 15.8851 2.22118 15.5882C2.07373 15.2913 2 14.9597 2 14.5933V6.46356C2 5.69291 2.20275 5.08965 2.60824 4.65379C3.01373 4.21793 3.5851 4 4.32236 4H13.3906C13.6609 4 13.9405 4.05369 14.2292 4.16108C14.518 4.26846 14.7791 4.41691 15.0126 4.60641C15.246 4.79592 15.4365 5.01701 15.5839 5.26968C15.7314 5.52235 15.8051 5.79397 15.8051 6.08455V6.293H14.8467C14.3552 6.293 13.7807 6.28984 13.1234 6.28353C12.466 6.27721 11.7656 6.27405 11.0222 6.27405C10.2788 6.27405 9.58453 6.27089 8.93943 6.26458C8.29433 6.25826 7.73831 6.2551 7.27138 6.2551H6.42354C6.10406 6.2551 5.85524 6.35933 5.67707 6.56778C5.4989 6.77624 5.36066 7.05102 5.26236 7.39213C5.16406 7.7585 5.05347 8.14699 4.93059 8.55758C4.80772 8.96817 4.69713 9.35034 4.59883 9.70408C4.47595 10.121 4.35308 10.5253 4.2302 10.9169C4.20563 11.018 4.19334 11.1001 4.19334 11.1633C4.19334 11.378 4.26399 11.5581 4.4053 11.7034C4.54661 11.8486 4.7217 11.9213 4.93059 11.9213C5.31151 11.9213 5.56955 11.6749 5.70471 11.1822L6.68158 7.50583C8.27897 7.51846 9.74119 7.52478 11.0683 7.52478H16.229Z"
25
+ fill={color}
26
+ />
27
+ </svg>
28
+ );
29
+ }
30
+ );
31
+
32
+ IconFolderSolid.displayName = "IconFolderSolid";
33
+
34
+ export default IconFolderSolid;
@@ -0,0 +1,40 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "../../types";
3
+
4
+ export const IconRetryCircleBicolorSolid = 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-retry-circle-bicolor-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.3333 2C14.9357 2 18.6666 5.73096 18.6666 10.3333C18.6666 14.9357 14.9357 18.6666 10.3333 18.6666C5.73097 18.6666 2 14.9357 2 10.3333C2 5.73096 5.73097 2 10.3333 2Z"
25
+ fill={color}
26
+ fillRule="evenodd"
27
+ clipRule="evenodd"
28
+ />
29
+ <path
30
+ d="M5.19995 10.5C5.19995 7.73858 7.47484 5.5 10.281 5.5L10.536 5.50622C11.7206 5.56409 12.8289 6.02378 13.6926 6.79458L13.7478 6.84667L13.7482 6.60138C13.7482 6.23976 14.0213 5.94092 14.3756 5.89362L14.4741 5.8871C14.875 5.8871 15.2 6.20689 15.2 6.60138V9.09593C15.2 9.49042 14.875 9.81022 14.4741 9.81022H12.2002C11.7993 9.81022 11.4743 9.49042 11.4743 9.09593L11.4809 8.99901C11.529 8.65036 11.8327 8.38164 12.2002 8.38164L13.1671 8.38095L13.0924 8.27361C13.018 8.17176 12.9513 8.0879 12.8972 8.02729L12.8474 7.97463C12.1707 7.3087 11.2574 6.92857 10.281 6.92857C8.27662 6.92857 6.65169 8.52756 6.65169 10.5C6.65169 12.4724 8.27662 14.0714 10.281 14.0714C11.2574 14.0714 12.1707 13.6913 12.8474 13.0254C13.1308 12.7464 13.5904 12.7464 13.8739 13.0254C14.1574 13.3043 14.1574 13.7566 13.8739 14.0355C12.9277 14.9667 11.6464 15.5 10.281 15.5C7.47484 15.5 5.19995 13.2614 5.19995 10.5Z"
31
+ fill={color}
32
+ />
33
+ </svg>
34
+ );
35
+ }
36
+ );
37
+
38
+ IconRetryCircleBicolorSolid.displayName = "IconRetryCircleBicolorSolid";
39
+
40
+ export default IconRetryCircleBicolorSolid;
@@ -21,7 +21,7 @@ export const IconRotateLeft90Outline = forwardRef<SVGSVGElement, IconProps>(
21
21
  ref={forwardedRef}
22
22
  >
23
23
  <path
24
- d="M7.3733 8.54163C7.67429 8.54163 7.94654 8.61879 8.19005 8.77312C8.43356 8.92745 8.62325 9.14564 8.75912 9.42769C8.89498 9.70974 8.965 10.0349 8.96918 10.4032V10.745C8.96918 11.258 8.87042 11.645 8.67289 12.0218C8.47537 12.3985 8.22375 12.6485 7.85797 12.8507C7.57573 13.0068 7.23952 13.0853 6.87693 13.113Lnan nanL6.87693 13.113Cnan nan nan nan 6.87693 13.113C6.65978 13.1296 6.48287 12.9484 6.48287 12.7306V12.6575C6.48287 12.4385 6.65915 12.2678 6.87693 12.2451Cnan nan nan nan 6.87693 12.2451L-nan -nanL6.87693 12.2451C7.48293 12.1819 7.82292 11.9599 7.8969 11.39C7.66907 11.5987 7.41406 11.703 7.13188 11.703C6.71802 11.703 6.38985 11.5603 6.14739 11.275C5.90493 10.9898 5.78369 10.6788 5.78369 10.202C5.78369 9.90398 5.85163 9.62725 5.98749 9.37181C6.12335 9.11637 6.31408 8.91415 6.55968 8.76513C6.80528 8.61613 7.07649 8.54163 7.3733 8.54163ZM12.2868 9.05891C12.0088 8.71619 11.6169 8.54483 11.1111 8.54483C10.6053 8.54483 10.2139 8.71513 9.93692 9.05572C9.65996 9.39631 9.52148 9.88058 9.52148 10.5085V11.1293C9.52148 11.753 9.66048 12.2362 9.93848 12.579C10.2165 12.9217 10.6094 13.093 11.1173 13.093C11.6211 13.093 12.0115 12.9227 12.2884 12.5821C12.5654 12.2416 12.7038 11.7573 12.7038 11.1293V10.5117C12.7038 9.8859 12.5648 9.40163 12.2868 9.05891ZM14.5363 8.80666C14.3658 8.63211 14.1637 8.54483 13.9295 8.54483C13.6913 8.54483 13.4848 8.63211 13.3103 8.80666C13.1358 8.98121 13.0485 9.19301 13.0485 9.44207C13.0485 9.689 13.1347 9.89814 13.3072 10.0695C13.4796 10.2409 13.6871 10.3265 13.9295 10.3265C14.1678 10.3265 14.3711 10.2409 14.5393 10.0695C14.7076 9.89814 14.7917 9.689 14.7917 9.44207C14.7917 9.19301 14.7066 8.98121 14.5363 8.80666ZM13.9294 9.03337C13.8186 9.03337 13.7251 9.07328 13.6488 9.1531C13.5725 9.23293 13.5343 9.32925 13.5343 9.44208C13.5343 9.55489 13.5735 9.64908 13.6519 9.72466C13.7303 9.80023 13.8228 9.83801 13.9294 9.83801C14.0402 9.83801 14.1311 9.79969 14.2022 9.72306C14.2732 9.64643 14.3088 9.55276 14.3088 9.44208C14.3088 9.33138 14.2733 9.23559 14.2022 9.1547C14.1311 9.07381 14.0402 9.03337 13.9294 9.03337ZM6.95121 9.61448C7.05153 9.45269 7.21838 9.37181 7.36679 9.37181C7.53401 9.37181 7.66674 9.44312 7.76498 9.58574C7.86322 9.72836 7.91693 9.93693 7.91693 10.1165C7.91693 10.296 7.89666 10.4462 7.82768 10.6289C7.75871 10.8116 7.55313 10.927 7.3762 10.927C7.19853 10.927 7.05676 10.8552 6.95434 10.7115C6.85192 10.5678 6.8099 10.4447 6.8099 10.202C6.8099 9.97209 6.85087 9.77626 6.95121 9.61448ZM10.7143 9.60491C10.7969 9.45164 10.9291 9.37501 11.1109 9.37501C11.2969 9.37501 11.4328 9.45749 11.5185 9.62247C11.6042 9.78744 11.6471 10.037 11.6471 10.3712V11.2921C11.645 11.6263 11.6011 11.8717 11.5154 12.0281C11.4297 12.1846 11.2969 12.2629 11.1172 12.2629C10.9312 12.2629 10.7953 12.1825 10.7096 12.0218C10.6239 11.8611 10.5811 11.6072 10.5811 11.2602V10.301C10.5873 9.9902 10.6317 9.75818 10.7143 9.60491ZM4.59265 10.4934Cnan nan nan nan 5.00933 10.9101L-nan -nanL5.00933 10.9101Cnan nan nan nan 4.59265 11.3268H3.54168C3.31156 11.3268 3.125 11.1402 3.125 10.9101Cnan nan nan nan 3.125 10.9101L-nan -nanL3.125 10.9101Cnan nan nan nan 3.54168 10.4934H4.59265Z"
24
+ d="M7.3733 8.54175C7.67429 8.54175 7.94654 8.61891 8.19005 8.77324C8.43356 8.92757 8.62325 9.14576 8.75912 9.42781C8.89498 9.70986 8.965 10.035 8.96918 10.4033V10.7451C8.96918 11.2582 8.87042 11.6451 8.67289 12.0219C8.47537 12.3987 8.22375 12.6487 7.85797 12.8508C7.57573 13.0069 7.23952 13.0854 6.87693 13.1131Lnan nanL6.87693 13.1131Cnan nan nan nan 6.87693 13.1131C6.65978 13.1297 6.48287 12.9485 6.48287 12.7307V12.6576C6.48287 12.4386 6.65915 12.2679 6.87693 12.2452Cnan nan nan nan 6.87693 12.2452L-nan -nanL6.87693 12.2452C7.48293 12.182 7.82292 11.96 7.8969 11.3902C7.66907 11.5988 7.41406 11.7031 7.13188 11.7031C6.71802 11.7031 6.38985 11.5604 6.14739 11.2752C5.90493 10.9899 5.78369 10.6789 5.78369 10.2021C5.78369 9.90411 5.85163 9.62737 5.98749 9.37193C6.12335 9.11649 6.31408 8.91427 6.55968 8.76526C6.80528 8.61625 7.07649 8.54175 7.3733 8.54175ZM12.2868 9.05903C12.0088 8.71631 11.6169 8.54496 11.1111 8.54496C10.6053 8.54496 10.2139 8.71525 9.93692 9.05584C9.65996 9.39643 9.52148 9.8807 9.52148 10.5087V11.1294C9.52148 11.7531 9.66048 12.2364 9.93848 12.5791C10.2165 12.9218 10.6094 13.0932 11.1173 13.0932C11.6211 13.0932 12.0115 12.9229 12.2884 12.5822C12.5654 12.2417 12.7038 11.7574 12.7038 11.1294V10.5119C12.7038 9.88602 12.5648 9.40175 12.2868 9.05903ZM14.5363 8.80678C14.3658 8.63223 14.1637 8.54496 13.9295 8.54496C13.6913 8.54496 13.4848 8.63223 13.3103 8.80678C13.1358 8.98133 13.0485 9.19313 13.0485 9.44219C13.0485 9.68912 13.1347 9.89826 13.3072 10.0696C13.4796 10.241 13.6871 10.3267 13.9295 10.3267C14.1678 10.3267 14.3711 10.241 14.5393 10.0696C14.7076 9.89826 14.7917 9.68912 14.7917 9.44219C14.7917 9.19313 14.7066 8.98133 14.5363 8.80678ZM13.9294 9.03349C13.8186 9.03349 13.7251 9.0734 13.6488 9.15322C13.5725 9.23306 13.5343 9.32937 13.5343 9.4422C13.5343 9.55501 13.5735 9.64921 13.6519 9.72478C13.7303 9.80035 13.8228 9.83813 13.9294 9.83813C14.0402 9.83813 14.1311 9.79981 14.2022 9.72318C14.2732 9.64655 14.3088 9.55289 14.3088 9.4422C14.3088 9.33151 14.2733 9.23571 14.2022 9.15482C14.1311 9.07393 14.0402 9.03349 13.9294 9.03349ZM6.95121 9.6146C7.05153 9.45281 7.21838 9.37193 7.36679 9.37193C7.53401 9.37193 7.66674 9.44324 7.76498 9.58587C7.86322 9.72848 7.91693 9.93706 7.91693 10.1166C7.91693 10.2961 7.89666 10.4464 7.82768 10.6291C7.75871 10.8118 7.55313 10.9272 7.3762 10.9272C7.19853 10.9272 7.05676 10.8553 6.95434 10.7116C6.85192 10.5679 6.8099 10.4448 6.8099 10.2021C6.8099 9.97222 6.85087 9.77638 6.95121 9.6146ZM10.7143 9.60503C10.7969 9.45176 10.9291 9.37513 11.1109 9.37513C11.2969 9.37513 11.4328 9.45762 11.5185 9.62259C11.6042 9.78756 11.6471 10.0372 11.6471 10.3714V11.2922C11.645 11.6265 11.6011 11.8718 11.5154 12.0282C11.4297 12.1847 11.2969 12.263 11.1172 12.263C10.9312 12.263 10.7953 12.1826 10.7096 12.0219C10.6239 11.8612 10.5811 11.6073 10.5811 11.2603V10.3011C10.5873 9.99032 10.6317 9.7583 10.7143 9.60503ZM4.59265 10.4935Cnan nan nan nan 5.00933 10.9102L-nan -nanL5.00933 10.9102Cnan nan nan nan 4.59265 11.3269H3.54168C3.31156 11.3269 3.125 11.1404 3.125 10.9102Cnan nan nan nan 3.125 10.9102L-nan -nanL3.125 10.9102Cnan nan nan nan 3.54168 10.4935H4.59265Z"
25
25
  fill={color}
26
26
  fillRule="evenodd"
27
27
  clipRule="evenodd"
@@ -0,0 +1,42 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "../../types";
3
+
4
+ export const IconShieldExclamationBicolorSolid = 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-icon customeow-icon-icon-shield-exclamation-bicolor-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="M10.3389 2.23657C10.1429 2.07381 9.85709 2.07381 9.66109 2.23657C7.72231 3.84643 5.2685 4.85748 2.58337 4.98601C2.34202 4.99756 2.13593 5.17189 2.10424 5.41144C2.03548 5.93125 2 6.46156 2 7.00016C2 12.1627 5.26004 16.5638 9.83378 18.2572C9.94102 18.2969 10.0593 18.2969 10.1665 18.2572C14.7401 16.5637 18 12.1627 18 7.00028C18 6.46164 17.9645 5.93129 17.8957 5.41143C17.8641 5.17189 17.658 4.99756 17.4166 4.98601C14.7315 4.85747 12.2777 3.84642 10.3389 2.23657Z"
27
+ fill={color}
28
+ fillRule="evenodd"
29
+ clipRule="evenodd"
30
+ />
31
+ <path
32
+ d="M10 5.99988C10.4142 5.99988 10.75 6.33566 10.75 6.74988V10.2499C10.75 10.6641 10.4142 10.9999 10 10.9999 9.58579 10.9999 9.25 10.6641 9.25 10.2499L9.25 6.74988C9.25 6.33566 9.58579 5.99988 10 5.99988ZM10 14.9999C10.5523 14.9999 11 14.5522 11 13.9999 11 13.4476 10.5523 12.9999 10 12.9999 9.44772 12.9999 9 13.4476 9 13.9999 9 14.5522 9.44772 14.9999 10 14.9999Z"
33
+ fill={color}
34
+ />
35
+ </svg>
36
+ );
37
+ });
38
+
39
+ IconShieldExclamationBicolorSolid.displayName =
40
+ "IconShieldExclamationBicolorSolid";
41
+
42
+ export default IconShieldExclamationBicolorSolid;
@@ -20,14 +20,10 @@ export const IconToolFontOutline = forwardRef<SVGSVGElement, IconProps>(
20
20
  {...props}
21
21
  ref={forwardedRef}
22
22
  >
23
- <g fill={color} clipPath="url(#a)">
24
- <path d="M7.21555 14.2871C7.21555 13.573 7.41765 12.478 7.82186 11.0022 6.55675 11.0339 5.58823 11.071 4.91631 11.1133 4.71158 11.4889 4.52523 11.8459 4.35725 12.1844L3.86905 13.1604C3.22337 14.4405 2.64332 15.2842 2.12887 15.6915 1.73517 16.0089 1.31784 16.1676.87689 16.1676.540928 16.1676.286331 16.0565.113101 15.8344.050108 15.7444.0133621 15.6598.00286331 15.5804-.0076355 15.4958.0107374 15.4403.0579821 15.4138.661664 15.1864 1.15248 14.8399 1.53044 14.3744 1.86115 13.9565 2.19187 13.446 2.52258 12.843L3.41235 11.2402 2.91628 11.3116C2.60132 11.3698 2.44384 11.3196 2.44384 11.1609 2.44384 11.0022 2.53833 10.8514 2.72731 10.7086 3.05802 10.46 3.38086 10.296 3.69582 10.2167L4.03441 10.1373C4.89531 8.70382 5.55149 7.70142 6.00294 7.13013 6.45963 6.55884 6.87434 6.08276 7.24705 5.7019 7.625 5.32104 8.02133 4.98515 8.43604 4.69421 9.34418 4.06474 10.2392 3.75 11.1211 3.75 11.3888 3.75 11.5699 3.80554 11.6644 3.91663 11.8219 4.09119 11.8718 4.27897 11.814 4.47998 11.7563 4.6757 11.6618 4.9587 11.5306 5.32898 10.6907 7.63529 10.1788 9.06352 9.99511 9.61365 10.0791 9.60836 10.1552 9.60571 10.2235 9.60571H10.3967C10.9846 9.60571 11.2996 9.6639 11.3416 9.78027 11.3521 9.8173 11.3573 9.88607 11.3573 9.98657 11.3573 10.0818 11.3258 10.1929 11.2628 10.3198 11.2051 10.4468 11.108 10.5552 10.9715 10.6451 10.6933 10.8356 10.2261 10.9467 9.56991 10.9784 9.21295 12.2215 9.00822 13.0811 8.95573 13.5571 8.90848 14.0332 8.92423 14.3559 9.00297 14.5251 9.08696 14.6891 9.20245 14.7711 9.34943 14.7711 9.50167 14.7711 9.62503 14.7579 9.71952 14.7314 9.81401 14.6997 9.89799 14.6653 9.97149 14.6283L10.1762 14.5331C10.2287 14.5013 10.2812 14.4855 10.3337 14.4855 10.3914 14.4855 10.4387 14.5225 10.4754 14.5966 10.5122 14.6653 10.5305 14.7579 10.5305 14.8743 10.5305 14.9906 10.4807 15.1308 10.3809 15.2948 10.2865 15.4535 10.1605 15.5963 10.003 15.7233 9.63552 16.0195 9.22082 16.1676 8.75887 16.1676 8.0502 16.1676 7.57776 15.8502 7.34153 15.2155 7.25754 14.9933 7.21555 14.7949 7.21555 14.6204V14.2871ZM5.64073 9.85962C6.57512 9.73796 7.44127 9.66654 8.23918 9.64539 8.38617 9.19047 8.54365 8.74084 8.71163 8.29651L9.19983 7.02698C9.36781 6.62496 9.53316 6.2441 9.69589 5.8844L10.1526 4.90845C9.06071 5.19409 7.98196 6.1436 6.91633 7.75696 6.69061 8.0955 6.47013 8.44462 6.25491 8.80432L5.64073 9.85962ZM17.9243 13.9777C17.9243 14.4643 18.0949 14.7076 18.4362 14.7076 18.6724 14.7076 18.8666 14.6706 19.0188 14.5966 19.1763 14.5225 19.2813 14.4855 19.3338 14.4855 19.444 14.4855 19.4992 14.5437 19.4992 14.66 19.4992 15.1149 19.2629 15.5064 18.7905 15.8344 18.2918 16.1782 17.7826 16.2628 17.2629 16.0883 16.9217 15.9666 16.6697 15.7048 16.507 15.3027 16.4283 15.0964 16.3889 14.9087 16.3889 14.7394 16.3889 14.4643 16.4151 14.1734 16.4676 13.8666 15.9794 14.8716 15.3731 15.5646 14.6487 15.9454 14.36 16.0935 14.0529 16.1676 13.7274 16.1676 13.402 16.1676 13.1185 16.1015 12.877 15.9692 12.6408 15.8317 12.4387 15.6439 12.2707 15.4059 11.9295 14.9087 11.7747 14.2845 11.8062 13.5333 11.8377 12.5918 12.1132 11.6687 12.6329 10.7642 13.1106 9.91781 13.7143 9.2275 14.444 8.69324 15.1736 8.1484 15.8561 7.87598 16.4913 7.87598 17.1264 7.87598 17.6382 8.16956 18.0267 8.75671 18.3889 8.16956 18.7091 7.87598 18.9873 7.87598 19.2866 7.87598 19.5123 7.93152 19.6645 8.0426 19.9532 8.25419 20.0556 8.43933 19.9716 8.59802 18.654 11.3169 17.9768 13.0096 17.9401 13.6761 17.9296 13.7714 17.9243 13.8719 17.9243 13.9777ZM13.5542 14.0094C13.5542 14.6442 13.7563 14.9615 14.1605 14.9615 14.4702 14.9615 14.8508 14.6971 15.3023 14.1681 15.9637 13.3905 16.549 12.3431 17.0582 11.026 17.2209 10.6134 17.3574 10.2008 17.4676 9.78821 17.4466 9.42851 17.297 9.16402 17.0188 8.99475 16.9243 8.93656 16.7826 8.90747 16.5936 8.90747 16.4099 8.90747 16.192 8.97624 15.9401 9.11377 15.6933 9.2513 15.4519 9.43909 15.2156 9.67712 14.9847 9.91516 14.7668 10.1982 14.5621 10.5261 14.3626 10.8488 14.1868 11.2006 14.0345 11.5814 13.7143 12.396 13.5542 13.2054 13.5542 14.0094Z" />
25
- </g>
26
- <defs>
27
- <clipPath id="a">
28
- <path fill={color} d="M0 0H20V20H0z" />
29
- </clipPath>
30
- </defs>
23
+ <path
24
+ d="M7.21555 14.2871C7.21555 13.573 7.41765 12.478 7.82186 11.0022 6.55675 11.0339 5.58823 11.071 4.91631 11.1133 4.71158 11.4889 4.52523 11.8459 4.35725 12.1844L3.86905 13.1604C3.22337 14.4405 2.64332 15.2842 2.12887 15.6915 1.73517 16.0089 1.31784 16.1676.87689 16.1676.540928 16.1676.286331 16.0565.113101 15.8344.050108 15.7444.0133621 15.6598.00286331 15.5804-.0076355 15.4958.0107374 15.4403.0579821 15.4138.661664 15.1864 1.15248 14.8399 1.53044 14.3744 1.86115 13.9565 2.19187 13.446 2.52258 12.843L3.41235 11.2402 2.91628 11.3116C2.60132 11.3698 2.44384 11.3196 2.44384 11.1609 2.44384 11.0022 2.53833 10.8514 2.72731 10.7086 3.05802 10.46 3.38086 10.296 3.69582 10.2167L4.03441 10.1373C4.89531 8.70382 5.55149 7.70142 6.00294 7.13013 6.45963 6.55884 6.87434 6.08276 7.24705 5.7019 7.625 5.32104 8.02133 4.98515 8.43604 4.69421 9.34418 4.06474 10.2392 3.75 11.1211 3.75 11.3888 3.75 11.5699 3.80554 11.6644 3.91663 11.8219 4.09119 11.8718 4.27897 11.814 4.47998 11.7563 4.6757 11.6618 4.9587 11.5306 5.32898 10.6907 7.63529 10.1788 9.06352 9.99511 9.61365 10.0791 9.60836 10.1552 9.60571 10.2235 9.60571H10.3967C10.9846 9.60571 11.2996 9.6639 11.3416 9.78027 11.3521 9.8173 11.3573 9.88607 11.3573 9.98657 11.3573 10.0818 11.3258 10.1929 11.2628 10.3198 11.2051 10.4468 11.108 10.5552 10.9715 10.6451 10.6933 10.8356 10.2261 10.9467 9.56991 10.9784 9.21295 12.2215 9.00822 13.0811 8.95573 13.5571 8.90848 14.0332 8.92423 14.3559 9.00297 14.5251 9.08696 14.6891 9.20245 14.7711 9.34943 14.7711 9.50167 14.7711 9.62503 14.7579 9.71952 14.7314 9.81401 14.6997 9.89799 14.6653 9.97149 14.6283L10.1762 14.5331C10.2287 14.5013 10.2812 14.4855 10.3337 14.4855 10.3914 14.4855 10.4387 14.5225 10.4754 14.5966 10.5122 14.6653 10.5305 14.7579 10.5305 14.8743 10.5305 14.9906 10.4807 15.1308 10.3809 15.2948 10.2865 15.4535 10.1605 15.5963 10.003 15.7233 9.63552 16.0195 9.22082 16.1676 8.75887 16.1676 8.0502 16.1676 7.57776 15.8502 7.34153 15.2155 7.25754 14.9933 7.21555 14.7949 7.21555 14.6204V14.2871ZM5.64073 9.85962C6.57512 9.73796 7.44127 9.66654 8.23918 9.64539 8.38617 9.19047 8.54365 8.74084 8.71163 8.29651L9.19983 7.02698C9.36781 6.62496 9.53316 6.2441 9.69589 5.8844L10.1526 4.90845C9.06071 5.19409 7.98196 6.1436 6.91633 7.75696 6.69061 8.0955 6.47013 8.44462 6.25491 8.80432L5.64073 9.85962ZM17.9243 13.9777C17.9243 14.4643 18.0949 14.7076 18.4362 14.7076 18.6724 14.7076 18.8666 14.6706 19.0188 14.5966 19.1763 14.5225 19.2813 14.4855 19.3338 14.4855 19.444 14.4855 19.4992 14.5437 19.4992 14.66 19.4992 15.1149 19.2629 15.5064 18.7905 15.8344 18.2918 16.1782 17.7826 16.2628 17.2629 16.0883 16.9217 15.9666 16.6697 15.7048 16.507 15.3027 16.4283 15.0964 16.3889 14.9087 16.3889 14.7394 16.3889 14.4643 16.4151 14.1734 16.4676 13.8666 15.9794 14.8716 15.3731 15.5646 14.6487 15.9454 14.36 16.0935 14.0529 16.1676 13.7274 16.1676 13.402 16.1676 13.1185 16.1015 12.877 15.9692 12.6408 15.8317 12.4387 15.6439 12.2707 15.4059 11.9295 14.9087 11.7747 14.2845 11.8062 13.5333 11.8377 12.5918 12.1132 11.6687 12.6329 10.7642 13.1106 9.91781 13.7143 9.2275 14.444 8.69324 15.1736 8.1484 15.8561 7.87598 16.4913 7.87598 17.1264 7.87598 17.6382 8.16956 18.0267 8.75671 18.3889 8.16956 18.7091 7.87598 18.9873 7.87598 19.2866 7.87598 19.5123 7.93152 19.6645 8.0426 19.9532 8.25419 20.0556 8.43933 19.9716 8.59802 18.654 11.3169 17.9768 13.0096 17.9401 13.6761 17.9296 13.7714 17.9243 13.8719 17.9243 13.9777ZM13.5542 14.0094C13.5542 14.6442 13.7563 14.9615 14.1605 14.9615 14.4702 14.9615 14.8508 14.6971 15.3023 14.1681 15.9637 13.3905 16.549 12.3431 17.0582 11.026 17.2209 10.6134 17.3574 10.2008 17.4676 9.78821 17.4466 9.42851 17.297 9.16402 17.0188 8.99475 16.9243 8.93656 16.7826 8.90747 16.5936 8.90747 16.4099 8.90747 16.192 8.97624 15.9401 9.11377 15.6933 9.2513 15.4519 9.43909 15.2156 9.67712 14.9847 9.91516 14.7668 10.1982 14.5621 10.5261 14.3626 10.8488 14.1868 11.2006 14.0345 11.5814 13.7143 12.396 13.5542 13.2054 13.5542 14.0094Z"
25
+ fill={color}
26
+ />
31
27
  </svg>
32
28
  );
33
29
  }
@@ -0,0 +1,37 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "../../types";
3
+
4
+ export const IconToolMultiLevelImageOutline = 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-icon customeow-icon-icon-tool-multi-level-image-outline`,
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="M2.40001 3.19998C2.40001 2.97906 2.5791 2.79998 2.80001 2.79998H6.80001C6.92591 2.79998 7.04447 2.85925 7.12001 2.95998L8.32001 4.55998C8.43332 4.71106 8.61116 4.79998 8.80001 4.79998H15.3C15.5209 4.79998 15.7 4.97906 15.7 5.19998V6.19995H5.49013C4.55669 6.19995 3.79999 6.96746 3.79999 7.91424V16.4857C3.79999 17.4324 4.55669 18.2 5.49013 18.2H17.1098C18.0433 18.2 18.8 17.4324 18.8 16.4857V7.91424C18.8 6.96746 18.0433 6.19995 17.1098 6.19995H16.9V5.19998C16.9 4.31632 16.1837 3.59998 15.3 3.59998H9.10001L8.08001 2.23998L7.60001 2.59998L8.08001 2.23998C7.77784 1.83709 7.30362 1.59998 6.80001 1.59998H2.80001C1.91636 1.59998 1.20001 2.31632 1.20001 3.19998V15.2C1.20001 15.5313 1.46864 15.8 1.80001 15.8C2.13138 15.8 2.40001 15.5313 2.40001 15.2V3.19998ZM5.06759 16.4857V15.1448L8.51506 11.6481C8.88634 11.2715 9.48829 11.2715 9.85956 11.6481L13.4927 15.3331C13.7402 15.5841 14.1415 15.5841 14.389 15.3331C14.6365 15.082 14.6365 14.675 14.389 14.424L13.7808 13.8071L14.3249 13.2552C14.6962 12.8786 15.2981 12.8786 15.6694 13.2552L17.5324 15.1448V16.4857C17.5324 16.7224 17.3432 16.9142 17.1098 16.9142H5.49013C5.25677 16.9142 5.06759 16.7224 5.06759 16.4857ZM10.7559 10.7389L12.8845 12.898L13.4286 12.3461C14.2949 11.4674 15.6994 11.4674 16.5658 12.3461L17.5324 13.3265V7.91424C17.5324 7.67754 17.3432 7.48567 17.1098 7.48567H5.49013C5.25677 7.48567 5.06759 7.67754 5.06759 7.91424V13.3265L7.61873 10.7389C8.48504 9.86026 9.88959 9.86027 10.7559 10.7389ZM12.8845 8.61067C12.3886 8.61067 11.9866 9.01841 11.9866 9.52138C11.9866 10.0244 12.3886 10.4321 12.8845 10.4321C13.3804 10.4321 13.7824 10.0244 13.7824 9.52138C13.7824 9.01841 13.3804 8.61067 12.8845 8.61067Z"
27
+ fill={color}
28
+ fillRule="evenodd"
29
+ clipRule="evenodd"
30
+ />
31
+ </svg>
32
+ );
33
+ });
34
+
35
+ IconToolMultiLevelImageOutline.displayName = "IconToolMultiLevelImageOutline";
36
+
37
+ export default IconToolMultiLevelImageOutline;
@@ -22,6 +22,7 @@
22
22
  { "componentName": "IconToolSectionTitleOutline" },
23
23
  { "componentName": "IconToolAlertOutline" },
24
24
  { "componentName": "IconToolFontPreviewOutline" },
25
+ { "componentName": "IconToolMultiLevelImageOutline" },
25
26
  { "componentName": "IconPlayPreviewCircleOutline" },
26
27
  { "componentName": "IconDragOutline" },
27
28
  { "componentName": "IconDragCursorArrowOutline" },
@@ -172,6 +173,7 @@
172
173
  { "componentName": "IconTextOutline" },
173
174
  { "componentName": "IconImagePhotoSolid" },
174
175
  { "componentName": "IconExclamationCircleSolid" },
176
+ { "componentName": "IconExclamationCircleBicolorSolid" },
175
177
  { "componentName": "IconExclamationWarningTriangleSolid" },
176
178
  { "componentName": "IconInformationCircleSolid" },
177
179
  { "componentName": "IconInformationCircleAlertSolid" },
@@ -209,6 +211,7 @@
209
211
  { "componentName": "IconEnvelopeSolid" },
210
212
  { "componentName": "IconHeart" },
211
213
  { "componentName": "IconShieldExclamationSolid" },
214
+ { "componentName": "IconShieldExclamationBicolorSolid" },
212
215
  { "componentName": "Icon3DCubeSolid" },
213
216
  { "componentName": "IconCameraSolid" },
214
217
  { "componentName": "IconDesignSolid" },
@@ -243,6 +246,7 @@
243
246
  { "componentName": "IconErroSolid" },
244
247
  { "componentName": "IconEditSolid" },
245
248
  { "componentName": "IconRetryCircleSolid" },
249
+ { "componentName": "IconRetryCircleBicolorSolid" },
246
250
  { "componentName": "IconArrowUpCaretTriangleSolid" },
247
251
  { "componentName": "IconArrowDownCaretTriangleSolid" },
248
252
  { "componentName": "IconArrowLeftCaretTriangleSolid" },
@@ -335,6 +339,8 @@
335
339
  { "componentName": "IconArrowUpCircleSolid" },
336
340
  { "componentName": "IconUrlSolid" },
337
341
  { "componentName": "IconLoadFailureSmall" },
342
+ { "componentName": "IconFolderSolid" },
343
+ { "componentName": "IconFolderMoveSolid" },
338
344
  { "componentName": "IconSystemTooOld" },
339
345
  { "componentName": "IconLoadFailure" },
340
346
  { "componentName": "IconNetworkConnectionTimeout" },
@@ -20,6 +20,7 @@ export { default as IconToolClockTimeOutline } from "./default/icon-tool-clock-t
20
20
  export { default as IconToolSectionTitleOutline } from "./default/icon-tool-section-title-outline";
21
21
  export { default as IconToolAlertOutline } from "./default/icon-tool-alert-outline";
22
22
  export { default as IconToolFontPreviewOutline } from "./default/icon-tool-font-preview-outline";
23
+ export { default as IconToolMultiLevelImageOutline } from "./default/icon-tool-multi-level-image-outline";
23
24
  export { default as IconPlayPreviewCircleOutline } from "./default/icon-play-preview-circle-outline";
24
25
  export { default as IconDragOutline } from "./default/icon-drag-outline";
25
26
  export { default as IconDragCursorArrowOutline } from "./default/icon-drag-cursor-arrow-outline";
@@ -170,6 +171,7 @@ export { default as IconNumberSortedOutline } from "./default/icon-number-sorted
170
171
  export { default as IconTextOutline } from "./default/icon-text-outline";
171
172
  export { default as IconImagePhotoSolid } from "./default/icon-image-photo-solid";
172
173
  export { default as IconExclamationCircleSolid } from "./default/icon-exclamation-circle-solid";
174
+ export { default as IconExclamationCircleBicolorSolid } from "./default/icon-exclamation-circle-bicolor-solid";
173
175
  export { default as IconExclamationWarningTriangleSolid } from "./default/icon-exclamation-warning-triangle-solid";
174
176
  export { default as IconInformationCircleSolid } from "./default/icon-information-circle-solid";
175
177
  export { default as IconInformationCircleAlertSolid } from "./default/icon-information-circle-alert-solid";
@@ -207,6 +209,7 @@ export { default as IconMapPinSolid } from "./default/icon-map-pin-solid";
207
209
  export { default as IconEnvelopeSolid } from "./default/icon-envelope-solid";
208
210
  export { default as IconHeart } from "./default/icon-heart";
209
211
  export { default as IconShieldExclamationSolid } from "./default/icon-shield-exclamation-solid";
212
+ export { default as IconShieldExclamationBicolorSolid } from "./default/icon-shield-exclamation-bicolor-solid";
210
213
  export { default as Icon3DCubeSolid } from "./default/icon-3-d-cube-solid";
211
214
  export { default as IconCameraSolid } from "./default/icon-camera-solid";
212
215
  export { default as IconDesignSolid } from "./default/icon-design-solid";
@@ -241,6 +244,7 @@ export { default as IconSuccessSolid } from "./default/icon-success-solid";
241
244
  export { default as IconErroSolid } from "./default/icon-erro-solid";
242
245
  export { default as IconEditSolid } from "./default/icon-edit-solid";
243
246
  export { default as IconRetryCircleSolid } from "./default/icon-retry-circle-solid";
247
+ export { default as IconRetryCircleBicolorSolid } from "./default/icon-retry-circle-bicolor-solid";
244
248
  export { default as IconArrowUpCaretTriangleSolid } from "./default/icon-arrow-up-caret-triangle-solid";
245
249
  export { default as IconArrowDownCaretTriangleSolid } from "./default/icon-arrow-down-caret-triangle-solid";
246
250
  export { default as IconArrowLeftCaretTriangleSolid } from "./default/icon-arrow-left-caret-triangle-solid";
@@ -333,6 +337,8 @@ export { default as IconLockClosedSolid } from "./default/icon-lock-closed-solid
333
337
  export { default as IconArrowUpCircleSolid } from "./default/icon-arrow-up-circle-solid";
334
338
  export { default as IconUrlSolid } from "./default/icon-url-solid";
335
339
  export { default as IconLoadFailureSmall } from "./default/icon-load-failure-small";
340
+ export { default as IconFolderSolid } from "./default/icon-folder-solid";
341
+ export { default as IconFolderMoveSolid } from "./default/icon-folder-move-solid";
336
342
  export { default as IconSystemTooOld } from "./default/icon-system-too-old";
337
343
  export { default as IconLoadFailure } from "./default/icon-load-failure";
338
344
  export { default as IconNetworkConnectionTimeout } from "./default/icon-network-connection-timeout";
@@ -21,7 +21,7 @@ export const IconArrowLeftSolid = forwardRef<SVGSVGElement, IconProps>(
21
21
  ref={forwardedRef}
22
22
  >
23
23
  <path
24
- d="M3 10C3 9.58579 3.33579 9.25 3.75 9.25L14.3879 9.25L10.2302 5.29062C9.93159 5.00353 9.92228 4.52875 10.2094 4.23017C10.4965 3.93159 10.9713 3.92228 11.2698 4.20937L16.7698 9.45937C16.9169 9.60078 17 9.79599 17 10C17 10.204 16.9169 10.3992 16.7698 10.5406L11.2698 15.7906C10.9713 16.0777 10.4965 16.0684 10.2094 15.7698C9.92228 15.4713 9.93159 14.9965 10.2302 14.7094L14.3879 10.75L3.75 10.75C3.33579 10.75 3 10.4142 3 10Z"
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,42 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "../../types";
3
+
4
+ export const IconExclamationCircleBicolorSolid = 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-exclamation-circle-bicolor-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="M18 10C18 14.4183 14.4183 18 10 18C5.58172 18 2 14.4183 2 10C2 5.58172 5.58172 2 10 2C14.4183 2 18 5.58172 18 10Z"
27
+ fill={color}
28
+ fillRule="evenodd"
29
+ clipRule="evenodd"
30
+ />
31
+ <path
32
+ d="M10 5C10.4142 5 10.75 5.33579 10.75 5.75V10.25C10.75 10.6642 10.4142 11 10 11 9.58579 11 9.25 10.6642 9.25 10.25V5.75C9.25 5.33579 9.58579 5 10 5ZM10 15C10.5523 15 11 14.5523 11 14 11 13.4477 10.5523 13 10 13 9.44771 13 9 13.4477 9 14 9 14.5523 9.44771 15 10 15Z"
33
+ fill={color}
34
+ />
35
+ </svg>
36
+ );
37
+ });
38
+
39
+ IconExclamationCircleBicolorSolid.displayName =
40
+ "IconExclamationCircleBicolorSolid";
41
+
42
+ export default IconExclamationCircleBicolorSolid;
@@ -0,0 +1,36 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "../../types";
3
+
4
+ export const IconFolderMoveSolid = 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-folder-move-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 4.75C2 3.7835 2.7835 3 3.75 3H8.58579C9.04992 3 9.49503 3.18437 9.82322 3.51256L11.2374 4.92678C11.2843 4.97366 11.3479 5 11.4142 5H16.25C17.2165 5 18 5.7835 18 6.75V15.25C18 16.2165 17.2165 17 16.25 17H3.75C2.7835 17 2 16.2165 2 15.25V4.75ZM11.3243 8.67574C11.0899 8.44142 10.7101 8.44142 10.4757 8.67574C10.2414 8.91005 10.2414 9.28995 10.4757 9.52426L11.5716 10.6201H6.9C6.56863 10.6201 6.3 10.8887 6.3 11.2201C6.3 11.5515 6.56863 11.8201 6.9 11.8201H11.574L10.4757 12.9184C10.2414 13.1527 10.2414 13.5326 10.4757 13.7669C10.7101 14.0012 11.0899 14.0012 11.3243 13.7669L13.4456 11.6456C13.6799 11.4113 13.6799 11.0314 13.4456 10.7971L11.3243 8.67574Z"
25
+ fill={color}
26
+ fillRule="evenodd"
27
+ clipRule="evenodd"
28
+ />
29
+ </svg>
30
+ );
31
+ }
32
+ );
33
+
34
+ IconFolderMoveSolid.displayName = "IconFolderMoveSolid";
35
+
36
+ export default IconFolderMoveSolid;
@@ -0,0 +1,34 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "../../types";
3
+
4
+ export const IconFolderSolid = 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-folder-solid`,
14
+ };
15
+ return (
16
+ <svg
17
+ viewBox="0 0 20 20"
18
+ fill="none"
19
+ xmlns="http://www.w3.org/2000/svg"
20
+ {...props}
21
+ ref={forwardedRef}
22
+ >
23
+ <path
24
+ d="M16.229 7.52478C16.4625 7.55005 16.696 7.61322 16.9294 7.71429C17.1629 7.81536 17.3657 7.95748 17.5377 8.14067C17.7097 8.32386 17.8387 8.55442 17.9247 8.83236C18.0107 9.1103 18.023 9.44509 17.9616 9.83673C17.937 9.9378 17.8879 10.1873 17.8141 10.5853C17.7404 10.9832 17.6544 11.4412 17.5561 11.9592C17.4578 12.4772 17.3472 13.0109 17.2243 13.5605C17.1015 14.1101 16.9847 14.5807 16.8741 14.9723C16.8127 15.1997 16.7236 15.4334 16.6069 15.6735C16.4902 15.9135 16.3396 16.1314 16.1553 16.3273C15.971 16.5231 15.7498 16.6842 15.4918 16.8105C15.2338 16.9368 14.9266 17 14.5702 17H4.35922C4.10118 17 3.83393 16.9431 3.55745 16.8294C3.28098 16.7157 3.02602 16.5547 2.79255 16.3462C2.55909 16.1378 2.36863 15.8851 2.22118 15.5882C2.07373 15.2913 2 14.9597 2 14.5933V6.46356C2 5.69291 2.20275 5.08965 2.60824 4.65379C3.01373 4.21793 3.5851 4 4.32236 4H13.3906C13.6609 4 13.9405 4.05369 14.2292 4.16108C14.518 4.26846 14.7791 4.41691 15.0126 4.60641C15.246 4.79592 15.4365 5.01701 15.5839 5.26968C15.7314 5.52235 15.8051 5.79397 15.8051 6.08455V6.293H14.8467C14.3552 6.293 13.7807 6.28984 13.1234 6.28353C12.466 6.27721 11.7656 6.27405 11.0222 6.27405C10.2788 6.27405 9.58453 6.27089 8.93943 6.26458C8.29433 6.25826 7.73831 6.2551 7.27138 6.2551H6.42354C6.10406 6.2551 5.85524 6.35933 5.67707 6.56778C5.4989 6.77624 5.36066 7.05102 5.26236 7.39213C5.16406 7.7585 5.05347 8.14699 4.93059 8.55758C4.80772 8.96817 4.69713 9.35034 4.59883 9.70408C4.47595 10.121 4.35308 10.5253 4.2302 10.9169C4.20563 11.018 4.19334 11.1001 4.19334 11.1633C4.19334 11.378 4.26399 11.5581 4.4053 11.7034C4.54661 11.8486 4.7217 11.9213 4.93059 11.9213C5.31151 11.9213 5.56955 11.6749 5.70471 11.1822L6.68158 7.50583C8.27897 7.51846 9.74119 7.52478 11.0683 7.52478H16.229Z"
25
+ fill={color}
26
+ />
27
+ </svg>
28
+ );
29
+ }
30
+ );
31
+
32
+ IconFolderSolid.displayName = "IconFolderSolid";
33
+
34
+ export default IconFolderSolid;
@@ -0,0 +1,40 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "../../types";
3
+
4
+ export const IconRetryCircleBicolorSolid = 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-retry-circle-bicolor-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.3333 2C14.9357 2 18.6666 5.73096 18.6666 10.3333C18.6666 14.9357 14.9357 18.6666 10.3333 18.6666C5.73097 18.6666 2 14.9357 2 10.3333C2 5.73096 5.73097 2 10.3333 2Z"
25
+ fill={color}
26
+ fillRule="evenodd"
27
+ clipRule="evenodd"
28
+ />
29
+ <path
30
+ d="M5.19995 10.5C5.19995 7.73858 7.47484 5.5 10.281 5.5L10.536 5.50622C11.7206 5.56409 12.8289 6.02378 13.6926 6.79458L13.7478 6.84667L13.7482 6.60138C13.7482 6.23976 14.0213 5.94092 14.3756 5.89362L14.4741 5.8871C14.875 5.8871 15.2 6.20689 15.2 6.60138V9.09593C15.2 9.49042 14.875 9.81022 14.4741 9.81022H12.2002C11.7993 9.81022 11.4743 9.49042 11.4743 9.09593L11.4809 8.99901C11.529 8.65036 11.8327 8.38164 12.2002 8.38164L13.1671 8.38095L13.0924 8.27361C13.018 8.17176 12.9513 8.0879 12.8972 8.02729L12.8474 7.97463C12.1707 7.3087 11.2574 6.92857 10.281 6.92857C8.27662 6.92857 6.65169 8.52756 6.65169 10.5C6.65169 12.4724 8.27662 14.0714 10.281 14.0714C11.2574 14.0714 12.1707 13.6913 12.8474 13.0254C13.1308 12.7464 13.5904 12.7464 13.8739 13.0254C14.1574 13.3043 14.1574 13.7566 13.8739 14.0355C12.9277 14.9667 11.6464 15.5 10.281 15.5C7.47484 15.5 5.19995 13.2614 5.19995 10.5Z"
31
+ fill={color}
32
+ />
33
+ </svg>
34
+ );
35
+ }
36
+ );
37
+
38
+ IconRetryCircleBicolorSolid.displayName = "IconRetryCircleBicolorSolid";
39
+
40
+ export default IconRetryCircleBicolorSolid;
@@ -21,7 +21,7 @@ export const IconRotateLeft90Outline = forwardRef<SVGSVGElement, IconProps>(
21
21
  ref={forwardedRef}
22
22
  >
23
23
  <path
24
- d="M7.3733 8.54163C7.67429 8.54163 7.94654 8.61879 8.19005 8.77312C8.43356 8.92745 8.62325 9.14564 8.75912 9.42769C8.89498 9.70974 8.965 10.0349 8.96918 10.4032V10.745C8.96918 11.258 8.87042 11.645 8.67289 12.0218C8.47537 12.3985 8.22375 12.6485 7.85797 12.8507C7.57573 13.0068 7.23952 13.0853 6.87693 13.113Lnan nanL6.87693 13.113Cnan nan nan nan 6.87693 13.113C6.65978 13.1296 6.48287 12.9484 6.48287 12.7306V12.6575C6.48287 12.4385 6.65915 12.2678 6.87693 12.2451Cnan nan nan nan 6.87693 12.2451L-nan -nanL6.87693 12.2451C7.48293 12.1819 7.82292 11.9599 7.8969 11.39C7.66907 11.5987 7.41406 11.703 7.13188 11.703C6.71802 11.703 6.38985 11.5603 6.14739 11.275C5.90493 10.9898 5.78369 10.6788 5.78369 10.202C5.78369 9.90398 5.85163 9.62725 5.98749 9.37181C6.12335 9.11637 6.31408 8.91415 6.55968 8.76513C6.80528 8.61613 7.07649 8.54163 7.3733 8.54163ZM12.2868 9.05891C12.0088 8.71619 11.6169 8.54483 11.1111 8.54483C10.6053 8.54483 10.2139 8.71513 9.93692 9.05572C9.65996 9.39631 9.52148 9.88058 9.52148 10.5085V11.1293C9.52148 11.753 9.66048 12.2362 9.93848 12.579C10.2165 12.9217 10.6094 13.093 11.1173 13.093C11.6211 13.093 12.0115 12.9227 12.2884 12.5821C12.5654 12.2416 12.7038 11.7573 12.7038 11.1293V10.5117C12.7038 9.8859 12.5648 9.40163 12.2868 9.05891ZM14.5363 8.80666C14.3658 8.63211 14.1637 8.54483 13.9295 8.54483C13.6913 8.54483 13.4848 8.63211 13.3103 8.80666C13.1358 8.98121 13.0485 9.19301 13.0485 9.44207C13.0485 9.689 13.1347 9.89814 13.3072 10.0695C13.4796 10.2409 13.6871 10.3265 13.9295 10.3265C14.1678 10.3265 14.3711 10.2409 14.5393 10.0695C14.7076 9.89814 14.7917 9.689 14.7917 9.44207C14.7917 9.19301 14.7066 8.98121 14.5363 8.80666ZM13.9294 9.03337C13.8186 9.03337 13.7251 9.07328 13.6488 9.1531C13.5725 9.23293 13.5343 9.32925 13.5343 9.44208C13.5343 9.55489 13.5735 9.64908 13.6519 9.72466C13.7303 9.80023 13.8228 9.83801 13.9294 9.83801C14.0402 9.83801 14.1311 9.79969 14.2022 9.72306C14.2732 9.64643 14.3088 9.55276 14.3088 9.44208C14.3088 9.33138 14.2733 9.23559 14.2022 9.1547C14.1311 9.07381 14.0402 9.03337 13.9294 9.03337ZM6.95121 9.61448C7.05153 9.45269 7.21838 9.37181 7.36679 9.37181C7.53401 9.37181 7.66674 9.44312 7.76498 9.58574C7.86322 9.72836 7.91693 9.93693 7.91693 10.1165C7.91693 10.296 7.89666 10.4462 7.82768 10.6289C7.75871 10.8116 7.55313 10.927 7.3762 10.927C7.19853 10.927 7.05676 10.8552 6.95434 10.7115C6.85192 10.5678 6.8099 10.4447 6.8099 10.202C6.8099 9.97209 6.85087 9.77626 6.95121 9.61448ZM10.7143 9.60491C10.7969 9.45164 10.9291 9.37501 11.1109 9.37501C11.2969 9.37501 11.4328 9.45749 11.5185 9.62247C11.6042 9.78744 11.6471 10.037 11.6471 10.3712V11.2921C11.645 11.6263 11.6011 11.8717 11.5154 12.0281C11.4297 12.1846 11.2969 12.2629 11.1172 12.2629C10.9312 12.2629 10.7953 12.1825 10.7096 12.0218C10.6239 11.8611 10.5811 11.6072 10.5811 11.2602V10.301C10.5873 9.9902 10.6317 9.75818 10.7143 9.60491ZM4.59265 10.4934Cnan nan nan nan 5.00933 10.9101L-nan -nanL5.00933 10.9101Cnan nan nan nan 4.59265 11.3268H3.54168C3.31156 11.3268 3.125 11.1402 3.125 10.9101Cnan nan nan nan 3.125 10.9101L-nan -nanL3.125 10.9101Cnan nan nan nan 3.54168 10.4934H4.59265Z"
24
+ d="M7.3733 8.54175C7.67429 8.54175 7.94654 8.61891 8.19005 8.77324C8.43356 8.92757 8.62325 9.14576 8.75912 9.42781C8.89498 9.70986 8.965 10.035 8.96918 10.4033V10.7451C8.96918 11.2582 8.87042 11.6451 8.67289 12.0219C8.47537 12.3987 8.22375 12.6487 7.85797 12.8508C7.57573 13.0069 7.23952 13.0854 6.87693 13.1131Lnan nanL6.87693 13.1131Cnan nan nan nan 6.87693 13.1131C6.65978 13.1297 6.48287 12.9485 6.48287 12.7307V12.6576C6.48287 12.4386 6.65915 12.2679 6.87693 12.2452Cnan nan nan nan 6.87693 12.2452L-nan -nanL6.87693 12.2452C7.48293 12.182 7.82292 11.96 7.8969 11.3902C7.66907 11.5988 7.41406 11.7031 7.13188 11.7031C6.71802 11.7031 6.38985 11.5604 6.14739 11.2752C5.90493 10.9899 5.78369 10.6789 5.78369 10.2021C5.78369 9.90411 5.85163 9.62737 5.98749 9.37193C6.12335 9.11649 6.31408 8.91427 6.55968 8.76526C6.80528 8.61625 7.07649 8.54175 7.3733 8.54175ZM12.2868 9.05903C12.0088 8.71631 11.6169 8.54496 11.1111 8.54496C10.6053 8.54496 10.2139 8.71525 9.93692 9.05584C9.65996 9.39643 9.52148 9.8807 9.52148 10.5087V11.1294C9.52148 11.7531 9.66048 12.2364 9.93848 12.5791C10.2165 12.9218 10.6094 13.0932 11.1173 13.0932C11.6211 13.0932 12.0115 12.9229 12.2884 12.5822C12.5654 12.2417 12.7038 11.7574 12.7038 11.1294V10.5119C12.7038 9.88602 12.5648 9.40175 12.2868 9.05903ZM14.5363 8.80678C14.3658 8.63223 14.1637 8.54496 13.9295 8.54496C13.6913 8.54496 13.4848 8.63223 13.3103 8.80678C13.1358 8.98133 13.0485 9.19313 13.0485 9.44219C13.0485 9.68912 13.1347 9.89826 13.3072 10.0696C13.4796 10.241 13.6871 10.3267 13.9295 10.3267C14.1678 10.3267 14.3711 10.241 14.5393 10.0696C14.7076 9.89826 14.7917 9.68912 14.7917 9.44219C14.7917 9.19313 14.7066 8.98133 14.5363 8.80678ZM13.9294 9.03349C13.8186 9.03349 13.7251 9.0734 13.6488 9.15322C13.5725 9.23306 13.5343 9.32937 13.5343 9.4422C13.5343 9.55501 13.5735 9.64921 13.6519 9.72478C13.7303 9.80035 13.8228 9.83813 13.9294 9.83813C14.0402 9.83813 14.1311 9.79981 14.2022 9.72318C14.2732 9.64655 14.3088 9.55289 14.3088 9.4422C14.3088 9.33151 14.2733 9.23571 14.2022 9.15482C14.1311 9.07393 14.0402 9.03349 13.9294 9.03349ZM6.95121 9.6146C7.05153 9.45281 7.21838 9.37193 7.36679 9.37193C7.53401 9.37193 7.66674 9.44324 7.76498 9.58587C7.86322 9.72848 7.91693 9.93706 7.91693 10.1166C7.91693 10.2961 7.89666 10.4464 7.82768 10.6291C7.75871 10.8118 7.55313 10.9272 7.3762 10.9272C7.19853 10.9272 7.05676 10.8553 6.95434 10.7116C6.85192 10.5679 6.8099 10.4448 6.8099 10.2021C6.8099 9.97222 6.85087 9.77638 6.95121 9.6146ZM10.7143 9.60503C10.7969 9.45176 10.9291 9.37513 11.1109 9.37513C11.2969 9.37513 11.4328 9.45762 11.5185 9.62259C11.6042 9.78756 11.6471 10.0372 11.6471 10.3714V11.2922C11.645 11.6265 11.6011 11.8718 11.5154 12.0282C11.4297 12.1847 11.2969 12.263 11.1172 12.263C10.9312 12.263 10.7953 12.1826 10.7096 12.0219C10.6239 11.8612 10.5811 11.6073 10.5811 11.2603V10.3011C10.5873 9.99032 10.6317 9.7583 10.7143 9.60503ZM4.59265 10.4935Cnan nan nan nan 5.00933 10.9102L-nan -nanL5.00933 10.9102Cnan nan nan nan 4.59265 11.3269H3.54168C3.31156 11.3269 3.125 11.1404 3.125 10.9102Cnan nan nan nan 3.125 10.9102L-nan -nanL3.125 10.9102Cnan nan nan nan 3.54168 10.4935H4.59265Z"
25
25
  fill={color}
26
26
  fillRule="evenodd"
27
27
  clipRule="evenodd"
@@ -0,0 +1,42 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "../../types";
3
+
4
+ export const IconShieldExclamationBicolorSolid = 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-shield-exclamation-bicolor-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="M10.3389 2.23657C10.1429 2.07381 9.85709 2.07381 9.66109 2.23657C7.72231 3.84643 5.2685 4.85748 2.58337 4.98601C2.34202 4.99756 2.13593 5.17189 2.10424 5.41144C2.03548 5.93125 2 6.46156 2 7.00016C2 12.1627 5.26004 16.5638 9.83378 18.2572C9.94102 18.2969 10.0593 18.2969 10.1665 18.2572C14.7401 16.5637 18 12.1627 18 7.00028C18 6.46164 17.9645 5.93129 17.8957 5.41143C17.8641 5.17189 17.658 4.99756 17.4166 4.98601C14.7315 4.85747 12.2777 3.84642 10.3389 2.23657Z"
27
+ fill={color}
28
+ fillRule="evenodd"
29
+ clipRule="evenodd"
30
+ />
31
+ <path
32
+ d="M10 5.99988C10.4142 5.99988 10.75 6.33566 10.75 6.74988V10.2499C10.75 10.6641 10.4142 10.9999 10 10.9999 9.58579 10.9999 9.25 10.6641 9.25 10.2499L9.25 6.74988C9.25 6.33566 9.58579 5.99988 10 5.99988ZM10 14.9999C10.5523 14.9999 11 14.5522 11 13.9999 11 13.4476 10.5523 12.9999 10 12.9999 9.44772 12.9999 9 13.4476 9 13.9999 9 14.5522 9.44772 14.9999 10 14.9999Z"
33
+ fill={color}
34
+ />
35
+ </svg>
36
+ );
37
+ });
38
+
39
+ IconShieldExclamationBicolorSolid.displayName =
40
+ "IconShieldExclamationBicolorSolid";
41
+
42
+ export default IconShieldExclamationBicolorSolid;
@@ -20,14 +20,10 @@ export const IconToolFontOutline = forwardRef<SVGSVGElement, IconProps>(
20
20
  {...props}
21
21
  ref={forwardedRef}
22
22
  >
23
- <g fill={color} clipPath="url(#a)">
24
- <path d="M7.21555 14.2871C7.21555 13.573 7.41765 12.478 7.82186 11.0022 6.55675 11.0339 5.58823 11.071 4.91631 11.1133 4.71158 11.4889 4.52523 11.8459 4.35725 12.1844L3.86905 13.1604C3.22337 14.4405 2.64332 15.2842 2.12887 15.6915 1.73517 16.0089 1.31784 16.1676.87689 16.1676.540928 16.1676.286331 16.0565.113101 15.8344.050108 15.7444.0133621 15.6598.00286331 15.5804-.0076355 15.4958.0107374 15.4403.0579821 15.4138.661664 15.1864 1.15248 14.8399 1.53044 14.3744 1.86115 13.9565 2.19187 13.446 2.52258 12.843L3.41235 11.2402 2.91628 11.3116C2.60132 11.3698 2.44384 11.3196 2.44384 11.1609 2.44384 11.0022 2.53833 10.8514 2.72731 10.7086 3.05802 10.46 3.38086 10.296 3.69582 10.2167L4.03441 10.1373C4.89531 8.70382 5.55149 7.70142 6.00294 7.13013 6.45963 6.55884 6.87434 6.08276 7.24705 5.7019 7.625 5.32104 8.02133 4.98515 8.43604 4.69421 9.34418 4.06474 10.2392 3.75 11.1211 3.75 11.3888 3.75 11.5699 3.80554 11.6644 3.91663 11.8219 4.09119 11.8718 4.27897 11.814 4.47998 11.7563 4.6757 11.6618 4.9587 11.5306 5.32898 10.6907 7.63529 10.1788 9.06352 9.99511 9.61365 10.0791 9.60836 10.1552 9.60571 10.2235 9.60571H10.3967C10.9846 9.60571 11.2996 9.6639 11.3416 9.78027 11.3521 9.8173 11.3573 9.88607 11.3573 9.98657 11.3573 10.0818 11.3258 10.1929 11.2628 10.3198 11.2051 10.4468 11.108 10.5552 10.9715 10.6451 10.6933 10.8356 10.2261 10.9467 9.56991 10.9784 9.21295 12.2215 9.00822 13.0811 8.95573 13.5571 8.90848 14.0332 8.92423 14.3559 9.00297 14.5251 9.08696 14.6891 9.20245 14.7711 9.34943 14.7711 9.50167 14.7711 9.62503 14.7579 9.71952 14.7314 9.81401 14.6997 9.89799 14.6653 9.97149 14.6283L10.1762 14.5331C10.2287 14.5013 10.2812 14.4855 10.3337 14.4855 10.3914 14.4855 10.4387 14.5225 10.4754 14.5966 10.5122 14.6653 10.5305 14.7579 10.5305 14.8743 10.5305 14.9906 10.4807 15.1308 10.3809 15.2948 10.2865 15.4535 10.1605 15.5963 10.003 15.7233 9.63552 16.0195 9.22082 16.1676 8.75887 16.1676 8.0502 16.1676 7.57776 15.8502 7.34153 15.2155 7.25754 14.9933 7.21555 14.7949 7.21555 14.6204V14.2871ZM5.64073 9.85962C6.57512 9.73796 7.44127 9.66654 8.23918 9.64539 8.38617 9.19047 8.54365 8.74084 8.71163 8.29651L9.19983 7.02698C9.36781 6.62496 9.53316 6.2441 9.69589 5.8844L10.1526 4.90845C9.06071 5.19409 7.98196 6.1436 6.91633 7.75696 6.69061 8.0955 6.47013 8.44462 6.25491 8.80432L5.64073 9.85962ZM17.9243 13.9777C17.9243 14.4643 18.0949 14.7076 18.4362 14.7076 18.6724 14.7076 18.8666 14.6706 19.0188 14.5966 19.1763 14.5225 19.2813 14.4855 19.3338 14.4855 19.444 14.4855 19.4992 14.5437 19.4992 14.66 19.4992 15.1149 19.2629 15.5064 18.7905 15.8344 18.2918 16.1782 17.7826 16.2628 17.2629 16.0883 16.9217 15.9666 16.6697 15.7048 16.507 15.3027 16.4283 15.0964 16.3889 14.9087 16.3889 14.7394 16.3889 14.4643 16.4151 14.1734 16.4676 13.8666 15.9794 14.8716 15.3731 15.5646 14.6487 15.9454 14.36 16.0935 14.0529 16.1676 13.7274 16.1676 13.402 16.1676 13.1185 16.1015 12.877 15.9692 12.6408 15.8317 12.4387 15.6439 12.2707 15.4059 11.9295 14.9087 11.7747 14.2845 11.8062 13.5333 11.8377 12.5918 12.1132 11.6687 12.6329 10.7642 13.1106 9.91781 13.7143 9.2275 14.444 8.69324 15.1736 8.1484 15.8561 7.87598 16.4913 7.87598 17.1264 7.87598 17.6382 8.16956 18.0267 8.75671 18.3889 8.16956 18.7091 7.87598 18.9873 7.87598 19.2866 7.87598 19.5123 7.93152 19.6645 8.0426 19.9532 8.25419 20.0556 8.43933 19.9716 8.59802 18.654 11.3169 17.9768 13.0096 17.9401 13.6761 17.9296 13.7714 17.9243 13.8719 17.9243 13.9777ZM13.5542 14.0094C13.5542 14.6442 13.7563 14.9615 14.1605 14.9615 14.4702 14.9615 14.8508 14.6971 15.3023 14.1681 15.9637 13.3905 16.549 12.3431 17.0582 11.026 17.2209 10.6134 17.3574 10.2008 17.4676 9.78821 17.4466 9.42851 17.297 9.16402 17.0188 8.99475 16.9243 8.93656 16.7826 8.90747 16.5936 8.90747 16.4099 8.90747 16.192 8.97624 15.9401 9.11377 15.6933 9.2513 15.4519 9.43909 15.2156 9.67712 14.9847 9.91516 14.7668 10.1982 14.5621 10.5261 14.3626 10.8488 14.1868 11.2006 14.0345 11.5814 13.7143 12.396 13.5542 13.2054 13.5542 14.0094Z" />
25
- </g>
26
- <defs>
27
- <clipPath id="a">
28
- <path fill={color} d="M0 0H20V20H0z" />
29
- </clipPath>
30
- </defs>
23
+ <path
24
+ d="M7.21555 14.2871C7.21555 13.573 7.41765 12.478 7.82186 11.0022 6.55675 11.0339 5.58823 11.071 4.91631 11.1133 4.71158 11.4889 4.52523 11.8459 4.35725 12.1844L3.86905 13.1604C3.22337 14.4405 2.64332 15.2842 2.12887 15.6915 1.73517 16.0089 1.31784 16.1676.87689 16.1676.540928 16.1676.286331 16.0565.113101 15.8344.050108 15.7444.0133621 15.6598.00286331 15.5804-.0076355 15.4958.0107374 15.4403.0579821 15.4138.661664 15.1864 1.15248 14.8399 1.53044 14.3744 1.86115 13.9565 2.19187 13.446 2.52258 12.843L3.41235 11.2402 2.91628 11.3116C2.60132 11.3698 2.44384 11.3196 2.44384 11.1609 2.44384 11.0022 2.53833 10.8514 2.72731 10.7086 3.05802 10.46 3.38086 10.296 3.69582 10.2167L4.03441 10.1373C4.89531 8.70382 5.55149 7.70142 6.00294 7.13013 6.45963 6.55884 6.87434 6.08276 7.24705 5.7019 7.625 5.32104 8.02133 4.98515 8.43604 4.69421 9.34418 4.06474 10.2392 3.75 11.1211 3.75 11.3888 3.75 11.5699 3.80554 11.6644 3.91663 11.8219 4.09119 11.8718 4.27897 11.814 4.47998 11.7563 4.6757 11.6618 4.9587 11.5306 5.32898 10.6907 7.63529 10.1788 9.06352 9.99511 9.61365 10.0791 9.60836 10.1552 9.60571 10.2235 9.60571H10.3967C10.9846 9.60571 11.2996 9.6639 11.3416 9.78027 11.3521 9.8173 11.3573 9.88607 11.3573 9.98657 11.3573 10.0818 11.3258 10.1929 11.2628 10.3198 11.2051 10.4468 11.108 10.5552 10.9715 10.6451 10.6933 10.8356 10.2261 10.9467 9.56991 10.9784 9.21295 12.2215 9.00822 13.0811 8.95573 13.5571 8.90848 14.0332 8.92423 14.3559 9.00297 14.5251 9.08696 14.6891 9.20245 14.7711 9.34943 14.7711 9.50167 14.7711 9.62503 14.7579 9.71952 14.7314 9.81401 14.6997 9.89799 14.6653 9.97149 14.6283L10.1762 14.5331C10.2287 14.5013 10.2812 14.4855 10.3337 14.4855 10.3914 14.4855 10.4387 14.5225 10.4754 14.5966 10.5122 14.6653 10.5305 14.7579 10.5305 14.8743 10.5305 14.9906 10.4807 15.1308 10.3809 15.2948 10.2865 15.4535 10.1605 15.5963 10.003 15.7233 9.63552 16.0195 9.22082 16.1676 8.75887 16.1676 8.0502 16.1676 7.57776 15.8502 7.34153 15.2155 7.25754 14.9933 7.21555 14.7949 7.21555 14.6204V14.2871ZM5.64073 9.85962C6.57512 9.73796 7.44127 9.66654 8.23918 9.64539 8.38617 9.19047 8.54365 8.74084 8.71163 8.29651L9.19983 7.02698C9.36781 6.62496 9.53316 6.2441 9.69589 5.8844L10.1526 4.90845C9.06071 5.19409 7.98196 6.1436 6.91633 7.75696 6.69061 8.0955 6.47013 8.44462 6.25491 8.80432L5.64073 9.85962ZM17.9243 13.9777C17.9243 14.4643 18.0949 14.7076 18.4362 14.7076 18.6724 14.7076 18.8666 14.6706 19.0188 14.5966 19.1763 14.5225 19.2813 14.4855 19.3338 14.4855 19.444 14.4855 19.4992 14.5437 19.4992 14.66 19.4992 15.1149 19.2629 15.5064 18.7905 15.8344 18.2918 16.1782 17.7826 16.2628 17.2629 16.0883 16.9217 15.9666 16.6697 15.7048 16.507 15.3027 16.4283 15.0964 16.3889 14.9087 16.3889 14.7394 16.3889 14.4643 16.4151 14.1734 16.4676 13.8666 15.9794 14.8716 15.3731 15.5646 14.6487 15.9454 14.36 16.0935 14.0529 16.1676 13.7274 16.1676 13.402 16.1676 13.1185 16.1015 12.877 15.9692 12.6408 15.8317 12.4387 15.6439 12.2707 15.4059 11.9295 14.9087 11.7747 14.2845 11.8062 13.5333 11.8377 12.5918 12.1132 11.6687 12.6329 10.7642 13.1106 9.91781 13.7143 9.2275 14.444 8.69324 15.1736 8.1484 15.8561 7.87598 16.4913 7.87598 17.1264 7.87598 17.6382 8.16956 18.0267 8.75671 18.3889 8.16956 18.7091 7.87598 18.9873 7.87598 19.2866 7.87598 19.5123 7.93152 19.6645 8.0426 19.9532 8.25419 20.0556 8.43933 19.9716 8.59802 18.654 11.3169 17.9768 13.0096 17.9401 13.6761 17.9296 13.7714 17.9243 13.8719 17.9243 13.9777ZM13.5542 14.0094C13.5542 14.6442 13.7563 14.9615 14.1605 14.9615 14.4702 14.9615 14.8508 14.6971 15.3023 14.1681 15.9637 13.3905 16.549 12.3431 17.0582 11.026 17.2209 10.6134 17.3574 10.2008 17.4676 9.78821 17.4466 9.42851 17.297 9.16402 17.0188 8.99475 16.9243 8.93656 16.7826 8.90747 16.5936 8.90747 16.4099 8.90747 16.192 8.97624 15.9401 9.11377 15.6933 9.2513 15.4519 9.43909 15.2156 9.67712 14.9847 9.91516 14.7668 10.1982 14.5621 10.5261 14.3626 10.8488 14.1868 11.2006 14.0345 11.5814 13.7143 12.396 13.5542 13.2054 13.5542 14.0094Z"
25
+ fill={color}
26
+ />
31
27
  </svg>
32
28
  );
33
29
  }