@iguanads/icons 1.1.2 → 1.2.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/one-color/index.d.mts +5 -1
- package/dist/one-color/index.d.ts +5 -1
- package/dist/one-color/index.js +94 -74
- package/dist/one-color/index.mjs +91 -73
- package/dist/two-colors/index.d.mts +5 -1
- package/dist/two-colors/index.d.ts +5 -1
- package/dist/two-colors/index.js +87 -63
- package/dist/two-colors/index.mjs +85 -63
- package/package.json +1 -1
package/dist/one-color/index.mjs
CHANGED
|
@@ -41,172 +41,188 @@ var SvgCamera = (props) => /* @__PURE__ */ jsxs("svg", __spreadProps(__spreadVal
|
|
|
41
41
|
] }));
|
|
42
42
|
var Camera_default = SvgCamera;
|
|
43
43
|
|
|
44
|
-
// src/one-color/
|
|
44
|
+
// src/one-color/Cart.tsx
|
|
45
45
|
import { jsx as jsx8 } from "react/jsx-runtime";
|
|
46
|
-
var
|
|
46
|
+
var SvgCart = (props) => /* @__PURE__ */ jsx8("svg", __spreadProps(__spreadValues({ xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className }, props), { children: /* @__PURE__ */ jsx8("path", { fill: props.color || "currentColor", d: "M9.368 16.499a2.26 2.26 0 0 0-2.26 2.25c0 1.245 1.01 2.251 2.26 2.251s2.26-1.006 2.26-2.25a2.26 2.26 0 0 0-2.26-2.251m1.18 2.25a1.19 1.19 0 0 1-2.38 0c0-.657.53-1.185 1.19-1.185s1.19.528 1.19 1.186M20.898 7.825a.55.55 0 0 0-.43-.209H6.908l-.26-1.434a2.47 2.47 0 0 0-2.01-1.992l-1.01-.179c-.14-.03-.28 0-.4.09-.12.08-.2.199-.22.348-.05.29.14.568.43.618l1.02.179c.58.1 1.03.558 1.14 1.135l1.37 7.708a2.07 2.07 0 0 0 2.05 1.713h8.15c.91 0 1.73-.608 1.99-1.474l1.82-6.015a.53.53 0 0 0-.08-.468zm-1.15.847-1.62 5.327c-.13.419-.52.717-.96.717h-8.15c-.49 0-.91-.348-1-.836l-.93-5.208h12.66M17.498 16.499a2.26 2.26 0 0 0-2.26 2.25c0 1.245 1.01 2.251 2.26 2.251s2.26-1.006 2.26-2.25a2.26 2.26 0 0 0-2.26-2.251m1.19 2.25a1.19 1.19 0 0 1-2.38 0c0-.657.53-1.185 1.19-1.185s1.19.528 1.19 1.186" }) }));
|
|
47
|
+
var Cart_default = SvgCart;
|
|
48
|
+
|
|
49
|
+
// src/one-color/CategoryList.tsx
|
|
50
|
+
import { jsx as jsx9 } from "react/jsx-runtime";
|
|
51
|
+
var SvgCategoryList = (props) => /* @__PURE__ */ jsx9("svg", __spreadProps(__spreadValues({ xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className }, props), { children: /* @__PURE__ */ jsx9("path", { fill: props.color || "currentColor", d: "M4.66 13.32a1.66 1.66 0 1 0 0-3.32 1.66 1.66 0 0 0 0 3.32M11.99 13.32a1.66 1.66 0 1 0 0-3.32 1.66 1.66 0 0 0 0 3.32M19.34 13.32a1.66 1.66 0 1 0 0-3.32 1.66 1.66 0 0 0 0 3.32" }) }));
|
|
47
52
|
var CategoryList_default = SvgCategoryList;
|
|
48
53
|
|
|
49
54
|
// src/one-color/Check.tsx
|
|
50
|
-
import { jsx as
|
|
51
|
-
var SvgCheck = (props) => /* @__PURE__ */
|
|
55
|
+
import { jsx as jsx10 } from "react/jsx-runtime";
|
|
56
|
+
var SvgCheck = (props) => /* @__PURE__ */ jsx10("svg", __spreadProps(__spreadValues({ xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className }, props), { children: /* @__PURE__ */ jsx10("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M21.748 5.236c.32.31.33.83.02 1.15l-12.6 13.1c-.3.31-.79.33-1.11.05l-5.78-5.1a.82.82 0 0 1-.08-1.15c.29-.34.81-.37 1.14-.08l5.2 4.59 12.07-12.55c.31-.32.82-.33 1.14-.02z", clipRule: "evenodd" }) }));
|
|
52
57
|
var Check_default = SvgCheck;
|
|
53
58
|
|
|
54
59
|
// src/one-color/Clock.tsx
|
|
55
|
-
import { jsx as
|
|
60
|
+
import { jsx as jsx11, jsxs as jsxs2 } from "react/jsx-runtime";
|
|
56
61
|
var SvgClock = (props) => /* @__PURE__ */ jsxs2("svg", __spreadProps(__spreadValues({ xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className }, props), { children: [
|
|
57
|
-
/* @__PURE__ */
|
|
58
|
-
/* @__PURE__ */
|
|
62
|
+
/* @__PURE__ */ jsx11("path", { fill: props.color || "currentColor", d: "M11.95 2C6.46 2 2 6.46 2 11.95s4.46 9.95 9.95 9.95 9.95-4.46 9.95-9.95S17.44 2 11.95 2m6.16 16.11a8.64 8.64 0 0 1-6.16 2.55c-4.81 0-8.72-3.91-8.72-8.72s3.91-8.72 8.72-8.72 8.72 3.91 8.72 8.72c0 2.33-.91 4.52-2.55 6.16z" }),
|
|
63
|
+
/* @__PURE__ */ jsx11("path", { fill: props.color || "currentColor", d: "M11.95 5.33c-.34 0-.62.28-.62.62v5.47c0 .14-.06.27-.17.36l-3 2.33c-.27.21-.31.6-.1.86.1.13.25.21.41.23.17.02.33-.03.46-.13l3.5-2.73c.08-.07.13-.17.13-.28V5.93c0-.34-.28-.62-.62-.62z" })
|
|
59
64
|
] }));
|
|
60
65
|
var Clock_default = SvgClock;
|
|
61
66
|
|
|
62
67
|
// src/one-color/Close.tsx
|
|
63
|
-
import { jsx as
|
|
64
|
-
var SvgClose = (props) => /* @__PURE__ */
|
|
68
|
+
import { jsx as jsx12 } from "react/jsx-runtime";
|
|
69
|
+
var SvgClose = (props) => /* @__PURE__ */ jsx12("svg", __spreadProps(__spreadValues({ xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className }, props), { children: /* @__PURE__ */ jsx12("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M4.294 3.154c.27-.23.69-.2.92.07l6.78 7.75 6.78-7.75c.24-.27.65-.3.92-.07s.3.63.07.9l-6.91 7.9 6.98 7.98c.24.27.21.67-.07.9a.66.66 0 0 1-.92-.07l-6.85-7.84-6.85 7.84a.66.66 0 0 1-.92.07.636.636 0 0 1-.07-.9l6.98-7.98-6.91-7.9a.62.62 0 0 1 .07-.9", clipRule: "evenodd" }) }));
|
|
65
70
|
var Close_default = SvgClose;
|
|
66
71
|
|
|
72
|
+
// src/one-color/Copy.tsx
|
|
73
|
+
import { jsx as jsx13, jsxs as jsxs3 } from "react/jsx-runtime";
|
|
74
|
+
var SvgCopy = (props) => /* @__PURE__ */ jsxs3("svg", __spreadProps(__spreadValues({ xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className }, props), { children: [
|
|
75
|
+
/* @__PURE__ */ jsxs3("g", { fill: props.color || "currentColor", clipPath: "url(#a)", children: [
|
|
76
|
+
/* @__PURE__ */ jsx13("path", { d: "M18.02 7.55h-7.44c-1.66 0-2.98 1.36-2.98 2.99v7.47A2.99 2.99 0 0 0 10.58 21h7.44c1.66 0 2.98-1.36 2.98-2.99v-7.47a2.99 2.99 0 0 0-2.98-2.99m1.96 10.48c0 1.1-.89 1.97-1.96 1.97h-7.44c-1.1 0-1.96-.89-1.96-1.97v-7.47c0-1.1.89-1.97 1.96-1.97h7.44c1.1 0 1.96.89 1.96 1.97z" }),
|
|
77
|
+
/* @__PURE__ */ jsx13("path", { d: "M5.98 15.43c-1.1 0-1.96-.89-1.96-1.97V5.99c0-1.1.89-1.97 1.96-1.97h7.44c1.1 0 1.96.89 1.96 1.97 0 .4.03.58.09.63.09.1.93.12.93-.63A2.99 2.99 0 0 0 13.42 3H5.98C4.33 3 3 4.36 3 5.99v7.47a2.99 2.99 0 0 0 2.98 2.99c.61 0 .84-.03.88-.09.05-.07-.03-.72-.33-.96 0 0-.22.04-.55.03" })
|
|
78
|
+
] }),
|
|
79
|
+
/* @__PURE__ */ jsx13("defs", { children: /* @__PURE__ */ jsx13("clipPath", { id: "a", children: /* @__PURE__ */ jsx13("path", { fill: "#fff", d: "M3 3h18v18H3z" }) }) })
|
|
80
|
+
] }));
|
|
81
|
+
var Copy_default = SvgCopy;
|
|
82
|
+
|
|
67
83
|
// src/one-color/Deliver.tsx
|
|
68
|
-
import { jsx as
|
|
69
|
-
var SvgDeliver = (props) => /* @__PURE__ */
|
|
70
|
-
/* @__PURE__ */
|
|
71
|
-
/* @__PURE__ */
|
|
84
|
+
import { jsx as jsx14, jsxs as jsxs4 } from "react/jsx-runtime";
|
|
85
|
+
var SvgDeliver = (props) => /* @__PURE__ */ jsxs4("svg", __spreadProps(__spreadValues({ xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className }, props), { children: [
|
|
86
|
+
/* @__PURE__ */ jsx14("path", { fill: props.color || "currentColor", d: "M14.97 14.6H9.4a.43.43 0 0 0-.45.45c0 .27.18.45.45.45h5.57c.26 0 .45-.18.45-.45s-.18-.45-.45-.45M6.75 10.8c-.92 0-1.7.77-1.7 1.69s.78 1.69 1.7 1.69 1.7-.81 1.7-1.69c0-.95-.75-1.69-1.7-1.69m0 2.49c-.43 0-.81-.37-.81-.8s.38-.8.81-.8.81.37.81.8-.38.8-.81.8M17.61 10.8c-.92 0-1.7.77-1.7 1.69s.78 1.69 1.7 1.69c.86 0 1.62-.75 1.7-1.69 0-.95-.75-1.69-1.7-1.69m0 2.49c-.43 0-.81-.37-.81-.8s.38-.8.81-.8.81.37.81.8-.38.8-.81.8" }),
|
|
87
|
+
/* @__PURE__ */ jsx14("path", { fill: props.color || "currentColor", d: "M22.38 8.68c0-.68-.6-1.28-1.28-1.28h-.97c-.37 0-.7.16-.94.43L18.06 5.1c-.3-.67-.96-1.1-1.69-1.1H8.01c-.75 0-1.47.45-1.76 1.1L5.14 7.77c-.23-.25-.54-.38-.89-.38h-.97C2.6 7.39 2 7.99 2 8.67s.6 1.28 1.28 1.28h.33c-.32.38-.5.85-.5 1.35v6.71c0 .54.46 1 1 1h2.23c.54 0 1-.46 1-1v-.94h9.69v.94c0 .54.46 1 1 1h2.23c.54 0 1-.46 1-1V11.3c0-.5-.18-.97-.5-1.35h.33c.68 0 1.28-.6 1.28-1.28zM7.12 5.47c.13-.31.51-.56.88-.56h8.36c.32 0 .74.15.88.56l1.55 3.74H5.57zm-3.85 3.6c-.22 0-.39-.16-.39-.38s.16-.38.39-.38h.97q.255 0 .33.15c.06.11.06.28 0 .41-.05.15-.14.21-.32.21h-.97zm17.1 8.95c0 .08-.02.11-.11.11h-2.23c-.08 0-.11-.02-.11-.11v-1.38a.43.43 0 0 0-.45-.45H6.89a.43.43 0 0 0-.45.45v1.38c0 .08-.02.11-.11.11H4.1c-.08 0-.11-.02-.11-.11v-6.71c0-.64.58-1.21 1.22-1.21h13.92c.64 0 1.22.58 1.22 1.21v6.71zm-.18-8.95c-.1 0-.22-.12-.35-.25-.07-.07-.07-.2.02-.37q.075-.15.33-.15h.97c.22 0 .39.16.39.38s-.16.38-.39.38h-.97z" })
|
|
72
88
|
] }));
|
|
73
89
|
var Deliver_default = SvgDeliver;
|
|
74
90
|
|
|
75
91
|
// src/one-color/Edit.tsx
|
|
76
|
-
import { jsx as
|
|
77
|
-
var SvgEdit = (props) => /* @__PURE__ */
|
|
92
|
+
import { jsx as jsx15 } from "react/jsx-runtime";
|
|
93
|
+
var SvgEdit = (props) => /* @__PURE__ */ jsx15("svg", __spreadProps(__spreadValues({ xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className }, props), { children: /* @__PURE__ */ jsx15("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" }) }));
|
|
78
94
|
var Edit_default = SvgEdit;
|
|
79
95
|
|
|
80
96
|
// src/one-color/Hide.tsx
|
|
81
|
-
import { jsx as
|
|
82
|
-
var SvgHide = (props) => /* @__PURE__ */
|
|
97
|
+
import { jsx as jsx16 } from "react/jsx-runtime";
|
|
98
|
+
var SvgHide = (props) => /* @__PURE__ */ jsx16("svg", __spreadProps(__spreadValues({ xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className }, props), { children: /* @__PURE__ */ jsx16("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M5.705 20.936c-.17.24-.11.58.14.75.24.17.58.11.75-.14l1.66-2.39.62-.89.88-1.27.6-.87 4.28-6.18.59-.85 1.01-1.45.6-.86 2.04-2.94c.17-.24.11-.58-.14-.75a.536.536 0 0 0-.75.14l-2.16 3.12-.61.88-.87 1.25-.59.85-4.29 6.2-.6.87-1.02 1.47-.6.87-1.53 2.21zm6.3-1.1c-1.1 0-2.18-.17-3.2-.48l.63-.91c.83.23 1.7.35 2.58.35 3.8 0 7.25-2.19 8.87-5.63v-.03c.12-.26.12-.56 0-.82a9.8 9.8 0 0 0-4.16-4.42l.59-.86c1.93 1.09 3.51 2.75 4.49 4.84.26.54.26 1.18 0 1.72-1.79 3.8-5.61 6.23-9.81 6.23zm0-2.28c-.61 0-1.2-.11-1.73-.32l.62-.9c.35.11.73.17 1.11.17v.03c1.01.01 1.99-.38 2.7-1.1s1.11-1.69 1.1-2.7c0-.87-.28-1.69-.79-2.35l.61-.88c.79.89 1.22 2.04 1.21 3.23 0 2.67-2.16 4.83-4.83 4.83zm1.8-9.32-.6.86a3.8 3.8 0 0 0-3.88.91 3.82 3.82 0 0 0-.28 5.1l-.61.89c-.78-.86-1.26-2-1.26-3.26 0-2.67 2.16-4.83 4.83-4.83.62 0 1.23.11 1.8.33m-10.66 4.93a9.86 9.86 0 0 0 4.18 4.43l-.6.87a10.8 10.8 0 0 1-4.53-4.86c-.26-.54-.26-1.18 0-1.72 1.79-3.8 5.61-6.23 9.81-6.23 1.12 0 2.21.17 3.25.5l-.62.9c-.84-.23-1.71-.35-2.61-.35-3.8 0-7.25 2.19-8.87 5.63-.13.27-.13.58 0 .85z", clipRule: "evenodd" }) }));
|
|
83
99
|
var Hide_default = SvgHide;
|
|
84
100
|
|
|
85
101
|
// src/one-color/House.tsx
|
|
86
|
-
import { jsx as
|
|
87
|
-
var SvgHouse = (props) => /* @__PURE__ */
|
|
102
|
+
import { jsx as jsx17 } from "react/jsx-runtime";
|
|
103
|
+
var SvgHouse = (props) => /* @__PURE__ */ jsx17("svg", __spreadProps(__spreadValues({ xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className }, props), { children: /* @__PURE__ */ jsx17("path", { fill: props.color || "currentColor", d: "M21.1 9.33v-.02c-.12-.42-.4-.79-.78-1l-8.08-4.64a.51.51 0 0 0-.48 0L3.68 8.31a1.636 1.636 0 0 0-.59 2.26c.42.71 1.29.99 2.06.69v8.05c0 .6.49 1.09 1.1 1.09h11.52c.61 0 1.1-.49 1.1-1.09v-8.04c.75.31 1.65.02 2.07-.7.22-.37.28-.82.17-1.24zm-7.45 4.85v5.26h-3.31v-5.26zm.48-.96H9.86a.48.48 0 0 0-.48.48v5.74H6.24c-.07 0-.13-.06-.13-.13v-8.58L12 7.35l5.9 3.38v8.58c0 .07-.06.13-.13.13h-3.14V13.7a.48.48 0 0 0-.48-.48zm6.09-3.07-.13-.05v.02c-.2.3-.61.4-.93.22l-6.9-3.96a.51.51 0 0 0-.48 0l-6.9 3.96a.7.7 0 0 1-.95-.25.7.7 0 0 1-.07-.53c.05-.18.16-.33.33-.42l7.84-4.5 7.84 4.5c.33.19.44.62.25.95l.13.07z" }) }));
|
|
88
104
|
var House_default = SvgHouse;
|
|
89
105
|
|
|
90
106
|
// src/one-color/MapView.tsx
|
|
91
|
-
import { jsx as
|
|
92
|
-
var SvgMapView = (props) => /* @__PURE__ */
|
|
93
|
-
/* @__PURE__ */
|
|
94
|
-
/* @__PURE__ */
|
|
107
|
+
import { jsx as jsx18, jsxs as jsxs5 } from "react/jsx-runtime";
|
|
108
|
+
var SvgMapView = (props) => /* @__PURE__ */ jsxs5("svg", __spreadProps(__spreadValues({ xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className }, props), { children: [
|
|
109
|
+
/* @__PURE__ */ jsx18("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M11.7 6.28c-2.39 0-4.34 1.97-4.34 4.39s1.95 4.39 4.34 4.39 4.34-1.97 4.34-4.39-1.95-4.39-4.34-4.39m0 7.56c-1.73 0-3.13-1.43-3.13-3.17S9.98 7.5 11.7 7.5s3.13 1.43 3.13 3.17-1.41 3.17-3.13 3.17", clipRule: "evenodd" }),
|
|
110
|
+
/* @__PURE__ */ jsx18("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M11.7 3C7.46 3 4 6.35 4 10.47c0 1.32.4 2.7 1.19 4.1.62 1.1 1.47 2.2 2.54 3.29 1.11 1.13 2.33 2.15 3.65 3.04l.02.02c.18.11.45.11.61-.01.32-.21 1.96-1.31 3.66-3.05 1.06-1.08 1.92-2.19 2.54-3.29.79-1.4 1.19-2.78 1.19-4.1v-.1C19.35 6.3 15.92 3 11.7 3m5.49 10.93v.03c-.58 1-1.37 2.02-2.36 3.03-.92.93-1.96 1.81-3.08 2.61l-.06.04-.06-.04c-1.12-.8-2.15-1.68-3.07-2.6-.99-1.01-1.78-2.03-2.34-3.03-.69-1.21-1.03-2.39-1.03-3.5 0-3.45 2.92-6.26 6.51-6.26s6.51 2.81 6.51 6.26c0 1.11-.34 2.27-1.01 3.47z", clipRule: "evenodd" })
|
|
95
111
|
] }));
|
|
96
112
|
var MapView_default = SvgMapView;
|
|
97
113
|
|
|
98
114
|
// src/one-color/Menu.tsx
|
|
99
|
-
import { jsx as
|
|
100
|
-
var SvgMenu = (props) => /* @__PURE__ */
|
|
115
|
+
import { jsx as jsx19 } from "react/jsx-runtime";
|
|
116
|
+
var SvgMenu = (props) => /* @__PURE__ */ jsx19("svg", __spreadProps(__spreadValues({ xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className }, props), { children: /* @__PURE__ */ jsx19("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M3 6.6c0-.33.27-.6.6-.6h16.8c.33 0 .6.27.6.6s-.27.6-.6.6H3.6c-.33 0-.6-.27-.6-.6m0 5c0-.33.27-.6.6-.6h16.8c.33 0 .6.27.6.6s-.27.6-.6.6H3.6c-.33 0-.6-.27-.6-.6m.6 4.4c-.33 0-.6.27-.6.6s.27.6.6.6h16.8c.33 0 .6-.27.6-.6s-.27-.6-.6-.6z", clipRule: "evenodd" }) }));
|
|
101
117
|
var Menu_default = SvgMenu;
|
|
102
118
|
|
|
103
119
|
// src/one-color/Money.tsx
|
|
104
|
-
import { jsx as
|
|
105
|
-
var SvgMoney = (props) => /* @__PURE__ */
|
|
120
|
+
import { jsx as jsx20 } from "react/jsx-runtime";
|
|
121
|
+
var SvgMoney = (props) => /* @__PURE__ */ jsx20("svg", __spreadProps(__spreadValues({ xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className }, props), { children: /* @__PURE__ */ jsx20("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M14.315 6.465c-.16.22-.47.28-.69.12a.487.487 0 0 1-.12-.69l1.45-2.04a5.45 5.45 0 0 0-5.91 0l1.45 2.03c.15.22.09.52-.13.67s-.53.11-.69-.11l-1.73-2.42c-.15-.21-.11-.5.09-.66 2.22-1.82 5.71-1.82 7.93 0 .2.16.24.45.09.67l-1.73 2.43zm-2.83 5.13c-.87.17-1.49.91-1.49 1.78 0 .52.24 1.45 1.86 1.83h.02c1.1.25 1.1.71 1.1.86 0 .58-.51.85-.98.85-.4 0-.76-.23-.91-.59a.5.5 0 0 0-.4-.31.52.52 0 0 0-.47.19c-.11.14-.13.34-.05.5.24.56.73.98 1.33 1.13v.4c0 .27.23.49.5.49a.5.5 0 0 0 .5-.49v-.4c.87-.17 1.49-.91 1.49-1.78 0-.52-.25-1.45-1.86-1.82h-.02c-1.1-.25-1.1-.71-1.1-.86 0-.58.51-.85.98-.85.4 0 .75.23.91.59.11.24.4.35.65.25s.37-.38.28-.63c-.24-.56-.73-.98-1.33-1.13v-.4a.5.5 0 0 0-.5-.49.5.5 0 0 0-.5.49v.38zm-6.27 4.62c0-3.31 1.5-6.44 4.07-8.57a.5.5 0 0 1 .32-.12h4.77c.12 0 .23.04.32.12 2.57 2.13 4.06 5.26 4.07 8.57v1.41l.15.07c.79.37 1.21 1.23 1.02 2.07s-.95 1.43-1.82 1.44H5.865c-.87 0-1.63-.6-1.82-1.44s.23-1.7 1.02-2.07l.15-.07zm.64 4a.87.87 0 0 1-.85-.66c-.1-.39.1-.8.48-.97l.44-.2a.51.51 0 0 0 .29-.45v-1.72c0-2.95 1.31-5.76 3.57-7.7h4.39c2.26 1.94 3.57 4.75 3.58 7.7v1.72c0 .19.11.37.28.46l.44.2c.36.17.56.57.47.96s-.44.66-.84.66z", clipRule: "evenodd" }) }));
|
|
106
122
|
var Money_default = SvgMoney;
|
|
107
123
|
|
|
108
124
|
// src/one-color/Next.tsx
|
|
109
|
-
import { jsx as
|
|
110
|
-
var SvgNext = (props) => /* @__PURE__ */
|
|
125
|
+
import { jsx as jsx21 } from "react/jsx-runtime";
|
|
126
|
+
var SvgNext = (props) => /* @__PURE__ */ jsx21("svg", __spreadProps(__spreadValues({ xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className }, props), { children: /* @__PURE__ */ jsx21("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M7.203 21.803a.77.77 0 0 1 0-1.04l8.04-8.59c.09-.1.09-.25 0-.34l-8.04-8.59a.77.77 0 0 1 0-1.04c.26-.27.66-.27.91 0l8.69 9.28c.27.28.27.75 0 1.04l-8.69 9.28c-.26.27-.66.27-.91 0", clipRule: "evenodd" }) }));
|
|
111
127
|
var Next_default = SvgNext;
|
|
112
128
|
|
|
113
129
|
// src/one-color/Notification.tsx
|
|
114
|
-
import { jsx as
|
|
115
|
-
var SvgNotification = (props) => /* @__PURE__ */
|
|
130
|
+
import { jsx as jsx22 } from "react/jsx-runtime";
|
|
131
|
+
var SvgNotification = (props) => /* @__PURE__ */ jsx22("svg", __spreadProps(__spreadValues({ xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className }, props), { children: /* @__PURE__ */ jsx22("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M12.01 3.01c-1.16 0-2.1.96-2.1 2.13v.14l-.05.02c-2.38.9-3.99 3.26-3.99 5.86v3.78s-.02.07-.03.08c0 .01-.02.02-.05.02-.99 0-1.79.82-1.79 1.82s.8 1.82 1.79 1.82h3.52c.15 1.36 1.26 2.32 2.7 2.32s2.56-.97 2.7-2.33h3.51c.99 0 1.79-.82 1.79-1.82s-.8-1.82-1.79-1.82h-.08v-3.88c0-2.6-1.6-4.96-3.99-5.86l-.05-.02v-.14C14.1 3.95 13.16 3 12 3zm-.04 17.08c-.81 0-1.5-.59-1.63-1.4h3.27c-.14.81-.82 1.4-1.63 1.4zM10.95 5.01c0-.58.46-1.04 1.02-1.04s1.02.47 1.02 1.04v.98l.4.11c2.17.64 3.69 2.7 3.69 5.02v3.86c0 .66.53 1.21 1.18 1.21.39 0 .7.32.7.72s-.32.72-.71.72H5.67c-.39 0-.71-.32-.71-.72s.32-.72.7-.72c.66 0 1.18-.55 1.18-1.21v-3.86c0-2.32 1.52-4.38 3.69-5.02l.4-.11v-.98z", clipRule: "evenodd" }) }));
|
|
116
132
|
var Notification_default = SvgNotification;
|
|
117
133
|
|
|
118
134
|
// src/one-color/Order.tsx
|
|
119
|
-
import { jsx as
|
|
120
|
-
var SvgOrder = (props) => /* @__PURE__ */
|
|
121
|
-
/* @__PURE__ */
|
|
122
|
-
/* @__PURE__ */
|
|
135
|
+
import { jsx as jsx23, jsxs as jsxs6 } from "react/jsx-runtime";
|
|
136
|
+
var SvgOrder = (props) => /* @__PURE__ */ jsxs6("svg", __spreadProps(__spreadValues({ xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className }, props), { children: [
|
|
137
|
+
/* @__PURE__ */ jsx23("path", { fill: props.color || "currentColor", d: "M19.1 3.01H7.2c-1.01 0-1.84.81-1.84 1.8l-.07 11.41H3.46c-.25 0-.46.2-.46.45v1.96c0 1.27 1.01 2.32 2.3 2.38h10.41c1.33 0 2.4-1.07 2.4-2.38V9.71h2.44c.12 0 .24-.04.32-.13.09-.08.13-.2.13-.32V4.89A1.9 1.9 0 0 0 19.09 3zM5.41 20.11c-.82 0-1.49-.66-1.49-1.48v-1.51h9.39v1.51c0 .54.18 1.06.52 1.48zM17.2 4.9v13.74c0 .81-.67 1.48-1.49 1.48s-1.49-.66-1.49-1.48v-1.96c0-.25-.2-.45-.46-.45H6.21l.07-11.41c0-.5.42-.9.92-.9h10.28c-.19.29-.28.63-.28.98m2.9 3.91h-1.98V4.9c0-.54.44-.98.99-.98s.99.44.99.98z" }),
|
|
138
|
+
/* @__PURE__ */ jsx23("path", { fill: props.color || "currentColor", d: "M7.8 12.43h7.29c.25 0 .46-.2.45-.45a.463.463 0 0 0-.46-.45H7.79c-.25 0-.46.2-.46.45s.2.45.46.45zM7.8 14.28h4.41c.25 0 .46-.2.46-.45s-.2-.45-.46-.45H7.8c-.25 0-.46.2-.46.45s.2.45.46.45" })
|
|
123
139
|
] }));
|
|
124
140
|
var Order_default = SvgOrder;
|
|
125
141
|
|
|
126
142
|
// src/one-color/Phone.tsx
|
|
127
|
-
import { jsx as
|
|
128
|
-
var SvgPhone = (props) => /* @__PURE__ */
|
|
143
|
+
import { jsx as jsx24 } from "react/jsx-runtime";
|
|
144
|
+
var SvgPhone = (props) => /* @__PURE__ */ jsx24("svg", __spreadProps(__spreadValues({ xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className }, props), { children: /* @__PURE__ */ jsx24("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M3.848 5.12c-.75 1-1 2.29-.76 3.81.36 2.29 1.96 5 4.39 7.42 2.39 2.39 5.16 4.03 7.42 4.39 1.53.24 2.82-.02 3.82-.77 1.1-.82 1.81-2.2 2.11-4.1.1-.63-.24-1.24-.84-1.47l-3.72-1.49a1.36 1.36 0 0 0-.84-.06c-.22.06-.44.18-.63.36-.26.24-.47.58-.61.8-.02.04-.05.07-.07.11v.02c-.26.38-.53.81-.82 1.18l-.04.05-.05-.02c-.16-.07-.38-.19-.62-.36-.57-.39-1.31-1.03-2.02-1.74s-1.35-1.45-1.74-2.01c-.17-.24-.29-.46-.36-.62l-.02-.05.05-.04c.38-.29.83-.58 1.19-.82l.11-.07c.25-.15.58-.36.81-.62.18-.2.29-.42.34-.65.06-.27.03-.55-.09-.83l-1.47-3.69c-.21-.52-.71-.85-1.26-.85-.09 0-.18 0-.27.03-1.88.31-3.24 1.02-4.05 2.12zm4.24-1.03.04.07-.02-.07c.11-.03.23.04.28.14l1.47 3.7c.03.08.04.14.03.19 0 .04-.04.09-.09.14-.06.07-.15.15-.28.23-.07.05-.15.1-.22.15l-.04.03s-.1.06-.15.1l-.02.02c-.4.25-.99.64-1.46 1.03-.23.19-.28.45-.28.58 0 .15.02.32.08.5.09.27.26.58.52.95.43.63 1.1 1.4 1.87 2.17s1.54 1.43 2.17 1.87c.37.26.68.42.95.52.19.06.35.09.5.08.14 0 .39-.05.58-.28.38-.46.75-1.03 1.03-1.46l.11-.17c.14-.22.26-.41.41-.55a.45.45 0 0 1 .16-.1c.02 0 .06 0 .14.02h.01l3.72 1.49c.11.04.17.16.15.27-.26 1.6-.82 2.74-1.68 3.38q-.855.63-2.1.63c-.28 0-.58-.02-.89-.07-2.04-.33-4.59-1.85-6.82-4.08s-3.75-4.78-4.08-6.82c-.19-1.22 0-2.22.55-2.98q.96-1.29 3.36-1.68", clipRule: "evenodd" }) }));
|
|
129
145
|
var Phone_default = SvgPhone;
|
|
130
146
|
|
|
131
147
|
// src/one-color/Preparation.tsx
|
|
132
|
-
import { jsx as
|
|
133
|
-
var SvgPreparation = (props) => /* @__PURE__ */
|
|
134
|
-
/* @__PURE__ */
|
|
135
|
-
/* @__PURE__ */
|
|
148
|
+
import { jsx as jsx25, jsxs as jsxs7 } from "react/jsx-runtime";
|
|
149
|
+
var SvgPreparation = (props) => /* @__PURE__ */ jsxs7("svg", __spreadProps(__spreadValues({ xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className }, props), { children: [
|
|
150
|
+
/* @__PURE__ */ jsx25("path", { fill: props.color || "currentColor", d: "M2.59 16.58h18.85c.27 0 .5-.22.5-.5 0-2.65-1.03-5.14-2.91-7.02a9.87 9.87 0 0 0-6.52-2.89V6h1.05c.27 0 .5-.22.5-.5s-.22-.5-.5-.5h-3.1c-.27 0-.5.22-.5.5s.22.5.5.5h1.05v.17a9.92 9.92 0 0 0-6.52 2.89 9.88 9.88 0 0 0-2.91 7.02c0 .27.22.5.5.5zm.51-1a8.9 8.9 0 0 1 2.6-5.82 8.87 8.87 0 0 1 6.31-2.62c2.38 0 4.63.93 6.32 2.62a8.9 8.9 0 0 1 2.6 5.82z" }),
|
|
151
|
+
/* @__PURE__ */ jsx25("path", { fill: props.color || "currentColor", d: "M9.63 7.82a8.6 8.6 0 0 0-3.82 2.32 8.55 8.55 0 0 0-2.14 3.92c-.03.13 0 .26.06.37a.5.5 0 0 0 .31.22c.04 0 .08.01.12.01.09 0 .18-.03.26-.07a.5.5 0 0 0 .22-.31 7.63 7.63 0 0 1 5.28-5.52c.26-.08.41-.35.34-.61a.5.5 0 0 0-.61-.34zM21.5 17.86h-19c-.27 0-.5.22-.5.5s.22.5.5.5h19.01c.27 0 .5-.22.5-.5s-.22-.5-.5-.5z" })
|
|
136
152
|
] }));
|
|
137
153
|
var Preparation_default = SvgPreparation;
|
|
138
154
|
|
|
139
155
|
// src/one-color/Rate.tsx
|
|
140
|
-
import { jsx as
|
|
141
|
-
var SvgRate = (props) => /* @__PURE__ */
|
|
156
|
+
import { jsx as jsx26 } from "react/jsx-runtime";
|
|
157
|
+
var SvgRate = (props) => /* @__PURE__ */ jsx26("svg", __spreadProps(__spreadValues({ xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className }, props), { children: /* @__PURE__ */ jsx26("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M20.874 4.01c.17-.23.16-.6-.07-.83l-.21-.13a.7.7 0 0 0-.24-.05.63.63 0 0 0-.45.19L3.114 19.98c-.18.24-.14.61.07.82.26.26.66.26.91 0zM7.814 3c-2.08 0-3.78 1.69-3.78 3.78s1.69 3.78 3.78 3.78 3.78-1.69 3.78-3.78S9.904 3 7.814 3m-2.49 3.78c0-1.37 1.12-2.49 2.49-2.49s2.49 1.12 2.49 2.49-1.12 2.49-2.49 2.49-2.49-1.12-2.49-2.49m10.84 6.67c-2.08 0-3.78 1.69-3.78 3.78s1.69 3.78 3.78 3.78 3.78-1.69 3.78-3.78-1.69-3.78-3.78-3.78m-2.49 3.77c0-1.37 1.12-2.49 2.49-2.49s2.49 1.12 2.49 2.49-1.12 2.49-2.49 2.49-2.49-1.12-2.49-2.49", clipRule: "evenodd" }) }));
|
|
142
158
|
var Rate_default = SvgRate;
|
|
143
159
|
|
|
144
160
|
// src/one-color/Rating.tsx
|
|
145
|
-
import { jsx as
|
|
146
|
-
var SvgRating = (props) => /* @__PURE__ */
|
|
161
|
+
import { jsx as jsx27 } from "react/jsx-runtime";
|
|
162
|
+
var SvgRating = (props) => /* @__PURE__ */ jsx27("svg", __spreadProps(__spreadValues({ xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className }, props), { children: /* @__PURE__ */ jsx27("path", { fill: props.color || "currentColor", d: "m20.278 8.761-4.56-.95a.21.21 0 0 1-.15-.11l-2.31-4.05a1.3 1.3 0 0 0-.48-.48c-.3-.17-.64-.22-.97-.12-.33.09-.6.3-.77.6l-2.31 4.05a.21.21 0 0 1-.15.11l-4.56.95a1.29 1.29 0 0 0-.69 2.12l3.13 3.45s.06.11.06.18l-.51 4.63c-.03.23.01.46.11.67.29.64 1.05.93 1.69.64l4.24-1.92c.06-.03.13-.03.19 0l4.24 1.92c.17.08.35.11.53.11h.14c.7-.08 1.21-.71 1.13-1.42l-.51-4.63c0-.06.01-.13.06-.18l3.13-3.45c.16-.17.26-.38.31-.6.14-.69-.3-1.37-.99-1.51zm-3.36 10.72-4.24-1.92c-.33-.15-.72-.15-1.05 0l-4.24 1.92c-.06.02-.12.03-.17 0a.22.22 0 0 1-.13-.12c-.02-.04-.02-.08-.02-.12l.51-4.63c.04-.36-.08-.73-.33-1l-3.13-3.45c-.08-.09-.08-.24.02-.32a.16.16 0 0 1 .11-.05l4.56-.95c.36-.07.67-.3.85-.62l2.31-4.05a.22.22 0 0 1 .2-.12h.06l.05.02s.07.05.08.08l2.31 4.05c.18.32.49.55.85.62l4.56.95c.12.03.2.15.18.27 0 .04-.03.08-.05.11l-3.13 3.45c-.25.27-.37.64-.33 1l.51 4.63c.01.12-.08.24-.2.25-.04 0-.08 0-.12-.02z" }) }));
|
|
147
163
|
var Rating_default = SvgRating;
|
|
148
164
|
|
|
149
165
|
// src/one-color/Refresh.tsx
|
|
150
|
-
import { jsx as
|
|
151
|
-
var SvgRefresh = (props) => /* @__PURE__ */
|
|
166
|
+
import { jsx as jsx28 } from "react/jsx-runtime";
|
|
167
|
+
var SvgRefresh = (props) => /* @__PURE__ */ jsx28("svg", __spreadProps(__spreadValues({ xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className }, props), { children: /* @__PURE__ */ jsx28("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M7.17 4.395a9.03 9.03 0 0 1 5.82-1.339c2.03.22 3.92 1.13 5.37 2.568.07.07.18.09.28.06.09-.04.16-.13.16-.23l.06-1.678c.01-.32.28-.58.6-.56.32.01.58.28.56.6l-.09 2.618a1.626 1.626 0 0 1-1.33 1.548l-2.6.49a.58.58 0 0 1-.68-.47.58.58 0 0 1 .47-.68l1.74-.329a.257.257 0 0 0 .1-.46.4.4 0 0 1-.07-.06 7.86 7.86 0 0 0-4.69-2.248 7.88 7.88 0 0 0-5.07 1.17 7.81 7.81 0 0 0-3.18 9.252 7.84 7.84 0 0 0 3.28 4.027 7.88 7.88 0 0 0 5.08 1.099 7.92 7.92 0 0 0 4.66-2.308 7.9 7.9 0 0 0 2.19-4.707c.03-.32.32-.56.64-.53s.56.32.53.64a9 9 0 0 1-2.51 5.406 9.07 9.07 0 0 1-5.35 2.658c-2.03.25-4.09-.19-5.84-1.26a9 9 0 0 1-3.77-4.626 8.95 8.95 0 0 1-.04-5.955 9.06 9.06 0 0 1 3.7-4.676z", clipRule: "evenodd" }) }));
|
|
152
168
|
var Refresh_default = SvgRefresh;
|
|
153
169
|
|
|
154
170
|
// src/one-color/SatelliteView.tsx
|
|
155
|
-
import { jsx as
|
|
156
|
-
var SvgSatelliteView = (props) => /* @__PURE__ */
|
|
171
|
+
import { jsx as jsx29 } from "react/jsx-runtime";
|
|
172
|
+
var SvgSatelliteView = (props) => /* @__PURE__ */ jsx29("svg", __spreadProps(__spreadValues({ xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className }, props), { children: /* @__PURE__ */ jsx29("path", { fill: props.color || "currentColor", d: "M21.93 17.23 15.35 6.24a.5.5 0 0 0-.18-.18.54.54 0 0 0-.25-.06c-.09 0-.17.03-.25.07-.07.04-.14.11-.18.18l-4.08 7.22-2.5-3.91a.5.5 0 0 0-.18-.17.51.51 0 0 0-.48 0c-.07.04-.13.1-.18.17l-4.99 7.65c-.05.08-.08.16-.08.25s.02.18.06.26.11.15.18.19c.08.05.17.07.26.07h19c.09 0 .18-.02.25-.07.08-.05.14-.11.18-.19s.06-.16.06-.25a.5.5 0 0 0-.07-.25zm-18.51-.25 4.06-6.23 2.53 3.96a.52.52 0 0 0 .42.23h.02c.09 0 .17-.03.24-.07s.13-.11.18-.18l4.06-7.2 5.68 9.49z" }) }));
|
|
157
173
|
var SatelliteView_default = SvgSatelliteView;
|
|
158
174
|
|
|
159
175
|
// src/one-color/Search.tsx
|
|
160
|
-
import { jsx as
|
|
161
|
-
var SvgSearch = (props) => /* @__PURE__ */
|
|
176
|
+
import { jsx as jsx30 } from "react/jsx-runtime";
|
|
177
|
+
var SvgSearch = (props) => /* @__PURE__ */ jsx30("svg", __spreadProps(__spreadValues({ xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className }, props), { children: /* @__PURE__ */ jsx30("path", { fill: props.color || "currentColor", d: "m20.49 18.106-3.755-3.755-.176-.117a.64.64 0 0 0-.714.127l-.312.313-.342-.342a6.94 6.94 0 0 0 1.613-4.43C16.804 6.1 13.704 3 9.902 3S3 6.1 3 9.903s3.099 6.902 6.902 6.902l.518-.019a6.9 6.9 0 0 0 3.89-1.574l.353.342-.313.323-.059.068a.644.644 0 0 0 .069.821l3.744 3.745.107.098a1.7 1.7 0 0 0 1.085.391 1.71 1.71 0 0 0 1.574-1.046 1.69 1.69 0 0 0-.371-1.848zm-.822 1.554a.55.55 0 0 1-.714.069l-3.45-3.432.801-.802 3.383 3.383a.584.584 0 0 1-.02.782m-4.106-9.747a5.664 5.664 0 0 1-5.66 5.66 5.67 5.67 0 0 1-5.66-5.66 5.67 5.67 0 0 1 5.66-5.662 5.67 5.67 0 0 1 5.66 5.662" }) }));
|
|
162
178
|
var Search_default = SvgSearch;
|
|
163
179
|
|
|
164
180
|
// src/one-color/Select.tsx
|
|
165
|
-
import { jsx as
|
|
166
|
-
var SvgSelect = (props) => /* @__PURE__ */
|
|
181
|
+
import { jsx as jsx31 } from "react/jsx-runtime";
|
|
182
|
+
var SvgSelect = (props) => /* @__PURE__ */ jsx31("svg", __spreadProps(__spreadValues({ xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className }, props), { children: /* @__PURE__ */ jsx31("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M2.203 8.203c.28-.27.75-.27 1.04 0l8.59 8.04c.1.09.25.09.34 0l8.59-8.04c.28-.27.75-.27 1.04 0 .27.26.27.66 0 .91l-9.28 8.69c-.28.27-.75.27-1.04 0l-9.28-8.69a.61.61 0 0 1 0-.91", clipRule: "evenodd" }) }));
|
|
167
183
|
var Select_default = SvgSelect;
|
|
168
184
|
|
|
169
185
|
// src/one-color/Share.tsx
|
|
170
|
-
import { jsx as
|
|
171
|
-
var SvgShare = (props) => /* @__PURE__ */
|
|
186
|
+
import { jsx as jsx32 } from "react/jsx-runtime";
|
|
187
|
+
var SvgShare = (props) => /* @__PURE__ */ jsx32("svg", __spreadProps(__spreadValues({ xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className }, props), { children: /* @__PURE__ */ jsx32("path", { fill: props.color || "currentColor", d: "M18.82 16.64c-.62 0-1.18.26-1.57.67l-9.9-4.95c.02-.11.04-.23.04-.35s-.02-.24-.04-.35l9.9-4.95c.4.41.96.67 1.57.67a2.19 2.19 0 1 0-2.19-2.19c0 .12.02.24.04.35l-9.9 4.95c-.4-.41-.96-.67-1.58-.67a2.19 2.19 0 1 0 0 4.38c.62 0 1.18-.26 1.58-.67l9.9 4.95c-.02.11-.04.23-.04.35a2.19 2.19 0 1 0 2.19-2.19" }) }));
|
|
172
188
|
var Share_default = SvgShare;
|
|
173
189
|
|
|
174
190
|
// src/one-color/Show.tsx
|
|
175
|
-
import { jsx as
|
|
176
|
-
var SvgShow = (props) => /* @__PURE__ */
|
|
191
|
+
import { jsx as jsx33 } from "react/jsx-runtime";
|
|
192
|
+
var SvgShow = (props) => /* @__PURE__ */ jsx33("svg", __spreadProps(__spreadValues({ xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className }, props), { children: /* @__PURE__ */ jsx33("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M21.815 11.23a10.837 10.837 0 0 0-19.62 0c-.26.54-.26 1.18 0 1.72a10.837 10.837 0 0 0 19.62 0c.26-.54.26-1.18 0-1.72m-.93 1.28a9.8 9.8 0 0 1-8.87 5.62c-3.8 0-7.25-2.19-8.87-5.62a.98.98 0 0 1 0-.85 9.8 9.8 0 0 1 8.87-5.62c3.8 0 7.25 2.19 8.87 5.62.12.26.12.56 0 .82zm-8.88-5.26c-2.67 0-4.83 2.16-4.83 4.83s2.16 4.83 4.83 4.83 4.83-2.16 4.83-4.83a4.783 4.783 0 0 0-4.83-4.83m0 8.6c-1.54 0-2.93-.93-3.51-2.35-.59-1.42-.26-3.06.84-4.14a3.82 3.82 0 0 1 4.15-.81c1.42.6 2.34 1.99 2.33 3.53.01 1.01-.38 1.99-1.1 2.7s-1.69 1.11-2.7 1.1v-.03z", clipRule: "evenodd" }) }));
|
|
177
193
|
var Show_default = SvgShow;
|
|
178
194
|
|
|
179
195
|
// src/one-color/SignOut.tsx
|
|
180
|
-
import { jsx as
|
|
181
|
-
var SvgSignOut = (props) => /* @__PURE__ */
|
|
182
|
-
/* @__PURE__ */
|
|
183
|
-
/* @__PURE__ */
|
|
196
|
+
import { jsx as jsx34, jsxs as jsxs8 } from "react/jsx-runtime";
|
|
197
|
+
var SvgSignOut = (props) => /* @__PURE__ */ jsxs8("svg", __spreadProps(__spreadValues({ xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className }, props), { children: [
|
|
198
|
+
/* @__PURE__ */ jsx34("path", { fill: props.color || "currentColor", d: "M20.31 3.01h-5.33c-.34 0-.57.23-.57.59s.22.59.57.59h4.76v15.39h-4.76c-.34 0-.57.23-.57.59s.22.59.57.59h5.33c.34 0 .57-.23.57-.59V3.59c0-.36-.22-.59-.57-.59z" }),
|
|
199
|
+
/* @__PURE__ */ jsx34("path", { fill: props.color || "currentColor", d: "M18.37 12.17v-.04l.03-.03s.04-.16.04-.21c0-.06-.02-.1-.03-.15a.3.3 0 0 1-.03-.13c0-.03-.07-.1-.1-.14l-5.33-5.53a.57.57 0 0 0-.39-.18c-.14 0-.29.06-.39.18-.23.24-.23.59 0 .83l4.36 4.52H4.57c-.34 0-.57.23-.57.59s.22.59.57.59h11.96l-.16.17-4.2 4.35c-.23.24-.23.59 0 .83.12.13.23.18.39.18s.27-.05.39-.18l5.33-5.53s.11-.11.11-.14z" })
|
|
184
200
|
] }));
|
|
185
201
|
var SignOut_default = SvgSignOut;
|
|
186
202
|
|
|
187
203
|
// src/one-color/Trash.tsx
|
|
188
|
-
import { jsx as
|
|
189
|
-
var SvgTrash = (props) => /* @__PURE__ */
|
|
190
|
-
/* @__PURE__ */
|
|
191
|
-
/* @__PURE__ */
|
|
204
|
+
import { jsx as jsx35, jsxs as jsxs9 } from "react/jsx-runtime";
|
|
205
|
+
var SvgTrash = (props) => /* @__PURE__ */ jsxs9("svg", __spreadProps(__spreadValues({ xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className }, props), { children: [
|
|
206
|
+
/* @__PURE__ */ jsx35("path", { fill: props.color || "currentColor", d: "M18.35 5.43h-3.07v-.06l-.26-1.05C14.84 3.54 14.17 3 13.41 3h-2.79c-.75 0-1.41.53-1.6 1.29l-.29 1.13H5.66C4.75 5.42 4 6.2 4 7.16S4.74 8.9 5.66 8.9h.1v.07l.5 10.38c.04.93.77 1.65 1.65 1.65h8.19c.88 0 1.61-.73 1.65-1.65l.5-10.45h.1c.91 0 1.66-.78 1.66-1.74s-.74-1.74-1.66-1.74zM10 4.57c.08-.3.33-.5.63-.5h2.79c.3 0 .56.21.63.52l.2.84H9.78zm6.75 14.73c-.02.36-.3.65-.65.65H7.91c-.35 0-.63-.28-.65-.65L6.77 8.9h10.48l-.49 10.4zm1.6-11.45H5.66c-.36 0-.65-.31-.65-.68s.29-.68.65-.68h12.69c.36 0 .65.31.65.68s-.29.68-.65.68" }),
|
|
207
|
+
/* @__PURE__ */ jsx35("path", { fill: props.color || "currentColor", d: "M14.13 17.43c.22.02.4-.15.42-.38l.4-5.83a.405.405 0 0 0-.36-.44c-.22-.02-.4.15-.42.38l-.4 5.83c-.02.23.15.42.36.44M12 17.43c.22 0 .39-.18.39-.41v-5.83c0-.23-.18-.41-.39-.41s-.39.18-.39.41v5.83c0 .23.18.41.39.41M9.87 17.43c.22-.02.38-.21.36-.44l-.4-5.83c-.02-.23-.2-.4-.42-.38s-.38.21-.36.44l.4 5.83c.02.23.2.4.42.38" })
|
|
192
208
|
] }));
|
|
193
209
|
var Trash_default = SvgTrash;
|
|
194
210
|
|
|
195
211
|
// src/one-color/User.tsx
|
|
196
|
-
import { jsx as
|
|
197
|
-
var SvgUser = (props) => /* @__PURE__ */
|
|
212
|
+
import { jsx as jsx36 } from "react/jsx-runtime";
|
|
213
|
+
var SvgUser = (props) => /* @__PURE__ */ jsx36("svg", __spreadProps(__spreadValues({ xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className }, props), { children: /* @__PURE__ */ jsx36("path", { fill: props.color || "currentColor", d: "m15.63 12.13-.26-.12-.26-.11-.26-.1-.26-.09-.25-.08-.92-.24-.06-.06v-.16l.03-.07.62-.29a4.61 4.61 0 0 0 2.55-5.19A4.6 4.6 0 0 0 12.05 2C9.87 2 8.01 3.49 7.54 5.62c-.42 1.87.37 3.82 1.97 4.87l.19.12.19.11.82.39.04.07v.16l-.07.06-.66.17c-3.23.85-5.64 3.65-5.98 6.97l-.02.28v.27L4 21.57v.05h16.1v-2.27c0-3.04-1.74-5.87-4.46-7.21zM5.1 20.35v-1.01c0-3.84 3.12-6.96 6.96-6.96 3.58 0 6.55 2.68 6.92 6.24l.02.24v.24l.02.24-.03 1.07-.14.11-13.65-.03-.11-.14zm6.96-10.21c-1.95 0-3.54-1.59-3.54-3.54s1.59-3.54 3.54-3.54S15.6 4.65 15.6 6.6s-1.59 3.54-3.54 3.54" }) }));
|
|
198
214
|
var User_default = SvgUser;
|
|
199
215
|
|
|
200
216
|
// src/one-color/Voucher.tsx
|
|
201
|
-
import { jsx as
|
|
202
|
-
var SvgVoucher = (props) => /* @__PURE__ */
|
|
217
|
+
import { jsx as jsx37 } from "react/jsx-runtime";
|
|
218
|
+
var SvgVoucher = (props) => /* @__PURE__ */ jsx37("svg", __spreadProps(__spreadValues({ xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className }, props), { children: /* @__PURE__ */ jsx37("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M21.52 10.93h-1.13c-.4 0-.76.21-.96.54-.2.34-.2.75 0 1.07.2.33.57.54.96.54h1.13a.476.476 0 0 1 .48.48v3.09c0 .48-.19.93-.54 1.27s-.81.53-1.3.53H3.84c-.49 0-.95-.19-1.3-.53S2 17.13 2 16.65v-3.09c0-.26.21-.47.48-.47h1.13c.39 0 .76-.21.96-.54.19-.33.19-.74 0-1.07-.2-.33-.57-.54-.96-.54H2.48a.476.476 0 0 1-.48-.48V7.81c0-.48.19-.93.54-1.28.35-.34.81-.53 1.3-.53h16.32c.49 0 .95.19 1.3.53s.54.79.54 1.27v2.65a.476.476 0 0 1-.48.48m-2.91 2.1c-.37-.62-.37-1.4 0-2.02V11c.37-.62 1.06-1.01 1.79-1.01h.65V7.81c0-.22-.09-.44-.25-.6a.89.89 0 0 0-.62-.25H3.86c-.23 0-.45.09-.62.25a.84.84 0 0 0-.25.6v2.18h.65c.74 0 1.42.39 1.79 1.01s.37 1.4 0 2.02-1.06 1.01-1.79 1.01h-.65v2.63c0 .22.09.44.25.6s.38.25.62.25h16.32c.23 0 .45-.09.62-.25a.84.84 0 0 0 .25-.6v-2.62h-.65c-.74 0-1.42-.39-1.79-1.01m-3.98-3.36c.08.08.13.2.13.32l-.01.01c0 .12-.05.24-.14.33l-4.57 4.46c-.09.1-.21.14-.35.14-.09 0-.22-.05-.3-.13a.5.5 0 0 1-.13-.33c0-.12.05-.24.14-.33l4.57-4.46c.09-.08.19-.13.32-.14h.01c.13 0 .25.05.33.13m-3.49 1.27c.26-.25.41-.6.41-.96s-.15-.71-.41-.96-.61-.4-.98-.4-.72.14-.98.4c-.26.25-.41.6-.41.96s.15.71.41.96c.26.26.61.4.98.4s.72-.15.98-.4M10 9.57c.06-.02.12-.04.18-.04.12 0 .24.05.32.13.11.11.15.27.12.42l-.03.06c-.07.17-.24.28-.43.28-.23 0-.43-.16-.45-.39v-.06c0-.18.11-.34.29-.41zm3.85 3.55c.37 0 .72.15.98.4.26.26.41.6.41.96s-.15.71-.41.96c-.26.26-.61.4-.98.4s-.72-.15-.98-.4-.41-.6-.41-.96.15-.71.41-.96c.26-.26.61-.4.98-.4m.07 1.81c.25-.04.4-.22.4-.45a.453.453 0 0 0-.46-.44c-.12 0-.24.05-.33.13-.13.13-.17.31-.1.48.08.17.24.28.43.28z", clipRule: "evenodd" }) }));
|
|
203
219
|
var Voucher_default = SvgVoucher;
|
|
204
220
|
|
|
205
221
|
// src/one-color/Whatsapp.tsx
|
|
206
|
-
import { jsx as
|
|
207
|
-
var SvgWhatsapp = (props) => /* @__PURE__ */
|
|
208
|
-
/* @__PURE__ */
|
|
209
|
-
/* @__PURE__ */
|
|
222
|
+
import { jsx as jsx38, jsxs as jsxs10 } from "react/jsx-runtime";
|
|
223
|
+
var SvgWhatsapp = (props) => /* @__PURE__ */ jsxs10("svg", __spreadProps(__spreadValues({ xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className }, props), { children: [
|
|
224
|
+
/* @__PURE__ */ jsx38("path", { fill: props.color || "currentColor", d: "m16.9 13.24-1.71-1.25a1.14 1.14 0 0 0-.82-.2c-.29.04-.54.2-.72.44l-.52.71s-.04.04-.05.06l-.06.02c-.11.01-.56.01-1.6-.82l-.1-.07c-1.09-.72-1.23-1.15-1.25-1.26v-.06c.01-.01.02-.03.04-.05l.53-.72c.17-.24.24-.53.2-.82-.05-.29-.2-.55-.44-.72L8.66 7.23c-.24-.17-.52-.24-.82-.2-.29.05-.54.2-.72.44l-.53.73c-.49.67-.62 1.59-.34 2.4.42 1.22 1.48 2.51 3.14 3.82.03.04.07.07.1.09.04.03.09.06.12.08l.05.04s.05.03.07.05c.03.03.07.05.1.06 1.77 1.19 3.33 1.81 4.62 1.84h.05c.82 0 1.6-.4 2.09-1.08l.53-.73c.17-.24.24-.53.2-.82a1.1 1.1 0 0 0-.44-.71zM8.03 7.97s.06 0 .09.03l1.74 1.27s.05.06.06.1c0 .03 0 .07-.03.11l-.5.69c-.06.07-.27.33-.25.74.04.63.58 1.29 1.66 2l.07.05c1.01.81 1.81 1.13 2.42.98.4-.1.59-.38.63-.45l.51-.7s.06-.05.09-.06c.04 0 .08 0 .12.03l1.71 1.25s.05.06.06.09c0 .05 0 .09-.03.12l-.54.73c-.32.43-.82.69-1.34.69h-.03c-.79-.02-2.17-.34-4.29-1.8-2.04-1.58-2.77-2.8-3.03-3.54-.18-.52-.1-1.11.22-1.53l.54-.73s.06-.05.1-.06h.02z" }),
|
|
225
|
+
/* @__PURE__ */ jsx38("path", { fill: props.color || "currentColor", d: "M11.77 3.01C6.93 3.01 3 6.94 3 11.78c0 2.05.72 4.03 2.02 5.6l-1.51 2.94c-.09.17-.06.37.06.52.09.11.22.17.36.17.05 0 .09 0 .14-.02l4.09-1.22c1.14.51 2.35.77 3.61.77 4.84 0 8.77-3.93 8.77-8.77S16.61 3 11.77 3zm0 16.59c-1.18 0-2.31-.26-3.37-.76a.5.5 0 0 0-.34-.03l-3.2.95 1.15-2.24a.47.47 0 0 0-.07-.53c-1.29-1.44-2-3.29-2-5.22 0-4.31 3.51-7.83 7.83-7.83s7.83 3.51 7.83 7.83-3.51 7.83-7.83 7.83" })
|
|
210
226
|
] }));
|
|
211
227
|
var Whatsapp_default = SvgWhatsapp;
|
|
212
228
|
export {
|
|
@@ -217,10 +233,12 @@ export {
|
|
|
217
233
|
Bag_default as Bag,
|
|
218
234
|
Calendar_default as Calendar,
|
|
219
235
|
Camera_default as Camera,
|
|
236
|
+
Cart_default as Cart,
|
|
220
237
|
CategoryList_default as CategoryList,
|
|
221
238
|
Check_default as Check,
|
|
222
239
|
Clock_default as Clock,
|
|
223
240
|
Close_default as Close,
|
|
241
|
+
Copy_default as Copy,
|
|
224
242
|
Deliver_default as Deliver,
|
|
225
243
|
Edit_default as Edit,
|
|
226
244
|
Hide_default as Hide,
|
|
@@ -7,6 +7,8 @@ declare const SvgCalendar: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime
|
|
|
7
7
|
|
|
8
8
|
declare const SvgCart: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
9
9
|
|
|
10
|
+
declare const SvgDeliver: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
11
|
+
|
|
10
12
|
declare const SvgFavorite: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
11
13
|
|
|
12
14
|
declare const SvgHelp: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
@@ -15,6 +17,8 @@ declare const SvgLoyalty: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.
|
|
|
15
17
|
|
|
16
18
|
declare const SvgMatches: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
17
19
|
|
|
20
|
+
declare const SvgMessages: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
21
|
+
|
|
18
22
|
declare const SvgMoney: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
19
23
|
|
|
20
24
|
declare const SvgNotification: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
@@ -37,4 +41,4 @@ declare const SvgUser: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX
|
|
|
37
41
|
|
|
38
42
|
declare const SvgVoucher: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
39
43
|
|
|
40
|
-
export { SvgBag as Bag, SvgCalendar as Calendar, SvgCart as Cart, SvgFavorite as Favorite, SvgHelp as Help, SvgLoyalty as Loyalty, SvgMatches as Matches, SvgMoney as Money, SvgNotification as Notification, SvgOrder as Order, SvgOrderEdit as OrderEdit, SvgPay as Pay, SvgPin as Pin, SvgRate as Rate, SvgSearch as Search, SvgTrash as Trash, SvgUser as User, SvgVoucher as Voucher };
|
|
44
|
+
export { SvgBag as Bag, SvgCalendar as Calendar, SvgCart as Cart, SvgDeliver as Deliver, 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, SvgRate as Rate, SvgSearch as Search, SvgTrash as Trash, SvgUser as User, SvgVoucher as Voucher };
|
|
@@ -7,6 +7,8 @@ declare const SvgCalendar: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime
|
|
|
7
7
|
|
|
8
8
|
declare const SvgCart: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
9
9
|
|
|
10
|
+
declare const SvgDeliver: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
11
|
+
|
|
10
12
|
declare const SvgFavorite: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
11
13
|
|
|
12
14
|
declare const SvgHelp: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
@@ -15,6 +17,8 @@ declare const SvgLoyalty: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.
|
|
|
15
17
|
|
|
16
18
|
declare const SvgMatches: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
17
19
|
|
|
20
|
+
declare const SvgMessages: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
21
|
+
|
|
18
22
|
declare const SvgMoney: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
19
23
|
|
|
20
24
|
declare const SvgNotification: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
@@ -37,4 +41,4 @@ declare const SvgUser: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX
|
|
|
37
41
|
|
|
38
42
|
declare const SvgVoucher: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
39
43
|
|
|
40
|
-
export { SvgBag as Bag, SvgCalendar as Calendar, SvgCart as Cart, SvgFavorite as Favorite, SvgHelp as Help, SvgLoyalty as Loyalty, SvgMatches as Matches, SvgMoney as Money, SvgNotification as Notification, SvgOrder as Order, SvgOrderEdit as OrderEdit, SvgPay as Pay, SvgPin as Pin, SvgRate as Rate, SvgSearch as Search, SvgTrash as Trash, SvgUser as User, SvgVoucher as Voucher };
|
|
44
|
+
export { SvgBag as Bag, SvgCalendar as Calendar, SvgCart as Cart, SvgDeliver as Deliver, 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, SvgRate as Rate, SvgSearch as Search, SvgTrash as Trash, SvgUser as User, SvgVoucher as Voucher };
|