@iguanads/icons 1.4.4 → 1.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,6 +3,8 @@ import { SVGProps } from 'react';
3
3
 
4
4
  declare const SvgAccount: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
5
5
 
6
+ declare const SvgAdmSettings: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
7
+
6
8
  declare const SvgConfigurations: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
7
9
 
8
10
  declare const SvgError: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
@@ -17,4 +19,6 @@ declare const SvgPinOrder: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime
17
19
 
18
20
  declare const SvgSearch: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
19
21
 
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 };
22
+ declare const SvgTrash: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
23
+
24
+ export { SvgAccount as Account, SvgAdmSettings as AdmSettings, SvgConfigurations as Configurations, SvgError as Error, SvgMenu as Menu, SvgNotifications as Notifications, SvgOrderHistory as OrderHistory, SvgPinOrder as PinOrder, SvgSearch as Search, SvgTrash as Trash };
@@ -3,6 +3,8 @@ import { SVGProps } from 'react';
3
3
 
4
4
  declare const SvgAccount: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
5
5
 
6
+ declare const SvgAdmSettings: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
7
+
6
8
  declare const SvgConfigurations: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
7
9
 
8
10
  declare const SvgError: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
@@ -17,4 +19,6 @@ declare const SvgPinOrder: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime
17
19
 
18
20
  declare const SvgSearch: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
19
21
 
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 };
22
+ declare const SvgTrash: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
23
+
24
+ export { SvgAccount as Account, SvgAdmSettings as AdmSettings, SvgConfigurations as Configurations, SvgError as Error, SvgMenu as Menu, SvgNotifications as Notifications, SvgOrderHistory as OrderHistory, SvgPinOrder as PinOrder, SvgSearch as Search, SvgTrash as Trash };
@@ -21,13 +21,15 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
21
21
  var filled_exports = {};
22
22
  __export(filled_exports, {
23
23
  Account: () => Account_default,
24
+ AdmSettings: () => AdmSettings_default,
24
25
  Configurations: () => Configurations_default,
25
26
  Error: () => Error_default,
26
27
  Menu: () => Menu_default,
27
28
  Notifications: () => Notifications_default,
28
29
  OrderHistory: () => OrderHistory_default,
29
30
  PinOrder: () => PinOrder_default,
30
- Search: () => Search_default
31
+ Search: () => Search_default,
32
+ Trash: () => Trash_default
31
33
  });
32
34
  module.exports = __toCommonJS(filled_exports);
33
35
 
@@ -40,68 +42,86 @@ var SvgAccount = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg",
40
42
  ] });
41
43
  var Account_default = SvgAccount;
42
44
 
43
- // src/filled/Configurations.tsx
45
+ // src/filled/AdmSettings.tsx
44
46
  var import_jsx_runtime2 = require("react/jsx-runtime");
45
- var SvgConfigurations = (props) => /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className, ...props, children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M18.807 9.857h2.479c.394 0 .714.32.714.714v2.858c0 .394-.32.714-.714.714h-2.479q-.186.601-.478 1.157l1.75 1.75a.714.714 0 0 1 0 1.014l-2.015 2.015a.714.714 0 0 1-1.014 0l-1.75-1.75q-.557.291-1.157.478v2.479c0 .394-.32.714-.714.714H10.57a.714.714 0 0 1-.714-.714v-2.479A7 7 0 0 1 8.7 18.33l-1.75 1.75a.714.714 0 0 1-1.014 0L3.92 18.064a.714.714 0 0 1 0-1.014l1.75-1.75a7 7 0 0 1-.478-1.157H2.714A.714.714 0 0 1 2 13.429V10.57c0-.394.32-.714.714-.714h2.479q.1-.331.236-.65c.078-.171.157-.343.242-.507l-1.75-1.75a.714.714 0 0 1 0-1.014L5.936 3.92a.714.714 0 0 1 1.014 0l1.75 1.75q.557-.292 1.157-.478V2.714c0-.394.32-.714.714-.714h2.858c.394 0 .714.32.714.714v2.479q.601.186 1.157.478l1.75-1.75a.714.714 0 0 1 1.014 0l2.015 2.015a.714.714 0 0 1 0 1.014l-1.75 1.75q.291.557.478 1.157M8.43 12a3.571 3.571 0 1 0 7.142 0 3.571 3.571 0 0 0-7.142 0", clipRule: "evenodd" }) });
47
+ var SvgAdmSettings = (props) => /* @__PURE__ */ (0, import_jsx_runtime2.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className, ...props, children: [
48
+ /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M18.907 6.824a1.48 1.48 0 0 0-.439-.932c-.254-.25-.59-.4-.945-.426-1.994-.164-2.994-.756-4.544-2.1a1.506 1.506 0 0 0-1.97 0c-1.552 1.344-2.551 1.936-4.545 2.1a1.5 1.5 0 0 0-.945.426c-.254.248-.41.579-.44.932-.266 3.39-.266 12.198 6.914 12.198s7.18-8.803 6.914-12.198m-6.913-.47a2.13 2.13 0 0 1 1.498.616 2.09 2.09 0 0 1 0 2.969 2.13 2.13 0 0 1-2.997 0 2.09 2.09 0 0 1 0-2.97 2.13 2.13 0 0 1 1.499-.614m2.48 8.763a3.44 3.44 0 0 0 1.022-2.444v-.357a.69.69 0 0 0-.522-.669l-1.504-.385a.7.7 0 0 0-.774.32l-.101.167a.698.698 0 0 1-1.203 0l-.101-.168a.695.695 0 0 0-.774-.319l-1.504.385a.7.7 0 0 0-.523.67v.356a3.44 3.44 0 0 0 1.023 2.444 3.5 3.5 0 0 0 2.468 1.012h.025c.926 0 1.813-.364 2.468-1.012", clipRule: "evenodd" }),
49
+ /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("path", { fill: "#FF4C4C", fillRule: "evenodd", d: "m14.16 18.036 3.566-5.591a1.46 1.46 0 0 1 2.038-.441c.682.452.876 1.38.434 2.075l-3.564 5.588-.015.02-.011.014-.004.006a.1.1 0 0 1-.022.027q-.006 0-.007.004a.1.1 0 0 1-.023.022l-.007.005-.026.02-2.185 1.412a.37.37 0 0 1-.405-.002l-.003-.002a.39.39 0 0 1-.168-.372l.348-2.628a.004.004 0 0 1-.002-.006l.003-.015.002-.013.002-.006.001-.006.008-.027q0-.006.003-.012l.007-.014.007-.014.004-.006a.2.2 0 0 1 .02-.038m.617.862-.16 1.206 1.003-.648z", clipRule: "evenodd" })
50
+ ] });
51
+ var AdmSettings_default = SvgAdmSettings;
52
+
53
+ // src/filled/Configurations.tsx
54
+ var import_jsx_runtime3 = require("react/jsx-runtime");
55
+ var SvgConfigurations = (props) => /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className, ...props, children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M18.807 9.857h2.479c.394 0 .714.32.714.714v2.858c0 .394-.32.714-.714.714h-2.479q-.186.601-.478 1.157l1.75 1.75a.714.714 0 0 1 0 1.014l-2.015 2.015a.714.714 0 0 1-1.014 0l-1.75-1.75q-.557.291-1.157.478v2.479c0 .394-.32.714-.714.714H10.57a.714.714 0 0 1-.714-.714v-2.479A7 7 0 0 1 8.7 18.33l-1.75 1.75a.714.714 0 0 1-1.014 0L3.92 18.064a.714.714 0 0 1 0-1.014l1.75-1.75a7 7 0 0 1-.478-1.157H2.714A.714.714 0 0 1 2 13.429V10.57c0-.394.32-.714.714-.714h2.479q.1-.331.236-.65c.078-.171.157-.343.242-.507l-1.75-1.75a.714.714 0 0 1 0-1.014L5.936 3.92a.714.714 0 0 1 1.014 0l1.75 1.75q.557-.292 1.157-.478V2.714c0-.394.32-.714.714-.714h2.858c.394 0 .714.32.714.714v2.479q.601.186 1.157.478l1.75-1.75a.714.714 0 0 1 1.014 0l2.015 2.015a.714.714 0 0 1 0 1.014l-1.75 1.75q.291.557.478 1.157M8.43 12a3.571 3.571 0 1 0 7.142 0 3.571 3.571 0 0 0-7.142 0", clipRule: "evenodd" }) });
46
56
  var Configurations_default = SvgConfigurations;
47
57
 
48
58
  // src/filled/Error.tsx
49
- var import_jsx_runtime3 = require("react/jsx-runtime");
50
- var SvgError = (props) => /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className, ...props, children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("path", { fill: "#FF4C4C", fillRule: "evenodd", d: "M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10m-.033-6.667q-.426 0-.613.131-.187.132-.187.494v.238q0 .35.175.487.174.138.612.138.4 0 .594-.132.194-.131.194-.493v-.238q0-.35-.175-.487-.176-.138-.6-.138M11.954 7a.72.72 0 0 0-.537.219.75.75 0 0 0-.213.543v5.163q0 .325.213.544.211.219.537.218a.72.72 0 0 0 .538-.218.75.75 0 0 0 .212-.544V7.762a.75.75 0 0 0-.212-.543.72.72 0 0 0-.538-.22", clipRule: "evenodd" }) });
59
+ var import_jsx_runtime4 = require("react/jsx-runtime");
60
+ var SvgError = (props) => /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className, ...props, children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { fill: "#FF4C4C", fillRule: "evenodd", d: "M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10m-.033-6.667q-.426 0-.613.131-.187.132-.187.494v.238q0 .35.175.487.174.138.612.138.4 0 .594-.132.194-.131.194-.493v-.238q0-.35-.175-.487-.176-.138-.6-.138M11.954 7a.72.72 0 0 0-.537.219.75.75 0 0 0-.213.543v5.163q0 .325.213.544.211.219.537.218a.72.72 0 0 0 .538-.218.75.75 0 0 0 .212-.544V7.762a.75.75 0 0 0-.212-.543.72.72 0 0 0-.538-.22", clipRule: "evenodd" }) });
51
61
  var Error_default = SvgError;
52
62
 
53
63
  // src/filled/Menu.tsx
54
- var import_jsx_runtime4 = require("react/jsx-runtime");
55
- var SvgMenu = (props) => /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className, ...props, children: [
56
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { fill: "#FF4C4C", d: "M16.5 17.4a.9.9 0 0 0-.9-.9H3.9a.9.9 0 1 0 0 1.8h11.7a.9.9 0 0 0 .9-.9" }),
57
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { fill: props.color || "currentColor", d: "M3.9 19.65c0 .745.605 1.35 1.35 1.35h9c.745 0 1.35-.605 1.35-1.35v-.45H3.9z" }),
58
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { fill: props.color || "currentColor", d: "M20.879 6.742a.45.45 0 0 0-.329-.142h-3.924l.675-2.7h2.349a.45.45 0 0 0 0-.9h-2.7a.45.45 0 0 0-.437.341L15.698 6.6H11.55a.45.45 0 0 0-.45.48l.196 3.16a5.895 5.895 0 0 1 5.178 5.278l.03.335a1.784 1.784 0 0 1-.004 3.097v.7a2.23 2.23 0 0 1-.461 1.35h3.611a.45.45 0 0 0 .45-.42l.9-13.5a.45.45 0 0 0-.121-.338" }),
59
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { fill: props.color || "currentColor", d: "M10.65 11.1h-1.8a4.956 4.956 0 0 0-4.927 4.5h11.654a4.956 4.956 0 0 0-4.927-4.5" })
64
+ var import_jsx_runtime5 = require("react/jsx-runtime");
65
+ var SvgMenu = (props) => /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className, ...props, children: [
66
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { fill: "#FF4C4C", d: "M16.5 17.4a.9.9 0 0 0-.9-.9H3.9a.9.9 0 1 0 0 1.8h11.7a.9.9 0 0 0 .9-.9" }),
67
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { fill: props.color || "currentColor", d: "M3.9 19.65c0 .745.605 1.35 1.35 1.35h9c.745 0 1.35-.605 1.35-1.35v-.45H3.9z" }),
68
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { fill: props.color || "currentColor", d: "M20.879 6.742a.45.45 0 0 0-.329-.142h-3.924l.675-2.7h2.349a.45.45 0 0 0 0-.9h-2.7a.45.45 0 0 0-.437.341L15.698 6.6H11.55a.45.45 0 0 0-.45.48l.196 3.16a5.895 5.895 0 0 1 5.178 5.278l.03.335a1.784 1.784 0 0 1-.004 3.097v.7a2.23 2.23 0 0 1-.461 1.35h3.611a.45.45 0 0 0 .45-.42l.9-13.5a.45.45 0 0 0-.121-.338" }),
69
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { fill: props.color || "currentColor", d: "M10.65 11.1h-1.8a4.956 4.956 0 0 0-4.927 4.5h11.654a4.956 4.956 0 0 0-4.927-4.5" })
60
70
  ] });
61
71
  var Menu_default = SvgMenu;
62
72
 
63
73
  // src/filled/Notifications.tsx
64
- var import_jsx_runtime5 = require("react/jsx-runtime");
65
- var SvgNotifications = (props) => /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className, ...props, children: [
66
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M12 21c1.478 0 2.685-1.01 2.765-2.48h3.386c1.02 0 1.849-.834 1.849-1.862a1.857 1.857 0 0 0-1.846-1.863V11.07a6.21 6.21 0 0 0-4-5.817v-.082C14.154 3.971 13.189 3 12 3a2.164 2.164 0 0 0-2.154 2.171v.082a6.21 6.21 0 0 0-4 5.817v3.725C4.828 14.795 4 15.63 4 16.658s.828 1.862 1.85 1.862h3.385C9.315 19.99 10.522 21 12 21m-1.595-2.48h3.109a1.567 1.567 0 0 1-1.555 1.419c-.81 0-1.475-.622-1.554-1.418", clipRule: "evenodd" }),
67
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("mask", { id: "a", width: 16, height: 18, x: 4, y: 3, maskUnits: "userSpaceOnUse", style: {
74
+ var import_jsx_runtime6 = require("react/jsx-runtime");
75
+ var SvgNotifications = (props) => /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className, ...props, children: [
76
+ /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M12 21c1.478 0 2.685-1.01 2.765-2.48h3.386c1.02 0 1.849-.834 1.849-1.862a1.857 1.857 0 0 0-1.846-1.863V11.07a6.21 6.21 0 0 0-4-5.817v-.082C14.154 3.971 13.189 3 12 3a2.164 2.164 0 0 0-2.154 2.171v.082a6.21 6.21 0 0 0-4 5.817v3.725C4.828 14.795 4 15.63 4 16.658s.828 1.862 1.85 1.862h3.385C9.315 19.99 10.522 21 12 21m-1.595-2.48h3.109a1.567 1.567 0 0 1-1.555 1.419c-.81 0-1.475-.622-1.554-1.418", clipRule: "evenodd" }),
77
+ /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("mask", { id: "a", width: 16, height: 18, x: 4, y: 3, maskUnits: "userSpaceOnUse", style: {
68
78
  maskType: "luminance"
69
- }, children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { fill: "#fff", fillRule: "evenodd", d: "M12 21c1.478 0 2.685-1.01 2.765-2.48h3.386c1.02 0 1.849-.834 1.849-1.862a1.857 1.857 0 0 0-1.846-1.863V11.07a6.21 6.21 0 0 0-4-5.817v-.082C14.154 3.971 13.189 3 12 3a2.164 2.164 0 0 0-2.154 2.171v.082a6.21 6.21 0 0 0-4 5.817v3.725C4.828 14.795 4 15.63 4 16.658s.828 1.862 1.85 1.862h3.385C9.315 19.99 10.522 21 12 21m-1.595-2.48h3.109a1.567 1.567 0 0 1-1.555 1.419c-.81 0-1.475-.622-1.554-1.418", clipRule: "evenodd" }) }),
70
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("g", { mask: "url(#a)", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { fill: "#FF4C4C", d: "M7.086 18.521h9.746v4.042H7.086z" }) })
79
+ }, children: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("path", { fill: "#fff", fillRule: "evenodd", d: "M12 21c1.478 0 2.685-1.01 2.765-2.48h3.386c1.02 0 1.849-.834 1.849-1.862a1.857 1.857 0 0 0-1.846-1.863V11.07a6.21 6.21 0 0 0-4-5.817v-.082C14.154 3.971 13.189 3 12 3a2.164 2.164 0 0 0-2.154 2.171v.082a6.21 6.21 0 0 0-4 5.817v3.725C4.828 14.795 4 15.63 4 16.658s.828 1.862 1.85 1.862h3.385C9.315 19.99 10.522 21 12 21m-1.595-2.48h3.109a1.567 1.567 0 0 1-1.555 1.419c-.81 0-1.475-.622-1.554-1.418", clipRule: "evenodd" }) }),
80
+ /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("g", { mask: "url(#a)", children: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("path", { fill: "#FF4C4C", d: "M7.086 18.521h9.746v4.042H7.086z" }) })
71
81
  ] });
72
82
  var Notifications_default = SvgNotifications;
73
83
 
74
84
  // src/filled/OrderHistory.tsx
75
- var import_jsx_runtime6 = require("react/jsx-runtime");
76
- var SvgOrderHistory = (props) => /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className, ...props, children: [
77
- /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M19.005 9.35V5.616c0-.892-.711-1.614-1.588-1.615h-9.92c-.843 0-1.532.69-1.532 1.537l-.057 9.76H4.381c-.21.002-.38.175-.381.388v1.677c.002 1.088.846 1.983 1.916 2.032v.004h8.561v-.004q.057.005.114.004c1.106-.001 2.002-.912 2.004-2.036V9.734h2.03c.1.002.198-.038.27-.11a.38.38 0 0 0 .11-.273m-4.802 2.824H8.13c-.21 0-.381.173-.381.387 0 .213.17.387.38.387h6.079a.384.384 0 0 0 .379-.39.384.384 0 0 0-.383-.384M8.13 13.757h3.675c.21 0 .38.173.38.387s-.17.387-.38.387H8.129a.384.384 0 0 1-.381-.387c0-.214.17-.387.38-.387", clipRule: "evenodd" }),
78
- /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("path", { fill: "#FF4C4C", fillRule: "evenodd", d: "M18.13 19.205v-6.71a1.5 1.5 0 0 1 1.485-1.51 1.5 1.5 0 0 1 1.485 1.51V19.2l-.002.024-.002.018v.008a.1.1 0 0 1-.004.035c-.004.004-.004.004-.004.008a.1.1 0 0 1-.007.03l-.004.008-.012.031-1.085 2.413a.38.38 0 0 1-.343.224h-.003a.38.38 0 0 1-.343-.22l-1.124-2.413a.004.004 0 0 1-.004-.004l-.006-.014-.005-.013-.002-.006-.002-.005-.007-.027a.01.01 0 0 1-.004-.012l-.002-.016-.002-.015v-.008a.2.2 0 0 1-.004-.043m.986.383.514 1.107.499-1.107z", clipRule: "evenodd" })
85
+ var import_jsx_runtime7 = require("react/jsx-runtime");
86
+ var SvgOrderHistory = (props) => /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className, ...props, children: [
87
+ /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M19.005 9.35V5.616c0-.892-.711-1.614-1.588-1.615h-9.92c-.843 0-1.532.69-1.532 1.537l-.057 9.76H4.381c-.21.002-.38.175-.381.388v1.677c.002 1.088.846 1.983 1.916 2.032v.004h8.561v-.004q.057.005.114.004c1.106-.001 2.002-.912 2.004-2.036V9.734h2.03c.1.002.198-.038.27-.11a.38.38 0 0 0 .11-.273m-4.802 2.824H8.13c-.21 0-.381.173-.381.387 0 .213.17.387.38.387h6.079a.384.384 0 0 0 .379-.39.384.384 0 0 0-.383-.384M8.13 13.757h3.675c.21 0 .38.173.38.387s-.17.387-.38.387H8.129a.384.384 0 0 1-.381-.387c0-.214.17-.387.38-.387", clipRule: "evenodd" }),
88
+ /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("path", { fill: "#FF4C4C", fillRule: "evenodd", d: "M18.13 19.205v-6.71a1.5 1.5 0 0 1 1.485-1.51 1.5 1.5 0 0 1 1.485 1.51V19.2l-.002.024-.002.018v.008a.1.1 0 0 1-.004.035c-.004.004-.004.004-.004.008a.1.1 0 0 1-.007.03l-.004.008-.012.031-1.085 2.413a.38.38 0 0 1-.343.224h-.003a.38.38 0 0 1-.343-.22l-1.124-2.413a.004.004 0 0 1-.004-.004l-.006-.014-.005-.013-.002-.006-.002-.005-.007-.027a.01.01 0 0 1-.004-.012l-.002-.016-.002-.015v-.008a.2.2 0 0 1-.004-.043m.986.383.514 1.107.499-1.107z", clipRule: "evenodd" })
79
89
  ] });
80
90
  var OrderHistory_default = SvgOrderHistory;
81
91
 
82
92
  // src/filled/PinOrder.tsx
83
- var import_jsx_runtime7 = require("react/jsx-runtime");
84
- var SvgPinOrder = (props) => /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className, ...props, children: [
85
- /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("path", { fill: "#FF4C4C", fillRule: "evenodd", d: "M18.148 14.128A7.82 7.82 0 0 0 19.5 9.71C19.5 5.452 16.142 2 12 2S4.5 5.452 4.5 9.71c0 1.332.329 2.586.908 3.68l.076.175 3.891 6.907c1.15 2.04 4.09 2.035 5.233-.01z", clipRule: "evenodd" }),
86
- /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("ellipse", { cx: 12.07, cy: 9.783, fill: "#C60C0C", rx: 5.299, ry: 5.448 })
93
+ var import_jsx_runtime8 = require("react/jsx-runtime");
94
+ var SvgPinOrder = (props) => /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className, ...props, children: [
95
+ /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("path", { fill: "#FF4C4C", fillRule: "evenodd", d: "M18.148 14.128A7.82 7.82 0 0 0 19.5 9.71C19.5 5.452 16.142 2 12 2S4.5 5.452 4.5 9.71c0 1.332.329 2.586.908 3.68l.076.175 3.891 6.907c1.15 2.04 4.09 2.035 5.233-.01z", clipRule: "evenodd" }),
96
+ /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("ellipse", { cx: 12.07, cy: 9.783, fill: "#C60C0C", rx: 5.299, ry: 5.448 })
87
97
  ] });
88
98
  var PinOrder_default = SvgPinOrder;
89
99
 
90
100
  // src/filled/Search.tsx
91
- var import_jsx_runtime8 = require("react/jsx-runtime");
92
- var SvgSearch = (props) => /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className, ...props, children: [
93
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("path", { fill: "#FF4C4C", d: "M7 8.65c0 .361.34.65.76.65h4.58c.415 0 .76-.291.76-.65 0-.361-.34-.65-.76-.65H7.76c-.415 0-.76.291-.76.65M7 11.25c0 .361.34.65.76.65h4.58c.415 0 .76-.291.76-.65 0-.361-.34-.65-.76-.65H7.76c-.415 0-.76.291-.76.65" }),
94
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("path", { fill: props.color || "currentColor", d: "m20.89 18.45-3.84-3.84-.18-.12a.66.66 0 0 0-.73.13l-.32.32-.35-.35a7.1 7.1 0 0 0 1.65-4.53c0-3.89-3.17-7.06-7.06-7.06S3 6.17 3 10.06s3.17 7.06 7.06 7.06l.53-.02c1.47-.11 2.84-.67 3.98-1.61l.36.35-.32.33-.06.07a.66.66 0 0 0 .07.84l3.83 3.83.11.1c.31.26.71.4 1.11.4a1.75 1.75 0 0 0 1.61-1.07c.27-.65.12-1.39-.38-1.89zm-5.04-8.38c0 3.2-2.6 5.79-5.79 5.79a5.8 5.8 0 0 1-5.79-5.79 5.8 5.8 0 0 1 5.79-5.79 5.8 5.8 0 0 1 5.79 5.79" })
101
+ var import_jsx_runtime9 = require("react/jsx-runtime");
102
+ var SvgSearch = (props) => /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className, ...props, children: [
103
+ /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("path", { fill: "#FF4C4C", d: "M7 8.65c0 .361.34.65.76.65h4.58c.415 0 .76-.291.76-.65 0-.361-.34-.65-.76-.65H7.76c-.415 0-.76.291-.76.65M7 11.25c0 .361.34.65.76.65h4.58c.415 0 .76-.291.76-.65 0-.361-.34-.65-.76-.65H7.76c-.415 0-.76.291-.76.65" }),
104
+ /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("path", { fill: props.color || "currentColor", d: "m20.89 18.45-3.84-3.84-.18-.12a.66.66 0 0 0-.73.13l-.32.32-.35-.35a7.1 7.1 0 0 0 1.65-4.53c0-3.89-3.17-7.06-7.06-7.06S3 6.17 3 10.06s3.17 7.06 7.06 7.06l.53-.02c1.47-.11 2.84-.67 3.98-1.61l.36.35-.32.33-.06.07a.66.66 0 0 0 .07.84l3.83 3.83.11.1c.31.26.71.4 1.11.4a1.75 1.75 0 0 0 1.61-1.07c.27-.65.12-1.39-.38-1.89zm-5.04-8.38c0 3.2-2.6 5.79-5.79 5.79a5.8 5.8 0 0 1-5.79-5.79 5.8 5.8 0 0 1 5.79-5.79 5.8 5.8 0 0 1 5.79 5.79" })
95
105
  ] });
96
106
  var Search_default = SvgSearch;
107
+
108
+ // src/filled/Trash.tsx
109
+ var import_jsx_runtime10 = require("react/jsx-runtime");
110
+ var SvgTrash = (props) => /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className, ...props, children: [
111
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("path", { fill: "#FF4C4C", fillRule: "evenodd", d: "M13.4 3a3 3 0 0 1 3 3H19a1 1 0 1 1 0 2H6a1 1 0 1 1 0-2h2.8a3 3 0 0 1 3-3zm-2.6 3a1 1 0 0 1 1-1h1.6a1 1 0 0 1 1 1z", clipRule: "evenodd" }),
112
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M19.2 9.2H6l1 10.4A1.4 1.4 0 0 0 8.4 21h8.4a1.4 1.4 0 0 0 1.4-1.4zm-8.1 3.3a.7.7 0 1 0-1.4 0v5.2a.7.7 0 1 0 1.4 0zm3.7-.7a.7.7 0 0 1 .7.7v5.2a.7.7 0 1 1-1.4 0v-5.2a.7.7 0 0 1 .7-.7", clipRule: "evenodd" })
113
+ ] });
114
+ var Trash_default = SvgTrash;
97
115
  // Annotate the CommonJS export names for ESM import in node:
98
116
  0 && (module.exports = {
99
117
  Account,
118
+ AdmSettings,
100
119
  Configurations,
101
120
  Error,
102
121
  Menu,
103
122
  Notifications,
104
123
  OrderHistory,
105
124
  PinOrder,
106
- Search
125
+ Search,
126
+ Trash
107
127
  });
@@ -7,67 +7,85 @@ var SvgAccount = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.
7
7
  ] });
8
8
  var Account_default = SvgAccount;
9
9
 
10
+ // src/filled/AdmSettings.tsx
11
+ import { jsx as jsx2, jsxs as jsxs2 } from "react/jsx-runtime";
12
+ var SvgAdmSettings = (props) => /* @__PURE__ */ jsxs2("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className, ...props, children: [
13
+ /* @__PURE__ */ jsx2("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M18.907 6.824a1.48 1.48 0 0 0-.439-.932c-.254-.25-.59-.4-.945-.426-1.994-.164-2.994-.756-4.544-2.1a1.506 1.506 0 0 0-1.97 0c-1.552 1.344-2.551 1.936-4.545 2.1a1.5 1.5 0 0 0-.945.426c-.254.248-.41.579-.44.932-.266 3.39-.266 12.198 6.914 12.198s7.18-8.803 6.914-12.198m-6.913-.47a2.13 2.13 0 0 1 1.498.616 2.09 2.09 0 0 1 0 2.969 2.13 2.13 0 0 1-2.997 0 2.09 2.09 0 0 1 0-2.97 2.13 2.13 0 0 1 1.499-.614m2.48 8.763a3.44 3.44 0 0 0 1.022-2.444v-.357a.69.69 0 0 0-.522-.669l-1.504-.385a.7.7 0 0 0-.774.32l-.101.167a.698.698 0 0 1-1.203 0l-.101-.168a.695.695 0 0 0-.774-.319l-1.504.385a.7.7 0 0 0-.523.67v.356a3.44 3.44 0 0 0 1.023 2.444 3.5 3.5 0 0 0 2.468 1.012h.025c.926 0 1.813-.364 2.468-1.012", clipRule: "evenodd" }),
14
+ /* @__PURE__ */ jsx2("path", { fill: "#FF4C4C", fillRule: "evenodd", d: "m14.16 18.036 3.566-5.591a1.46 1.46 0 0 1 2.038-.441c.682.452.876 1.38.434 2.075l-3.564 5.588-.015.02-.011.014-.004.006a.1.1 0 0 1-.022.027q-.006 0-.007.004a.1.1 0 0 1-.023.022l-.007.005-.026.02-2.185 1.412a.37.37 0 0 1-.405-.002l-.003-.002a.39.39 0 0 1-.168-.372l.348-2.628a.004.004 0 0 1-.002-.006l.003-.015.002-.013.002-.006.001-.006.008-.027q0-.006.003-.012l.007-.014.007-.014.004-.006a.2.2 0 0 1 .02-.038m.617.862-.16 1.206 1.003-.648z", clipRule: "evenodd" })
15
+ ] });
16
+ var AdmSettings_default = SvgAdmSettings;
17
+
10
18
  // src/filled/Configurations.tsx
11
- import { jsx as jsx2 } from "react/jsx-runtime";
12
- var SvgConfigurations = (props) => /* @__PURE__ */ jsx2("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className, ...props, children: /* @__PURE__ */ jsx2("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M18.807 9.857h2.479c.394 0 .714.32.714.714v2.858c0 .394-.32.714-.714.714h-2.479q-.186.601-.478 1.157l1.75 1.75a.714.714 0 0 1 0 1.014l-2.015 2.015a.714.714 0 0 1-1.014 0l-1.75-1.75q-.557.291-1.157.478v2.479c0 .394-.32.714-.714.714H10.57a.714.714 0 0 1-.714-.714v-2.479A7 7 0 0 1 8.7 18.33l-1.75 1.75a.714.714 0 0 1-1.014 0L3.92 18.064a.714.714 0 0 1 0-1.014l1.75-1.75a7 7 0 0 1-.478-1.157H2.714A.714.714 0 0 1 2 13.429V10.57c0-.394.32-.714.714-.714h2.479q.1-.331.236-.65c.078-.171.157-.343.242-.507l-1.75-1.75a.714.714 0 0 1 0-1.014L5.936 3.92a.714.714 0 0 1 1.014 0l1.75 1.75q.557-.292 1.157-.478V2.714c0-.394.32-.714.714-.714h2.858c.394 0 .714.32.714.714v2.479q.601.186 1.157.478l1.75-1.75a.714.714 0 0 1 1.014 0l2.015 2.015a.714.714 0 0 1 0 1.014l-1.75 1.75q.291.557.478 1.157M8.43 12a3.571 3.571 0 1 0 7.142 0 3.571 3.571 0 0 0-7.142 0", clipRule: "evenodd" }) });
19
+ import { jsx as jsx3 } from "react/jsx-runtime";
20
+ var SvgConfigurations = (props) => /* @__PURE__ */ jsx3("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className, ...props, children: /* @__PURE__ */ jsx3("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M18.807 9.857h2.479c.394 0 .714.32.714.714v2.858c0 .394-.32.714-.714.714h-2.479q-.186.601-.478 1.157l1.75 1.75a.714.714 0 0 1 0 1.014l-2.015 2.015a.714.714 0 0 1-1.014 0l-1.75-1.75q-.557.291-1.157.478v2.479c0 .394-.32.714-.714.714H10.57a.714.714 0 0 1-.714-.714v-2.479A7 7 0 0 1 8.7 18.33l-1.75 1.75a.714.714 0 0 1-1.014 0L3.92 18.064a.714.714 0 0 1 0-1.014l1.75-1.75a7 7 0 0 1-.478-1.157H2.714A.714.714 0 0 1 2 13.429V10.57c0-.394.32-.714.714-.714h2.479q.1-.331.236-.65c.078-.171.157-.343.242-.507l-1.75-1.75a.714.714 0 0 1 0-1.014L5.936 3.92a.714.714 0 0 1 1.014 0l1.75 1.75q.557-.292 1.157-.478V2.714c0-.394.32-.714.714-.714h2.858c.394 0 .714.32.714.714v2.479q.601.186 1.157.478l1.75-1.75a.714.714 0 0 1 1.014 0l2.015 2.015a.714.714 0 0 1 0 1.014l-1.75 1.75q.291.557.478 1.157M8.43 12a3.571 3.571 0 1 0 7.142 0 3.571 3.571 0 0 0-7.142 0", clipRule: "evenodd" }) });
13
21
  var Configurations_default = SvgConfigurations;
14
22
 
15
23
  // src/filled/Error.tsx
16
- import { jsx as jsx3 } from "react/jsx-runtime";
17
- var SvgError = (props) => /* @__PURE__ */ jsx3("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className, ...props, children: /* @__PURE__ */ jsx3("path", { fill: "#FF4C4C", fillRule: "evenodd", d: "M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10m-.033-6.667q-.426 0-.613.131-.187.132-.187.494v.238q0 .35.175.487.174.138.612.138.4 0 .594-.132.194-.131.194-.493v-.238q0-.35-.175-.487-.176-.138-.6-.138M11.954 7a.72.72 0 0 0-.537.219.75.75 0 0 0-.213.543v5.163q0 .325.213.544.211.219.537.218a.72.72 0 0 0 .538-.218.75.75 0 0 0 .212-.544V7.762a.75.75 0 0 0-.212-.543.72.72 0 0 0-.538-.22", clipRule: "evenodd" }) });
24
+ import { jsx as jsx4 } from "react/jsx-runtime";
25
+ var SvgError = (props) => /* @__PURE__ */ jsx4("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className, ...props, children: /* @__PURE__ */ jsx4("path", { fill: "#FF4C4C", fillRule: "evenodd", d: "M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10m-.033-6.667q-.426 0-.613.131-.187.132-.187.494v.238q0 .35.175.487.174.138.612.138.4 0 .594-.132.194-.131.194-.493v-.238q0-.35-.175-.487-.176-.138-.6-.138M11.954 7a.72.72 0 0 0-.537.219.75.75 0 0 0-.213.543v5.163q0 .325.213.544.211.219.537.218a.72.72 0 0 0 .538-.218.75.75 0 0 0 .212-.544V7.762a.75.75 0 0 0-.212-.543.72.72 0 0 0-.538-.22", clipRule: "evenodd" }) });
18
26
  var Error_default = SvgError;
19
27
 
20
28
  // src/filled/Menu.tsx
21
- import { jsx as jsx4, jsxs as jsxs2 } from "react/jsx-runtime";
22
- var SvgMenu = (props) => /* @__PURE__ */ jsxs2("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className, ...props, children: [
23
- /* @__PURE__ */ jsx4("path", { fill: "#FF4C4C", d: "M16.5 17.4a.9.9 0 0 0-.9-.9H3.9a.9.9 0 1 0 0 1.8h11.7a.9.9 0 0 0 .9-.9" }),
24
- /* @__PURE__ */ jsx4("path", { fill: props.color || "currentColor", d: "M3.9 19.65c0 .745.605 1.35 1.35 1.35h9c.745 0 1.35-.605 1.35-1.35v-.45H3.9z" }),
25
- /* @__PURE__ */ jsx4("path", { fill: props.color || "currentColor", d: "M20.879 6.742a.45.45 0 0 0-.329-.142h-3.924l.675-2.7h2.349a.45.45 0 0 0 0-.9h-2.7a.45.45 0 0 0-.437.341L15.698 6.6H11.55a.45.45 0 0 0-.45.48l.196 3.16a5.895 5.895 0 0 1 5.178 5.278l.03.335a1.784 1.784 0 0 1-.004 3.097v.7a2.23 2.23 0 0 1-.461 1.35h3.611a.45.45 0 0 0 .45-.42l.9-13.5a.45.45 0 0 0-.121-.338" }),
26
- /* @__PURE__ */ jsx4("path", { fill: props.color || "currentColor", d: "M10.65 11.1h-1.8a4.956 4.956 0 0 0-4.927 4.5h11.654a4.956 4.956 0 0 0-4.927-4.5" })
29
+ import { jsx as jsx5, jsxs as jsxs3 } from "react/jsx-runtime";
30
+ var SvgMenu = (props) => /* @__PURE__ */ jsxs3("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className, ...props, children: [
31
+ /* @__PURE__ */ jsx5("path", { fill: "#FF4C4C", d: "M16.5 17.4a.9.9 0 0 0-.9-.9H3.9a.9.9 0 1 0 0 1.8h11.7a.9.9 0 0 0 .9-.9" }),
32
+ /* @__PURE__ */ jsx5("path", { fill: props.color || "currentColor", d: "M3.9 19.65c0 .745.605 1.35 1.35 1.35h9c.745 0 1.35-.605 1.35-1.35v-.45H3.9z" }),
33
+ /* @__PURE__ */ jsx5("path", { fill: props.color || "currentColor", d: "M20.879 6.742a.45.45 0 0 0-.329-.142h-3.924l.675-2.7h2.349a.45.45 0 0 0 0-.9h-2.7a.45.45 0 0 0-.437.341L15.698 6.6H11.55a.45.45 0 0 0-.45.48l.196 3.16a5.895 5.895 0 0 1 5.178 5.278l.03.335a1.784 1.784 0 0 1-.004 3.097v.7a2.23 2.23 0 0 1-.461 1.35h3.611a.45.45 0 0 0 .45-.42l.9-13.5a.45.45 0 0 0-.121-.338" }),
34
+ /* @__PURE__ */ jsx5("path", { fill: props.color || "currentColor", d: "M10.65 11.1h-1.8a4.956 4.956 0 0 0-4.927 4.5h11.654a4.956 4.956 0 0 0-4.927-4.5" })
27
35
  ] });
28
36
  var Menu_default = SvgMenu;
29
37
 
30
38
  // src/filled/Notifications.tsx
31
- import { jsx as jsx5, jsxs as jsxs3 } from "react/jsx-runtime";
32
- var SvgNotifications = (props) => /* @__PURE__ */ jsxs3("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className, ...props, children: [
33
- /* @__PURE__ */ jsx5("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M12 21c1.478 0 2.685-1.01 2.765-2.48h3.386c1.02 0 1.849-.834 1.849-1.862a1.857 1.857 0 0 0-1.846-1.863V11.07a6.21 6.21 0 0 0-4-5.817v-.082C14.154 3.971 13.189 3 12 3a2.164 2.164 0 0 0-2.154 2.171v.082a6.21 6.21 0 0 0-4 5.817v3.725C4.828 14.795 4 15.63 4 16.658s.828 1.862 1.85 1.862h3.385C9.315 19.99 10.522 21 12 21m-1.595-2.48h3.109a1.567 1.567 0 0 1-1.555 1.419c-.81 0-1.475-.622-1.554-1.418", clipRule: "evenodd" }),
34
- /* @__PURE__ */ jsx5("mask", { id: "a", width: 16, height: 18, x: 4, y: 3, maskUnits: "userSpaceOnUse", style: {
39
+ import { jsx as jsx6, jsxs as jsxs4 } from "react/jsx-runtime";
40
+ var SvgNotifications = (props) => /* @__PURE__ */ jsxs4("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className, ...props, children: [
41
+ /* @__PURE__ */ jsx6("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M12 21c1.478 0 2.685-1.01 2.765-2.48h3.386c1.02 0 1.849-.834 1.849-1.862a1.857 1.857 0 0 0-1.846-1.863V11.07a6.21 6.21 0 0 0-4-5.817v-.082C14.154 3.971 13.189 3 12 3a2.164 2.164 0 0 0-2.154 2.171v.082a6.21 6.21 0 0 0-4 5.817v3.725C4.828 14.795 4 15.63 4 16.658s.828 1.862 1.85 1.862h3.385C9.315 19.99 10.522 21 12 21m-1.595-2.48h3.109a1.567 1.567 0 0 1-1.555 1.419c-.81 0-1.475-.622-1.554-1.418", clipRule: "evenodd" }),
42
+ /* @__PURE__ */ jsx6("mask", { id: "a", width: 16, height: 18, x: 4, y: 3, maskUnits: "userSpaceOnUse", style: {
35
43
  maskType: "luminance"
36
- }, children: /* @__PURE__ */ jsx5("path", { fill: "#fff", fillRule: "evenodd", d: "M12 21c1.478 0 2.685-1.01 2.765-2.48h3.386c1.02 0 1.849-.834 1.849-1.862a1.857 1.857 0 0 0-1.846-1.863V11.07a6.21 6.21 0 0 0-4-5.817v-.082C14.154 3.971 13.189 3 12 3a2.164 2.164 0 0 0-2.154 2.171v.082a6.21 6.21 0 0 0-4 5.817v3.725C4.828 14.795 4 15.63 4 16.658s.828 1.862 1.85 1.862h3.385C9.315 19.99 10.522 21 12 21m-1.595-2.48h3.109a1.567 1.567 0 0 1-1.555 1.419c-.81 0-1.475-.622-1.554-1.418", clipRule: "evenodd" }) }),
37
- /* @__PURE__ */ jsx5("g", { mask: "url(#a)", children: /* @__PURE__ */ jsx5("path", { fill: "#FF4C4C", d: "M7.086 18.521h9.746v4.042H7.086z" }) })
44
+ }, children: /* @__PURE__ */ jsx6("path", { fill: "#fff", fillRule: "evenodd", d: "M12 21c1.478 0 2.685-1.01 2.765-2.48h3.386c1.02 0 1.849-.834 1.849-1.862a1.857 1.857 0 0 0-1.846-1.863V11.07a6.21 6.21 0 0 0-4-5.817v-.082C14.154 3.971 13.189 3 12 3a2.164 2.164 0 0 0-2.154 2.171v.082a6.21 6.21 0 0 0-4 5.817v3.725C4.828 14.795 4 15.63 4 16.658s.828 1.862 1.85 1.862h3.385C9.315 19.99 10.522 21 12 21m-1.595-2.48h3.109a1.567 1.567 0 0 1-1.555 1.419c-.81 0-1.475-.622-1.554-1.418", clipRule: "evenodd" }) }),
45
+ /* @__PURE__ */ jsx6("g", { mask: "url(#a)", children: /* @__PURE__ */ jsx6("path", { fill: "#FF4C4C", d: "M7.086 18.521h9.746v4.042H7.086z" }) })
38
46
  ] });
39
47
  var Notifications_default = SvgNotifications;
40
48
 
41
49
  // src/filled/OrderHistory.tsx
42
- import { jsx as jsx6, jsxs as jsxs4 } from "react/jsx-runtime";
43
- var SvgOrderHistory = (props) => /* @__PURE__ */ jsxs4("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className, ...props, children: [
44
- /* @__PURE__ */ jsx6("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M19.005 9.35V5.616c0-.892-.711-1.614-1.588-1.615h-9.92c-.843 0-1.532.69-1.532 1.537l-.057 9.76H4.381c-.21.002-.38.175-.381.388v1.677c.002 1.088.846 1.983 1.916 2.032v.004h8.561v-.004q.057.005.114.004c1.106-.001 2.002-.912 2.004-2.036V9.734h2.03c.1.002.198-.038.27-.11a.38.38 0 0 0 .11-.273m-4.802 2.824H8.13c-.21 0-.381.173-.381.387 0 .213.17.387.38.387h6.079a.384.384 0 0 0 .379-.39.384.384 0 0 0-.383-.384M8.13 13.757h3.675c.21 0 .38.173.38.387s-.17.387-.38.387H8.129a.384.384 0 0 1-.381-.387c0-.214.17-.387.38-.387", clipRule: "evenodd" }),
45
- /* @__PURE__ */ jsx6("path", { fill: "#FF4C4C", fillRule: "evenodd", d: "M18.13 19.205v-6.71a1.5 1.5 0 0 1 1.485-1.51 1.5 1.5 0 0 1 1.485 1.51V19.2l-.002.024-.002.018v.008a.1.1 0 0 1-.004.035c-.004.004-.004.004-.004.008a.1.1 0 0 1-.007.03l-.004.008-.012.031-1.085 2.413a.38.38 0 0 1-.343.224h-.003a.38.38 0 0 1-.343-.22l-1.124-2.413a.004.004 0 0 1-.004-.004l-.006-.014-.005-.013-.002-.006-.002-.005-.007-.027a.01.01 0 0 1-.004-.012l-.002-.016-.002-.015v-.008a.2.2 0 0 1-.004-.043m.986.383.514 1.107.499-1.107z", clipRule: "evenodd" })
50
+ import { jsx as jsx7, jsxs as jsxs5 } from "react/jsx-runtime";
51
+ var SvgOrderHistory = (props) => /* @__PURE__ */ jsxs5("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className, ...props, children: [
52
+ /* @__PURE__ */ jsx7("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M19.005 9.35V5.616c0-.892-.711-1.614-1.588-1.615h-9.92c-.843 0-1.532.69-1.532 1.537l-.057 9.76H4.381c-.21.002-.38.175-.381.388v1.677c.002 1.088.846 1.983 1.916 2.032v.004h8.561v-.004q.057.005.114.004c1.106-.001 2.002-.912 2.004-2.036V9.734h2.03c.1.002.198-.038.27-.11a.38.38 0 0 0 .11-.273m-4.802 2.824H8.13c-.21 0-.381.173-.381.387 0 .213.17.387.38.387h6.079a.384.384 0 0 0 .379-.39.384.384 0 0 0-.383-.384M8.13 13.757h3.675c.21 0 .38.173.38.387s-.17.387-.38.387H8.129a.384.384 0 0 1-.381-.387c0-.214.17-.387.38-.387", clipRule: "evenodd" }),
53
+ /* @__PURE__ */ jsx7("path", { fill: "#FF4C4C", fillRule: "evenodd", d: "M18.13 19.205v-6.71a1.5 1.5 0 0 1 1.485-1.51 1.5 1.5 0 0 1 1.485 1.51V19.2l-.002.024-.002.018v.008a.1.1 0 0 1-.004.035c-.004.004-.004.004-.004.008a.1.1 0 0 1-.007.03l-.004.008-.012.031-1.085 2.413a.38.38 0 0 1-.343.224h-.003a.38.38 0 0 1-.343-.22l-1.124-2.413a.004.004 0 0 1-.004-.004l-.006-.014-.005-.013-.002-.006-.002-.005-.007-.027a.01.01 0 0 1-.004-.012l-.002-.016-.002-.015v-.008a.2.2 0 0 1-.004-.043m.986.383.514 1.107.499-1.107z", clipRule: "evenodd" })
46
54
  ] });
47
55
  var OrderHistory_default = SvgOrderHistory;
48
56
 
49
57
  // src/filled/PinOrder.tsx
50
- import { jsx as jsx7, jsxs as jsxs5 } from "react/jsx-runtime";
51
- var SvgPinOrder = (props) => /* @__PURE__ */ jsxs5("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className, ...props, children: [
52
- /* @__PURE__ */ jsx7("path", { fill: "#FF4C4C", fillRule: "evenodd", d: "M18.148 14.128A7.82 7.82 0 0 0 19.5 9.71C19.5 5.452 16.142 2 12 2S4.5 5.452 4.5 9.71c0 1.332.329 2.586.908 3.68l.076.175 3.891 6.907c1.15 2.04 4.09 2.035 5.233-.01z", clipRule: "evenodd" }),
53
- /* @__PURE__ */ jsx7("ellipse", { cx: 12.07, cy: 9.783, fill: "#C60C0C", rx: 5.299, ry: 5.448 })
58
+ import { jsx as jsx8, jsxs as jsxs6 } from "react/jsx-runtime";
59
+ var SvgPinOrder = (props) => /* @__PURE__ */ jsxs6("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className, ...props, children: [
60
+ /* @__PURE__ */ jsx8("path", { fill: "#FF4C4C", fillRule: "evenodd", d: "M18.148 14.128A7.82 7.82 0 0 0 19.5 9.71C19.5 5.452 16.142 2 12 2S4.5 5.452 4.5 9.71c0 1.332.329 2.586.908 3.68l.076.175 3.891 6.907c1.15 2.04 4.09 2.035 5.233-.01z", clipRule: "evenodd" }),
61
+ /* @__PURE__ */ jsx8("ellipse", { cx: 12.07, cy: 9.783, fill: "#C60C0C", rx: 5.299, ry: 5.448 })
54
62
  ] });
55
63
  var PinOrder_default = SvgPinOrder;
56
64
 
57
65
  // src/filled/Search.tsx
58
- import { jsx as jsx8, jsxs as jsxs6 } from "react/jsx-runtime";
59
- var SvgSearch = (props) => /* @__PURE__ */ jsxs6("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className, ...props, children: [
60
- /* @__PURE__ */ jsx8("path", { fill: "#FF4C4C", d: "M7 8.65c0 .361.34.65.76.65h4.58c.415 0 .76-.291.76-.65 0-.361-.34-.65-.76-.65H7.76c-.415 0-.76.291-.76.65M7 11.25c0 .361.34.65.76.65h4.58c.415 0 .76-.291.76-.65 0-.361-.34-.65-.76-.65H7.76c-.415 0-.76.291-.76.65" }),
61
- /* @__PURE__ */ jsx8("path", { fill: props.color || "currentColor", d: "m20.89 18.45-3.84-3.84-.18-.12a.66.66 0 0 0-.73.13l-.32.32-.35-.35a7.1 7.1 0 0 0 1.65-4.53c0-3.89-3.17-7.06-7.06-7.06S3 6.17 3 10.06s3.17 7.06 7.06 7.06l.53-.02c1.47-.11 2.84-.67 3.98-1.61l.36.35-.32.33-.06.07a.66.66 0 0 0 .07.84l3.83 3.83.11.1c.31.26.71.4 1.11.4a1.75 1.75 0 0 0 1.61-1.07c.27-.65.12-1.39-.38-1.89zm-5.04-8.38c0 3.2-2.6 5.79-5.79 5.79a5.8 5.8 0 0 1-5.79-5.79 5.8 5.8 0 0 1 5.79-5.79 5.8 5.8 0 0 1 5.79 5.79" })
66
+ import { jsx as jsx9, jsxs as jsxs7 } from "react/jsx-runtime";
67
+ var SvgSearch = (props) => /* @__PURE__ */ jsxs7("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className, ...props, children: [
68
+ /* @__PURE__ */ jsx9("path", { fill: "#FF4C4C", d: "M7 8.65c0 .361.34.65.76.65h4.58c.415 0 .76-.291.76-.65 0-.361-.34-.65-.76-.65H7.76c-.415 0-.76.291-.76.65M7 11.25c0 .361.34.65.76.65h4.58c.415 0 .76-.291.76-.65 0-.361-.34-.65-.76-.65H7.76c-.415 0-.76.291-.76.65" }),
69
+ /* @__PURE__ */ jsx9("path", { fill: props.color || "currentColor", d: "m20.89 18.45-3.84-3.84-.18-.12a.66.66 0 0 0-.73.13l-.32.32-.35-.35a7.1 7.1 0 0 0 1.65-4.53c0-3.89-3.17-7.06-7.06-7.06S3 6.17 3 10.06s3.17 7.06 7.06 7.06l.53-.02c1.47-.11 2.84-.67 3.98-1.61l.36.35-.32.33-.06.07a.66.66 0 0 0 .07.84l3.83 3.83.11.1c.31.26.71.4 1.11.4a1.75 1.75 0 0 0 1.61-1.07c.27-.65.12-1.39-.38-1.89zm-5.04-8.38c0 3.2-2.6 5.79-5.79 5.79a5.8 5.8 0 0 1-5.79-5.79 5.8 5.8 0 0 1 5.79-5.79 5.8 5.8 0 0 1 5.79 5.79" })
62
70
  ] });
63
71
  var Search_default = SvgSearch;
72
+
73
+ // src/filled/Trash.tsx
74
+ import { jsx as jsx10, jsxs as jsxs8 } from "react/jsx-runtime";
75
+ var SvgTrash = (props) => /* @__PURE__ */ jsxs8("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className, ...props, children: [
76
+ /* @__PURE__ */ jsx10("path", { fill: "#FF4C4C", fillRule: "evenodd", d: "M13.4 3a3 3 0 0 1 3 3H19a1 1 0 1 1 0 2H6a1 1 0 1 1 0-2h2.8a3 3 0 0 1 3-3zm-2.6 3a1 1 0 0 1 1-1h1.6a1 1 0 0 1 1 1z", clipRule: "evenodd" }),
77
+ /* @__PURE__ */ jsx10("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M19.2 9.2H6l1 10.4A1.4 1.4 0 0 0 8.4 21h8.4a1.4 1.4 0 0 0 1.4-1.4zm-8.1 3.3a.7.7 0 1 0-1.4 0v5.2a.7.7 0 1 0 1.4 0zm3.7-.7a.7.7 0 0 1 .7.7v5.2a.7.7 0 1 1-1.4 0v-5.2a.7.7 0 0 1 .7-.7", clipRule: "evenodd" })
78
+ ] });
79
+ var Trash_default = SvgTrash;
64
80
  export {
65
81
  Account_default as Account,
82
+ AdmSettings_default as AdmSettings,
66
83
  Configurations_default as Configurations,
67
84
  Error_default as Error,
68
85
  Menu_default as Menu,
69
86
  Notifications_default as Notifications,
70
87
  OrderHistory_default as OrderHistory,
71
88
  PinOrder_default as PinOrder,
72
- Search_default as Search
89
+ Search_default as Search,
90
+ Trash_default as Trash
73
91
  };
@@ -27,14 +27,22 @@ declare const SvgClose: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JS
27
27
 
28
28
  declare const SvgCopy: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
29
29
 
30
+ declare const SvgCreditCard: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
31
+
30
32
  declare const SvgDeliver: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
31
33
 
32
34
  declare const SvgEdit: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
33
35
 
36
+ declare const SvgEmptyScreen: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
37
+
38
+ declare const SvgFilter: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
39
+
34
40
  declare const SvgHide: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
35
41
 
36
42
  declare const SvgHouse: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
37
43
 
44
+ declare const SvgLock: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
45
+
38
46
  declare const SvgMapView: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
39
47
 
40
48
  declare const SvgMenu: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
@@ -55,6 +63,8 @@ declare const SvgPhone: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JS
55
63
 
56
64
  declare const SvgPreparation: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
57
65
 
66
+ declare const SvgQrCode: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
67
+
58
68
  declare const SvgRate: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
59
69
 
60
70
  declare const SvgRating: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
@@ -75,10 +85,12 @@ declare const SvgSignOut: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.
75
85
 
76
86
  declare const SvgTrash: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
77
87
 
88
+ declare const SvgUnion: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
89
+
78
90
  declare const SvgUser: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
79
91
 
80
92
  declare const SvgVoucher: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
81
93
 
82
94
  declare const SvgWhatsapp: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
83
95
 
84
- export { SvgAdd as Add, SvgArrowRight as ArrowRight, SvgAttach as Attach, SvgBack as Back, SvgBag as Bag, SvgCalendar as Calendar, SvgCamera as Camera, SvgCart as Cart, SvgCategoryList as CategoryList, SvgCheck as Check, SvgClock as Clock, SvgClose as Close, SvgCopy as Copy, 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, SvgOperations as Operations, SvgOrder as Order, SvgPerformance as Performance, 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 };
96
+ export { SvgAdd as Add, SvgArrowRight as ArrowRight, SvgAttach as Attach, SvgBack as Back, SvgBag as Bag, SvgCalendar as Calendar, SvgCamera as Camera, SvgCart as Cart, SvgCategoryList as CategoryList, SvgCheck as Check, SvgClock as Clock, SvgClose as Close, SvgCopy as Copy, SvgCreditCard as CreditCard, SvgDeliver as Deliver, SvgEdit as Edit, SvgEmptyScreen as EmptyScreen, SvgFilter as Filter, SvgHide as Hide, SvgHouse as House, SvgLock as Lock, SvgMapView as MapView, SvgMenu as Menu, SvgMoney as Money, SvgNext as Next, SvgNotification as Notification, SvgOperations as Operations, SvgOrder as Order, SvgPerformance as Performance, SvgPhone as Phone, SvgPreparation as Preparation, SvgQrCode as QrCode, 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, SvgUnion as Union, SvgUser as User, SvgVoucher as Voucher, SvgWhatsapp as Whatsapp };
@@ -27,14 +27,22 @@ declare const SvgClose: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JS
27
27
 
28
28
  declare const SvgCopy: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
29
29
 
30
+ declare const SvgCreditCard: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
31
+
30
32
  declare const SvgDeliver: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
31
33
 
32
34
  declare const SvgEdit: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
33
35
 
36
+ declare const SvgEmptyScreen: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
37
+
38
+ declare const SvgFilter: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
39
+
34
40
  declare const SvgHide: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
35
41
 
36
42
  declare const SvgHouse: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
37
43
 
44
+ declare const SvgLock: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
45
+
38
46
  declare const SvgMapView: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
39
47
 
40
48
  declare const SvgMenu: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
@@ -55,6 +63,8 @@ declare const SvgPhone: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JS
55
63
 
56
64
  declare const SvgPreparation: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
57
65
 
66
+ declare const SvgQrCode: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
67
+
58
68
  declare const SvgRate: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
59
69
 
60
70
  declare const SvgRating: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
@@ -75,10 +85,12 @@ declare const SvgSignOut: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.
75
85
 
76
86
  declare const SvgTrash: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
77
87
 
88
+ declare const SvgUnion: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
89
+
78
90
  declare const SvgUser: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
79
91
 
80
92
  declare const SvgVoucher: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
81
93
 
82
94
  declare const SvgWhatsapp: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
83
95
 
84
- export { SvgAdd as Add, SvgArrowRight as ArrowRight, SvgAttach as Attach, SvgBack as Back, SvgBag as Bag, SvgCalendar as Calendar, SvgCamera as Camera, SvgCart as Cart, SvgCategoryList as CategoryList, SvgCheck as Check, SvgClock as Clock, SvgClose as Close, SvgCopy as Copy, 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, SvgOperations as Operations, SvgOrder as Order, SvgPerformance as Performance, 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 };
96
+ export { SvgAdd as Add, SvgArrowRight as ArrowRight, SvgAttach as Attach, SvgBack as Back, SvgBag as Bag, SvgCalendar as Calendar, SvgCamera as Camera, SvgCart as Cart, SvgCategoryList as CategoryList, SvgCheck as Check, SvgClock as Clock, SvgClose as Close, SvgCopy as Copy, SvgCreditCard as CreditCard, SvgDeliver as Deliver, SvgEdit as Edit, SvgEmptyScreen as EmptyScreen, SvgFilter as Filter, SvgHide as Hide, SvgHouse as House, SvgLock as Lock, SvgMapView as MapView, SvgMenu as Menu, SvgMoney as Money, SvgNext as Next, SvgNotification as Notification, SvgOperations as Operations, SvgOrder as Order, SvgPerformance as Performance, SvgPhone as Phone, SvgPreparation as Preparation, SvgQrCode as QrCode, 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, SvgUnion as Union, SvgUser as User, SvgVoucher as Voucher, SvgWhatsapp as Whatsapp };