@iguanads/icons 1.9.0 → 1.9.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.
- package/dist/filled/index.d.mts +3 -1
- package/dist/filled/index.d.ts +3 -1
- package/dist/filled/index.js +35 -28
- package/dist/filled/index.mjs +28 -22
- package/dist/one-color/index.d.mts +2 -2
- package/dist/one-color/index.d.ts +2 -2
- package/dist/one-color/index.js +9 -9
- package/dist/one-color/index.mjs +9 -9
- package/dist/two-colors/index.d.mts +4 -4
- package/dist/two-colors/index.d.ts +4 -4
- package/dist/two-colors/index.js +104 -104
- package/dist/two-colors/index.mjs +104 -104
- package/package.json +1 -1
package/dist/filled/index.d.mts
CHANGED
|
@@ -9,6 +9,8 @@ declare const SvgConfigurations: (props: SVGProps<SVGSVGElement>) => react_jsx_r
|
|
|
9
9
|
|
|
10
10
|
declare const SvgError: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
11
11
|
|
|
12
|
+
declare const SvgInfo: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
13
|
+
|
|
12
14
|
declare const SvgMenu: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
13
15
|
|
|
14
16
|
declare const SvgNotifications: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
@@ -21,4 +23,4 @@ declare const SvgSearch: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.J
|
|
|
21
23
|
|
|
22
24
|
declare const SvgTrash: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
23
25
|
|
|
24
|
-
export { SvgAccount as Account, SvgAdmSettings as AdmSettings, SvgConfigurations as Configurations, SvgError as Error, SvgMenu as Menu, SvgNotifications as Notifications, SvgOrderHistory as OrderHistory, SvgPinOrder as PinOrder, SvgSearch as Search, SvgTrash as Trash };
|
|
26
|
+
export { SvgAccount as Account, SvgAdmSettings as AdmSettings, SvgConfigurations as Configurations, SvgError as Error, SvgInfo as Info, SvgMenu as Menu, SvgNotifications as Notifications, SvgOrderHistory as OrderHistory, SvgPinOrder as PinOrder, SvgSearch as Search, SvgTrash as Trash };
|
package/dist/filled/index.d.ts
CHANGED
|
@@ -9,6 +9,8 @@ declare const SvgConfigurations: (props: SVGProps<SVGSVGElement>) => react_jsx_r
|
|
|
9
9
|
|
|
10
10
|
declare const SvgError: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
11
11
|
|
|
12
|
+
declare const SvgInfo: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
13
|
+
|
|
12
14
|
declare const SvgMenu: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
13
15
|
|
|
14
16
|
declare const SvgNotifications: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
@@ -21,4 +23,4 @@ declare const SvgSearch: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.J
|
|
|
21
23
|
|
|
22
24
|
declare const SvgTrash: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
23
25
|
|
|
24
|
-
export { SvgAccount as Account, SvgAdmSettings as AdmSettings, SvgConfigurations as Configurations, SvgError as Error, SvgMenu as Menu, SvgNotifications as Notifications, SvgOrderHistory as OrderHistory, SvgPinOrder as PinOrder, SvgSearch as Search, SvgTrash as Trash };
|
|
26
|
+
export { SvgAccount as Account, SvgAdmSettings as AdmSettings, SvgConfigurations as Configurations, SvgError as Error, SvgInfo as Info, SvgMenu as Menu, SvgNotifications as Notifications, SvgOrderHistory as OrderHistory, SvgPinOrder as PinOrder, SvgSearch as Search, SvgTrash as Trash };
|
package/dist/filled/index.js
CHANGED
|
@@ -24,6 +24,7 @@ __export(filled_exports, {
|
|
|
24
24
|
AdmSettings: () => AdmSettings_default,
|
|
25
25
|
Configurations: () => Configurations_default,
|
|
26
26
|
Error: () => Error_default,
|
|
27
|
+
Info: () => Info_default,
|
|
27
28
|
Menu: () => Menu_default,
|
|
28
29
|
Notifications: () => Notifications_default,
|
|
29
30
|
OrderHistory: () => OrderHistory_default,
|
|
@@ -60,56 +61,61 @@ var import_jsx_runtime4 = require("react/jsx-runtime");
|
|
|
60
61
|
var SvgError = (props) => /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { fill: "#FF4C4C", fillRule: "evenodd", d: "M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10m-.033-6.667q-.426 0-.613.131-.187.132-.187.494v.238q0 .35.175.487.174.138.612.138.4 0 .594-.132.194-.131.194-.493v-.238q0-.35-.175-.487-.176-.138-.6-.138M11.954 7a.72.72 0 0 0-.537.219.75.75 0 0 0-.213.543v5.163q0 .325.213.544.211.219.537.218a.72.72 0 0 0 .538-.218.75.75 0 0 0 .212-.544V7.762a.75.75 0 0 0-.212-.543.72.72 0 0 0-.538-.22", clipRule: "evenodd" }) });
|
|
61
62
|
var Error_default = SvgError;
|
|
62
63
|
|
|
63
|
-
// src/filled/
|
|
64
|
+
// src/filled/Info.tsx
|
|
64
65
|
var import_jsx_runtime5 = require("react/jsx-runtime");
|
|
65
|
-
var
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
66
|
+
var SvgInfo = (props) => /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { fill: "#FF4C4C", d: "M9.999 0c5.523 0 10 4.477 10 10s-4.477 9.999-10 9.999-10-4.476-10-9.999 4.477-10 10-10m-.21 8.134a.72.72 0 0 0-.539.219.75.75 0 0 0-.212.543v5.163q0 .324.212.543a.72.72 0 0 0 .538.218.72.72 0 0 0 .537-.218.75.75 0 0 0 .213-.543V8.896a.75.75 0 0 0-.213-.543.72.72 0 0 0-.537-.22M9.786 5q-.4 0-.594.132-.192.131-.193.493v.237q0 .351.175.489.175.136.6.136.426 0 .613-.13.187-.132.187-.495v-.237q0-.35-.175-.487Q10.226 5 9.787 5" }) });
|
|
67
|
+
var Info_default = SvgInfo;
|
|
68
|
+
|
|
69
|
+
// src/filled/Menu.tsx
|
|
70
|
+
var import_jsx_runtime6 = require("react/jsx-runtime");
|
|
71
|
+
var SvgMenu = (props) => /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: [
|
|
72
|
+
/* @__PURE__ */ (0, import_jsx_runtime6.jsx)("path", { fill: "#FF4C4C", d: "M16.5 17.4a.9.9 0 0 0-.9-.9H3.9a.9.9 0 1 0 0 1.8h11.7a.9.9 0 0 0 .9-.9" }),
|
|
73
|
+
/* @__PURE__ */ (0, import_jsx_runtime6.jsx)("path", { fill: props.color || "currentColor", d: "M3.9 19.65c0 .745.605 1.35 1.35 1.35h9a1.35 1.35 0 0 0 1.35-1.35v-.45H3.9z" }),
|
|
74
|
+
/* @__PURE__ */ (0, import_jsx_runtime6.jsx)("path", { fill: props.color || "currentColor", d: "M20.879 6.742a.45.45 0 0 0-.329-.142h-3.924l.675-2.7h2.349a.45.45 0 0 0 0-.9h-2.7a.45.45 0 0 0-.437.341L15.698 6.6H11.55a.45.45 0 0 0-.45.48l.196 3.16a5.895 5.895 0 0 1 5.178 5.278l.03.335a1.784 1.784 0 0 1-.004 3.097v.7a2.23 2.23 0 0 1-.461 1.35h3.611a.45.45 0 0 0 .45-.42l.9-13.5a.45.45 0 0 0-.121-.338" }),
|
|
75
|
+
/* @__PURE__ */ (0, import_jsx_runtime6.jsx)("path", { fill: props.color || "currentColor", d: "M10.65 11.1h-1.8a4.956 4.956 0 0 0-4.927 4.5h11.654a4.956 4.956 0 0 0-4.927-4.5" })
|
|
70
76
|
] });
|
|
71
77
|
var Menu_default = SvgMenu;
|
|
72
78
|
|
|
73
79
|
// src/filled/Notifications.tsx
|
|
74
|
-
var
|
|
75
|
-
var SvgNotifications = (props) => /* @__PURE__ */ (0,
|
|
76
|
-
/* @__PURE__ */ (0,
|
|
77
|
-
/* @__PURE__ */ (0,
|
|
80
|
+
var import_jsx_runtime7 = require("react/jsx-runtime");
|
|
81
|
+
var SvgNotifications = (props) => /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: [
|
|
82
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M12 21c1.478 0 2.685-1.01 2.765-2.48h3.386c1.02 0 1.849-.834 1.849-1.862a1.857 1.857 0 0 0-1.846-1.863V11.07a6.21 6.21 0 0 0-4-5.817v-.082C14.154 3.971 13.189 3 12 3a2.164 2.164 0 0 0-2.154 2.171v.082a6.21 6.21 0 0 0-4 5.817v3.725C4.828 14.795 4 15.63 4 16.658s.828 1.862 1.85 1.862h3.385C9.315 19.99 10.522 21 12 21m-1.595-2.48h3.109a1.567 1.567 0 0 1-1.555 1.419c-.81 0-1.475-.622-1.554-1.418", clipRule: "evenodd" }),
|
|
83
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)("mask", { id: "Notifications_svg__a", width: 16, height: 18, x: 4, y: 3, maskUnits: "userSpaceOnUse", style: {
|
|
78
84
|
maskType: "luminance"
|
|
79
|
-
}, children: /* @__PURE__ */ (0,
|
|
80
|
-
/* @__PURE__ */ (0,
|
|
85
|
+
}, children: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("path", { fill: "#fff", fillRule: "evenodd", d: "M12 21c1.478 0 2.685-1.01 2.765-2.48h3.386c1.02 0 1.849-.834 1.849-1.862a1.857 1.857 0 0 0-1.846-1.863V11.07a6.21 6.21 0 0 0-4-5.817v-.082C14.154 3.971 13.189 3 12 3a2.164 2.164 0 0 0-2.154 2.171v.082a6.21 6.21 0 0 0-4 5.817v3.725C4.828 14.795 4 15.63 4 16.658s.828 1.862 1.85 1.862h3.385C9.315 19.99 10.522 21 12 21m-1.595-2.48h3.109a1.567 1.567 0 0 1-1.555 1.419c-.81 0-1.475-.622-1.554-1.418", clipRule: "evenodd" }) }),
|
|
86
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)("g", { mask: "url(#Notifications_svg__a)", children: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("path", { fill: "#FF4C4C", d: "M7.086 18.521h9.746v4.042H7.086z" }) })
|
|
81
87
|
] });
|
|
82
88
|
var Notifications_default = SvgNotifications;
|
|
83
89
|
|
|
84
90
|
// src/filled/OrderHistory.tsx
|
|
85
|
-
var
|
|
86
|
-
var SvgOrderHistory = (props) => /* @__PURE__ */ (0,
|
|
87
|
-
/* @__PURE__ */ (0,
|
|
88
|
-
/* @__PURE__ */ (0,
|
|
91
|
+
var import_jsx_runtime8 = require("react/jsx-runtime");
|
|
92
|
+
var SvgOrderHistory = (props) => /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: [
|
|
93
|
+
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M19.005 9.35V5.616c0-.892-.711-1.614-1.588-1.615h-9.92c-.843 0-1.532.69-1.532 1.537l-.057 9.76H4.381a.39.39 0 0 0-.381.388v1.677c.002 1.088.846 1.983 1.916 2.032v.004h8.561v-.004q.057.005.114.004c1.106-.001 2.002-.912 2.004-2.036V9.734h2.03c.1.002.198-.038.27-.11a.38.38 0 0 0 .11-.273m-4.802 2.824H8.13a.384.384 0 0 0-.381.387c0 .213.17.387.38.387h6.079a.384.384 0 0 0 .379-.39.384.384 0 0 0-.383-.384M8.13 13.757h3.675c.21 0 .38.173.38.387s-.17.387-.38.387H8.129a.384.384 0 0 1-.381-.387c0-.214.17-.387.38-.387", clipRule: "evenodd" }),
|
|
94
|
+
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)("path", { fill: "#FF4C4C", fillRule: "evenodd", d: "M18.13 19.205v-6.71a1.5 1.5 0 0 1 1.485-1.51 1.5 1.5 0 0 1 1.485 1.51V19.2l-.002.024-.002.018v.008a.1.1 0 0 1-.004.035c-.004.004-.004.004-.004.008a.1.1 0 0 1-.007.03l-.004.008-.012.031-1.085 2.413a.38.38 0 0 1-.343.224h-.003a.38.38 0 0 1-.343-.22l-1.124-2.413a.004.004 0 0 1-.004-.004l-.006-.014-.005-.013-.002-.006-.002-.005-.007-.027a.01.01 0 0 1-.004-.012l-.002-.016-.002-.015v-.008a.2.2 0 0 1-.004-.043m.986.383.514 1.107.499-1.107z", clipRule: "evenodd" })
|
|
89
95
|
] });
|
|
90
96
|
var OrderHistory_default = SvgOrderHistory;
|
|
91
97
|
|
|
92
98
|
// src/filled/PinOrder.tsx
|
|
93
|
-
var
|
|
94
|
-
var SvgPinOrder = (props) => /* @__PURE__ */ (0,
|
|
95
|
-
/* @__PURE__ */ (0,
|
|
96
|
-
/* @__PURE__ */ (0,
|
|
99
|
+
var import_jsx_runtime9 = require("react/jsx-runtime");
|
|
100
|
+
var SvgPinOrder = (props) => /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: [
|
|
101
|
+
/* @__PURE__ */ (0, import_jsx_runtime9.jsx)("path", { fill: "#FF4C4C", fillRule: "evenodd", d: "M18.148 14.128A7.8 7.8 0 0 0 19.5 9.71C19.5 5.452 16.142 2 12 2S4.5 5.452 4.5 9.71c0 1.332.329 2.586.908 3.68l.076.175 3.891 6.907c1.15 2.04 4.09 2.035 5.233-.01z", clipRule: "evenodd" }),
|
|
102
|
+
/* @__PURE__ */ (0, import_jsx_runtime9.jsx)("ellipse", { cx: 12.07, cy: 9.783, fill: "#C60C0C", rx: 5.299, ry: 5.448 })
|
|
97
103
|
] });
|
|
98
104
|
var PinOrder_default = SvgPinOrder;
|
|
99
105
|
|
|
100
106
|
// src/filled/Search.tsx
|
|
101
|
-
var
|
|
102
|
-
var SvgSearch = (props) => /* @__PURE__ */ (0,
|
|
103
|
-
/* @__PURE__ */ (0,
|
|
104
|
-
/* @__PURE__ */ (0,
|
|
107
|
+
var import_jsx_runtime10 = require("react/jsx-runtime");
|
|
108
|
+
var SvgSearch = (props) => /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: [
|
|
109
|
+
/* @__PURE__ */ (0, import_jsx_runtime10.jsx)("path", { fill: "#FF4C4C", d: "M7 8.65c0 .361.34.65.76.65h4.58c.415 0 .76-.291.76-.65 0-.361-.34-.65-.76-.65H7.76c-.415 0-.76.291-.76.65m0 2.6c0 .361.34.65.76.65h4.58c.415 0 .76-.291.76-.65 0-.361-.34-.65-.76-.65H7.76c-.415 0-.76.291-.76.65" }),
|
|
110
|
+
/* @__PURE__ */ (0, import_jsx_runtime10.jsx)("path", { fill: props.color || "currentColor", d: "m20.89 18.45-3.84-3.84-.18-.12a.66.66 0 0 0-.73.13l-.32.32-.35-.35a7.1 7.1 0 0 0 1.65-4.53c0-3.89-3.17-7.06-7.06-7.06S3 6.17 3 10.06s3.17 7.06 7.06 7.06l.53-.02c1.47-.11 2.84-.67 3.98-1.61l.36.35-.32.33-.06.07a.66.66 0 0 0 .07.84l3.83 3.83.11.1c.31.26.71.4 1.11.4a1.75 1.75 0 0 0 1.61-1.07c.27-.65.12-1.39-.38-1.89zm-5.04-8.38c0 3.2-2.6 5.79-5.79 5.79a5.8 5.8 0 0 1-5.79-5.79 5.8 5.8 0 0 1 5.79-5.79 5.8 5.8 0 0 1 5.79 5.79" })
|
|
105
111
|
] });
|
|
106
112
|
var Search_default = SvgSearch;
|
|
107
113
|
|
|
108
114
|
// src/filled/Trash.tsx
|
|
109
|
-
var
|
|
110
|
-
var SvgTrash = (props) => /* @__PURE__ */ (0,
|
|
111
|
-
/* @__PURE__ */ (0,
|
|
112
|
-
/* @__PURE__ */ (0,
|
|
115
|
+
var import_jsx_runtime11 = require("react/jsx-runtime");
|
|
116
|
+
var SvgTrash = (props) => /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: [
|
|
117
|
+
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)("path", { fill: "#FF4C4C", fillRule: "evenodd", d: "M13.4 3a3 3 0 0 1 3 3H19a1 1 0 1 1 0 2H6a1 1 0 1 1 0-2h2.8a3 3 0 0 1 3-3zm-2.6 3a1 1 0 0 1 1-1h1.6a1 1 0 0 1 1 1z", clipRule: "evenodd" }),
|
|
118
|
+
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M19.2 9.2H6l1 10.4A1.4 1.4 0 0 0 8.4 21h8.4a1.4 1.4 0 0 0 1.4-1.4zm-8.1 3.3a.7.7 0 1 0-1.4 0v5.2a.7.7 0 1 0 1.4 0zm3.7-.7a.7.7 0 0 1 .7.7v5.2a.7.7 0 1 1-1.4 0v-5.2a.7.7 0 0 1 .7-.7", clipRule: "evenodd" })
|
|
113
119
|
] });
|
|
114
120
|
var Trash_default = SvgTrash;
|
|
115
121
|
// Annotate the CommonJS export names for ESM import in node:
|
|
@@ -118,6 +124,7 @@ var Trash_default = SvgTrash;
|
|
|
118
124
|
AdmSettings,
|
|
119
125
|
Configurations,
|
|
120
126
|
Error,
|
|
127
|
+
Info,
|
|
121
128
|
Menu,
|
|
122
129
|
Notifications,
|
|
123
130
|
OrderHistory,
|
package/dist/filled/index.mjs
CHANGED
|
@@ -25,56 +25,61 @@ import { jsx as jsx4 } from "react/jsx-runtime";
|
|
|
25
25
|
var SvgError = (props) => /* @__PURE__ */ jsx4("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: /* @__PURE__ */ jsx4("path", { fill: "#FF4C4C", fillRule: "evenodd", d: "M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10m-.033-6.667q-.426 0-.613.131-.187.132-.187.494v.238q0 .35.175.487.174.138.612.138.4 0 .594-.132.194-.131.194-.493v-.238q0-.35-.175-.487-.176-.138-.6-.138M11.954 7a.72.72 0 0 0-.537.219.75.75 0 0 0-.213.543v5.163q0 .325.213.544.211.219.537.218a.72.72 0 0 0 .538-.218.75.75 0 0 0 .212-.544V7.762a.75.75 0 0 0-.212-.543.72.72 0 0 0-.538-.22", clipRule: "evenodd" }) });
|
|
26
26
|
var Error_default = SvgError;
|
|
27
27
|
|
|
28
|
+
// src/filled/Info.tsx
|
|
29
|
+
import { jsx as jsx5 } from "react/jsx-runtime";
|
|
30
|
+
var SvgInfo = (props) => /* @__PURE__ */ jsx5("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: /* @__PURE__ */ jsx5("path", { fill: "#FF4C4C", d: "M9.999 0c5.523 0 10 4.477 10 10s-4.477 9.999-10 9.999-10-4.476-10-9.999 4.477-10 10-10m-.21 8.134a.72.72 0 0 0-.539.219.75.75 0 0 0-.212.543v5.163q0 .324.212.543a.72.72 0 0 0 .538.218.72.72 0 0 0 .537-.218.75.75 0 0 0 .213-.543V8.896a.75.75 0 0 0-.213-.543.72.72 0 0 0-.537-.22M9.786 5q-.4 0-.594.132-.192.131-.193.493v.237q0 .351.175.489.175.136.6.136.426 0 .613-.13.187-.132.187-.495v-.237q0-.35-.175-.487Q10.226 5 9.787 5" }) });
|
|
31
|
+
var Info_default = SvgInfo;
|
|
32
|
+
|
|
28
33
|
// src/filled/Menu.tsx
|
|
29
|
-
import { jsx as
|
|
34
|
+
import { jsx as jsx6, jsxs as jsxs3 } from "react/jsx-runtime";
|
|
30
35
|
var SvgMenu = (props) => /* @__PURE__ */ jsxs3("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: [
|
|
31
|
-
/* @__PURE__ */
|
|
32
|
-
/* @__PURE__ */
|
|
33
|
-
/* @__PURE__ */
|
|
34
|
-
/* @__PURE__ */
|
|
36
|
+
/* @__PURE__ */ jsx6("path", { fill: "#FF4C4C", d: "M16.5 17.4a.9.9 0 0 0-.9-.9H3.9a.9.9 0 1 0 0 1.8h11.7a.9.9 0 0 0 .9-.9" }),
|
|
37
|
+
/* @__PURE__ */ jsx6("path", { fill: props.color || "currentColor", d: "M3.9 19.65c0 .745.605 1.35 1.35 1.35h9a1.35 1.35 0 0 0 1.35-1.35v-.45H3.9z" }),
|
|
38
|
+
/* @__PURE__ */ jsx6("path", { fill: props.color || "currentColor", d: "M20.879 6.742a.45.45 0 0 0-.329-.142h-3.924l.675-2.7h2.349a.45.45 0 0 0 0-.9h-2.7a.45.45 0 0 0-.437.341L15.698 6.6H11.55a.45.45 0 0 0-.45.48l.196 3.16a5.895 5.895 0 0 1 5.178 5.278l.03.335a1.784 1.784 0 0 1-.004 3.097v.7a2.23 2.23 0 0 1-.461 1.35h3.611a.45.45 0 0 0 .45-.42l.9-13.5a.45.45 0 0 0-.121-.338" }),
|
|
39
|
+
/* @__PURE__ */ jsx6("path", { fill: props.color || "currentColor", d: "M10.65 11.1h-1.8a4.956 4.956 0 0 0-4.927 4.5h11.654a4.956 4.956 0 0 0-4.927-4.5" })
|
|
35
40
|
] });
|
|
36
41
|
var Menu_default = SvgMenu;
|
|
37
42
|
|
|
38
43
|
// src/filled/Notifications.tsx
|
|
39
|
-
import { jsx as
|
|
44
|
+
import { jsx as jsx7, jsxs as jsxs4 } from "react/jsx-runtime";
|
|
40
45
|
var SvgNotifications = (props) => /* @__PURE__ */ jsxs4("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: [
|
|
41
|
-
/* @__PURE__ */
|
|
42
|
-
/* @__PURE__ */
|
|
46
|
+
/* @__PURE__ */ jsx7("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M12 21c1.478 0 2.685-1.01 2.765-2.48h3.386c1.02 0 1.849-.834 1.849-1.862a1.857 1.857 0 0 0-1.846-1.863V11.07a6.21 6.21 0 0 0-4-5.817v-.082C14.154 3.971 13.189 3 12 3a2.164 2.164 0 0 0-2.154 2.171v.082a6.21 6.21 0 0 0-4 5.817v3.725C4.828 14.795 4 15.63 4 16.658s.828 1.862 1.85 1.862h3.385C9.315 19.99 10.522 21 12 21m-1.595-2.48h3.109a1.567 1.567 0 0 1-1.555 1.419c-.81 0-1.475-.622-1.554-1.418", clipRule: "evenodd" }),
|
|
47
|
+
/* @__PURE__ */ jsx7("mask", { id: "Notifications_svg__a", width: 16, height: 18, x: 4, y: 3, maskUnits: "userSpaceOnUse", style: {
|
|
43
48
|
maskType: "luminance"
|
|
44
|
-
}, children: /* @__PURE__ */
|
|
45
|
-
/* @__PURE__ */
|
|
49
|
+
}, children: /* @__PURE__ */ jsx7("path", { fill: "#fff", fillRule: "evenodd", d: "M12 21c1.478 0 2.685-1.01 2.765-2.48h3.386c1.02 0 1.849-.834 1.849-1.862a1.857 1.857 0 0 0-1.846-1.863V11.07a6.21 6.21 0 0 0-4-5.817v-.082C14.154 3.971 13.189 3 12 3a2.164 2.164 0 0 0-2.154 2.171v.082a6.21 6.21 0 0 0-4 5.817v3.725C4.828 14.795 4 15.63 4 16.658s.828 1.862 1.85 1.862h3.385C9.315 19.99 10.522 21 12 21m-1.595-2.48h3.109a1.567 1.567 0 0 1-1.555 1.419c-.81 0-1.475-.622-1.554-1.418", clipRule: "evenodd" }) }),
|
|
50
|
+
/* @__PURE__ */ jsx7("g", { mask: "url(#Notifications_svg__a)", children: /* @__PURE__ */ jsx7("path", { fill: "#FF4C4C", d: "M7.086 18.521h9.746v4.042H7.086z" }) })
|
|
46
51
|
] });
|
|
47
52
|
var Notifications_default = SvgNotifications;
|
|
48
53
|
|
|
49
54
|
// src/filled/OrderHistory.tsx
|
|
50
|
-
import { jsx as
|
|
55
|
+
import { jsx as jsx8, jsxs as jsxs5 } from "react/jsx-runtime";
|
|
51
56
|
var SvgOrderHistory = (props) => /* @__PURE__ */ jsxs5("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: [
|
|
52
|
-
/* @__PURE__ */
|
|
53
|
-
/* @__PURE__ */
|
|
57
|
+
/* @__PURE__ */ jsx8("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M19.005 9.35V5.616c0-.892-.711-1.614-1.588-1.615h-9.92c-.843 0-1.532.69-1.532 1.537l-.057 9.76H4.381a.39.39 0 0 0-.381.388v1.677c.002 1.088.846 1.983 1.916 2.032v.004h8.561v-.004q.057.005.114.004c1.106-.001 2.002-.912 2.004-2.036V9.734h2.03c.1.002.198-.038.27-.11a.38.38 0 0 0 .11-.273m-4.802 2.824H8.13a.384.384 0 0 0-.381.387c0 .213.17.387.38.387h6.079a.384.384 0 0 0 .379-.39.384.384 0 0 0-.383-.384M8.13 13.757h3.675c.21 0 .38.173.38.387s-.17.387-.38.387H8.129a.384.384 0 0 1-.381-.387c0-.214.17-.387.38-.387", clipRule: "evenodd" }),
|
|
58
|
+
/* @__PURE__ */ jsx8("path", { fill: "#FF4C4C", fillRule: "evenodd", d: "M18.13 19.205v-6.71a1.5 1.5 0 0 1 1.485-1.51 1.5 1.5 0 0 1 1.485 1.51V19.2l-.002.024-.002.018v.008a.1.1 0 0 1-.004.035c-.004.004-.004.004-.004.008a.1.1 0 0 1-.007.03l-.004.008-.012.031-1.085 2.413a.38.38 0 0 1-.343.224h-.003a.38.38 0 0 1-.343-.22l-1.124-2.413a.004.004 0 0 1-.004-.004l-.006-.014-.005-.013-.002-.006-.002-.005-.007-.027a.01.01 0 0 1-.004-.012l-.002-.016-.002-.015v-.008a.2.2 0 0 1-.004-.043m.986.383.514 1.107.499-1.107z", clipRule: "evenodd" })
|
|
54
59
|
] });
|
|
55
60
|
var OrderHistory_default = SvgOrderHistory;
|
|
56
61
|
|
|
57
62
|
// src/filled/PinOrder.tsx
|
|
58
|
-
import { jsx as
|
|
63
|
+
import { jsx as jsx9, jsxs as jsxs6 } from "react/jsx-runtime";
|
|
59
64
|
var SvgPinOrder = (props) => /* @__PURE__ */ jsxs6("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: [
|
|
60
|
-
/* @__PURE__ */
|
|
61
|
-
/* @__PURE__ */
|
|
65
|
+
/* @__PURE__ */ jsx9("path", { fill: "#FF4C4C", fillRule: "evenodd", d: "M18.148 14.128A7.8 7.8 0 0 0 19.5 9.71C19.5 5.452 16.142 2 12 2S4.5 5.452 4.5 9.71c0 1.332.329 2.586.908 3.68l.076.175 3.891 6.907c1.15 2.04 4.09 2.035 5.233-.01z", clipRule: "evenodd" }),
|
|
66
|
+
/* @__PURE__ */ jsx9("ellipse", { cx: 12.07, cy: 9.783, fill: "#C60C0C", rx: 5.299, ry: 5.448 })
|
|
62
67
|
] });
|
|
63
68
|
var PinOrder_default = SvgPinOrder;
|
|
64
69
|
|
|
65
70
|
// src/filled/Search.tsx
|
|
66
|
-
import { jsx as
|
|
71
|
+
import { jsx as jsx10, jsxs as jsxs7 } from "react/jsx-runtime";
|
|
67
72
|
var SvgSearch = (props) => /* @__PURE__ */ jsxs7("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: [
|
|
68
|
-
/* @__PURE__ */
|
|
69
|
-
/* @__PURE__ */
|
|
73
|
+
/* @__PURE__ */ jsx10("path", { fill: "#FF4C4C", d: "M7 8.65c0 .361.34.65.76.65h4.58c.415 0 .76-.291.76-.65 0-.361-.34-.65-.76-.65H7.76c-.415 0-.76.291-.76.65m0 2.6c0 .361.34.65.76.65h4.58c.415 0 .76-.291.76-.65 0-.361-.34-.65-.76-.65H7.76c-.415 0-.76.291-.76.65" }),
|
|
74
|
+
/* @__PURE__ */ jsx10("path", { fill: props.color || "currentColor", d: "m20.89 18.45-3.84-3.84-.18-.12a.66.66 0 0 0-.73.13l-.32.32-.35-.35a7.1 7.1 0 0 0 1.65-4.53c0-3.89-3.17-7.06-7.06-7.06S3 6.17 3 10.06s3.17 7.06 7.06 7.06l.53-.02c1.47-.11 2.84-.67 3.98-1.61l.36.35-.32.33-.06.07a.66.66 0 0 0 .07.84l3.83 3.83.11.1c.31.26.71.4 1.11.4a1.75 1.75 0 0 0 1.61-1.07c.27-.65.12-1.39-.38-1.89zm-5.04-8.38c0 3.2-2.6 5.79-5.79 5.79a5.8 5.8 0 0 1-5.79-5.79 5.8 5.8 0 0 1 5.79-5.79 5.8 5.8 0 0 1 5.79 5.79" })
|
|
70
75
|
] });
|
|
71
76
|
var Search_default = SvgSearch;
|
|
72
77
|
|
|
73
78
|
// src/filled/Trash.tsx
|
|
74
|
-
import { jsx as
|
|
79
|
+
import { jsx as jsx11, jsxs as jsxs8 } from "react/jsx-runtime";
|
|
75
80
|
var SvgTrash = (props) => /* @__PURE__ */ jsxs8("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: [
|
|
76
|
-
/* @__PURE__ */
|
|
77
|
-
/* @__PURE__ */
|
|
81
|
+
/* @__PURE__ */ jsx11("path", { fill: "#FF4C4C", fillRule: "evenodd", d: "M13.4 3a3 3 0 0 1 3 3H19a1 1 0 1 1 0 2H6a1 1 0 1 1 0-2h2.8a3 3 0 0 1 3-3zm-2.6 3a1 1 0 0 1 1-1h1.6a1 1 0 0 1 1 1z", clipRule: "evenodd" }),
|
|
82
|
+
/* @__PURE__ */ jsx11("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M19.2 9.2H6l1 10.4A1.4 1.4 0 0 0 8.4 21h8.4a1.4 1.4 0 0 0 1.4-1.4zm-8.1 3.3a.7.7 0 1 0-1.4 0v5.2a.7.7 0 1 0 1.4 0zm3.7-.7a.7.7 0 0 1 .7.7v5.2a.7.7 0 1 1-1.4 0v-5.2a.7.7 0 0 1 .7-.7", clipRule: "evenodd" })
|
|
78
83
|
] });
|
|
79
84
|
var Trash_default = SvgTrash;
|
|
80
85
|
export {
|
|
@@ -82,6 +87,7 @@ export {
|
|
|
82
87
|
AdmSettings_default as AdmSettings,
|
|
83
88
|
Configurations_default as Configurations,
|
|
84
89
|
Error_default as Error,
|
|
90
|
+
Info_default as Info,
|
|
85
91
|
Menu_default as Menu,
|
|
86
92
|
Notifications_default as Notifications,
|
|
87
93
|
OrderHistory_default as OrderHistory,
|
|
@@ -35,12 +35,12 @@ declare const SvgCreditCard: (props: SVGProps<SVGSVGElement>) => react_jsx_runti
|
|
|
35
35
|
|
|
36
36
|
declare const SvgDeliver: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
37
37
|
|
|
38
|
-
declare const SvgExpand: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
39
|
-
|
|
40
38
|
declare const SvgEdit: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
41
39
|
|
|
42
40
|
declare const SvgEmptyScreen: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
43
41
|
|
|
42
|
+
declare const SvgExpand: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
43
|
+
|
|
44
44
|
declare const SvgFilter: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
45
45
|
|
|
46
46
|
declare const SvgHide: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
@@ -35,12 +35,12 @@ declare const SvgCreditCard: (props: SVGProps<SVGSVGElement>) => react_jsx_runti
|
|
|
35
35
|
|
|
36
36
|
declare const SvgDeliver: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
37
37
|
|
|
38
|
-
declare const SvgExpand: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
39
|
-
|
|
40
38
|
declare const SvgEdit: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
41
39
|
|
|
42
40
|
declare const SvgEmptyScreen: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
43
41
|
|
|
42
|
+
declare const SvgExpand: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
43
|
+
|
|
44
44
|
declare const SvgFilter: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
45
45
|
|
|
46
46
|
declare const SvgHide: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
package/dist/one-color/index.js
CHANGED
|
@@ -184,21 +184,21 @@ var SvgDeliver = (props) => /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("svg"
|
|
|
184
184
|
] });
|
|
185
185
|
var Deliver_default = SvgDeliver;
|
|
186
186
|
|
|
187
|
-
// src/one-color/Expand.tsx
|
|
188
|
-
var import_jsx_runtime18 = require("react/jsx-runtime");
|
|
189
|
-
var SvgExpand = (props) => /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("path", { stroke: props.color || "currentColor", strokeLinecap: "round", strokeLinejoin: "round", d: "M7 21H5a2 2 0 0 1-2-2v-2M3 7V5a2 2 0 0 1 2-2h2m10 0h2a2 2 0 0 1 2 2v2m0 10v2a2 2 0 0 1-2 2h-2" }) });
|
|
190
|
-
var Expand_default = SvgExpand;
|
|
191
|
-
|
|
192
187
|
// src/one-color/Edit.tsx
|
|
193
|
-
var
|
|
194
|
-
var SvgEdit = (props) => /* @__PURE__ */ (0,
|
|
188
|
+
var import_jsx_runtime18 = require("react/jsx-runtime");
|
|
189
|
+
var SvgEdit = (props) => /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M17.631 3.01c-.86 0-1.73.33-2.39.99L3.531 15.71c-.09.09-.15.22-.16.35l-.37 4.35c-.01.16.05.33.16.44.12.12.28.18.44.16l4.35-.37c.13-.01.26-.07.35-.17l11.71-11.71a3.37 3.37 0 0 0 0-4.77c-.66-.66-1.52-.99-2.38-.99zm0 1.12c.57 0 1.15.22 1.59.66.89.89.89 2.3 0 3.18L7.911 19.28l-3.18-3.18 11.31-11.31a2.25 2.25 0 0 1 1.59-.66M6.661 19.62l-2.27-2.26-.21 2.47z", clipRule: "evenodd" }) });
|
|
195
190
|
var Edit_default = SvgEdit;
|
|
196
191
|
|
|
197
192
|
// src/one-color/EmptyScreen.tsx
|
|
198
|
-
var
|
|
199
|
-
var SvgEmptyScreen = (props) => /* @__PURE__ */ (0,
|
|
193
|
+
var import_jsx_runtime19 = require("react/jsx-runtime");
|
|
194
|
+
var SvgEmptyScreen = (props) => /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("path", { fill: props.color || "currentColor", d: "M10.773 20.799a.15.15 0 0 1 .201.061l.254.479.48-.254a.15.15 0 0 1 .178.028l.023.032.108.205a.15.15 0 0 1-.061.2l-.814.433a.15.15 0 0 1-.2-.061l-.433-.815a.15.15 0 0 1 .061-.2zm2.106-.35a.15.15 0 0 1 .2.06l.108.204a.15.15 0 0 1-.06.201l-.815.433a.15.15 0 0 1-.2-.062l-.108-.203a.15.15 0 0 1 .061-.201zm-2.742-.821a.15.15 0 0 1 .2.061l.433.815a.15.15 0 0 1-.061.2l-.203.108a.15.15 0 0 1-.201-.061l-.433-.814a.15.15 0 0 1 .061-.2zm3.962.17a.15.15 0 0 1 .202.062l.108.204a.15.15 0 0 1-.062.2l-.814.433a.15.15 0 0 1-.2-.061l-.109-.203a.15.15 0 0 1 .062-.202zm1.221-.649a.15.15 0 0 1 .201.062l.109.204a.15.15 0 0 1-.062.2l-.814.433a.15.15 0 0 1-.2-.062l-.109-.203a.15.15 0 0 1 .062-.201zm-5.053-.811c.08-.02.16.029.18.108l.13.526.528-.13a.15.15 0 0 1 .165.07l.015.037.056.224c.02.08-.028.16-.108.18l-.894.223a.15.15 0 0 1-.181-.108l-.023-.094a.15.15 0 0 1-.075.11l-.204.108a.15.15 0 0 1-.2-.062l-.434-.813a.15.15 0 0 1 .062-.201l.204-.109a.15.15 0 0 1 .2.062l.415.782-.168-.678a.15.15 0 0 1 .109-.18zm6.275.163a.15.15 0 0 1 .2.06l.108.205a.15.15 0 0 1-.061.2l-.814.433a.15.15 0 0 1-.2-.061l-.11-.204a.15.15 0 0 1 .062-.2zm-4.121.009a.15.15 0 0 1 .18.108l.056.224c.02.08-.029.16-.108.18l-.895.223a.15.15 0 0 1-.18-.108l-.055-.224a.15.15 0 0 1 .107-.18zm1.342-.334c.08-.02.16.029.18.108l.056.223a.15.15 0 0 1-.109.18l-.894.223a.15.15 0 0 1-.18-.108l-.056-.224a.15.15 0 0 1 .108-.18zm4-.324a.15.15 0 0 1 .2.061l.108.203a.15.15 0 0 1-.061.201l-.814.433a.15.15 0 0 1-.201-.061l-.108-.204a.15.15 0 0 1 .061-.2zm-2.659-.011c.08-.02.16.029.18.108l.056.224c.02.08-.028.16-.108.18l-.894.223a.15.15 0 0 1-.181-.108l-.056-.224a.15.15 0 0 1 .109-.18zm-6.265-.655a.15.15 0 0 1 .2.062l.433.813a.15.15 0 0 1-.061.202l-.204.108a.15.15 0 0 1-.2-.061l-.433-.814a.15.15 0 0 1 .06-.201zm1.097-.163c.08-.02.16.028.18.107l.223.894a.15.15 0 0 1-.108.181l-.223.056a.15.15 0 0 1-.181-.109l-.223-.894a.15.15 0 0 1 .109-.18zm6.51.484c.08-.02.16.029.18.108l.055.223a.15.15 0 0 1-.108.18l-.893.223a.15.15 0 0 1-.181-.108l-.056-.224a.15.15 0 0 1 .109-.18zm2.907-.988c.082 0 .149.066.149.148v.23a.15.15 0 0 1-.149.149h-.018l.03.123a.15.15 0 0 1-.108.18l-.025.006.06.112a.15.15 0 0 1-.062.201l-.813.433a.15.15 0 0 1-.201-.062l-.108-.203a.15.15 0 0 1 .06-.201l.122-.065a.15.15 0 0 1-.108-.106l-.055-.224a.15.15 0 0 1 .108-.18l.13-.033a.15.15 0 0 1-.082-.13v-.23c0-.082.067-.148.148-.148zm-1.565.653c.08-.02.16.029.18.108l.055.224c.02.08-.029.16-.108.18l-.895.223a.15.15 0 0 1-.18-.108l-.055-.224a.15.15 0 0 1 .108-.18zm-9.599-1.206a.15.15 0 0 1 .201.061l.433.814a.15.15 0 0 1-.061.201l-.204.108a.15.15 0 0 1-.2-.061l-.433-.815a.15.15 0 0 1 .061-.2zm1.412-.285c.08-.02.16.029.18.108l.206.824v-.637c0-.082.066-.149.149-.149h.23a.15.15 0 0 1 .149.149v.542h.542c.069 0 .127.046.144.109l.005.04v.23a.15.15 0 0 1-.149.149h-.921a.15.15 0 0 1-.149-.148v-.101a.15.15 0 0 1-.09.066l-.224.056a.15.15 0 0 1-.18-.108l-.224-.895a.15.15 0 0 1 .109-.18zm2.84.838c.081 0 .148.066.148.148v.23a.15.15 0 0 1-.149.149h-.922a.15.15 0 0 1-.148-.148v-.231c0-.082.066-.148.148-.148zm1.382 0c.082 0 .149.066.149.148v.23a.15.15 0 0 1-.149.149h-.922a.15.15 0 0 1-.148-.148v-.231c0-.082.066-.148.148-.148zm1.383 0c.082 0 .148.066.148.148v.23a.15.15 0 0 1-.148.149h-.922a.15.15 0 0 1-.148-.148v-.231c0-.082.066-.148.148-.148zm1.383 0c.082 0 .148.066.148.148v.23a.15.15 0 0 1-.148.149h-.922a.15.15 0 0 1-.149-.148v-.231c0-.082.067-.148.149-.148zm1.382 0a.15.15 0 0 1 .149.148v.23a.15.15 0 0 1-.15.149h-.921a.15.15 0 0 1-.149-.148v-.231c0-.082.067-.148.149-.148zm2.765-.692a.15.15 0 0 1 .149.149v.922a.15.15 0 0 1-.149.148h-.922a.15.15 0 0 1-.148-.148v-.231c0-.082.066-.148.148-.148l.543-.001v-.542a.15.15 0 0 1 .11-.144l.039-.005zM7.54 14.745a.15.15 0 0 1 .201.062l.433.813a.15.15 0 0 1-.062.201l-.203.109a.15.15 0 0 1-.201-.062l-.433-.814a.15.15 0 0 1 .062-.2zm2.826-.3c.082 0 .149.066.149.148v.922a.15.15 0 0 1-.149.148h-.23a.15.15 0 0 1-.149-.148v-.922a.15.15 0 0 1 .149-.149zm10.37 0c.082 0 .149.066.149.148v.922a.15.15 0 0 1-.149.148h-.23a.15.15 0 0 1-.149-.148v-.922a.15.15 0 0 1 .149-.149zm-11.469-.106c.08-.02.16.029.18.108l.223.895a.15.15 0 0 1-.109.18l-.223.055a.15.15 0 0 1-.18-.108l-.223-.894a.15.15 0 0 1 .109-.18zm-2.376-.815a.15.15 0 0 1 .2.062l.433.813a.15.15 0 0 1-.06.202l-.204.107a.15.15 0 0 1-.2-.06l-.434-.815a.15.15 0 0 1 .061-.201zm3.475-.462c.082 0 .149.066.149.148v.922a.15.15 0 0 1-.149.148h-.23a.15.15 0 0 1-.149-.148v-.922a.15.15 0 0 1 .149-.149zm10.37 0c.082 0 .149.066.149.148v.922a.15.15 0 0 1-.149.148h-.23a.15.15 0 0 1-.149-.148v-.922a.15.15 0 0 1 .149-.149zm-11.804-.065c.08-.02.16.029.18.108l.224.895a.15.15 0 0 1-.109.18l-.223.055a.15.15 0 0 1-.18-.107l-.224-.895a.15.15 0 0 1 .109-.18zm-2.69-.693a.15.15 0 0 1 .201.06l.433.815a.15.15 0 0 1-.062.2l-.203.108a.15.15 0 0 1-.201-.061l-.433-.814a.15.15 0 0 1 .062-.2zm4.124-.625a.15.15 0 0 1 .149.148v.922a.15.15 0 0 1-.149.149h-.23a.15.15 0 0 1-.149-.149v-.922c0-.082.067-.148.149-.148zm10.37 0a.15.15 0 0 1 .149.148v.922a.15.15 0 0 1-.149.149h-.23a.15.15 0 0 1-.149-.149v-.922c0-.082.067-.148.149-.148zm-12.139-.024a.15.15 0 0 1 .181.109l.223.894c.02.08-.029.16-.109.18l-.223.057a.15.15 0 0 1-.18-.109l-.223-.894a.15.15 0 0 1 .109-.18zm-3.004-.573a.15.15 0 0 1 .2.062l.433.814a.15.15 0 0 1-.061.2l-.203.109a.15.15 0 0 1-.201-.062l-.433-.813a.15.15 0 0 1 .061-.202zm2.67-.768c.08-.02.16.03.18.109l.224.893a.15.15 0 0 1-.109.181l-.223.056a.15.15 0 0 1-.18-.109l-.224-.894a.15.15 0 0 1 .109-.18zm2.103-.018a.15.15 0 0 1 .149.148v.922a.15.15 0 0 1-.149.149h-.23a.15.15 0 0 1-.149-.149v-.922c0-.082.067-.148.149-.148zm10.37 0a.15.15 0 0 1 .149.148v.922a.15.15 0 0 1-.149.149h-.23a.15.15 0 0 1-.149-.149v-.922c0-.082.067-.148.149-.148zM4.943 9.86a.15.15 0 0 1 .201.062l.433.814a.15.15 0 0 1-.062.2l-.203.109a.15.15 0 0 1-.2-.062l-.433-.813a.15.15 0 0 1 .061-.201zm2.986-.888a.15.15 0 0 1 .18.108l.223.895a.15.15 0 0 1-.109.18L8 10.21a.15.15 0 0 1-.18-.109l-.223-.894a.15.15 0 0 1 .108-.18zm2.437-.06a.15.15 0 0 1 .149.149v.921a.15.15 0 0 1-.149.149h-.23a.15.15 0 0 1-.149-.149v-.921a.15.15 0 0 1 .149-.149zm10.37 0a.15.15 0 0 1 .149.149v.921a.15.15 0 0 1-.149.149h-.23a.15.15 0 0 1-.149-.149v-.921a.15.15 0 0 1 .149-.149zM4.892 8.266a.15.15 0 0 1 .202.061l.107.203a.15.15 0 0 1-.06.201l-.481.255.256.48a.15.15 0 0 1-.03.178l-.032.022-.204.108a.15.15 0 0 1-.2-.061l-.433-.814a.15.15 0 0 1 .062-.2zm2.703-.635c.08-.02.16.029.18.108l.223.895a.15.15 0 0 1-.109.18l-.223.055a.15.15 0 0 1-.18-.108l-.223-.894a.15.15 0 0 1 .108-.18zm2.771-.1a.15.15 0 0 1 .149.149v.92a.15.15 0 0 1-.149.15h-.23a.15.15 0 0 1-.149-.15v-.92a.15.15 0 0 1 .149-.15zm10.37 0a.15.15 0 0 1 .149.149v.92a.15.15 0 0 1-.149.15h-.23a.15.15 0 0 1-.149-.15v-.92a.15.15 0 0 1 .149-.15zm-14.674.098a.15.15 0 0 1 .201.061l.109.205a.15.15 0 0 1-.062.2l-.813.432a.15.15 0 0 1-.201-.061l-.109-.203a.15.15 0 0 1 .062-.201zm1.195-1.365c.08-.02.16.028.18.107l.223.895a.15.15 0 0 1-.108.18l.022-.01-.807.43a.15.15 0 0 1-.171-.023l-.029-.038-.108-.203A.15.15 0 0 1 6.52 7.4l.555-.296-.15-.605a.15.15 0 0 1 .07-.165l.038-.015zm3.109-.116a.15.15 0 0 1 .149.149v.922a.15.15 0 0 1-.149.148h-.23a.15.15 0 0 1-.149-.148v-.922a.15.15 0 0 1 .149-.149zm10.37 0a.15.15 0 0 1 .149.149v.922a.15.15 0 0 1-.149.148h-.23a.15.15 0 0 1-.149-.148v-.922a.15.15 0 0 1 .149-.149zM7.593 4.755c.08-.02.16.028.18.107l.056.224a.15.15 0 0 1-.108.18l-.528.131.132.528a.15.15 0 0 1-.071.165l-.036.014-.224.056a.15.15 0 0 1-.18-.108l-.223-.895a.15.15 0 0 1 .108-.18zm2.773.01a.15.15 0 0 1 .149.15v.92a.15.15 0 0 1-.149.15h-.23a.15.15 0 0 1-.149-.15v-.92a.15.15 0 0 1 .149-.15zm10.37 0a.15.15 0 0 1 .149.15v.92a.15.15 0 0 1-.149.15h-.23a.15.15 0 0 1-.149-.15v-.92a.15.15 0 0 1 .149-.15zM8.91 4.424c.08-.02.16.029.18.108l.055.224c.02.08-.028.16-.108.18l-.895.223a.15.15 0 0 1-.18-.108l-.055-.224a.15.15 0 0 1 .108-.18zm1.457-1.04c.082 0 .149.066.149.148l-.004.88.005.046a.15.15 0 0 1-.112.14l-.894.223a.15.15 0 0 1-.181-.108l-.056-.224a.15.15 0 0 1 .109-.18l.604-.15.001-.627a.15.15 0 0 1 .11-.143l.039-.005zm8.296 0a.15.15 0 0 1 .15.148l-.002.543h.543c.069 0 .127.046.144.109l.005.04v.23a.15.15 0 0 1-.149.149h-.922a.15.15 0 0 1-.148-.149v-.922c0-.082.067-.148.148-.148zm2.074.691a.15.15 0 0 1 .149.149v.23a.15.15 0 0 1-.149.149h-.922a.15.15 0 0 1-.148-.149v-.23c0-.082.066-.149.148-.149zM11.057 2c.082 0 .149.066.149.148v.23a.15.15 0 0 1-.149.15h-.543v.542a.15.15 0 0 1-.109.144l-.039.005h-.23a.15.15 0 0 1-.149-.149v-.922c0-.082.067-.148.149-.148zm7.605 0a.15.15 0 0 1 .15.148v.922a.15.15 0 0 1-.15.149h-.23a.15.15 0 0 1-.149-.149v-.922c0-.081.067-.148.148-.148zM12.44 2c.082 0 .149.066.149.148v.23a.15.15 0 0 1-.149.15h-.922a.15.15 0 0 1-.148-.15v-.23c0-.082.066-.148.148-.148zm1.383 0c.082 0 .149.066.149.148v.23a.15.15 0 0 1-.149.15h-.922a.15.15 0 0 1-.148-.15v-.23c0-.082.066-.148.148-.148zm1.383 0c.082 0 .148.067.148.148v.23a.15.15 0 0 1-.148.15h-.922a.15.15 0 0 1-.148-.15v-.23c0-.082.066-.148.148-.148zm1.383 0c.082 0 .148.067.148.148v.23a.15.15 0 0 1-.148.15h-.922a.15.15 0 0 1-.149-.15v-.23c0-.082.067-.148.149-.148zm1.382 0a.15.15 0 0 1 .149.148v.23a.15.15 0 0 1-.15.15h-.921a.15.15 0 0 1-.149-.15v-.23A.15.15 0 0 1 17.049 2z" }) });
|
|
200
195
|
var EmptyScreen_default = SvgEmptyScreen;
|
|
201
196
|
|
|
197
|
+
// src/one-color/Expand.tsx
|
|
198
|
+
var import_jsx_runtime20 = require("react/jsx-runtime");
|
|
199
|
+
var SvgExpand = (props) => /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { stroke: props.color || "currentColor", strokeLinecap: "round", strokeLinejoin: "round", d: "M7 21H5a2 2 0 0 1-2-2v-2M3 7V5a2 2 0 0 1 2-2h2m10 0h2a2 2 0 0 1 2 2v2m0 10v2a2 2 0 0 1-2 2h-2" }) });
|
|
200
|
+
var Expand_default = SvgExpand;
|
|
201
|
+
|
|
202
202
|
// src/one-color/Filter.tsx
|
|
203
203
|
var import_jsx_runtime21 = require("react/jsx-runtime");
|
|
204
204
|
var SvgFilter = (props) => /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M13.038 7.55a2.801 2.801 0 0 1 5.424 0l.038.15h1.75a.55.55 0 1 1 0 1.1H18.5l-.038.15a2.801 2.801 0 0 1-5.424 0L13 8.8H3.75a.55.55 0 1 1 0-1.1H13zm2.712-1a1.7 1.7 0 1 0 0 3.4 1.7 1.7 0 0 0 0-3.4m-10.212 8.5a2.801 2.801 0 0 1 5.424 0l.039.15h9.249a.55.55 0 1 1 0 1.1H11l-.038.15a2.801 2.801 0 0 1-5.424 0L5.5 16.3H3.75a.55.55 0 1 1 0-1.1H5.5zm2.712-1a1.7 1.7 0 1 0 0 3.4 1.7 1.7 0 0 0 0-3.4", clipRule: "evenodd" }) });
|
package/dist/one-color/index.mjs
CHANGED
|
@@ -104,21 +104,21 @@ var SvgDeliver = (props) => /* @__PURE__ */ jsxs5("svg", { xmlns: "http://www.w3
|
|
|
104
104
|
] });
|
|
105
105
|
var Deliver_default = SvgDeliver;
|
|
106
106
|
|
|
107
|
-
// src/one-color/Expand.tsx
|
|
108
|
-
import { jsx as jsx18 } from "react/jsx-runtime";
|
|
109
|
-
var SvgExpand = (props) => /* @__PURE__ */ jsx18("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: /* @__PURE__ */ jsx18("path", { stroke: props.color || "currentColor", strokeLinecap: "round", strokeLinejoin: "round", d: "M7 21H5a2 2 0 0 1-2-2v-2M3 7V5a2 2 0 0 1 2-2h2m10 0h2a2 2 0 0 1 2 2v2m0 10v2a2 2 0 0 1-2 2h-2" }) });
|
|
110
|
-
var Expand_default = SvgExpand;
|
|
111
|
-
|
|
112
107
|
// src/one-color/Edit.tsx
|
|
113
|
-
import { jsx as
|
|
114
|
-
var SvgEdit = (props) => /* @__PURE__ */
|
|
108
|
+
import { jsx as jsx18 } from "react/jsx-runtime";
|
|
109
|
+
var SvgEdit = (props) => /* @__PURE__ */ jsx18("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: /* @__PURE__ */ jsx18("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M17.631 3.01c-.86 0-1.73.33-2.39.99L3.531 15.71c-.09.09-.15.22-.16.35l-.37 4.35c-.01.16.05.33.16.44.12.12.28.18.44.16l4.35-.37c.13-.01.26-.07.35-.17l11.71-11.71a3.37 3.37 0 0 0 0-4.77c-.66-.66-1.52-.99-2.38-.99zm0 1.12c.57 0 1.15.22 1.59.66.89.89.89 2.3 0 3.18L7.911 19.28l-3.18-3.18 11.31-11.31a2.25 2.25 0 0 1 1.59-.66M6.661 19.62l-2.27-2.26-.21 2.47z", clipRule: "evenodd" }) });
|
|
115
110
|
var Edit_default = SvgEdit;
|
|
116
111
|
|
|
117
112
|
// src/one-color/EmptyScreen.tsx
|
|
118
|
-
import { jsx as
|
|
119
|
-
var SvgEmptyScreen = (props) => /* @__PURE__ */
|
|
113
|
+
import { jsx as jsx19 } from "react/jsx-runtime";
|
|
114
|
+
var SvgEmptyScreen = (props) => /* @__PURE__ */ jsx19("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: /* @__PURE__ */ jsx19("path", { fill: props.color || "currentColor", d: "M10.773 20.799a.15.15 0 0 1 .201.061l.254.479.48-.254a.15.15 0 0 1 .178.028l.023.032.108.205a.15.15 0 0 1-.061.2l-.814.433a.15.15 0 0 1-.2-.061l-.433-.815a.15.15 0 0 1 .061-.2zm2.106-.35a.15.15 0 0 1 .2.06l.108.204a.15.15 0 0 1-.06.201l-.815.433a.15.15 0 0 1-.2-.062l-.108-.203a.15.15 0 0 1 .061-.201zm-2.742-.821a.15.15 0 0 1 .2.061l.433.815a.15.15 0 0 1-.061.2l-.203.108a.15.15 0 0 1-.201-.061l-.433-.814a.15.15 0 0 1 .061-.2zm3.962.17a.15.15 0 0 1 .202.062l.108.204a.15.15 0 0 1-.062.2l-.814.433a.15.15 0 0 1-.2-.061l-.109-.203a.15.15 0 0 1 .062-.202zm1.221-.649a.15.15 0 0 1 .201.062l.109.204a.15.15 0 0 1-.062.2l-.814.433a.15.15 0 0 1-.2-.062l-.109-.203a.15.15 0 0 1 .062-.201zm-5.053-.811c.08-.02.16.029.18.108l.13.526.528-.13a.15.15 0 0 1 .165.07l.015.037.056.224c.02.08-.028.16-.108.18l-.894.223a.15.15 0 0 1-.181-.108l-.023-.094a.15.15 0 0 1-.075.11l-.204.108a.15.15 0 0 1-.2-.062l-.434-.813a.15.15 0 0 1 .062-.201l.204-.109a.15.15 0 0 1 .2.062l.415.782-.168-.678a.15.15 0 0 1 .109-.18zm6.275.163a.15.15 0 0 1 .2.06l.108.205a.15.15 0 0 1-.061.2l-.814.433a.15.15 0 0 1-.2-.061l-.11-.204a.15.15 0 0 1 .062-.2zm-4.121.009a.15.15 0 0 1 .18.108l.056.224c.02.08-.029.16-.108.18l-.895.223a.15.15 0 0 1-.18-.108l-.055-.224a.15.15 0 0 1 .107-.18zm1.342-.334c.08-.02.16.029.18.108l.056.223a.15.15 0 0 1-.109.18l-.894.223a.15.15 0 0 1-.18-.108l-.056-.224a.15.15 0 0 1 .108-.18zm4-.324a.15.15 0 0 1 .2.061l.108.203a.15.15 0 0 1-.061.201l-.814.433a.15.15 0 0 1-.201-.061l-.108-.204a.15.15 0 0 1 .061-.2zm-2.659-.011c.08-.02.16.029.18.108l.056.224c.02.08-.028.16-.108.18l-.894.223a.15.15 0 0 1-.181-.108l-.056-.224a.15.15 0 0 1 .109-.18zm-6.265-.655a.15.15 0 0 1 .2.062l.433.813a.15.15 0 0 1-.061.202l-.204.108a.15.15 0 0 1-.2-.061l-.433-.814a.15.15 0 0 1 .06-.201zm1.097-.163c.08-.02.16.028.18.107l.223.894a.15.15 0 0 1-.108.181l-.223.056a.15.15 0 0 1-.181-.109l-.223-.894a.15.15 0 0 1 .109-.18zm6.51.484c.08-.02.16.029.18.108l.055.223a.15.15 0 0 1-.108.18l-.893.223a.15.15 0 0 1-.181-.108l-.056-.224a.15.15 0 0 1 .109-.18zm2.907-.988c.082 0 .149.066.149.148v.23a.15.15 0 0 1-.149.149h-.018l.03.123a.15.15 0 0 1-.108.18l-.025.006.06.112a.15.15 0 0 1-.062.201l-.813.433a.15.15 0 0 1-.201-.062l-.108-.203a.15.15 0 0 1 .06-.201l.122-.065a.15.15 0 0 1-.108-.106l-.055-.224a.15.15 0 0 1 .108-.18l.13-.033a.15.15 0 0 1-.082-.13v-.23c0-.082.067-.148.148-.148zm-1.565.653c.08-.02.16.029.18.108l.055.224c.02.08-.029.16-.108.18l-.895.223a.15.15 0 0 1-.18-.108l-.055-.224a.15.15 0 0 1 .108-.18zm-9.599-1.206a.15.15 0 0 1 .201.061l.433.814a.15.15 0 0 1-.061.201l-.204.108a.15.15 0 0 1-.2-.061l-.433-.815a.15.15 0 0 1 .061-.2zm1.412-.285c.08-.02.16.029.18.108l.206.824v-.637c0-.082.066-.149.149-.149h.23a.15.15 0 0 1 .149.149v.542h.542c.069 0 .127.046.144.109l.005.04v.23a.15.15 0 0 1-.149.149h-.921a.15.15 0 0 1-.149-.148v-.101a.15.15 0 0 1-.09.066l-.224.056a.15.15 0 0 1-.18-.108l-.224-.895a.15.15 0 0 1 .109-.18zm2.84.838c.081 0 .148.066.148.148v.23a.15.15 0 0 1-.149.149h-.922a.15.15 0 0 1-.148-.148v-.231c0-.082.066-.148.148-.148zm1.382 0c.082 0 .149.066.149.148v.23a.15.15 0 0 1-.149.149h-.922a.15.15 0 0 1-.148-.148v-.231c0-.082.066-.148.148-.148zm1.383 0c.082 0 .148.066.148.148v.23a.15.15 0 0 1-.148.149h-.922a.15.15 0 0 1-.148-.148v-.231c0-.082.066-.148.148-.148zm1.383 0c.082 0 .148.066.148.148v.23a.15.15 0 0 1-.148.149h-.922a.15.15 0 0 1-.149-.148v-.231c0-.082.067-.148.149-.148zm1.382 0a.15.15 0 0 1 .149.148v.23a.15.15 0 0 1-.15.149h-.921a.15.15 0 0 1-.149-.148v-.231c0-.082.067-.148.149-.148zm2.765-.692a.15.15 0 0 1 .149.149v.922a.15.15 0 0 1-.149.148h-.922a.15.15 0 0 1-.148-.148v-.231c0-.082.066-.148.148-.148l.543-.001v-.542a.15.15 0 0 1 .11-.144l.039-.005zM7.54 14.745a.15.15 0 0 1 .201.062l.433.813a.15.15 0 0 1-.062.201l-.203.109a.15.15 0 0 1-.201-.062l-.433-.814a.15.15 0 0 1 .062-.2zm2.826-.3c.082 0 .149.066.149.148v.922a.15.15 0 0 1-.149.148h-.23a.15.15 0 0 1-.149-.148v-.922a.15.15 0 0 1 .149-.149zm10.37 0c.082 0 .149.066.149.148v.922a.15.15 0 0 1-.149.148h-.23a.15.15 0 0 1-.149-.148v-.922a.15.15 0 0 1 .149-.149zm-11.469-.106c.08-.02.16.029.18.108l.223.895a.15.15 0 0 1-.109.18l-.223.055a.15.15 0 0 1-.18-.108l-.223-.894a.15.15 0 0 1 .109-.18zm-2.376-.815a.15.15 0 0 1 .2.062l.433.813a.15.15 0 0 1-.06.202l-.204.107a.15.15 0 0 1-.2-.06l-.434-.815a.15.15 0 0 1 .061-.201zm3.475-.462c.082 0 .149.066.149.148v.922a.15.15 0 0 1-.149.148h-.23a.15.15 0 0 1-.149-.148v-.922a.15.15 0 0 1 .149-.149zm10.37 0c.082 0 .149.066.149.148v.922a.15.15 0 0 1-.149.148h-.23a.15.15 0 0 1-.149-.148v-.922a.15.15 0 0 1 .149-.149zm-11.804-.065c.08-.02.16.029.18.108l.224.895a.15.15 0 0 1-.109.18l-.223.055a.15.15 0 0 1-.18-.107l-.224-.895a.15.15 0 0 1 .109-.18zm-2.69-.693a.15.15 0 0 1 .201.06l.433.815a.15.15 0 0 1-.062.2l-.203.108a.15.15 0 0 1-.201-.061l-.433-.814a.15.15 0 0 1 .062-.2zm4.124-.625a.15.15 0 0 1 .149.148v.922a.15.15 0 0 1-.149.149h-.23a.15.15 0 0 1-.149-.149v-.922c0-.082.067-.148.149-.148zm10.37 0a.15.15 0 0 1 .149.148v.922a.15.15 0 0 1-.149.149h-.23a.15.15 0 0 1-.149-.149v-.922c0-.082.067-.148.149-.148zm-12.139-.024a.15.15 0 0 1 .181.109l.223.894c.02.08-.029.16-.109.18l-.223.057a.15.15 0 0 1-.18-.109l-.223-.894a.15.15 0 0 1 .109-.18zm-3.004-.573a.15.15 0 0 1 .2.062l.433.814a.15.15 0 0 1-.061.2l-.203.109a.15.15 0 0 1-.201-.062l-.433-.813a.15.15 0 0 1 .061-.202zm2.67-.768c.08-.02.16.03.18.109l.224.893a.15.15 0 0 1-.109.181l-.223.056a.15.15 0 0 1-.18-.109l-.224-.894a.15.15 0 0 1 .109-.18zm2.103-.018a.15.15 0 0 1 .149.148v.922a.15.15 0 0 1-.149.149h-.23a.15.15 0 0 1-.149-.149v-.922c0-.082.067-.148.149-.148zm10.37 0a.15.15 0 0 1 .149.148v.922a.15.15 0 0 1-.149.149h-.23a.15.15 0 0 1-.149-.149v-.922c0-.082.067-.148.149-.148zM4.943 9.86a.15.15 0 0 1 .201.062l.433.814a.15.15 0 0 1-.062.2l-.203.109a.15.15 0 0 1-.2-.062l-.433-.813a.15.15 0 0 1 .061-.201zm2.986-.888a.15.15 0 0 1 .18.108l.223.895a.15.15 0 0 1-.109.18L8 10.21a.15.15 0 0 1-.18-.109l-.223-.894a.15.15 0 0 1 .108-.18zm2.437-.06a.15.15 0 0 1 .149.149v.921a.15.15 0 0 1-.149.149h-.23a.15.15 0 0 1-.149-.149v-.921a.15.15 0 0 1 .149-.149zm10.37 0a.15.15 0 0 1 .149.149v.921a.15.15 0 0 1-.149.149h-.23a.15.15 0 0 1-.149-.149v-.921a.15.15 0 0 1 .149-.149zM4.892 8.266a.15.15 0 0 1 .202.061l.107.203a.15.15 0 0 1-.06.201l-.481.255.256.48a.15.15 0 0 1-.03.178l-.032.022-.204.108a.15.15 0 0 1-.2-.061l-.433-.814a.15.15 0 0 1 .062-.2zm2.703-.635c.08-.02.16.029.18.108l.223.895a.15.15 0 0 1-.109.18l-.223.055a.15.15 0 0 1-.18-.108l-.223-.894a.15.15 0 0 1 .108-.18zm2.771-.1a.15.15 0 0 1 .149.149v.92a.15.15 0 0 1-.149.15h-.23a.15.15 0 0 1-.149-.15v-.92a.15.15 0 0 1 .149-.15zm10.37 0a.15.15 0 0 1 .149.149v.92a.15.15 0 0 1-.149.15h-.23a.15.15 0 0 1-.149-.15v-.92a.15.15 0 0 1 .149-.15zm-14.674.098a.15.15 0 0 1 .201.061l.109.205a.15.15 0 0 1-.062.2l-.813.432a.15.15 0 0 1-.201-.061l-.109-.203a.15.15 0 0 1 .062-.201zm1.195-1.365c.08-.02.16.028.18.107l.223.895a.15.15 0 0 1-.108.18l.022-.01-.807.43a.15.15 0 0 1-.171-.023l-.029-.038-.108-.203A.15.15 0 0 1 6.52 7.4l.555-.296-.15-.605a.15.15 0 0 1 .07-.165l.038-.015zm3.109-.116a.15.15 0 0 1 .149.149v.922a.15.15 0 0 1-.149.148h-.23a.15.15 0 0 1-.149-.148v-.922a.15.15 0 0 1 .149-.149zm10.37 0a.15.15 0 0 1 .149.149v.922a.15.15 0 0 1-.149.148h-.23a.15.15 0 0 1-.149-.148v-.922a.15.15 0 0 1 .149-.149zM7.593 4.755c.08-.02.16.028.18.107l.056.224a.15.15 0 0 1-.108.18l-.528.131.132.528a.15.15 0 0 1-.071.165l-.036.014-.224.056a.15.15 0 0 1-.18-.108l-.223-.895a.15.15 0 0 1 .108-.18zm2.773.01a.15.15 0 0 1 .149.15v.92a.15.15 0 0 1-.149.15h-.23a.15.15 0 0 1-.149-.15v-.92a.15.15 0 0 1 .149-.15zm10.37 0a.15.15 0 0 1 .149.15v.92a.15.15 0 0 1-.149.15h-.23a.15.15 0 0 1-.149-.15v-.92a.15.15 0 0 1 .149-.15zM8.91 4.424c.08-.02.16.029.18.108l.055.224c.02.08-.028.16-.108.18l-.895.223a.15.15 0 0 1-.18-.108l-.055-.224a.15.15 0 0 1 .108-.18zm1.457-1.04c.082 0 .149.066.149.148l-.004.88.005.046a.15.15 0 0 1-.112.14l-.894.223a.15.15 0 0 1-.181-.108l-.056-.224a.15.15 0 0 1 .109-.18l.604-.15.001-.627a.15.15 0 0 1 .11-.143l.039-.005zm8.296 0a.15.15 0 0 1 .15.148l-.002.543h.543c.069 0 .127.046.144.109l.005.04v.23a.15.15 0 0 1-.149.149h-.922a.15.15 0 0 1-.148-.149v-.922c0-.082.067-.148.148-.148zm2.074.691a.15.15 0 0 1 .149.149v.23a.15.15 0 0 1-.149.149h-.922a.15.15 0 0 1-.148-.149v-.23c0-.082.066-.149.148-.149zM11.057 2c.082 0 .149.066.149.148v.23a.15.15 0 0 1-.149.15h-.543v.542a.15.15 0 0 1-.109.144l-.039.005h-.23a.15.15 0 0 1-.149-.149v-.922c0-.082.067-.148.149-.148zm7.605 0a.15.15 0 0 1 .15.148v.922a.15.15 0 0 1-.15.149h-.23a.15.15 0 0 1-.149-.149v-.922c0-.081.067-.148.148-.148zM12.44 2c.082 0 .149.066.149.148v.23a.15.15 0 0 1-.149.15h-.922a.15.15 0 0 1-.148-.15v-.23c0-.082.066-.148.148-.148zm1.383 0c.082 0 .149.066.149.148v.23a.15.15 0 0 1-.149.15h-.922a.15.15 0 0 1-.148-.15v-.23c0-.082.066-.148.148-.148zm1.383 0c.082 0 .148.067.148.148v.23a.15.15 0 0 1-.148.15h-.922a.15.15 0 0 1-.148-.15v-.23c0-.082.066-.148.148-.148zm1.383 0c.082 0 .148.067.148.148v.23a.15.15 0 0 1-.148.15h-.922a.15.15 0 0 1-.149-.15v-.23c0-.082.067-.148.149-.148zm1.382 0a.15.15 0 0 1 .149.148v.23a.15.15 0 0 1-.15.15h-.921a.15.15 0 0 1-.149-.15v-.23A.15.15 0 0 1 17.049 2z" }) });
|
|
120
115
|
var EmptyScreen_default = SvgEmptyScreen;
|
|
121
116
|
|
|
117
|
+
// src/one-color/Expand.tsx
|
|
118
|
+
import { jsx as jsx20 } from "react/jsx-runtime";
|
|
119
|
+
var SvgExpand = (props) => /* @__PURE__ */ jsx20("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: /* @__PURE__ */ jsx20("path", { stroke: props.color || "currentColor", strokeLinecap: "round", strokeLinejoin: "round", d: "M7 21H5a2 2 0 0 1-2-2v-2M3 7V5a2 2 0 0 1 2-2h2m10 0h2a2 2 0 0 1 2 2v2m0 10v2a2 2 0 0 1-2 2h-2" }) });
|
|
120
|
+
var Expand_default = SvgExpand;
|
|
121
|
+
|
|
122
122
|
// src/one-color/Filter.tsx
|
|
123
123
|
import { jsx as jsx21 } from "react/jsx-runtime";
|
|
124
124
|
var SvgFilter = (props) => /* @__PURE__ */ jsx21("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: /* @__PURE__ */ jsx21("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M13.038 7.55a2.801 2.801 0 0 1 5.424 0l.038.15h1.75a.55.55 0 1 1 0 1.1H18.5l-.038.15a2.801 2.801 0 0 1-5.424 0L13 8.8H3.75a.55.55 0 1 1 0-1.1H13zm2.712-1a1.7 1.7 0 1 0 0 3.4 1.7 1.7 0 0 0 0-3.4m-10.212 8.5a2.801 2.801 0 0 1 5.424 0l.039.15h9.249a.55.55 0 1 1 0 1.1H11l-.038.15a2.801 2.801 0 0 1-5.424 0L5.5 16.3H3.75a.55.55 0 1 1 0-1.1H5.5zm2.712-1a1.7 1.7 0 1 0 0 3.4 1.7 1.7 0 0 0 0-3.4", clipRule: "evenodd" }) });
|
|
@@ -13,6 +13,10 @@ declare const SvgCart: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX
|
|
|
13
13
|
|
|
14
14
|
declare const SvgDeliver: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
15
15
|
|
|
16
|
+
declare const SvgDocumentSuccess: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
17
|
+
|
|
18
|
+
declare const SvgError: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
19
|
+
|
|
16
20
|
declare const SvgFavorite: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
17
21
|
|
|
18
22
|
declare const SvgHelp: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
@@ -51,8 +55,4 @@ declare const SvgUser: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX
|
|
|
51
55
|
|
|
52
56
|
declare const SvgVoucher: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
53
57
|
|
|
54
|
-
declare const SvgDocumentSuccess: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
55
|
-
|
|
56
|
-
declare const SvgError: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
57
|
-
|
|
58
58
|
export { SvgAdditionsDeductions as AdditionsDeductions, SvgBag as Bag, SvgBarcodeError as BarcodeError, SvgCalendar as Calendar, SvgCart as Cart, SvgDeliver as Deliver, SvgDocumentSuccess as DocumentSuccess, SvgError as Error, SvgFavorite as Favorite, SvgHelp as Help, SvgLoyalty as Loyalty, SvgMatches as Matches, SvgMessages as Messages, SvgMoney as Money, SvgNotification as Notification, SvgOrder as Order, SvgOrderEdit as OrderEdit, SvgPay as Pay, SvgPin as Pin, SvgQrCode as QrCode, SvgRate as Rate, SvgSearch as Search, SvgSignOut as SignOut, SvgTimesheet as Timesheet, SvgTrash as Trash, SvgUser as User, SvgVoucher as Voucher };
|
|
@@ -13,6 +13,10 @@ declare const SvgCart: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX
|
|
|
13
13
|
|
|
14
14
|
declare const SvgDeliver: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
15
15
|
|
|
16
|
+
declare const SvgDocumentSuccess: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
17
|
+
|
|
18
|
+
declare const SvgError: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
19
|
+
|
|
16
20
|
declare const SvgFavorite: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
17
21
|
|
|
18
22
|
declare const SvgHelp: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
@@ -51,8 +55,4 @@ declare const SvgUser: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX
|
|
|
51
55
|
|
|
52
56
|
declare const SvgVoucher: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
53
57
|
|
|
54
|
-
declare const SvgDocumentSuccess: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
55
|
-
|
|
56
|
-
declare const SvgError: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
57
|
-
|
|
58
58
|
export { SvgAdditionsDeductions as AdditionsDeductions, SvgBag as Bag, SvgBarcodeError as BarcodeError, SvgCalendar as Calendar, SvgCart as Cart, SvgDeliver as Deliver, SvgDocumentSuccess as DocumentSuccess, SvgError as Error, SvgFavorite as Favorite, SvgHelp as Help, SvgLoyalty as Loyalty, SvgMatches as Matches, SvgMessages as Messages, SvgMoney as Money, SvgNotification as Notification, SvgOrder as Order, SvgOrderEdit as OrderEdit, SvgPay as Pay, SvgPin as Pin, SvgQrCode as QrCode, SvgRate as Rate, SvgSearch as Search, SvgSignOut as SignOut, SvgTimesheet as Timesheet, SvgTrash as Trash, SvgUser as User, SvgVoucher as Voucher };
|