@ztwoint/z-ui 0.1.66 → 0.1.67

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.
@@ -0,0 +1,6 @@
1
+ import { SVGProps } from 'react';
2
+ type IconProps = SVGProps<SVGSVGElement> & {
3
+ title?: string;
4
+ };
5
+ declare function Sitemap({ fill, width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
6
+ export default Sitemap;
@@ -0,0 +1,6 @@
1
+ import { SVGProps } from 'react';
2
+ type IconProps = SVGProps<SVGSVGElement> & {
3
+ title?: string;
4
+ };
5
+ declare function Z2Data({ fill, width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
6
+ export default Z2Data;
package/dist/index.d.ts CHANGED
@@ -51,5 +51,9 @@ export * from './components/assets/icons/window-left-copy';
51
51
  export * from './components/assets/icons/x';
52
52
  export * from './components/assets/icons/z2-icon';
53
53
  export * from './components/assets/icons/z2-slash';
54
+ export * from './components/assets/icons/sitemap';
55
+ export * from './components/assets/icons/z2data';
56
+ export * from './components/assets/icons/apartment-building';
57
+ export * from './components/assets/icons/pin';
54
58
  export * from './lib/theme.hook';
55
59
  export * from './lib/utils';
@@ -0,0 +1,6 @@
1
+ import { SVGProps } from 'react';
2
+ type IconProps = SVGProps<SVGSVGElement> & {
3
+ title?: string;
4
+ };
5
+ declare function Sitemap({ fill, width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
6
+ export default Sitemap;
@@ -0,0 +1,6 @@
1
+ import { SVGProps } from 'react';
2
+ type IconProps = SVGProps<SVGSVGElement> & {
3
+ title?: string;
4
+ };
5
+ declare function Z2Data({ fill, width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
6
+ export default Z2Data;
@@ -52,5 +52,9 @@ export * from './components/assets/icons/window-left-copy';
52
52
  export * from './components/assets/icons/x';
53
53
  export * from './components/assets/icons/z2-icon';
54
54
  export * from './components/assets/icons/z2-slash';
55
+ export * from './components/assets/icons/sitemap';
56
+ export * from './components/assets/icons/z2data';
57
+ export * from './components/assets/icons/apartment-building';
58
+ export * from './components/assets/icons/pin';
55
59
  export * from './lib/theme.hook';
56
60
  export * from './lib/utils';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ztwoint/z-ui",
3
- "version": "0.1.66",
3
+ "version": "0.1.67",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",