@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.
- package/dist/customeow/index.es.js +2 -2
- package/dist/customeow/index.es.js.map +1 -1
- package/manifest.json +56 -12
- package/package.json +1 -1
- package/src/customeow/fill/icon-arc-text-bicolor.tsx +41 -0
- package/src/customeow/fill/icon-arrows-up-down.tsx +36 -0
- package/src/customeow/fill/icon-bell-notice-fill.tsx +43 -0
- package/src/customeow/fill/icon-clock.tsx +36 -0
- package/src/customeow/fill/icon-funnel.tsx +36 -0
- package/src/customeow/fill/icon-magic-ai-bicolor.tsx +50 -0
- package/src/customeow/fill/icon-new.tsx +36 -0
- package/src/customeow/fill/icon-pattern.tsx +43 -0
- package/src/customeow/fill/icon-step-back-fill.tsx +34 -0
- package/src/customeow/fill/icon-step-next-fill.tsx +34 -0
- package/src/customeow/fill/icon-stock-bicolor.tsx +43 -0
- package/src/customeow/fill/icon-text-bicolor.tsx +43 -0
- package/src/customeow/index.json +56 -12
- package/src/customeow/index.tsx +55 -11
- package/src/customeow/line/icon-align-bottom.tsx +34 -0
- package/src/customeow/line/icon-align-center-horizontally.tsx +34 -0
- package/src/customeow/line/icon-align-center-vertically.tsx +34 -0
- package/src/customeow/line/icon-align-left.tsx +34 -0
- package/src/customeow/line/icon-align-right.tsx +34 -0
- package/src/customeow/line/icon-align-top.tsx +34 -0
- package/src/customeow/line/icon-arrow-top-right-on-square.tsx +1 -5
- package/src/customeow/line/icon-attribute-deg.tsx +36 -0
- package/src/customeow/line/icon-attribute-h.tsx +34 -0
- package/src/customeow/line/icon-attribute-opacity.tsx +45 -0
- package/src/customeow/line/icon-attribute-w.tsx +36 -0
- package/src/customeow/line/icon-attribute-x.tsx +34 -0
- package/src/customeow/line/icon-attribute-y.tsx +34 -0
- package/src/customeow/line/icon-bell-notice.tsx +44 -0
- package/src/customeow/line/icon-chevron-down.tsx +36 -0
- package/src/customeow/line/icon-chevron-left.tsx +36 -0
- package/src/customeow/line/icon-chevron-right.tsx +36 -0
- package/src/customeow/line/icon-chevron-up.tsx +36 -0
- package/src/customeow/line/icon-cog-6-tooth.tsx +45 -0
- package/src/customeow/line/icon-hand.tsx +36 -0
- package/src/customeow/line/icon-pattern-1.tsx +36 -0
- package/src/customeow/line/icon-pattern-2.tsx +40 -0
- package/src/customeow/line/icon-pattern-3.tsx +46 -0
- package/src/customeow/line/icon-pattern-4.tsx +36 -0
- package/src/customeow/line/icon-pattern-5.tsx +46 -0
- package/src/customeow/line/icon-pattern-6.tsx +40 -0
- package/src/customeow/line/icon-rotate.tsx +4 -5
- package/src/customeow/line/icon-text-align-bottom.tsx +36 -0
- package/src/customeow/line/icon-text-align-center.tsx +36 -0
- package/src/customeow/line/icon-text-align-left.tsx +34 -0
- package/src/customeow/line/icon-text-align-middle.tsx +36 -0
- package/src/customeow/line/icon-text-align-right.tsx +34 -0
- package/src/customeow/line/icon-text-align-top.tsx +36 -0
- package/src/customeow/line/icon-text-bold.tsx +36 -0
- package/src/customeow/line/icon-text-border.tsx +36 -0
- package/src/customeow/line/icon-text-italic.tsx +34 -0
- package/src/customeow/line/icon-text-path-1.tsx +43 -0
- package/src/customeow/line/icon-text-path-2.tsx +34 -0
- package/src/customeow/line/icon-text-underline.tsx +34 -0
- package/types/customeow/{line/icon-drag-vertically.d.ts → fill/icon-arc-text-bicolor.d.ts} +2 -2
- package/types/customeow/fill/icon-arrows-up-down.d.ts +3 -0
- package/types/customeow/fill/icon-bell-notice-fill.d.ts +3 -0
- package/types/customeow/fill/icon-clock.d.ts +3 -0
- package/types/customeow/fill/icon-funnel.d.ts +3 -0
- package/types/customeow/fill/icon-magic-ai-bicolor.d.ts +3 -0
- package/types/customeow/fill/icon-new.d.ts +3 -0
- package/types/customeow/fill/icon-pattern.d.ts +3 -0
- package/types/customeow/fill/icon-step-back-fill.d.ts +3 -0
- package/types/customeow/fill/icon-step-next-fill.d.ts +3 -0
- package/types/customeow/fill/icon-stock-bicolor.d.ts +3 -0
- package/types/customeow/fill/icon-text-bicolor.d.ts +3 -0
- package/types/customeow/index.d.ts +55 -11
- package/types/customeow/line/icon-align-bottom.d.ts +3 -0
- package/types/customeow/line/icon-align-center-horizontally.d.ts +3 -0
- package/types/customeow/line/icon-align-center-vertically.d.ts +3 -0
- package/types/customeow/line/icon-align-left.d.ts +3 -0
- package/types/customeow/line/icon-align-right.d.ts +3 -0
- package/types/customeow/line/icon-align-top.d.ts +3 -0
- package/types/customeow/line/icon-attribute-deg.d.ts +3 -0
- package/types/customeow/line/icon-attribute-h.d.ts +3 -0
- package/types/customeow/line/{icon-chevron-right-hero.d.ts → icon-attribute-opacity.d.ts} +2 -2
- package/types/customeow/line/icon-attribute-w.d.ts +3 -0
- package/types/customeow/line/icon-attribute-x.d.ts +3 -0
- package/types/customeow/line/icon-attribute-y.d.ts +3 -0
- package/types/customeow/line/icon-chevron-down.d.ts +3 -0
- package/types/customeow/line/icon-chevron-left.d.ts +3 -0
- package/types/customeow/line/icon-chevron-right.d.ts +3 -0
- package/types/customeow/line/icon-chevron-up.d.ts +3 -0
- package/types/customeow/line/icon-hand.d.ts +3 -0
- package/types/customeow/line/icon-pattern-1.d.ts +3 -0
- package/types/customeow/line/icon-pattern-2.d.ts +3 -0
- package/types/customeow/line/icon-pattern-3.d.ts +3 -0
- package/types/customeow/line/icon-pattern-4.d.ts +3 -0
- package/types/customeow/line/icon-pattern-5.d.ts +3 -0
- package/types/customeow/line/icon-pattern-6.d.ts +3 -0
- package/types/customeow/line/{icon-chevron-left-hero.d.ts → icon-text-align-bottom.d.ts} +2 -2
- package/types/customeow/line/icon-text-align-center.d.ts +3 -0
- package/types/customeow/line/icon-text-align-left.d.ts +3 -0
- package/types/customeow/line/icon-text-align-middle.d.ts +3 -0
- package/types/customeow/line/icon-text-align-right.d.ts +3 -0
- package/types/customeow/line/icon-text-align-top.d.ts +3 -0
- package/types/customeow/line/icon-text-bold.d.ts +3 -0
- package/types/customeow/line/icon-text-border.d.ts +3 -0
- package/types/customeow/line/icon-text-italic.d.ts +3 -0
- package/types/customeow/line/icon-text-path-1.d.ts +3 -0
- package/types/customeow/line/icon-text-path-2.d.ts +3 -0
- package/types/customeow/line/icon-text-underline.d.ts +3 -0
- /package/types/customeow/{fill → line}/icon-bell-notice.d.ts +0 -0
- /package/types/customeow/{fill → line}/icon-cog-6-tooth.d.ts +0 -0
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import type { IconProps } from '../../types';
|
|
2
|
-
export declare const
|
|
3
|
-
export default
|
|
2
|
+
export declare const IconTextAlignBottom: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
3
|
+
export default IconTextAlignBottom;
|
|
File without changes
|
|
File without changes
|