@iguanads/icons 1.11.1 → 1.11.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/filled/index.d.mts +3 -1
- package/dist/filled/index.d.ts +3 -1
- package/dist/filled/index.js +41 -34
- package/dist/filled/index.mjs +34 -28
- package/package.json +1 -1
package/dist/filled/index.d.mts
CHANGED
|
@@ -5,6 +5,8 @@ declare const SvgAccount: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.
|
|
|
5
5
|
|
|
6
6
|
declare const SvgAdmSettings: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
7
7
|
|
|
8
|
+
declare const SvgChat: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
9
|
+
|
|
8
10
|
declare const SvgConfigurations: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
9
11
|
|
|
10
12
|
declare const SvgError: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
@@ -23,4 +25,4 @@ declare const SvgSearch: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.J
|
|
|
23
25
|
|
|
24
26
|
declare const SvgTrash: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
25
27
|
|
|
26
|
-
export { SvgAccount as Account, SvgAdmSettings as AdmSettings, SvgConfigurations as Configurations, SvgError as Error, SvgInfo as Info, SvgMenu as Menu, SvgNotifications as Notifications, SvgOrderHistory as OrderHistory, SvgPinOrder as PinOrder, SvgSearch as Search, SvgTrash as Trash };
|
|
28
|
+
export { SvgAccount as Account, SvgAdmSettings as AdmSettings, SvgChat as Chat, SvgConfigurations as Configurations, SvgError as Error, SvgInfo as Info, SvgMenu as Menu, SvgNotifications as Notifications, SvgOrderHistory as OrderHistory, SvgPinOrder as PinOrder, SvgSearch as Search, SvgTrash as Trash };
|
package/dist/filled/index.d.ts
CHANGED
|
@@ -5,6 +5,8 @@ declare const SvgAccount: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.
|
|
|
5
5
|
|
|
6
6
|
declare const SvgAdmSettings: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
7
7
|
|
|
8
|
+
declare const SvgChat: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
9
|
+
|
|
8
10
|
declare const SvgConfigurations: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
9
11
|
|
|
10
12
|
declare const SvgError: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
@@ -23,4 +25,4 @@ declare const SvgSearch: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.J
|
|
|
23
25
|
|
|
24
26
|
declare const SvgTrash: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
25
27
|
|
|
26
|
-
export { SvgAccount as Account, SvgAdmSettings as AdmSettings, SvgConfigurations as Configurations, SvgError as Error, SvgInfo as Info, SvgMenu as Menu, SvgNotifications as Notifications, SvgOrderHistory as OrderHistory, SvgPinOrder as PinOrder, SvgSearch as Search, SvgTrash as Trash };
|
|
28
|
+
export { SvgAccount as Account, SvgAdmSettings as AdmSettings, SvgChat as Chat, SvgConfigurations as Configurations, SvgError as Error, SvgInfo as Info, SvgMenu as Menu, SvgNotifications as Notifications, SvgOrderHistory as OrderHistory, SvgPinOrder as PinOrder, SvgSearch as Search, SvgTrash as Trash };
|
package/dist/filled/index.js
CHANGED
|
@@ -22,6 +22,7 @@ var filled_exports = {};
|
|
|
22
22
|
__export(filled_exports, {
|
|
23
23
|
Account: () => Account_default,
|
|
24
24
|
AdmSettings: () => AdmSettings_default,
|
|
25
|
+
Chat: () => Chat_default,
|
|
25
26
|
Configurations: () => Configurations_default,
|
|
26
27
|
Error: () => Error_default,
|
|
27
28
|
Info: () => Info_default,
|
|
@@ -51,77 +52,83 @@ var SvgAdmSettings = (props) => /* @__PURE__ */ (0, import_jsx_runtime2.jsxs)("s
|
|
|
51
52
|
] });
|
|
52
53
|
var AdmSettings_default = SvgAdmSettings;
|
|
53
54
|
|
|
54
|
-
// src/filled/
|
|
55
|
+
// src/filled/Chat.tsx
|
|
55
56
|
var import_jsx_runtime3 = require("react/jsx-runtime");
|
|
56
|
-
var
|
|
57
|
+
var SvgChat = (props) => /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("path", { fill: props.color || "currentColor", d: "M17.9 16.525c.601 0 1.1-.485 1.1-1.09V7.09C19 6.495 18.511 6 17.9 6H6.1C5.489 6 5 6.485 5 7.09v8.354c0 .596.489 1.091 1.1 1.091h1.395c.203.808.692 1.819 1.893 2.364a1.08 1.08 0 0 0 1.089-.101c.327-.232.5-.606.459-1-.03-.343-.04-.818.092-1.263h6.882z" }) });
|
|
58
|
+
var Chat_default = SvgChat;
|
|
59
|
+
|
|
60
|
+
// src/filled/Configurations.tsx
|
|
61
|
+
var import_jsx_runtime4 = require("react/jsx-runtime");
|
|
62
|
+
var SvgConfigurations = (props) => /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { fill: 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 0L8.7 5.67q.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" }) });
|
|
57
63
|
var Configurations_default = SvgConfigurations;
|
|
58
64
|
|
|
59
65
|
// src/filled/Error.tsx
|
|
60
|
-
var
|
|
61
|
-
var SvgError = (props) => /* @__PURE__ */ (0,
|
|
66
|
+
var import_jsx_runtime5 = require("react/jsx-runtime");
|
|
67
|
+
var SvgError = (props) => /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { fill: "#FF4C4C", 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" }) });
|
|
62
68
|
var Error_default = SvgError;
|
|
63
69
|
|
|
64
70
|
// src/filled/Info.tsx
|
|
65
|
-
var
|
|
66
|
-
var SvgInfo = (props) => /* @__PURE__ */ (0,
|
|
71
|
+
var import_jsx_runtime6 = require("react/jsx-runtime");
|
|
72
|
+
var SvgInfo = (props) => /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("path", { fill: "#FF4C4C", d: "M9.999 0c5.523 0 10 4.477 10 10s-4.477 9.999-10 9.999-10-4.476-10-9.999 4.477-10 10-10m-.21 8.134a.72.72 0 0 0-.539.219.75.75 0 0 0-.212.543v5.163q0 .324.212.543a.72.72 0 0 0 .538.218.72.72 0 0 0 .537-.218.75.75 0 0 0 .213-.543V8.896a.75.75 0 0 0-.213-.543.72.72 0 0 0-.537-.22M9.786 5q-.4 0-.594.132-.192.131-.193.493v.237q0 .351.175.489.175.136.6.136.426 0 .613-.13.187-.132.187-.495v-.237q0-.35-.175-.487Q10.226 5 9.787 5" }) });
|
|
67
73
|
var Info_default = SvgInfo;
|
|
68
74
|
|
|
69
75
|
// src/filled/Menu.tsx
|
|
70
|
-
var
|
|
71
|
-
var SvgMenu = (props) => /* @__PURE__ */ (0,
|
|
72
|
-
/* @__PURE__ */ (0,
|
|
73
|
-
/* @__PURE__ */ (0,
|
|
74
|
-
/* @__PURE__ */ (0,
|
|
75
|
-
/* @__PURE__ */ (0,
|
|
76
|
+
var import_jsx_runtime7 = require("react/jsx-runtime");
|
|
77
|
+
var SvgMenu = (props) => /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: [
|
|
78
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.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" }),
|
|
79
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)("path", { fill: props.color || "currentColor", d: "M3.9 19.65c0 .745.605 1.35 1.35 1.35h9a1.35 1.35 0 0 0 1.35-1.35v-.45H3.9z" }),
|
|
80
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.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" }),
|
|
81
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.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" })
|
|
76
82
|
] });
|
|
77
83
|
var Menu_default = SvgMenu;
|
|
78
84
|
|
|
79
85
|
// src/filled/Notifications.tsx
|
|
80
|
-
var
|
|
81
|
-
var SvgNotifications = (props) => /* @__PURE__ */ (0,
|
|
82
|
-
/* @__PURE__ */ (0,
|
|
83
|
-
/* @__PURE__ */ (0,
|
|
86
|
+
var import_jsx_runtime8 = require("react/jsx-runtime");
|
|
87
|
+
var SvgNotifications = (props) => /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: [
|
|
88
|
+
/* @__PURE__ */ (0, import_jsx_runtime8.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" }),
|
|
89
|
+
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)("mask", { id: "Notifications_svg__a", width: 16, height: 18, x: 4, y: 3, maskUnits: "userSpaceOnUse", style: {
|
|
84
90
|
maskType: "luminance"
|
|
85
|
-
}, children: /* @__PURE__ */ (0,
|
|
86
|
-
/* @__PURE__ */ (0,
|
|
91
|
+
}, children: /* @__PURE__ */ (0, import_jsx_runtime8.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" }) }),
|
|
92
|
+
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)("g", { mask: "url(#Notifications_svg__a)", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("path", { fill: "#FF4C4C", d: "M7.086 18.521h9.746v4.042H7.086z" }) })
|
|
87
93
|
] });
|
|
88
94
|
var Notifications_default = SvgNotifications;
|
|
89
95
|
|
|
90
96
|
// src/filled/OrderHistory.tsx
|
|
91
|
-
var
|
|
92
|
-
var SvgOrderHistory = (props) => /* @__PURE__ */ (0,
|
|
93
|
-
/* @__PURE__ */ (0,
|
|
94
|
-
/* @__PURE__ */ (0,
|
|
97
|
+
var import_jsx_runtime9 = require("react/jsx-runtime");
|
|
98
|
+
var SvgOrderHistory = (props) => /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: [
|
|
99
|
+
/* @__PURE__ */ (0, import_jsx_runtime9.jsx)("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M19.005 9.35V5.616c0-.892-.711-1.614-1.588-1.615h-9.92c-.843 0-1.532.69-1.532 1.537l-.057 9.76H4.381a.39.39 0 0 0-.381.388v1.677c.002 1.088.846 1.983 1.916 2.032v.004h8.561v-.004q.057.005.114.004c1.106-.001 2.002-.912 2.004-2.036V9.734h2.03c.1.002.198-.038.27-.11a.38.38 0 0 0 .11-.273m-4.802 2.824H8.13a.384.384 0 0 0-.381.387c0 .213.17.387.38.387h6.079a.384.384 0 0 0 .379-.39.384.384 0 0 0-.383-.384M8.13 13.757h3.675c.21 0 .38.173.38.387s-.17.387-.38.387H8.129a.384.384 0 0 1-.381-.387c0-.214.17-.387.38-.387", clipRule: "evenodd" }),
|
|
100
|
+
/* @__PURE__ */ (0, import_jsx_runtime9.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" })
|
|
95
101
|
] });
|
|
96
102
|
var OrderHistory_default = SvgOrderHistory;
|
|
97
103
|
|
|
98
104
|
// src/filled/PinOrder.tsx
|
|
99
|
-
var
|
|
100
|
-
var SvgPinOrder = (props) => /* @__PURE__ */ (0,
|
|
101
|
-
/* @__PURE__ */ (0,
|
|
102
|
-
/* @__PURE__ */ (0,
|
|
105
|
+
var import_jsx_runtime10 = require("react/jsx-runtime");
|
|
106
|
+
var SvgPinOrder = (props) => /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: [
|
|
107
|
+
/* @__PURE__ */ (0, import_jsx_runtime10.jsx)("path", { fill: "#FF4C4C", fillRule: "evenodd", d: "M18.148 14.128A7.8 7.8 0 0 0 19.5 9.71C19.5 5.452 16.142 2 12 2S4.5 5.452 4.5 9.71c0 1.332.329 2.586.908 3.68l.076.175 3.891 6.907c1.15 2.04 4.09 2.035 5.233-.01z", clipRule: "evenodd" }),
|
|
108
|
+
/* @__PURE__ */ (0, import_jsx_runtime10.jsx)("ellipse", { cx: 12.07, cy: 9.783, fill: "#C60C0C", rx: 5.299, ry: 5.448 })
|
|
103
109
|
] });
|
|
104
110
|
var PinOrder_default = SvgPinOrder;
|
|
105
111
|
|
|
106
112
|
// src/filled/Search.tsx
|
|
107
|
-
var
|
|
108
|
-
var SvgSearch = (props) => /* @__PURE__ */ (0,
|
|
109
|
-
/* @__PURE__ */ (0,
|
|
110
|
-
/* @__PURE__ */ (0,
|
|
113
|
+
var import_jsx_runtime11 = require("react/jsx-runtime");
|
|
114
|
+
var SvgSearch = (props) => /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: [
|
|
115
|
+
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)("path", { fill: "#FF4C4C", d: "M7 8.65c0 .361.34.65.76.65h4.58c.415 0 .76-.291.76-.65 0-.361-.34-.65-.76-.65H7.76c-.415 0-.76.291-.76.65m0 2.6c0 .361.34.65.76.65h4.58c.415 0 .76-.291.76-.65 0-.361-.34-.65-.76-.65H7.76c-.415 0-.76.291-.76.65" }),
|
|
116
|
+
/* @__PURE__ */ (0, import_jsx_runtime11.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" })
|
|
111
117
|
] });
|
|
112
118
|
var Search_default = SvgSearch;
|
|
113
119
|
|
|
114
120
|
// src/filled/Trash.tsx
|
|
115
|
-
var
|
|
116
|
-
var SvgTrash = (props) => /* @__PURE__ */ (0,
|
|
117
|
-
/* @__PURE__ */ (0,
|
|
118
|
-
/* @__PURE__ */ (0,
|
|
121
|
+
var import_jsx_runtime12 = require("react/jsx-runtime");
|
|
122
|
+
var SvgTrash = (props) => /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: [
|
|
123
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.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" }),
|
|
124
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.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" })
|
|
119
125
|
] });
|
|
120
126
|
var Trash_default = SvgTrash;
|
|
121
127
|
// Annotate the CommonJS export names for ESM import in node:
|
|
122
128
|
0 && (module.exports = {
|
|
123
129
|
Account,
|
|
124
130
|
AdmSettings,
|
|
131
|
+
Chat,
|
|
125
132
|
Configurations,
|
|
126
133
|
Error,
|
|
127
134
|
Info,
|
package/dist/filled/index.mjs
CHANGED
|
@@ -15,76 +15,82 @@ var SvgAdmSettings = (props) => /* @__PURE__ */ jsxs2("svg", { xmlns: "http://ww
|
|
|
15
15
|
] });
|
|
16
16
|
var AdmSettings_default = SvgAdmSettings;
|
|
17
17
|
|
|
18
|
-
// src/filled/
|
|
18
|
+
// src/filled/Chat.tsx
|
|
19
19
|
import { jsx as jsx3 } from "react/jsx-runtime";
|
|
20
|
-
var
|
|
20
|
+
var SvgChat = (props) => /* @__PURE__ */ jsx3("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: /* @__PURE__ */ jsx3("path", { fill: props.color || "currentColor", d: "M17.9 16.525c.601 0 1.1-.485 1.1-1.09V7.09C19 6.495 18.511 6 17.9 6H6.1C5.489 6 5 6.485 5 7.09v8.354c0 .596.489 1.091 1.1 1.091h1.395c.203.808.692 1.819 1.893 2.364a1.08 1.08 0 0 0 1.089-.101c.327-.232.5-.606.459-1-.03-.343-.04-.818.092-1.263h6.882z" }) });
|
|
21
|
+
var Chat_default = SvgChat;
|
|
22
|
+
|
|
23
|
+
// src/filled/Configurations.tsx
|
|
24
|
+
import { jsx as jsx4 } from "react/jsx-runtime";
|
|
25
|
+
var SvgConfigurations = (props) => /* @__PURE__ */ jsx4("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: /* @__PURE__ */ jsx4("path", { fill: 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 0L8.7 5.67q.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" }) });
|
|
21
26
|
var Configurations_default = SvgConfigurations;
|
|
22
27
|
|
|
23
28
|
// src/filled/Error.tsx
|
|
24
|
-
import { jsx as
|
|
25
|
-
var SvgError = (props) => /* @__PURE__ */
|
|
29
|
+
import { jsx as jsx5 } from "react/jsx-runtime";
|
|
30
|
+
var SvgError = (props) => /* @__PURE__ */ jsx5("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: /* @__PURE__ */ jsx5("path", { fill: "#FF4C4C", fillRule: "evenodd", d: "M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10m-.033-6.667q-.426 0-.613.131-.187.132-.187.494v.238q0 .35.175.487.174.138.612.138.4 0 .594-.132.194-.131.194-.493v-.238q0-.35-.175-.487-.176-.138-.6-.138M11.954 7a.72.72 0 0 0-.537.219.75.75 0 0 0-.213.543v5.163q0 .325.213.544.211.219.537.218a.72.72 0 0 0 .538-.218.75.75 0 0 0 .212-.544V7.762a.75.75 0 0 0-.212-.543.72.72 0 0 0-.538-.22", clipRule: "evenodd" }) });
|
|
26
31
|
var Error_default = SvgError;
|
|
27
32
|
|
|
28
33
|
// src/filled/Info.tsx
|
|
29
|
-
import { jsx as
|
|
30
|
-
var SvgInfo = (props) => /* @__PURE__ */
|
|
34
|
+
import { jsx as jsx6 } from "react/jsx-runtime";
|
|
35
|
+
var SvgInfo = (props) => /* @__PURE__ */ jsx6("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: /* @__PURE__ */ jsx6("path", { fill: "#FF4C4C", d: "M9.999 0c5.523 0 10 4.477 10 10s-4.477 9.999-10 9.999-10-4.476-10-9.999 4.477-10 10-10m-.21 8.134a.72.72 0 0 0-.539.219.75.75 0 0 0-.212.543v5.163q0 .324.212.543a.72.72 0 0 0 .538.218.72.72 0 0 0 .537-.218.75.75 0 0 0 .213-.543V8.896a.75.75 0 0 0-.213-.543.72.72 0 0 0-.537-.22M9.786 5q-.4 0-.594.132-.192.131-.193.493v.237q0 .351.175.489.175.136.6.136.426 0 .613-.13.187-.132.187-.495v-.237q0-.35-.175-.487Q10.226 5 9.787 5" }) });
|
|
31
36
|
var Info_default = SvgInfo;
|
|
32
37
|
|
|
33
38
|
// src/filled/Menu.tsx
|
|
34
|
-
import { jsx as
|
|
39
|
+
import { jsx as jsx7, jsxs as jsxs3 } from "react/jsx-runtime";
|
|
35
40
|
var SvgMenu = (props) => /* @__PURE__ */ jsxs3("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: [
|
|
36
|
-
/* @__PURE__ */
|
|
37
|
-
/* @__PURE__ */
|
|
38
|
-
/* @__PURE__ */
|
|
39
|
-
/* @__PURE__ */
|
|
41
|
+
/* @__PURE__ */ jsx7("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" }),
|
|
42
|
+
/* @__PURE__ */ jsx7("path", { fill: props.color || "currentColor", d: "M3.9 19.65c0 .745.605 1.35 1.35 1.35h9a1.35 1.35 0 0 0 1.35-1.35v-.45H3.9z" }),
|
|
43
|
+
/* @__PURE__ */ jsx7("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" }),
|
|
44
|
+
/* @__PURE__ */ jsx7("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" })
|
|
40
45
|
] });
|
|
41
46
|
var Menu_default = SvgMenu;
|
|
42
47
|
|
|
43
48
|
// src/filled/Notifications.tsx
|
|
44
|
-
import { jsx as
|
|
49
|
+
import { jsx as jsx8, jsxs as jsxs4 } from "react/jsx-runtime";
|
|
45
50
|
var SvgNotifications = (props) => /* @__PURE__ */ jsxs4("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: [
|
|
46
|
-
/* @__PURE__ */
|
|
47
|
-
/* @__PURE__ */
|
|
51
|
+
/* @__PURE__ */ jsx8("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" }),
|
|
52
|
+
/* @__PURE__ */ jsx8("mask", { id: "Notifications_svg__a", width: 16, height: 18, x: 4, y: 3, maskUnits: "userSpaceOnUse", style: {
|
|
48
53
|
maskType: "luminance"
|
|
49
|
-
}, children: /* @__PURE__ */
|
|
50
|
-
/* @__PURE__ */
|
|
54
|
+
}, children: /* @__PURE__ */ jsx8("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" }) }),
|
|
55
|
+
/* @__PURE__ */ jsx8("g", { mask: "url(#Notifications_svg__a)", children: /* @__PURE__ */ jsx8("path", { fill: "#FF4C4C", d: "M7.086 18.521h9.746v4.042H7.086z" }) })
|
|
51
56
|
] });
|
|
52
57
|
var Notifications_default = SvgNotifications;
|
|
53
58
|
|
|
54
59
|
// src/filled/OrderHistory.tsx
|
|
55
|
-
import { jsx as
|
|
60
|
+
import { jsx as jsx9, jsxs as jsxs5 } from "react/jsx-runtime";
|
|
56
61
|
var SvgOrderHistory = (props) => /* @__PURE__ */ jsxs5("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: [
|
|
57
|
-
/* @__PURE__ */
|
|
58
|
-
/* @__PURE__ */
|
|
62
|
+
/* @__PURE__ */ jsx9("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M19.005 9.35V5.616c0-.892-.711-1.614-1.588-1.615h-9.92c-.843 0-1.532.69-1.532 1.537l-.057 9.76H4.381a.39.39 0 0 0-.381.388v1.677c.002 1.088.846 1.983 1.916 2.032v.004h8.561v-.004q.057.005.114.004c1.106-.001 2.002-.912 2.004-2.036V9.734h2.03c.1.002.198-.038.27-.11a.38.38 0 0 0 .11-.273m-4.802 2.824H8.13a.384.384 0 0 0-.381.387c0 .213.17.387.38.387h6.079a.384.384 0 0 0 .379-.39.384.384 0 0 0-.383-.384M8.13 13.757h3.675c.21 0 .38.173.38.387s-.17.387-.38.387H8.129a.384.384 0 0 1-.381-.387c0-.214.17-.387.38-.387", clipRule: "evenodd" }),
|
|
63
|
+
/* @__PURE__ */ jsx9("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" })
|
|
59
64
|
] });
|
|
60
65
|
var OrderHistory_default = SvgOrderHistory;
|
|
61
66
|
|
|
62
67
|
// src/filled/PinOrder.tsx
|
|
63
|
-
import { jsx as
|
|
68
|
+
import { jsx as jsx10, jsxs as jsxs6 } from "react/jsx-runtime";
|
|
64
69
|
var SvgPinOrder = (props) => /* @__PURE__ */ jsxs6("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: [
|
|
65
|
-
/* @__PURE__ */
|
|
66
|
-
/* @__PURE__ */
|
|
70
|
+
/* @__PURE__ */ jsx10("path", { fill: "#FF4C4C", fillRule: "evenodd", d: "M18.148 14.128A7.8 7.8 0 0 0 19.5 9.71C19.5 5.452 16.142 2 12 2S4.5 5.452 4.5 9.71c0 1.332.329 2.586.908 3.68l.076.175 3.891 6.907c1.15 2.04 4.09 2.035 5.233-.01z", clipRule: "evenodd" }),
|
|
71
|
+
/* @__PURE__ */ jsx10("ellipse", { cx: 12.07, cy: 9.783, fill: "#C60C0C", rx: 5.299, ry: 5.448 })
|
|
67
72
|
] });
|
|
68
73
|
var PinOrder_default = SvgPinOrder;
|
|
69
74
|
|
|
70
75
|
// src/filled/Search.tsx
|
|
71
|
-
import { jsx as
|
|
76
|
+
import { jsx as jsx11, jsxs as jsxs7 } from "react/jsx-runtime";
|
|
72
77
|
var SvgSearch = (props) => /* @__PURE__ */ jsxs7("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: [
|
|
73
|
-
/* @__PURE__ */
|
|
74
|
-
/* @__PURE__ */
|
|
78
|
+
/* @__PURE__ */ jsx11("path", { fill: "#FF4C4C", d: "M7 8.65c0 .361.34.65.76.65h4.58c.415 0 .76-.291.76-.65 0-.361-.34-.65-.76-.65H7.76c-.415 0-.76.291-.76.65m0 2.6c0 .361.34.65.76.65h4.58c.415 0 .76-.291.76-.65 0-.361-.34-.65-.76-.65H7.76c-.415 0-.76.291-.76.65" }),
|
|
79
|
+
/* @__PURE__ */ jsx11("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" })
|
|
75
80
|
] });
|
|
76
81
|
var Search_default = SvgSearch;
|
|
77
82
|
|
|
78
83
|
// src/filled/Trash.tsx
|
|
79
|
-
import { jsx as
|
|
84
|
+
import { jsx as jsx12, jsxs as jsxs8 } from "react/jsx-runtime";
|
|
80
85
|
var SvgTrash = (props) => /* @__PURE__ */ jsxs8("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: [
|
|
81
|
-
/* @__PURE__ */
|
|
82
|
-
/* @__PURE__ */
|
|
86
|
+
/* @__PURE__ */ jsx12("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" }),
|
|
87
|
+
/* @__PURE__ */ jsx12("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" })
|
|
83
88
|
] });
|
|
84
89
|
var Trash_default = SvgTrash;
|
|
85
90
|
export {
|
|
86
91
|
Account_default as Account,
|
|
87
92
|
AdmSettings_default as AdmSettings,
|
|
93
|
+
Chat_default as Chat,
|
|
88
94
|
Configurations_default as Configurations,
|
|
89
95
|
Error_default as Error,
|
|
90
96
|
Info_default as Info,
|