@iguanads/icons 1.3.0 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/filled/index.mjs +1 -1
- package/dist/one-color/index.mjs +1 -1
- package/dist/social-media/index.mjs +1 -1
- package/dist/two-colors/index.d.mts +3 -1
- package/dist/two-colors/index.d.ts +3 -1
- package/dist/two-colors/index.js +24 -14
- package/dist/two-colors/index.mjs +24 -15
- package/package.json +1 -1
- /package/dist/{chunk-EX6ADWAR.mjs → chunk-I4E63NIC.mjs} +0 -0
package/dist/filled/index.mjs
CHANGED
package/dist/one-color/index.mjs
CHANGED
|
@@ -35,10 +35,12 @@ declare const SvgRate: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX
|
|
|
35
35
|
|
|
36
36
|
declare const SvgSearch: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
37
37
|
|
|
38
|
+
declare const SvgSignOut: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
39
|
+
|
|
38
40
|
declare const SvgTrash: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
39
41
|
|
|
40
42
|
declare const SvgUser: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
41
43
|
|
|
42
44
|
declare const SvgVoucher: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
43
45
|
|
|
44
|
-
export { SvgBag as Bag, SvgCalendar as Calendar, SvgCart as Cart, SvgDeliver as Deliver, SvgFavorite as Favorite, SvgHelp as Help, SvgLoyalty as Loyalty, SvgMatches as Matches, SvgMessages as Messages, SvgMoney as Money, SvgNotification as Notification, SvgOrder as Order, SvgOrderEdit as OrderEdit, SvgPay as Pay, SvgPin as Pin, SvgRate as Rate, SvgSearch as Search, SvgTrash as Trash, SvgUser as User, SvgVoucher as Voucher };
|
|
46
|
+
export { SvgBag as Bag, SvgCalendar as Calendar, SvgCart as Cart, SvgDeliver as Deliver, SvgFavorite as Favorite, SvgHelp as Help, SvgLoyalty as Loyalty, SvgMatches as Matches, SvgMessages as Messages, SvgMoney as Money, SvgNotification as Notification, SvgOrder as Order, SvgOrderEdit as OrderEdit, SvgPay as Pay, SvgPin as Pin, SvgRate as Rate, SvgSearch as Search, SvgSignOut as SignOut, SvgTrash as Trash, SvgUser as User, SvgVoucher as Voucher };
|
|
@@ -35,10 +35,12 @@ declare const SvgRate: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX
|
|
|
35
35
|
|
|
36
36
|
declare const SvgSearch: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
37
37
|
|
|
38
|
+
declare const SvgSignOut: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
39
|
+
|
|
38
40
|
declare const SvgTrash: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
39
41
|
|
|
40
42
|
declare const SvgUser: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
41
43
|
|
|
42
44
|
declare const SvgVoucher: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
43
45
|
|
|
44
|
-
export { SvgBag as Bag, SvgCalendar as Calendar, SvgCart as Cart, SvgDeliver as Deliver, SvgFavorite as Favorite, SvgHelp as Help, SvgLoyalty as Loyalty, SvgMatches as Matches, SvgMessages as Messages, SvgMoney as Money, SvgNotification as Notification, SvgOrder as Order, SvgOrderEdit as OrderEdit, SvgPay as Pay, SvgPin as Pin, SvgRate as Rate, SvgSearch as Search, SvgTrash as Trash, SvgUser as User, SvgVoucher as Voucher };
|
|
46
|
+
export { SvgBag as Bag, SvgCalendar as Calendar, SvgCart as Cart, SvgDeliver as Deliver, SvgFavorite as Favorite, SvgHelp as Help, SvgLoyalty as Loyalty, SvgMatches as Matches, SvgMessages as Messages, SvgMoney as Money, SvgNotification as Notification, SvgOrder as Order, SvgOrderEdit as OrderEdit, SvgPay as Pay, SvgPin as Pin, SvgRate as Rate, SvgSearch as Search, SvgSignOut as SignOut, SvgTrash as Trash, SvgUser as User, SvgVoucher as Voucher };
|
package/dist/two-colors/index.js
CHANGED
|
@@ -54,6 +54,7 @@ __export(two_colors_exports, {
|
|
|
54
54
|
Pin: () => Pin_default,
|
|
55
55
|
Rate: () => Rate_default,
|
|
56
56
|
Search: () => Search_default,
|
|
57
|
+
SignOut: () => SignOut_default,
|
|
57
58
|
Trash: () => Trash_default,
|
|
58
59
|
User: () => User_default,
|
|
59
60
|
Voucher: () => Voucher_default
|
|
@@ -202,29 +203,37 @@ var SvgSearch = (props) => /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("svg",
|
|
|
202
203
|
] }));
|
|
203
204
|
var Search_default = SvgSearch;
|
|
204
205
|
|
|
205
|
-
// src/two-colors/
|
|
206
|
+
// src/two-colors/SignOut.tsx
|
|
206
207
|
var import_jsx_runtime18 = require("react/jsx-runtime");
|
|
207
|
-
var
|
|
208
|
-
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)("path", { fill: props.color || "currentColor", d: "
|
|
209
|
-
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)("path", { fill:
|
|
210
|
-
|
|
211
|
-
|
|
208
|
+
var SvgSignOut = (props) => /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)("svg", __spreadProps(__spreadValues({ xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className }, props), { children: [
|
|
209
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)("path", { fill: props.color || "currentColor", d: "M20.31 3.01h-5.33c-.34 0-.57.23-.57.59s.22.59.57.59h4.76v15.39h-4.76c-.34 0-.57.23-.57.59s.22.59.57.59h5.33c.34 0 .57-.23.57-.59V3.59c0-.36-.22-.59-.57-.59z" }),
|
|
210
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)("path", { fill: "#FF4C4C", d: "M18.37 12.17v-.04l.03-.03s.04-.16.04-.21c0-.06-.02-.1-.03-.15a.3.3 0 0 1-.03-.13c0-.03-.07-.1-.1-.14l-5.33-5.53a.57.57 0 0 0-.39-.18c-.14 0-.29.06-.39.18-.23.24-.23.59 0 .83l4.36 4.52H4.57c-.34 0-.57.23-.57.59s.22.59.57.59h11.96l-.16.17-4.2 4.35c-.23.24-.23.59 0 .83.12.13.23.18.39.18s.27-.05.39-.18l5.33-5.53s.11-.11.11-.14z" })
|
|
211
|
+
] }));
|
|
212
|
+
var SignOut_default = SvgSignOut;
|
|
213
|
+
|
|
214
|
+
// src/two-colors/Trash.tsx
|
|
215
|
+
var import_jsx_runtime19 = require("react/jsx-runtime");
|
|
216
|
+
var SvgTrash = (props) => /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)("svg", __spreadProps(__spreadValues({ xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className }, props), { children: [
|
|
217
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)("path", { fill: props.color || "currentColor", d: "M18.35 5.43h-3.07v-.06l-.26-1.05C14.84 3.54 14.17 3 13.41 3h-2.79c-.75 0-1.41.53-1.6 1.29l-.29 1.13H5.66C4.75 5.42 4 6.2 4 7.16S4.74 8.9 5.66 8.9h.1v.07l.5 10.38c.04.93.77 1.65 1.65 1.65h8.19c.88 0 1.61-.73 1.65-1.65l.5-10.45h.1c.91 0 1.66-.78 1.66-1.74s-.74-1.74-1.66-1.74zM10 4.57c.08-.3.33-.5.63-.5h2.79c.3 0 .56.21.63.52l.2.84H9.78zm6.76 14.73c-.02.36-.3.65-.65.65H7.92c-.35 0-.63-.28-.65-.65L6.78 8.9h10.48l-.49 10.4zm1.59-11.45H5.66c-.36 0-.65-.31-.65-.68s.29-.68.65-.68h12.69c.36 0 .65.31.65.68s-.29.68-.65.68" }),
|
|
218
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)("path", { fill: props.color || "currentColor", d: "M14.13 17.43c.22.02.4-.15.42-.38l.4-5.83a.405.405 0 0 0-.36-.44c-.22-.02-.4.15-.42.38l-.4 5.83c-.02.23.15.42.36.44" }),
|
|
219
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)("path", { fill: "#FF4C4C", d: "M12 17.43c.22 0 .39-.18.39-.41v-5.83c0-.23-.18-.41-.39-.41s-.39.18-.39.41v5.83c0 .23.18.41.39.41" }),
|
|
220
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)("path", { fill: props.color || "currentColor", d: "M9.87 17.43c.22-.02.38-.21.36-.44l-.4-5.83c-.02-.23-.2-.4-.42-.38s-.38.21-.36.44l.4 5.83c.02.23.2.4.42.38" })
|
|
212
221
|
] }));
|
|
213
222
|
var Trash_default = SvgTrash;
|
|
214
223
|
|
|
215
224
|
// src/two-colors/User.tsx
|
|
216
|
-
var
|
|
217
|
-
var SvgUser = (props) => /* @__PURE__ */ (0,
|
|
218
|
-
/* @__PURE__ */ (0,
|
|
219
|
-
/* @__PURE__ */ (0,
|
|
225
|
+
var import_jsx_runtime20 = require("react/jsx-runtime");
|
|
226
|
+
var SvgUser = (props) => /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)("svg", __spreadProps(__spreadValues({ xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className }, props), { children: [
|
|
227
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "m14.674 11.163.21.098.018.017c2.197 1.096 3.598 3.402 3.598 5.876V19h-13v-.044l.018-2.014v-.221l.017-.23c.271-2.704 2.215-4.992 4.824-5.68l.534-.142.052-.053v-.133l-.035-.062-.656-.318-.158-.088-.149-.097C8.66 9.07 8.021 7.47 8.354 5.95 8.739 4.21 10.236 3 11.996 3s3.256 1.22 3.641 2.95a3.76 3.76 0 0 1-2.057 4.233l-.499.238-.026.062v.133l.044.053.744.194.201.062.21.07.21.08zm-2.67.3c-3.099 0-5.62 2.545-5.62 5.673v.813l.088.114 11.021.027.114-.088.026-.875-.017-.194v-.195l-.018-.194c-.297-2.898-2.705-5.08-5.594-5.08M9.151 6.756c0 1.581 1.278 2.88 2.853 2.88s2.854-1.29 2.854-2.88-1.278-2.88-2.854-2.88c-1.575 0-2.853 1.29-2.853 2.88", clipRule: "evenodd" }),
|
|
228
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { fill: "#FF4C4C", fillRule: "evenodd", d: "M5 20.538c0-.217.188-.393.42-.393h13.16c.232 0 .42.176.42.393v.069c0 .217-.188.393-.42.393H5.42c-.232 0-.42-.176-.42-.393z", clipRule: "evenodd" })
|
|
220
229
|
] }));
|
|
221
230
|
var User_default = SvgUser;
|
|
222
231
|
|
|
223
232
|
// src/two-colors/Voucher.tsx
|
|
224
|
-
var
|
|
225
|
-
var SvgVoucher = (props) => /* @__PURE__ */ (0,
|
|
226
|
-
/* @__PURE__ */ (0,
|
|
227
|
-
/* @__PURE__ */ (0,
|
|
233
|
+
var import_jsx_runtime21 = require("react/jsx-runtime");
|
|
234
|
+
var SvgVoucher = (props) => /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)("svg", __spreadProps(__spreadValues({ xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className }, props), { children: [
|
|
235
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)("path", { fill: props.color || "currentColor", d: "M20.39 10.93h1.13a.476.476 0 0 0 .48-.48V7.8c0-.48-.19-.93-.54-1.27S20.65 6 20.16 6H3.84c-.49 0-.95.19-1.3.53-.35.35-.54.8-.54 1.28v2.65a.476.476 0 0 0 .48.48h1.13c.39 0 .76.21.96.54.19.33.19.74 0 1.07-.2.33-.57.54-.96.54H2.48c-.27 0-.48.21-.48.47v3.09c0 .48.19.93.54 1.27s.81.53 1.3.53h16.32c.49 0 .95-.19 1.3-.53s.54-.79.54-1.27v-3.09a.476.476 0 0 0-.48-.48h-1.13c-.39 0-.76-.21-.96-.54-.2-.32-.2-.73 0-1.07.2-.33.56-.54.96-.54m-1.78.08c-.37.62-.37 1.4 0 2.02s1.05 1.01 1.79 1.01h.65v2.62c0 .23-.09.44-.25.6-.17.16-.39.25-.62.25H3.86c-.24 0-.46-.09-.62-.25a.86.86 0 0 1-.25-.6v-2.63h.65c.73 0 1.42-.39 1.79-1.01s.37-1.4 0-2.02a2.09 2.09 0 0 0-1.79-1.01h-.65V7.81c0-.23.09-.44.25-.6.17-.16.39-.25.62-.25h16.32c.23 0 .46.09.62.25s.25.38.25.6v2.18h-.65c-.73 0-1.42.39-1.79 1.01z" }),
|
|
236
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)("path", { fill: "#FF4C4C", d: "M14.76 9.99c0-.12-.05-.24-.13-.32a.47.47 0 0 0-.33-.13h-.01c-.13.01-.23.06-.32.14L9.4 14.14a.47.47 0 0 0-.14.33c0 .12.05.24.13.33.08.08.21.13.3.13.14 0 .26-.04.35-.14l4.57-4.46a.47.47 0 0 0 .14-.33zM11.14 10.94c.26-.25.41-.6.41-.96s-.15-.71-.41-.96-.61-.4-.98-.4-.72.14-.98.4c-.26.25-.41.6-.41.96s.15.71.41.96c.26.26.61.4.98.4s.72-.15.98-.4M10 9.57c.06-.02.12-.04.18-.04.12 0 .24.05.32.13.11.11.15.27.12.42l-.03.06c-.07.17-.24.28-.43.28-.23 0-.43-.16-.45-.39v-.06c0-.18.11-.34.29-.41zM14.83 13.52c-.26-.25-.61-.4-.98-.4s-.72.14-.98.4c-.26.25-.41.6-.41.96s.15.71.41.96.61.4.98.4.72-.14.98-.4c.26-.25.41-.6.41-.96s-.15-.7-.41-.96m-.51.96c0 .23-.15.41-.4.45h-.06c-.19 0-.35-.11-.43-.28a.43.43 0 0 1 .1-.48c.09-.08.21-.13.33-.13a.453.453 0 0 1 .46.44" })
|
|
228
237
|
] }));
|
|
229
238
|
var Voucher_default = SvgVoucher;
|
|
230
239
|
// Annotate the CommonJS export names for ESM import in node:
|
|
@@ -246,6 +255,7 @@ var Voucher_default = SvgVoucher;
|
|
|
246
255
|
Pin,
|
|
247
256
|
Rate,
|
|
248
257
|
Search,
|
|
258
|
+
SignOut,
|
|
249
259
|
Trash,
|
|
250
260
|
User,
|
|
251
261
|
Voucher
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
__spreadProps,
|
|
3
3
|
__spreadValues
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-I4E63NIC.mjs";
|
|
5
5
|
|
|
6
6
|
// src/two-colors/Bag.tsx
|
|
7
7
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
@@ -145,29 +145,37 @@ var SvgSearch = (props) => /* @__PURE__ */ jsxs17("svg", __spreadProps(__spreadV
|
|
|
145
145
|
] }));
|
|
146
146
|
var Search_default = SvgSearch;
|
|
147
147
|
|
|
148
|
-
// src/two-colors/
|
|
148
|
+
// src/two-colors/SignOut.tsx
|
|
149
149
|
import { jsx as jsx18, jsxs as jsxs18 } from "react/jsx-runtime";
|
|
150
|
-
var
|
|
151
|
-
/* @__PURE__ */ jsx18("path", { fill: props.color || "currentColor", d: "
|
|
152
|
-
/* @__PURE__ */ jsx18("path", { fill:
|
|
153
|
-
|
|
154
|
-
|
|
150
|
+
var SvgSignOut = (props) => /* @__PURE__ */ jsxs18("svg", __spreadProps(__spreadValues({ xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className }, props), { children: [
|
|
151
|
+
/* @__PURE__ */ jsx18("path", { fill: props.color || "currentColor", d: "M20.31 3.01h-5.33c-.34 0-.57.23-.57.59s.22.59.57.59h4.76v15.39h-4.76c-.34 0-.57.23-.57.59s.22.59.57.59h5.33c.34 0 .57-.23.57-.59V3.59c0-.36-.22-.59-.57-.59z" }),
|
|
152
|
+
/* @__PURE__ */ jsx18("path", { fill: "#FF4C4C", d: "M18.37 12.17v-.04l.03-.03s.04-.16.04-.21c0-.06-.02-.1-.03-.15a.3.3 0 0 1-.03-.13c0-.03-.07-.1-.1-.14l-5.33-5.53a.57.57 0 0 0-.39-.18c-.14 0-.29.06-.39.18-.23.24-.23.59 0 .83l4.36 4.52H4.57c-.34 0-.57.23-.57.59s.22.59.57.59h11.96l-.16.17-4.2 4.35c-.23.24-.23.59 0 .83.12.13.23.18.39.18s.27-.05.39-.18l5.33-5.53s.11-.11.11-.14z" })
|
|
153
|
+
] }));
|
|
154
|
+
var SignOut_default = SvgSignOut;
|
|
155
|
+
|
|
156
|
+
// src/two-colors/Trash.tsx
|
|
157
|
+
import { jsx as jsx19, jsxs as jsxs19 } from "react/jsx-runtime";
|
|
158
|
+
var SvgTrash = (props) => /* @__PURE__ */ jsxs19("svg", __spreadProps(__spreadValues({ xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className }, props), { children: [
|
|
159
|
+
/* @__PURE__ */ jsx19("path", { fill: props.color || "currentColor", d: "M18.35 5.43h-3.07v-.06l-.26-1.05C14.84 3.54 14.17 3 13.41 3h-2.79c-.75 0-1.41.53-1.6 1.29l-.29 1.13H5.66C4.75 5.42 4 6.2 4 7.16S4.74 8.9 5.66 8.9h.1v.07l.5 10.38c.04.93.77 1.65 1.65 1.65h8.19c.88 0 1.61-.73 1.65-1.65l.5-10.45h.1c.91 0 1.66-.78 1.66-1.74s-.74-1.74-1.66-1.74zM10 4.57c.08-.3.33-.5.63-.5h2.79c.3 0 .56.21.63.52l.2.84H9.78zm6.76 14.73c-.02.36-.3.65-.65.65H7.92c-.35 0-.63-.28-.65-.65L6.78 8.9h10.48l-.49 10.4zm1.59-11.45H5.66c-.36 0-.65-.31-.65-.68s.29-.68.65-.68h12.69c.36 0 .65.31.65.68s-.29.68-.65.68" }),
|
|
160
|
+
/* @__PURE__ */ jsx19("path", { fill: props.color || "currentColor", d: "M14.13 17.43c.22.02.4-.15.42-.38l.4-5.83a.405.405 0 0 0-.36-.44c-.22-.02-.4.15-.42.38l-.4 5.83c-.02.23.15.42.36.44" }),
|
|
161
|
+
/* @__PURE__ */ jsx19("path", { fill: "#FF4C4C", d: "M12 17.43c.22 0 .39-.18.39-.41v-5.83c0-.23-.18-.41-.39-.41s-.39.18-.39.41v5.83c0 .23.18.41.39.41" }),
|
|
162
|
+
/* @__PURE__ */ jsx19("path", { fill: props.color || "currentColor", d: "M9.87 17.43c.22-.02.38-.21.36-.44l-.4-5.83c-.02-.23-.2-.4-.42-.38s-.38.21-.36.44l.4 5.83c.02.23.2.4.42.38" })
|
|
155
163
|
] }));
|
|
156
164
|
var Trash_default = SvgTrash;
|
|
157
165
|
|
|
158
166
|
// src/two-colors/User.tsx
|
|
159
|
-
import { jsx as
|
|
160
|
-
var SvgUser = (props) => /* @__PURE__ */
|
|
161
|
-
/* @__PURE__ */
|
|
162
|
-
/* @__PURE__ */
|
|
167
|
+
import { jsx as jsx20, jsxs as jsxs20 } from "react/jsx-runtime";
|
|
168
|
+
var SvgUser = (props) => /* @__PURE__ */ jsxs20("svg", __spreadProps(__spreadValues({ xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className }, props), { children: [
|
|
169
|
+
/* @__PURE__ */ jsx20("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "m14.674 11.163.21.098.018.017c2.197 1.096 3.598 3.402 3.598 5.876V19h-13v-.044l.018-2.014v-.221l.017-.23c.271-2.704 2.215-4.992 4.824-5.68l.534-.142.052-.053v-.133l-.035-.062-.656-.318-.158-.088-.149-.097C8.66 9.07 8.021 7.47 8.354 5.95 8.739 4.21 10.236 3 11.996 3s3.256 1.22 3.641 2.95a3.76 3.76 0 0 1-2.057 4.233l-.499.238-.026.062v.133l.044.053.744.194.201.062.21.07.21.08zm-2.67.3c-3.099 0-5.62 2.545-5.62 5.673v.813l.088.114 11.021.027.114-.088.026-.875-.017-.194v-.195l-.018-.194c-.297-2.898-2.705-5.08-5.594-5.08M9.151 6.756c0 1.581 1.278 2.88 2.853 2.88s2.854-1.29 2.854-2.88-1.278-2.88-2.854-2.88c-1.575 0-2.853 1.29-2.853 2.88", clipRule: "evenodd" }),
|
|
170
|
+
/* @__PURE__ */ jsx20("path", { fill: "#FF4C4C", fillRule: "evenodd", d: "M5 20.538c0-.217.188-.393.42-.393h13.16c.232 0 .42.176.42.393v.069c0 .217-.188.393-.42.393H5.42c-.232 0-.42-.176-.42-.393z", clipRule: "evenodd" })
|
|
163
171
|
] }));
|
|
164
172
|
var User_default = SvgUser;
|
|
165
173
|
|
|
166
174
|
// src/two-colors/Voucher.tsx
|
|
167
|
-
import { jsx as
|
|
168
|
-
var SvgVoucher = (props) => /* @__PURE__ */
|
|
169
|
-
/* @__PURE__ */
|
|
170
|
-
/* @__PURE__ */
|
|
175
|
+
import { jsx as jsx21, jsxs as jsxs21 } from "react/jsx-runtime";
|
|
176
|
+
var SvgVoucher = (props) => /* @__PURE__ */ jsxs21("svg", __spreadProps(__spreadValues({ xmlns: "http://www.w3.org/2000/svg", fill: "none", width: props.width || 24, height: props.height || 24, viewBox: "0 0 24 24", className: props.className }, props), { children: [
|
|
177
|
+
/* @__PURE__ */ jsx21("path", { fill: props.color || "currentColor", d: "M20.39 10.93h1.13a.476.476 0 0 0 .48-.48V7.8c0-.48-.19-.93-.54-1.27S20.65 6 20.16 6H3.84c-.49 0-.95.19-1.3.53-.35.35-.54.8-.54 1.28v2.65a.476.476 0 0 0 .48.48h1.13c.39 0 .76.21.96.54.19.33.19.74 0 1.07-.2.33-.57.54-.96.54H2.48c-.27 0-.48.21-.48.47v3.09c0 .48.19.93.54 1.27s.81.53 1.3.53h16.32c.49 0 .95-.19 1.3-.53s.54-.79.54-1.27v-3.09a.476.476 0 0 0-.48-.48h-1.13c-.39 0-.76-.21-.96-.54-.2-.32-.2-.73 0-1.07.2-.33.56-.54.96-.54m-1.78.08c-.37.62-.37 1.4 0 2.02s1.05 1.01 1.79 1.01h.65v2.62c0 .23-.09.44-.25.6-.17.16-.39.25-.62.25H3.86c-.24 0-.46-.09-.62-.25a.86.86 0 0 1-.25-.6v-2.63h.65c.73 0 1.42-.39 1.79-1.01s.37-1.4 0-2.02a2.09 2.09 0 0 0-1.79-1.01h-.65V7.81c0-.23.09-.44.25-.6.17-.16.39-.25.62-.25h16.32c.23 0 .46.09.62.25s.25.38.25.6v2.18h-.65c-.73 0-1.42.39-1.79 1.01z" }),
|
|
178
|
+
/* @__PURE__ */ jsx21("path", { fill: "#FF4C4C", d: "M14.76 9.99c0-.12-.05-.24-.13-.32a.47.47 0 0 0-.33-.13h-.01c-.13.01-.23.06-.32.14L9.4 14.14a.47.47 0 0 0-.14.33c0 .12.05.24.13.33.08.08.21.13.3.13.14 0 .26-.04.35-.14l4.57-4.46a.47.47 0 0 0 .14-.33zM11.14 10.94c.26-.25.41-.6.41-.96s-.15-.71-.41-.96-.61-.4-.98-.4-.72.14-.98.4c-.26.25-.41.6-.41.96s.15.71.41.96c.26.26.61.4.98.4s.72-.15.98-.4M10 9.57c.06-.02.12-.04.18-.04.12 0 .24.05.32.13.11.11.15.27.12.42l-.03.06c-.07.17-.24.28-.43.28-.23 0-.43-.16-.45-.39v-.06c0-.18.11-.34.29-.41zM14.83 13.52c-.26-.25-.61-.4-.98-.4s-.72.14-.98.4c-.26.25-.41.6-.41.96s.15.71.41.96.61.4.98.4.72-.14.98-.4c.26-.25.41-.6.41-.96s-.15-.7-.41-.96m-.51.96c0 .23-.15.41-.4.45h-.06c-.19 0-.35-.11-.43-.28a.43.43 0 0 1 .1-.48c.09-.08.21-.13.33-.13a.453.453 0 0 1 .46.44" })
|
|
171
179
|
] }));
|
|
172
180
|
var Voucher_default = SvgVoucher;
|
|
173
181
|
export {
|
|
@@ -188,6 +196,7 @@ export {
|
|
|
188
196
|
Pin_default as Pin,
|
|
189
197
|
Rate_default as Rate,
|
|
190
198
|
Search_default as Search,
|
|
199
|
+
SignOut_default as SignOut,
|
|
191
200
|
Trash_default as Trash,
|
|
192
201
|
User_default as User,
|
|
193
202
|
Voucher_default as Voucher
|
package/package.json
CHANGED
|
File without changes
|