@xmart/xorder-ui-icons 0.0.35-dev.1 → 0.1.1

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,11 @@
1
+ export declare const XoCalendarDailyOutlineIcon: import('react').ForwardRefExoticComponent<Omit<import('react').SVGAttributes<SVGElement>, keyof {
2
+ children?: import('react').ReactNode;
3
+ size?: string | number;
4
+ color?: string;
5
+ title?: string;
6
+ }> & {
7
+ children?: import('react').ReactNode;
8
+ size?: string | number;
9
+ color?: string;
10
+ title?: string;
11
+ } & import('react').RefAttributes<SVGSVGElement>>;
@@ -1,4 +1,4 @@
1
- export declare const XoTranslateFillIcon: import('react').ForwardRefExoticComponent<Omit<import('react').SVGAttributes<SVGElement>, keyof {
1
+ export declare const XoCopyOutlineIcon: import('react').ForwardRefExoticComponent<Omit<import('react').SVGAttributes<SVGElement>, keyof {
2
2
  children?: import('react').ReactNode;
3
3
  size?: string | number;
4
4
  color?: string;
@@ -0,0 +1,11 @@
1
+ export declare const XoFaxOutlineIcon: import('react').ForwardRefExoticComponent<Omit<import('react').SVGAttributes<SVGElement>, keyof {
2
+ children?: import('react').ReactNode;
3
+ size?: string | number;
4
+ color?: string;
5
+ title?: string;
6
+ }> & {
7
+ children?: import('react').ReactNode;
8
+ size?: string | number;
9
+ color?: string;
10
+ title?: string;
11
+ } & import('react').RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,11 @@
1
+ export declare const XoHeartFillIcon: import('react').ForwardRefExoticComponent<Omit<import('react').SVGAttributes<SVGElement>, keyof {
2
+ children?: import('react').ReactNode;
3
+ size?: string | number;
4
+ color?: string;
5
+ title?: string;
6
+ }> & {
7
+ children?: import('react').ReactNode;
8
+ size?: string | number;
9
+ color?: string;
10
+ title?: string;
11
+ } & import('react').RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,11 @@
1
+ export declare const XoHeartOutlineIcon: import('react').ForwardRefExoticComponent<Omit<import('react').SVGAttributes<SVGElement>, keyof {
2
+ children?: import('react').ReactNode;
3
+ size?: string | number;
4
+ color?: string;
5
+ title?: string;
6
+ }> & {
7
+ children?: import('react').ReactNode;
8
+ size?: string | number;
9
+ color?: string;
10
+ title?: string;
11
+ } & import('react').RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,11 @@
1
+ export declare const XoKeyboardOutlineIcon: import('react').ForwardRefExoticComponent<Omit<import('react').SVGAttributes<SVGElement>, keyof {
2
+ children?: import('react').ReactNode;
3
+ size?: string | number;
4
+ color?: string;
5
+ title?: string;
6
+ }> & {
7
+ children?: import('react').ReactNode;
8
+ size?: string | number;
9
+ color?: string;
10
+ title?: string;
11
+ } & import('react').RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,11 @@
1
+ export declare const XoTranslateOutlineIcon: import('react').ForwardRefExoticComponent<Omit<import('react').SVGAttributes<SVGElement>, keyof {
2
+ children?: import('react').ReactNode;
3
+ size?: string | number;
4
+ color?: string;
5
+ title?: string;
6
+ }> & {
7
+ children?: import('react').ReactNode;
8
+ size?: string | number;
9
+ color?: string;
10
+ title?: string;
11
+ } & import('react').RefAttributes<SVGSVGElement>>;
@@ -4,6 +4,7 @@ export { XoAtEmailOutlineIcon } from './XoAtEmailOutlineIcon';
4
4
  export { XoAttachmentOutlineIcon } from './XoAttachmentOutlineIcon';
5
5
  export { XoBellFillIcon } from './XoBellFillIcon';
6
6
  export { XoBellOutlineIcon } from './XoBellOutlineIcon';
7
+ export { XoCalendarDailyOutlineIcon } from './XoCalendarDailyOutlineIcon';
7
8
  export { XoCalendarOutlineIcon } from './XoCalendarOutlineIcon';
8
9
  export { XoCartOutlineIcon } from './XoCartOutlineIcon';
9
10
  export { XoCatalogFillIcon } from './XoCatalogFillIcon';
@@ -23,14 +24,18 @@ export { XoChevronUpOutlineIcon } from './XoChevronUpOutlineIcon';
23
24
  export { XoChevronWDownOutlineIcon } from './XoChevronWDownOutlineIcon';
24
25
  export { XoClockFillIcon } from './XoClockFillIcon';
25
26
  export { XoClockOutlineIcon } from './XoClockOutlineIcon';
27
+ export { XoCopyOutlineIcon } from './XoCopyOutlineIcon';
26
28
  export { XoCrossOutlineIcon } from './XoCrossOutlineIcon';
27
29
  export { XoCrossSOutlineIcon } from './XoCrossSOutlineIcon';
28
30
  export { XoDownloadOutlineIcon } from './XoDownloadOutlineIcon';
29
31
  export { XoEditOutlineIcon } from './XoEditOutlineIcon';
30
32
  export { XoEyeClosedOutlineIcon } from './XoEyeClosedOutlineIcon';
31
33
  export { XoEyeOpenOutlineIcon } from './XoEyeOpenOutlineIcon';
34
+ export { XoFaxOutlineIcon } from './XoFaxOutlineIcon';
32
35
  export { XoFiltersOutlineIcon } from './XoFiltersOutlineIcon';
33
36
  export { XoGridOutlineIcon } from './XoGridOutlineIcon';
37
+ export { XoHeartFillIcon } from './XoHeartFillIcon';
38
+ export { XoHeartOutlineIcon } from './XoHeartOutlineIcon';
34
39
  export { XoHomeFillIcon } from './XoHomeFillIcon';
35
40
  export { XoHomeOutlineIcon } from './XoHomeOutlineIcon';
36
41
  export { XoImageAddOutlineIcon } from './XoImageAddOutlineIcon';
@@ -39,6 +44,7 @@ export { XoImageOutlineIcon } from './XoImageOutlineIcon';
39
44
  export { XoInboxOutlineIcon } from './XoInboxOutlineIcon';
40
45
  export { XoInfoCircleFillIcon } from './XoInfoCircleFillIcon';
41
46
  export { XoInfoCircleOutlineIcon } from './XoInfoCircleOutlineIcon';
47
+ export { XoKeyboardOutlineIcon } from './XoKeyboardOutlineIcon';
42
48
  export { XoLaptopOutlineIcon } from './XoLaptopOutlineIcon';
43
49
  export { XoLikeFillIcon } from './XoLikeFillIcon';
44
50
  export { XoLikeOutlineIcon } from './XoLikeOutlineIcon';
@@ -86,7 +92,7 @@ export { XoStarOutlineIcon } from './XoStarOutlineIcon';
86
92
  export { XoSwipeDownFillIcon } from './XoSwipeDownFillIcon';
87
93
  export { XoSwipeOutlineIcon } from './XoSwipeOutlineIcon';
88
94
  export { XoSwipe_upFillIcon } from './XoSwipe_upFillIcon';
89
- export { XoTranslateFillIcon } from './XoTranslateFillIcon';
95
+ export { XoTranslateOutlineIcon } from './XoTranslateOutlineIcon';
90
96
  export { XoTrashOutlineIcon } from './XoTrashOutlineIcon';
91
97
  export { XoTrendingUpOutlineIcon } from './XoTrendingUpOutlineIcon';
92
98
  export { XoUserOutlineIcon } from './XoUserOutlineIcon';