@sunzi/icon 1.0.37 → 1.0.38

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 (104) 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-crop-square-1-to-1.js +2 -0
  4. package/es/customeow/default/icon-crop-square-1-to-1.js.map +1 -0
  5. package/es/customeow/default/icon-crop-square-1-to-2.js +2 -0
  6. package/es/customeow/default/icon-crop-square-1-to-2.js.map +1 -0
  7. package/es/customeow/default/icon-crop-square-2-to-1.js +2 -0
  8. package/es/customeow/default/icon-crop-square-2-to-1.js.map +1 -0
  9. package/es/customeow/default/icon-crop-square-2-to-3.js +2 -0
  10. package/es/customeow/default/icon-crop-square-2-to-3.js.map +1 -0
  11. package/es/customeow/default/icon-crop-square-3-to-2.js +2 -0
  12. package/es/customeow/default/icon-crop-square-3-to-2.js.map +1 -0
  13. package/es/customeow/default/icon-crop-square-3-to-4.js +2 -0
  14. package/es/customeow/default/icon-crop-square-3-to-4.js.map +1 -0
  15. package/es/customeow/default/icon-crop-square-4-to-3.js +2 -0
  16. package/es/customeow/default/icon-crop-square-4-to-3.js.map +1 -0
  17. package/es/customeow/default/icon-crop-square-freeform.js +2 -0
  18. package/es/customeow/default/icon-crop-square-freeform.js.map +1 -0
  19. package/es/customeow/default/icon-crop-square-horizontal.js +2 -0
  20. package/es/customeow/default/icon-crop-square-horizontal.js.map +1 -0
  21. package/es/customeow/default/icon-crop-square-vertically.js +2 -0
  22. package/es/customeow/default/icon-crop-square-vertically.js.map +1 -0
  23. package/es/customeow/default/icon-list-solid.js +1 -1
  24. package/es/customeow/default/icon-list-solid.js.map +1 -1
  25. package/es/customeow/default/icon-local-outline.js +1 -1
  26. package/es/customeow/default/icon-local-outline.js.map +1 -1
  27. package/es/customeow/default/icon-logo-google-solid.js +2 -0
  28. package/es/customeow/default/icon-logo-google-solid.js.map +1 -0
  29. package/es/customeow/default/icon-magic-wand-solid.js +1 -1
  30. package/es/customeow/default/icon-magic-wand-solid.js.map +1 -1
  31. package/es/customeow/default/icon-no-design-template-empty.js +1 -1
  32. package/es/customeow/default/icon-no-design-template-empty.js.map +1 -1
  33. package/es/customeow/default/icon-preview-placeholder.js +1 -1
  34. package/es/customeow/default/icon-preview-placeholder.js.map +1 -1
  35. package/es/customeow/default/icon-print-pattern-bicolor-solid.js +2 -0
  36. package/es/customeow/default/icon-print-pattern-bicolor-solid.js.map +1 -0
  37. package/es/customeow/default/icon-system-too-old.js +1 -1
  38. package/es/customeow/default/icon-system-too-old.js.map +1 -1
  39. package/es/customeow/default/icon-tailoring-crop.js +2 -0
  40. package/es/customeow/default/icon-tailoring-crop.js.map +1 -0
  41. package/es/customeow/default/icon-tool-font-preview-outline.js +2 -0
  42. package/es/customeow/default/icon-tool-font-preview-outline.js.map +1 -0
  43. package/es/customeow/default/icon-tool-url-unlink-outline.js +1 -1
  44. package/es/customeow/default/icon-tool-url-unlink-outline.js.map +1 -1
  45. package/es/customeow/index.js +1 -1
  46. package/es/customeow-shein/default/icon-arrow-chevron-right-outline.js +1 -1
  47. package/es/customeow-shein/default/icon-arrow-chevron-right-outline.js.map +1 -1
  48. package/es/customeow-shein/default/icon-font-search-empty.js +2 -0
  49. package/es/customeow-shein/default/icon-font-search-empty.js.map +1 -0
  50. package/es/customeow-shein/default/icon-local-outline.js +1 -1
  51. package/es/customeow-shein/default/icon-local-outline.js.map +1 -1
  52. package/es/customeow-shein/default/icon-map-pin-outline.js +1 -1
  53. package/es/customeow-shein/default/icon-map-pin-outline.js.map +1 -1
  54. package/es/customeow-shein/index.js +1 -1
  55. package/manifest.json +266 -49
  56. package/package.json +1 -1
  57. package/src/customeow/default/icon-arrow-left-solid.tsx +1 -1
  58. package/src/customeow/default/icon-crop-square-1-to-1.tsx +38 -0
  59. package/src/customeow/default/icon-crop-square-1-to-2.tsx +39 -0
  60. package/src/customeow/default/icon-crop-square-2-to-1.tsx +31 -0
  61. package/src/customeow/default/icon-crop-square-2-to-3.tsx +39 -0
  62. package/src/customeow/default/icon-crop-square-3-to-2.tsx +39 -0
  63. package/src/customeow/default/icon-crop-square-3-to-4.tsx +31 -0
  64. package/src/customeow/default/icon-crop-square-4-to-3.tsx +31 -0
  65. package/src/customeow/default/icon-crop-square-freeform.tsx +36 -0
  66. package/src/customeow/default/icon-crop-square-horizontal.tsx +31 -0
  67. package/src/customeow/default/icon-crop-square-vertically.tsx +39 -0
  68. package/src/customeow/default/icon-list-solid.tsx +1 -1
  69. package/src/customeow/default/icon-local-outline.tsx +1 -1
  70. package/src/customeow/default/icon-logo-google-solid.tsx +46 -0
  71. package/src/customeow/default/icon-magic-wand-solid.tsx +2 -2
  72. package/src/customeow/default/icon-no-design-template-empty.tsx +3 -3
  73. package/src/customeow/default/icon-preview-placeholder.tsx +16 -2
  74. package/src/customeow/default/icon-print-pattern-bicolor-solid.tsx +44 -0
  75. package/src/customeow/default/icon-system-too-old.tsx +1 -1
  76. package/src/customeow/default/icon-tailoring-crop.tsx +38 -0
  77. package/src/customeow/default/icon-tool-font-preview-outline.tsx +43 -0
  78. package/src/customeow/default/icon-tool-url-unlink-outline.tsx +1 -1
  79. package/src/customeow/index.json +15 -7
  80. package/src/customeow/index.tsx +15 -7
  81. package/src/customeow-shein/default/icon-arrow-chevron-right-outline.tsx +2 -2
  82. package/src/customeow-shein/default/icon-font-search-empty.tsx +94 -0
  83. package/src/customeow-shein/default/icon-local-outline.tsx +1 -1
  84. package/src/customeow-shein/default/icon-map-pin-outline.tsx +7 -1
  85. package/src/customeow-shein/index.json +3 -2
  86. package/src/customeow-shein/index.tsx +2 -1
  87. package/types/customeow/default/icon-crop-square-1-to-1.d.ts +3 -0
  88. package/types/customeow/default/icon-crop-square-1-to-2.d.ts +3 -0
  89. package/types/customeow/default/icon-crop-square-2-to-1.d.ts +3 -0
  90. package/types/customeow/default/icon-crop-square-2-to-3.d.ts +3 -0
  91. package/types/customeow/default/icon-crop-square-3-to-2.d.ts +3 -0
  92. package/types/customeow/default/icon-crop-square-3-to-4.d.ts +3 -0
  93. package/types/customeow/default/icon-crop-square-4-to-3.d.ts +3 -0
  94. package/types/customeow/default/icon-crop-square-freeform.d.ts +3 -0
  95. package/types/customeow/default/icon-crop-square-horizontal.d.ts +3 -0
  96. package/types/customeow/default/icon-crop-square-vertically.d.ts +3 -0
  97. package/types/customeow/default/icon-logo-google-solid.d.ts +3 -0
  98. package/types/customeow/default/icon-print-pattern-bicolor-solid.d.ts +3 -0
  99. package/types/customeow/default/icon-tailoring-crop.d.ts +3 -0
  100. package/types/customeow/default/icon-tool-font-preview-outline.d.ts +3 -0
  101. package/types/customeow/index.d.ts +15 -7
  102. package/types/customeow-shein/default/icon-arrow-chevron-right-outline.d.ts +1 -1
  103. package/types/customeow-shein/default/icon-font-search-empty.d.ts +3 -0
  104. package/types/customeow-shein/index.d.ts +2 -1
@@ -0,0 +1,94 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "../../types";
3
+
4
+ export const IconFontSearchEmpty = 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-font-search-empty`,
14
+ };
15
+ return (
16
+ <svg
17
+ viewBox="0 0 120 120"
18
+ fill="none"
19
+ xmlns="http://www.w3.org/2000/svg"
20
+ {...props}
21
+ ref={forwardedRef}
22
+ >
23
+ <path
24
+ d="M4 108H10.1508M14.1454 108H108.562M113.425 108H116M62.4044 62.2243 64.7093 51.241 59.5724 50.163 57.7381 54.0347 54.7638 53.4105C53.1423 53.0702 52.1036 51.4799 52.4439 49.8583L54.642 39.3839C54.9823 37.7624 56.5726 36.7237 58.1942 37.064L87.2972 43.1714C88.9187 43.5116 89.9574 45.102 89.6171 46.7235L87.419 57.198C87.0787 58.8195 85.4883 59.8582 83.8668 59.5179L80.8925 58.8937 80.7694 54.6113 75.6325 53.5333 72.2362 69.7175 76.8432 70.6842C77.3837 70.7977 77.7299 71.3278 77.6165 71.8683L76.8811 75.3725C76.5408 76.9941 74.9505 78.0327 73.3289 77.6925L65.5739 76.065M57.9999 84.4755 64.1719 91.3301C64.9104 92.1503 64.8442 93.4139 64.024 94.1524V94.1524C63.2038 94.8909 61.9402 94.8247 61.2017 94.0045L54.8948 87"
25
+ stroke={color}
26
+ strokeWidth="1.5"
27
+ strokeLinecap="round"
28
+ strokeLinejoin="round"
29
+ />
30
+ <circle
31
+ cx="47"
32
+ cy="74"
33
+ r="15"
34
+ stroke={color}
35
+ strokeWidth="1.5"
36
+ strokeLinecap="round"
37
+ strokeLinejoin="round"
38
+ />
39
+ <circle
40
+ cx="47"
41
+ cy="74"
42
+ r="11"
43
+ stroke={color}
44
+ strokeWidth="1.5"
45
+ strokeLinecap="round"
46
+ strokeLinejoin="round"
47
+ />
48
+ <path
49
+ d="M76 20L79 23M79 20L76 23"
50
+ stroke={color}
51
+ strokeWidth="1.5"
52
+ strokeLinecap="round"
53
+ strokeLinejoin="round"
54
+ />
55
+ <circle
56
+ cx="94.8"
57
+ cy="27.8"
58
+ r="1.8"
59
+ stroke={color}
60
+ strokeWidth="1.2"
61
+ strokeLinecap="round"
62
+ strokeLinejoin="round"
63
+ />
64
+ <circle
65
+ cx="36.2"
66
+ cy="17.2"
67
+ r="1.2"
68
+ fill={color}
69
+ stroke={color}
70
+ strokeLinecap="round"
71
+ strokeLinejoin="round"
72
+ />
73
+ <path
74
+ d="M20 32H24M22 34 22 30"
75
+ stroke={color}
76
+ strokeWidth="1.5"
77
+ strokeLinecap="round"
78
+ strokeLinejoin="round"
79
+ />
80
+ <path
81
+ d="M50.9321 33.9116L48.3325 30.485M48.3118 37.2857L42.2216 33.297M47.1238 41.1052L43.4848 41.0206"
82
+ stroke={color}
83
+ strokeWidth="1.5"
84
+ strokeLinecap="round"
85
+ strokeLinejoin="round"
86
+ />
87
+ </svg>
88
+ );
89
+ }
90
+ );
91
+
92
+ IconFontSearchEmpty.displayName = "IconFontSearchEmpty";
93
+
94
+ export default IconFontSearchEmpty;
@@ -21,7 +21,7 @@ export const IconLocalOutline = forwardRef<SVGSVGElement, IconProps>(
21
21
  ref={forwardedRef}
22
22
  >
23
23
  <path
24
- d="M10.75 3.19069V1.36012L10.4527 1.36011C10.0518 1.3601 9.65089 1.36009 9.25 1.36029V3.19071C6.0695 3.53709 3.54288 6.06065 3.1918 9.23975H1.36013L1.36011 10.7397H3.18955C3.53191 13.9286 6.06259 16.4624 9.25 16.8095V18.6399H10.75V16.8095C13.9375 16.4625 16.4682 13.9286 16.8106 10.7397H18.6374L18.6375 9.23975H16.8084C16.4573 6.0606 13.9306 3.53701 10.75 3.19069ZM4.70079 10.7397C5.02708 13.0992 6.89201 14.9671 9.25 15.2979V13.4401C9.6509 13.4399 10.0518 13.4399 10.4527 13.4399L10.75 13.44V15.298C13.1081 14.9672 14.9731 13.0992 15.2994 10.7397H13.4375L13.4375 9.23975H15.2965C14.9621 6.89004 13.1012 5.03205 10.75 4.70226V6.56011H9.25V4.70228C6.89892 5.03214 5.03801 6.89009 4.7037 9.23975H6.5601L6.56004 10.7397H4.70079Z"
24
+ d="M9.375 3.4041C6.21496 3.69978 3.69978 6.21496 3.4041 9.375H1.5V10.625H3.4041C3.69978 13.785 6.21496 16.3002 9.375 16.5959V18.5H10.625V16.5959C13.785 16.3002 16.3002 13.785 16.5959 10.625H18.5V9.375H16.5959C16.3002 6.21496 13.785 3.69978 10.625 3.40409V1.5H9.375V3.4041ZM9.375 4.66095V6.5H10.625V4.66095C13.094 4.94686 15.0531 6.90596 15.3391 9.375H13.5V10.625H15.3391C15.0531 13.094 13.094 15.0531 10.625 15.3391V13.5H9.375V15.3391C6.90596 15.0531 4.94686 13.094 4.66095 10.625H6.5V9.375H4.66095C4.94686 6.90596 6.90596 4.94686 9.375 4.66095Z"
25
25
  fill={color}
26
26
  fillRule="evenodd"
27
27
  clipRule="evenodd"
@@ -21,7 +21,13 @@ export const IconMapPinOutline = forwardRef<SVGSVGElement, IconProps>(
21
21
  ref={forwardedRef}
22
22
  >
23
23
  <path
24
- d="M10 3.25C6.96243 3.25 4.5 5.71243 4.5 8.75C4.5 11.4508 5.91818 13.6164 7.41154 15.1454C8.1535 15.905 8.89759 16.49 9.45617 16.8846C9.66888 17.0348 9.8537 17.1568 10 17.2497C10.1463 17.1568 10.3311 17.0348 10.5438 16.8846C11.1024 16.49 11.8465 15.905 12.5885 15.1454C14.0818 13.6164 15.5 11.4508 15.5 8.75C15.5 5.71243 13.0376 3.25 10 3.25ZM10 19.0037C10 19.0037 9.58552 18.7572 9.33821 18.6049C9.15543 18.4924 8.89797 18.3268 8.5907 18.1097C7.97741 17.6764 7.159 17.0336 6.33846 16.1935C4.70682 14.5229 3 12.001 3 8.75C3 4.88401 6.13401 1.75 10 1.75C13.866 1.75 17 4.88401 17 8.75C17 12.001 15.2932 14.5229 13.6615 16.1935C12.841 17.0336 12.0226 17.6764 11.4093 18.1097C11.102 18.3268 10.8446 18.4924 10.6618 18.6049C10.5704 18.6612 10.4975 18.7043 10.4462 18.734C10.2291 18.8598 10 19.0037 10 19.0037ZM10 7C9.0335 7 8.25 7.7835 8.25 8.75C8.25 9.7165 9.0335 10.5 10 10.5C10.9665 10.5 11.75 9.7165 11.75 8.75C11.75 7.7835 10.9665 7 10 7ZM6.75 8.75C6.75 6.95507 8.20507 5.5 10 5.5C11.7949 5.5 13.25 6.95507 13.25 8.75C13.25 10.5449 11.7949 12 10 12C8.20507 12 6.75 10.5449 6.75 8.75Z"
24
+ d="M10 5.27856C8.05448 5.27856 6.47729 6.85575 6.47729 8.80132C6.47729 10.7469 8.05448 12.3241 10 12.3241C11.9456 12.3241 13.5228 10.7469 13.5228 8.80132C13.5228 6.85575 11.9456 5.27856 10 5.27856ZM7.72729 8.80132C7.72729 7.54611 8.74484 6.52856 10 6.52856C11.2553 6.52856 12.2728 7.54611 12.2728 8.80132C12.2728 10.0565 11.2553 11.0741 10 11.0741C8.74484 11.0741 7.72729 10.0565 7.72729 8.80132Z"
25
+ fill={color}
26
+ fillRule="evenodd"
27
+ clipRule="evenodd"
28
+ />
29
+ <path
30
+ d="M9.60402 18.5574C9.60416 18.5575 9.60428 18.5576 10.0001 18.0739L9.60402 18.5574L10.0001 18.8814L10.3958 18.5576L10.0001 18.0739C10.3958 18.5576 10.3957 18.5577 10.3958 18.5576L10.3977 18.5561L10.4019 18.5526L10.4171 18.5401L10.4735 18.493C10.5223 18.4521 10.593 18.3921 10.6825 18.3148C10.8614 18.1603 11.1158 17.936 11.4204 17.6545C12.0288 17.0922 12.8418 16.2978 13.6568 15.3717C14.4699 14.4477 15.2968 13.3793 15.9234 12.2685C16.5454 11.1659 17.0001 9.96895 17.0001 8.80108C17.0001 4.93506 13.8661 1.80103 10.0001 1.80103C6.13403 1.80103 3 4.93506 3 8.80108C3 9.96895 3.45474 11.1659 4.07674 12.2685C4.70331 13.3793 5.53022 14.4477 6.34333 15.3717C7.15832 16.2978 7.97135 17.0922 8.57974 17.6545C8.88434 17.936 9.13866 18.1603 9.31761 18.3148C9.40711 18.3921 9.47783 18.4521 9.52663 18.493L9.58304 18.5401L9.5982 18.5526L9.60239 18.5561L9.60402 18.5574ZM4.25 8.80108C4.25 5.62541 6.82439 3.05103 10.0001 3.05103C13.1757 3.05103 15.7501 5.62541 15.7501 8.80108C15.7501 9.66163 15.408 10.638 14.8346 11.6544C14.2659 12.6626 13.499 13.6588 12.7184 14.5459C11.9396 15.4309 11.1589 16.194 10.5719 16.7365C10.3492 16.9424 10.1549 17.1159 10 17.2517C9.84515 17.1159 9.65091 16.9424 9.42816 16.7365C8.84123 16.194 8.0605 15.4309 7.28172 14.5459C6.50107 13.6588 5.73421 12.6626 5.16546 11.6544C4.59214 10.638 4.25 9.66163 4.25 8.80108Z"
25
31
  fill={color}
26
32
  fillRule="evenodd"
27
33
  clipRule="evenodd"
@@ -3,7 +3,7 @@
3
3
  { "componentName": "IconArrowLeftOutline" },
4
4
  { "componentName": "IconArrowRightOutline" },
5
5
  { "componentName": "IconArrowChevronLeftOutline" },
6
- { "componentName": "IconArrowChevronRigthOutline" },
6
+ { "componentName": "IconArrowChevronRightOutline" },
7
7
  { "componentName": "IconArrowChevronDownOutline" },
8
8
  { "componentName": "IconArrowChevronUpOutline" },
9
9
  { "componentName": "IconArrowChevronDoubleLeftOutline" },
@@ -69,6 +69,7 @@
69
69
  { "componentName": "IconImportPsdEmpty" },
70
70
  { "componentName": "IconImportDesignTemplateEmpty" },
71
71
  { "componentName": "Icon3DModelEmpty" },
72
- { "componentName": "IconSystemTooOld" }
72
+ { "componentName": "IconSystemTooOld" },
73
+ { "componentName": "IconFontSearchEmpty" }
73
74
  ]
74
75
  }
@@ -1,7 +1,7 @@
1
1
  export { default as IconArrowLeftOutline } from "./default/icon-arrow-left-outline";
2
2
  export { default as IconArrowRightOutline } from "./default/icon-arrow-right-outline";
3
3
  export { default as IconArrowChevronLeftOutline } from "./default/icon-arrow-chevron-left-outline";
4
- export { default as IconArrowChevronRigthOutline } from "./default/icon-arrow-chevron-rigth-outline";
4
+ export { default as IconArrowChevronRightOutline } from "./default/icon-arrow-chevron-right-outline";
5
5
  export { default as IconArrowChevronDownOutline } from "./default/icon-arrow-chevron-down-outline";
6
6
  export { default as IconArrowChevronUpOutline } from "./default/icon-arrow-chevron-up-outline";
7
7
  export { default as IconArrowChevronDoubleLeftOutline } from "./default/icon-arrow-chevron-double-left-outline";
@@ -68,3 +68,4 @@ export { default as IconImportPsdEmpty } from "./default/icon-import-psd-empty";
68
68
  export { default as IconImportDesignTemplateEmpty } from "./default/icon-import-design-template-empty";
69
69
  export { default as Icon3DModelEmpty } from "./default/icon-3-d-model-empty";
70
70
  export { default as IconSystemTooOld } from "./default/icon-system-too-old";
71
+ export { default as IconFontSearchEmpty } from "./default/icon-font-search-empty";
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from "../../types";
2
+ export declare const IconCropSquare1To1: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconCropSquare1To1;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from "../../types";
2
+ export declare const IconCropSquare1To2: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconCropSquare1To2;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from "../../types";
2
+ export declare const IconCropSquare2To1: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconCropSquare2To1;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from "../../types";
2
+ export declare const IconCropSquare2To3: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconCropSquare2To3;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from "../../types";
2
+ export declare const IconCropSquare3To2: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconCropSquare3To2;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from "../../types";
2
+ export declare const IconCropSquare3To4: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconCropSquare3To4;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from "../../types";
2
+ export declare const IconCropSquare4To3: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconCropSquare4To3;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from "../../types";
2
+ export declare const IconCropSquareFreeform: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconCropSquareFreeform;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from "../../types";
2
+ export declare const IconCropSquareHorizontal: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconCropSquareHorizontal;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from "../../types";
2
+ export declare const IconCropSquareVertically: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconCropSquareVertically;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from "../../types";
2
+ export declare const IconLogoGoogleSolid: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconLogoGoogleSolid;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from "../../types";
2
+ export declare const IconPrintPatternBicolorSolid: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconPrintPatternBicolorSolid;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from "../../types";
2
+ export declare const IconTailoringCrop: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconTailoringCrop;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from "../../types";
2
+ export declare const IconToolFontPreviewOutline: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconToolFontPreviewOutline;
@@ -19,6 +19,7 @@ export { default as IconToolUrlUnlinkOutline } from "./default/icon-tool-url-unl
19
19
  export { default as IconToolClockTimeOutline } from "./default/icon-tool-clock-time-outline";
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
+ export { default as IconToolFontPreviewOutline } from "./default/icon-tool-font-preview-outline";
22
23
  export { default as IconPlayPreviewCircleOutline } from "./default/icon-play-preview-circle-outline";
23
24
  export { default as IconDragOutline } from "./default/icon-drag-outline";
24
25
  export { default as IconDragCursorArrowOutline } from "./default/icon-drag-cursor-arrow-outline";
@@ -237,6 +238,7 @@ export { default as IconCalendarBicolorSolid } from "./default/icon-calendar-bic
237
238
  export { default as IconPsdBicolorSolid } from "./default/icon-psd-bicolor-solid";
238
239
  export { default as IconPrintAreaSvgBicolorSolid } from "./default/icon-print-area-svg-bicolor-solid";
239
240
  export { default as IconSafeAreaSvgBicolorSolid } from "./default/icon-safe-area-svg-bicolor-solid";
241
+ export { default as IconPrintPatternBicolorSolid } from "./default/icon-print-pattern-bicolor-solid";
240
242
  export { default as IconGoodsKnifeBicolorSolid } from "./default/icon-goods-knife-bicolor-solid";
241
243
  export { default as IconAttributeOpacityBicolorSolid } from "./default/icon-attribute-opacity-bicolor-solid";
242
244
  export { default as IconPexelsBicolorSolid } from "./default/icon-pexels-bicolor-solid";
@@ -250,10 +252,16 @@ export { default as IconTextPathTopSolid } from "./default/icon-text-path-top-so
250
252
  export { default as IconTextPathDownSolid } from "./default/icon-text-path-down-solid";
251
253
  export { default as IconFlipHorizontallySolid } from "./default/icon-flip-horizontally-solid";
252
254
  export { default as IconFlipVerticallySolid } from "./default/icon-flip-vertically-solid";
253
- export { default as IconResolutionSquareSolid } from "./default/icon-resolution-square-solid";
254
- export { default as IconResolutionHorizontallySolid } from "./default/icon-resolution-horizontally-solid";
255
- export { default as IconResolutionVerticallySolid } from "./default/icon-resolution-vertically-solid";
256
- export { default as IconMagicWandSolid } from "./default/icon-magic-wand-solid";
255
+ export { default as IconCropSquare1To1 } from "./default/icon-crop-square-1-to-1";
256
+ export { default as IconCropSquare2To1 } from "./default/icon-crop-square-2-to-1";
257
+ export { default as IconCropSquare1To2 } from "./default/icon-crop-square-1-to-2";
258
+ export { default as IconCropSquare4To3 } from "./default/icon-crop-square-4-to-3";
259
+ export { default as IconCropSquare3To4 } from "./default/icon-crop-square-3-to-4";
260
+ export { default as IconCropSquare3To2 } from "./default/icon-crop-square-3-to-2";
261
+ export { default as IconCropSquare2To3 } from "./default/icon-crop-square-2-to-3";
262
+ export { default as IconCropSquareHorizontal } from "./default/icon-crop-square-horizontal";
263
+ export { default as IconCropSquareVertically } from "./default/icon-crop-square-vertically";
264
+ export { default as IconCropSquareFreeform } from "./default/icon-crop-square-freeform";
257
265
  export { default as IconCircle } from "./default/icon-circle";
258
266
  export { default as IconStoreSolid } from "./default/icon-store-solid";
259
267
  export { default as IconDocumentMandateSolid } from "./default/icon-document-mandate-solid";
@@ -272,8 +280,8 @@ export { default as IconImportSolid } from "./default/icon-import-solid";
272
280
  export { default as IconLocalSolid } from "./default/icon-local-solid";
273
281
  export { default as IconPreviewPlaceholder } from "./default/icon-preview-placeholder";
274
282
  export { default as IconArrowsRightLeft } from "./default/icon-arrows-right-left";
275
- export { default as IconGridMediumHorizontal } from "./line/icon-grid-medium-horizontal";
276
- export { default as IconGridMediumVertical } from "./line/icon-grid-medium-vertical";
277
- export { default as IconGridLarge } from "./line/icon-grid-large";
283
+ export { default as IconTailoringCrop } from "./default/icon-tailoring-crop";
284
+ export { default as IconMagicWandSolid } from "./default/icon-magic-wand-solid";
285
+ export { default as IconLogoGoogleSolid } from "./default/icon-logo-google-solid";
278
286
  export { default as IconSystemTooOld } from "./default/icon-system-too-old";
279
287
  export { default as IconNoDesignTemplateEmpty } from "./default/icon-no-design-template-empty";
@@ -1,3 +1,3 @@
1
- import type { IconProps } from '../../types';
1
+ import type { IconProps } from "../../types";
2
2
  export declare const IconArrowChevronRightOutline: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
3
  export default IconArrowChevronRightOutline;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from "../../types";
2
+ export declare const IconFontSearchEmpty: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconFontSearchEmpty;
@@ -1,7 +1,7 @@
1
1
  export { default as IconArrowLeftOutline } from "./default/icon-arrow-left-outline";
2
2
  export { default as IconArrowRightOutline } from "./default/icon-arrow-right-outline";
3
3
  export { default as IconArrowChevronLeftOutline } from "./default/icon-arrow-chevron-left-outline";
4
- export { default as IconArrowChevronRigthOutline } from "./default/icon-arrow-chevron-rigth-outline";
4
+ export { default as IconArrowChevronRightOutline } from "./default/icon-arrow-chevron-right-outline";
5
5
  export { default as IconArrowChevronDownOutline } from "./default/icon-arrow-chevron-down-outline";
6
6
  export { default as IconArrowChevronUpOutline } from "./default/icon-arrow-chevron-up-outline";
7
7
  export { default as IconArrowChevronDoubleLeftOutline } from "./default/icon-arrow-chevron-double-left-outline";
@@ -68,3 +68,4 @@ export { default as IconImportPsdEmpty } from "./default/icon-import-psd-empty";
68
68
  export { default as IconImportDesignTemplateEmpty } from "./default/icon-import-design-template-empty";
69
69
  export { default as Icon3DModelEmpty } from "./default/icon-3-d-model-empty";
70
70
  export { default as IconSystemTooOld } from "./default/icon-system-too-old";
71
+ export { default as IconFontSearchEmpty } from "./default/icon-font-search-empty";