@iguanads/icons 1.0.0 → 1.0.2
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/index.js +103 -120
- package/dist/index.mjs +103 -121
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1,22 +1,4 @@
|
|
|
1
1
|
var __defProp = Object.defineProperty;
|
|
2
|
-
var __defProps = Object.defineProperties;
|
|
3
|
-
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
|
|
4
|
-
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
7
|
-
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
8
|
-
var __spreadValues = (a, b) => {
|
|
9
|
-
for (var prop in b || (b = {}))
|
|
10
|
-
if (__hasOwnProp.call(b, prop))
|
|
11
|
-
__defNormalProp(a, prop, b[prop]);
|
|
12
|
-
if (__getOwnPropSymbols)
|
|
13
|
-
for (var prop of __getOwnPropSymbols(b)) {
|
|
14
|
-
if (__propIsEnum.call(b, prop))
|
|
15
|
-
__defNormalProp(a, prop, b[prop]);
|
|
16
|
-
}
|
|
17
|
-
return a;
|
|
18
|
-
};
|
|
19
|
-
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
20
2
|
var __export = (target, all) => {
|
|
21
3
|
for (var name in all)
|
|
22
4
|
__defProp(target, name, { get: all[name], enumerable: true });
|
|
@@ -93,469 +75,469 @@ __export(icons_exports, {
|
|
|
93
75
|
|
|
94
76
|
// src/icons/AccountFilled.tsx
|
|
95
77
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
96
|
-
var SvgAccountFilled = (props) => /* @__PURE__ */ jsxs("svg",
|
|
78
|
+
var SvgAccountFilled = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 32, height: props.height || 32, viewBox: "0 0 32 32", className: props.className, ...props, children: [
|
|
97
79
|
/* @__PURE__ */ jsx("path", { fill: "#FF4C4C", d: "m28.739 26.084-.52-4.466a5.5 5.5 0 0 0-4.954-4.829 6.8 6.8 0 0 1-2.357.443c-.84 0-1.638-.161-2.357-.443-.28 0-.56.08-.8.161-.399.765-.918 1.449-1.558 1.972 2.398 1.006 4.195 3.219 4.515 5.995l.242 2.08c0 .003 7.53 0 7.53.003.203-.241.305-.565.259-.916M18.39 14.737c.76.403 1.599.644 2.478.644 2.837 0 5.154-2.334 5.154-5.19S23.705 5 20.868 5c-2.197 0-4.075 1.408-4.794 3.38 1.478 1.328 2.397 3.219 2.397 5.311 0 .362 0 .684-.08 1.046" }),
|
|
98
80
|
/* @__PURE__ */ jsx("path", { fill: props.color || "currentColor", d: "M19.058 26.989c-.076-.654-.228-1.87-.228-1.87-.32-2.616-2.357-4.588-4.914-4.83a6.9 6.9 0 0 1-2.397.444c-.84 0-1.678-.162-2.398-.443-2.517.241-4.594 2.253-4.914 4.828 0 0-.138 1.277-.207 1.87.087-.06 15.07-.06 15.058 0" }),
|
|
99
81
|
/* @__PURE__ */ jsx("ellipse", { cx: 11.479, cy: 13.691, fill: props.color || "currentColor", rx: 5.154, ry: 5.191 })
|
|
100
|
-
] })
|
|
82
|
+
] });
|
|
101
83
|
var AccountFilled_default = SvgAccountFilled;
|
|
102
84
|
|
|
103
85
|
// src/icons/ArrowRightOneColor.tsx
|
|
104
86
|
import { jsx as jsx2 } from "react/jsx-runtime";
|
|
105
|
-
var SvgArrowRightOneColor = (props) => /* @__PURE__ */ jsx2("svg",
|
|
87
|
+
var SvgArrowRightOneColor = (props) => /* @__PURE__ */ jsx2("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 32, height: props.height || 32, viewBox: "0 0 32 32", className: props.className, ...props, children: /* @__PURE__ */ jsx2("path", { fill: props.color || "currentColor", d: "M6.007 15.938a.9.9 0 0 0 .893.787l15.485.002-4.736 4.736-.064.072a.9.9 0 0 0 1.337 1.202l6.275-6.275.063-.072.06-.083.049-.087.04-.099.03-.1.017-.111.004-.075-.005-.1-.022-.129-.032-.1-.045-.101-.062-.101-.067-.083-6.305-6.307-.072-.064a.904.904 0 0 0-1.201.064l-.064.072-.07.104a.9.9 0 0 0 .134 1.097l4.737 4.739L6.9 14.925l-.089.005a.904.904 0 0 0-.811.895z" }) });
|
|
106
88
|
var ArrowRightOneColor_default = SvgArrowRightOneColor;
|
|
107
89
|
|
|
108
90
|
// src/icons/AttachOneColor.tsx
|
|
109
91
|
import { jsx as jsx3 } from "react/jsx-runtime";
|
|
110
|
-
var SvgAttachOneColor = (props) => /* @__PURE__ */ jsx3("svg",
|
|
92
|
+
var SvgAttachOneColor = (props) => /* @__PURE__ */ jsx3("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 32, height: props.height || 32, viewBox: "0 0 32 32", className: props.className, ...props, children: /* @__PURE__ */ jsx3("path", { fill: props.color || "currentColor", d: "M7.601 25.404a5.443 5.443 0 0 1 0-7.712L19.206 6.125a3.876 3.876 0 0 1 5.461 0 3.846 3.846 0 0 1 0 5.443L13.062 23.136a2.267 2.267 0 0 1-3.185 0 2.25 2.25 0 0 1 0-3.176l10.012-9.98a.645.645 0 0 1 1.105.452.64.64 0 0 1-.195.456l-10.012 9.98a.944.944 0 0 0 0 1.36.95.95 0 0 0 1.365 0l11.605-11.567a2.54 2.54 0 0 0 0-3.629 2.56 2.56 0 0 0-3.64 0L8.511 18.6a4.137 4.137 0 0 0 0 5.898 4.17 4.17 0 0 0 5.916 0l10.467-10.434a.644.644 0 1 1 .91.908L15.338 25.404a5.485 5.485 0 0 1-7.737 0" }) });
|
|
111
93
|
var AttachOneColor_default = SvgAttachOneColor;
|
|
112
94
|
|
|
113
95
|
// src/icons/BackOneColor.tsx
|
|
114
96
|
import { jsx as jsx4 } from "react/jsx-runtime";
|
|
115
|
-
var SvgBackOneColor = (props) => /* @__PURE__ */ jsx4("svg",
|
|
97
|
+
var SvgBackOneColor = (props) => /* @__PURE__ */ jsx4("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 32, height: props.height || 32, viewBox: "0 0 32 32", className: props.className, ...props, children: /* @__PURE__ */ jsx4("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M19.745 6.279c.34.372.34.975 0 1.347L12.1 16l7.646 8.374c.34.372.34.975 0 1.347a.817.817 0 0 1-1.23 0l-8.26-9.048a1.02 1.02 0 0 1 0-1.346l8.26-9.048a.817.817 0 0 1 1.23 0", clipRule: "evenodd" }) });
|
|
116
98
|
var BackOneColor_default = SvgBackOneColor;
|
|
117
99
|
|
|
118
100
|
// src/icons/BagOneColor.tsx
|
|
119
101
|
import { jsx as jsx5, jsxs as jsxs2 } from "react/jsx-runtime";
|
|
120
|
-
var SvgBagOneColor = (props) => /* @__PURE__ */ jsxs2("svg",
|
|
102
|
+
var SvgBagOneColor = (props) => /* @__PURE__ */ jsxs2("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 32, height: props.height || 32, viewBox: "0 0 32 32", className: props.className, ...props, children: [
|
|
121
103
|
/* @__PURE__ */ jsx5("path", { stroke: props.color || "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 0.8, d: "M11.926 5.983v2.299c0 .74-2.9 3.507-2.9 4.971v3.575s0 .946.967.946c.966 0 .966-.946.966-.946s.085.946.967.946c.883 0 .967-.946.967-.946s.11.946.966.946c.857 0 .967-.946.967-.946v-3.31c0-.445 2.9-5.332 2.9-5.716v-1.82" }),
|
|
122
104
|
/* @__PURE__ */ jsx5("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M23.265 5c1.388 0 1.514.534 1.519 1.202v1.892l-.005.006c.085.118.151.213.178.252l2.251 3.359A9.97 9.97 0 0 1 29 17.407v6.708C29 25.708 27.694 27 26.083 27H5.909c-1.577 0-2.86-1.244-2.908-2.797L3 24.115v-6.707c0-1.97.584-3.893 1.676-5.534l.11-.163 2.511-3.616V6.249C7.298 5.56 7.553 5 8.974 5zm-3.131 20.935h5.949c.982 0 1.787-.771 1.827-1.743l.002-.077v-6.707a8.93 8.93 0 0 0-1.613-5.113l-2.192-3.27-.084.03-2.103 2.656a10 10 0 0 0-1.784 5.5l-.002.197zm3.208-19.87H8.973q-.33.001-.51.043l-.05.013-.022.006-.003.041-.002.081v1.846c0 .187-.05.37-.145.53l-.044.068-2.504 3.608-.105.154a8.94 8.94 0 0 0-1.498 4.77l-.002.182v6.764a1.82 1.82 0 0 0 1.742 1.763l.08.002h13.136v-8.539l.002-.207a11.03 11.03 0 0 1 1.857-5.908l.115-.17.04-.053 2.636-3.33V6.21l-.003-.095v-.02l-.041-.007a2 2 0 0 0-.238-.02z", clipRule: "evenodd" })
|
|
123
|
-
] })
|
|
105
|
+
] });
|
|
124
106
|
var BagOneColor_default = SvgBagOneColor;
|
|
125
107
|
|
|
126
108
|
// src/icons/BagTwoColors.tsx
|
|
127
109
|
import { jsx as jsx6, jsxs as jsxs3 } from "react/jsx-runtime";
|
|
128
|
-
var SvgBagTwoColors = (props) => /* @__PURE__ */ jsxs3("svg",
|
|
110
|
+
var SvgBagTwoColors = (props) => /* @__PURE__ */ jsxs3("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 32, height: props.height || 32, viewBox: "0 0 32 32", className: props.className, ...props, children: [
|
|
129
111
|
/* @__PURE__ */ jsx6("path", { stroke: "#FF4C4C", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 0.8, d: "M11.926 5.983v2.299c0 .74-2.9 3.507-2.9 4.971v3.575s0 .946.967.946c.966 0 .966-.946.966-.946s.085.946.967.946c.883 0 .967-.946.967-.946s.11.946.966.946c.857 0 .967-.946.967-.946v-3.31c0-.445 2.9-5.332 2.9-5.716v-1.82" }),
|
|
130
112
|
/* @__PURE__ */ jsx6("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M23.265 5c1.388 0 1.514.534 1.519 1.202v1.892l-.005.006c.085.118.151.213.178.252l2.251 3.359A9.97 9.97 0 0 1 29 17.407v6.708C29 25.708 27.694 27 26.083 27H5.909c-1.577 0-2.86-1.244-2.908-2.797L3 24.115v-6.707c0-1.97.584-3.893 1.676-5.534l.11-.163 2.511-3.616V6.249C7.298 5.56 7.553 5 8.974 5zm-3.131 20.935h5.949c.982 0 1.787-.771 1.827-1.743l.002-.077v-6.707a8.93 8.93 0 0 0-1.613-5.113l-2.192-3.27-.084.03-2.103 2.656a10 10 0 0 0-1.784 5.5l-.002.197zm3.208-19.87H8.973q-.33.001-.51.043l-.05.013-.022.006-.003.041-.002.081v1.846c0 .187-.05.37-.145.53l-.044.068-2.504 3.608-.105.154a8.94 8.94 0 0 0-1.498 4.77l-.002.182v6.764a1.82 1.82 0 0 0 1.742 1.763l.08.002h13.136v-8.539l.002-.207a11.03 11.03 0 0 1 1.857-5.908l.115-.17.04-.053 2.636-3.33V6.21l-.003-.095v-.02l-.041-.007a2 2 0 0 0-.238-.02z", clipRule: "evenodd" })
|
|
131
|
-
] })
|
|
113
|
+
] });
|
|
132
114
|
var BagTwoColors_default = SvgBagTwoColors;
|
|
133
115
|
|
|
134
116
|
// src/icons/CalendarOneColor.tsx
|
|
135
117
|
import { jsx as jsx7 } from "react/jsx-runtime";
|
|
136
|
-
var SvgCalendarOneColor = (props) => /* @__PURE__ */ jsx7("svg",
|
|
118
|
+
var SvgCalendarOneColor = (props) => /* @__PURE__ */ jsx7("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 32, height: props.height || 32, viewBox: "0 0 32 32", className: props.className, ...props, children: /* @__PURE__ */ jsx7("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M10.762 4C9.9 4 9.19 4.727 9.19 5.61v1.073H6.571C5.71 6.683 5 7.41 5 8.293V24.39c0 .883.71 1.61 1.571 1.61H25.43C26.29 26 27 25.273 27 24.39V8.293c0-.883-.71-1.61-1.571-1.61h-2.62V5.61c0-.883-.71-1.61-1.57-1.61-.862 0-1.572.727-1.572 1.61v1.073h-7.334V5.61c0-.883-.71-1.61-1.571-1.61m0 1.073c.3 0 .524.23.524.537v3.22a.52.52 0 0 1-.524.536c-.3 0-.524-.23-.524-.537V5.61c0-.306.225-.536.524-.536m11 .537a.52.52 0 0 0-.524-.537c-.3 0-.524.23-.524.537v3.22c0 .306.225.536.524.536s.524-.23.524-.537zM6.572 7.756H9.19V8.83c0 .883.71 1.61 1.572 1.61.861 0 1.571-.727 1.571-1.61V7.756h7.334V8.83c0 .883.71 1.61 1.571 1.61s1.571-.727 1.571-1.61V7.756h2.62c.299 0 .523.23.523.537v3.22H6.048v-3.22c0-.307.224-.537.523-.537m19.38 4.83H6.048V24.39c0 .307.224.537.523.537H25.43c.299 0 .523-.23.523-.537z", clipRule: "evenodd" }) });
|
|
137
119
|
var CalendarOneColor_default = SvgCalendarOneColor;
|
|
138
120
|
|
|
139
121
|
// src/icons/CalendarTwoColors.tsx
|
|
140
122
|
import { jsx as jsx8, jsxs as jsxs4 } from "react/jsx-runtime";
|
|
141
|
-
var SvgCalendarTwoColors = (props) => /* @__PURE__ */ jsxs4("svg",
|
|
123
|
+
var SvgCalendarTwoColors = (props) => /* @__PURE__ */ jsxs4("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 32, height: props.height || 32, viewBox: "0 0 32 32", className: props.className, ...props, children: [
|
|
142
124
|
/* @__PURE__ */ jsx8("path", { fill: "#433D3D", d: "M24.421 8.292h-2.37v-.887c0-.74-.61-1.405-1.452-1.405-.764 0-1.452.591-1.452 1.405v.96H12.65v-.96c0-.74-.611-1.405-1.452-1.405-.765 0-1.376.665-1.376 1.405v.96h-2.37C6.612 8.293 6 8.958 6 9.698v13.898C6 24.335 6.611 25 7.452 25h17.046c.764 0 1.452-.591 1.452-1.405V9.697c-.076-.74-.688-1.405-1.529-1.405m-4.204-.887c0-.296.23-.444.459-.444.306 0 .459.222.459.444v2.809c0 .296-.23.444-.46.444a.433.433 0 0 1-.458-.444zm-9.478 0c0-.296.23-.444.459-.444.305 0 .458.222.458.444v2.809c0 .296-.229.444-.458.444a.433.433 0 0 1-.459-.444zm14.217 4.731V23.67c0 .296-.229.444-.458.444H7.452a.433.433 0 0 1-.458-.444V9.696c0-.295.229-.443.458-.443h2.37v.961c0 .74.611 1.405 1.452 1.405.765 0 1.452-.592 1.452-1.405v-.961h6.65v.961c0 .74.612 1.405 1.453 1.405.764 0 1.452-.592 1.452-1.405v-.961h2.37c.305 0 .458.222.458.444v2.44z" }),
|
|
143
125
|
/* @__PURE__ */ jsx8("path", { fill: "#FF4C4C", d: "M24.88 12.506H6.917v.96H24.88z" })
|
|
144
|
-
] })
|
|
126
|
+
] });
|
|
145
127
|
var CalendarTwoColors_default = SvgCalendarTwoColors;
|
|
146
128
|
|
|
147
129
|
// src/icons/CameraOneColor.tsx
|
|
148
130
|
import { jsx as jsx9, jsxs as jsxs5 } from "react/jsx-runtime";
|
|
149
|
-
var SvgCameraOneColor = (props) => /* @__PURE__ */ jsxs5("svg",
|
|
131
|
+
var SvgCameraOneColor = (props) => /* @__PURE__ */ jsxs5("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 32, height: props.height || 32, viewBox: "0 0 32 32", className: props.className, ...props, children: [
|
|
150
132
|
/* @__PURE__ */ jsx9("path", { fill: props.color || "currentColor", d: "M26.971 12.329v10.767c0 .083-.008.163-.013.243-.005.072.018-.01.006-.03.005.007-.01.065-.01.067q-.015.082-.037.166a3 3 0 0 1-.08.255s-.02.06-.025.062c.01-.005.044-.095.013-.027l-.074.148q-.068.122-.149.237l-.038.053c-.041.06.082-.095.007-.01q-.048.056-.097.11a3 3 0 0 1-.205.192l-.051.043c-.075.063.025-.017.025-.017-.002.022-.118.08-.138.092q-.113.071-.233.13-.04.018-.077.035c-.02.01-.087.028-.016.008.072-.02.003 0-.017.005q-.05.016-.098.032-.139.046-.282.073c-.046.01-.092.012-.138.022.013-.002.123-.012.03-.005l-.105.008q-.075.004-.15.005H7.828c-.295 0-.59.005-.884 0q-.072-.001-.144-.005l-.069-.005c-.092-.008.018.002.031.005-.1-.025-.205-.035-.305-.063q-.066-.018-.13-.04l-.08-.027c-.018-.008-.09-.025-.018-.005s.002.002-.015-.008q-.04-.017-.077-.035a2 2 0 0 1-.134-.07c-.036-.02-.235-.115-.238-.152 0 0 .097.08.026.017l-.052-.043-.123-.11c-.064-.06-.12-.127-.179-.192-.074-.083.049.07.008.01l-.039-.053-.092-.137a3 3 0 0 1-.133-.248c-.034-.068 0 .025.012.027a1.909 1.909 0 0 1-.08-.22 2 2 0 0 1-.06-.263c0-.002-.016-.06-.01-.067-.011.02.01.102.004.03q-.009-.086-.01-.173-.002-.075 0-.152V12.328q.001-.087.005-.175.005-.034.005-.067c.006-.073-.018.007-.005.03-.015-.025.026-.14.031-.168q.03-.13.074-.258c.008-.02.031-.117.046-.125-.025.01-.046.098-.005.013l.036-.075q.064-.125.144-.24c.01-.018.069-.118.087-.12 0 0-.082.095-.018.024l.054-.062q.093-.104.197-.198.05-.044.1-.085c.074-.062-.026.018-.026.018 0-.008.075-.053.082-.058a2.25 2.25 0 0 1 .364-.203c.02-.01.088-.027.016-.007-.08.022.033-.01.048-.018q.138-.049.28-.08.068-.016.136-.027c.023-.005.046-.005.069-.01-.136.03-.03.005.002.002q.123-.01.246-.01h3.078c.231 0 .428-.155.495-.368l.433-1.36.37-1.157q.008-.029.017-.058l.008-.022c.013-.04.01-.103-.005.002.005-.03.033-.067.048-.095l.057-.09c.049-.08-.016.013-.018.018.013-.045.097-.105.133-.138.044-.037.034-.07-.008.003.01-.018.054-.038.072-.048.026-.015.049-.03.077-.042l.064-.03-.059.022c.031-.032.126-.042.17-.053l.035-.007q.085-.015-.03 0c.02-.01.066-.005.09-.008q.032 0 .063-.002h7.814q.033 0 .064.002c.026 0 .07-.002.09.008L20 6.998q.027.006.054.01c.046.01.154.023.187.056l-.059-.023.064.03q.03.016.062.035c.02.013.074.038.087.058-.044-.073-.051-.04-.008-.003.044.038.082.083.123.123.049.052-.064-.103-.005-.005.018.03.039.057.056.09.016.025.044.065.05.095-.016-.093-.024-.058-.014-.02q.006.02.013.04.009.026.018.057.109.336.213.671l.55 1.73q.02.06.04.117c.066.21.263.368.494.368h3.147c.077 0 .154.01.23.012.06.003-.048-.007-.048-.007.02.005.046.007.07.01q.067.011.135.027c.072.018.144.035.215.06q.057.02.113.04c.07.025-.013-.017-.028-.012.01-.003.051.022.061.027.144.065.275.146.405.233.08.055-.023-.02-.023-.02.008 0 .044.035.052.04a3 3 0 0 1 .284.275q.014.019.033.038c.067.075.01-.01-.007-.013.018 0 .066.093.076.108a3 3 0 0 1 .136.225q.03.06.06.118c.007.017.017.065 0 0-.021-.078.007.022.012.032q.045.117.077.24l.03.133c.003.02.029.165.016.085-.013-.072-.002-.012 0 .003l.008.085c-.01.057-.008.11-.008.162.003.263.233.514.513.501.276-.013.515-.22.512-.5a2.9 2.9 0 0 0-.858-2.04 3.05 3.05 0 0 0-2.076-.86c-.738-.01-1.476 0-2.212 0h-.933l.495.367-.449-1.409-.284-.893c-.074-.235-.141-.475-.277-.686-.323-.5-.882-.8-1.486-.808h-7.367c-.445 0-.858-.007-1.275.195-.436.213-.73.613-.874 1.059l-.208.65q-.282.885-.564 1.772l-.038.118.494-.368H7.391c-.513 0-1.018.007-1.502.202-.856.348-1.522 1.041-1.773 1.922-.16.563-.108 1.189-.108 1.77v9.706c0 .538.123 1.064.402 1.532.477.798 1.315 1.31 2.248 1.42.166.02.328.02.495.02h16.893c.326 0 .652.003.98 0 .81-.004 1.607-.327 2.16-.908A2.92 2.92 0 0 0 28 23.085q.002-.774 0-1.547v-9.206c0-.263-.236-.513-.513-.5-.28.007-.515.215-.515.498" }),
|
|
151
133
|
/* @__PURE__ */ jsx9("path", { fill: props.color || "currentColor", d: "M20.736 17.711q0 .193-.016.385-.008.104-.02.208-.003.018-.005.035l.005-.03c.007.025-.013.078-.016.103-.043.255-.105.51-.187.755-.038.118-.084.23-.13.346-.044.11.048-.103-.003.002l-.036.075q-.044.098-.095.195a5 5 0 0 1-.402.649c-.026.035-.064.107-.1.132q.02-.024.038-.05-.02.027-.04.053l-.065.075a7 7 0 0 1-.269.293 4 4 0 0 1-.392.355l-.077.063q-.027.02-.054.04l.052-.038c-.031.045-.118.085-.164.118l-.139.092a6 6 0 0 1-.346.205 7 7 0 0 1-.425.206c-.11.047.107-.043-.003.002q-.096.038-.192.073a5.4 5.4 0 0 1-.764.207l-.171.03c-.026.005-.08.023-.105.015l.066-.007-.069.007a5.403 5.403 0 0 1-1.23-.002c-.067-.008-.064.025.013.002-.024.008-.08-.012-.105-.015l-.19-.032a5 5 0 0 1-.938-.275c-.108-.04.08.037.013.005q-.054-.026-.108-.048a5 5 0 0 1-.68-.368q-.076-.049-.153-.102c-.043-.03-.118-.066-.149-.108l.052.038q-.027-.02-.054-.04l-.064-.053a4.93 4.93 0 0 1-.697-.686q-.023-.026-.044-.05-.01-.012-.02-.025l.018.023c-.046-.033-.088-.113-.12-.16a5.597 5.597 0 0 1-.472-.8q-.024-.046-.041-.091c-.05-.108.043.105-.003-.003a5 5 0 0 1-.24-.735c-.032-.123-.055-.246-.078-.368-.005-.025-.023-.078-.015-.103l.008.065-.008-.067q-.013-.104-.02-.208a5 5 0 0 1 .02-.979q.002-.017.005-.035l-.005.03c-.008-.022.013-.077.015-.102q.035-.202.085-.4c.061-.246.151-.48.24-.719.026-.067-.053.115-.004.013.012-.03.028-.06.04-.09l.075-.15q.091-.176.195-.348a5 5 0 0 1 .202-.303c.034-.045.072-.128.12-.16-.079.055-.04.05-.007.01l.074-.09a5.4 5.4 0 0 1 .664-.648l.077-.063q.013-.01.025-.02.066-.049-.023.018c.029-.038.095-.07.136-.098a5 5 0 0 1 .877-.495l.061-.028c.11-.047-.107.043.003-.002q.096-.038.192-.073.185-.067.377-.118.177-.049.354-.082l.207-.038c.026-.005.08-.022.105-.015l-.049.008.054-.005q.412-.045.823-.03.196.008.39.03.017.002.035.005l-.03-.005c.023-.008.08.012.105.015q.103.015.207.037.391.079.764.213l.159.06c.113.043-.105-.047.003.002q.045.02.092.04.184.084.361.18.161.09.318.188.069.044.138.093c.047.032.131.07.164.118l-.05-.038q.026.02.053.04l.077.063a5 5 0 0 1 .418.38q.126.13.246.268.031.038.064.075.01.012.02.025l-.018-.023c.046.03.087.116.12.16q.225.313.4.651l.075.15q.022.045.04.09c.05.108-.043-.105.003.003q.077.187.141.378.122.37.182.758.003.034.01.067c-.03-.14-.005-.027 0 .003q.011.096.018.19c0 .14.006.273.006.408 0 .263.235.513.512.5.277-.012.513-.22.513-.5a5.54 5.54 0 0 0-1.043-3.225 5.87 5.87 0 0 0-2.76-2.065c-2.228-.803-4.857-.11-6.37 1.677a5.64 5.64 0 0 0-1.33 3.193 5.5 5.5 0 0 0 .805 3.315 5.7 5.7 0 0 0 2.515 2.205c1.127.5 2.37.643 3.585.408 2.286-.44 4.16-2.327 4.518-4.58.049-.307.08-.618.082-.93 0-.263-.236-.513-.512-.5-.28.014-.513.222-.515.502M13.765 9.741h4.473999999999999c.27 0 .526-.23.513-.5a.517.517 0 0 0-.512-.5h-4.475c-.27 0-.526.23-.513.5.013.272.226.5.513.5" })
|
|
152
|
-
] })
|
|
134
|
+
] });
|
|
153
135
|
var CameraOneColor_default = SvgCameraOneColor;
|
|
154
136
|
|
|
155
137
|
// src/icons/CartTwoColors.tsx
|
|
156
138
|
import { jsx as jsx10, jsxs as jsxs6 } from "react/jsx-runtime";
|
|
157
|
-
var SvgCartTwoColors = (props) => /* @__PURE__ */ jsxs6("svg",
|
|
139
|
+
var SvgCartTwoColors = (props) => /* @__PURE__ */ jsxs6("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 32, height: props.height || 32, viewBox: "0 0 32 32", className: props.className, ...props, children: [
|
|
158
140
|
/* @__PURE__ */ jsx10("path", { fill: "#FF4C4C", fillRule: "evenodd", d: "M8.407 25.209a3.066 3.066 0 1 1 6.132 0 3.066 3.066 0 0 1-6.132 0m1.128 0a1.939 1.939 0 1 0 3.877 0 1.939 1.939 0 0 0-3.877 0", clipRule: "evenodd" }),
|
|
159
141
|
/* @__PURE__ */ jsx10("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M8.284 9.278h19.898a.57.57 0 0 1 .451.225.59.59 0 0 1 .085.502l-2.65 8.78a2.81 2.81 0 0 1-2.699 2H11.535a2.81 2.81 0 0 1-2.772-2.327L6.768 7.204a2.25 2.25 0 0 0-1.826-1.826l-1.477-.26a.564.564 0 0 1 .198-1.11l1.47.26a3.39 3.39 0 0 1 2.745 2.739zm15.091 10.375a1.68 1.68 0 0 0 1.617-1.2l2.435-8.054H8.487l1.391 7.856c.14.81.842 1.4 1.663 1.398z", clipRule: "evenodd" }),
|
|
160
142
|
/* @__PURE__ */ jsx10("path", { fill: "#FF4C4C", fillRule: "evenodd", d: "M20.242 25.209a3.066 3.066 0 1 1 6.131 0 3.066 3.066 0 0 1-6.131 0m1.127 0a1.939 1.939 0 1 0 3.877 0 1.939 1.939 0 0 0-3.877 0", clipRule: "evenodd" })
|
|
161
|
-
] })
|
|
143
|
+
] });
|
|
162
144
|
var CartTwoColors_default = SvgCartTwoColors;
|
|
163
145
|
|
|
164
146
|
// src/icons/CheckOneColor.tsx
|
|
165
147
|
import { jsx as jsx11 } from "react/jsx-runtime";
|
|
166
|
-
var SvgCheckOneColor = (props) => /* @__PURE__ */ jsx11("svg",
|
|
148
|
+
var SvgCheckOneColor = (props) => /* @__PURE__ */ jsx11("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 32, height: props.height || 32, viewBox: "0 0 32 32", className: props.className, ...props, children: /* @__PURE__ */ jsx11("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M26.108 9.235c.326.32.333.847.016 1.176L13.296 23.748a.82.82 0 0 1-1.134.046l-5.88-5.187a.836.836 0 0 1-.078-1.173.82.82 0 0 1 1.163-.078l5.292 4.668L24.942 9.252a.82.82 0 0 1 1.166-.017", clipRule: "evenodd" }) });
|
|
167
149
|
var CheckOneColor_default = SvgCheckOneColor;
|
|
168
150
|
|
|
169
151
|
// src/icons/ClockOneColor.tsx
|
|
170
152
|
import { jsx as jsx12, jsxs as jsxs7 } from "react/jsx-runtime";
|
|
171
|
-
var SvgClockOneColor = (props) => /* @__PURE__ */ jsxs7("svg",
|
|
153
|
+
var SvgClockOneColor = (props) => /* @__PURE__ */ jsxs7("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 32, height: props.height || 32, viewBox: "0 0 32 32", className: props.className, ...props, children: [
|
|
172
154
|
/* @__PURE__ */ jsx12("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M5 16C5 9.925 9.925 5 16 5s11 4.925 11 11-4.925 11-11 11S5 22.075 5 16m1.467 0a9.533 9.533 0 1 0 19.066 0 9.533 9.533 0 0 0-19.066 0", clipRule: "evenodd" }),
|
|
173
155
|
/* @__PURE__ */ jsx12("path", { fill: props.color || "currentColor", d: "M16 8.667a.733.733 0 0 0-.733.733v6.02a.48.48 0 0 1-.169.36l-3.293 2.567a.733.733 0 1 0 .91 1.151l3.85-3.007a.46.46 0 0 0 .168-.352V9.4A.733.733 0 0 0 16 8.667" })
|
|
174
|
-
] })
|
|
156
|
+
] });
|
|
175
157
|
var ClockOneColor_default = SvgClockOneColor;
|
|
176
158
|
|
|
177
159
|
// src/icons/CloseOneColor.tsx
|
|
178
160
|
import { jsx as jsx13 } from "react/jsx-runtime";
|
|
179
|
-
var SvgCloseOneColor = (props) => /* @__PURE__ */ jsx13("svg",
|
|
161
|
+
var SvgCloseOneColor = (props) => /* @__PURE__ */ jsx13("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 32, height: props.height || 32, viewBox: "0 0 32 32", className: props.className, ...props, children: /* @__PURE__ */ jsx13("path", { fill: props.color || "currentColor", d: "M22.889 7q.439 0 .76.28.351.28.351.637 0 .33-.263.636l-6.435 7.562-1.317-1.604 5.968-7.027q.38-.484.936-.484M9.199 7q.615 0 .966.433l13.572 15.912q.234.306.234.637a.87.87 0 0 1-.38.738q-.38.28-.79.28-.585 0-.965-.433L8.263 8.63a.87.87 0 0 1-.234-.61q0-.434.351-.713Q8.76 7 9.2 7m-.117 18a1.16 1.16 0 0 1-.79-.28Q8 24.415 8 24.109q0-.357.293-.687l6.464-7.664 1.258 1.68-5.997 7.104a1.12 1.12 0 0 1-.936.458" }) });
|
|
180
162
|
var CloseOneColor_default = SvgCloseOneColor;
|
|
181
163
|
|
|
182
164
|
// src/icons/ConfigurationsFilled.tsx
|
|
183
165
|
import { jsx as jsx14 } from "react/jsx-runtime";
|
|
184
|
-
var SvgConfigurationsFilled = (props) => /* @__PURE__ */ jsx14("svg",
|
|
166
|
+
var SvgConfigurationsFilled = (props) => /* @__PURE__ */ jsx14("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 32, height: props.height || 32, viewBox: "0 0 32 32", className: props.className, ...props, children: /* @__PURE__ */ jsx14("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M24.169 13.429h2.974c.473 0 .857.383.857.857v3.428a.857.857 0 0 1-.857.857h-2.974a8 8 0 0 1-.575 1.389l2.1 2.1a.857.857 0 0 1 0 1.217l-2.417 2.417a.857.857 0 0 1-1.217 0l-2.1-2.1a8 8 0 0 1-1.389.575v2.974a.857.857 0 0 1-.857.857h-3.428a.857.857 0 0 1-.857-.857v-2.974a8 8 0 0 1-1.389-.575l-2.1 2.1a.857.857 0 0 1-1.217 0l-2.417-2.417a.857.857 0 0 1 0-1.217l2.1-2.1a8 8 0 0 1-.575-1.389H4.857A.857.857 0 0 1 4 17.714v-3.428c0-.474.384-.857.857-.857h2.974a8 8 0 0 1 .283-.78c.095-.206.189-.412.292-.609l-2.1-2.1a.857.857 0 0 1 0-1.217l2.417-2.417a.857.857 0 0 1 1.217 0l2.1 2.1c.444-.234.91-.426 1.389-.575V4.857c0-.473.383-.857.857-.857h3.428c.474 0 .857.384.857.857v2.974q.722.224 1.389.575l2.1-2.1a.857.857 0 0 1 1.217 0l2.417 2.417a.857.857 0 0 1 0 1.217l-2.1 2.1c.234.444.426.91.575 1.389M11.714 16a4.286 4.286 0 1 0 8.572 0 4.286 4.286 0 0 0-8.572 0", clipRule: "evenodd" }) });
|
|
185
167
|
var ConfigurationsFilled_default = SvgConfigurationsFilled;
|
|
186
168
|
|
|
187
169
|
// src/icons/DeliverOneColor.tsx
|
|
188
170
|
import { jsx as jsx15, jsxs as jsxs8 } from "react/jsx-runtime";
|
|
189
|
-
var SvgDeliverOneColor = (props) => /* @__PURE__ */ jsxs8("svg",
|
|
171
|
+
var SvgDeliverOneColor = (props) => /* @__PURE__ */ jsxs8("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 32, height: props.height || 32, viewBox: "0 0 32 32", className: props.className, ...props, children: [
|
|
190
172
|
/* @__PURE__ */ jsx15("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M23.345 25.664c0 .72.62 1.336 1.345 1.336H28c.724 0 1.345-.617 1.345-1.337v-9.971a2.993 2.993 0 0 0-3-2.982H5.655c-1.655 0-3 1.337-3 2.982v9.971c0 .72.62 1.337 1.345 1.337h3.31c.724 0 1.345-.617 1.345-1.337v-1.541h14.69zm.517-2.57H8.138c-.31 0-.517.205-.517.514v2.056q0 .308-.31.308H4q-.31 0-.31-.308v-9.972c0-1.028.93-1.954 1.965-1.954h20.69c1.034 0 1.965.926 1.965 1.954v9.972q0 .308-.31.308h-3.31q-.31 0-.31-.308v-2.056c0-.309-.208-.515-.518-.515", clipRule: "evenodd" }),
|
|
191
173
|
/* @__PURE__ */ jsx15("path", { fill: props.color || "currentColor", d: "M20.138 21.757h-8.276c-.31 0-.517-.206-.517-.514s.207-.514.517-.514h8.276c.31 0 .517.206.517.514s-.207.514-.517.514" }),
|
|
192
174
|
/* @__PURE__ */ jsx15("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M5.552 17.44c0 1.336 1.138 2.364 2.38 2.364 1.24 0 2.378-1.131 2.378-2.365 0-1.336-1.034-2.364-2.379-2.364s-2.38 1.13-2.38 2.364m1.034 0c0-.72.62-1.337 1.345-1.337.724 0 1.345.617 1.345 1.336s-.62 1.337-1.345 1.337c-.724 0-1.345-.617-1.345-1.337M21.69 17.44c0 1.336 1.138 2.364 2.379 2.364s2.276-1.131 2.38-2.365c0-1.336-1.035-2.364-2.38-2.364s-2.38 1.13-2.38 2.364m1.034 0c0-.72.62-1.337 1.345-1.337.724 0 1.345.617 1.345 1.336s-.62 1.337-1.345 1.337c-.724 0-1.345-.617-1.345-1.337M2.759 13.533h1.448c.62 0 1.241-.412 1.552-.925s.207-1.234-.104-1.748a1.65 1.65 0 0 0-1.448-.823H2.759c-.931 0-1.759.823-1.759 1.748s.828 1.748 1.759 1.748m-.725-1.748c0-.411.31-.72.725-.72h1.448q.465 0 .62.309a.87.87 0 0 1 0 .72c-.103.308-.31.41-.62.41H2.759a.705.705 0 0 1-.725-.719", clipRule: "evenodd" }),
|
|
193
175
|
/* @__PURE__ */ jsx15("path", { fill: props.color || "currentColor", d: "M26.862 13.738a.57.57 0 0 1-.517-.308l-2.69-6.477c-.207-.617-.827-.925-1.448-.925H9.793c-.62 0-1.241.411-1.448.925l-2.69 6.477c-.103.308-.414.411-.724.308s-.414-.41-.31-.72l2.69-6.476C7.723 5.617 8.758 5 9.792 5h12.414c1.034 0 1.965.617 2.38 1.542l2.689 6.477c.103.308 0 .514-.31.72z" }),
|
|
194
176
|
/* @__PURE__ */ jsx15("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M27.793 13.533h1.448c.931 0 1.759-.823 1.759-1.748s-.828-1.748-1.759-1.748h-1.448c-.62 0-1.138.309-1.448.823-.414.514-.414 1.13-.104 1.748.31.616.931.925 1.552.925m-.517-1.44c-.207-.205-.104-.514 0-.72q.155-.308.62-.308h1.449c.414 0 .724.309.724.72s-.31.72-.724.72h-1.448c-.207 0-.414-.206-.621-.412", clipRule: "evenodd" })
|
|
195
|
-
] })
|
|
177
|
+
] });
|
|
196
178
|
var DeliverOneColor_default = SvgDeliverOneColor;
|
|
197
179
|
|
|
198
180
|
// src/icons/EditOneColor.tsx
|
|
199
181
|
import { jsx as jsx16 } from "react/jsx-runtime";
|
|
200
|
-
var SvgEditOneColor = (props) => /* @__PURE__ */ jsx16("svg",
|
|
182
|
+
var SvgEditOneColor = (props) => /* @__PURE__ */ jsx16("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 32, height: props.height || 32, viewBox: "0 0 32 32", className: props.className, ...props, children: /* @__PURE__ */ jsx16("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M22.253 6c-.96 0-1.922.368-2.652 1.098L6.593 20.107a.63.63 0 0 0-.18.388l-.41 4.83a.625.625 0 0 0 .673.673l4.83-.407a.63.63 0 0 0 .386-.184L24.902 12.4a3.753 3.753 0 0 0 0-5.3A3.74 3.74 0 0 0 22.253 6m0 1.241a2.5 2.5 0 0 1 1.767.739 2.485 2.485 0 0 1 0 3.538L11.453 24.085 7.92 20.551 20.487 7.98a2.49 2.49 0 0 1 1.766-.739M10.062 24.46l-2.517-2.514-.233 2.747z", clipRule: "evenodd" }) });
|
|
201
183
|
var EditOneColor_default = SvgEditOneColor;
|
|
202
184
|
|
|
203
185
|
// src/icons/ErrorFilled.tsx
|
|
204
186
|
import { jsx as jsx17 } from "react/jsx-runtime";
|
|
205
|
-
var SvgErrorFilled = (props) => /* @__PURE__ */ jsx17("svg",
|
|
187
|
+
var SvgErrorFilled = (props) => /* @__PURE__ */ jsx17("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 32, height: props.height || 32, viewBox: "0 0 32 32", className: props.className, ...props, children: /* @__PURE__ */ jsx17("path", { fill: "#FF4C4C", fillRule: "evenodd", d: "M16 28c6.627 0 12-5.373 12-12S22.627 4 16 4 4 9.373 4 16s5.373 12 12 12m-.04-8q-.51 0-.735.157-.225.158-.225.593v.285q0 .42.21.585t.735.165q.48 0 .712-.157.233-.158.233-.593v-.285q0-.42-.21-.585T15.96 20m-.015-10a.86.86 0 0 0-.645.262.9.9 0 0 0-.255.653v6.195a.9.9 0 0 0 .255.652q.255.263.645.263t.645-.262a.9.9 0 0 0 .255-.653v-6.195a.9.9 0 0 0-.255-.652.86.86 0 0 0-.645-.263", clipRule: "evenodd" }) });
|
|
206
188
|
var ErrorFilled_default = SvgErrorFilled;
|
|
207
189
|
|
|
208
190
|
// src/icons/FacebookSocialMedia.tsx
|
|
209
191
|
import { jsx as jsx18 } from "react/jsx-runtime";
|
|
210
|
-
var SvgFacebookSocialMedia = (props) => /* @__PURE__ */ jsx18("svg",
|
|
192
|
+
var SvgFacebookSocialMedia = (props) => /* @__PURE__ */ jsx18("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 32, height: props.height || 32, viewBox: "0 0 32 32", className: props.className, ...props, children: /* @__PURE__ */ jsx18("path", { fill: props.color || "currentColor", d: "M32 16c0-8.837-7.163-16-16-16S0 7.163 0 16s7.163 16 16 16q.141.002.281-.006v-12.45h-3.437v-4.007h3.437v-2.95c0-3.418 2.088-5.28 5.138-5.28 1.462 0 2.718.105 3.081.155v3.576h-2.1c-1.656 0-1.981.787-1.981 1.943v2.55h3.968l-.518 4.007h-3.45V31.38C27.106 29.462 32 23.306 32 16" }) });
|
|
211
193
|
var FacebookSocialMedia_default = SvgFacebookSocialMedia;
|
|
212
194
|
|
|
213
195
|
// src/icons/FavoriteTwoColors.tsx
|
|
214
196
|
import { jsx as jsx19, jsxs as jsxs9 } from "react/jsx-runtime";
|
|
215
|
-
var SvgFavoriteTwoColors = (props) => /* @__PURE__ */ jsxs9("svg",
|
|
197
|
+
var SvgFavoriteTwoColors = (props) => /* @__PURE__ */ jsxs9("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 32, height: props.height || 32, viewBox: "0 0 32 32", className: props.className, ...props, children: [
|
|
216
198
|
/* @__PURE__ */ jsx19("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "m11.98 10.893 2.82-5.165c.378-.692 1.222-.933 1.884-.538.215.128.393.314.516.538l2.82 5.165c.065.12.177.204.306.232l5.572 1.206c.747.161 1.228.925 1.073 1.706-.05.253-.165.487-.331.678l-3.83 4.397a.5.5 0 0 0-.117.377l.624 5.91c.084.791-.463 1.505-1.221 1.592a1.33 1.33 0 0 1-.72-.12l-5.187-2.446a.44.44 0 0 0-.379 0l-5.186 2.447c-.696.328-1.514.005-1.828-.722a1.5 1.5 0 0 1-.114-.752l.625-5.91a.5.5 0 0 0-.117-.376l-3.83-4.397a1.49 1.49 0 0 1 .092-2.038 1.36 1.36 0 0 1 .65-.346l5.572-1.206a.46.46 0 0 0 .306-.232m4.42-4.688a.5.5 0 0 0-.172-.18l-.076-.036a.45.45 0 0 0-.552.216l-2.82 5.164c-.196.36-.531.614-.92.698l-5.572 1.206a.45.45 0 0 0-.216.115.496.496 0 0 0-.031.68l3.83 4.397c.267.306.395.718.351 1.13l-.624 5.909a.5.5 0 0 0 .038.25c.104.243.377.35.609.24l5.186-2.446c.362-.17.776-.17 1.137 0l5.187 2.447c.075.035.158.05.24.04a.477.477 0 0 0 .407-.531l-.624-5.91a1.49 1.49 0 0 1 .351-1.13l3.83-4.396a.5.5 0 0 0 .11-.226.48.48 0 0 0-.357-.57l-5.573-1.205a1.39 1.39 0 0 1-.92-.698z", clipRule: "evenodd" }),
|
|
217
199
|
/* @__PURE__ */ jsx19("path", { stroke: "#FF4C4C", strokeLinecap: "round", d: "m17.381 11.236 1.171 1.631a1 1 0 0 0 .56.385l1.493.39" })
|
|
218
|
-
] })
|
|
200
|
+
] });
|
|
219
201
|
var FavoriteTwoColors_default = SvgFavoriteTwoColors;
|
|
220
202
|
|
|
221
203
|
// src/icons/HelpTwoColors.tsx
|
|
222
204
|
import { jsx as jsx20, jsxs as jsxs10 } from "react/jsx-runtime";
|
|
223
|
-
var SvgHelpTwoColors = (props) => /* @__PURE__ */ jsxs10("svg",
|
|
205
|
+
var SvgHelpTwoColors = (props) => /* @__PURE__ */ jsxs10("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 32, height: props.height || 32, viewBox: "0 0 32 32", className: props.className, ...props, children: [
|
|
224
206
|
/* @__PURE__ */ jsx20("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M26.044 16c0 5.547-4.497 10.044-10.044 10.044S5.957 21.547 5.957 16 10.453 5.957 16 5.957 26.044 10.453 26.044 16M27 16c0 6.075-4.925 11-11 11S5 22.075 5 16 9.925 5 16 5s11 4.925 11 11", clipRule: "evenodd" }),
|
|
225
207
|
/* @__PURE__ */ jsx20("path", { fill: "#FF4C4C", fillRule: "evenodd", d: "M16.025 18.962a.48.48 0 0 1-.355.14.48.48 0 0 1-.355-.14.43.43 0 0 1-.123-.355v-1.963q0-.215.148-.363a.48.48 0 0 1 .347-.149q.758-.05 1.353-.38.594-.33.94-.89.346-.561.346-1.304 0-.775-.321-1.345a2.37 2.37 0 0 0-.866-.89A2.4 2.4 0 0 0 15.9 11q-.676 0-1.27.313a3 3 0 0 0-.99.825.8.8 0 0 1-.306.19q-.173.057-.371-.075a.5.5 0 0 1-.231-.338.47.47 0 0 1 .115-.388q.528-.66 1.337-1.072a3.7 3.7 0 0 1 1.716-.412q.957 0 1.74.428a3.2 3.2 0 0 1 1.247 1.222q.46.791.461 1.864 0 .66-.264 1.27-.263.611-.726 1.09a3.5 3.5 0 0 1-1.072.759l-.177.075a3.5 3.5 0 0 1-.945.224v1.631a.48.48 0 0 1-.14.355m.198 3.052q-.141.174-.437.174h-.1q-.28 0-.437-.174a.65.65 0 0 1-.157-.453v-.363q0-.297.157-.463.157-.165.438-.165h.099q.296 0 .437.165.14.165.14.463v.363a.7.7 0 0 1-.14.453", clipRule: "evenodd" })
|
|
226
|
-
] })
|
|
208
|
+
] });
|
|
227
209
|
var HelpTwoColors_default = SvgHelpTwoColors;
|
|
228
210
|
|
|
229
211
|
// src/icons/HideOneColor.tsx
|
|
230
212
|
import { jsx as jsx21 } from "react/jsx-runtime";
|
|
231
|
-
var SvgHideOneColor = (props) => /* @__PURE__ */ jsx21("svg",
|
|
213
|
+
var SvgHideOneColor = (props) => /* @__PURE__ */ jsx21("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 32, height: props.height || 32, viewBox: "0 0 32 32", className: props.className, ...props, children: /* @__PURE__ */ jsx21("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M7.178 27.39a.75.75 0 1 0 1.233.854l2.314-3.343.863-1.245 1.233-1.782.844-1.219 5.977-8.633.826-1.194 1.407-2.033.835-1.205 2.847-4.113a.75.75 0 0 0-1.233-.854l-3.017 4.358-.855 1.235-1.214 1.753-.82 1.184-5.997 8.664-.838 1.21-1.421 2.052-.844 1.219zm8.806-1.547c-1.54 0-3.045-.233-4.471-.674l.877-1.268a13.713 13.713 0 0 0 16.014-7.38v-.035a1.4 1.4 0 0 0 0-1.149 13.7 13.7 0 0 0-5.81-6.175l.828-1.195a15.14 15.14 0 0 1 6.275 6.76 2.8 2.8 0 0 1 0 2.405 15.15 15.15 0 0 1-13.713 8.711m0-3.183a6.7 6.7 0 0 1-2.424-.448l.87-1.256a5.3 5.3 0 0 0 1.554.233v.035a5.24 5.24 0 0 0 5.313-5.312 5.3 5.3 0 0 0-1.105-3.28l.852-1.231a6.68 6.68 0 0 1 1.689 4.51 6.75 6.75 0 0 1-6.749 6.75m2.518-13.033-.837 1.209a5.313 5.313 0 0 0-5.806 8.387L11 20.463a6.749 6.749 0 0 1 4.983-11.3c.87-.01 1.725.151 2.518.464M3.6 16.522a13.7 13.7 0 0 0 5.842 6.192l-.838 1.21a15.14 15.14 0 0 1-6.333-6.792 2.8 2.8 0 0 1 0-2.405 15.15 15.15 0 0 1 18.25-8.016l-.87 1.257A13.713 13.713 0 0 0 3.6 15.338a1.4 1.4 0 0 0 0 1.184", clipRule: "evenodd" }) });
|
|
232
214
|
var HideOneColor_default = SvgHideOneColor;
|
|
233
215
|
|
|
234
216
|
// src/icons/InstagramSocialMedia.tsx
|
|
235
217
|
import { jsx as jsx22, jsxs as jsxs11 } from "react/jsx-runtime";
|
|
236
|
-
var SvgInstagramSocialMedia = (props) => /* @__PURE__ */ jsxs11("svg",
|
|
218
|
+
var SvgInstagramSocialMedia = (props) => /* @__PURE__ */ jsxs11("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 32, height: props.height || 32, viewBox: "0 0 32 32", className: props.className, ...props, children: [
|
|
237
219
|
/* @__PURE__ */ jsx22("path", { fill: props.color || "currentColor", d: "M19.063 16a3.062 3.062 0 1 1-6.125 0 3.062 3.062 0 0 1 6.124 0" }),
|
|
238
220
|
/* @__PURE__ */ jsx22("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M23.162 10.582a2.85 2.85 0 0 0-.687-1.057 2.85 2.85 0 0 0-1.056-.687c-.324-.126-.81-.275-1.706-.316-.97-.044-1.26-.054-3.713-.054s-2.744.01-3.713.053c-.895.041-1.382.191-1.706.317-.399.147-.76.382-1.056.687-.305.297-.54.657-.687 1.056-.126.324-.276.81-.317 1.707-.044.968-.053 1.259-.053 3.712s.01 2.744.053 3.713c.041.896.19 1.382.317 1.706.147.399.382.76.687 1.056.296.305.657.54 1.056.687.324.126.81.276 1.706.317.97.044 1.26.053 3.713.053s2.744-.01 3.712-.053c.896-.041 1.383-.19 1.707-.317a3.04 3.04 0 0 0 1.743-1.743c.126-.324.276-.81.317-1.706.044-.97.053-1.26.053-3.713s-.01-2.744-.053-3.712c-.041-.896-.19-1.383-.317-1.707M16 20.718a4.718 4.718 0 1 1 0-9.436 4.718 4.718 0 0 1 0 9.436m3.802-9.622a1.102 1.102 0 1 0 2.205 0 1.102 1.102 0 0 0-2.205 0", clipRule: "evenodd" }),
|
|
239
221
|
/* @__PURE__ */ jsx22("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M0 16C0 7.165 7.165 0 16 0s16 7.165 16 16-7.165 16-16 16S0 24.835 0 16m24.705 6.018c.227-.584.383-1.252.427-2.23.045-.98.055-1.293.055-3.788s-.01-2.808-.055-3.788c-.044-.978-.2-1.646-.427-2.23a4.5 4.5 0 0 0-1.06-1.627 4.5 4.5 0 0 0-1.627-1.06c-.584-.227-1.252-.382-2.23-.427-.98-.045-1.293-.056-3.788-.056s-2.808.011-3.788.056c-.978.045-1.646.2-2.23.427a4.5 4.5 0 0 0-1.627 1.06 4.5 4.5 0 0 0-1.06 1.627c-.227.584-.383 1.252-.427 2.23-.045.98-.056 1.293-.056 3.788s.011 2.808.056 3.788c.045.978.2 1.646.427 2.23.23.613.592 1.168 1.06 1.627.459.468 1.014.83 1.627 1.06.584.227 1.252.382 2.23.427.98.045 1.293.055 3.788.055s2.808-.01 3.788-.055c.978-.045 1.646-.2 2.23-.427a4.7 4.7 0 0 0 2.687-2.687", clipRule: "evenodd" })
|
|
240
|
-
] })
|
|
222
|
+
] });
|
|
241
223
|
var InstagramSocialMedia_default = SvgInstagramSocialMedia;
|
|
242
224
|
|
|
243
225
|
// src/icons/LinkedinSocialMedia.tsx
|
|
244
226
|
import { jsx as jsx23 } from "react/jsx-runtime";
|
|
245
|
-
var SvgLinkedinSocialMedia = (props) => /* @__PURE__ */ jsx23("svg",
|
|
227
|
+
var SvgLinkedinSocialMedia = (props) => /* @__PURE__ */ jsx23("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 32, height: props.height || 32, viewBox: "0 0 32 32", className: props.className, ...props, children: /* @__PURE__ */ jsx23("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M0 16C0 7.165 7.165 0 16 0s16 7.165 16 16-7.165 16-16 16S0 24.835 0 16m7.454 8.188h3.897V12.464H7.454zm1.948-13.325h-.025c-1.308 0-2.153-.9-2.153-2.025 0-1.15.871-2.025 2.204-2.025s2.153.875 2.179 2.025c0 1.125-.846 2.025-2.205 2.025m12.103 13.325h3.896v-6.723c0-3.6-1.922-5.276-4.486-5.276-2.067 0-2.994 1.136-3.511 1.935v-1.66h-3.897c.051 1.1 0 11.724 0 11.724h3.897V17.64c0-.35.025-.7.128-.951.282-.7.923-1.425 1.999-1.425 1.41 0 1.974 1.075 1.974 2.65z", clipRule: "evenodd" }) });
|
|
246
228
|
var LinkedinSocialMedia_default = SvgLinkedinSocialMedia;
|
|
247
229
|
|
|
248
230
|
// src/icons/LoyaltyTwoColors.tsx
|
|
249
231
|
import { jsx as jsx24, jsxs as jsxs12 } from "react/jsx-runtime";
|
|
250
|
-
var SvgLoyaltyTwoColors = (props) => /* @__PURE__ */ jsxs12("svg",
|
|
232
|
+
var SvgLoyaltyTwoColors = (props) => /* @__PURE__ */ jsxs12("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 32, height: props.height || 32, viewBox: "0 0 32 32", className: props.className, ...props, children: [
|
|
251
233
|
/* @__PURE__ */ jsx24("path", { fill: props.color || "currentColor", d: "M24.807 9.642c-1.21 0-2.193.984-2.193 2.194 0 .653.307 1.258.8 1.67-.647 1.468-1.725 3.117-3.356 3.256a2 2 0 0 1-.154.007c-1.827 0-2.87-2.833-3.371-4.78a2.6 2.6 0 0 0 1.57-2.385A2.607 2.607 0 0 0 15.5 7a2.607 2.607 0 0 0-2.604 2.604c0 1.049.63 1.98 1.57 2.386-.436 1.684-1.493 4.778-3.376 4.778q-.075 0-.149-.006c-1.63-.139-2.707-1.788-3.355-3.257.493-.412.8-1.017.8-1.67 0-1.209-.983-2.193-2.193-2.193S4 10.626 4 11.836c0 1.023.727 1.901 1.7 2.128l1.597 7.748c.044.237.252.41.494.41h15.418c.238 0 .446-.17.492-.403l1.6-7.755A2.204 2.204 0 0 0 27 11.835c0-1.209-.984-2.193-2.193-2.193M13.69 9.604c0-.999.811-1.81 1.81-1.81a1.811 1.811 0 0 1 .464 3.56h-.003q-.007 0-.012.002a2 2 0 0 1-.405.05q-.04.003-.08.002a2 2 0 0 1-.416-.053q-.006 0-.012-.002h-.001a1.81 1.81 0 0 1-1.345-1.75m-8.897 2.232c0-.773.628-1.4 1.4-1.4s1.4.627 1.4 1.4c0 .494-.265.957-.693 1.207h-.002c-.047.028-.101.039-.151.06a1.4 1.4 0 0 1-.678.127 1.407 1.407 0 0 1-1.276-1.395m18.18 9.493H8.027l-1.51-7.325c.058-.009.114-.028.171-.042q.065-.014.126-.03c.026-.008.054-.01.08-.02 1.011 2.248 2.381 3.504 3.978 3.64 1.903.163 3.43-1.739 4.362-5.36l.087.008c.038.003.076-.003.114-.002.021 0 .042.008.064.008.028 0 .055-.01.083-.01.061-.002.123.003.184-.003.93 3.62 2.462 5.532 4.359 5.36 1.598-.137 2.969-1.393 3.98-3.64.026.009.054.011.08.02q.062.016.123.029c.058.014.114.033.174.042zm1.958-8.1a1.404 1.404 0 0 1-1.524-1.394c0-.772.628-1.4 1.4-1.4s1.4.628 1.4 1.4c0 .72-.56 1.332-1.276 1.395" }),
|
|
252
234
|
/* @__PURE__ */ jsx24("path", { fill: "#FF4C4C", d: "M23.035 23.358H7.965a.396.396 0 1 0 0 .793h15.07a.396.396 0 1 0 0-.793" })
|
|
253
|
-
] })
|
|
235
|
+
] });
|
|
254
236
|
var LoyaltyTwoColors_default = SvgLoyaltyTwoColors;
|
|
255
237
|
|
|
256
238
|
// src/icons/MapViewOneColor.tsx
|
|
257
239
|
import { jsx as jsx25 } from "react/jsx-runtime";
|
|
258
|
-
var SvgMapViewOneColor = (props) => /* @__PURE__ */ jsx25("svg",
|
|
240
|
+
var SvgMapViewOneColor = (props) => /* @__PURE__ */ jsx25("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 32, height: props.height || 32, viewBox: "0 0 32 32", className: props.className, ...props, children: /* @__PURE__ */ jsx25("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M15.995 6C20.947 6 25 9.907 25 14.733h-.01c0 1.555-.48 3.17-1.388 4.786-.718 1.272-1.707 2.554-2.945 3.816-2.066 2.12-4.093 3.443-4.233 3.534a.74.74 0 0 1-.429.131c-.15 0-.3-.05-.43-.131l.21-.343-.22.333a27.8 27.8 0 0 1-4.222-3.524c-1.238-1.262-2.227-2.544-2.945-3.816C7.479 17.903 7 16.288 7 14.733 7 9.907 11.043 6 15.995 6m6.22 12.701.35.202v-.01l-.35-.202c.788-1.393 1.168-2.726 1.168-3.968 0-3.897-3.295-7.098-7.388-7.098s-7.388 3.211-7.388 7.108c0 1.242.39 2.585 1.178 3.978.64 1.13 1.538 2.302 2.686 3.473a27 27 0 0 0 3.524 2.989 27 27 0 0 0 3.534-2.999c1.148-1.171 2.047-2.342 2.686-3.473m-11.222-3.746c0-2.786 2.247-5.058 5.002-5.058s5.002 2.272 5.002 5.058-2.247 5.058-5.002 5.058-5.002-2.271-5.002-5.058m1.388.01c0 2.01 1.617 3.655 3.614 3.655 1.987 0 3.614-1.646 3.614-3.655s-1.627-3.654-3.614-3.654-3.614 1.645-3.614 3.654", clipRule: "evenodd" }) });
|
|
259
241
|
var MapViewOneColor_default = SvgMapViewOneColor;
|
|
260
242
|
|
|
261
243
|
// src/icons/MatchesTwoColors.tsx
|
|
262
244
|
import { jsx as jsx26, jsxs as jsxs13 } from "react/jsx-runtime";
|
|
263
|
-
var SvgMatchesTwoColors = (props) => /* @__PURE__ */ jsxs13("svg",
|
|
245
|
+
var SvgMatchesTwoColors = (props) => /* @__PURE__ */ jsxs13("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 32, height: props.height || 32, viewBox: "0 0 32 32", className: props.className, ...props, children: [
|
|
264
246
|
/* @__PURE__ */ jsx26("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M23.804 19.384c-.225 4.196-4.016 7.59-8.452 7.59-.028 0-.056 0-.056.026-4.352-.053-8.058-3.5-8.283-7.696-.168-3.393 1.292-6.012 4.436-8.016 1.77-1.122 2.808-2.352 3.06-3.634.282-1.31-.392-2.245-.392-2.245-.057-.08-.057-.24.028-.32.084-.107.224-.107.337-.054 4.38 2.405 6.037 6.12 5.054 11.357 1.095-1.123 1.291-2.459 1.235-4.276 0-.133.056-.214.169-.267a.27.27 0 0 1 .308.053c2.471 2.539 2.696 5.211 2.556 7.482m-.562-.053c.14-2.004-.028-4.329-1.91-6.547-.056 1.87-.477 3.34-2.05 4.57a.31.31 0 0 1-.336.026c-.113-.08-.169-.187-.14-.294 1.207-5.157-.029-8.71-3.847-11.142.14.454.225 1.068.084 1.79-.28 1.443-1.404 2.779-3.313 3.981-2.976 1.898-4.352 4.356-4.184 7.563.197 3.9 3.679 7.134 7.722 7.134 4.183.054 7.75-3.126 7.974-7.081", clipRule: "evenodd" }),
|
|
265
247
|
/* @__PURE__ */ jsx26("path", { fill: props.color || "currentColor", d: "M15.352 26.973v.2l-.066-.388zm8.452-7.589-.2-.01v-.002zm-8.452 7.59v-.2l.067.388zm-.056.026.2.002-.001.2-.201-.002zm-8.283-7.696-.2.011zm4.436-8.016-.107-.169zm3.06-3.634-.195-.039v-.003zm-.392-2.245-.163.117-.001-.002zm.028-.32.157.123-.009.012-.01.01zm.337-.054.086-.18.01.005zm5.054 11.357.143.14-.462.473.122-.65zm1.235-4.276-.2.006v-.006zm.169-.267-.087-.18zm.308.053.138-.145.006.006zm.085.882-.153.13v-.001zm1.909 6.547-.2-.011v-.003zm-1.91-6.547-.2-.006.016-.524.338.402zm-2.05 4.57.124.157-.007.005zm-.336.026-.086.18-.016-.007-.014-.01zm-.14-.294.194.046-.001.005zM14.958 5.944l-.191.059-.161-.52.46.292zm.084 1.79-.196-.038zm-3.313 3.981-.107-.168zm-4.184 7.563.2-.011zm7.722 7.134v-.2h.002zm.084.361c4.34 0 8.034-3.32 8.252-7.4l.4.022c-.232 4.311-4.12 7.778-8.652 7.778zm.067.389-.133-.377zm-.323-.163a.22.22 0 0 1 .157-.213c.047-.015.096-.013.1-.013v.4h-.009s.013 0 .03-.006a.176.176 0 0 0 .122-.166zm-7.883-7.705c.218 4.084 3.833 7.454 8.086 7.506l-.005.4c-4.452-.055-8.25-3.579-8.48-7.885zm4.344-7.837c-1.551.988-2.676 2.12-3.393 3.415-.717 1.293-1.034 2.758-.951 4.422l-.4.02c-.086-1.73.244-3.27 1-4.636.757-1.365 1.935-2.543 3.529-3.559zm3.149-3.765c-.268 1.362-1.362 2.63-3.15 3.765l-.214-.338c1.75-1.11 2.734-2.3 2.972-3.504zm-.59-2.283.163-.117v.001l.001.001.003.003.03.048a3.138 3.138 0 0 1 .294.632c.143.423.248 1.021.098 1.719l-.39-.084a2.84 2.84 0 0 0-.339-2.053l-.017-.027-.004-.005v-.001zm.167-.175q.004-.005 0 .001a.106.106 0 0 0-.003.055q.005.013 0 .004l-.327.23a.46.46 0 0 1-.075-.287.44.44 0 0 1 .129-.293zm.113-.018a.14.14 0 0 0-.071-.016l-.014.004-.01.008-.313-.247c.165-.21.422-.186.58-.11zm4.943 11.139c.486-2.59.316-4.785-.502-6.622-.817-1.836-2.291-3.336-4.452-4.523l.193-.35c2.22 1.219 3.764 2.778 4.624 4.71.86 1.93 1.027 4.212.53 6.859zm1.632-4.245c.057 1.831-.138 3.239-1.292 4.421l-.287-.279c1.037-1.062 1.235-2.327 1.18-4.13zm.055-.08c-.033.015-.042.027-.045.031s-.01.017-.01.055h-.4c0-.095.02-.189.074-.272a.5.5 0 0 1 .209-.176zm.085.017a.1.1 0 0 0-.044-.025.07.07 0 0 0-.042.008l-.171-.362a.47.47 0 0 1 .532.09zm2.493 7.325c.139-2.243-.083-4.848-2.499-7.33l.287-.28c2.526 2.596 2.753 5.335 2.611 7.635zm-2.119-6.717c1.93 2.275 2.099 4.661 1.956 6.69l-.399-.028c.14-1.98-.029-4.242-1.862-6.403zm0 0-.305.258zm-2.325 4.541c.76-.594 1.236-1.242 1.531-1.962.296-.724.414-1.533.442-2.456l.4.012c-.029.948-.15 1.81-.472 2.595-.322.79-.843 1.492-1.655 2.126zm-.128.004a.14.14 0 0 0 .07.017.12.12 0 0 0 .065-.026l.232.325a.5.5 0 0 1-.273.1.54.54 0 0 1-.266-.055zm-.033-.063c0 .003-.002.007.004.018a.2.2 0 0 0 .059.062l-.232.326c-.15-.106-.275-.29-.218-.507zM15.066 5.775c1.94 1.235 3.237 2.765 3.89 4.653.651 1.883.653 4.102.044 6.704l-.39-.091c.599-2.556.587-4.693-.032-6.483-.618-1.787-1.848-3.25-3.727-4.446zm-.22 1.92a3.5 3.5 0 0 0-.078-1.692l.382-.119c.149.482.237 1.13.09 1.888zm-3.223 3.851c1.889-1.19 2.958-2.486 3.224-3.85l.392.076c-.296 1.521-1.472 2.897-3.402 4.113zm-4.276 7.742c-.086-1.636.222-3.09.937-4.38.715-1.288 1.83-2.4 3.339-3.361l.215.337c-1.467.935-2.53 2.002-3.204 3.218s-.97 2.595-.888 4.165zm7.92 7.324c-4.144 0-7.718-3.312-7.92-7.324l.4-.02c.19 3.79 3.579 6.944 7.52 6.944zm8.175-7.27c-.232 4.07-3.895 7.325-8.177 7.27l.005-.4c4.086.052 7.554-3.053 7.772-6.892z" }),
|
|
266
248
|
/* @__PURE__ */ jsx26("path", { fill: "#FF4C4C", stroke: "#FF4C4C", strokeWidth: 0.3, d: "M21.994 26.313c-.081 0-.162-.026-.203-.09-.094-.116-.08-.27.04-.36.594-.461 1.308-1.116 1.645-2.129.04-.141.202-.205.337-.167a.25.25 0 0 1 .175.321c-.377 1.142-1.172 1.86-1.82 2.36a.25.25 0 0 1-.174.064Z" })
|
|
267
|
-
] })
|
|
249
|
+
] });
|
|
268
250
|
var MatchesTwoColors_default = SvgMatchesTwoColors;
|
|
269
251
|
|
|
270
252
|
// src/icons/MenuFilled.tsx
|
|
271
253
|
import { jsx as jsx27, jsxs as jsxs14 } from "react/jsx-runtime";
|
|
272
|
-
var SvgMenuFilled = (props) => /* @__PURE__ */ jsxs14("svg",
|
|
254
|
+
var SvgMenuFilled = (props) => /* @__PURE__ */ jsxs14("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 32, height: props.height || 32, viewBox: "0 0 32 32", className: props.className, ...props, children: [
|
|
273
255
|
/* @__PURE__ */ jsx27("path", { fill: "#FF4C4C", d: "M22 22.2a1.2 1.2 0 0 0-1.2-1.2H5.2a1.2 1.2 0 0 0 0 2.4h15.6a1.2 1.2 0 0 0 1.2-1.2" }),
|
|
274
256
|
/* @__PURE__ */ jsx27("path", { fill: props.color || "currentColor", d: "M5.2 25.2A1.8 1.8 0 0 0 7 27h12a1.8 1.8 0 0 0 1.8-1.8v-.6H5.2z" }),
|
|
275
257
|
/* @__PURE__ */ jsx27("path", { fill: props.color || "currentColor", d: "M27.838 7.99a.6.6 0 0 0-.438-.19H22.17l.9-3.6H26.2a.6.6 0 1 0 0-1.2h-3.6a.6.6 0 0 0-.582.455L20.93 7.8h-5.53a.6.6 0 0 0-.6.64l.26 4.213a7.86 7.86 0 0 1 6.904 7.038l.04.446A2.379 2.379 0 0 1 22 24.266v.934a2.97 2.97 0 0 1-.615 1.8H26.2a.6.6 0 0 0 .599-.56l1.2-18a.6.6 0 0 0-.16-.45" }),
|
|
276
258
|
/* @__PURE__ */ jsx27("path", { fill: props.color || "currentColor", d: "M14.2 13.8h-2.4a6.61 6.61 0 0 0-6.57 6h15.54a6.607 6.607 0 0 0-6.57-6" })
|
|
277
|
-
] })
|
|
259
|
+
] });
|
|
278
260
|
var MenuFilled_default = SvgMenuFilled;
|
|
279
261
|
|
|
280
262
|
// src/icons/MenuOneColor.tsx
|
|
281
263
|
import { jsx as jsx28, jsxs as jsxs15 } from "react/jsx-runtime";
|
|
282
|
-
var SvgMenuOneColor = (props) => /* @__PURE__ */ jsxs15("svg",
|
|
264
|
+
var SvgMenuOneColor = (props) => /* @__PURE__ */ jsxs15("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 32, height: props.height || 32, viewBox: "0 0 32 32", className: props.className, ...props, children: [
|
|
283
265
|
/* @__PURE__ */ jsx28("rect", { width: 20, height: 2, x: 6, y: 10, fill: props.color || "currentColor", rx: 1 }),
|
|
284
266
|
/* @__PURE__ */ jsx28("rect", { width: 20, height: 2, x: 6, y: 15, fill: props.color || "currentColor", rx: 1 }),
|
|
285
267
|
/* @__PURE__ */ jsx28("rect", { width: 20, height: 2, x: 6, y: 20, fill: props.color || "currentColor", rx: 1 })
|
|
286
|
-
] })
|
|
268
|
+
] });
|
|
287
269
|
var MenuOneColor_default = SvgMenuOneColor;
|
|
288
270
|
|
|
289
271
|
// src/icons/MoneyOneColor.tsx
|
|
290
272
|
import { jsx as jsx29 } from "react/jsx-runtime";
|
|
291
|
-
var SvgMoneyOneColor = (props) => /* @__PURE__ */ jsx29("svg",
|
|
273
|
+
var SvgMoneyOneColor = (props) => /* @__PURE__ */ jsx29("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 32, height: props.height || 32, viewBox: "0 0 32 32", className: props.className, ...props, children: /* @__PURE__ */ jsx29("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M18.91 9.568a.636.636 0 0 1-.868.156h-.008a.61.61 0 0 1-.153-.861l1.817-2.546a6.82 6.82 0 0 0-7.393 0l1.817 2.54c.183.28.11.652-.167.843a.636.636 0 0 1-.863-.132L10.926 6.54a.61.61 0 0 1 .113-.831c2.78-2.276 7.139-2.279 9.922-.008a.614.614 0 0 1 .116.834zm-3.538 6.417a2.274 2.274 0 0 0-1.86 2.226c0 .653.303 1.814 2.33 2.289h.02c1.372.309 1.372.883 1.372 1.073 0 .727-.636 1.059-1.23 1.059a1.23 1.23 0 0 1-1.138-.742.634.634 0 0 0-1.092-.148.61.61 0 0 0-.068.625c.3.703.918 1.228 1.669 1.418v.494c0 .342.281.619.629.619a.624.624 0 0 0 .629-.619v-.494a2.274 2.274 0 0 0 1.86-2.227c0-.65-.315-1.81-2.328-2.273h-.02c-1.372-.31-1.372-.883-1.372-1.074 0-.727.637-1.058 1.23-1.058.497-.001.945.292 1.136.742.14.304.502.443.815.314a.615.615 0 0 0 .345-.792A2.47 2.47 0 0 0 16.63 16v-.495a.624.624 0 0 0-.629-.619.624.624 0 0 0-.629.619zM7.53 21.769c.01-4.134 1.87-8.053 5.085-10.717a.64.64 0 0 1 .406-.146h5.96c.149 0 .292.052.406.146 3.215 2.663 5.076 6.583 5.088 10.717v1.758l.193.092a2.29 2.29 0 0 1 1.275 2.585A2.334 2.334 0 0 1 23.661 28H8.339a2.334 2.334 0 0 1-2.281-1.796 2.29 2.29 0 0 1 1.275-2.585l.193-.092zm.805 4.994a1.07 1.07 0 0 1-1.057-.831h.005c-.119-.491.13-.997.597-1.21l.55-.247a.62.62 0 0 0 .358-.557v-2.147c.01-3.692 1.637-7.2 4.467-9.628h5.495a12.74 12.74 0 0 1 4.471 9.625v2.148a.62.62 0 0 0 .355.574l.551.247c.455.216.697.712.586 1.196a1.08 1.08 0 0 1-1.054.83z", clipRule: "evenodd" }) });
|
|
292
274
|
var MoneyOneColor_default = SvgMoneyOneColor;
|
|
293
275
|
|
|
294
276
|
// src/icons/MoneyTwoColors.tsx
|
|
295
277
|
import { jsx as jsx30, jsxs as jsxs16 } from "react/jsx-runtime";
|
|
296
|
-
var SvgMoneyTwoColors = (props) => /* @__PURE__ */ jsxs16("svg",
|
|
278
|
+
var SvgMoneyTwoColors = (props) => /* @__PURE__ */ jsxs16("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 32, height: props.height || 32, viewBox: "0 0 32 32", className: props.className, ...props, children: [
|
|
297
279
|
/* @__PURE__ */ jsx30("path", { fill: "#433D3D", fillRule: "evenodd", d: "M17.537 11.008a.556.556 0 0 0 .76-.136l1.895-2.654a.537.537 0 0 0-.101-.73c-2.435-1.986-6.249-1.984-8.682.007a.535.535 0 0 0-.099.727l1.896 2.65a.557.557 0 0 0 .755.116.535.535 0 0 0 .146-.737l-1.59-2.223a5.96 5.96 0 0 1 6.468 0l-1.59 2.227a.535.535 0 0 0 .135.753zm-9.2 10.54c.01-3.617 1.638-7.047 4.45-9.377a.56.56 0 0 1 .355-.128h5.216c.13 0 .255.045.354.128 2.814 2.33 4.442 5.76 4.452 9.376v1.54l.17.08a2.005 2.005 0 0 1 1.115 2.262A2.04 2.04 0 0 1 22.453 27H9.047a2.04 2.04 0 0 1-1.996-1.571 2.005 2.005 0 0 1 1.115-2.262l.17-.08zm.705 4.37a.94.94 0 0 1-.924-.728h.004a.924.924 0 0 1 .522-1.058l.482-.216a.54.54 0 0 0 .313-.488V21.55c.008-3.23 1.432-6.3 3.908-8.425h4.808a11.14 11.14 0 0 1 3.913 8.423v1.878a.54.54 0 0 0 .31.503l.482.216c.398.189.61.623.513 1.046a.946.946 0 0 1-.922.727z", clipRule: "evenodd" }),
|
|
298
280
|
/* @__PURE__ */ jsx30("path", { fill: "#FF4C4C", d: "M13.574 18.435a1.99 1.99 0 0 1 1.627-1.948v-.42c0-.299.246-.541.55-.541s.55.242.55.541v.433a2.16 2.16 0 0 1 1.46 1.24.54.54 0 0 1-.301.693.554.554 0 0 1-.714-.275 1.08 1.08 0 0 0-.993-.65c-.52 0-1.076.29-1.076.927 0 .167 0 .669 1.2.94h.017c1.762.404 2.037 1.42 2.037 1.989a1.99 1.99 0 0 1-1.627 1.948v.433a.546.546 0 0 1-.55.54.546.546 0 0 1-.551-.54v-.433a2.16 2.16 0 0 1-1.46-1.24.53.53 0 0 1 .06-.548.555.555 0 0 1 .955.13c.168.394.56.65.995.65.52 0 1.077-.29 1.077-.927 0-.167 0-.67-1.2-.94h-.018c-1.774-.415-2.038-1.43-2.038-2.002" })
|
|
299
|
-
] })
|
|
281
|
+
] });
|
|
300
282
|
var MoneyTwoColors_default = SvgMoneyTwoColors;
|
|
301
283
|
|
|
302
284
|
// src/icons/NextOneColor.tsx
|
|
303
285
|
import { jsx as jsx31 } from "react/jsx-runtime";
|
|
304
|
-
var SvgNextOneColor = (props) => /* @__PURE__ */ jsx31("svg",
|
|
286
|
+
var SvgNextOneColor = (props) => /* @__PURE__ */ jsx31("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 32, height: props.height || 32, viewBox: "0 0 32 32", className: props.className, ...props, children: /* @__PURE__ */ jsx31("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M11.255 25.721a1.02 1.02 0 0 1 0-1.347L18.9 16l-7.646-8.374a1.02 1.02 0 0 1 0-1.347.817.817 0 0 1 1.23 0l8.26 9.048c.34.371.34.975 0 1.346l-8.26 9.048a.817.817 0 0 1-1.23 0", clipRule: "evenodd" }) });
|
|
305
287
|
var NextOneColor_default = SvgNextOneColor;
|
|
306
288
|
|
|
307
289
|
// src/icons/NotificationOneColor.tsx
|
|
308
290
|
import { jsx as jsx32, jsxs as jsxs17 } from "react/jsx-runtime";
|
|
309
|
-
var SvgNotificationOneColor = (props) => /* @__PURE__ */ jsxs17("svg",
|
|
291
|
+
var SvgNotificationOneColor = (props) => /* @__PURE__ */ jsxs17("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 32, height: props.height || 32, viewBox: "0 0 32 32", className: props.className, ...props, children: [
|
|
310
292
|
/* @__PURE__ */ jsx32("path", { fill: "#54545A", fillRule: "evenodd", d: "M19.455 24.4c-.099 1.819-1.585 3.067-3.405 3.067s-3.306-1.248-3.404-3.068h-4.17C7.22 24.4 6.2 23.37 6.2 22.095c0-1.271 1.019-2.304 2.274-2.304-.002 0 0-4.608 0-4.608 0-3.245 2.002-6.091 4.924-7.196v-.1c0-1.484 1.19-2.687 2.652-2.687 1.465 0 2.652 1.202 2.652 2.686v.101c2.922 1.105 4.925 3.951 4.925 7.196v4.608c1.253 0 2.273 1.033 2.273 2.304 0 1.272-1.02 2.304-2.277 2.304zm-5.369 0A1.933 1.933 0 0 0 16 26.154c.997 0 1.817-.769 1.914-1.754zm-4.24-9.265c0-2.797 1.832-5.23 4.444-5.993l.556-.163V7.727c0-.644.518-1.168 1.154-1.168a1.16 1.16 0 0 1 1.154 1.168v1.252l.556.163c2.611.764 4.444 3.196 4.444 5.993v4.678c0 .863.688 1.56 1.538 1.56.423 0 .77.35.77.78 0 .429-.347.78-.773.78H8.312a.776.776 0 0 1-.774-.78c0-.43.346-.78.77-.78.849 0 1.538-.7 1.538-1.56z", clipRule: "evenodd" }),
|
|
311
293
|
/* @__PURE__ */ jsx32("mask", { id: "a", width: 20, height: 23, x: 6, y: 5, maskUnits: "userSpaceOnUse", style: {
|
|
312
294
|
maskType: "luminance"
|
|
313
295
|
}, children: /* @__PURE__ */ jsx32("path", { fill: "#fff", fillRule: "evenodd", d: "M19.455 24.4c-.099 1.819-1.585 3.067-3.405 3.067s-3.306-1.248-3.404-3.068h-4.17C7.22 24.4 6.2 23.37 6.2 22.095c0-1.271 1.019-2.304 2.274-2.304-.002 0 0-4.608 0-4.608 0-3.245 2.002-6.091 4.924-7.196v-.1c0-1.484 1.19-2.687 2.652-2.687 1.465 0 2.652 1.202 2.652 2.686v.101c2.922 1.105 4.925 3.951 4.925 7.196v4.608c1.253 0 2.273 1.033 2.273 2.304 0 1.272-1.02 2.304-2.277 2.304zm-5.369 0A1.933 1.933 0 0 0 16 26.154c.997 0 1.817-.769 1.914-1.754zm-4.24-9.265c0-2.797 1.832-5.23 4.444-5.993l.556-.163V7.727c0-.644.518-1.168 1.154-1.168a1.16 1.16 0 0 1 1.154 1.168v1.252l.556.163c2.611.764 4.444 3.196 4.444 5.993v4.678c0 .863.688 1.56 1.538 1.56.423 0 .77.35.77.78 0 .429-.347.78-.773.78H8.312a.776.776 0 0 1-.774-.78c0-.43.346-.78.77-.78.849 0 1.538-.7 1.538-1.56z", clipRule: "evenodd" }) }),
|
|
314
296
|
/* @__PURE__ */ jsx32("g", { mask: "url(#a)", children: /* @__PURE__ */ jsx32("path", { fill: "#54545A", d: "M10 24.4h12v5H10z" }) })
|
|
315
|
-
] })
|
|
297
|
+
] });
|
|
316
298
|
var NotificationOneColor_default = SvgNotificationOneColor;
|
|
317
299
|
|
|
318
300
|
// src/icons/NotificationTwoColors.tsx
|
|
319
301
|
import { jsx as jsx33, jsxs as jsxs18 } from "react/jsx-runtime";
|
|
320
|
-
var SvgNotificationTwoColors = (props) => /* @__PURE__ */ jsxs18("svg",
|
|
302
|
+
var SvgNotificationTwoColors = (props) => /* @__PURE__ */ jsxs18("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 32, height: props.height || 32, viewBox: "0 0 32 32", className: props.className, ...props, children: [
|
|
321
303
|
/* @__PURE__ */ jsx33("path", { fill: "#54545A", fillRule: "evenodd", d: "m8.624 19.74-.001-4.557c0-3.183 1.964-5.973 4.828-7.055l.097-.037v-.205c0-1.402 1.124-2.536 2.502-2.536 1.38 0 2.502 1.133 2.502 2.536v.205l.097.037c2.864 1.082 4.828 3.873 4.828 7.055v4.758h.15c1.168 0 2.123.964 2.123 2.154s-.955 2.154-2.127 2.154h-4.31l-.008.142c-.094 1.73-1.505 2.926-3.255 2.926s-3.161-1.196-3.255-2.926l-.007-.142H8.477c-1.173 0-2.127-.962-2.127-2.154 0-1.19.953-2.154 2.124-2.154.138 0 .148-.143.15-.16v-.002.008-.048M16 6.41c-.72 0-1.304.592-1.304 1.317v1.14l-.448.13c-2.676.783-4.552 3.275-4.552 6.138v4.678a1.4 1.4 0 0 1-1.388 1.41c-.509 0-.92.42-.92.93 0 .512.412.93.923.93H23.69c.51 0 .922-.42.922-.93s-.412-.93-.92-.93a1.397 1.397 0 0 1-1.387-1.41v-4.678c0-2.863-1.876-5.355-4.552-6.137l-.448-.131v-1.14A1.31 1.31 0 0 0 16 6.409m2.063 18.005.016-.165h-4.158l.016.165A2.083 2.083 0 0 0 16 26.305c1.077 0 1.96-.831 2.063-1.89", clipRule: "evenodd" }),
|
|
322
304
|
/* @__PURE__ */ jsx33("mask", { id: "a", width: 20, height: 23, x: 6, y: 5, maskUnits: "userSpaceOnUse", style: {
|
|
323
305
|
maskType: "alpha"
|
|
324
306
|
}, children: /* @__PURE__ */ jsx33("path", { fill: "#54545A", fillRule: "evenodd", d: "m8.624 19.74-.001-4.557c0-3.183 1.964-5.973 4.828-7.055l.097-.037v-.205c0-1.402 1.124-2.536 2.502-2.536 1.38 0 2.502 1.133 2.502 2.536v.205l.097.037c2.864 1.082 4.828 3.873 4.828 7.055v4.758h.15c1.168 0 2.123.964 2.123 2.154s-.955 2.154-2.127 2.154h-4.31l-.008.142c-.094 1.73-1.505 2.926-3.255 2.926s-3.161-1.196-3.255-2.926l-.007-.142H8.477c-1.173 0-2.127-.962-2.127-2.154 0-1.19.953-2.154 2.124-2.154.138 0 .148-.143.15-.16v-.002.008-.048M16 6.41c-.72 0-1.304.592-1.304 1.317v1.14l-.448.13c-2.676.783-4.552 3.275-4.552 6.138v4.678a1.4 1.4 0 0 1-1.388 1.41c-.509 0-.92.42-.92.93 0 .512.412.93.923.93H23.69c.51 0 .922-.42.922-.93s-.412-.93-.92-.93a1.397 1.397 0 0 1-1.387-1.41v-4.678c0-2.863-1.876-5.355-4.552-6.137l-.448-.131v-1.14A1.31 1.31 0 0 0 16 6.409m2.063 18.005.016-.165h-4.158l.016.165A2.083 2.083 0 0 0 16 26.305c1.077 0 1.96-.831 2.063-1.89", clipRule: "evenodd" }) }),
|
|
325
307
|
/* @__PURE__ */ jsx33("g", { mask: "url(#a)", children: /* @__PURE__ */ jsx33("path", { fill: "#FF4C4C", d: "M11 24.25h12v4H11z" }) })
|
|
326
|
-
] })
|
|
308
|
+
] });
|
|
327
309
|
var NotificationTwoColors_default = SvgNotificationTwoColors;
|
|
328
310
|
|
|
329
311
|
// src/icons/NotificationsFilled.tsx
|
|
330
312
|
import { jsx as jsx34, jsxs as jsxs19 } from "react/jsx-runtime";
|
|
331
|
-
var SvgNotificationsFilled = (props) => /* @__PURE__ */ jsxs19("svg",
|
|
313
|
+
var SvgNotificationsFilled = (props) => /* @__PURE__ */ jsxs19("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 32, height: props.height || 32, viewBox: "0 0 32 32", className: props.className, ...props, children: [
|
|
332
314
|
/* @__PURE__ */ jsx34("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M16 28c1.847 0 3.357-1.29 3.456-3.169h4.233c1.275 0 2.311-1.066 2.311-2.38s-1.036-2.38-2.308-2.38v-4.76c0-3.35-2.033-6.29-5-7.432v-.105C18.692 6.242 17.487 5 16 5c-1.485 0-2.692 1.243-2.692 2.774v.105c-2.967 1.141-5 4.08-5 7.433v4.76C7.035 20.072 6 21.138 6 22.452s1.035 2.38 2.312 2.38h4.232C12.644 26.71 14.153 28 16 28m-.05-1.356c-1.013 0-1.845-.795-1.943-1.812h3.885c-.098 1.017-.93 1.812-1.943 1.812", clipRule: "evenodd" }),
|
|
333
315
|
/* @__PURE__ */ jsx34("mask", { id: "a", width: 20, height: 23, x: 6, y: 5, maskUnits: "userSpaceOnUse", style: {
|
|
334
316
|
maskType: "luminance"
|
|
335
317
|
}, children: /* @__PURE__ */ jsx34("path", { fill: "#fff", fillRule: "evenodd", d: "M16 28c1.847 0 3.357-1.29 3.456-3.169h4.233c1.275 0 2.311-1.066 2.311-2.38s-1.036-2.38-2.308-2.38v-4.76c0-3.35-2.033-6.29-5-7.432v-.105C18.692 6.242 17.487 5 16 5c-1.485 0-2.692 1.243-2.692 2.774v.105c-2.967 1.141-5 4.08-5 7.433v4.76C7.035 20.072 6 21.138 6 22.452s1.035 2.38 2.312 2.38h4.232C12.644 26.71 14.153 28 16 28m-.05-1.356c-1.013 0-1.845-.795-1.943-1.812h3.885c-.098 1.017-.93 1.812-1.943 1.812", clipRule: "evenodd" }) }),
|
|
336
318
|
/* @__PURE__ */ jsx34("g", { mask: "url(#a)", children: /* @__PURE__ */ jsx34("path", { fill: "#FF4C4C", d: "M9.858 24.832h12.183v5.165H9.858z" }) })
|
|
337
|
-
] })
|
|
319
|
+
] });
|
|
338
320
|
var NotificationsFilled_default = SvgNotificationsFilled;
|
|
339
321
|
|
|
340
322
|
// src/icons/OrderEditTwoColors.tsx
|
|
341
323
|
import { jsx as jsx35, jsxs as jsxs20 } from "react/jsx-runtime";
|
|
342
|
-
var SvgOrderEditTwoColors = (props) => /* @__PURE__ */ jsxs20("svg",
|
|
324
|
+
var SvgOrderEditTwoColors = (props) => /* @__PURE__ */ jsxs20("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 32, height: props.height || 32, viewBox: "0 0 32 32", className: props.className, ...props, children: [
|
|
343
325
|
/* @__PURE__ */ jsx35("path", { fill: "#433D3D", fillRule: "evenodd", d: "M25.035 7.332v5.397a.55.55 0 0 1-.56.554h-2.98V24.3a2.945 2.945 0 0 1-2.942 2.942q-.084.002-.168-.006v.006H5.813v-.006A2.946 2.946 0 0 1 3 24.3V21.88a.56.56 0 0 1 .56-.56h2.242L5.886 7.22C5.886 5.996 6.898 5 8.134 5h14.569a2.334 2.334 0 0 1 2.332 2.332M4.118 22.443v1.863c0 1.007.817 1.823 1.824 1.823h10.307a2.93 2.93 0 0 1-.638-1.823v-1.863zm16.258-15.11v16.973a1.823 1.823 0 1 1-3.646 0v-2.422a.56.56 0 0 0-.56-.56H6.927L7.01 7.227a1.12 1.12 0 0 1 1.13-1.107h12.583a2.28 2.28 0 0 0-.347 1.213m1.118 4.837h2.428V7.332a1.214 1.214 0 0 0-2.428 0z", clipRule: "evenodd" }),
|
|
344
326
|
/* @__PURE__ */ jsx35("path", { fill: "#433D3D", d: "M17.983 16.806h-8.92a.56.56 0 1 0 0 1.119h8.925a.56.56 0 0 0-.005-1.119M14.46 19.093H9.062a.56.56 0 1 0 0 1.119h5.396a.56.56 0 0 0 0-1.119" }),
|
|
345
327
|
/* @__PURE__ */ jsx35("path", { fill: "#FF4C4C", fillRule: "evenodd", d: "M23.748 17.27a2.184 2.184 0 0 1 2.182-2.18 2.184 2.184 0 0 1 2.18 2.18v9.687l-.002.035-.003.026v.011a.2.2 0 0 1-.006.05c-.005.006-.005.006-.005.012q-.002.023-.011.045l-.006.01-.009.021-.008.019v.006l-1.593 3.484a.55.55 0 0 1-.504.324h-.006a.56.56 0 0 1-.503-.319l-1.65-3.484a.01.01 0 0 1-.005-.005l-.01-.02-.007-.02-.003-.008-.003-.008-.01-.04a.02.02 0 0 1-.006-.016q0-.012-.003-.022l-.003-.023v-.011a.2.2 0 0 1-.006-.062zm1.12 1.734v7.399h2.124v-7.4zm1.062-2.797c.587 0 1.063.476 1.062 1.063v.615h-2.125v-.615c0-.587.476-1.063 1.063-1.063m-.733 11.31.755 1.599.733-1.6z", clipRule: "evenodd" })
|
|
346
|
-
] })
|
|
328
|
+
] });
|
|
347
329
|
var OrderEditTwoColors_default = SvgOrderEditTwoColors;
|
|
348
330
|
|
|
349
331
|
// src/icons/OrderHistoryFilled.tsx
|
|
350
332
|
import { jsx as jsx36, jsxs as jsxs21 } from "react/jsx-runtime";
|
|
351
|
-
var SvgOrderHistoryFilled = (props) => /* @__PURE__ */ jsxs21("svg",
|
|
333
|
+
var SvgOrderHistoryFilled = (props) => /* @__PURE__ */ jsxs21("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 32, height: props.height || 32, viewBox: "0 0 32 32", className: props.className, ...props, children: [
|
|
352
334
|
/* @__PURE__ */ jsx36("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M25.84 12.432v-5.19c0-1.237-.987-2.24-2.205-2.242H9.855C8.688 5 7.73 5.957 7.73 7.135L7.65 20.692H5.53a.535.535 0 0 0-.529.537v2.329c.003 1.512 1.175 2.755 2.66 2.823v.005h11.892v-.005q.079.006.158.005c1.536-.002 2.78-1.267 2.782-2.828V12.964h2.82a.52.52 0 0 0 .375-.152c.1-.1.155-.238.154-.38m-6.669 3.92h-8.437a.533.533 0 0 0-.529.538c0 .297.237.538.53.538h8.441a.534.534 0 0 0 .527-.54.533.533 0 0 0-.532-.536m-8.437 2.2h5.105c.292 0 .529.24.529.537a.533.533 0 0 1-.53.538h-5.104a.533.533 0 0 1-.529-.538c0-.297.237-.538.53-.538", clipRule: "evenodd" }),
|
|
353
335
|
/* @__PURE__ */ jsx36("path", { fill: "#FF4C4C", fillRule: "evenodd", d: "M24.624 26.118v-9.32c.001-1.157.924-2.095 2.063-2.097 1.139.002 2.061.94 2.063 2.097v9.314q0 .018-.003.034l-.003.025v.011a.2.2 0 0 1-.005.049l-.005.005v.005q-.002.023-.01.043a.323.323 0 0 0-.021.054l-1.508 3.35a.52.52 0 0 1-.476.312h-.006a.53.53 0 0 1-.476-.306l-1.56-3.35a.005.005 0 0 1-.005-.006l-.016-.038-.003-.008q-.002-.003-.003-.008l-.01-.037a.02.02 0 0 1-.006-.016q0-.012-.002-.022-.003-.01-.003-.021v-.011a.2.2 0 0 1-.005-.06m1.37.532.714 1.538.693-1.538z", clipRule: "evenodd" })
|
|
354
|
-
] })
|
|
336
|
+
] });
|
|
355
337
|
var OrderHistoryFilled_default = SvgOrderHistoryFilled;
|
|
356
338
|
|
|
357
339
|
// src/icons/OrderOneColor.tsx
|
|
358
340
|
import { jsx as jsx37, jsxs as jsxs22 } from "react/jsx-runtime";
|
|
359
|
-
var SvgOrderOneColor = (props) => /* @__PURE__ */ jsxs22("svg",
|
|
341
|
+
var SvgOrderOneColor = (props) => /* @__PURE__ */ jsxs22("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 32, height: props.height || 32, viewBox: "0 0 32 32", className: props.className, ...props, children: [
|
|
360
342
|
/* @__PURE__ */ jsx37("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M26 8.097v4.853a.5.5 0 0 1-.148.355.5.5 0 0 1-.36.143h-2.705v9.907c-.002 1.46-1.196 2.643-2.67 2.645q-.077.001-.152-.005V26H8.553v-.005A2.66 2.66 0 0 1 6 23.355v-2.178c0-.277.228-.502.508-.503h2.035L8.62 7.996c0-1.1.919-1.996 2.04-1.996h13.224A2.11 2.11 0 0 1 26 8.097M7.015 21.685v1.675c0 .905.741 1.64 1.655 1.64h9.356a2.62 2.62 0 0 1-.58-1.64v-1.675zM21.771 8.097V23.36c0 .905-.74 1.64-1.654 1.64a1.647 1.647 0 0 1-1.655-1.64v-2.178a.507.507 0 0 0-.508-.503h-8.39L9.64 8.002a1.01 1.01 0 0 1 1.025-.996h11.421a2.03 2.03 0 0 0-.314 1.091m1.016 4.35h2.203v-4.35c0-.603-.493-1.091-1.102-1.091-.608 0-1.101.488-1.101 1.091z", clipRule: "evenodd" }),
|
|
361
343
|
/* @__PURE__ */ jsx37("path", { fill: props.color || "currentColor", d: "M19.599 16.616h-8.096a.505.505 0 0 0-.508.503c0 .278.227.503.508.503h8.101a.505.505 0 0 0 .505-.506.505.505 0 0 0-.51-.5M16.401 18.673h-4.898a.505.505 0 0 0-.508.503c0 .277.227.503.508.503H16.4c.28 0 .508-.226.508-.503a.505.505 0 0 0-.508-.503" })
|
|
362
|
-
] })
|
|
344
|
+
] });
|
|
363
345
|
var OrderOneColor_default = SvgOrderOneColor;
|
|
364
346
|
|
|
365
347
|
// src/icons/OrderTwoColors.tsx
|
|
366
348
|
import { jsx as jsx38, jsxs as jsxs23 } from "react/jsx-runtime";
|
|
367
|
-
var SvgOrderTwoColors = (props) => /* @__PURE__ */ jsxs23("svg",
|
|
349
|
+
var SvgOrderTwoColors = (props) => /* @__PURE__ */ jsxs23("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 32, height: props.height || 32, viewBox: "0 0 32 32", className: props.className, ...props, children: [
|
|
368
350
|
/* @__PURE__ */ jsx38("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M26 8.097v4.853a.5.5 0 0 1-.148.355.5.5 0 0 1-.36.143h-2.705v9.907c-.002 1.46-1.196 2.643-2.67 2.645q-.077.001-.152-.005V26H8.553v-.005A2.66 2.66 0 0 1 6 23.355v-2.178c0-.277.228-.502.508-.503h2.035L8.62 7.996c0-1.1.919-1.996 2.04-1.996h13.224A2.11 2.11 0 0 1 26 8.097M7.015 21.685v1.675c0 .905.741 1.64 1.655 1.64h9.356a2.62 2.62 0 0 1-.58-1.64v-1.675zM21.771 8.097V23.36c0 .905-.74 1.64-1.654 1.64a1.647 1.647 0 0 1-1.655-1.64v-2.178a.507.507 0 0 0-.508-.503h-8.39L9.64 8.002a1.01 1.01 0 0 1 1.025-.996h11.421a2.03 2.03 0 0 0-.314 1.091m1.016 4.35h2.203v-4.35c0-.603-.493-1.091-1.102-1.091-.608 0-1.101.488-1.101 1.091z", clipRule: "evenodd" }),
|
|
369
351
|
/* @__PURE__ */ jsx38("path", { fill: "#FF4C4C", d: "M19.599 16.616h-8.096a.505.505 0 0 0-.508.503c0 .278.227.503.508.503h8.101a.505.505 0 0 0 .505-.506.505.505 0 0 0-.51-.5M16.401 18.673h-4.898a.505.505 0 0 0-.508.503c0 .278.227.503.508.503H16.4c.28 0 .508-.225.508-.503a.505.505 0 0 0-.508-.503" })
|
|
370
|
-
] })
|
|
352
|
+
] });
|
|
371
353
|
var OrderTwoColors_default = SvgOrderTwoColors;
|
|
372
354
|
|
|
373
355
|
// src/icons/PayTwoColors.tsx
|
|
374
356
|
import { jsx as jsx39, jsxs as jsxs24 } from "react/jsx-runtime";
|
|
375
|
-
var SvgPayTwoColors = (props) => /* @__PURE__ */ jsxs24("svg",
|
|
357
|
+
var SvgPayTwoColors = (props) => /* @__PURE__ */ jsxs24("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 32, height: props.height || 32, viewBox: "0 0 32 32", className: props.className, ...props, children: [
|
|
376
358
|
/* @__PURE__ */ jsx39("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M5 10.207C5 8.99 5.992 8 7.21 8h17.58c1.217 0 2.21.99 2.21 2.207v11.658c0 1.217-.993 2.21-2.21 2.21H7.21A2.213 2.213 0 0 1 5 21.864V10.207m19.79-1.422H7.21a1.41 1.41 0 0 0-1.425 1.422v1.729h20.43v-1.73c0-.795-.629-1.421-1.425-1.421M5.785 12.72h20.43v1.955H5.785zm20.43 2.74H5.785v6.404c0 .796.628 1.424 1.424 1.424h17.58c.797 0 1.426-.628 1.426-1.424z", clipRule: "evenodd" }),
|
|
377
359
|
/* @__PURE__ */ jsx39("path", { fill: "#FF4C4C", d: "M8.186 18.05a.393.393 0 1 0 0 .785h4.938a.392.392 0 0 0 0-.785zM8.186 20.17a.392.392 0 1 0 0 .785h2.108a.393.393 0 1 0 0-.784z" })
|
|
378
|
-
] })
|
|
360
|
+
] });
|
|
379
361
|
var PayTwoColors_default = SvgPayTwoColors;
|
|
380
362
|
|
|
381
363
|
// src/icons/PhoneOneColor.tsx
|
|
382
364
|
import { jsx as jsx40 } from "react/jsx-runtime";
|
|
383
|
-
var SvgPhoneOneColor = (props) => /* @__PURE__ */ jsx40("svg",
|
|
365
|
+
var SvgPhoneOneColor = (props) => /* @__PURE__ */ jsx40("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 32, height: props.height || 32, viewBox: "0 0 32 32", className: props.className, ...props, children: /* @__PURE__ */ jsx40("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M12.4 8.36a.174.174 0 0 0-.194-.1l-.015.003-.016.002c-1.729.282-2.749.903-3.306 1.654-.555.75-.729 1.737-.54 2.922.334 2.102 1.925 4.642 4.056 6.774s4.673 3.722 6.775 4.056c1.189.19 2.179.013 2.93-.547.753-.562 1.374-1.591 1.652-3.336a.175.175 0 0 0-.108-.19l-3.72-1.485c-.072-.028-.1-.02-.108-.018a.3.3 0 0 0-.125.083c-.134.123-.246.299-.395.533l-.092.143-.02.03c-.27.418-.648 1.002-1.03 1.463a.88.88 0 0 1-.637.31 1.4 1.4 0 0 1-.53-.085c-.304-.105-.638-.3-.967-.526-.668-.46-1.456-1.15-2.181-1.874-.725-.726-1.415-1.514-1.875-2.182-.226-.328-.42-.663-.526-.966a1.4 1.4 0 0 1-.086-.53.88.88 0 0 1 .31-.637c.464-.385 1.052-.764 1.47-1.035l.024-.015.154-.099c.093-.058.176-.11.262-.17.125-.087.212-.16.27-.224.054-.06.065-.096.069-.11.002-.01.01-.05-.028-.146zm-.44-1.332a1.43 1.43 0 0 1 1.608.872l.044.108 1.427 3.583c.116.292.152.589.089.878-.061.284-.206.51-.362.683-.242.27-.587.488-.826.638l-.112.071c-.372.24-.816.528-1.189.815.06.143.173.345.35.602.4.582 1.033 1.311 1.728 2.006.694.694 1.423 1.327 2.005 1.728.257.176.46.29.602.35.287-.373.574-.816.815-1.188v-.002l.065-.101c.143-.228.358-.57.624-.815.168-.155.387-.306.664-.377.287-.074.586-.05.883.066l.003.001 3.722 1.487c.607.242.99.879.882 1.552-.31 1.944-1.04 3.324-2.141 4.146-1.103.823-2.47 1.005-3.879.78-2.476-.394-5.247-2.19-7.465-4.408s-4.014-4.988-4.408-7.465m4.871-6.01c-1.922.315-3.287 1.046-4.1 2.143-.816 1.102-.995 2.463-.771 3.867", clipRule: "evenodd" }) });
|
|
384
366
|
var PhoneOneColor_default = SvgPhoneOneColor;
|
|
385
367
|
|
|
386
368
|
// src/icons/PinOrderFilled.tsx
|
|
387
369
|
import { jsx as jsx41, jsxs as jsxs25 } from "react/jsx-runtime";
|
|
388
|
-
var SvgPinOrderFilled = (props) => /* @__PURE__ */ jsxs25("svg",
|
|
370
|
+
var SvgPinOrderFilled = (props) => /* @__PURE__ */ jsxs25("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 32, height: props.height || 32, viewBox: "0 0 32 32", className: props.className, ...props, children: [
|
|
389
371
|
/* @__PURE__ */ jsx41("path", { fill: "#FF4C4C", fillRule: "evenodd", d: "M24.028 18.583a9.86 9.86 0 0 0 1.786-5.676C25.814 7.435 21.378 3 15.907 3 10.435 3 6 7.435 6 12.907c0 1.712.434 3.323 1.199 4.728l.101.225 6 10.36c1.158 2 4.047 1.994 5.197-.01z", clipRule: "evenodd" }),
|
|
390
372
|
/* @__PURE__ */ jsx41("circle", { cx: 16, cy: 13, r: 7, fill: "#C60C0C" })
|
|
391
|
-
] })
|
|
373
|
+
] });
|
|
392
374
|
var PinOrderFilled_default = SvgPinOrderFilled;
|
|
393
375
|
|
|
394
376
|
// src/icons/PinTwoColors.tsx
|
|
395
377
|
import { jsx as jsx42, jsxs as jsxs26 } from "react/jsx-runtime";
|
|
396
|
-
var SvgPinTwoColors = (props) => /* @__PURE__ */ jsxs26("svg",
|
|
378
|
+
var SvgPinTwoColors = (props) => /* @__PURE__ */ jsxs26("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 32, height: props.height || 32, viewBox: "0 0 32 32", className: props.className, ...props, children: [
|
|
397
379
|
/* @__PURE__ */ jsx42("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M7 14.667C7 9.89 11.038 6 16 6s9 3.89 9 8.667c0 1.532-.471 3.137-1.396 4.768-.728 1.287-1.742 2.59-3.014 3.881-2.15 2.186-4.269 3.56-4.359 3.615A.4.4 0 0 1 16 27a.44.44 0 0 1-.231-.069 28.7 28.7 0 0 1-4.359-3.615c-1.271-1.29-2.286-2.594-3.014-3.881C7.47 17.804 7 16.199 7 14.667M19.995 22.7c1.216-1.235 2.183-2.479 2.873-3.697.848-1.497 1.276-2.956 1.276-4.337 0-4.303-3.652-7.806-8.144-7.806-4.491 0-8.144 3.503-8.148 7.81 0 1.382.433 2.845 1.285 4.342.693 1.218 1.66 2.466 2.881 3.7A28.4 28.4 0 0 0 16 26.054a28.7 28.7 0 0 0 3.995-3.352", clipRule: "evenodd" }),
|
|
398
380
|
/* @__PURE__ */ jsx42("path", { fill: "#FF4C4C", fillRule: "evenodd", d: "M9.312 14.895c0-3.705 3.002-6.722 6.688-6.722s6.688 3.017 6.688 6.722-3.001 6.722-6.688 6.722-6.688-3.017-6.688-6.722m.857 0c0 3.232 2.616 5.86 5.831 5.86s5.832-2.628 5.832-5.86S19.216 9.034 16 9.034s-5.831 2.63-5.831 5.86", clipRule: "evenodd" })
|
|
399
|
-
] })
|
|
381
|
+
] });
|
|
400
382
|
var PinTwoColors_default = SvgPinTwoColors;
|
|
401
383
|
|
|
402
384
|
// src/icons/PreparationOneColor.tsx
|
|
403
385
|
import { jsx as jsx43 } from "react/jsx-runtime";
|
|
404
|
-
var SvgPreparationOneColor = (props) => /* @__PURE__ */ jsx43("svg",
|
|
386
|
+
var SvgPreparationOneColor = (props) => /* @__PURE__ */ jsx43("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 32, height: props.height || 32, viewBox: "0 0 32 32", className: props.className, ...props, children: /* @__PURE__ */ jsx43("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M6.203 12.705a13.85 13.85 0 0 1 9.327-4.06V7.99h-1.708a.494.494 0 1 1 0-.989h4.405a.494.494 0 1 1 0 .989h-1.708v.656a13.85 13.85 0 0 1 9.328 4.06 13.85 13.85 0 0 1 4.068 9.822c0 .273-.22.495-.493.495H2.628a.495.495 0 0 1-.494-.495c0-3.835 1.555-7.308 4.069-9.822m9.822-3.08a12.87 12.87 0 0 0-9.123 3.78 12.86 12.86 0 0 0-3.77 8.628h25.785a12.86 12.86 0 0 0-3.77-8.629 12.86 12.86 0 0 0-9.122-3.779m13.48 14.241H2.496a.494.494 0 1 0 0 .989h27.01a.495.495 0 0 0 0-.989M12.968 11.943a11 11 0 0 0-4.9 2.97 11 11 0 0 0-2.748 5.022.493.493 0 0 1-.959-.227 12 12 0 0 1 2.996-5.476 12 12 0 0 1 5.34-3.235.492.492 0 0 1 .271.946", clipRule: "evenodd" }) });
|
|
405
387
|
var PreparationOneColor_default = SvgPreparationOneColor;
|
|
406
388
|
|
|
407
389
|
// src/icons/RateOneColor.tsx
|
|
408
390
|
import { jsx as jsx44 } from "react/jsx-runtime";
|
|
409
|
-
var SvgRateOneColor = (props) => /* @__PURE__ */ jsx44("svg",
|
|
391
|
+
var SvgRateOneColor = (props) => /* @__PURE__ */ jsx44("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 32, height: props.height || 32, viewBox: "0 0 32 32", className: props.className, ...props, children: /* @__PURE__ */ jsx44("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M25.873 7.122c.193-.253.174-.665-.081-.92l-.23-.145a.69.69 0 0 0-.775.159L6.13 24.87l-.005.008c-.195.254-.16.666.081.907a.71.71 0 0 0 1.015 0L25.868 7.13zM11.351 6a4.2 4.2 0 0 0-4.197 4.197 4.2 4.2 0 0 0 4.197 4.197 4.2 4.2 0 0 0 4.197-4.197A4.2 4.2 0 0 0 11.35 6m-2.767 4.197a2.768 2.768 0 0 1 5.534 0 2.768 2.768 0 0 1-5.534 0m12.052 7.41a4.2 4.2 0 0 0-4.196 4.196A4.2 4.2 0 0 0 20.636 26a4.2 4.2 0 0 0 4.197-4.197 4.2 4.2 0 0 0-4.197-4.197m-2.767 4.196a2.768 2.768 0 0 1 5.535 0 2.768 2.768 0 0 1-5.535 0", clipRule: "evenodd" }) });
|
|
410
392
|
var RateOneColor_default = SvgRateOneColor;
|
|
411
393
|
|
|
412
394
|
// src/icons/RateTwoColors.tsx
|
|
413
395
|
import { jsx as jsx45, jsxs as jsxs27 } from "react/jsx-runtime";
|
|
414
|
-
var SvgRateTwoColors = (props) => /* @__PURE__ */ jsxs27("svg",
|
|
396
|
+
var SvgRateTwoColors = (props) => /* @__PURE__ */ jsxs27("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 32, height: props.height || 32, viewBox: "0 0 32 32", className: props.className, ...props, children: [
|
|
415
397
|
/* @__PURE__ */ jsx45("path", { fill: "#54545A", fillRule: "evenodd", d: "M15.413 10.197a4.067 4.067 0 0 1-4.062 4.062 4.067 4.067 0 0 1-4.062-4.062 4.067 4.067 0 0 1 4.062-4.062 4.067 4.067 0 0 1 4.062 4.062m-1.16 0a2.903 2.903 0 0 0-5.804 0 2.903 2.903 0 0 0 5.804 0m2.321 11.606a4.067 4.067 0 0 1 4.062-4.062 4.067 4.067 0 0 1 4.063 4.062 4.067 4.067 0 0 1-4.063 4.063 4.067 4.067 0 0 1-4.062-4.063m1.16 0a2.903 2.903 0 0 0 5.804 0 2.903 2.903 0 0 0-5.803 0", clipRule: "evenodd" }),
|
|
416
398
|
/* @__PURE__ */ jsx45("path", { fill: "#FF4C4C", d: "M25.697 6.309a.58.58 0 0 0-.407-.174.56.56 0 0 0-.406.174L6.233 24.96c-.151.197-.128.534.07.731a.575.575 0 0 0 .823 0L25.766 7.04c.151-.197.14-.534-.07-.743z" }),
|
|
417
399
|
/* @__PURE__ */ jsx45("path", { fill: "#FF4C4C", fillRule: "evenodd", d: "M25.792 6.202c.255.255.274.667.081.92l-.005.007L7.222 25.787a.71.71 0 0 1-1.015 0c-.241-.242-.276-.654-.081-.909l.005-.007L24.787 6.216a.7.7 0 0 1 .775-.159zm-.502.067a.43.43 0 0 0-.306.13l-.005.005L6.336 25.048c-.102.142-.088.398.062.548.18.18.455.18.634 0L25.664 6.952a.45.45 0 0 0-.009-.494l-.053-.054a.45.45 0 0 0-.312-.135", clipRule: "evenodd" })
|
|
418
|
-
] })
|
|
400
|
+
] });
|
|
419
401
|
var RateTwoColors_default = SvgRateTwoColors;
|
|
420
402
|
|
|
421
403
|
// src/icons/RatingOneColor.tsx
|
|
422
404
|
import { jsx as jsx46 } from "react/jsx-runtime";
|
|
423
|
-
var SvgRatingOneColor = (props) => /* @__PURE__ */ jsx46("svg",
|
|
405
|
+
var SvgRatingOneColor = (props) => /* @__PURE__ */ jsx46("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 32, height: props.height || 32, viewBox: "0 0 32 32", className: props.className, ...props, children: /* @__PURE__ */ jsx46("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "m11.615 11.16 3.076-5.399a1.506 1.506 0 0 1 2.618 0l3.076 5.4a.5.5 0 0 0 .334.243l6.08 1.26a1.509 1.509 0 0 1 .808 2.493l-4.178 4.597a.5.5 0 0 0-.128.393l.682 6.178a1.508 1.508 0 0 1-2.118 1.541l-5.658-2.558a.5.5 0 0 0-.414 0l-5.658 2.558a1.506 1.506 0 0 1-2.118-1.54l.681-6.178a.5.5 0 0 0-.127-.394l-4.179-4.597a1.51 1.51 0 0 1 .81-2.493l6.079-1.26a.5.5 0 0 0 .334-.244m4.821-4.9a.5.5 0 0 0-.187-.188l-.083-.038a.5.5 0 0 0-.603.226l-3.075 5.399c-.215.376-.58.642-1.004.73l-6.079 1.26a.503.503 0 0 0-.27.83l4.179 4.598c.29.32.43.75.383 1.18l-.681 6.179a.503.503 0 0 0 .706.513l5.658-2.558a1.5 1.5 0 0 1 1.24 0l5.658 2.558a.503.503 0 0 0 .706-.513l-.681-6.178a1.5 1.5 0 0 1 .383-1.181l4.178-4.597a.503.503 0 0 0-.27-.831l-6.079-1.26a1.5 1.5 0 0 1-1.003-.73z", clipRule: "evenodd" }) });
|
|
424
406
|
var RatingOneColor_default = SvgRatingOneColor;
|
|
425
407
|
|
|
426
408
|
// src/icons/RefreshOneColor.tsx
|
|
427
409
|
import { jsx as jsx47 } from "react/jsx-runtime";
|
|
428
|
-
var SvgRefreshOneColor = (props) => /* @__PURE__ */ jsx47("svg",
|
|
410
|
+
var SvgRefreshOneColor = (props) => /* @__PURE__ */ jsx47("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 32, height: props.height || 32, viewBox: "0 0 32 32", className: props.className, ...props, children: /* @__PURE__ */ jsx47("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M11.63 9.09a8.22 8.22 0 0 1 10.194 1.127 1 1 0 0 0 .114.097l-1.88.356a.91.91 0 0 0 .338 1.787l2.811-.533a2.05 2.05 0 0 0 1.665-1.942l.097-2.826a.91.91 0 0 0-1.817-.062l-.062 1.818a10.038 10.038 0 0 0-12.431-1.36 10 10 0 0 0-4.115 5.199 9.98 9.98 0 0 0 .045 6.626 10 10 0 0 0 4.185 5.142 10.04 10.04 0 0 0 12.43-1.546 10 10 0 0 0 2.792-6.01.91.91 0 0 0-1.81-.176 8.17 8.17 0 0 1-2.284 4.917 8.22 8.22 0 0 1-10.178 1.265A8.2 8.2 0 0 1 8.3 18.763a8.16 8.16 0 0 1-.037-5.42A8.2 8.2 0 0 1 11.63 9.09", clipRule: "evenodd" }) });
|
|
429
411
|
var RefreshOneColor_default = SvgRefreshOneColor;
|
|
430
412
|
|
|
431
413
|
// src/icons/SatelliteViewOneColor.tsx
|
|
432
414
|
import { jsx as jsx48 } from "react/jsx-runtime";
|
|
433
|
-
var SvgSatelliteViewOneColor = (props) => /* @__PURE__ */ jsx48("svg",
|
|
415
|
+
var SvgSatelliteViewOneColor = (props) => /* @__PURE__ */ jsx48("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 32, height: props.height || 32, viewBox: "0 0 32 32", className: props.className, ...props, children: /* @__PURE__ */ jsx48("path", { fill: props.color || "currentColor", d: "M28.414 24H3.586a.57.57 0 0 1-.3-.087.6.6 0 0 1-.216-.235.63.63 0 0 1 .027-.628L9.62 12.761a.6.6 0 0 1 .212-.201.57.57 0 0 1 .277-.073h.002q.149 0 .279.075a.6.6 0 0 1 .21.204l3.331 5.348 5.378-9.806a.6.6 0 0 1 .212-.223.57.57 0 0 1 .798.21l8.597 14.775a.63.63 0 0 1-.205.846.57.57 0 0 1-.296.084M4.678 22.776H27.37l-7.54-12.96-5.36 9.776a.6.6 0 0 1-.208.221.57.57 0 0 1-.793-.192l-3.366-5.406z" }) });
|
|
434
416
|
var SatelliteViewOneColor_default = SvgSatelliteViewOneColor;
|
|
435
417
|
|
|
436
418
|
// src/icons/SearchFilled.tsx
|
|
437
419
|
import { jsx as jsx49, jsxs as jsxs28 } from "react/jsx-runtime";
|
|
438
|
-
var SvgSearchFilled = (props) => /* @__PURE__ */ jsxs28("svg",
|
|
420
|
+
var SvgSearchFilled = (props) => /* @__PURE__ */ jsxs28("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 32, height: props.height || 32, viewBox: "0 0 32 32", className: props.className, ...props, children: [
|
|
439
421
|
/* @__PURE__ */ jsx49("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M20.483 19.645a1.29 1.29 0 0 0-1.237-.337 8.667 8.667 0 1 0-.938.939c-.112.429.002.901.336 1.236l6.14 6.139a1.293 1.293 0 0 0 1.832-.006c.512-.51.51-1.328.006-1.833zm-1.75-5.978a6.067 6.067 0 1 1-12.133 0 6.067 6.067 0 0 1 12.133 0", clipRule: "evenodd" }),
|
|
440
422
|
/* @__PURE__ */ jsx49("path", { fill: "#FF4C4C", d: "M9.2 11.933c0 .482.387.867.864.867h5.205a.87.87 0 0 0 .864-.867.863.863 0 0 0-.864-.867h-5.205a.87.87 0 0 0-.864.867M9.2 15.4c0 .482.387.867.864.867h5.205a.87.87 0 0 0 .864-.867.863.863 0 0 0-.864-.867h-5.205a.87.87 0 0 0-.864.867" })
|
|
441
|
-
] })
|
|
423
|
+
] });
|
|
442
424
|
var SearchFilled_default = SvgSearchFilled;
|
|
443
425
|
|
|
444
426
|
// src/icons/SearchOneColor.tsx
|
|
445
427
|
import { jsx as jsx50 } from "react/jsx-runtime";
|
|
446
|
-
var SvgSearchOneColor = (props) => /* @__PURE__ */ jsx50("svg",
|
|
428
|
+
var SvgSearchOneColor = (props) => /* @__PURE__ */ jsx50("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 32, height: props.height || 32, viewBox: "0 0 32 32", className: props.className, ...props, children: /* @__PURE__ */ jsx50("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M13.22 4a9.22 9.22 0 0 1 7.054 15.157l-.151.172.849.83.623-.622a.61.61 0 0 1 .681-.122l.093.052.084.07 5.143 5.143a2.062 2.062 0 0 1-2.783 3.04l-.133-.124-5.144-5.143a.61.61 0 0 1-.062-.784l.063-.074.613-.614-.852-.831-.185.161a9.2 9.2 0 0 1-5.195 2.102l-.358.02-.34.007a9.22 9.22 0 1 1 0-18.44m8.877 16.59 4.786 4.786a1.05 1.05 0 0 1-1.386 1.558l-.1-.08-4.783-4.782v-.141l1.342-1.342zM5.16 13.22a8.06 8.06 0 1 1 16.12 0 8.06 8.06 0 0 1-16.12 0", clipRule: "evenodd" }) });
|
|
447
429
|
var SearchOneColor_default = SvgSearchOneColor;
|
|
448
430
|
|
|
449
431
|
// src/icons/SearchTwoColors.tsx
|
|
450
432
|
import { jsx as jsx51, jsxs as jsxs29 } from "react/jsx-runtime";
|
|
451
|
-
var SvgSearchTwoColors = (props) => /* @__PURE__ */ jsxs29("svg",
|
|
433
|
+
var SvgSearchTwoColors = (props) => /* @__PURE__ */ jsxs29("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 32, height: props.height || 32, viewBox: "0 0 32 32", className: props.className, ...props, children: [
|
|
452
434
|
/* @__PURE__ */ jsx51("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M13.66 6a7.66 7.66 0 0 1 6.219 12.133l-.18.241-.18.222-.018.019.456.443.388-.386a.66.66 0 0 1 .353-.182l.102-.01.104.006.1.022.098.038.1.06.08.066 4.177 4.179a1.845 1.845 0 0 1-2.228 2.901l-.138-.088-.129-.1-.114-.104-4.179-4.18a.66.66 0 0 1-.16-.672l.044-.102.057-.092.06-.07.377-.378-.458-.446-.035.032a7.66 7.66 0 0 1-3.146 1.566l-.29.062-.292.05-.294.04-.297.029-.297.016-.28.005a7.66 7.66 0 0 1 0-15.32m7.153 13.828-.983.943 3.828 3.833.073.058a.684.684 0 0 0 1.041-.778l-.037-.087-.044-.076-.05-.065zM7.282 13.66a6.378 6.378 0 1 1 12.756 0 6.378 6.378 0 0 1-12.756 0", clipRule: "evenodd" }),
|
|
453
435
|
/* @__PURE__ */ jsx51("path", { fill: "#FF4C4C", d: "M17.503 11.459c-1.459-3.32-4.555-2.33-4.586-2.319a.36.36 0 0 0-.236.468.39.39 0 0 0 .491.224c.1-.033 2.438-.779 3.62 1.91.082.188.31.274.504.197a.36.36 0 0 0 .207-.48" })
|
|
454
|
-
] })
|
|
436
|
+
] });
|
|
455
437
|
var SearchTwoColors_default = SvgSearchTwoColors;
|
|
456
438
|
|
|
457
439
|
// src/icons/SelectOneColor.tsx
|
|
458
440
|
import { jsx as jsx52 } from "react/jsx-runtime";
|
|
459
|
-
var SvgSelectOneColor = (props) => /* @__PURE__ */ jsx52("svg",
|
|
441
|
+
var SvgSelectOneColor = (props) => /* @__PURE__ */ jsx52("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 32, height: props.height || 32, viewBox: "0 0 32 32", className: props.className, ...props, children: /* @__PURE__ */ jsx52("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M6.279 11.255c.372-.34.975-.34 1.347 0L16 18.9l8.374-7.646c.372-.34.975-.34 1.347 0s.372.89 0 1.23l-9.048 8.26c-.371.34-.974.34-1.346 0l-9.048-8.26a.817.817 0 0 1 0-1.23", clipRule: "evenodd" }) });
|
|
460
442
|
var SelectOneColor_default = SvgSelectOneColor;
|
|
461
443
|
|
|
462
444
|
// src/icons/ShareOneColor.tsx
|
|
463
445
|
import { jsx as jsx53 } from "react/jsx-runtime";
|
|
464
|
-
var SvgShareOneColor = (props) => /* @__PURE__ */ jsx53("svg",
|
|
446
|
+
var SvgShareOneColor = (props) => /* @__PURE__ */ jsx53("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 32, height: props.height || 32, viewBox: "0 0 32 32", className: props.className, ...props, children: /* @__PURE__ */ jsx53("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M18.746 11.314A2.668 2.668 0 0 1 21.333 8 2.67 2.67 0 0 1 24 10.667a2.668 2.668 0 0 1-4.736 1.68l-6.01 3.005a2.7 2.7 0 0 1 0 1.296l6.01 3.004A2.668 2.668 0 0 1 24 21.332a2.67 2.67 0 0 1-2.667 2.668 2.668 2.668 0 0 1-2.587-3.314l-6.01-3.005A2.668 2.668 0 0 1 8 16a2.668 2.668 0 0 1 4.736-1.682z", clipRule: "evenodd" }) });
|
|
465
447
|
var ShareOneColor_default = SvgShareOneColor;
|
|
466
448
|
|
|
467
449
|
// src/icons/ShowOneColor.tsx
|
|
468
450
|
import { jsx as jsx54 } from "react/jsx-runtime";
|
|
469
|
-
var SvgShowOneColor = (props) => /* @__PURE__ */ jsx54("svg",
|
|
451
|
+
var SvgShowOneColor = (props) => /* @__PURE__ */ jsx54("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 32, height: props.height || 32, viewBox: "0 0 32 32", className: props.className, ...props, children: /* @__PURE__ */ jsx54("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M29.697 14.711a15.149 15.149 0 0 0-27.426 0 2.8 2.8 0 0 0 0 2.405 15.149 15.149 0 0 0 27.426 0 2.8 2.8 0 0 0 0-2.405m-1.292 1.795a13.713 13.713 0 0 1-24.805 0 1.4 1.4 0 0 1 0-1.185 13.713 13.713 0 0 1 24.805 0 1.4 1.4 0 0 1 0 1.15zm-12.42-7.359a6.749 6.749 0 1 0 6.748 6.749 6.676 6.676 0 0 0-6.749-6.749m0 12.026a5.313 5.313 0 1 1 5.312-5.277 5.24 5.24 0 0 1-5.313 5.313z", clipRule: "evenodd" }) });
|
|
470
452
|
var ShowOneColor_default = SvgShowOneColor;
|
|
471
453
|
|
|
472
454
|
// src/icons/SignOutOneColor.tsx
|
|
473
455
|
import { jsx as jsx55, jsxs as jsxs30 } from "react/jsx-runtime";
|
|
474
|
-
var SvgSignOutOneColor = (props) => /* @__PURE__ */ jsxs30("svg",
|
|
456
|
+
var SvgSignOutOneColor = (props) => /* @__PURE__ */ jsxs30("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 32, height: props.height || 32, viewBox: "0 0 32 32", className: props.className, ...props, children: [
|
|
475
457
|
/* @__PURE__ */ jsx55("path", { fill: props.color || "currentColor", d: "M26.184 27h-6.528c-.49 0-.816-.338-.816-.846s.326-.846.816-.846h5.712V6.692h-5.712c-.49 0-.816-.338-.816-.846S19.166 5 19.656 5h6.528c.49 0 .816.338.816.846v20.308c0 .508-.326.846-.816.846" }),
|
|
476
458
|
/* @__PURE__ */ jsx55("path", { fill: props.color || "currentColor", d: "M15.608 23.615c-.245 0-.408-.084-.57-.253a.84.84 0 0 1 0-1.185l5.14-5.33H5.816c-.49 0-.816-.34-.816-.847 0-.508.326-.846.816-.846h14.362l-5.14-5.33a.84.84 0 0 1 0-1.186.77.77 0 0 1 1.142 0l6.528 6.77c.081.084.163.169.163.254s.082.169.082.338c0 .085 0 .254-.082.338 0 .085-.082.17-.163.254l-6.528 6.77c-.164.169-.327.253-.572.253" })
|
|
477
|
-
] })
|
|
459
|
+
] });
|
|
478
460
|
var SignOutOneColor_default = SvgSignOutOneColor;
|
|
479
461
|
|
|
480
462
|
// src/icons/TrashOneColor.tsx
|
|
481
463
|
import { jsx as jsx56, jsxs as jsxs31 } from "react/jsx-runtime";
|
|
482
|
-
var SvgTrashOneColor = (props) => /* @__PURE__ */ jsxs31("svg",
|
|
464
|
+
var SvgTrashOneColor = (props) => /* @__PURE__ */ jsxs31("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 32, height: props.height || 32, viewBox: "0 0 32 32", className: props.className, ...props, children: [
|
|
483
465
|
/* @__PURE__ */ jsx56("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M6.997 12.54v.003zm4.31-4.373.442-1.687A1.966 1.966 0 0 1 13.643 5h3.75c.9 0 1.683.624 1.9 1.513l.406 1.654h4.342c1.082 0 1.96.895 1.96 1.998s-.878 1.998-1.96 1.998h-.39l-.683 13.94c-.052 1.062-.912 1.896-1.955 1.897H9.987c-1.043 0-1.903-.836-1.955-1.898l-.683-13.94h-.39C5.877 12.163 5 11.269 5 10.166s.877-1.998 1.959-1.998zm6.086-2.34c.527 0 .986.366 1.113.887l.357 1.453h-6.72l.393-1.474c.135-.51.588-.865 1.107-.865zM6.96 8.996c-.634 0-1.147.524-1.147 1.17s.513 1.17 1.147 1.17H24.04c.634 0 1.147-.524 1.147-1.17s-.513-1.17-1.147-1.17zm15.88 3.168H8.163l.779 13.976c.142 1.16 1.512 1.033 1.512 1.033h10.56c.61.001 1.115-.488 1.147-1.11z", clipRule: "evenodd" }),
|
|
484
466
|
/* @__PURE__ */ jsx56("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M12.614 23.594a.533.533 0 0 1-.566-.5l-.535-7.635a.537.537 0 0 1 .49-.577.533.533 0 0 1 .566.5l.535 7.635a.537.537 0 0 1-.49.577M15.485 23.595a.535.535 0 0 1-.53-.54V15.42c0-.298.238-.54.53-.54s.53.242.53.54v7.635c0 .299-.238.54-.53.54M18.357 23.594a.533.533 0 0 0 .565-.5l.535-7.635a.537.537 0 0 0-.49-.577.533.533 0 0 0-.566.5l-.535 7.635a.537.537 0 0 0 .49.577", clipRule: "evenodd" })
|
|
485
|
-
] })
|
|
467
|
+
] });
|
|
486
468
|
var TrashOneColor_default = SvgTrashOneColor;
|
|
487
469
|
|
|
488
470
|
// src/icons/TrashTwoColors.tsx
|
|
489
471
|
import { jsx as jsx57, jsxs as jsxs32 } from "react/jsx-runtime";
|
|
490
|
-
var SvgTrashTwoColors = (props) => /* @__PURE__ */ jsxs32("svg",
|
|
472
|
+
var SvgTrashTwoColors = (props) => /* @__PURE__ */ jsxs32("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 32, height: props.height || 32, viewBox: "0 0 32 32", className: props.className, ...props, children: [
|
|
491
473
|
/* @__PURE__ */ jsx57("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M6.997 12.54v.003zm4.31-4.373.442-1.687A1.966 1.966 0 0 1 13.643 5h3.75c.9 0 1.683.624 1.9 1.513l.406 1.654h4.342c1.082 0 1.96.895 1.96 1.998s-.878 1.998-1.96 1.998h-.39l-.683 13.94c-.052 1.062-.912 1.896-1.955 1.897H9.987c-1.043 0-1.903-.836-1.955-1.898l-.683-13.94h-.39C5.877 12.163 5 11.269 5 10.166s.877-1.998 1.959-1.998zm6.086-2.34c.527 0 .986.366 1.113.887l.357 1.453h-6.72l.393-1.474c.135-.51.588-.865 1.107-.865zM6.96 8.996c-.634 0-1.147.524-1.147 1.17s.513 1.17 1.147 1.17H24.04c.634 0 1.147-.524 1.147-1.17s-.513-1.17-1.147-1.17zm15.88 3.168H8.163l.779 13.976c.142 1.16 1.512 1.033 1.512 1.033h10.56c.61.001 1.115-.488 1.147-1.11z", clipRule: "evenodd" }),
|
|
492
474
|
/* @__PURE__ */ jsx57("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M12.614 23.594a.533.533 0 0 1-.566-.5l-.535-7.635a.537.537 0 0 1 .49-.577.533.533 0 0 1 .566.5l.535 7.635a.537.537 0 0 1-.49.577", clipRule: "evenodd" }),
|
|
493
475
|
/* @__PURE__ */ jsx57("path", { fill: "#FF4C4C", fillRule: "evenodd", d: "M15.485 23.595a.535.535 0 0 1-.53-.54V15.42c0-.298.238-.54.53-.54s.53.242.53.54v7.635c0 .299-.238.54-.53.54", clipRule: "evenodd" }),
|
|
494
476
|
/* @__PURE__ */ jsx57("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M18.357 23.594a.533.533 0 0 0 .565-.5l.535-7.635a.537.537 0 0 0-.49-.577.533.533 0 0 0-.566.5l-.535 7.635a.537.537 0 0 0 .49.577", clipRule: "evenodd" })
|
|
495
|
-
] })
|
|
477
|
+
] });
|
|
496
478
|
var TrashTwoColors_default = SvgTrashTwoColors;
|
|
497
479
|
|
|
498
480
|
// src/icons/UserOneColor.tsx
|
|
499
481
|
import { jsx as jsx58, jsxs as jsxs33 } from "react/jsx-runtime";
|
|
500
|
-
var SvgUserOneColor = (props) => /* @__PURE__ */ jsxs33("svg",
|
|
482
|
+
var SvgUserOneColor = (props) => /* @__PURE__ */ jsxs33("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 32, height: props.height || 32, viewBox: "0 0 32 32", className: props.className, ...props, children: [
|
|
501
483
|
/* @__PURE__ */ jsx58("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M15.875 6a4.497 4.497 0 0 0-2.475 8.252l.182.113.189.106.192.095.623.293.057.1-.017.187-.074.088-.666.175a7.89 7.89 0 0 0-5.842 6.811l-.023.272-.014.266-.004.258L8 25.192h15.729v-2.178a7.84 7.84 0 0 0-4.354-7.043l-.251-.119-.257-.11-.253-.099-.251-.088-.248-.077-.249-.069-.67-.174-.074-.087-.017-.188.057-.1.626-.294A4.496 4.496 0 0 0 15.875 6m.01 10.123a6.895 6.895 0 0 1 6.856 6.174l.02.24.012.24.005.239-.03 1.078-.17.13-13.457-.03-.13-.17v-1.008a6.893 6.893 0 0 1 6.894-6.893m3.526-5.629a3.526 3.526 0 1 0-7.052 0 3.526 3.526 0 0 0 7.052 0", clipRule: "evenodd" }),
|
|
502
484
|
/* @__PURE__ */ jsx58("path", { fill: props.color || "currentColor", d: "m11.487 9.517.146.032zm1.913 4.735-.082.125.003.002zm.182.113-.079.128.006.003zm.189.106-.074.13.007.004zm.192.095-.067.134.003.002zm.623.293.13-.074-.023-.041-.043-.02zm.057.1.15.014.004-.048-.024-.04zm-.017.187.115.097.03-.036.005-.047zm-.074.088.038.145.046-.012.03-.036zm-.666.175-.039-.145zM8.044 22.22l-.149-.015v.002zm-.023.272-.15-.013v.005zm-.014.266-.15-.008v.005zm-.004.258-.15-.003v.002zM8 25.192h-.15v.15H8zm15.729 0v.15h.15v-.15zm0-2.178h-.15zm-4.354-7.043.067-.135h-.003zm-.251-.119.064-.136-.005-.002zm-.257-.11.06-.138-.006-.002zm-.253-.099.054-.14-.005-.001zm-.251-.088.05-.141-.006-.002zm-.248-.077.045-.143-.005-.002zm-.249-.069.04-.145h-.002zm-.67-.174-.114.097.03.036.047.012zm-.074-.087-.15.013.005.048.03.036zm-.017-.188-.13-.074-.024.04.004.048zm.057-.1-.064-.135-.043.02-.024.041zm.626-.294.064.136zm2.476-5.05-.146.033zm2.477 12.782.149-.013v-.003zm.02.239.15-.008v-.005zm.012.24.15-.002v-.006zm.005.239.15.004v-.007zm-.03 1.078.09.12.058-.044.002-.072zm-.17.13v.15h.05l.04-.031zm-13.457-.03-.12.09.045.06h.075zm-.13-.17h-.15v.05l.031.04zm3.367-13.53h-.15zm3.526 3.527v.15zm-4.251-4.472a4.35 4.35 0 0 1 4.242-3.399v-.3a4.65 4.65 0 0 0-4.535 3.634zm1.85 4.577a4.35 4.35 0 0 1-1.85-4.577l-.293-.065a4.65 4.65 0 0 0 1.978 4.893zm.179.112-.182-.114-.159.255.182.114zm.182.102-.188-.106-.147.262.189.105zm.186.092-.192-.096-.134.269.192.095zm.62.291-.624-.293-.127.272.624.293zm.123.161-.057-.1-.26.15.057.1zm.003.276.017-.187-.299-.028-.017.188zm-.11.17.075-.087-.23-.194-.073.088zm-.742.224.666-.175-.076-.29-.667.175zm-5.73 6.681a7.74 7.74 0 0 1 5.73-6.681l-.077-.29a8.04 8.04 0 0 0-5.952 6.94zm-.023.27.023-.272-.299-.026-.023.272zm-.014.26.014-.265-.3-.016-.013.266zm-.004.253.004-.257-.3-.006-.004.258zm-.003 2.174.003-2.176h-.3l-.003 2.176zm15.579-.15H8v.3h15.729zm-.15-2.028v2.178h.3v-2.178zm-4.27-6.909a7.68 7.68 0 0 1 4.27 6.909h.3a7.99 7.99 0 0 0-4.437-7.178zm-.25-.117.252.119.128-.272-.251-.119zm-.251-.108.256.11.119-.276-.257-.11zm-.249-.097.254.099.108-.28-.253-.098zm-.246-.086.251.088.1-.283-.252-.088zm-.243-.076.248.078.09-.287-.248-.077zm-.244-.067.249.069.08-.29-.249-.069zm-.667-.174.67.174.075-.29-.67-.174zm-.151-.135.074.087.229-.194-.075-.088zm-.053-.27.018.186.298-.027-.017-.188zm.076-.189-.057.1.26.149.058-.1zm.693-.355-.626.294.127.271.627-.294zm2.394-4.882a4.346 4.346 0 0 1-2.394 4.882l.128.271a4.65 4.65 0 0 0 2.558-5.218zM15.875 6.15a4.35 4.35 0 0 1 4.243 3.4l.292-.066a4.65 4.65 0 0 0-4.535-3.634zm7.015 16.132a7.045 7.045 0 0 0-7.005-6.31v.3a6.745 6.745 0 0 1 6.706 6.041zm.02.242-.02-.24-.299.026.02.24zm.013.245-.012-.24-.3.015.013.24zm.005.244-.005-.238-.3.005.005.238zm-.03 1.085.03-1.078-.3-.008-.03 1.078zm-.23.245.17-.13-.18-.239-.171.13zm-13.547 0 13.456.03v-.3l-13.456-.03zm-.249-.23.13.171.238-.18-.129-.171zm-.03-1.097v1.007h.3v-1.007zm7.043-7.043a7.043 7.043 0 0 0-7.043 7.043h.3a6.743 6.743 0 0 1 6.743-6.743zm0-8.855a3.376 3.376 0 0 1 3.376 3.376h.3a3.676 3.676 0 0 0-3.676-3.676zm-3.377 3.376a3.376 3.376 0 0 1 3.377-3.376v-.3a3.676 3.676 0 0 0-3.677 3.676zm3.377 3.377a3.38 3.38 0 0 1-3.377-3.377h-.3a3.68 3.68 0 0 0 3.676 3.677zm3.376-3.377a3.376 3.376 0 0 1-3.376 3.377v.3a3.676 3.676 0 0 0 3.676-3.677z" })
|
|
503
|
-
] })
|
|
485
|
+
] });
|
|
504
486
|
var UserOneColor_default = SvgUserOneColor;
|
|
505
487
|
|
|
506
488
|
// src/icons/UserTwoColors.tsx
|
|
507
489
|
import { jsx as jsx59, jsxs as jsxs34 } from "react/jsx-runtime";
|
|
508
|
-
var SvgUserTwoColors = (props) => /* @__PURE__ */ jsxs34("svg",
|
|
490
|
+
var SvgUserTwoColors = (props) => /* @__PURE__ */ jsxs34("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 32, height: props.height || 32, viewBox: "0 0 32 32", className: props.className, ...props, children: [
|
|
509
491
|
/* @__PURE__ */ jsx59("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M15.957 6a4.497 4.497 0 0 0-2.475 8.252l.182.113.189.106.192.095.623.293.057.1-.017.187-.074.088-.666.175a7.89 7.89 0 0 0-5.842 6.811l-.023.272-.014.266-.004.258-.003 2.176h15.729v-2.178a7.83 7.83 0 0 0-4.354-7.043l-.251-.119-.257-.11-.253-.099-.251-.088-.248-.077-.249-.069-.67-.174-.074-.087-.017-.188.057-.1.626-.294A4.496 4.496 0 0 0 15.957 6m.01 10.123a6.895 6.895 0 0 1 6.856 6.174l.02.24.012.24.005.239-.03 1.078-.17.13-13.457-.03-.13-.17v-1.008a6.893 6.893 0 0 1 6.894-6.893m3.526-5.629a3.526 3.526 0 1 0-7.052 0 3.526 3.526 0 0 0 7.052 0", clipRule: "evenodd" }),
|
|
510
492
|
/* @__PURE__ */ jsx59("path", { fill: props.color || "currentColor", d: "m11.569 9.517.146.032zm1.913 4.735-.082.125.003.002zm.182.113-.079.128.006.003zm.189.106-.073.13.006.004zm.192.095-.067.134.003.002zm.623.293.13-.074-.023-.041-.043-.02zm.057.1.15.014.004-.048-.024-.04zm-.017.187.115.097.03-.036.005-.047zm-.074.088.038.145.046-.012.03-.036zm-.666.175-.038-.145zM8.126 22.22l-.149-.015v.002zm-.023.272-.15-.013v.005zm-.014.266-.15-.008v.005zm-.004.258-.15-.003v.002zm-.003 2.176h-.15v.15h.15zm15.729 0v.15h.15v-.15zm0-2.178h-.15zm-4.354-7.043.067-.135h-.003zm-.251-.119.064-.136-.005-.002zm-.257-.11.06-.138-.006-.002zm-.253-.099.054-.14-.005-.001zm-.251-.088.05-.141-.006-.002zm-.248-.077.045-.143-.005-.002zm-.249-.069.04-.145h-.002zm-.67-.174-.114.097.03.036.047.012zm-.074-.087-.15.013.005.048.03.036zm-.017-.188-.13-.074-.024.04.004.048zm.057-.1-.064-.135-.043.02-.024.041zm.626-.294.064.136zm2.476-5.05-.146.033zm2.477 12.782.149-.013v-.003zm.02.239.15-.008v-.005zm.012.24.15-.002v-.006zm.005.239.15.004v-.007zm-.03 1.078.09.12.058-.044.002-.072zm-.17.13v.15h.05l.04-.031zm-13.457-.03-.12.09.045.06h.075zm-.13-.17h-.15v.05l.031.04zm3.367-13.53h-.15zm3.527 3.527v.15zm-4.252-4.472a4.35 4.35 0 0 1 4.242-3.399v-.3a4.65 4.65 0 0 0-4.535 3.634zm1.85 4.577a4.35 4.35 0 0 1-1.85-4.577l-.293-.065a4.65 4.65 0 0 0 1.978 4.893zm.179.112-.182-.114-.159.255.182.114zm.182.102-.188-.106-.147.262.189.105zm.186.092-.192-.096-.134.269.192.095zm.62.291-.624-.293-.127.272.624.293zm.123.161-.056-.1-.26.15.056.1zm.003.276.017-.187-.299-.028-.017.188zm-.11.17.075-.087-.23-.194-.073.088zm-.742.224.666-.175-.076-.29-.666.175zm-5.73 6.681a7.74 7.74 0 0 1 5.73-6.681l-.076-.29a8.04 8.04 0 0 0-5.953 6.94zm-.023.27.023-.272-.299-.026-.023.272zm-.014.26.014-.265-.3-.016-.013.266zm-.004.253.004-.257-.3-.006-.004.258zm-.003 2.174.003-2.176h-.3l-.003 2.176zm15.579-.15H8.082v.3h15.729zm-.15-2.028v2.178h.3v-2.178zm-4.27-6.909a7.68 7.68 0 0 1 4.27 6.909h.3a7.99 7.99 0 0 0-4.437-7.178zm-.25-.117.252.119.128-.272-.251-.119zm-.251-.108.256.11.119-.276-.257-.11zm-.249-.097.254.099.108-.28-.253-.098zm-.246-.086.251.088.1-.283-.252-.088zm-.243-.076.248.078.09-.287-.248-.077zm-.244-.067.249.069.08-.29-.249-.069zm-.667-.174.67.174.075-.29-.67-.174zm-.151-.135.074.087.229-.194-.075-.088zm-.053-.27.018.186.298-.027-.017-.188zm.076-.189-.057.1.26.149.058-.1zm.693-.355-.626.294.127.271.627-.294zM20.2 9.549a4.346 4.346 0 0 1-2.394 4.882l.128.271a4.65 4.65 0 0 0 2.558-5.218zM15.957 6.15a4.35 4.35 0 0 1 4.243 3.4l.292-.066a4.65 4.65 0 0 0-4.535-3.634zm7.015 16.132a7.045 7.045 0 0 0-7.005-6.31v.3a6.745 6.745 0 0 1 6.706 6.041zm.02.242-.02-.24-.299.026.02.24zm.013.245-.012-.24-.3.015.013.24zm.005.244-.005-.238-.3.005.005.238zm-.03 1.085.03-1.078-.3-.008-.03 1.078zm-.23.245.17-.13-.18-.239-.171.13zm-13.547 0 13.456.03v-.3l-13.456-.03zm-.249-.23.13.171.238-.18-.129-.171zm-.03-1.097v1.007h.3v-1.007zm7.043-7.043a7.043 7.043 0 0 0-7.043 7.043h.3a6.743 6.743 0 0 1 6.743-6.743zm0-8.855a3.376 3.376 0 0 1 3.376 3.376h.3a3.676 3.676 0 0 0-3.676-3.676zm-3.377 3.376a3.376 3.376 0 0 1 3.377-3.376v-.3a3.676 3.676 0 0 0-3.677 3.676zm3.377 3.377a3.38 3.38 0 0 1-3.377-3.377h-.3a3.68 3.68 0 0 0 3.676 3.677zm3.376-3.377a3.376 3.376 0 0 1-3.376 3.377v.3a3.676 3.676 0 0 0 3.676-3.677z" }),
|
|
511
493
|
/* @__PURE__ */ jsx59("path", { fill: "#FF4C4C", d: "M24.5 25.973a.5.5 0 0 1 .09.992l-.09.008h-17a.5.5 0 0 1-.09-.992l.09-.008z" })
|
|
512
|
-
] })
|
|
494
|
+
] });
|
|
513
495
|
var UserTwoColors_default = SvgUserTwoColors;
|
|
514
496
|
|
|
515
497
|
// src/icons/Voucher2TwoColors.tsx
|
|
516
498
|
import { jsx as jsx60, jsxs as jsxs35 } from "react/jsx-runtime";
|
|
517
|
-
var SvgVoucher2TwoColors = (props) => /* @__PURE__ */ jsxs35("svg",
|
|
499
|
+
var SvgVoucher2TwoColors = (props) => /* @__PURE__ */ jsxs35("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 32, height: props.height || 32, viewBox: "0 0 32 32", className: props.className, ...props, children: [
|
|
518
500
|
/* @__PURE__ */ jsx60("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M26.477 14.647H25.17c-.466 0-.898.245-1.131.642a1.26 1.26 0 0 0 0 1.284c.233.397.665.641 1.131.641h1.307c.139 0 .272.054.37.15a.5.5 0 0 1 .153.364v3.593c0 .545-.221 1.067-.613 1.452a2.11 2.11 0 0 1-1.478.602H6.091a2.11 2.11 0 0 1-1.478-.602A2.04 2.04 0 0 1 4 21.322v-3.594c0-.284.234-.514.523-.514H5.83c.466 0 .898-.244 1.131-.641a1.26 1.26 0 0 0 0-1.284 1.31 1.31 0 0 0-1.131-.642H4.523a.53.53 0 0 1-.37-.15.5.5 0 0 1-.153-.363v-3.08c0-.545.221-1.067.613-1.452A2.11 2.11 0 0 1 6.091 9h18.818c.554 0 1.086.217 1.478.602s.612.907.613 1.451v3.08a.5.5 0 0 1-.153.364.53.53 0 0 1-.37.15m-.523 3.594h-.784a2.36 2.36 0 0 1-2.037-1.155 2.28 2.28 0 0 1 0-2.31 2.36 2.36 0 0 1 2.037-1.155h.784v-2.568c0-.272-.11-.533-.306-.725a1.06 1.06 0 0 0-.739-.301H6.091c-.277 0-.543.108-.739.3a1.02 1.02 0 0 0-.306.726v2.568h.784c.84 0 1.617.44 2.037 1.155s.42 1.595 0 2.31a2.36 2.36 0 0 1-2.037 1.155h-.784v3.08c0 .273.11.534.306.726.196.193.462.3.739.301h18.818c.277 0 .543-.108.739-.3.196-.193.306-.454.306-.726zm-15.681-6.674v1.027a.52.52 0 0 1-.523.513.52.52 0 0 1-.523-.513v-1.027c0-.283.234-.513.523-.513s.523.23.523.513m0 5.134v-1.027a.52.52 0 0 0-.523-.513.52.52 0 0 0-.523.513v1.027c0 .284.234.513.523.513s.523-.23.523-.513m0 3.08v1.027a.52.52 0 0 1-.523.514.52.52 0 0 1-.523-.514v-1.026c0-.284.234-.514.523-.514s.523.23.523.514m11.5-7.187v-1.027a.52.52 0 0 0-.523-.513.52.52 0 0 0-.522.513v1.027c0 .284.234.514.522.514s.523-.23.523-.514m0 3.08v1.027a.52.52 0 0 1-.523.514.52.52 0 0 1-.522-.514v-1.027c0-.283.234-.513.522-.513s.523.23.523.513m0 5.134v-1.026a.52.52 0 0 0-.523-.514.52.52 0 0 0-.522.514v1.026c0 .284.234.514.522.514s.523-.23.523-.514", clipRule: "evenodd" }),
|
|
519
501
|
/* @__PURE__ */ jsx60("path", { fill: "#FF4C4C", d: "m18.457 14.01-5.175 5.082a.527.527 0 0 1-.745.006.51.51 0 0 1 .006-.732l5.175-5.082a.53.53 0 0 1 .746-.007.51.51 0 0 1-.007.732" }),
|
|
520
502
|
/* @__PURE__ */ jsx60("path", { fill: "#FF4C4C", fillRule: "evenodd", d: "M14.518 12.531c.294.29.46.681.46 1.09-.001.408-.166.8-.46 1.088a1.585 1.585 0 0 1-2.218 0 1.53 1.53 0 0 1-.46-1.088c0-.409.166-.8.46-1.09a1.58 1.58 0 0 1 1.11-.45c.415 0 .814.162 1.108.45m-1.309.615a.51.51 0 0 0-.322.475c0 .283.234.513.522.513a.52.52 0 0 0 .483-.317.51.51 0 0 0-.113-.56.53.53 0 0 0-.57-.11M16.482 17.665a1.584 1.584 0 0 1 2.217 0c.294.29.46.681.46 1.09 0 .408-.165.8-.46 1.088a1.58 1.58 0 0 1-1.108.452c-.416 0-.815-.163-1.109-.452a1.53 1.53 0 0 1-.46-1.089c0-.408.166-.8.46-1.089m.626 1.286a.52.52 0 0 0 .483.317c.289 0 .522-.23.523-.514a.51.51 0 0 0-.323-.474.53.53 0 0 0-.57.111.51.51 0 0 0-.113.56", clipRule: "evenodd" })
|
|
521
|
-
] })
|
|
503
|
+
] });
|
|
522
504
|
var Voucher2TwoColors_default = SvgVoucher2TwoColors;
|
|
523
505
|
|
|
524
506
|
// src/icons/VoucherOneColor.tsx
|
|
525
507
|
import { jsx as jsx61, jsxs as jsxs36 } from "react/jsx-runtime";
|
|
526
|
-
var SvgVoucherOneColor = (props) => /* @__PURE__ */ jsxs36("svg",
|
|
508
|
+
var SvgVoucherOneColor = (props) => /* @__PURE__ */ jsxs36("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 32, height: props.height || 32, viewBox: "0 0 32 32", className: props.className, ...props, children: [
|
|
527
509
|
/* @__PURE__ */ jsx61("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M30.196 14.213h-1.64a1.64 1.64 0 0 0 0 3.278h1.64a.656.656 0 0 1 .656.656v4.59a2.626 2.626 0 0 1-2.623 2.623H4.623A2.626 2.626 0 0 1 2 22.737v-4.59c0-.362.294-.656.656-.656h1.64a1.64 1.64 0 0 0 0-3.278h-1.64A.656.656 0 0 1 2 13.557V9.623A2.626 2.626 0 0 1 4.623 7h23.606a2.626 2.626 0 0 1 2.623 2.623v3.934a.656.656 0 0 1-.656.656m-.656 4.59h-.984a2.951 2.951 0 0 1 0-5.902h.984V9.623a1.31 1.31 0 0 0-1.311-1.312H4.623A1.313 1.313 0 0 0 3.31 9.623V12.9h.984a2.95 2.95 0 1 1 0 5.902h-.984v3.934a1.31 1.31 0 0 0 1.312 1.312h23.606a1.313 1.313 0 0 0 1.311-1.312zM9.869 10.279v1.311a.656.656 0 1 1-1.311 0v-1.311a.656.656 0 0 1 1.311 0m0 6.557v-1.312a.656.656 0 0 0-1.311 0v1.312a.656.656 0 0 0 1.311 0m0 3.934v1.312a.656.656 0 0 1-1.311 0V20.77a.656.656 0 1 1 1.311 0m14.426-9.18V10.28a.656.656 0 0 0-1.312 0v1.311a.656.656 0 1 0 1.312 0m0 3.935v1.311a.656.656 0 0 1-1.312 0v-1.311a.656.656 0 1 1 1.312 0m0 6.557v-1.311a.656.656 0 1 0-1.312 0v1.311a.656.656 0 1 0 1.312 0", clipRule: "evenodd" }),
|
|
528
510
|
/* @__PURE__ */ jsx61("path", { fill: props.color || "currentColor", d: "m20.136 13.398-6.492 6.491a.655.655 0 1 1-.927-.927l6.492-6.491a.656.656 0 1 1 .927.927" }),
|
|
529
511
|
/* @__PURE__ */ jsx61("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M15.194 11.51a1.967 1.967 0 1 1-2.782 2.782 1.967 1.967 0 0 1 2.782-2.781m-1.642.786a.656.656 0 1 0 .503 1.211.656.656 0 0 0-.503-1.211M17.658 18.068a1.966 1.966 0 1 1 2.782 2.78 1.966 1.966 0 0 1-2.782-2.78m.785 1.641a.656.656 0 1 0 1.21-.502.656.656 0 0 0-1.21.502", clipRule: "evenodd" })
|
|
530
|
-
] })
|
|
512
|
+
] });
|
|
531
513
|
var VoucherOneColor_default = SvgVoucherOneColor;
|
|
532
514
|
|
|
533
515
|
// src/icons/VoucherTwoColors.tsx
|
|
534
516
|
import { jsx as jsx62, jsxs as jsxs37 } from "react/jsx-runtime";
|
|
535
|
-
var SvgVoucherTwoColors = (props) => /* @__PURE__ */ jsxs37("svg",
|
|
517
|
+
var SvgVoucherTwoColors = (props) => /* @__PURE__ */ jsxs37("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 32, height: props.height || 32, viewBox: "0 0 32 32", className: props.className, ...props, children: [
|
|
536
518
|
/* @__PURE__ */ jsxs37("g", { clipPath: "url(#a)", children: [
|
|
537
519
|
/* @__PURE__ */ jsx62("path", { fill: "#433D3D", fillRule: "evenodd", d: "M5.205 24h21.59c.59 0 1.141-.226 1.557-.632s.648-.944.648-1.519v-4.094a.4.4 0 0 0-.116-.283.42.42 0 0 0-.29-.114h-1.5c-.6 0-1.16-.32-1.47-.83s-.3-1.141 0-1.65c.3-.51.861-.83 1.47-.83h1.5a.42.42 0 0 0 .29-.114.38.38 0 0 0 .116-.283v-3.51c0-.575-.232-1.113-.648-1.518a2.22 2.22 0 0 0-1.557-.632H5.205c-.59 0-1.141.226-1.557.632A2.15 2.15 0 0 0 3 10.15v3.51c0 .103.039.207.116.282a.4.4 0 0 0 .29.114h1.5c.6 0 1.16.32 1.47.83.3.51.3 1.141 0 1.65-.3.51-.861.83-1.47.83h-1.5a.404.404 0 0 0-.406.397v4.095c0 .575.232 1.113.648 1.518.416.406.967.632 1.557.632zm-1.392-5.85h1.093c.89 0 1.721-.47 2.166-1.216a2.4 2.4 0 0 0 0-2.443 2.51 2.51 0 0 0-2.166-1.217H3.813V10.16c0-.358.145-.707.406-.962a1.4 1.4 0 0 1 .986-.396h21.59c.367 0 .725.141.986.396s.407.604.407.962v3.114h-1.093c-.89 0-1.722.471-2.167 1.226a2.4 2.4 0 0 0 0 2.443 2.51 2.51 0 0 0 2.166 1.217h1.093v3.698c0 .359-.145.708-.406.963a1.4 1.4 0 0 1-.986.396H5.205a1.4 1.4 0 0 1-.986-.396 1.35 1.35 0 0 1-.407-.963V18.15", clipRule: "evenodd" }),
|
|
538
520
|
/* @__PURE__ */ jsx62("path", { fill: "#FF4C4C", d: "M18.98 12.698a.45.45 0 0 0-.291.123l-5.939 5.792a.4.4 0 0 0-.126.283c0 .104.039.208.116.283a.4.4 0 0 0 .29.114.43.43 0 0 0 .29-.123l5.94-5.793a.4.4 0 0 0 .125-.283.4.4 0 0 0-.116-.283.42.42 0 0 0-.29-.113" }),
|
|
539
521
|
/* @__PURE__ */ jsx62("path", { fill: "#FF4C4C", fillRule: "evenodd", d: "M15.207 13.076c0-.416-.165-.812-.474-1.104a1.63 1.63 0 0 0-1.132-.463c-.425 0-.832.16-1.132.463-.3.292-.473.688-.473 1.104 0 .415.164.81.473 1.103.3.293.707.463 1.132.463.426 0 .832-.17 1.132-.463.3-.292.474-.688.474-1.104m-.87.292a.8.8 0 0 1-.736.481c-.406 0-.735-.283-.783-.66v-.11299999999999999a.78.78 0 0 1 .493-.718.785.785 0 0 1 1.035 1.01zM19.53 17.82a1.63 1.63 0 0 0-1.131-.462c-.426 0-.832.16-1.132.463-.3.292-.474.688-.474 1.103s.165.812.474 1.104c.3.293.706.463 1.132.463s.832-.16 1.132-.463c.3-.292.474-.688.474-1.104 0-.415-.175-.81-.474-1.103m-.338 1.104c0 .397-.27.718-.667.774h-.126a.8.8 0 0 1-.735-.481.74.74 0 0 1 .174-.84.82.82 0 0 1 .86-.17.78.78 0 0 1 .494.717", clipRule: "evenodd" })
|
|
540
522
|
] }),
|
|
541
523
|
/* @__PURE__ */ jsx62("defs", { children: /* @__PURE__ */ jsx62("clipPath", { id: "a", children: /* @__PURE__ */ jsx62("path", { fill: "#fff", d: "M3 8h26v16H3z" }) }) })
|
|
542
|
-
] })
|
|
524
|
+
] });
|
|
543
525
|
var VoucherTwoColors_default = SvgVoucherTwoColors;
|
|
544
526
|
|
|
545
527
|
// src/icons/WhatsappOneColor.tsx
|
|
546
528
|
import { jsx as jsx63, jsxs as jsxs38 } from "react/jsx-runtime";
|
|
547
|
-
var SvgWhatsappOneColor = (props) => /* @__PURE__ */ jsxs38("svg",
|
|
529
|
+
var SvgWhatsappOneColor = (props) => /* @__PURE__ */ jsxs38("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 32, height: props.height || 32, viewBox: "0 0 32 32", className: props.className, ...props, children: [
|
|
548
530
|
/* @__PURE__ */ jsx63("path", { fill: props.color || "currentColor", d: "m23.067 17.916-2.495-1.821a1.44 1.44 0 0 0-1.086-.262 1.43 1.43 0 0 0-.95.579l-.773 1.056c-.04.055-.025.004-.044.073-.003.007-.047.065-.185.087-.233.037-.933-.007-2.444-1.216l-.146-.106c-1.592-1.06-1.847-1.712-1.883-1.945-.018-.12.01-.179.007-.182.051-.033.037-.033.077-.084l.772-1.056c.23-.314.324-.7.262-1.086a1.46 1.46 0 0 0-.58-.954l-2.538-1.854a1.46 1.46 0 0 0-2.036.317l-.78 1.07c-.688.944-.874 2.233-.484 3.37.601 1.752 2.134 3.613 4.56 5.537.033.04.07.072.113.105q.093.067.186.128c.058.047.12.09.179.138q.062.049.134.077c2.572 1.722 4.812 2.615 6.666 2.655h.073a3.65 3.65 0 0 0 2.943-1.523l.78-1.07a1.44 1.44 0 0 0-.328-2.033m-.565 1.391-.78 1.071a2.57 2.57 0 0 1-2.112 1.071c-1.177-.025-3.227-.51-6.356-2.659-2.998-2.324-4.087-4.13-4.47-5.241-.276-.802-.149-1.712.336-2.372l.783-1.07a.36.36 0 0 1 .236-.146.37.37 0 0 1 .274.065l2.538 1.854c.08.059.132.142.146.237a.37.37 0 0 1-.065.273l-.747 1.024a1.32 1.32 0 0 0-.32.972c.058.878.834 1.8 2.356 2.812l.11.077c1.442 1.155 2.56 1.614 3.412 1.399.427-.106.703-.376.83-.601l.748-1.024a.366.366 0 0 1 .51-.08l2.494 1.821c.08.058.132.142.146.237a.4.4 0 0 1-.069.28" }),
|
|
549
531
|
/* @__PURE__ */ jsx63("path", { fill: props.color || "currentColor", d: "M15.665 3C8.682 3 3 8.682 3 15.665c0 2.994 1.056 5.879 2.983 8.159l-2.247 4.382a.546.546 0 0 0 .641.772l6.028-1.792a12.55 12.55 0 0 0 5.26 1.14c6.983 0 12.665-5.682 12.665-12.665S22.648 3 15.665 3m0 24.233c-1.741 0-3.417-.378-4.983-1.125a.54.54 0 0 0-.39-.03l-5 1.487 1.831-3.573a.55.55 0 0 0-.08-.616 11.56 11.56 0 0 1-2.95-7.715c0-6.381 5.19-11.572 11.572-11.572s11.572 5.19 11.572 11.572-5.19 11.572-11.572 11.572" })
|
|
550
|
-
] })
|
|
532
|
+
] });
|
|
551
533
|
var WhatsappOneColor_default = SvgWhatsappOneColor;
|
|
552
534
|
|
|
553
535
|
// src/icons/HouseOneColor.tsx
|
|
554
536
|
import { jsx as jsx64, jsxs as jsxs39 } from "react/jsx-runtime";
|
|
555
|
-
var SvgHouseOneColor = (props) => /* @__PURE__ */ jsxs39("svg",
|
|
537
|
+
var SvgHouseOneColor = (props) => /* @__PURE__ */ jsxs39("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 32, height: props.height || 32, viewBox: "0 0 32 32", className: props.className, ...props, children: [
|
|
556
538
|
/* @__PURE__ */ jsx64("g", { clipPath: "url(#a)", children: /* @__PURE__ */ jsx64("path", { fill: props.color || "currentColor", d: "M27.931 12.46a2 2 0 0 0-.937-1.217L16.22 5.06a.45.45 0 0 0-.445 0L4.998 11.243a1.99 1.99 0 0 0-.931 1.224 1.98 1.98 0 0 0 .211 1.522 2.033 2.033 0 0 0 2.741.73l.03-.019v11.045c0 .693.57 1.257 1.266 1.257H23.68c.696 0 1.264-.564 1.264-1.257V14.7l.031.02c.96.552 2.197.226 2.753-.73.266-.46.34-1.015.202-1.527zm-9.528 6.25v7.409h-4.811V18.71zm.443-.88h-5.699a.444.444 0 0 0-.444.44v7.851h-4.39a.376.376 0 0 1-.376-.376V14.19l8.058-4.627 8.061 4.627v11.555a.38.38 0 0 1-.378.376h-4.39v-7.85c0-.244-.2-.442-.445-.442zm8.099-4.26c-.321.509-.997.681-1.524.384L16.219 8.67a.45.45 0 0 0-.445 0l-9.2 5.281a1.134 1.134 0 0 1-1.545-.41 1.115 1.115 0 0 1 .414-1.537L15.995 5.95l10.553 6.057c.534.311.72 1 .413 1.533l-.016.029z" }) }),
|
|
557
539
|
/* @__PURE__ */ jsx64("defs", { children: /* @__PURE__ */ jsx64("clipPath", { id: "a", children: /* @__PURE__ */ jsx64("path", { fill: "#fff", d: "M4 5h24v22H4z" }) }) })
|
|
558
|
-
] })
|
|
540
|
+
] });
|
|
559
541
|
var HouseOneColor_default = SvgHouseOneColor;
|
|
560
542
|
export {
|
|
561
543
|
AccountFilled_default as AccountFilled,
|