@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,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconAttributeX: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconAttributeX;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconAttributeY: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconAttributeY;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconChevronDown: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconChevronDown;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconChevronLeft: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconChevronLeft;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconChevronRight: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconChevronRight;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconChevronUp: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconChevronUp;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconHand: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconHand;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconPattern1: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconPattern1;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconPattern2: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconPattern2;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconPattern3: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconPattern3;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconPattern4: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconPattern4;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconPattern5: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconPattern5;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconPattern6: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconPattern6;
@@ -1,3 +1,3 @@
1
1
  import type { IconProps } from '../../types';
2
- export declare const IconChevronLeftHero: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
- export default IconChevronLeftHero;
2
+ export declare const IconTextAlignBottom: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconTextAlignBottom;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconTextAlignCenter: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconTextAlignCenter;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconTextAlignLeft: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconTextAlignLeft;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconTextAlignMiddle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconTextAlignMiddle;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconTextAlignRight: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconTextAlignRight;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconTextAlignTop: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconTextAlignTop;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconTextBold: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconTextBold;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconTextBorder: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconTextBorder;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconTextItalic: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconTextItalic;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconTextPath1: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconTextPath1;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconTextPath2: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconTextPath2;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconTextUnderline: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconTextUnderline;