@xmart/xorder-ui-icons 0.0.35-dev.0 → 0.1.0
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/icons/XoCalendarDailyOutlineIcon.d.ts +11 -0
- package/dist/icons/{XoTranslateFillIcon.d.ts → XoCopyOutlineIcon.d.ts} +1 -1
- package/dist/icons/XoFaxOutlineIcon.d.ts +11 -0
- package/dist/icons/XoHeartFillIcon.d.ts +11 -0
- package/dist/icons/XoHeartOutlineIcon.d.ts +11 -0
- package/dist/icons/XoKeyboardOutlineIcon.d.ts +11 -0
- package/dist/icons/XoTranslateOutlineIcon.d.ts +11 -0
- package/dist/icons/index.d.ts +7 -1
- package/dist/index.esm.js +153 -4
- package/dist/index.esm.js.map +1 -1
- package/package.json +22 -12
|
@@ -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
|
|
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>>;
|
package/dist/icons/index.d.ts
CHANGED
|
@@ -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 {
|
|
95
|
+
export { XoTranslateOutlineIcon } from './XoTranslateOutlineIcon';
|
|
90
96
|
export { XoTrashOutlineIcon } from './XoTrashOutlineIcon';
|
|
91
97
|
export { XoTrendingUpOutlineIcon } from './XoTrendingUpOutlineIcon';
|
|
92
98
|
export { XoUserOutlineIcon } from './XoUserOutlineIcon';
|
package/dist/index.esm.js
CHANGED
|
@@ -290,6 +290,7 @@ var SvgIcon = forwardRef(({ color, strokeWidth = "0", size = 24, title, children
|
|
|
290
290
|
styleProp
|
|
291
291
|
]),
|
|
292
292
|
viewBox: "0 0 24 24",
|
|
293
|
+
className,
|
|
293
294
|
xmlns: "http://www.w3.org/2000/svg",
|
|
294
295
|
...useMemo(() => ({
|
|
295
296
|
role: role || (title || ariaLabel ? "img" : void 0),
|
|
@@ -429,6 +430,37 @@ var XoBellOutlineIcon = forwardRef((props, ref) => {
|
|
|
429
430
|
});
|
|
430
431
|
XoBellOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoBellOutlineIcon";
|
|
431
432
|
//#endregion
|
|
433
|
+
//#region src/icons/XoCalendarDailyOutlineIcon.tsx
|
|
434
|
+
var XoCalendarDailyOutlineIcon = forwardRef((props, ref) => {
|
|
435
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(SvgIcon, {
|
|
436
|
+
ref,
|
|
437
|
+
viewBox: "0 0 24 24",
|
|
438
|
+
fill: "none",
|
|
439
|
+
stroke: "currentColor",
|
|
440
|
+
...props,
|
|
441
|
+
children: [
|
|
442
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
443
|
+
d: "M20 10V19C20 20.1046 19.1046 21 18 21H6C4.89543 21 4 20.1046 4 19V7C4 5.89543 4.89543 5 6 5H18C19.1046 5 20 5.89543 20 7V10ZM20 10H4M15 3V7M9 3V7",
|
|
444
|
+
stroke: "currentColor",
|
|
445
|
+
strokeWidth: "1.5",
|
|
446
|
+
strokeLinecap: "round",
|
|
447
|
+
strokeLinejoin: "round"
|
|
448
|
+
}),
|
|
449
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
450
|
+
d: "M15.3618 17.5409L15.3506 17.6893C15.3271 17.8377 15.2649 17.9807 15.147 18.0943C14.992 18.2436 14.7902 18.2934 14.6014 18.2934C14.4123 18.2934 14.2101 18.2427 14.0569 18.0876C13.9047 17.9334 13.8556 17.7309 13.8555 17.5409V14.5586C13.8246 14.5859 13.7946 14.6151 13.7622 14.643C13.6082 14.775 13.44 14.8443 13.2335 14.8444C13.0403 14.8444 12.8519 14.7808 12.7104 14.643C12.5683 14.5046 12.5 14.3176 12.5 14.1255C12.5 14.0208 12.5162 13.9087 12.572 13.7971C12.6266 13.6879 12.7062 13.6072 12.7857 13.5417L12.7925 13.535C13.16 13.2491 13.4641 12.9994 13.8151 12.6822L13.959 12.5619C14.011 12.5235 14.0676 12.4875 14.13 12.4573C14.2614 12.3937 14.4019 12.3639 14.5598 12.3639C14.7866 12.3639 14.999 12.4401 15.1526 12.6058C15.3026 12.7675 15.3618 12.9768 15.3618 13.1795V17.5409Z",
|
|
451
|
+
fill: "currentColor"
|
|
452
|
+
}),
|
|
453
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
454
|
+
fillRule: "evenodd",
|
|
455
|
+
clipRule: "evenodd",
|
|
456
|
+
d: "M9.96302 12.329C10.5284 12.329 11.0215 12.4838 11.3793 12.7846C11.7423 13.0897 11.9395 13.5236 11.9395 14.0153L11.9238 14.265C11.8914 14.5084 11.8087 14.7331 11.6662 14.9253C11.6191 14.9888 11.5656 15.0458 11.5087 15.0986C11.8843 15.3919 12.1126 15.8211 12.1128 16.3371L12.1015 16.5542C12.0531 17.0491 11.8386 17.4787 11.4907 17.7939C11.0957 18.1517 10.5519 18.3418 9.94164 18.3418C9.39783 18.3417 8.85847 18.2099 8.44885 17.9503L8.28123 17.831L8.27898 17.8288C8.19228 17.7582 8.11696 17.6717 8.06637 17.5633C8.01601 17.4552 8 17.3454 8 17.2427C8.00018 16.8516 8.30709 16.5385 8.71209 16.5385C8.83739 16.5385 8.97105 16.5628 9.10356 16.651L9.11819 16.6611C9.41139 16.878 9.67203 16.9592 9.94164 16.9592C10.1682 16.9592 10.3274 16.8861 10.4276 16.7894C10.5276 16.6928 10.5919 16.5518 10.5919 16.372C10.5918 16.1923 10.533 16.0775 10.4512 16.0041C10.3864 15.9461 10.2846 15.8947 10.1351 15.8725L9.96977 15.8613H9.53441C9.34601 15.8613 9.169 15.79 9.04169 15.6509C8.91745 15.5152 8.86395 15.3404 8.86395 15.1694C8.86398 14.998 8.91792 14.8229 9.04507 14.688C9.1745 14.5506 9.35129 14.4855 9.53441 14.4855H9.92814C10.1516 14.4855 10.271 14.4273 10.332 14.3707C10.389 14.3176 10.4399 14.2241 10.44 14.0501C10.44 13.9476 10.4023 13.8736 10.3399 13.8206C10.2729 13.7638 10.1522 13.7116 9.96302 13.7115C9.77342 13.7115 9.5466 13.8004 9.34542 13.9736L9.3443 13.9714C9.19073 14.1098 9.03407 14.1604 8.8707 14.1604C8.47657 14.1604 8.13848 13.8371 8.13837 13.428C8.13837 13.2592 8.18649 13.0652 8.35998 12.9184L8.51747 12.7947C8.90716 12.5166 9.44181 12.329 9.96302 12.329Z",
|
|
457
|
+
fill: "currentColor"
|
|
458
|
+
})
|
|
459
|
+
]
|
|
460
|
+
});
|
|
461
|
+
});
|
|
462
|
+
XoCalendarDailyOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoCalendarDailyOutlineIcon";
|
|
463
|
+
//#endregion
|
|
432
464
|
//#region src/icons/XoCalendarOutlineIcon.tsx
|
|
433
465
|
var XoCalendarOutlineIcon = forwardRef((props, ref) => {
|
|
434
466
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
@@ -807,6 +839,23 @@ var XoClockOutlineIcon = forwardRef((props, ref) => {
|
|
|
807
839
|
});
|
|
808
840
|
XoClockOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoClockOutlineIcon";
|
|
809
841
|
//#endregion
|
|
842
|
+
//#region src/icons/XoCopyOutlineIcon.tsx
|
|
843
|
+
var XoCopyOutlineIcon = forwardRef((props, ref) => {
|
|
844
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
845
|
+
ref,
|
|
846
|
+
viewBox: "0 0 24 24",
|
|
847
|
+
fill: "none",
|
|
848
|
+
...props,
|
|
849
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
850
|
+
fillRule: "evenodd",
|
|
851
|
+
clipRule: "evenodd",
|
|
852
|
+
d: "M16.1875 3.25C17.1885 3.25 17.75 4.18653 17.75 5V7.25H20.1875C21.1885 7.25 21.75 8.18653 21.75 9V19C21.75 19.8135 21.1885 20.75 20.1875 20.75H8.8125C7.81154 20.75 7.25 19.8135 7.25 19V16.75H4.8125C3.81154 16.75 3.25 15.8135 3.25 15V5C3.25 4.18653 3.81154 3.25 4.8125 3.25H16.1875ZM8.82031 8.76562C8.78859 8.80467 8.75 8.88519 8.75 9V19C8.75 19.1148 8.78859 19.1953 8.82031 19.2344C8.82692 19.2425 8.83318 19.2466 8.83691 19.25H20.1631C20.1668 19.2466 20.1731 19.2425 20.1797 19.2344C20.2114 19.1953 20.25 19.1148 20.25 19V9C20.25 8.88519 20.2114 8.80467 20.1797 8.76562C20.1731 8.75751 20.1668 8.75335 20.1631 8.75H8.83691C8.83318 8.75335 8.82692 8.75751 8.82031 8.76562ZM4.82031 4.76562C4.78859 4.80467 4.75 4.88519 4.75 5V15C4.75 15.1148 4.78859 15.1953 4.82031 15.2344C4.82692 15.2425 4.83318 15.2466 4.83691 15.25H7.25V9C7.25 8.18653 7.81154 7.25 8.8125 7.25H16.25V5C16.25 4.88519 16.2114 4.80467 16.1797 4.76562C16.1731 4.75751 16.1668 4.75335 16.1631 4.75H4.83691C4.83318 4.75335 4.82692 4.75751 4.82031 4.76562Z",
|
|
853
|
+
fill: "currentColor"
|
|
854
|
+
})
|
|
855
|
+
});
|
|
856
|
+
});
|
|
857
|
+
XoCopyOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoCopyOutlineIcon";
|
|
858
|
+
//#endregion
|
|
810
859
|
//#region src/icons/XoCrossOutlineIcon.tsx
|
|
811
860
|
var XoCrossOutlineIcon = forwardRef((props, ref) => {
|
|
812
861
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
@@ -927,6 +976,61 @@ var XoEyeOpenOutlineIcon = forwardRef((props, ref) => {
|
|
|
927
976
|
});
|
|
928
977
|
XoEyeOpenOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoEyeOpenOutlineIcon";
|
|
929
978
|
//#endregion
|
|
979
|
+
//#region src/icons/XoFaxOutlineIcon.tsx
|
|
980
|
+
var XoFaxOutlineIcon = forwardRef((props, ref) => {
|
|
981
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(SvgIcon, {
|
|
982
|
+
ref,
|
|
983
|
+
viewBox: "0 0 24 24",
|
|
984
|
+
fill: "none",
|
|
985
|
+
...props,
|
|
986
|
+
children: [
|
|
987
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
988
|
+
d: "M11.5 16.25C11.9142 16.25 12.25 16.5858 12.25 17C12.25 17.4142 11.9142 17.75 11.5 17.75H10.5C10.0858 17.75 9.75 17.4142 9.75 17C9.75 16.5858 10.0858 16.25 10.5 16.25H11.5Z",
|
|
989
|
+
fill: "currentColor"
|
|
990
|
+
}),
|
|
991
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
992
|
+
d: "M14.5 16.25C14.9142 16.25 15.25 16.5858 15.25 17C15.25 17.4142 14.9142 17.75 14.5 17.75H13.5C13.0858 17.75 12.75 17.4142 12.75 17C12.75 16.5858 13.0858 16.25 13.5 16.25H14.5Z",
|
|
993
|
+
fill: "currentColor"
|
|
994
|
+
}),
|
|
995
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
996
|
+
d: "M17.5 16.25C17.9142 16.25 18.25 16.5858 18.25 17C18.25 17.4142 17.9142 17.75 17.5 17.75H16.5C16.0858 17.75 15.75 17.4142 15.75 17C15.75 16.5858 16.0858 16.25 16.5 16.25H17.5Z",
|
|
997
|
+
fill: "currentColor"
|
|
998
|
+
}),
|
|
999
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1000
|
+
d: "M11.5 14.25C11.9142 14.25 12.25 14.5858 12.25 15C12.25 15.4142 11.9142 15.75 11.5 15.75H10.5C10.0858 15.75 9.75 15.4142 9.75 15C9.75 14.5858 10.0858 14.25 10.5 14.25H11.5Z",
|
|
1001
|
+
fill: "currentColor"
|
|
1002
|
+
}),
|
|
1003
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1004
|
+
d: "M14.5 14.25C14.9142 14.25 15.25 14.5858 15.25 15C15.25 15.4142 14.9142 15.75 14.5 15.75H13.5C13.0858 15.75 12.75 15.4142 12.75 15C12.75 14.5858 13.0858 14.25 13.5 14.25H14.5Z",
|
|
1005
|
+
fill: "currentColor"
|
|
1006
|
+
}),
|
|
1007
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1008
|
+
d: "M17.5 14.25C17.9142 14.25 18.25 14.5858 18.25 15C18.25 15.4142 17.9142 15.75 17.5 15.75H16.5C16.0858 15.75 15.75 15.4142 15.75 15C15.75 14.5858 16.0858 14.25 16.5 14.25H17.5Z",
|
|
1009
|
+
fill: "currentColor"
|
|
1010
|
+
}),
|
|
1011
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1012
|
+
d: "M11.5 12.25C11.9142 12.25 12.25 12.5858 12.25 13C12.25 13.4142 11.9142 13.75 11.5 13.75H10.5C10.0858 13.75 9.75 13.4142 9.75 13C9.75 12.5858 10.0858 12.25 10.5 12.25H11.5Z",
|
|
1013
|
+
fill: "currentColor"
|
|
1014
|
+
}),
|
|
1015
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1016
|
+
d: "M14.5 12.25C14.9142 12.25 15.25 12.5858 15.25 13C15.25 13.4142 14.9142 13.75 14.5 13.75H13.5C13.0858 13.75 12.75 13.4142 12.75 13C12.75 12.5858 13.0858 12.25 13.5 12.25H14.5Z",
|
|
1017
|
+
fill: "currentColor"
|
|
1018
|
+
}),
|
|
1019
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1020
|
+
d: "M17.5 12.25C17.9142 12.25 18.25 12.5858 18.25 13C18.25 13.4142 17.9142 13.75 17.5 13.75H16.5C16.0858 13.75 15.75 13.4142 15.75 13C15.75 12.5858 16.0858 12.25 16.5 12.25H17.5Z",
|
|
1021
|
+
fill: "currentColor"
|
|
1022
|
+
}),
|
|
1023
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1024
|
+
fillRule: "evenodd",
|
|
1025
|
+
clipRule: "evenodd",
|
|
1026
|
+
d: "M18 2.25C18.9665 2.25 19.75 3.0335 19.75 4V8.25H20C20.9665 8.25 21.75 9.0335 21.75 10V20C21.75 20.9665 20.9665 21.75 20 21.75H4C3.0335 21.75 2.25 20.9665 2.25 20V10C2.25 9.0335 3.0335 8.25 4 8.25H8.25V4C8.25 3.0335 9.0335 2.25 10 2.25H18ZM7.75 20.25H20C20.1381 20.25 20.25 20.1381 20.25 20V10C20.25 9.86193 20.1381 9.75 20 9.75H7.75V20.25ZM4 9.75C3.86193 9.75 3.75 9.86193 3.75 10V20C3.75 20.1381 3.86193 20.25 4 20.25H6.25V9.75H4ZM10 3.75C9.86193 3.75 9.75 3.86193 9.75 4V8.25H18.25V4C18.25 3.86193 18.1381 3.75 18 3.75H10Z",
|
|
1027
|
+
fill: "currentColor"
|
|
1028
|
+
})
|
|
1029
|
+
]
|
|
1030
|
+
});
|
|
1031
|
+
});
|
|
1032
|
+
XoFaxOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoFaxOutlineIcon";
|
|
1033
|
+
//#endregion
|
|
930
1034
|
//#region src/icons/XoFiltersOutlineIcon.tsx
|
|
931
1035
|
var XoFiltersOutlineIcon = forwardRef((props, ref) => {
|
|
932
1036
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
@@ -987,6 +1091,36 @@ var XoGridOutlineIcon = forwardRef((props, ref) => {
|
|
|
987
1091
|
});
|
|
988
1092
|
XoGridOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoGridOutlineIcon";
|
|
989
1093
|
//#endregion
|
|
1094
|
+
//#region src/icons/XoHeartFillIcon.tsx
|
|
1095
|
+
var XoHeartFillIcon = forwardRef((props, ref) => {
|
|
1096
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
1097
|
+
ref,
|
|
1098
|
+
viewBox: "0 0 24 24",
|
|
1099
|
+
fill: "none",
|
|
1100
|
+
...props,
|
|
1101
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1102
|
+
d: "M16.4541 4C19.4042 4 21.7499 6.47218 21.75 9.46387C21.75 10.9044 21.198 12.2917 20.208 13.3184L12.54 21.2705C12.3987 21.4171 12.2036 21.5 12 21.5C11.7964 21.5 11.6013 21.4171 11.46 21.2705L3.79199 13.3184C2.80203 12.2917 2.25 10.9044 2.25 9.46387C2.25009 6.47218 4.59575 4 7.5459 4C8.95931 4.00006 10.309 4.58285 11.2998 5.61035L12 6.33594L12.7002 5.61035C13.691 4.58285 15.0407 4.00006 16.4541 4Z",
|
|
1103
|
+
fill: "currentColor"
|
|
1104
|
+
})
|
|
1105
|
+
});
|
|
1106
|
+
});
|
|
1107
|
+
XoHeartFillIcon.displayName = "@xmart/xorder-ui-icons/XoHeartFillIcon";
|
|
1108
|
+
//#endregion
|
|
1109
|
+
//#region src/icons/XoHeartOutlineIcon.tsx
|
|
1110
|
+
var XoHeartOutlineIcon = forwardRef((props, ref) => {
|
|
1111
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
1112
|
+
ref,
|
|
1113
|
+
viewBox: "0 0 24 24",
|
|
1114
|
+
fill: "none",
|
|
1115
|
+
...props,
|
|
1116
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1117
|
+
d: "M20.25 9.46387C20.2499 7.24873 18.5249 5.5 16.4541 5.5C15.4565 5.50006 14.4943 5.91096 13.7803 6.65137L12.54 7.9375C12.3987 8.08406 12.2036 8.16699 12 8.16699C11.7964 8.16699 11.6013 8.08406 11.46 7.9375L10.2197 6.65137C9.50569 5.91096 8.54345 5.50006 7.5459 5.5C5.47513 5.5 3.75009 7.24873 3.75 9.46387C3.75 10.5237 4.15628 11.5349 4.87109 12.2764L12 19.6689L19.1289 12.2764C19.8437 11.5349 20.25 10.5237 20.25 9.46387ZM21.75 9.46387C21.75 10.9044 21.198 12.2917 20.208 13.3184L12.54 21.2705C12.3987 21.4171 12.2036 21.5 12 21.5C11.7964 21.5 11.6013 21.4171 11.46 21.2705L3.79199 13.3184C2.80203 12.2917 2.25 10.9044 2.25 9.46387C2.25009 6.47218 4.59575 4 7.5459 4C8.95931 4.00006 10.309 4.58285 11.2998 5.61035L12 6.33594L12.7002 5.61035C13.691 4.58285 15.0407 4.00006 16.4541 4C19.4042 4 21.7499 6.47218 21.75 9.46387Z",
|
|
1118
|
+
fill: "currentColor"
|
|
1119
|
+
})
|
|
1120
|
+
});
|
|
1121
|
+
});
|
|
1122
|
+
XoHeartOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoHeartOutlineIcon";
|
|
1123
|
+
//#endregion
|
|
990
1124
|
//#region src/icons/XoHomeFillIcon.tsx
|
|
991
1125
|
var XoHomeFillIcon = forwardRef((props, ref) => {
|
|
992
1126
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
@@ -1133,6 +1267,21 @@ var XoInfoCircleOutlineIcon = forwardRef((props, ref) => {
|
|
|
1133
1267
|
});
|
|
1134
1268
|
XoInfoCircleOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoInfoCircleOutlineIcon";
|
|
1135
1269
|
//#endregion
|
|
1270
|
+
//#region src/icons/XoKeyboardOutlineIcon.tsx
|
|
1271
|
+
var XoKeyboardOutlineIcon = forwardRef((props, ref) => {
|
|
1272
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
1273
|
+
ref,
|
|
1274
|
+
viewBox: "0 0 24 24",
|
|
1275
|
+
fill: "none",
|
|
1276
|
+
...props,
|
|
1277
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1278
|
+
d: "M20.25 6.66699C20.25 6.07741 20.0699 5.57217 19.8145 5.23145C19.5591 4.89094 19.2633 4.75 19 4.75H5C4.73671 4.75 4.44092 4.89094 4.18555 5.23145C3.93014 5.57217 3.75 6.07741 3.75 6.66699V17.333C3.75 17.9226 3.93014 18.4278 4.18555 18.7686C4.44092 19.1091 4.73671 19.25 5 19.25H19C19.2633 19.25 19.5591 19.1091 19.8145 18.7686C20.0699 18.4278 20.25 17.9226 20.25 17.333V6.66699ZM17.5 15.25C17.9142 15.25 18.25 15.5858 18.25 16C18.25 16.4142 17.9142 16.75 17.5 16.75H6.5C6.08579 16.75 5.75 16.4142 5.75 16C5.75 15.5858 6.08579 15.25 6.5 15.25H17.5ZM8.5 11.25C8.91421 11.25 9.25 11.5858 9.25 12C9.25 12.4142 8.91421 12.75 8.5 12.75H6.5C6.08579 12.75 5.75 12.4142 5.75 12C5.75 11.5858 6.08579 11.25 6.5 11.25H8.5ZM13 11.25C13.4142 11.25 13.75 11.5858 13.75 12C13.75 12.4142 13.4142 12.75 13 12.75H11C10.5858 12.75 10.25 12.4142 10.25 12C10.25 11.5858 10.5858 11.25 11 11.25H13ZM17.5 11.25C17.9142 11.25 18.25 11.5858 18.25 12C18.25 12.4142 17.9142 12.75 17.5 12.75H15.5C15.0858 12.75 14.75 12.4142 14.75 12C14.75 11.5858 15.0858 11.25 15.5 11.25H17.5ZM8.5 7.25C8.91421 7.25 9.25 7.58579 9.25 8C9.25 8.41421 8.91421 8.75 8.5 8.75H6.5C6.08579 8.75 5.75 8.41421 5.75 8C5.75 7.58579 6.08579 7.25 6.5 7.25H8.5ZM13 7.25C13.4142 7.25 13.75 7.58579 13.75 8C13.75 8.41421 13.4142 8.75 13 8.75H11C10.5858 8.75 10.25 8.41421 10.25 8C10.25 7.58579 10.5858 7.25 11 7.25H13ZM17.5 7.25C17.9142 7.25 18.25 7.58579 18.25 8C18.25 8.41421 17.9142 8.75 17.5 8.75H15.5C15.0858 8.75 14.75 8.41421 14.75 8C14.75 7.58579 15.0858 7.25 15.5 7.25H17.5ZM21.75 17.333C21.75 18.2159 21.4829 19.0446 21.0146 19.6689C20.5462 20.2936 19.8413 20.75 19 20.75H5C4.15872 20.75 3.45383 20.2936 2.98535 19.6689C2.51714 19.0446 2.25 18.2159 2.25 17.333V6.66699C2.25 5.78413 2.51714 4.95544 2.98535 4.33105C3.45383 3.70641 4.15872 3.25 5 3.25H19C19.8413 3.25 20.5462 3.70641 21.0146 4.33105C21.4829 4.95544 21.75 5.78413 21.75 6.66699V17.333Z",
|
|
1279
|
+
fill: "currentColor"
|
|
1280
|
+
})
|
|
1281
|
+
});
|
|
1282
|
+
});
|
|
1283
|
+
XoKeyboardOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoKeyboardOutlineIcon";
|
|
1284
|
+
//#endregion
|
|
1136
1285
|
//#region src/icons/XoLaptopOutlineIcon.tsx
|
|
1137
1286
|
var XoLaptopOutlineIcon = forwardRef((props, ref) => {
|
|
1138
1287
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
@@ -2069,8 +2218,8 @@ var XoSwipe_upFillIcon = forwardRef((props, ref) => {
|
|
|
2069
2218
|
});
|
|
2070
2219
|
XoSwipe_upFillIcon.displayName = "@xmart/xorder-ui-icons/XoSwipe_upFillIcon";
|
|
2071
2220
|
//#endregion
|
|
2072
|
-
//#region src/icons/
|
|
2073
|
-
var
|
|
2221
|
+
//#region src/icons/XoTranslateOutlineIcon.tsx
|
|
2222
|
+
var XoTranslateOutlineIcon = forwardRef((props, ref) => {
|
|
2074
2223
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(SvgIcon, {
|
|
2075
2224
|
ref,
|
|
2076
2225
|
viewBox: "0 0 24 24",
|
|
@@ -2092,7 +2241,7 @@ var XoTranslateFillIcon = forwardRef((props, ref) => {
|
|
|
2092
2241
|
]
|
|
2093
2242
|
});
|
|
2094
2243
|
});
|
|
2095
|
-
|
|
2244
|
+
XoTranslateOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoTranslateOutlineIcon";
|
|
2096
2245
|
//#endregion
|
|
2097
2246
|
//#region src/icons/XoTrashOutlineIcon.tsx
|
|
2098
2247
|
var XoTrashOutlineIcon = forwardRef((props, ref) => {
|
|
@@ -2250,6 +2399,6 @@ var XoZoomOutOutlineIcon = forwardRef((props, ref) => {
|
|
|
2250
2399
|
});
|
|
2251
2400
|
XoZoomOutOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoZoomOutOutlineIcon";
|
|
2252
2401
|
//#endregion
|
|
2253
|
-
export { SvgIcon, XoAlarmOutlineIcon, XoArrowLeftOutlineIcon, XoAtEmailOutlineIcon, XoAttachmentOutlineIcon, XoBellFillIcon, XoBellOutlineIcon, XoCalendarOutlineIcon, XoCartOutlineIcon, XoCatalogFillIcon, XoCatalogOutlineIcon, XoCheckCircleFillIcon, XoCheckCircleOutlineIcon, XoCheckOutlineIcon, XoCheckSOutlineIcon, XoChevronCircleDownOutlineIcon, XoChevronCircleLeftOutlineIcon, XoChevronCircleRightOutlineIcon, XoChevronCircleUpOutlineIcon, XoChevronDownOutlineIcon, XoChevronLeftOutlineIcon, XoChevronRightOutlineIcon, XoChevronUpOutlineIcon, XoChevronWDownOutlineIcon, XoClockFillIcon, XoClockOutlineIcon, XoCrossOutlineIcon, XoCrossSOutlineIcon, XoDownloadOutlineIcon, XoEditOutlineIcon, XoEyeClosedOutlineIcon, XoEyeOpenOutlineIcon, XoFiltersOutlineIcon, XoGridOutlineIcon, XoHomeFillIcon, XoHomeOutlineIcon, XoImageAddOutlineIcon, XoImageEditOutlineIcon, XoImageOutlineIcon, XoInboxOutlineIcon, XoInfoCircleFillIcon, XoInfoCircleOutlineIcon, XoLaptopOutlineIcon, XoLikeFillIcon, XoLikeOutlineIcon, XoListRightOutlineIcon, XoLockOffOutlineIcon, XoLockOnOutlineIcon, XoMailOutlineIcon, XoMenuOutlineIcon, XoMenuVerticalFillIcon, XoMessageCircleDotsOutlineIcon, XoMinusCircleFillIcon, XoMinusCircleOutlineIcon, XoMinusOutlineIcon, XoMinusSOutlineIcon, XoNewscreenOutlineIcon, XoPauseFillIcon, XoPhoneOutlineIcon, XoPlayFillIcon, XoPlusCircleFillIcon, XoPlusCircleOutlineIcon, XoPlusOutlineIcon, XoPlusSOutlineIcon, XoPrintOutlineIcon, XoQuestionCircleFillIcon, XoQuestionCircleOutlineIcon, XoRotateRightOutlineIcon, XoRouteOutlineIcon, XoScreenOutlineIcon, XoSearchFillIcon, XoSearchOutlineIcon, XoSendFillIcon, XoSendOutlineIcon, XoSettingsOutlineIcon, XoShareOutlineIcon, XoSmartphoneOutlineIcon, XoSortDownFillIcon, XoSortFillIcon, XoSortOrderOutlineIcon, XoSortUnselectedFillIcon, XoSortUpFillIcon, XoSpeakerOffFillIcon, XoSpeakerOnFillIcon, XoStarFillIcon, XoStarOutlineIcon, XoSwipeDownFillIcon, XoSwipeOutlineIcon, XoSwipe_upFillIcon,
|
|
2402
|
+
export { SvgIcon, XoAlarmOutlineIcon, XoArrowLeftOutlineIcon, XoAtEmailOutlineIcon, XoAttachmentOutlineIcon, XoBellFillIcon, XoBellOutlineIcon, XoCalendarDailyOutlineIcon, XoCalendarOutlineIcon, XoCartOutlineIcon, XoCatalogFillIcon, XoCatalogOutlineIcon, XoCheckCircleFillIcon, XoCheckCircleOutlineIcon, XoCheckOutlineIcon, XoCheckSOutlineIcon, XoChevronCircleDownOutlineIcon, XoChevronCircleLeftOutlineIcon, XoChevronCircleRightOutlineIcon, XoChevronCircleUpOutlineIcon, XoChevronDownOutlineIcon, XoChevronLeftOutlineIcon, XoChevronRightOutlineIcon, XoChevronUpOutlineIcon, XoChevronWDownOutlineIcon, XoClockFillIcon, XoClockOutlineIcon, XoCopyOutlineIcon, XoCrossOutlineIcon, XoCrossSOutlineIcon, XoDownloadOutlineIcon, XoEditOutlineIcon, XoEyeClosedOutlineIcon, XoEyeOpenOutlineIcon, XoFaxOutlineIcon, XoFiltersOutlineIcon, XoGridOutlineIcon, XoHeartFillIcon, XoHeartOutlineIcon, XoHomeFillIcon, XoHomeOutlineIcon, XoImageAddOutlineIcon, XoImageEditOutlineIcon, XoImageOutlineIcon, XoInboxOutlineIcon, XoInfoCircleFillIcon, XoInfoCircleOutlineIcon, XoKeyboardOutlineIcon, XoLaptopOutlineIcon, XoLikeFillIcon, XoLikeOutlineIcon, XoListRightOutlineIcon, XoLockOffOutlineIcon, XoLockOnOutlineIcon, XoMailOutlineIcon, XoMenuOutlineIcon, XoMenuVerticalFillIcon, XoMessageCircleDotsOutlineIcon, XoMinusCircleFillIcon, XoMinusCircleOutlineIcon, XoMinusOutlineIcon, XoMinusSOutlineIcon, XoNewscreenOutlineIcon, XoPauseFillIcon, XoPhoneOutlineIcon, XoPlayFillIcon, XoPlusCircleFillIcon, XoPlusCircleOutlineIcon, XoPlusOutlineIcon, XoPlusSOutlineIcon, XoPrintOutlineIcon, XoQuestionCircleFillIcon, XoQuestionCircleOutlineIcon, XoRotateRightOutlineIcon, XoRouteOutlineIcon, XoScreenOutlineIcon, XoSearchFillIcon, XoSearchOutlineIcon, XoSendFillIcon, XoSendOutlineIcon, XoSettingsOutlineIcon, XoShareOutlineIcon, XoSmartphoneOutlineIcon, XoSortDownFillIcon, XoSortFillIcon, XoSortOrderOutlineIcon, XoSortUnselectedFillIcon, XoSortUpFillIcon, XoSpeakerOffFillIcon, XoSpeakerOnFillIcon, XoStarFillIcon, XoStarOutlineIcon, XoSwipeDownFillIcon, XoSwipeOutlineIcon, XoSwipe_upFillIcon, XoTranslateOutlineIcon, XoTrashOutlineIcon, XoTrendingUpOutlineIcon, XoUserOutlineIcon, XoWalletOutlineIcon, XoWarningCircleFillIcon, XoWarningCircleOutlineIcon, XoZoomInOutlineIcon, XoZoomOutOutlineIcon };
|
|
2254
2403
|
|
|
2255
2404
|
//# sourceMappingURL=index.esm.js.map
|