@iguanads/icons 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,24 @@
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
+
21
+ export {
22
+ __spreadValues,
23
+ __spreadProps
24
+ };
@@ -0,0 +1,20 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import { SVGProps } from 'react';
3
+
4
+ declare const SvgAccount: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
5
+
6
+ declare const SvgConfigurations: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
7
+
8
+ declare const SvgError: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
9
+
10
+ declare const SvgMenu: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
11
+
12
+ declare const SvgNotifications: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
13
+
14
+ declare const SvgOrderHistory: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
15
+
16
+ declare const SvgPinOrder: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
17
+
18
+ declare const SvgSearch: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
19
+
20
+ export { SvgAccount as Account, SvgConfigurations as Configurations, SvgError as Error, SvgMenu as Menu, SvgNotifications as Notifications, SvgOrderHistory as OrderHistory, SvgPinOrder as PinOrder, SvgSearch as Search };
@@ -0,0 +1,20 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import { SVGProps } from 'react';
3
+
4
+ declare const SvgAccount: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
5
+
6
+ declare const SvgConfigurations: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
7
+
8
+ declare const SvgError: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
9
+
10
+ declare const SvgMenu: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
11
+
12
+ declare const SvgNotifications: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
13
+
14
+ declare const SvgOrderHistory: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
15
+
16
+ declare const SvgPinOrder: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
17
+
18
+ declare const SvgSearch: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
19
+
20
+ export { SvgAccount as Account, SvgConfigurations as Configurations, SvgError as Error, SvgMenu as Menu, SvgNotifications as Notifications, SvgOrderHistory as OrderHistory, SvgPinOrder as PinOrder, SvgSearch as Search };
@@ -0,0 +1,124 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __defProps = Object.defineProperties;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
6
+ var __getOwnPropNames = Object.getOwnPropertyNames;
7
+ var __getOwnPropSymbols = Object.getOwnPropertySymbols;
8
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
9
+ var __propIsEnum = Object.prototype.propertyIsEnumerable;
10
+ var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
11
+ var __spreadValues = (a, b) => {
12
+ for (var prop in b || (b = {}))
13
+ if (__hasOwnProp.call(b, prop))
14
+ __defNormalProp(a, prop, b[prop]);
15
+ if (__getOwnPropSymbols)
16
+ for (var prop of __getOwnPropSymbols(b)) {
17
+ if (__propIsEnum.call(b, prop))
18
+ __defNormalProp(a, prop, b[prop]);
19
+ }
20
+ return a;
21
+ };
22
+ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
23
+ var __export = (target, all) => {
24
+ for (var name in all)
25
+ __defProp(target, name, { get: all[name], enumerable: true });
26
+ };
27
+ var __copyProps = (to, from, except, desc) => {
28
+ if (from && typeof from === "object" || typeof from === "function") {
29
+ for (let key of __getOwnPropNames(from))
30
+ if (!__hasOwnProp.call(to, key) && key !== except)
31
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
32
+ }
33
+ return to;
34
+ };
35
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
36
+
37
+ // src/filled/index.ts
38
+ var filled_exports = {};
39
+ __export(filled_exports, {
40
+ Account: () => Account_default,
41
+ Configurations: () => Configurations_default,
42
+ Error: () => Error_default,
43
+ Menu: () => Menu_default,
44
+ Notifications: () => Notifications_default,
45
+ OrderHistory: () => OrderHistory_default,
46
+ PinOrder: () => PinOrder_default,
47
+ Search: () => Search_default
48
+ });
49
+ module.exports = __toCommonJS(filled_exports);
50
+
51
+ // src/filled/Account.tsx
52
+ var import_jsx_runtime = require("react/jsx-runtime");
53
+ var SvgAccount = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", __spreadProps(__spreadValues({ 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: [
54
+ /* @__PURE__ */ (0, import_jsx_runtime.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" }),
55
+ /* @__PURE__ */ (0, import_jsx_runtime.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" }),
56
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("ellipse", { cx: 11.479, cy: 13.691, fill: props.color || "currentColor", rx: 5.154, ry: 5.191 })
57
+ ] }));
58
+ var Account_default = SvgAccount;
59
+
60
+ // src/filled/Configurations.tsx
61
+ var import_jsx_runtime2 = require("react/jsx-runtime");
62
+ var SvgConfigurations = (props) => /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("svg", __spreadProps(__spreadValues({ 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__ */ (0, import_jsx_runtime2.jsx)("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" }) }));
63
+ var Configurations_default = SvgConfigurations;
64
+
65
+ // src/filled/Error.tsx
66
+ var import_jsx_runtime3 = require("react/jsx-runtime");
67
+ var SvgError = (props) => /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("svg", __spreadProps(__spreadValues({ 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__ */ (0, import_jsx_runtime3.jsx)("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" }) }));
68
+ var Error_default = SvgError;
69
+
70
+ // src/filled/Menu.tsx
71
+ var import_jsx_runtime4 = require("react/jsx-runtime");
72
+ var SvgMenu = (props) => /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("svg", __spreadProps(__spreadValues({ 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: [
73
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("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" }),
74
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("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" }),
75
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("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" }),
76
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("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" })
77
+ ] }));
78
+ var Menu_default = SvgMenu;
79
+
80
+ // src/filled/Notifications.tsx
81
+ var import_jsx_runtime5 = require("react/jsx-runtime");
82
+ var SvgNotifications = (props) => /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("svg", __spreadProps(__spreadValues({ 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: [
83
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("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" }),
84
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("mask", { id: "a", width: 20, height: 23, x: 6, y: 5, maskUnits: "userSpaceOnUse", style: {
85
+ maskType: "luminance"
86
+ }, children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { fill: "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" }) }),
87
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("g", { mask: "url(#a)", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { fill: "#FF4C4C", d: "M9.858 24.832h12.183v5.165H9.858z" }) })
88
+ ] }));
89
+ var Notifications_default = SvgNotifications;
90
+
91
+ // src/filled/OrderHistory.tsx
92
+ var import_jsx_runtime6 = require("react/jsx-runtime");
93
+ var SvgOrderHistory = (props) => /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)("svg", __spreadProps(__spreadValues({ 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: [
94
+ /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("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" }),
95
+ /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("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" })
96
+ ] }));
97
+ var OrderHistory_default = SvgOrderHistory;
98
+
99
+ // src/filled/PinOrder.tsx
100
+ var import_jsx_runtime7 = require("react/jsx-runtime");
101
+ var SvgPinOrder = (props) => /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)("svg", __spreadProps(__spreadValues({ 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: [
102
+ /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("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" }),
103
+ /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("circle", { cx: 16, cy: 13, r: 7, fill: "#C60C0C" })
104
+ ] }));
105
+ var PinOrder_default = SvgPinOrder;
106
+
107
+ // src/filled/Search.tsx
108
+ var import_jsx_runtime8 = require("react/jsx-runtime");
109
+ var SvgSearch = (props) => /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("svg", __spreadProps(__spreadValues({ 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: [
110
+ /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("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" }),
111
+ /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("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" })
112
+ ] }));
113
+ var Search_default = SvgSearch;
114
+ // Annotate the CommonJS export names for ESM import in node:
115
+ 0 && (module.exports = {
116
+ Account,
117
+ Configurations,
118
+ Error,
119
+ Menu,
120
+ Notifications,
121
+ OrderHistory,
122
+ PinOrder,
123
+ Search
124
+ });
@@ -0,0 +1,78 @@
1
+ import {
2
+ __spreadProps,
3
+ __spreadValues
4
+ } from "../chunk-EX6ADWAR.mjs";
5
+
6
+ // src/filled/Account.tsx
7
+ import { jsx, jsxs } from "react/jsx-runtime";
8
+ var SvgAccount = (props) => /* @__PURE__ */ jsxs("svg", __spreadProps(__spreadValues({ 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: [
9
+ /* @__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" }),
10
+ /* @__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" }),
11
+ /* @__PURE__ */ jsx("ellipse", { cx: 11.479, cy: 13.691, fill: props.color || "currentColor", rx: 5.154, ry: 5.191 })
12
+ ] }));
13
+ var Account_default = SvgAccount;
14
+
15
+ // src/filled/Configurations.tsx
16
+ import { jsx as jsx2 } from "react/jsx-runtime";
17
+ var SvgConfigurations = (props) => /* @__PURE__ */ jsx2("svg", __spreadProps(__spreadValues({ 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", 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" }) }));
18
+ var Configurations_default = SvgConfigurations;
19
+
20
+ // src/filled/Error.tsx
21
+ import { jsx as jsx3 } from "react/jsx-runtime";
22
+ var SvgError = (props) => /* @__PURE__ */ jsx3("svg", __spreadProps(__spreadValues({ 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: "#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" }) }));
23
+ var Error_default = SvgError;
24
+
25
+ // src/filled/Menu.tsx
26
+ import { jsx as jsx4, jsxs as jsxs2 } from "react/jsx-runtime";
27
+ var SvgMenu = (props) => /* @__PURE__ */ jsxs2("svg", __spreadProps(__spreadValues({ 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: [
28
+ /* @__PURE__ */ jsx4("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" }),
29
+ /* @__PURE__ */ jsx4("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" }),
30
+ /* @__PURE__ */ jsx4("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" }),
31
+ /* @__PURE__ */ jsx4("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" })
32
+ ] }));
33
+ var Menu_default = SvgMenu;
34
+
35
+ // src/filled/Notifications.tsx
36
+ import { jsx as jsx5, jsxs as jsxs3 } from "react/jsx-runtime";
37
+ var SvgNotifications = (props) => /* @__PURE__ */ jsxs3("svg", __spreadProps(__spreadValues({ 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: [
38
+ /* @__PURE__ */ jsx5("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" }),
39
+ /* @__PURE__ */ jsx5("mask", { id: "a", width: 20, height: 23, x: 6, y: 5, maskUnits: "userSpaceOnUse", style: {
40
+ maskType: "luminance"
41
+ }, children: /* @__PURE__ */ jsx5("path", { fill: "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" }) }),
42
+ /* @__PURE__ */ jsx5("g", { mask: "url(#a)", children: /* @__PURE__ */ jsx5("path", { fill: "#FF4C4C", d: "M9.858 24.832h12.183v5.165H9.858z" }) })
43
+ ] }));
44
+ var Notifications_default = SvgNotifications;
45
+
46
+ // src/filled/OrderHistory.tsx
47
+ import { jsx as jsx6, jsxs as jsxs4 } from "react/jsx-runtime";
48
+ var SvgOrderHistory = (props) => /* @__PURE__ */ jsxs4("svg", __spreadProps(__spreadValues({ 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: [
49
+ /* @__PURE__ */ jsx6("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" }),
50
+ /* @__PURE__ */ jsx6("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" })
51
+ ] }));
52
+ var OrderHistory_default = SvgOrderHistory;
53
+
54
+ // src/filled/PinOrder.tsx
55
+ import { jsx as jsx7, jsxs as jsxs5 } from "react/jsx-runtime";
56
+ var SvgPinOrder = (props) => /* @__PURE__ */ jsxs5("svg", __spreadProps(__spreadValues({ 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: [
57
+ /* @__PURE__ */ jsx7("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" }),
58
+ /* @__PURE__ */ jsx7("circle", { cx: 16, cy: 13, r: 7, fill: "#C60C0C" })
59
+ ] }));
60
+ var PinOrder_default = SvgPinOrder;
61
+
62
+ // src/filled/Search.tsx
63
+ import { jsx as jsx8, jsxs as jsxs6 } from "react/jsx-runtime";
64
+ var SvgSearch = (props) => /* @__PURE__ */ jsxs6("svg", __spreadProps(__spreadValues({ 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: [
65
+ /* @__PURE__ */ jsx8("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" }),
66
+ /* @__PURE__ */ jsx8("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" })
67
+ ] }));
68
+ var Search_default = SvgSearch;
69
+ export {
70
+ Account_default as Account,
71
+ Configurations_default as Configurations,
72
+ Error_default as Error,
73
+ Menu_default as Menu,
74
+ Notifications_default as Notifications,
75
+ OrderHistory_default as OrderHistory,
76
+ PinOrder_default as PinOrder,
77
+ Search_default as Search
78
+ };
@@ -0,0 +1,72 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import { SVGProps } from 'react';
3
+
4
+ declare const SvgArrowRight: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
5
+
6
+ declare const SvgAttach: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
7
+
8
+ declare const SvgBack: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
9
+
10
+ declare const SvgBag: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
11
+
12
+ declare const SvgCalendar: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
13
+
14
+ declare const SvgCamera: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
15
+
16
+ declare const SvgCheck: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
17
+
18
+ declare const SvgClock: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
19
+
20
+ declare const SvgClose: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
21
+
22
+ declare const SvgDeliver: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
23
+
24
+ declare const SvgEdit: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
25
+
26
+ declare const SvgHide: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
27
+
28
+ declare const SvgHouse: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
29
+
30
+ declare const SvgMapView: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
31
+
32
+ declare const SvgMenu: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
33
+
34
+ declare const SvgMoney: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
35
+
36
+ declare const SvgNext: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
37
+
38
+ declare const SvgNotification: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
39
+
40
+ declare const SvgOrder: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
41
+
42
+ declare const SvgPhone: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
43
+
44
+ declare const SvgPreparation: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
45
+
46
+ declare const SvgRate: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
47
+
48
+ declare const SvgRating: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
49
+
50
+ declare const SvgRefresh: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
51
+
52
+ declare const SvgSatelliteView: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
53
+
54
+ declare const SvgSearch: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
55
+
56
+ declare const SvgSelect: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
57
+
58
+ declare const SvgShare: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
59
+
60
+ declare const SvgShow: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
61
+
62
+ declare const SvgSignOut: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
63
+
64
+ declare const SvgTrash: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
65
+
66
+ declare const SvgUser: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
67
+
68
+ declare const SvgVoucher: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
69
+
70
+ declare const SvgWhatsapp: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
71
+
72
+ export { SvgArrowRight as ArrowRight, SvgAttach as Attach, SvgBack as Back, SvgBag as Bag, SvgCalendar as Calendar, SvgCamera as Camera, SvgCheck as Check, SvgClock as Clock, SvgClose as Close, SvgDeliver as Deliver, SvgEdit as Edit, SvgHide as Hide, SvgHouse as House, SvgMapView as MapView, SvgMenu as Menu, SvgMoney as Money, SvgNext as Next, SvgNotification as Notification, SvgOrder as Order, SvgPhone as Phone, SvgPreparation as Preparation, SvgRate as Rate, SvgRating as Rating, SvgRefresh as Refresh, SvgSatelliteView as SatelliteView, SvgSearch as Search, SvgSelect as Select, SvgShare as Share, SvgShow as Show, SvgSignOut as SignOut, SvgTrash as Trash, SvgUser as User, SvgVoucher as Voucher, SvgWhatsapp as Whatsapp };
@@ -0,0 +1,72 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import { SVGProps } from 'react';
3
+
4
+ declare const SvgArrowRight: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
5
+
6
+ declare const SvgAttach: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
7
+
8
+ declare const SvgBack: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
9
+
10
+ declare const SvgBag: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
11
+
12
+ declare const SvgCalendar: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
13
+
14
+ declare const SvgCamera: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
15
+
16
+ declare const SvgCheck: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
17
+
18
+ declare const SvgClock: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
19
+
20
+ declare const SvgClose: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
21
+
22
+ declare const SvgDeliver: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
23
+
24
+ declare const SvgEdit: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
25
+
26
+ declare const SvgHide: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
27
+
28
+ declare const SvgHouse: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
29
+
30
+ declare const SvgMapView: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
31
+
32
+ declare const SvgMenu: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
33
+
34
+ declare const SvgMoney: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
35
+
36
+ declare const SvgNext: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
37
+
38
+ declare const SvgNotification: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
39
+
40
+ declare const SvgOrder: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
41
+
42
+ declare const SvgPhone: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
43
+
44
+ declare const SvgPreparation: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
45
+
46
+ declare const SvgRate: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
47
+
48
+ declare const SvgRating: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
49
+
50
+ declare const SvgRefresh: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
51
+
52
+ declare const SvgSatelliteView: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
53
+
54
+ declare const SvgSearch: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
55
+
56
+ declare const SvgSelect: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
57
+
58
+ declare const SvgShare: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
59
+
60
+ declare const SvgShow: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
61
+
62
+ declare const SvgSignOut: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
63
+
64
+ declare const SvgTrash: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
65
+
66
+ declare const SvgUser: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
67
+
68
+ declare const SvgVoucher: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
69
+
70
+ declare const SvgWhatsapp: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
71
+
72
+ export { SvgArrowRight as ArrowRight, SvgAttach as Attach, SvgBack as Back, SvgBag as Bag, SvgCalendar as Calendar, SvgCamera as Camera, SvgCheck as Check, SvgClock as Clock, SvgClose as Close, SvgDeliver as Deliver, SvgEdit as Edit, SvgHide as Hide, SvgHouse as House, SvgMapView as MapView, SvgMenu as Menu, SvgMoney as Money, SvgNext as Next, SvgNotification as Notification, SvgOrder as Order, SvgPhone as Phone, SvgPreparation as Preparation, SvgRate as Rate, SvgRating as Rating, SvgRefresh as Refresh, SvgSatelliteView as SatelliteView, SvgSearch as Search, SvgSelect as Select, SvgShare as Share, SvgShow as Show, SvgSignOut as SignOut, SvgTrash as Trash, SvgUser as User, SvgVoucher as Voucher, SvgWhatsapp as Whatsapp };