@sunzi/icon 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (107) hide show
  1. package/dist/customeow/index.es.js +2 -2
  2. package/dist/customeow/index.es.js.map +1 -1
  3. package/manifest.json +56 -12
  4. package/package.json +1 -1
  5. package/src/customeow/fill/icon-arc-text-bicolor.tsx +41 -0
  6. package/src/customeow/fill/icon-arrows-up-down.tsx +36 -0
  7. package/src/customeow/fill/icon-bell-notice-fill.tsx +43 -0
  8. package/src/customeow/fill/icon-clock.tsx +36 -0
  9. package/src/customeow/fill/icon-funnel.tsx +36 -0
  10. package/src/customeow/fill/icon-magic-ai-bicolor.tsx +50 -0
  11. package/src/customeow/fill/icon-new.tsx +36 -0
  12. package/src/customeow/fill/icon-pattern.tsx +43 -0
  13. package/src/customeow/fill/icon-step-back-fill.tsx +34 -0
  14. package/src/customeow/fill/icon-step-next-fill.tsx +34 -0
  15. package/src/customeow/fill/icon-stock-bicolor.tsx +43 -0
  16. package/src/customeow/fill/icon-text-bicolor.tsx +43 -0
  17. package/src/customeow/index.json +56 -12
  18. package/src/customeow/index.tsx +55 -11
  19. package/src/customeow/line/icon-align-bottom.tsx +34 -0
  20. package/src/customeow/line/icon-align-center-horizontally.tsx +34 -0
  21. package/src/customeow/line/icon-align-center-vertically.tsx +34 -0
  22. package/src/customeow/line/icon-align-left.tsx +34 -0
  23. package/src/customeow/line/icon-align-right.tsx +34 -0
  24. package/src/customeow/line/icon-align-top.tsx +34 -0
  25. package/src/customeow/line/icon-arrow-top-right-on-square.tsx +1 -5
  26. package/src/customeow/line/icon-attribute-deg.tsx +36 -0
  27. package/src/customeow/line/icon-attribute-h.tsx +34 -0
  28. package/src/customeow/line/icon-attribute-opacity.tsx +45 -0
  29. package/src/customeow/line/icon-attribute-w.tsx +36 -0
  30. package/src/customeow/line/icon-attribute-x.tsx +34 -0
  31. package/src/customeow/line/icon-attribute-y.tsx +34 -0
  32. package/src/customeow/line/icon-bell-notice.tsx +44 -0
  33. package/src/customeow/line/icon-chevron-down.tsx +36 -0
  34. package/src/customeow/line/icon-chevron-left.tsx +36 -0
  35. package/src/customeow/line/icon-chevron-right.tsx +36 -0
  36. package/src/customeow/line/icon-chevron-up.tsx +36 -0
  37. package/src/customeow/line/icon-cog-6-tooth.tsx +45 -0
  38. package/src/customeow/line/icon-hand.tsx +36 -0
  39. package/src/customeow/line/icon-pattern-1.tsx +36 -0
  40. package/src/customeow/line/icon-pattern-2.tsx +40 -0
  41. package/src/customeow/line/icon-pattern-3.tsx +46 -0
  42. package/src/customeow/line/icon-pattern-4.tsx +36 -0
  43. package/src/customeow/line/icon-pattern-5.tsx +46 -0
  44. package/src/customeow/line/icon-pattern-6.tsx +40 -0
  45. package/src/customeow/line/icon-rotate.tsx +4 -5
  46. package/src/customeow/line/icon-text-align-bottom.tsx +36 -0
  47. package/src/customeow/line/icon-text-align-center.tsx +36 -0
  48. package/src/customeow/line/icon-text-align-left.tsx +34 -0
  49. package/src/customeow/line/icon-text-align-middle.tsx +36 -0
  50. package/src/customeow/line/icon-text-align-right.tsx +34 -0
  51. package/src/customeow/line/icon-text-align-top.tsx +36 -0
  52. package/src/customeow/line/icon-text-bold.tsx +36 -0
  53. package/src/customeow/line/icon-text-border.tsx +36 -0
  54. package/src/customeow/line/icon-text-italic.tsx +34 -0
  55. package/src/customeow/line/icon-text-path-1.tsx +43 -0
  56. package/src/customeow/line/icon-text-path-2.tsx +34 -0
  57. package/src/customeow/line/icon-text-underline.tsx +34 -0
  58. package/types/customeow/{line/icon-drag-vertically.d.ts → fill/icon-arc-text-bicolor.d.ts} +2 -2
  59. package/types/customeow/fill/icon-arrows-up-down.d.ts +3 -0
  60. package/types/customeow/fill/icon-bell-notice-fill.d.ts +3 -0
  61. package/types/customeow/fill/icon-clock.d.ts +3 -0
  62. package/types/customeow/fill/icon-funnel.d.ts +3 -0
  63. package/types/customeow/fill/icon-magic-ai-bicolor.d.ts +3 -0
  64. package/types/customeow/fill/icon-new.d.ts +3 -0
  65. package/types/customeow/fill/icon-pattern.d.ts +3 -0
  66. package/types/customeow/fill/icon-step-back-fill.d.ts +3 -0
  67. package/types/customeow/fill/icon-step-next-fill.d.ts +3 -0
  68. package/types/customeow/fill/icon-stock-bicolor.d.ts +3 -0
  69. package/types/customeow/fill/icon-text-bicolor.d.ts +3 -0
  70. package/types/customeow/index.d.ts +55 -11
  71. package/types/customeow/line/icon-align-bottom.d.ts +3 -0
  72. package/types/customeow/line/icon-align-center-horizontally.d.ts +3 -0
  73. package/types/customeow/line/icon-align-center-vertically.d.ts +3 -0
  74. package/types/customeow/line/icon-align-left.d.ts +3 -0
  75. package/types/customeow/line/icon-align-right.d.ts +3 -0
  76. package/types/customeow/line/icon-align-top.d.ts +3 -0
  77. package/types/customeow/line/icon-attribute-deg.d.ts +3 -0
  78. package/types/customeow/line/icon-attribute-h.d.ts +3 -0
  79. package/types/customeow/line/{icon-chevron-right-hero.d.ts → icon-attribute-opacity.d.ts} +2 -2
  80. package/types/customeow/line/icon-attribute-w.d.ts +3 -0
  81. package/types/customeow/line/icon-attribute-x.d.ts +3 -0
  82. package/types/customeow/line/icon-attribute-y.d.ts +3 -0
  83. package/types/customeow/line/icon-chevron-down.d.ts +3 -0
  84. package/types/customeow/line/icon-chevron-left.d.ts +3 -0
  85. package/types/customeow/line/icon-chevron-right.d.ts +3 -0
  86. package/types/customeow/line/icon-chevron-up.d.ts +3 -0
  87. package/types/customeow/line/icon-hand.d.ts +3 -0
  88. package/types/customeow/line/icon-pattern-1.d.ts +3 -0
  89. package/types/customeow/line/icon-pattern-2.d.ts +3 -0
  90. package/types/customeow/line/icon-pattern-3.d.ts +3 -0
  91. package/types/customeow/line/icon-pattern-4.d.ts +3 -0
  92. package/types/customeow/line/icon-pattern-5.d.ts +3 -0
  93. package/types/customeow/line/icon-pattern-6.d.ts +3 -0
  94. package/types/customeow/line/{icon-chevron-left-hero.d.ts → icon-text-align-bottom.d.ts} +2 -2
  95. package/types/customeow/line/icon-text-align-center.d.ts +3 -0
  96. package/types/customeow/line/icon-text-align-left.d.ts +3 -0
  97. package/types/customeow/line/icon-text-align-middle.d.ts +3 -0
  98. package/types/customeow/line/icon-text-align-right.d.ts +3 -0
  99. package/types/customeow/line/icon-text-align-top.d.ts +3 -0
  100. package/types/customeow/line/icon-text-bold.d.ts +3 -0
  101. package/types/customeow/line/icon-text-border.d.ts +3 -0
  102. package/types/customeow/line/icon-text-italic.d.ts +3 -0
  103. package/types/customeow/line/icon-text-path-1.d.ts +3 -0
  104. package/types/customeow/line/icon-text-path-2.d.ts +3 -0
  105. package/types/customeow/line/icon-text-underline.d.ts +3 -0
  106. /package/types/customeow/{fill → line}/icon-bell-notice.d.ts +0 -0
  107. /package/types/customeow/{fill → line}/icon-cog-6-tooth.d.ts +0 -0
@@ -0,0 +1,36 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "@/types";
3
+
4
+ export const IconTextAlignCenter = forwardRef<SVGSVGElement, IconProps>(
5
+ ({ color = "currentColor", ...props }, forwardedRef) => {
6
+ const { className } = props;
7
+ props = {
8
+ ...props,
9
+ width: `${props.width || props.size || 20}`,
10
+ height: `${props.height || props.size || 20}`,
11
+ className: `${
12
+ className ? className + " " : ""
13
+ }customeow-icon customeow-icon-icon-text-align-center`,
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 4.33579 2.33579 4 2.75 4H17.25C17.6642 4 18 4.33579 18 4.75C18 5.16421 17.6642 5.5 17.25 5.5H2.75C2.33579 5.5 2 5.16421 2 4.75ZM5.5 10C5.5 9.58579 5.83579 9.25 6.25 9.25H13.75C14.1642 9.25 14.5 9.58579 14.5 10C14.5 10.4142 14.1642 10.75 13.75 10.75H6.25C5.83579 10.75 5.5 10.4142 5.5 10ZM2 15.25C2 14.8358 2.33579 14.5 2.75 14.5H17.25C17.6642 14.5 18 14.8358 18 15.25C18 15.6642 17.6642 16 17.25 16H2.75C2.33579 16 2 15.6642 2 15.25Z"
25
+ fill={color}
26
+ fillRule="evenodd"
27
+ clipRule="evenodd"
28
+ />
29
+ </svg>
30
+ );
31
+ }
32
+ );
33
+
34
+ IconTextAlignCenter.displayName = "IconTextAlignCenter";
35
+
36
+ export default IconTextAlignCenter;
@@ -0,0 +1,34 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "@/types";
3
+
4
+ export const IconTextAlignLeft = forwardRef<SVGSVGElement, IconProps>(
5
+ ({ color = "currentColor", ...props }, forwardedRef) => {
6
+ const { className } = props;
7
+ props = {
8
+ ...props,
9
+ width: `${props.width || props.size || 20}`,
10
+ height: `${props.height || props.size || 20}`,
11
+ className: `${
12
+ className ? className + " " : ""
13
+ }customeow-icon customeow-icon-icon-text-align-left`,
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.75 4C2.33579 4 2 4.33579 2 4.75 2 5.16421 2.33579 5.5 2.75 5.5H17.25C17.6642 5.5 18 5.16421 18 4.75 18 4.33579 17.6642 4 17.25 4H2.75ZM2.75 14.5C2.33579 14.5 2 14.8358 2 15.25 2 15.6642 2.33579 16 2.75 16H17.25C17.6642 16 18 15.6642 18 15.25 18 14.8358 17.6642 14.5 17.25 14.5H2.75ZM2.75 9.25C2.33579 9.25 2 9.58579 2 10 2 10.4142 2.33579 10.75 2.75 10.75H10.25C10.6642 10.75 11 10.4142 11 10 11 9.58579 10.6642 9.25 10.25 9.25H2.75Z"
25
+ fill={color}
26
+ />
27
+ </svg>
28
+ );
29
+ }
30
+ );
31
+
32
+ IconTextAlignLeft.displayName = "IconTextAlignLeft";
33
+
34
+ export default IconTextAlignLeft;
@@ -0,0 +1,36 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "@/types";
3
+
4
+ export const IconTextAlignMiddle = forwardRef<SVGSVGElement, IconProps>(
5
+ ({ color = "currentColor", ...props }, forwardedRef) => {
6
+ const { className } = props;
7
+ props = {
8
+ ...props,
9
+ width: `${props.width || props.size || 20}`,
10
+ height: `${props.height || props.size || 20}`,
11
+ className: `${
12
+ className ? className + " " : ""
13
+ }customeow-icon customeow-icon-icon-text-align-middle`,
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="M15.8333 4.16659C15.8333 3.70635 15.4602 3.33325 15 3.33325H5C4.53977 3.33325 4.16667 3.70635 4.16667 4.16659V5.83325H5.83333V5.41659C5.83333 5.18647 6.01988 4.99992 6.25 4.99992H9.16667V14.9999H7.08333V16.2499C7.08333 16.48 7.26988 16.6666 7.5 16.6666H12.5C12.7301 16.6666 12.9167 16.48 12.9167 16.2499V14.9999H10.8333V4.99992H13.75C13.9801 4.99992 14.1667 5.18647 14.1667 5.41659V5.83325H15.8333V4.16659ZM7.08333 9.58325V11.2499H2.5V9.58325H7.08333ZM17.5 9.58325V11.2499H12.9167V9.58325H17.5Z"
25
+ fill={color}
26
+ fillRule="evenodd"
27
+ clipRule="evenodd"
28
+ />
29
+ </svg>
30
+ );
31
+ }
32
+ );
33
+
34
+ IconTextAlignMiddle.displayName = "IconTextAlignMiddle";
35
+
36
+ export default IconTextAlignMiddle;
@@ -0,0 +1,34 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "@/types";
3
+
4
+ export const IconTextAlignRight = forwardRef<SVGSVGElement, IconProps>(
5
+ ({ color = "currentColor", ...props }, forwardedRef) => {
6
+ const { className } = props;
7
+ props = {
8
+ ...props,
9
+ width: `${props.width || props.size || 20}`,
10
+ height: `${props.height || props.size || 20}`,
11
+ className: `${
12
+ className ? className + " " : ""
13
+ }customeow-icon customeow-icon-icon-text-align-right`,
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.75 4C2.33579 4 2 4.33579 2 4.75 2 5.16421 2.33579 5.5 2.75 5.5H17.25C17.6642 5.5 18 5.16421 18 4.75 18 4.33579 17.6642 4 17.25 4H2.75ZM2.75 14.5C2.33579 14.5 2 14.8358 2 15.25 2 15.6642 2.33579 16 2.75 16H17.25C17.6642 16 18 15.6642 18 15.25 18 14.8358 17.6642 14.5 17.25 14.5H2.75ZM9.75 9.25C9.33579 9.25 9 9.58579 9 10 9 10.4142 9.33579 10.75 9.75 10.75H17.25C17.6642 10.75 18 10.4142 18 10 18 9.58579 17.6642 9.25 17.25 9.25H9.75Z"
25
+ fill={color}
26
+ />
27
+ </svg>
28
+ );
29
+ }
30
+ );
31
+
32
+ IconTextAlignRight.displayName = "IconTextAlignRight";
33
+
34
+ export default IconTextAlignRight;
@@ -0,0 +1,36 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "@/types";
3
+
4
+ export const IconTextAlignTop = forwardRef<SVGSVGElement, IconProps>(
5
+ ({ color = "currentColor", ...props }, forwardedRef) => {
6
+ const { className } = props;
7
+ props = {
8
+ ...props,
9
+ width: `${props.width || props.size || 20}`,
10
+ height: `${props.height || props.size || 20}`,
11
+ className: `${
12
+ className ? className + " " : ""
13
+ }customeow-icon customeow-icon-icon-text-align-top`,
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.6666 2.91675H3.33325V4.58341H16.6666V2.91675ZM15.8333 7.08341C15.8333 6.62318 15.4602 6.25008 14.9999 6.25008H4.99992C4.53969 6.25008 4.16659 6.62318 4.16659 7.08341V8.75008H5.83325V8.33341C5.83325 8.1033 6.0198 7.91675 6.24992 7.91675H9.16658V15.8334H7.08325V17.0834C7.08325 17.3135 7.2698 17.5001 7.49992 17.5001H12.4999C12.73 17.5001 12.9166 17.3135 12.9166 17.0834V15.8334H10.8333V7.91675H13.7499C13.98 7.91675 14.1666 8.1033 14.1666 8.33341V8.75008H15.8333V7.08341Z"
25
+ fill={color}
26
+ fillRule="evenodd"
27
+ clipRule="evenodd"
28
+ />
29
+ </svg>
30
+ );
31
+ }
32
+ );
33
+
34
+ IconTextAlignTop.displayName = "IconTextAlignTop";
35
+
36
+ export default IconTextAlignTop;
@@ -0,0 +1,36 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "@/types";
3
+
4
+ export const IconTextBold = forwardRef<SVGSVGElement, IconProps>(
5
+ ({ color = "currentColor", ...props }, forwardedRef) => {
6
+ const { className } = props;
7
+ props = {
8
+ ...props,
9
+ width: `${props.width || props.size || 20}`,
10
+ height: `${props.height || props.size || 20}`,
11
+ className: `${
12
+ className ? className + " " : ""
13
+ }customeow-icon customeow-icon-icon-text-bold`,
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="M6.11812 2.88428C5.53754 2.88428 5.06689 3.35493 5.06689 3.9355V15.8506C5.06689 16.4698 5.56881 16.9717 6.18796 16.9717H12.0157C14.1297 16.9717 15.8434 15.258 15.8434 13.144C15.8434 11.4087 14.6888 9.94319 13.1059 9.47375C13.723 8.7746 14.0975 7.85617 14.0975 6.85028C14.0975 4.65992 12.3218 2.88428 10.1315 2.88428H6.11812ZM10.1315 9.31628C11.4934 9.31628 12.5975 8.21222 12.5975 6.85028C12.5975 5.48834 11.4934 4.38428 10.1315 4.38428H6.56689V9.31628H10.1315ZM6.56689 10.8163V15.4717H12.0157C13.3013 15.4717 14.3434 14.4296 14.3434 13.144C14.3434 11.8584 13.3013 10.8163 12.0157 10.8163H6.56689Z"
25
+ fill={color}
26
+ fillRule="evenodd"
27
+ clipRule="evenodd"
28
+ />
29
+ </svg>
30
+ );
31
+ }
32
+ );
33
+
34
+ IconTextBold.displayName = "IconTextBold";
35
+
36
+ export default IconTextBold;
@@ -0,0 +1,36 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "@/types";
3
+
4
+ export const IconTextBorder = forwardRef<SVGSVGElement, IconProps>(
5
+ ({ color = "currentColor", ...props }, forwardedRef) => {
6
+ const { className } = props;
7
+ props = {
8
+ ...props,
9
+ width: `${props.width || props.size || 20}`,
10
+ height: `${props.height || props.size || 20}`,
11
+ className: `${
12
+ className ? className + " " : ""
13
+ }customeow-icon customeow-icon-icon-text-border`,
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.0585 5.0306C10.0498 5.00574 10.0263 4.98909 9.99999 4.98909C9.97365 4.98909 9.95018 5.00574 9.94148 5.0306L7.65816 11.5544L12.3418 11.5544L10.0585 5.0306ZM9.99999 8.79864L9.49049 10.2544H10.5095L9.99999 8.79864ZM8.05549 14.3544L7.32617 16.4381C6.95215 17.5068 5.78266 18.0699 4.71404 17.6958C3.64541 17.3218 3.08233 16.1523 3.45635 15.0837L7.29868 4.10562C7.70044 2.95771 8.7838 2.18909 9.99999 2.18909C11.2162 2.18909 12.2995 2.95771 12.7013 4.10562L16.5436 15.0837L15.3166 15.5132L11.4743 4.53507C11.255 3.90858 10.6638 3.48909 9.99999 3.48909C9.33623 3.48909 8.74497 3.90858 8.52569 4.53507L4.68336 15.5132C4.54653 15.9041 4.75254 16.332 5.14349 16.4688C5.53445 16.6057 5.96232 16.3996 6.09915 16.0087L7.13316 13.0544L12.8668 13.0544L13.9008 16.0087C14.0377 16.3996 14.4655 16.6057 14.8565 16.4688C15.2474 16.332 15.4535 15.9041 15.3166 15.5132L16.5436 15.0837C16.9177 16.1523 16.3546 17.3218 15.2859 17.6958C14.2173 18.0699 13.0478 17.5068 12.6738 16.4381L11.9445 14.3544L8.05549 14.3544Z"
25
+ fill={color}
26
+ fillRule="evenodd"
27
+ clipRule="evenodd"
28
+ />
29
+ </svg>
30
+ );
31
+ }
32
+ );
33
+
34
+ IconTextBorder.displayName = "IconTextBorder";
35
+
36
+ export default IconTextBorder;
@@ -0,0 +1,34 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "@/types";
3
+
4
+ export const IconTextItalic = forwardRef<SVGSVGElement, IconProps>(
5
+ ({ color = "currentColor", ...props }, forwardedRef) => {
6
+ const { className } = props;
7
+ props = {
8
+ ...props,
9
+ width: `${props.width || props.size || 20}`,
10
+ height: `${props.height || props.size || 20}`,
11
+ className: `${
12
+ className ? className + " " : ""
13
+ }customeow-icon customeow-icon-icon-text-italic`,
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="M7.16498 3.72736C7.16498 3.31314 7.50076 2.97736 7.91498 2.97736H14.2776C14.6918 2.97736 15.0276 3.31314 15.0276 3.72736C15.0276 4.14157 14.6918 4.47736 14.2776 4.47736L11.9089 4.47736L9.65422 15.5126H12.0934C12.5077 15.5126 12.8434 15.8484 12.8434 16.2626C12.8434 16.6768 12.5077 17.0126 12.0934 17.0126L8.89414 17.0126C8.79435 17.0348 8.68839 17.0368 8.58176 17.015C8.578 17.0142 8.57425 17.0134 8.57052 17.0126H5.73083C5.31662 17.0126 4.98083 16.6768 4.98083 16.2626C4.98083 15.8484 5.31662 15.5126 5.73083 15.5126H8.12323L10.378 4.47736L7.91498 4.47736C7.50076 4.47736 7.16498 4.14157 7.16498 3.72736Z"
25
+ fill={color}
26
+ />
27
+ </svg>
28
+ );
29
+ }
30
+ );
31
+
32
+ IconTextItalic.displayName = "IconTextItalic";
33
+
34
+ export default IconTextItalic;
@@ -0,0 +1,43 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "@/types";
3
+
4
+ export const IconTextPath1 = forwardRef<SVGSVGElement, IconProps>(
5
+ ({ color = "currentColor", ...props }, forwardedRef) => {
6
+ const { className } = props;
7
+ props = {
8
+ ...props,
9
+ width: `${props.width || props.size || 20}`,
10
+ height: `${props.height || props.size || 20}`,
11
+ className: `${
12
+ className ? className + " " : ""
13
+ }customeow-icon customeow-icon-icon-text-path-1`,
14
+ };
15
+ return (
16
+ <svg
17
+ viewBox="0 0 20 20"
18
+ fill="none"
19
+ xmlns="http://www.w3.org/2000/svg"
20
+ {...props}
21
+ ref={forwardedRef}
22
+ >
23
+ <g clipPath="url(#a)">
24
+ <path
25
+ d="M12.6665 6.57844C12.6176 5.58738 11.8627 5 10.6 5H7.49219V11.6695H10.7052C12.0597 11.6695 12.9364 10.9069 12.9364 9.74675L12.9337 9.64521C12.8849 8.82185 12.1871 8.20219 11.3671 8.17991V8.14293C12.1035 8.04586 12.669 7.4635 12.669 6.69163L12.6665 6.57844ZM4.0902 5.59585L7.24874 11.795L5.32344 12.1444L4.77586 10.8968L2.91099 11.2352L2.81105 12.6003L0.885741 12.9497L1.79365 6.0126L4.0902 5.59585ZM13.5634 8.3305C14.1034 6.20542 15.5741 5.32898 17.437 5.85533C19.1349 6.33503 19.9789 7.81758 19.5943 9.33104L19.5841 9.37122L17.8651 8.88554L17.8744 8.83077C17.9859 8.178 17.7093 7.58785 17.0445 7.40004C16.3078 7.19189 15.6806 7.71331 15.3936 8.84283C15.1009 9.99465 15.3968 10.7769 16.1377 10.9862C16.7559 11.1609 17.3086 10.8433 17.5403 10.1814L17.557 10.1335L19.276 10.6192L19.2636 10.6683C18.8801 12.1773 17.4219 13.0046 15.741 12.5297C13.9069 12.0116 13.0602 10.528 13.5283 8.47577L13.5634 8.3305ZM9.35058 6.34037H10.0958C10.5692 6.34037 10.8629 6.58997 10.8629 6.99208L10.8599 7.0762C10.8279 7.46587 10.5408 7.69924 10.0169 7.69924H9.35058V6.34037ZM3.22758 7.3669L3.19304 7.37316L3.01465 9.81318L4.20609 9.59697L3.22758 7.3669ZM9.35058 8.8778H10.1045C10.7182 8.8778 11.0426 9.13664 11.0426 9.59421L11.0396 9.67933C11.0053 10.0982 10.6822 10.3291 10.144 10.3291H9.35058V8.8778ZM10.0074 12.3855C13.7894 12.3855 16.9698 13.0909 19.6946 14.6687C19.9796 14.8337 20.0837 15.2109 19.9272 15.5113C19.7708 15.8118 19.413 15.9216 19.1281 15.7566C16.5947 14.2897 13.6054 13.6267 10.0074 13.6267C6.4057 13.6267 3.38727 14.2864 0.870856 15.7363C0.585616 15.9005 0.228036 15.7899 0.0721804 15.4892C-0.0836754 15.1884 0.0212114 14.8114 0.306452 14.6471C3.01463 13.0868 6.22292 12.3855 10.0074 12.3855Z"
26
+ fill={color}
27
+ fillRule="evenodd"
28
+ clipRule="evenodd"
29
+ />
30
+ </g>
31
+ <defs>
32
+ <clipPath id="a">
33
+ <path fill={color} d="M0 0H20V20H0z" />
34
+ </clipPath>
35
+ </defs>
36
+ </svg>
37
+ );
38
+ }
39
+ );
40
+
41
+ IconTextPath1.displayName = "IconTextPath1";
42
+
43
+ export default IconTextPath1;
@@ -0,0 +1,34 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "@/types";
3
+
4
+ export const IconTextPath2 = forwardRef<SVGSVGElement, IconProps>(
5
+ ({ color = "currentColor", ...props }, forwardedRef) => {
6
+ const { className } = props;
7
+ props = {
8
+ ...props,
9
+ width: `${props.width || props.size || 20}`,
10
+ height: `${props.height || props.size || 20}`,
11
+ className: `${
12
+ className ? className + " " : ""
13
+ }customeow-icon customeow-icon-icon-text-path-2`,
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.3664 7.98841L15.2007 8.66968L15.0795 9.98872L16.8563 10.6486L17.5944 9.55869L19.4287 10.24L15.3315 15.5765L13.1434 14.7638L13.3664 7.98841ZM2.76661 9.05655C4.59988 8.41241 6.11308 9.16552 6.79134 11.1756C7.47104 13.1898 6.71773 14.7299 4.89688 15.3696C3.23742 15.9527 1.75374 15.2459 1.27069 13.8144L1.25786 13.7764L2.93801 13.186L2.95925 13.2353C3.21267 13.8217 3.75414 14.1368 4.40386 13.9085C5.12392 13.6555 5.36696 12.8805 5.00645 11.8122C4.63881 10.7227 3.9797 10.2646 3.2555 10.5191C2.65131 10.7314 2.36199 11.3007 2.52064 11.9629L2.53218 12.0108L0.852029 12.6011L0.836355 12.5547C0.354728 11.1274 1.1237 9.63379 2.76661 9.05655ZM12.3823 7.7049V14.1495H9.27918C7.97491 14.1495 7.21336 13.5421 7.21336 12.5238V12.5149C7.21336 11.7691 7.77796 11.2063 8.51325 11.1126V11.0768C7.66416 11.0545 6.94637 10.4114 6.94637 9.57174V9.56281C6.94637 8.44181 7.82172 7.7049 9.17414 7.7049H12.3823ZM14.9528 11.3627L14.7359 13.7203L14.7688 13.7326L16.0879 11.7843L14.9528 11.3627ZM10.5266 11.5413H9.86129C9.30544 11.5413 9.01658 11.7959 9.01658 12.2157V12.2246C9.01658 12.6132 9.30982 12.8543 9.78251 12.8543H10.5266V11.5413ZM10.5266 9.00008H9.73437C9.16539 9.00008 8.83713 9.25018 8.83713 9.70126V9.71019C8.83713 10.1523 9.16101 10.4024 9.77376 10.4024H10.5266V9.00008ZM9.98165 5.58337C13.4186 5.58337 16.7322 6.4618 19.6797 8.1135C19.9642 8.27291 20.0682 8.63747 19.9119 8.92775C19.7557 9.21804 19.3985 9.32413 19.114 9.16472C16.3387 7.60955 13.2195 6.78267 9.98165 6.78267C6.7576 6.78267 3.65114 7.60249 0.884546 9.14503C0.59974 9.30383 0.242704 9.19696 0.0870854 8.90634C-0.0685335 8.61572 0.0361937 8.25139 0.321 8.0926C3.25935 6.45429 6.55941 5.58337 9.98165 5.58337Z"
25
+ fill={color}
26
+ />
27
+ </svg>
28
+ );
29
+ }
30
+ );
31
+
32
+ IconTextPath2.displayName = "IconTextPath2";
33
+
34
+ export default IconTextPath2;
@@ -0,0 +1,34 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "@/types";
3
+
4
+ export const IconTextUnderline = forwardRef<SVGSVGElement, IconProps>(
5
+ ({ color = "currentColor", ...props }, forwardedRef) => {
6
+ const { className } = props;
7
+ props = {
8
+ ...props,
9
+ width: `${props.width || props.size || 20}`,
10
+ height: `${props.height || props.size || 20}`,
11
+ className: `${
12
+ className ? className + " " : ""
13
+ }customeow-icon customeow-icon-icon-text-underline`,
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="M6.25 2.87549C6.25 2.46127 5.91421 2.12549 5.5 2.12549 5.08579 2.12549 4.75 2.46127 4.75 2.87549V9C4.75 11.8995 7.1005 14.25 10 14.25 12.8995 14.25 15.25 11.8995 15.25 9V2.87549C15.25 2.46127 14.9142 2.12549 14.5 2.12549 14.0858 2.12549 13.75 2.46127 13.75 2.87549V9C13.75 11.0711 12.0711 12.75 10 12.75 7.92893 12.75 6.25 11.0711 6.25 9V2.87549ZM5 15.75C4.58579 15.75 4.25 16.0858 4.25 16.5 4.25 16.9142 4.58579 17.25 5 17.25H15C15.4142 17.25 15.75 16.9142 15.75 16.5 15.75 16.0858 15.4142 15.75 15 15.75H5Z"
25
+ fill={color}
26
+ />
27
+ </svg>
28
+ );
29
+ }
30
+ );
31
+
32
+ IconTextUnderline.displayName = "IconTextUnderline";
33
+
34
+ export default IconTextUnderline;
@@ -1,3 +1,3 @@
1
1
  import type { IconProps } from '../../types';
2
- export declare const IconDragVertically: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
- export default IconDragVertically;
2
+ export declare const IconArcTextBicolor: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconArcTextBicolor;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconArrowsUpDown: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconArrowsUpDown;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconBellNoticeFill: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconBellNoticeFill;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconClock: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconClock;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconFunnel: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconFunnel;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconMagicAiBicolor: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconMagicAiBicolor;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconNew: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconNew;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconPattern: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconPattern;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconStepBackFill: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconStepBackFill;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconStepNextFill: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconStepNextFill;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconStockBicolor: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconStockBicolor;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconTextBicolor: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconTextBicolor;
@@ -21,19 +21,25 @@ export { default as IconLinkedData } from "./line/icon-linked-data";
21
21
  export { default as IconSvg } from "./line/icon-svg";
22
22
  export { default as IconData } from "./line/icon-data";
23
23
  export { default as IconDesign } from "./line/icon-design";
24
- export { default as IconDragVertically } from "./line/icon-drag-vertically";
24
+ export { default as IconHand } from "./line/icon-hand";
25
+ export { default as IconVariableFunction } from "./line/icon-variable-function";
26
+ export { default as IconShoppingCart } from "./line/icon-shopping-cart";
27
+ export { default as IconArrowImport } from "./line/icon-arrow-import";
28
+ export { default as IconPaperClip } from "./line/icon-paper-clip";
29
+ export { default as IconFileAudio } from "./line/icon-file-audio";
30
+ export { default as IconFileVideo } from "./line/icon-file-video";
25
31
  export { default as IconArrowLeftHero } from "./line/icon-arrow-left-hero";
26
32
  export { default as IconArrowRightHero } from "./line/icon-arrow-right-hero";
27
- export { default as IconChevronLeftHero } from "./line/icon-chevron-left-hero";
28
- export { default as IconChevronRightHero } from "./line/icon-chevron-right-hero";
33
+ export { default as IconChevronLeft } from "./line/icon-chevron-left";
34
+ export { default as IconChevronRight } from "./line/icon-chevron-right";
35
+ export { default as IconChevronDown } from "./line/icon-chevron-down";
36
+ export { default as IconChevronUp } from "./line/icon-chevron-up";
29
37
  export { default as IconSearch } from "./line/icon-search";
30
38
  export { default as IconArrowDownTrayDownload } from "./line/icon-arrow-down-tray-download";
31
- export { default as IconArrowImport } from "./line/icon-arrow-import";
32
39
  export { default as IconArrowTopRightOnSquare } from "./line/icon-arrow-top-right-on-square";
33
40
  export { default as IconArrowRightOnRectanglehero } from "./line/icon-arrow-right-on-rectanglehero";
34
41
  export { default as IconEllipsisMoreHorizontal } from "./line/icon-ellipsis-more-horizontal";
35
- export { default as IconVariableFunction } from "./line/icon-variable-function";
36
- export { default as IconShoppingCart } from "./line/icon-shopping-cart";
42
+ export { default as IconCog6Tooth } from "./line/icon-cog-6-tooth";
37
43
  export { default as IconCheck } from "./line/icon-check";
38
44
  export { default as IconXClose } from "./line/icon-x-close";
39
45
  export { default as IconRotateLeft } from "./line/icon-rotate-left";
@@ -45,11 +51,9 @@ export { default as IconRotate2Left } from "./line/icon-rotate-2-left";
45
51
  export { default as IconRotate2Right } from "./line/icon-rotate-2-right";
46
52
  export { default as IconArrowDoubleLeft } from "./line/icon-arrow-double-left";
47
53
  export { default as IconArrowDoubleRight } from "./line/icon-arrow-double-right";
48
- export { default as IconPaperClip } from "./line/icon-paper-clip";
49
- export { default as IconFileAudio } from "./line/icon-file-audio";
50
- export { default as IconFileVideo } from "./line/icon-file-video";
51
54
  export { default as IconLanguage } from "./line/icon-language";
52
55
  export { default as IconPlus } from "./line/icon-plus";
56
+ export { default as IconBellNotice } from "./line/icon-bell-notice";
53
57
  export { default as IconEdit } from "./line/icon-edit";
54
58
  export { default as IconImagePhotoHero } from "./fill/icon-image-photo-hero";
55
59
  export { default as IconExclaimationCircleHero } from "./fill/icon-exclaimation-circle-hero";
@@ -69,7 +73,6 @@ export { default as IconWindow } from "./fill/icon-window";
69
73
  export { default as IconTrashDeleteHero } from "./fill/icon-trash-delete-hero";
70
74
  export { default as IconCircleStack } from "./fill/icon-circle-stack";
71
75
  export { default as IconDocumentDuplicate } from "./fill/icon-document-duplicate";
72
- export { default as IconCog6Tooth } from "./fill/icon-cog-6-tooth";
73
76
  export { default as IconDocumentArrowUp } from "./fill/icon-document-arrow-up";
74
77
  export { default as IconArrowDownOnSquare } from "./fill/icon-arrow-down-on-square";
75
78
  export { default as IconArrowPathRoundedSquare } from "./fill/icon-arrow-path-rounded-square";
@@ -77,7 +80,10 @@ export { default as IconPencilSquare } from "./fill/icon-pencil-square";
77
80
  export { default as IconEye } from "./fill/icon-eye";
78
81
  export { default as IconStar } from "./fill/icon-star";
79
82
  export { default as IconRocketLaunch } from "./fill/icon-rocket-launch";
80
- export { default as IconBellNotice } from "./fill/icon-bell-notice";
83
+ export { default as IconBellNoticeFill } from "./fill/icon-bell-notice-fill";
84
+ export { default as IconClock } from "./fill/icon-clock";
85
+ export { default as IconArrowsUpDown } from "./fill/icon-arrows-up-down";
86
+ export { default as IconFunnel } from "./fill/icon-funnel";
81
87
  export { default as IconImageAdd } from "./fill/icon-image-add";
82
88
  export { default as IconTagAdd } from "./fill/icon-tag-add";
83
89
  export { default as IconSwatchPlus } from "./fill/icon-swatch-plus";
@@ -103,3 +109,41 @@ export { default as IconTranslation2 } from "./fill/icon-translation-2";
103
109
  export { default as IconDocumentCsv } from "./fill/icon-document-csv";
104
110
  export { default as IconDocumentText } from "./fill/icon-document-text";
105
111
  export { default as IconPen } from "./fill/icon-pen";
112
+ export { default as IconNew } from "./fill/icon-new";
113
+ export { default as IconStepBackFill } from "./fill/icon-step-back-fill";
114
+ export { default as IconStepNextFill } from "./fill/icon-step-next-fill";
115
+ export { default as IconTextBicolor } from "./fill/icon-text-bicolor";
116
+ export { default as IconArcTextBicolor } from "./fill/icon-arc-text-bicolor";
117
+ export { default as IconStockBicolor } from "./fill/icon-stock-bicolor";
118
+ export { default as IconPattern } from "./fill/icon-pattern";
119
+ export { default as IconMagicAiBicolor } from "./fill/icon-magic-ai-bicolor";
120
+ export { default as IconAlignLeft } from "./line/icon-align-left";
121
+ export { default as IconAlignCenterHorizontally } from "./line/icon-align-center-horizontally";
122
+ export { default as IconAlignRight } from "./line/icon-align-right";
123
+ export { default as IconAlignTop } from "./line/icon-align-top";
124
+ export { default as IconAlignCenterVertically } from "./line/icon-align-center-vertically";
125
+ export { default as IconAlignBottom } from "./line/icon-align-bottom";
126
+ export { default as IconTextBorder } from "./line/icon-text-border";
127
+ export { default as IconTextBold } from "./line/icon-text-bold";
128
+ export { default as IconTextItalic } from "./line/icon-text-italic";
129
+ export { default as IconTextUnderline } from "./line/icon-text-underline";
130
+ export { default as IconTextAlignLeft } from "./line/icon-text-align-left";
131
+ export { default as IconTextAlignCenter } from "./line/icon-text-align-center";
132
+ export { default as IconTextAlignRight } from "./line/icon-text-align-right";
133
+ export { default as IconAttributeX } from "./line/icon-attribute-x";
134
+ export { default as IconAttributeH } from "./line/icon-attribute-h";
135
+ export { default as IconAttributeY } from "./line/icon-attribute-y";
136
+ export { default as IconAttributeW } from "./line/icon-attribute-w";
137
+ export { default as IconAttributeDeg } from "./line/icon-attribute-deg";
138
+ export { default as IconAttributeOpacity } from "./line/icon-attribute-opacity";
139
+ export { default as IconPattern1 } from "./line/icon-pattern-1";
140
+ export { default as IconPattern2 } from "./line/icon-pattern-2";
141
+ export { default as IconPattern3 } from "./line/icon-pattern-3";
142
+ export { default as IconPattern4 } from "./line/icon-pattern-4";
143
+ export { default as IconPattern5 } from "./line/icon-pattern-5";
144
+ export { default as IconPattern6 } from "./line/icon-pattern-6";
145
+ export { default as IconTextAlignMiddle } from "./line/icon-text-align-middle";
146
+ export { default as IconTextAlignBottom } from "./line/icon-text-align-bottom";
147
+ export { default as IconTextAlignTop } from "./line/icon-text-align-top";
148
+ export { default as IconTextPath1 } from "./line/icon-text-path-1";
149
+ export { default as IconTextPath2 } from "./line/icon-text-path-2";
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconAlignBottom: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconAlignBottom;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconAlignCenterHorizontally: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconAlignCenterHorizontally;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconAlignCenterVertically: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconAlignCenterVertically;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconAlignLeft: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconAlignLeft;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconAlignRight: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconAlignRight;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconAlignTop: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconAlignTop;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconAttributeDeg: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconAttributeDeg;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconAttributeH: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconAttributeH;
@@ -1,3 +1,3 @@
1
1
  import type { IconProps } from '../../types';
2
- export declare const IconChevronRightHero: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
- export default IconChevronRightHero;
2
+ export declare const IconAttributeOpacity: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconAttributeOpacity;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconAttributeW: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconAttributeW;