@xola/ui-kit 2.1.25 → 2.1.27
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/build/ui-kit.mjs +723 -713
- package/build/ui-kit.umd.js +11 -11
- package/package.json +1 -1
package/build/ui-kit.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { Transition as Ce, Dialog as
|
|
1
|
+
import { Transition as Ce, Dialog as qe, Switch as Nn } from "@headlessui/react";
|
|
2
2
|
import c from "prop-types";
|
|
3
3
|
import * as P from "react";
|
|
4
|
-
import n, { useState as ne, useEffect as Te, cloneElement as
|
|
4
|
+
import n, { useState as ne, useEffect as Te, cloneElement as ft, Fragment as fe, Children as Se, createContext as vt, useRef as me, useCallback as ie, useMemo as Me, useContext as Ve, useLayoutEffect as mo, forwardRef as Bn, createElement as He, Component as la } from "react";
|
|
5
5
|
import y from "clsx";
|
|
6
|
-
import { range as ca, round as
|
|
6
|
+
import { range as ca, round as rt, isNumber as ua, isString as mr, isEmpty as pr, isArray as da, isFunction as ma, merge as Qe } from "lodash";
|
|
7
7
|
import Fn from "@tippyjs/react";
|
|
8
8
|
import { followCursor as po } from "tippy.js";
|
|
9
9
|
import { useCombobox as en } from "downshift";
|
|
@@ -69,7 +69,7 @@ wa.propTypes = {
|
|
|
69
69
|
isOpen: c.bool,
|
|
70
70
|
children: c.node
|
|
71
71
|
};
|
|
72
|
-
const
|
|
72
|
+
const ut = {
|
|
73
73
|
standard: {
|
|
74
74
|
common: "border-transparent text-white",
|
|
75
75
|
primary: "bg-primary hover:bg-primary-darker disabled:bg-primary active:bg-primary",
|
|
@@ -120,8 +120,8 @@ const ct = {
|
|
|
120
120
|
"ui-button",
|
|
121
121
|
"inline-flex rounded border transition-colors focus:ring disabled:cursor-default disabled:bg-gray-lighter disabled:text-gray-dark",
|
|
122
122
|
"items-center justify-center font-semibold",
|
|
123
|
-
|
|
124
|
-
|
|
123
|
+
ut[t].common,
|
|
124
|
+
ut[t][o],
|
|
125
125
|
ho[a],
|
|
126
126
|
l
|
|
127
127
|
),
|
|
@@ -132,8 +132,8 @@ const ct = {
|
|
|
132
132
|
r && i === "right" ? /* @__PURE__ */ n.createElement("span", { className: "ml-2 flex-shrink-0" }, r) : null
|
|
133
133
|
);
|
|
134
134
|
Be.propTypes = {
|
|
135
|
-
color: c.oneOf(Object.keys(
|
|
136
|
-
variant: c.oneOf(Object.keys(
|
|
135
|
+
color: c.oneOf(Object.keys(ut.outline)),
|
|
136
|
+
variant: c.oneOf(Object.keys(ut)),
|
|
137
137
|
size: c.oneOf(Object.keys(ho)),
|
|
138
138
|
className: c.string,
|
|
139
139
|
children: c.oneOfType([c.arrayOf(c.node), c.node]),
|
|
@@ -257,7 +257,7 @@ mn.propTypes = {
|
|
|
257
257
|
...Be.propTypes,
|
|
258
258
|
isLoading: c.bool,
|
|
259
259
|
isSuccess: c.bool,
|
|
260
|
-
variant: c.oneOf(Object.keys(
|
|
260
|
+
variant: c.oneOf(Object.keys(ut)),
|
|
261
261
|
disabled: c.bool
|
|
262
262
|
};
|
|
263
263
|
const Ia = {
|
|
@@ -315,7 +315,7 @@ const vo = {
|
|
|
315
315
|
),
|
|
316
316
|
...i
|
|
317
317
|
},
|
|
318
|
-
o ?
|
|
318
|
+
o ? ft(o, { className: y("mr-1", Aa[t]) }) : null,
|
|
319
319
|
r
|
|
320
320
|
);
|
|
321
321
|
La.propTypes = {
|
|
@@ -325,8 +325,8 @@ La.propTypes = {
|
|
|
325
325
|
icon: c.element,
|
|
326
326
|
children: c.node.isRequired
|
|
327
327
|
};
|
|
328
|
-
const
|
|
329
|
-
|
|
328
|
+
const et = p((e) => /* @__PURE__ */ n.createElement("svg", { width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 14 14", ...e }, /* @__PURE__ */ n.createElement("g", { clipPath: "url(#prefix__clip0_5_1805)", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }, /* @__PURE__ */ n.createElement("path", { d: "M11.148 3.147l-8.295 8.295M11.147 11.442L2.853 3.147" })), /* @__PURE__ */ n.createElement("defs", null, /* @__PURE__ */ n.createElement("clipPath", { id: "prefix__clip0_5_1805" }, /* @__PURE__ */ n.createElement("path", { fill: "#fff", d: "M0 0h14v14H0z" })))));
|
|
329
|
+
et.tags = ["cross", "delete", "x"];
|
|
330
330
|
const wo = {
|
|
331
331
|
primary: "bg-primary-lighter text-black border border-primary",
|
|
332
332
|
secondary: "bg-secondary-light text-gray-darker border border-secondary",
|
|
@@ -343,7 +343,7 @@ const wo = {
|
|
|
343
343
|
s.stopPropagation(), o == null || o();
|
|
344
344
|
};
|
|
345
345
|
return /* @__PURE__ */ n.createElement("span", { className: y("ui-tag", "inline-flex rounded", wo[e], xo[t], a), ...i }, r, o ? /* @__PURE__ */ n.createElement(
|
|
346
|
-
|
|
346
|
+
et,
|
|
347
347
|
{
|
|
348
348
|
size: "small",
|
|
349
349
|
className: y(
|
|
@@ -409,7 +409,7 @@ const yo = {
|
|
|
409
409
|
...r
|
|
410
410
|
},
|
|
411
411
|
/* @__PURE__ */ n.createElement("span", { className: "ui-alert-content w-full leading-p1" }, a),
|
|
412
|
-
o ? /* @__PURE__ */ n.createElement("button", { type: "button", className: "ui-alert-close ml-3 cursor-pointer hover:text-gray-dark" }, /* @__PURE__ */ n.createElement(
|
|
412
|
+
o ? /* @__PURE__ */ n.createElement("button", { type: "button", className: "ui-alert-close ml-3 cursor-pointer hover:text-gray-dark" }, /* @__PURE__ */ n.createElement(et, { onClick: o })) : null
|
|
413
413
|
);
|
|
414
414
|
Co.propTypes = {
|
|
415
415
|
className: c.string,
|
|
@@ -472,7 +472,7 @@ const Sa = {
|
|
|
472
472
|
classNames: i = {},
|
|
473
473
|
position: l = "right"
|
|
474
474
|
}) => /* @__PURE__ */ n.createElement(Ce.Root, { show: e, as: fe }, /* @__PURE__ */ n.createElement(
|
|
475
|
-
|
|
475
|
+
qe,
|
|
476
476
|
{
|
|
477
477
|
as: "div",
|
|
478
478
|
className: y("ui-drawer fixed inset-0 z-10 overflow-hidden", i.dialog),
|
|
@@ -490,7 +490,7 @@ const Sa = {
|
|
|
490
490
|
leaveFrom: "opacity-100",
|
|
491
491
|
leaveTo: "opacity-0"
|
|
492
492
|
},
|
|
493
|
-
/* @__PURE__ */ n.createElement(
|
|
493
|
+
/* @__PURE__ */ n.createElement(qe.Overlay, { className: "absolute inset-0 bg-gray bg-opacity-75 transition-opacity" })
|
|
494
494
|
), /* @__PURE__ */ n.createElement(
|
|
495
495
|
"div",
|
|
496
496
|
{
|
|
@@ -520,7 +520,7 @@ const Sa = {
|
|
|
520
520
|
i.children
|
|
521
521
|
)
|
|
522
522
|
},
|
|
523
|
-
/* @__PURE__ */ n.createElement("div", { className: "w-full" }, /* @__PURE__ */ n.createElement(
|
|
523
|
+
/* @__PURE__ */ n.createElement("div", { className: "w-full" }, /* @__PURE__ */ n.createElement(qe.Title, null, t)),
|
|
524
524
|
/* @__PURE__ */ n.createElement("div", { className: y("relative mt-3 flex-1", i.content) }, a)
|
|
525
525
|
), l === "left" ? /* @__PURE__ */ n.createElement(vr, { onClose: r }) : null)
|
|
526
526
|
)
|
|
@@ -536,7 +536,7 @@ const Sa = {
|
|
|
536
536
|
),
|
|
537
537
|
onClick: e
|
|
538
538
|
},
|
|
539
|
-
/* @__PURE__ */ n.createElement(
|
|
539
|
+
/* @__PURE__ */ n.createElement(et, { size: "tiny" })
|
|
540
540
|
);
|
|
541
541
|
gn.propTypes = {
|
|
542
542
|
isOpen: c.bool,
|
|
@@ -921,7 +921,7 @@ const No = {
|
|
|
921
921
|
topRight: "absolute m-4 top-0 right-0",
|
|
922
922
|
bottomLeft: "absolute m-4 bottom-0 left-0",
|
|
923
923
|
bottomRight: "absolute m-4 bottom-0 right-0"
|
|
924
|
-
},
|
|
924
|
+
}, xt = {
|
|
925
925
|
center: {
|
|
926
926
|
enterFrom: "translate-y-4 sm:translate-y-0 sm:scale-95",
|
|
927
927
|
enterTo: "translate-y-0 sm:scale-100",
|
|
@@ -964,7 +964,7 @@ const No = {
|
|
|
964
964
|
const s = () => {
|
|
965
965
|
a && r();
|
|
966
966
|
};
|
|
967
|
-
return /* @__PURE__ */ n.createElement(Ce, { appear: !0, show: o, as: fe }, /* @__PURE__ */ n.createElement(
|
|
967
|
+
return /* @__PURE__ */ n.createElement(Ce, { appear: !0, show: o, as: fe }, /* @__PURE__ */ n.createElement(qe, { as: "div", className: "ui-modal fixed inset-0 z-30 overflow-y-auto", onClose: s }, /* @__PURE__ */ n.createElement("div", { className: "min-h-screen px-4 text-center" }, /* @__PURE__ */ n.createElement(
|
|
968
968
|
Ce.Child,
|
|
969
969
|
{
|
|
970
970
|
as: fe,
|
|
@@ -975,17 +975,17 @@ const No = {
|
|
|
975
975
|
leaveFrom: "opacity-100",
|
|
976
976
|
leaveTo: "opacity-0"
|
|
977
977
|
},
|
|
978
|
-
/* @__PURE__ */ n.createElement(
|
|
978
|
+
/* @__PURE__ */ n.createElement(qe.Overlay, { className: "ui-modal-overlay fixed inset-0 bg-gray-dark bg-opacity-75 transition-opacity" })
|
|
979
979
|
), t === "center" && /* @__PURE__ */ n.createElement("span", { className: "inline-block h-screen align-middle", "aria-hidden": "true" }, "\u200B"), /* @__PURE__ */ n.createElement(
|
|
980
980
|
Ce.Child,
|
|
981
981
|
{
|
|
982
982
|
as: fe,
|
|
983
983
|
enter: y("ease-out duration-300"),
|
|
984
|
-
enterFrom: y("opacity-0",
|
|
985
|
-
enterTo: y("opacity-100",
|
|
984
|
+
enterFrom: y("opacity-0", xt[t].enterFrom),
|
|
985
|
+
enterTo: y("opacity-100", xt[t].enterTo),
|
|
986
986
|
leave: y("ease-in duration-300"),
|
|
987
|
-
leaveFrom: y("opacity-100",
|
|
988
|
-
leaveTo: y("opacity-0",
|
|
987
|
+
leaveFrom: y("opacity-100", xt[t].leaveFrom),
|
|
988
|
+
leaveTo: y("opacity-0", xt[t].leaveTo)
|
|
989
989
|
},
|
|
990
990
|
/* @__PURE__ */ n.createElement(
|
|
991
991
|
"div",
|
|
@@ -1004,7 +1004,7 @@ const No = {
|
|
|
1004
1004
|
className: "absolute top-0 right-0 m-4 hidden p-2 text-gray hover:text-gray-darker sm:block",
|
|
1005
1005
|
onClick: r
|
|
1006
1006
|
},
|
|
1007
|
-
/* @__PURE__ */ n.createElement(
|
|
1007
|
+
/* @__PURE__ */ n.createElement(et, null)
|
|
1008
1008
|
) : null,
|
|
1009
1009
|
i
|
|
1010
1010
|
)
|
|
@@ -1019,7 +1019,7 @@ Jt.propTypes = {
|
|
|
1019
1019
|
children: c.node.isRequired,
|
|
1020
1020
|
className: c.string
|
|
1021
1021
|
};
|
|
1022
|
-
const jn = ({ children: e, description: t, className: o, ...a }) => /* @__PURE__ */ n.createElement(
|
|
1022
|
+
const jn = ({ children: e, description: t, className: o, ...a }) => /* @__PURE__ */ n.createElement(qe.Title, { as: "div", className: y(o, "ui-modal-header text-center"), ...a }, /* @__PURE__ */ n.createElement("h3", { className: "text-2xl font-semibold leading-6 text-black" }, e), t ? /* @__PURE__ */ n.createElement("p", { className: "mt-2 text-base font-normal leading-normal text-gray-darker" }, t) : null);
|
|
1023
1023
|
jn.propTypes = {
|
|
1024
1024
|
children: c.node.isRequired,
|
|
1025
1025
|
description: c.string,
|
|
@@ -1053,7 +1053,7 @@ ce.Header.displayName = "Table.Header";
|
|
|
1053
1053
|
ce.Header.propTypes = {
|
|
1054
1054
|
className: c.string
|
|
1055
1055
|
};
|
|
1056
|
-
ce.Body = ({ className: e, isStriped: t = !1, children: o, ...a }) => /* @__PURE__ */ n.createElement("tbody", { className: y("ui-table-body", "border-none", e), ...a }, Se.map(o, (r) => r &&
|
|
1056
|
+
ce.Body = ({ className: e, isStriped: t = !1, children: o, ...a }) => /* @__PURE__ */ n.createElement("tbody", { className: y("ui-table-body", "border-none", e), ...a }, Se.map(o, (r) => r && ft(r, { isStriped: t })));
|
|
1057
1057
|
ce.Body.displayName = "Table.Body";
|
|
1058
1058
|
ce.Body.propTypes = {
|
|
1059
1059
|
className: c.string,
|
|
@@ -1084,7 +1084,7 @@ const Xn = {
|
|
|
1084
1084
|
}, Fo = ({ size: e, value: t, isCollapsed: o = !1, onChange: a, className: r, children: i, ...l }) => /* @__PURE__ */ n.createElement("span", { className: y("ui-button-group", "inline-flex whitespace-nowrap", r), ...l }, Se.map(i, (s, u) => {
|
|
1085
1085
|
const d = { size: e };
|
|
1086
1086
|
if (!s.props.isHidden)
|
|
1087
|
-
return t !== void 0 && (d.isActive = t === u), o && t >= 0 && t !== u && (d.shouldShowText = !1), a && (d.onClick = () => a(u)),
|
|
1087
|
+
return t !== void 0 && (d.isActive = t === u), o && t >= 0 && t !== u && (d.shouldShowText = !1), a && (d.onClick = () => a(u)), ft(s, d);
|
|
1088
1088
|
}));
|
|
1089
1089
|
Fo.propTypes = {
|
|
1090
1090
|
className: c.string,
|
|
@@ -1156,16 +1156,16 @@ var $a = Ka, ei = $a, ti = /^\s+/;
|
|
|
1156
1156
|
function ni(e) {
|
|
1157
1157
|
return e && e.slice(0, ei(e) + 1).replace(ti, "");
|
|
1158
1158
|
}
|
|
1159
|
-
var ri = ni, oi = Vo, ai = oi.Symbol, Ro = ai, br = Ro, Go = Object.prototype, ii = Go.hasOwnProperty, si = Go.toString,
|
|
1159
|
+
var ri = ni, oi = Vo, ai = oi.Symbol, Ro = ai, br = Ro, Go = Object.prototype, ii = Go.hasOwnProperty, si = Go.toString, ot = br ? br.toStringTag : void 0;
|
|
1160
1160
|
function li(e) {
|
|
1161
|
-
var t = ii.call(e,
|
|
1161
|
+
var t = ii.call(e, ot), o = e[ot];
|
|
1162
1162
|
try {
|
|
1163
|
-
e[
|
|
1163
|
+
e[ot] = void 0;
|
|
1164
1164
|
var a = !0;
|
|
1165
1165
|
} catch {
|
|
1166
1166
|
}
|
|
1167
1167
|
var r = si.call(e);
|
|
1168
|
-
return a && (t ? e[
|
|
1168
|
+
return a && (t ? e[ot] = o : delete e[ot]), r;
|
|
1169
1169
|
}
|
|
1170
1170
|
var ci = li, ui = Object.prototype, di = ui.toString;
|
|
1171
1171
|
function mi(e) {
|
|
@@ -1250,11 +1250,11 @@ function Hi(e, t, o) {
|
|
|
1250
1250
|
var Wi = Hi;
|
|
1251
1251
|
const kt = typeof window > "u" ? !1 : window.navigator.userAgent.includes("Macintosh");
|
|
1252
1252
|
let ji = 1;
|
|
1253
|
-
const zo =
|
|
1253
|
+
const zo = vt({
|
|
1254
1254
|
generateId: () => (console.warn(
|
|
1255
1255
|
"Please wrap your app with `<Provider />` component from `@xola/ui-kit`. Otherwise your app will not work with SSR frameworks."
|
|
1256
1256
|
), ji++)
|
|
1257
|
-
}),
|
|
1257
|
+
}), U4 = ({ children: e }) => {
|
|
1258
1258
|
const t = me(1), o = ie(() => t.current++, [t]), a = Me(() => ({ generateId: o }), [o]);
|
|
1259
1259
|
return /* @__PURE__ */ n.createElement(zo.Provider, { value: a }, e);
|
|
1260
1260
|
}, hn = (e) => {
|
|
@@ -1405,20 +1405,20 @@ Oo.propTypes = {
|
|
|
1405
1405
|
shouldDestroyOnClose: c.bool,
|
|
1406
1406
|
shouldHideMenu: c.bool
|
|
1407
1407
|
};
|
|
1408
|
-
const
|
|
1408
|
+
const bt = ({ className: e, classNames: t = {}, separator: o = "/", children: a, ...r }) => {
|
|
1409
1409
|
const i = Se.count(a) - 1;
|
|
1410
1410
|
return /* @__PURE__ */ n.createElement("div", { className: y("ui-breadcrumb", "whitespace-nowrap text-2xl font-semibold", e), ...r }, Se.map(a, (l, s) => {
|
|
1411
1411
|
const u = s >= i;
|
|
1412
1412
|
return /* @__PURE__ */ n.createElement(n.Fragment, null, /* @__PURE__ */ n.createElement("span", { className: y(t.item, u ? "text-black" : "text-gray-dark") }, l), u ? null : /* @__PURE__ */ n.createElement("span", { className: y(t.separator, "mx-2 text-gray-dark") }, o));
|
|
1413
1413
|
}));
|
|
1414
1414
|
};
|
|
1415
|
-
|
|
1415
|
+
bt.propTypes = {
|
|
1416
1416
|
className: c.string,
|
|
1417
1417
|
classNames: c.object,
|
|
1418
1418
|
separator: c.string,
|
|
1419
1419
|
children: c.oneOfType([c.arrayOf(c.node), c.node])
|
|
1420
1420
|
};
|
|
1421
|
-
|
|
1421
|
+
bt.Item = ({ className: e, onClick: t, children: o }) => /* @__PURE__ */ n.createElement(
|
|
1422
1422
|
"div",
|
|
1423
1423
|
{
|
|
1424
1424
|
className: y("ui-breadcrumb-item inline", t && "cursor-pointer hover:underline", e),
|
|
@@ -1426,8 +1426,8 @@ vt.Item = ({ className: e, onClick: t, children: o }) => /* @__PURE__ */ n.creat
|
|
|
1426
1426
|
},
|
|
1427
1427
|
o
|
|
1428
1428
|
);
|
|
1429
|
-
|
|
1430
|
-
|
|
1429
|
+
bt.Item.displayName = "Breadcrumb.Item";
|
|
1430
|
+
bt.Item.propTypes = {
|
|
1431
1431
|
className: c.string,
|
|
1432
1432
|
onClick: c.func,
|
|
1433
1433
|
children: c.node.isRequired
|
|
@@ -1445,7 +1445,7 @@ const Yi = Pt(), Ji = /* @__PURE__ */ new Set(["JPY", "CLP", "KRW", "LAK", "PYG"
|
|
|
1445
1445
|
return t && (s.currency = t, s.currencyDisplay = i ? "narrowSymbol" : "symbol"), r ? Qi(e, o) : new Intl.NumberFormat(o, s).format(e);
|
|
1446
1446
|
}, jo = (e, t) => {
|
|
1447
1447
|
let o = Number(t);
|
|
1448
|
-
return Jn(e) ?
|
|
1448
|
+
return Jn(e) ? rt(o) : (rt(o, 3) === rt(o, 4) && (o = rt(o, 3)), rt(o, 2));
|
|
1449
1449
|
}, Qi = (e, t = Ho) => new Intl.NumberFormat(t, { notation: "compact", maximumFractionDigits: 2 }).format(e), Po = Pt(), je = ({
|
|
1450
1450
|
currency: e = "USD",
|
|
1451
1451
|
locale: t = Po,
|
|
@@ -1500,7 +1500,7 @@ const Ut = {
|
|
|
1500
1500
|
success: "text-success",
|
|
1501
1501
|
danger: "text-danger",
|
|
1502
1502
|
caution: "text-caution"
|
|
1503
|
-
}, Qn =
|
|
1503
|
+
}, Qn = vt(), Pe = ({ children: e, className: t, currency: o, ...a }) => /* @__PURE__ */ n.createElement(Qn.Provider, { value: o }, /* @__PURE__ */ n.createElement("table", { className: y("ui-breakdown", "w-full", t), ...a }, /* @__PURE__ */ n.createElement("tbody", null, e)));
|
|
1504
1504
|
Pe.propTypes = {
|
|
1505
1505
|
children: c.node,
|
|
1506
1506
|
className: c.string,
|
|
@@ -1595,7 +1595,7 @@ function S() {
|
|
|
1595
1595
|
return e;
|
|
1596
1596
|
}, S.apply(this, arguments);
|
|
1597
1597
|
}
|
|
1598
|
-
function
|
|
1598
|
+
function st(e, t, o) {
|
|
1599
1599
|
return t in e ? Object.defineProperty(e, t, {
|
|
1600
1600
|
value: o,
|
|
1601
1601
|
enumerable: !0,
|
|
@@ -1617,7 +1617,7 @@ function T(e) {
|
|
|
1617
1617
|
for (var t = 1; t < arguments.length; t++) {
|
|
1618
1618
|
var o = arguments[t] != null ? arguments[t] : {};
|
|
1619
1619
|
t % 2 ? Ir(Object(o), !0).forEach(function(a) {
|
|
1620
|
-
|
|
1620
|
+
st(e, a, o[a]);
|
|
1621
1621
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(o)) : Ir(Object(o)).forEach(function(a) {
|
|
1622
1622
|
Object.defineProperty(e, a, Object.getOwnPropertyDescriptor(o, a));
|
|
1623
1623
|
});
|
|
@@ -1734,7 +1734,7 @@ function i0() {
|
|
|
1734
1734
|
throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
1735
1735
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
1736
1736
|
}
|
|
1737
|
-
function
|
|
1737
|
+
function ct(e) {
|
|
1738
1738
|
return o0(e) || a0(e) || Uo(e) || i0();
|
|
1739
1739
|
}
|
|
1740
1740
|
function s0(e) {
|
|
@@ -1801,7 +1801,7 @@ function wn(e, t) {
|
|
|
1801
1801
|
function ae(e, t) {
|
|
1802
1802
|
return e.charCodeAt(t) | 0;
|
|
1803
1803
|
}
|
|
1804
|
-
function
|
|
1804
|
+
function dt(e, t, o) {
|
|
1805
1805
|
return e.slice(t, o);
|
|
1806
1806
|
}
|
|
1807
1807
|
function Ee(e) {
|
|
@@ -1810,38 +1810,38 @@ function Ee(e) {
|
|
|
1810
1810
|
function $n(e) {
|
|
1811
1811
|
return e.length;
|
|
1812
1812
|
}
|
|
1813
|
-
function
|
|
1813
|
+
function Et(e, t) {
|
|
1814
1814
|
return t.push(e), e;
|
|
1815
1815
|
}
|
|
1816
1816
|
function h0(e, t) {
|
|
1817
1817
|
return e.map(t).join("");
|
|
1818
1818
|
}
|
|
1819
|
-
var _t = 1,
|
|
1819
|
+
var _t = 1, $e = 1, qo = 0, pe = 0, oe = 0, tt = "";
|
|
1820
1820
|
function qt(e, t, o, a, r, i, l) {
|
|
1821
|
-
return { value: e, root: t, parent: o, type: a, props: r, children: i, line: _t, column:
|
|
1821
|
+
return { value: e, root: t, parent: o, type: a, props: r, children: i, line: _t, column: $e, length: l, return: "" };
|
|
1822
1822
|
}
|
|
1823
|
-
function
|
|
1823
|
+
function at(e, t) {
|
|
1824
1824
|
return m0(qt("", null, null, "", null, null, 0), e, { length: -e.length }, t);
|
|
1825
1825
|
}
|
|
1826
1826
|
function f0() {
|
|
1827
1827
|
return oe;
|
|
1828
1828
|
}
|
|
1829
1829
|
function v0() {
|
|
1830
|
-
return oe = pe > 0 ? ae(
|
|
1830
|
+
return oe = pe > 0 ? ae(tt, --pe) : 0, $e--, oe === 10 && ($e = 1, _t--), oe;
|
|
1831
1831
|
}
|
|
1832
1832
|
function ge() {
|
|
1833
|
-
return oe = pe < qo ? ae(
|
|
1833
|
+
return oe = pe < qo ? ae(tt, pe++) : 0, $e++, oe === 10 && ($e = 1, _t++), oe;
|
|
1834
1834
|
}
|
|
1835
1835
|
function Ie() {
|
|
1836
|
-
return ae(
|
|
1836
|
+
return ae(tt, pe);
|
|
1837
1837
|
}
|
|
1838
1838
|
function At() {
|
|
1839
1839
|
return pe;
|
|
1840
1840
|
}
|
|
1841
|
-
function
|
|
1842
|
-
return
|
|
1841
|
+
function wt(e, t) {
|
|
1842
|
+
return dt(tt, e, t);
|
|
1843
1843
|
}
|
|
1844
|
-
function
|
|
1844
|
+
function mt(e) {
|
|
1845
1845
|
switch (e) {
|
|
1846
1846
|
case 0:
|
|
1847
1847
|
case 9:
|
|
@@ -1874,23 +1874,23 @@ function dt(e) {
|
|
|
1874
1874
|
return 0;
|
|
1875
1875
|
}
|
|
1876
1876
|
function Ko(e) {
|
|
1877
|
-
return _t =
|
|
1877
|
+
return _t = $e = 1, qo = Ee(tt = e), pe = 0, [];
|
|
1878
1878
|
}
|
|
1879
1879
|
function $o(e) {
|
|
1880
|
-
return
|
|
1880
|
+
return tt = "", e;
|
|
1881
1881
|
}
|
|
1882
1882
|
function Lt(e) {
|
|
1883
|
-
return _o(
|
|
1883
|
+
return _o(wt(pe - 1, xn(e === 91 ? e + 2 : e === 40 ? e + 1 : e)));
|
|
1884
1884
|
}
|
|
1885
1885
|
function b0(e) {
|
|
1886
1886
|
for (; (oe = Ie()) && oe < 33; )
|
|
1887
1887
|
ge();
|
|
1888
|
-
return
|
|
1888
|
+
return mt(e) > 2 || mt(oe) > 3 ? "" : " ";
|
|
1889
1889
|
}
|
|
1890
1890
|
function w0(e, t) {
|
|
1891
1891
|
for (; --t && ge() && !(oe < 48 || oe > 102 || oe > 57 && oe < 65 || oe > 70 && oe < 97); )
|
|
1892
1892
|
;
|
|
1893
|
-
return
|
|
1893
|
+
return wt(e, At() + (t < 6 && Ie() == 32 && ge() == 32));
|
|
1894
1894
|
}
|
|
1895
1895
|
function xn(e) {
|
|
1896
1896
|
for (; ge(); )
|
|
@@ -1914,12 +1914,12 @@ function x0(e, t) {
|
|
|
1914
1914
|
for (; ge() && e + oe !== 47 + 10; )
|
|
1915
1915
|
if (e + oe === 42 + 42 && Ie() === 47)
|
|
1916
1916
|
break;
|
|
1917
|
-
return "/*" +
|
|
1917
|
+
return "/*" + wt(t, pe - 1) + "*" + Qt(e === 47 ? e : ge());
|
|
1918
1918
|
}
|
|
1919
1919
|
function E0(e) {
|
|
1920
|
-
for (; !
|
|
1920
|
+
for (; !mt(Ie()); )
|
|
1921
1921
|
ge();
|
|
1922
|
-
return
|
|
1922
|
+
return wt(e, pe);
|
|
1923
1923
|
}
|
|
1924
1924
|
function y0(e) {
|
|
1925
1925
|
return $o(Mt("", null, null, null, [""], e = Ko(e), 0, [0], e));
|
|
@@ -1950,7 +1950,7 @@ function Mt(e, t, o, a, r, i, l, s, u) {
|
|
|
1950
1950
|
switch (Ie()) {
|
|
1951
1951
|
case 42:
|
|
1952
1952
|
case 47:
|
|
1953
|
-
|
|
1953
|
+
Et(C0(x0(ge(), At()), t, o), u);
|
|
1954
1954
|
break;
|
|
1955
1955
|
default:
|
|
1956
1956
|
L += "/";
|
|
@@ -1966,12 +1966,12 @@ function Mt(e, t, o, a, r, i, l, s, u) {
|
|
|
1966
1966
|
case 125:
|
|
1967
1967
|
f = 0;
|
|
1968
1968
|
case 59 + m:
|
|
1969
|
-
E > 0 && Ee(L) - h &&
|
|
1969
|
+
E > 0 && Ee(L) - h && Et(E > 32 ? Lr(L + ";", a, o, h - 1) : Lr(J(L, " ", "") + ";", a, o, h - 2), u);
|
|
1970
1970
|
break;
|
|
1971
1971
|
case 59:
|
|
1972
1972
|
L += ";";
|
|
1973
1973
|
default:
|
|
1974
|
-
if (
|
|
1974
|
+
if (Et(k = Ar(L, t, o, d, m, r, s, I, C = [], w = [], h), i), A === 123)
|
|
1975
1975
|
if (m === 0)
|
|
1976
1976
|
Mt(L, t, k, k, C, i, h, s, w);
|
|
1977
1977
|
else
|
|
@@ -1979,7 +1979,7 @@ function Mt(e, t, o, a, r, i, l, s, u) {
|
|
|
1979
1979
|
case 100:
|
|
1980
1980
|
case 109:
|
|
1981
1981
|
case 115:
|
|
1982
|
-
Mt(e, k, k, a &&
|
|
1982
|
+
Mt(e, k, k, a && Et(Ar(e, k, k, 0, 0, r, s, I, r, C = [], h), w), r, w, h, s, a ? C : w);
|
|
1983
1983
|
break;
|
|
1984
1984
|
default:
|
|
1985
1985
|
Mt(L, k, k, k, [""], w, 0, s, w);
|
|
@@ -2014,17 +2014,17 @@ function Mt(e, t, o, a, r, i, l, s, u) {
|
|
|
2014
2014
|
}
|
|
2015
2015
|
function Ar(e, t, o, a, r, i, l, s, u, d, m) {
|
|
2016
2016
|
for (var h = r - 1, b = r === 0 ? i : [""], E = $n(b), x = 0, g = 0, f = 0; x < a; ++x)
|
|
2017
|
-
for (var v = 0, A =
|
|
2017
|
+
for (var v = 0, A = dt(e, h + 1, h = d0(g = l[x])), I = e; v < E; ++v)
|
|
2018
2018
|
(I = _o(g > 0 ? b[v] + " " + A : J(A, /&\f/g, b[v]))) && (u[f++] = I);
|
|
2019
2019
|
return qt(e, t, o, r === 0 ? qn : s, u, d, m);
|
|
2020
2020
|
}
|
|
2021
2021
|
function C0(e, t, o) {
|
|
2022
|
-
return qt(e, t, o, _n, Qt(f0()),
|
|
2022
|
+
return qt(e, t, o, _n, Qt(f0()), dt(e, 2, -2), 0);
|
|
2023
2023
|
}
|
|
2024
2024
|
function Lr(e, t, o, a) {
|
|
2025
|
-
return qt(e, t, o, Kn,
|
|
2025
|
+
return qt(e, t, o, Kn, dt(e, 0, a), dt(e, a + 1, -1), a);
|
|
2026
2026
|
}
|
|
2027
|
-
function
|
|
2027
|
+
function Ke(e, t) {
|
|
2028
2028
|
for (var o = "", a = $n(e), r = 0; r < a; r++)
|
|
2029
2029
|
o += t(e[r], r, e, t) || "";
|
|
2030
2030
|
return o;
|
|
@@ -2037,11 +2037,11 @@ function I0(e, t, o, a) {
|
|
|
2037
2037
|
case _n:
|
|
2038
2038
|
return "";
|
|
2039
2039
|
case Qo:
|
|
2040
|
-
return e.return = e.value + "{" +
|
|
2040
|
+
return e.return = e.value + "{" + Ke(e.children, a) + "}";
|
|
2041
2041
|
case qn:
|
|
2042
2042
|
e.value = e.props.join(",");
|
|
2043
2043
|
}
|
|
2044
|
-
return Ee(o =
|
|
2044
|
+
return Ee(o = Ke(e.children, a)) ? e.return = e.value + "{" + o + "}" : "";
|
|
2045
2045
|
}
|
|
2046
2046
|
function k0(e) {
|
|
2047
2047
|
var t = $n(e);
|
|
@@ -2063,13 +2063,13 @@ function L0(e) {
|
|
|
2063
2063
|
};
|
|
2064
2064
|
}
|
|
2065
2065
|
var M0 = function(t, o, a) {
|
|
2066
|
-
for (var r = 0, i = 0; r = i, i = Ie(), r === 38 && i === 12 && (o[a] = 1), !
|
|
2066
|
+
for (var r = 0, i = 0; r = i, i = Ie(), r === 38 && i === 12 && (o[a] = 1), !mt(i); )
|
|
2067
2067
|
ge();
|
|
2068
|
-
return
|
|
2068
|
+
return wt(t, pe);
|
|
2069
2069
|
}, N0 = function(t, o) {
|
|
2070
2070
|
var a = -1, r = 44;
|
|
2071
2071
|
do
|
|
2072
|
-
switch (
|
|
2072
|
+
switch (mt(r)) {
|
|
2073
2073
|
case 0:
|
|
2074
2074
|
r === 38 && Ie() === 12 && (o[a] = 1), t[a] += M0(pe - 1, o, a);
|
|
2075
2075
|
break;
|
|
@@ -2261,7 +2261,7 @@ var D0 = function(t, o, a, r) {
|
|
|
2261
2261
|
t.return = t1(t.value, t.length);
|
|
2262
2262
|
break;
|
|
2263
2263
|
case Qo:
|
|
2264
|
-
return
|
|
2264
|
+
return Ke([at(t, {
|
|
2265
2265
|
value: J(t.value, "@", "@" + Z)
|
|
2266
2266
|
})], r);
|
|
2267
2267
|
case qn:
|
|
@@ -2270,15 +2270,15 @@ var D0 = function(t, o, a, r) {
|
|
|
2270
2270
|
switch (g0(i, /(::plac\w+|:read-\w+)/)) {
|
|
2271
2271
|
case ":read-only":
|
|
2272
2272
|
case ":read-write":
|
|
2273
|
-
return
|
|
2273
|
+
return Ke([at(t, {
|
|
2274
2274
|
props: [J(i, /:(read-\w+)/, ":" + zt + "$1")]
|
|
2275
2275
|
})], r);
|
|
2276
2276
|
case "::placeholder":
|
|
2277
|
-
return
|
|
2277
|
+
return Ke([at(t, {
|
|
2278
2278
|
props: [J(i, /:(plac\w+)/, ":" + Z + "input-$1")]
|
|
2279
|
-
}),
|
|
2279
|
+
}), at(t, {
|
|
2280
2280
|
props: [J(i, /:(plac\w+)/, ":" + zt + "$1")]
|
|
2281
|
-
}),
|
|
2281
|
+
}), at(t, {
|
|
2282
2282
|
props: [J(i, /:(plac\w+)/, se + "input-$1")]
|
|
2283
2283
|
})], r);
|
|
2284
2284
|
}
|
|
@@ -2321,7 +2321,7 @@ If multiple caches share the same key they might "fight" for each other's style
|
|
|
2321
2321
|
} : A0(function(g) {
|
|
2322
2322
|
m.insert(g);
|
|
2323
2323
|
})], b = k0(d.concat(r, h)), E = function(f) {
|
|
2324
|
-
return
|
|
2324
|
+
return Ke(y0(f), b);
|
|
2325
2325
|
};
|
|
2326
2326
|
u = function(f, v, A, I) {
|
|
2327
2327
|
m = A, process.env.NODE_ENV !== "production" && v.map !== void 0 && (m = {
|
|
@@ -2648,7 +2648,7 @@ if (process.env.NODE_ENV !== "production") {
|
|
|
2648
2648
|
};
|
|
2649
2649
|
}
|
|
2650
2650
|
var s1 = "Component selectors can only be used in conjunction with @emotion/babel-plugin, the swc Emotion plugin, or another Emotion-aware compiler transform.";
|
|
2651
|
-
function
|
|
2651
|
+
function pt(e, t, o) {
|
|
2652
2652
|
if (o == null)
|
|
2653
2653
|
return "";
|
|
2654
2654
|
if (o.__emotion_styles !== void 0) {
|
|
@@ -2683,7 +2683,7 @@ function mt(e, t, o) {
|
|
|
2683
2683
|
case "function": {
|
|
2684
2684
|
if (e !== void 0) {
|
|
2685
2685
|
var i = we, l = o(e);
|
|
2686
|
-
return we = i,
|
|
2686
|
+
return we = i, pt(e, t, l);
|
|
2687
2687
|
} else
|
|
2688
2688
|
process.env.NODE_ENV !== "production" && console.error("Functions that are interpolated in css calls will be stringified.\nIf you want to have a css call based on props, create a function that returns a css call like this\nlet dynamicStyle = (props) => css`color: ${props.color}`\nIt can be called directly with props or interpolated in a styled call like this\nlet SomeComponent = styled('div')`${dynamicStyle}`");
|
|
2689
2689
|
break;
|
|
@@ -2712,7 +2712,7 @@ function ts(e, t, o) {
|
|
|
2712
2712
|
var a = "";
|
|
2713
2713
|
if (Array.isArray(o))
|
|
2714
2714
|
for (var r = 0; r < o.length; r++)
|
|
2715
|
-
a +=
|
|
2715
|
+
a += pt(e, t, o[r]) + ";";
|
|
2716
2716
|
else
|
|
2717
2717
|
for (var i in o) {
|
|
2718
2718
|
var l = o[i];
|
|
@@ -2725,7 +2725,7 @@ function ts(e, t, o) {
|
|
|
2725
2725
|
for (var s = 0; s < l.length; s++)
|
|
2726
2726
|
Tr(l[s]) && (a += nn(i) + ":" + Dt(i, l[s]) + ";");
|
|
2727
2727
|
else {
|
|
2728
|
-
var u =
|
|
2728
|
+
var u = pt(e, t, l);
|
|
2729
2729
|
switch (i) {
|
|
2730
2730
|
case "animation":
|
|
2731
2731
|
case "animationName": {
|
|
@@ -2742,15 +2742,15 @@ function ts(e, t, o) {
|
|
|
2742
2742
|
}
|
|
2743
2743
|
var Rr = /label:\s*([^\s;\n{]+)\s*(;|$)/g, l1;
|
|
2744
2744
|
process.env.NODE_ENV !== "production" && (l1 = /\/\*#\ssourceMappingURL=data:application\/json;\S+\s+\*\//g);
|
|
2745
|
-
var we,
|
|
2745
|
+
var we, gt = function(t, o, a) {
|
|
2746
2746
|
if (t.length === 1 && typeof t[0] == "object" && t[0] !== null && t[0].styles !== void 0)
|
|
2747
2747
|
return t[0];
|
|
2748
2748
|
var r = !0, i = "";
|
|
2749
2749
|
we = void 0;
|
|
2750
2750
|
var l = t[0];
|
|
2751
|
-
l == null || l.raw === void 0 ? (r = !1, i +=
|
|
2751
|
+
l == null || l.raw === void 0 ? (r = !1, i += pt(a, o, l)) : (process.env.NODE_ENV !== "production" && l[0] === void 0 && console.error(Sr), i += l[0]);
|
|
2752
2752
|
for (var s = 1; s < t.length; s++)
|
|
2753
|
-
i +=
|
|
2753
|
+
i += pt(a, o, t[s]), r && (process.env.NODE_ENV !== "production" && l[s] === void 0 && console.error(Sr), i += l[s]);
|
|
2754
2754
|
var u;
|
|
2755
2755
|
process.env.NODE_ENV !== "production" && (i = i.replace(l1, function(b) {
|
|
2756
2756
|
return u = b, "";
|
|
@@ -2773,7 +2773,7 @@ var we, pt = function(t, o, a) {
|
|
|
2773
2773
|
};
|
|
2774
2774
|
}, ns = function(t) {
|
|
2775
2775
|
return t();
|
|
2776
|
-
}, c1 = P["useInsertionEffect"] ? P["useInsertionEffect"] : !1, u1 = c1 || ns, Gr = c1 || mo, rr = {}.hasOwnProperty, or = /* @__PURE__ */
|
|
2776
|
+
}, c1 = P["useInsertionEffect"] ? P["useInsertionEffect"] : !1, u1 = c1 || ns, Gr = c1 || mo, rr = {}.hasOwnProperty, or = /* @__PURE__ */ vt(
|
|
2777
2777
|
typeof HTMLElement < "u" ? /* @__PURE__ */ H0({
|
|
2778
2778
|
key: "css"
|
|
2779
2779
|
}) : null
|
|
@@ -2785,7 +2785,7 @@ var ar = function(t) {
|
|
|
2785
2785
|
var r = Ve(or);
|
|
2786
2786
|
return t(o, r, a);
|
|
2787
2787
|
});
|
|
2788
|
-
}, Kt = /* @__PURE__ */
|
|
2788
|
+
}, Kt = /* @__PURE__ */ vt({});
|
|
2789
2789
|
process.env.NODE_ENV !== "production" && (Kt.displayName = "EmotionThemeContext");
|
|
2790
2790
|
var zr = function(t) {
|
|
2791
2791
|
var o = t.split(".");
|
|
@@ -2829,10 +2829,10 @@ var zr = function(t) {
|
|
|
2829
2829
|
typeof a == "string" && t.registered[a] !== void 0 && (a = t.registered[a]);
|
|
2830
2830
|
var r = e[En], i = [a], l = "";
|
|
2831
2831
|
typeof e.className == "string" ? l = a1(t.registered, i, e.className) : e.className != null && (l = e.className + " ");
|
|
2832
|
-
var s =
|
|
2832
|
+
var s = gt(i, void 0, Ve(Kt));
|
|
2833
2833
|
if (process.env.NODE_ENV !== "production" && s.name.indexOf("-") === -1) {
|
|
2834
2834
|
var u = e[yn];
|
|
2835
|
-
u && (s =
|
|
2835
|
+
u && (s = gt([s, "label:" + u + ";"]));
|
|
2836
2836
|
}
|
|
2837
2837
|
l += t.key + "-" + s.name;
|
|
2838
2838
|
var d = {};
|
|
@@ -2977,7 +2977,7 @@ var cs = {
|
|
|
2977
2977
|
return He.apply(null, i);
|
|
2978
2978
|
}, Dr = !1, us = /* @__PURE__ */ ar(function(e, t) {
|
|
2979
2979
|
process.env.NODE_ENV !== "production" && !Dr && (e.className || e.css) && (console.error("It looks like you're using the css prop on Global, did you mean to use the styles prop instead?"), Dr = !0);
|
|
2980
|
-
var o = e.styles, a =
|
|
2980
|
+
var o = e.styles, a = gt([o], void 0, Ve(Kt)), r = me();
|
|
2981
2981
|
return Gr(function() {
|
|
2982
2982
|
var i = t.key + "-global", l = new t.sheet.constructor({
|
|
2983
2983
|
key: i,
|
|
@@ -3005,7 +3005,7 @@ process.env.NODE_ENV !== "production" && (us.displayName = "EmotionGlobal");
|
|
|
3005
3005
|
function ir() {
|
|
3006
3006
|
for (var e = arguments.length, t = new Array(e), o = 0; o < e; o++)
|
|
3007
3007
|
t[o] = arguments[o];
|
|
3008
|
-
return
|
|
3008
|
+
return gt(t);
|
|
3009
3009
|
}
|
|
3010
3010
|
var ds = function() {
|
|
3011
3011
|
var t = ir.apply(void 0, arguments), o = "animation-" + t.name;
|
|
@@ -3059,7 +3059,7 @@ var gs = function(t) {
|
|
|
3059
3059
|
throw new Error("css can only be used during render");
|
|
3060
3060
|
for (var d = arguments.length, m = new Array(d), h = 0; h < d; h++)
|
|
3061
3061
|
m[h] = arguments[h];
|
|
3062
|
-
var b =
|
|
3062
|
+
var b = gt(m, t.registered);
|
|
3063
3063
|
return a.push(b), er(t, b, !1), t.key + "-" + b.name;
|
|
3064
3064
|
}, i = function() {
|
|
3065
3065
|
if (o && process.env.NODE_ENV !== "production")
|
|
@@ -3152,12 +3152,12 @@ function m1(e) {
|
|
|
3152
3152
|
function p1(e) {
|
|
3153
3153
|
return h1(e) ? (e.nodeName || "").toLowerCase() : "";
|
|
3154
3154
|
}
|
|
3155
|
-
let
|
|
3155
|
+
let yt;
|
|
3156
3156
|
function ys() {
|
|
3157
|
-
if (
|
|
3158
|
-
return
|
|
3157
|
+
if (yt)
|
|
3158
|
+
return yt;
|
|
3159
3159
|
const e = navigator.userAgentData;
|
|
3160
|
-
return e && Array.isArray(e.brands) ? (
|
|
3160
|
+
return e && Array.isArray(e.brands) ? (yt = e.brands.map((t) => t.brand + "/" + t.version).join(" "), yt) : navigator.userAgent;
|
|
3161
3161
|
}
|
|
3162
3162
|
function g1(e) {
|
|
3163
3163
|
return e instanceof Ye(e).HTMLElement;
|
|
@@ -3338,7 +3338,7 @@ function Ss(e) {
|
|
|
3338
3338
|
function Ts(e, t, o, a) {
|
|
3339
3339
|
return o * ((e = e / a - 1) * e * e + 1) + t;
|
|
3340
3340
|
}
|
|
3341
|
-
function
|
|
3341
|
+
function Ct(e, t) {
|
|
3342
3342
|
var o = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : 200, a = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : Ot, r = w1(e), i = t - r, l = 10, s = 0;
|
|
3343
3343
|
function u() {
|
|
3344
3344
|
s += l;
|
|
@@ -3380,8 +3380,8 @@ var x1 = !1, Gs = {
|
|
|
3380
3380
|
get passive() {
|
|
3381
3381
|
return x1 = !0;
|
|
3382
3382
|
}
|
|
3383
|
-
},
|
|
3384
|
-
|
|
3383
|
+
}, It = typeof window < "u" ? window : {};
|
|
3384
|
+
It.addEventListener && It.removeEventListener && (It.addEventListener("p", Ot, Gs), It.removeEventListener("p", Ot, !1));
|
|
3385
3385
|
var zs = x1;
|
|
3386
3386
|
function Ds(e) {
|
|
3387
3387
|
return e != null;
|
|
@@ -3389,7 +3389,7 @@ function Ds(e) {
|
|
|
3389
3389
|
function Os(e) {
|
|
3390
3390
|
return Array.isArray(e);
|
|
3391
3391
|
}
|
|
3392
|
-
function
|
|
3392
|
+
function lt(e, t, o) {
|
|
3393
3393
|
return e ? t : o;
|
|
3394
3394
|
}
|
|
3395
3395
|
var Hs = function(t) {
|
|
@@ -3421,12 +3421,12 @@ function Ws(e) {
|
|
|
3421
3421
|
maxHeight: t
|
|
3422
3422
|
};
|
|
3423
3423
|
if (V >= x && !l)
|
|
3424
|
-
return i &&
|
|
3424
|
+
return i && Ct(u, U, z), {
|
|
3425
3425
|
placement: "bottom",
|
|
3426
3426
|
maxHeight: t
|
|
3427
3427
|
};
|
|
3428
3428
|
if (!l && V >= a || l && L >= a) {
|
|
3429
|
-
i &&
|
|
3429
|
+
i && Ct(u, U, z);
|
|
3430
3430
|
var Q = l ? L - C : V - C;
|
|
3431
3431
|
return {
|
|
3432
3432
|
placement: "bottom",
|
|
@@ -3453,13 +3453,13 @@ function Ws(e) {
|
|
|
3453
3453
|
maxHeight: t
|
|
3454
3454
|
};
|
|
3455
3455
|
if (M >= x && !l)
|
|
3456
|
-
return i &&
|
|
3456
|
+
return i && Ct(u, j, z), {
|
|
3457
3457
|
placement: "top",
|
|
3458
3458
|
maxHeight: t
|
|
3459
3459
|
};
|
|
3460
3460
|
if (!l && M >= a || l && k >= a) {
|
|
3461
3461
|
var q = t;
|
|
3462
|
-
return (!l && M >= a || l && k >= a) && (q = l ? k - w : M - w), i &&
|
|
3462
|
+
return (!l && M >= a || l && k >= a) && (q = l ? k - w : M - w), i && Ct(u, j, z), {
|
|
3463
3463
|
placement: "top",
|
|
3464
3464
|
maxHeight: q
|
|
3465
3465
|
};
|
|
@@ -3486,14 +3486,14 @@ var E1 = function(t) {
|
|
|
3486
3486
|
var a, r = t.placement, i = t.theme, l = i.borderRadius, s = i.spacing, u = i.colors;
|
|
3487
3487
|
return T((a = {
|
|
3488
3488
|
label: "menu"
|
|
3489
|
-
},
|
|
3489
|
+
}, st(a, js(r), "100%"), st(a, "position", "absolute"), st(a, "width", "100%"), st(a, "zIndex", 1), a), o ? {} : {
|
|
3490
3490
|
backgroundColor: u.neutral0,
|
|
3491
3491
|
borderRadius: l,
|
|
3492
3492
|
boxShadow: "0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 11px hsla(0, 0%, 0%, 0.1)",
|
|
3493
3493
|
marginBottom: s.menuGutter,
|
|
3494
3494
|
marginTop: s.menuGutter
|
|
3495
3495
|
});
|
|
3496
|
-
}, y1 = /* @__PURE__ */
|
|
3496
|
+
}, y1 = /* @__PURE__ */ vt(null), Zs = function(t) {
|
|
3497
3497
|
var o = t.children, a = t.minMenuHeight, r = t.maxMenuHeight, i = t.menuPlacement, l = t.menuPosition, s = t.menuShouldScrollIntoView, u = t.theme, d = Ve(y1) || {}, m = d.setPortalPlacement, h = me(null), b = ne(r), E = Ne(b, 2), x = E[0], g = E[1], f = ne(null), v = Ne(f, 2), A = v[0], I = v[1], C = u.spacing.controlHeight;
|
|
3498
3498
|
return In(function() {
|
|
3499
3499
|
var w = h.current;
|
|
@@ -4608,7 +4608,7 @@ function no() {
|
|
|
4608
4608
|
function ro() {
|
|
4609
4609
|
return "ontouchstart" in window || navigator.maxTouchPoints;
|
|
4610
4610
|
}
|
|
4611
|
-
var oo = !!(typeof window < "u" && window.document && window.document.createElement),
|
|
4611
|
+
var oo = !!(typeof window < "u" && window.document && window.document.createElement), it = 0, Ue = {
|
|
4612
4612
|
capture: !1,
|
|
4613
4613
|
passive: !1
|
|
4614
4614
|
};
|
|
@@ -4619,19 +4619,19 @@ function rc(e) {
|
|
|
4619
4619
|
if (a && Kr.forEach(function(x) {
|
|
4620
4620
|
var g = m && m[x];
|
|
4621
4621
|
r.current[x] = g;
|
|
4622
|
-
}), a &&
|
|
4622
|
+
}), a && it < 1) {
|
|
4623
4623
|
var h = parseInt(r.current.paddingRight, 10) || 0, b = document.body ? document.body.clientWidth : 0, E = window.innerWidth - b + h || 0;
|
|
4624
4624
|
Object.keys($r).forEach(function(x) {
|
|
4625
4625
|
var g = $r[x];
|
|
4626
4626
|
m && (m[x] = g);
|
|
4627
4627
|
}), m && (m.paddingRight = "".concat(E, "px"));
|
|
4628
4628
|
}
|
|
4629
|
-
d && ro() && (d.addEventListener("touchmove", eo, Ue), u && (u.addEventListener("touchstart", no, Ue), u.addEventListener("touchmove", to, Ue))),
|
|
4629
|
+
d && ro() && (d.addEventListener("touchmove", eo, Ue), u && (u.addEventListener("touchstart", no, Ue), u.addEventListener("touchmove", to, Ue))), it += 1;
|
|
4630
4630
|
}
|
|
4631
4631
|
}, [a]), s = ie(function(u) {
|
|
4632
4632
|
if (!!oo) {
|
|
4633
4633
|
var d = document.body, m = d && d.style;
|
|
4634
|
-
|
|
4634
|
+
it = Math.max(it - 1, 0), a && it < 1 && Kr.forEach(function(h) {
|
|
4635
4635
|
var b = r.current[h];
|
|
4636
4636
|
m && (m[h] = b);
|
|
4637
4637
|
}), d && ro() && (d.removeEventListener("touchmove", eo, Ue), u && (u.removeEventListener("touchstart", no, Ue), u.removeEventListener("touchmove", to, Ue)));
|
|
@@ -4840,7 +4840,7 @@ function z1(e, t) {
|
|
|
4840
4840
|
}
|
|
4841
4841
|
function D1(e) {
|
|
4842
4842
|
return e.reduce(function(t, o) {
|
|
4843
|
-
return o.type === "group" ? t.push.apply(t,
|
|
4843
|
+
return o.type === "group" ? t.push.apply(t, ct(o.options.map(function(a) {
|
|
4844
4844
|
return a.data;
|
|
4845
4845
|
}))) : t.push(o.data), t;
|
|
4846
4846
|
}, []);
|
|
@@ -4943,7 +4943,7 @@ var P1 = function(t) {
|
|
|
4943
4943
|
return r.getOptionValue(f) !== g;
|
|
4944
4944
|
}), "deselect-option", s);
|
|
4945
4945
|
} else if (!x)
|
|
4946
|
-
m ? r.setValue([].concat(
|
|
4946
|
+
m ? r.setValue([].concat(ct(b), [s]), "select-option", s) : r.setValue(s, "select-option");
|
|
4947
4947
|
else {
|
|
4948
4948
|
r.ariaOnChange(s, {
|
|
4949
4949
|
action: "select-option",
|
|
@@ -4956,19 +4956,19 @@ var P1 = function(t) {
|
|
|
4956
4956
|
}, r.removeValue = function(s) {
|
|
4957
4957
|
var u = r.props.isMulti, d = r.state.selectValue, m = r.getOptionValue(s), h = d.filter(function(E) {
|
|
4958
4958
|
return r.getOptionValue(E) !== m;
|
|
4959
|
-
}), b =
|
|
4959
|
+
}), b = lt(u, h, h[0] || null);
|
|
4960
4960
|
r.onChange(b, {
|
|
4961
4961
|
action: "remove-value",
|
|
4962
4962
|
removedValue: s
|
|
4963
4963
|
}), r.focusInput();
|
|
4964
4964
|
}, r.clearValue = function() {
|
|
4965
4965
|
var s = r.state.selectValue;
|
|
4966
|
-
r.onChange(
|
|
4966
|
+
r.onChange(lt(r.props.isMulti, [], null), {
|
|
4967
4967
|
action: "clear",
|
|
4968
4968
|
removedValues: s
|
|
4969
4969
|
});
|
|
4970
4970
|
}, r.popValue = function() {
|
|
4971
|
-
var s = r.props.isMulti, u = r.state.selectValue, d = u[u.length - 1], m = u.slice(0, u.length - 1), h =
|
|
4971
|
+
var s = r.props.isMulti, u = r.state.selectValue, d = u[u.length - 1], m = u.slice(0, u.length - 1), h = lt(s, m, m[0] || null);
|
|
4972
4972
|
r.onChange(h, {
|
|
4973
4973
|
action: "pop-value",
|
|
4974
4974
|
removedValue: d
|
|
@@ -5751,7 +5751,7 @@ var P1 = function(t) {
|
|
|
5751
5751
|
inputIsHiddenAfterUpdate: void 0
|
|
5752
5752
|
} : {}, L = d, M = m && h;
|
|
5753
5753
|
return m && !M && (L = {
|
|
5754
|
-
value:
|
|
5754
|
+
value: lt(f, v, v[0] || null),
|
|
5755
5755
|
options: v,
|
|
5756
5756
|
action: "initial-input-focus"
|
|
5757
5757
|
}, M = !h), (d == null ? void 0 : d.action) === "initial-input-focus" && (L = null), T(T(T({}, A), k), {}, {
|
|
@@ -5814,7 +5814,7 @@ function Lc(e) {
|
|
|
5814
5814
|
getOptionLabel: I
|
|
5815
5815
|
}) ? m(C, l(C)) : void 0;
|
|
5816
5816
|
}, [l, m, I, v, C, u, E, L]), U = Me(function() {
|
|
5817
|
-
return (o || !w) && V ? r === "first" ? [V].concat(
|
|
5817
|
+
return (o || !w) && V ? r === "first" ? [V].concat(ct(E)) : [].concat(ct(E), [V]) : E;
|
|
5818
5818
|
}, [o, r, w, V, E]), j = ie(function(z, Q) {
|
|
5819
5819
|
if (Q.action !== "select-option")
|
|
5820
5820
|
return x(z, Q);
|
|
@@ -5828,7 +5828,7 @@ function Lc(e) {
|
|
|
5828
5828
|
name: M,
|
|
5829
5829
|
option: O
|
|
5830
5830
|
};
|
|
5831
|
-
x(
|
|
5831
|
+
x(lt(k, [].concat(ct(Ht(L)), [O]), O), q);
|
|
5832
5832
|
}
|
|
5833
5833
|
return;
|
|
5834
5834
|
}
|
|
@@ -6024,7 +6024,7 @@ Sc.propTypes = {
|
|
|
6024
6024
|
step: c.number,
|
|
6025
6025
|
onChange: c.func
|
|
6026
6026
|
};
|
|
6027
|
-
const
|
|
6027
|
+
const nt = ({ classNames: e, children: t }) => /* @__PURE__ */ n.createElement(
|
|
6028
6028
|
"div",
|
|
6029
6029
|
{
|
|
6030
6030
|
className: y(
|
|
@@ -6035,12 +6035,12 @@ const tt = ({ classNames: e, children: t }) => /* @__PURE__ */ n.createElement(
|
|
|
6035
6035
|
},
|
|
6036
6036
|
t
|
|
6037
6037
|
);
|
|
6038
|
-
|
|
6038
|
+
nt.propTypes = {
|
|
6039
6039
|
classNames: c.string,
|
|
6040
6040
|
children: c.node.isRequired
|
|
6041
6041
|
};
|
|
6042
|
-
|
|
6043
|
-
|
|
6042
|
+
nt.Breadcrumb = ({ className: e, children: t }) => /* @__PURE__ */ n.createElement(
|
|
6043
|
+
bt,
|
|
6044
6044
|
{
|
|
6045
6045
|
className: y(
|
|
6046
6046
|
"ui-header-toolbar-breadcrumb",
|
|
@@ -6050,13 +6050,13 @@ tt.Breadcrumb = ({ className: e, children: t }) => /* @__PURE__ */ n.createEleme
|
|
|
6050
6050
|
},
|
|
6051
6051
|
t
|
|
6052
6052
|
);
|
|
6053
|
-
|
|
6054
|
-
|
|
6053
|
+
nt.Breadcrumb.displayName = "HeaderToolbar.Breadcrumb";
|
|
6054
|
+
nt.Breadcrumb.propTypes = {
|
|
6055
6055
|
className: c.string,
|
|
6056
6056
|
children: c.node.isRequired
|
|
6057
6057
|
};
|
|
6058
|
-
|
|
6059
|
-
|
|
6058
|
+
nt.Breadcrumb.displayName = "HeaderToolbar.Search";
|
|
6059
|
+
nt.Search = (e) => /* @__PURE__ */ n.createElement(Oo, { className: "ui-header-toolbar-search w-full flex-grow pr-1", ...e });
|
|
6060
6060
|
const lr = ({ className: e, ...t }) => /* @__PURE__ */ n.createElement("div", { className: y("ui-tabs-panel", e), ...t });
|
|
6061
6061
|
lr.propTypes = {
|
|
6062
6062
|
className: c.string
|
|
@@ -6101,23 +6101,23 @@ cr.displayName = "Tabs.Tab";
|
|
|
6101
6101
|
const J1 = {
|
|
6102
6102
|
default: "border-t border-gray-light",
|
|
6103
6103
|
simple: "bg-gray-lighter"
|
|
6104
|
-
},
|
|
6105
|
-
const l = Se.toArray(r), s = l.filter((d) => d.type ===
|
|
6106
|
-
return /* @__PURE__ */ n.createElement(n.Fragment, null, /* @__PURE__ */ n.createElement("nav", { className: y("ui-tabs", "flex overflow-x-auto", J1[t], e), ...i }, t === "default" ? /* @__PURE__ */ n.createElement("div", { className: "min-w-10 flex-shrink-0 border-b border-gray-light" }) : null, s.map((d, m) =>
|
|
6104
|
+
}, ht = ({ className: e, variant: t = "default", value: o, onChange: a, children: r, ...i }) => {
|
|
6105
|
+
const l = Se.toArray(r), s = l.filter((d) => d.type === ht.Tab), u = l.filter((d) => d.type === ht.Panel);
|
|
6106
|
+
return /* @__PURE__ */ n.createElement(n.Fragment, null, /* @__PURE__ */ n.createElement("nav", { className: y("ui-tabs", "flex overflow-x-auto", J1[t], e), ...i }, t === "default" ? /* @__PURE__ */ n.createElement("div", { className: "min-w-10 flex-shrink-0 border-b border-gray-light" }) : null, s.map((d, m) => ft(d, {
|
|
6107
6107
|
variant: t,
|
|
6108
6108
|
isActive: m === o,
|
|
6109
6109
|
onClick: () => a == null ? void 0 : a(m)
|
|
6110
6110
|
})), t === "default" ? /* @__PURE__ */ n.createElement("div", { className: "min-w-10 flex-grow border-b border-gray-light" }) : null), u[o]);
|
|
6111
6111
|
};
|
|
6112
|
-
|
|
6112
|
+
ht.propTypes = {
|
|
6113
6113
|
variant: c.oneOf(Object.keys(J1)),
|
|
6114
6114
|
className: c.string,
|
|
6115
6115
|
value: c.number.isRequired,
|
|
6116
6116
|
onChange: c.func.isRequired,
|
|
6117
6117
|
children: c.node.isRequired
|
|
6118
6118
|
};
|
|
6119
|
-
|
|
6120
|
-
|
|
6119
|
+
ht.Tab = cr;
|
|
6120
|
+
ht.Panel = lr;
|
|
6121
6121
|
const Tc = "_shimmer_qt4e9_7", Vc = {
|
|
6122
6122
|
shimmer: Tc
|
|
6123
6123
|
}, Rc = ({ style: e, height: t = 300, shouldAnimate: o = !0, children: a, classNames: r = {}, ...i }) => /* @__PURE__ */ n.createElement(
|
|
@@ -6831,10 +6831,10 @@ const jc = ta.exports;
|
|
|
6831
6831
|
R.extend(Wc);
|
|
6832
6832
|
R.extend(Hc);
|
|
6833
6833
|
R.extend(jc);
|
|
6834
|
-
const Pc = (e, t = "YYYY-MM-DD") => R(e).format(t),
|
|
6834
|
+
const Pc = (e, t = "YYYY-MM-DD") => R(e).format(t), Q4 = (e, t = "h:mm a") => {
|
|
6835
6835
|
const o = String(e).padStart(4, 0);
|
|
6836
6836
|
return R(o, "hhmm").format(t);
|
|
6837
|
-
},
|
|
6837
|
+
}, _4 = (e) => R(new Date(Number.parseInt(e.slice(0, 8), 16) * 1e3)), Zc = ({
|
|
6838
6838
|
value: e,
|
|
6839
6839
|
variant: t = "single",
|
|
6840
6840
|
dateFormat: o = "ddd, LL",
|
|
@@ -6869,7 +6869,7 @@ const Pc = (e, t = "YYYY-MM-DD") => R(e).format(t), J4 = (e, t = "h:mm a") => {
|
|
|
6869
6869
|
onClickOutside: A,
|
|
6870
6870
|
...u
|
|
6871
6871
|
},
|
|
6872
|
-
i ?
|
|
6872
|
+
i ? ft(i, { onClick: g }) : /* @__PURE__ */ n.createElement(
|
|
6873
6873
|
na,
|
|
6874
6874
|
{
|
|
6875
6875
|
readOnly: !0,
|
|
@@ -6905,7 +6905,7 @@ const na = Bn(({ className: e, ...t }, o) => /* @__PURE__ */ n.createElement("di
|
|
|
6905
6905
|
na.propTypes = {
|
|
6906
6906
|
className: c.string
|
|
6907
6907
|
};
|
|
6908
|
-
const Xc = ({ value: e, error: t }) => /* @__PURE__ */ n.createElement("span", null, t ? /* @__PURE__ */ n.createElement(On, { content: t }, /* @__PURE__ */ n.createElement("span", null, /* @__PURE__ */ n.createElement(sa, { className: "mr-1 text-danger" }))) : null, e),
|
|
6908
|
+
const Xc = ({ value: e, error: t }) => /* @__PURE__ */ n.createElement("span", null, t ? /* @__PURE__ */ n.createElement(On, { content: t }, /* @__PURE__ */ n.createElement("span", null, /* @__PURE__ */ n.createElement(sa, { className: "mr-1 text-danger" }))) : null, e), q4 = ({
|
|
6909
6909
|
text: e,
|
|
6910
6910
|
isOpen: t = !1,
|
|
6911
6911
|
showArrow: o = !0,
|
|
@@ -7007,48 +7007,57 @@ Yc.propTypes = {
|
|
|
7007
7007
|
onDelete: c.func.isRequired,
|
|
7008
7008
|
onError: c.func.isRequired
|
|
7009
7009
|
};
|
|
7010
|
-
const co = go.PhoneNumberFormat,
|
|
7011
|
-
const a = o;
|
|
7010
|
+
const co = go.PhoneNumberFormat, _e = go.PhoneNumberUtil.getInstance(), Jc = (e, t = "US") => {
|
|
7012
7011
|
try {
|
|
7013
|
-
|
|
7014
|
-
|
|
7015
|
-
|
|
7016
|
-
|
|
7017
|
-
|
|
7018
|
-
|
|
7019
|
-
|
|
7012
|
+
const o = _e.parseAndKeepRawInput(e, t);
|
|
7013
|
+
return _e.getRegionCodeForNumber(o);
|
|
7014
|
+
} catch {
|
|
7015
|
+
return;
|
|
7016
|
+
}
|
|
7017
|
+
}, Uc = (e, t = "US") => {
|
|
7018
|
+
try {
|
|
7019
|
+
let o = _e.parseAndKeepRawInput(e, t);
|
|
7020
|
+
const a = _e.getRegionCodeForNumber(o);
|
|
7021
|
+
a && a !== t && (o = _e.parseAndKeepRawInput(e, a));
|
|
7022
|
+
let r;
|
|
7023
|
+
if (a) {
|
|
7024
|
+
const i = a === t ? co.NATIONAL : co.INTERNATIONAL;
|
|
7025
|
+
r = _e.format(o, i);
|
|
7020
7026
|
} else
|
|
7021
|
-
|
|
7022
|
-
return
|
|
7023
|
-
"span",
|
|
7024
|
-
{
|
|
7025
|
-
className: y("ui-phone", t),
|
|
7026
|
-
"data-region-code": i || "N/A",
|
|
7027
|
-
"data-country-code": e,
|
|
7028
|
-
title: a
|
|
7029
|
-
},
|
|
7030
|
-
l
|
|
7031
|
-
);
|
|
7027
|
+
r = e;
|
|
7028
|
+
return r;
|
|
7032
7029
|
} catch {
|
|
7030
|
+
return e;
|
|
7033
7031
|
}
|
|
7034
|
-
|
|
7032
|
+
}, Qc = ({ countryCode: e = "US", className: t, children: o }) => {
|
|
7033
|
+
const a = o, r = Uc(a, e), i = Jc(a, e);
|
|
7034
|
+
return /* @__PURE__ */ n.createElement(
|
|
7035
|
+
"span",
|
|
7036
|
+
{
|
|
7037
|
+
className: y("ui-phone", t),
|
|
7038
|
+
"data-region-code": i || "N/A",
|
|
7039
|
+
"data-country-code": e,
|
|
7040
|
+
title: a
|
|
7041
|
+
},
|
|
7042
|
+
r
|
|
7043
|
+
);
|
|
7035
7044
|
};
|
|
7036
|
-
|
|
7045
|
+
Qc.propTypes = {
|
|
7037
7046
|
countryCode: c.string,
|
|
7038
7047
|
className: c.string,
|
|
7039
7048
|
children: c.node.isRequired
|
|
7040
7049
|
};
|
|
7041
|
-
const
|
|
7050
|
+
const _c = Pt(), qc = ({ locale: e = _c, maximumFractionDigits: t = 2, isCompact: o = !1, children: a }) => {
|
|
7042
7051
|
const r = Un(a, null, e, t, o);
|
|
7043
7052
|
return /* @__PURE__ */ n.createElement("span", { className: "ui-number" }, r);
|
|
7044
7053
|
};
|
|
7045
|
-
|
|
7054
|
+
qc.propTypes = {
|
|
7046
7055
|
locale: c.string,
|
|
7047
7056
|
maximumFractionDigits: c.number,
|
|
7048
7057
|
isCompact: c.bool,
|
|
7049
7058
|
children: c.node.isRequired
|
|
7050
7059
|
};
|
|
7051
|
-
const
|
|
7060
|
+
const K4 = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "192", height: "192", fill: "none", viewBox: "0 0 192 192", ...e }, /* @__PURE__ */ n.createElement(
|
|
7052
7061
|
"path",
|
|
7053
7062
|
{
|
|
7054
7063
|
fill: "#1B5EA8",
|
|
@@ -7151,7 +7160,7 @@ const _4 = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3
|
|
|
7151
7160
|
},
|
|
7152
7161
|
/* @__PURE__ */ n.createElement("stop", { stopColor: "#fff" }),
|
|
7153
7162
|
/* @__PURE__ */ n.createElement("stop", { offset: "1", stopColor: "#626262" })
|
|
7154
|
-
))),
|
|
7163
|
+
))), $4 = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "150", height: "48", fill: "none", viewBox: "0 0 150 48", ...e }, /* @__PURE__ */ n.createElement(
|
|
7155
7164
|
"path",
|
|
7156
7165
|
{
|
|
7157
7166
|
fill: "#1B5EA8",
|
|
@@ -7254,24 +7263,24 @@ const _4 = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3
|
|
|
7254
7263
|
},
|
|
7255
7264
|
/* @__PURE__ */ n.createElement("stop", { stopColor: "#fff" }),
|
|
7256
7265
|
/* @__PURE__ */ n.createElement("stop", { offset: "1", stopColor: "#626262" })
|
|
7257
|
-
))),
|
|
7266
|
+
))), Kc = {
|
|
7258
7267
|
primary: "bg-primary",
|
|
7259
7268
|
secondary: "bg-secondary",
|
|
7260
7269
|
success: "bg-success",
|
|
7261
7270
|
warning: "bg-warning",
|
|
7262
7271
|
danger: "bg-danger",
|
|
7263
7272
|
caution: "bg-caution"
|
|
7264
|
-
},
|
|
7273
|
+
}, $c = {
|
|
7265
7274
|
small: "px-3 py-2 text-sm leading-3.5 shadow max-w-50",
|
|
7266
7275
|
medium: "px-4 py-3.5 text-base leading-4 shadow max-w-100",
|
|
7267
7276
|
large: "px-4.5 py-4 text-md leading-4.5 shadow max-w-xl"
|
|
7268
|
-
},
|
|
7277
|
+
}, e2 = {
|
|
7269
7278
|
duration: 3e3,
|
|
7270
7279
|
position: "top-center",
|
|
7271
7280
|
reverseOrder: !1
|
|
7272
7281
|
}, uo = {
|
|
7273
7282
|
show({ text: e, size: t = "medium", color: o = "success", className: a, canClose: r = !0, onClose: i, ...l }) {
|
|
7274
|
-
const s = { ...
|
|
7283
|
+
const s = { ...e2, ...l };
|
|
7275
7284
|
r || (s.duration = Number.POSITIVE_INFINITY);
|
|
7276
7285
|
const u = uo.getStyles(o, t, a, r);
|
|
7277
7286
|
hr.custom(uo.container.bind(this, e, u, r ? i : null), s);
|
|
@@ -7295,7 +7304,7 @@ const _4 = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3
|
|
|
7295
7304
|
this.show({ color: "danger", text: e, ...t });
|
|
7296
7305
|
},
|
|
7297
7306
|
getStyles(e, t, o) {
|
|
7298
|
-
return y("flex text-white rounded pointer-events-auto",
|
|
7307
|
+
return y("flex text-white rounded pointer-events-auto", Kc[e], $c[t], o);
|
|
7299
7308
|
},
|
|
7300
7309
|
container(e, t, o, a) {
|
|
7301
7310
|
const r = (i) => o(i, a);
|
|
@@ -7318,7 +7327,7 @@ const _4 = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3
|
|
|
7318
7327
|
className: "flex cursor-pointer items-center justify-center pl-3 opacity-60 hover:opacity-100",
|
|
7319
7328
|
onClick: r
|
|
7320
7329
|
},
|
|
7321
|
-
/* @__PURE__ */ n.createElement(
|
|
7330
|
+
/* @__PURE__ */ n.createElement(et, null)
|
|
7322
7331
|
))
|
|
7323
7332
|
);
|
|
7324
7333
|
},
|
|
@@ -7758,7 +7767,7 @@ const _4 = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3
|
|
|
7758
7767
|
credits: {
|
|
7759
7768
|
enabled: !1
|
|
7760
7769
|
}
|
|
7761
|
-
},
|
|
7770
|
+
}, e3 = Qe({}, ra, {
|
|
7762
7771
|
chart: {
|
|
7763
7772
|
type: "line"
|
|
7764
7773
|
},
|
|
@@ -7813,7 +7822,7 @@ const _4 = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3
|
|
|
7813
7822
|
layout: "vertical",
|
|
7814
7823
|
borderWidth: 0
|
|
7815
7824
|
}
|
|
7816
|
-
}),
|
|
7825
|
+
}), t3 = Qe({}, ra, {
|
|
7817
7826
|
chart: {
|
|
7818
7827
|
type: "pie"
|
|
7819
7828
|
},
|
|
@@ -7856,7 +7865,7 @@ const _4 = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3
|
|
|
7856
7865
|
credits: {
|
|
7857
7866
|
enabled: !1
|
|
7858
7867
|
}
|
|
7859
|
-
}),
|
|
7868
|
+
}), n3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
7860
7869
|
"path",
|
|
7861
7870
|
{
|
|
7862
7871
|
d: "M12.37 9.667A5.993 5.993 0 017 13a5.993 5.993 0 01-5.368-3.333M12.37 4.333A5.993 5.993 0 007 1a5.993 5.993 0 00-5.368 3.333M5.667 7H1M4.335 5.667L5.668 7 4.335 8.333M8.334 7h4.667M9.667 8.333L8.334 7l1.333-1.333",
|
|
@@ -7864,7 +7873,7 @@ const _4 = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3
|
|
|
7864
7873
|
strokeLinecap: "round",
|
|
7865
7874
|
strokeLinejoin: "round"
|
|
7866
7875
|
}
|
|
7867
|
-
))),
|
|
7876
|
+
))), r3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
7868
7877
|
"path",
|
|
7869
7878
|
{
|
|
7870
7879
|
d: "M4.014 4.642H9.04M4.014 7.155h3.141M11.083 9.167V13M9.167 11.083H13M11.553 6.976v-4.22c0-.694-.562-1.256-1.257-1.256h-7.54c-.694 0-1.256.562-1.256 1.257v8.168c0 .694.562 1.256 1.257 1.256h4.22",
|
|
@@ -7872,7 +7881,7 @@ const _4 = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3
|
|
|
7872
7881
|
strokeLinecap: "round",
|
|
7873
7882
|
strokeLinejoin: "round"
|
|
7874
7883
|
}
|
|
7875
|
-
))),
|
|
7884
|
+
))), o3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 15, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
7876
7885
|
"path",
|
|
7877
7886
|
{
|
|
7878
7887
|
d: "M13.065 2.356a.455.455 0 00-.456-.456H4.391c-.255 0-.456.2-.456.456v8.214c0 .25.2.451.456.451h8.213-.004a.458.458 0 00.456-.456l.01-8.209zM8.515 3.212v6.125M11.578 6.275H5.453",
|
|
@@ -7888,7 +7897,7 @@ const _4 = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3
|
|
|
7888
7897
|
strokeLinecap: "round",
|
|
7889
7898
|
strokeLinejoin: "round"
|
|
7890
7899
|
}
|
|
7891
|
-
))),
|
|
7900
|
+
))), a3 = p((e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "34", height: "24", fill: "none", viewBox: "0 0 34 24", ...e }, /* @__PURE__ */ n.createElement("rect", { width: "34", height: "24", fill: "#1F72CD", rx: "4" }), /* @__PURE__ */ n.createElement(
|
|
7892
7901
|
"path",
|
|
7893
7902
|
{
|
|
7894
7903
|
fill: "#fff",
|
|
@@ -7896,7 +7905,7 @@ const _4 = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3
|
|
|
7896
7905
|
d: "M6.095 8.5l-3.18 7.247h3.807l.472-1.156h1.08l.472 1.156h4.191v-.882l.374.882h2.168l.374-.9v.9h8.718l1.06-1.126.992 1.126 4.478.01-3.191-3.613L31.1 8.5h-4.407L25.66 9.605 24.699 8.5h-9.483l-.815 1.87-.833-1.87h-3.8v.852L9.345 8.5h-3.25zm.737 1.029h1.856l2.11 4.914V9.53h2.034l1.63 3.523 1.502-3.523h2.023v5.2h-1.231l-.01-4.075-1.795 4.075H13.85l-1.805-4.075v4.075H9.512l-.48-1.166H6.437l-.479 1.165H4.601l2.231-5.199zm17.288 0h-5.007v5.197h4.93l1.588-1.722 1.53 1.722h1.601l-2.326-2.583 2.326-2.614h-1.53l-1.581 1.703-1.531-1.703zm-16.385.88l-.855 2.077H8.59l-.854-2.077zm12.615 1.146v-.95h3.123l1.363 1.518-1.423 1.526H20.35v-1.036h2.73v-1.058h-2.73z",
|
|
7897
7906
|
clipRule: "evenodd"
|
|
7898
7907
|
}
|
|
7899
|
-
))),
|
|
7908
|
+
))), i3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 18 18", width: 18, height: 18, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
7900
7909
|
"path",
|
|
7901
7910
|
{
|
|
7902
7911
|
d: "M9 5.25H3.75c-.825 0-1.5.675-1.5 1.5v7.5c0 .825.675 1.5 1.5 1.5h7.5c.825 0 1.5-.675 1.5-1.5V9",
|
|
@@ -7914,7 +7923,7 @@ const _4 = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3
|
|
|
7914
7923
|
strokeLinecap: "round",
|
|
7915
7924
|
strokeLinejoin: "round"
|
|
7916
7925
|
}
|
|
7917
|
-
))),
|
|
7926
|
+
))), s3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 15, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement("g", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }, /* @__PURE__ */ n.createElement("path", { d: "M12.916 4.083h-10.5a.584.584 0 01-.583-.583V2.333c0-.322.261-.583.583-.583h10.5c.322 0 .583.261.583.583V3.5a.584.584 0 01-.583.583zM5.916 6.417h3.5M12.722 4.083v7c0 .645-.522 1.167-1.167 1.167H3.777a1.166 1.166 0 01-1.167-1.167v-7" })), /* @__PURE__ */ n.createElement("defs", null, /* @__PURE__ */ n.createElement("clipPath", { id: "prefix__clip0" }, /* @__PURE__ */ n.createElement("path", { fill: "#fff", transform: "translate(.666)", d: "M0 0h14v14H0z" }))))), t2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
7918
7927
|
"path",
|
|
7919
7928
|
{
|
|
7920
7929
|
d: "M7 11.667A4.667 4.667 0 102.333 7v.359",
|
|
@@ -7931,8 +7940,8 @@ const _4 = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3
|
|
|
7931
7940
|
strokeLinejoin: "round"
|
|
7932
7941
|
}
|
|
7933
7942
|
)));
|
|
7934
|
-
|
|
7935
|
-
const
|
|
7943
|
+
t2.tags = ["counter clockwise", "load more", "left", "revert", "undo", "rotate"];
|
|
7944
|
+
const n2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
7936
7945
|
"path",
|
|
7937
7946
|
{
|
|
7938
7947
|
d: "M7 11.667A4.667 4.667 0 1111.667 7v.359",
|
|
@@ -7949,8 +7958,8 @@ const e2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
7949
7958
|
strokeLinejoin: "round"
|
|
7950
7959
|
}
|
|
7951
7960
|
)));
|
|
7952
|
-
|
|
7953
|
-
const
|
|
7961
|
+
n2.tags = ["clockwise", "right", "rotate"];
|
|
7962
|
+
const l3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
7954
7963
|
"path",
|
|
7955
7964
|
{
|
|
7956
7965
|
d: "M11.286 8.714L7 13 2.715 8.714M6.998 13V1",
|
|
@@ -7959,7 +7968,7 @@ const i3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
7959
7968
|
strokeLinecap: "round",
|
|
7960
7969
|
strokeLinejoin: "round"
|
|
7961
7970
|
}
|
|
7962
|
-
))),
|
|
7971
|
+
))), c3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
7963
7972
|
"path",
|
|
7964
7973
|
{
|
|
7965
7974
|
d: "M8.714 2.714L13 7l-4.286 4.286M13 7.003H1",
|
|
@@ -7968,7 +7977,7 @@ const i3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
7968
7977
|
strokeLinecap: "round",
|
|
7969
7978
|
strokeLinejoin: "round"
|
|
7970
7979
|
}
|
|
7971
|
-
))),
|
|
7980
|
+
))), u3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
7972
7981
|
"g",
|
|
7973
7982
|
{
|
|
7974
7983
|
clipPath: "url(#prefix__clip0_1467_0)",
|
|
@@ -7978,7 +7987,7 @@ const i3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
7978
7987
|
strokeLinejoin: "round"
|
|
7979
7988
|
},
|
|
7980
7989
|
/* @__PURE__ */ n.createElement("path", { d: "M5.182 2.757h6.06v6.061M11.244 2.76L2.76 11.244" })
|
|
7981
|
-
), /* @__PURE__ */ n.createElement("defs", null, /* @__PURE__ */ n.createElement("clipPath", { id: "prefix__clip0_1467_0" }, /* @__PURE__ */ n.createElement("path", { fill: "#fff", d: "M0 0h14v14H0z" }))))),
|
|
7990
|
+
), /* @__PURE__ */ n.createElement("defs", null, /* @__PURE__ */ n.createElement("clipPath", { id: "prefix__clip0_1467_0" }, /* @__PURE__ */ n.createElement("path", { fill: "#fff", d: "M0 0h14v14H0z" }))))), d3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
7982
7991
|
"path",
|
|
7983
7992
|
{
|
|
7984
7993
|
d: "M2.715 5.286L7 1l4.285 4.286M7.003 1v12",
|
|
@@ -7987,7 +7996,7 @@ const i3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
7987
7996
|
strokeLinecap: "round",
|
|
7988
7997
|
strokeLinejoin: "round"
|
|
7989
7998
|
}
|
|
7990
|
-
))),
|
|
7999
|
+
))), r2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
7991
8000
|
"path",
|
|
7992
8001
|
{
|
|
7993
8002
|
d: "M9.655 6.9a2.754 2.754 0 11-5.508 0 2.754 2.754 0 015.508 0z",
|
|
@@ -8004,8 +8013,8 @@ const i3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
8004
8013
|
strokeLinejoin: "round"
|
|
8005
8014
|
}
|
|
8006
8015
|
)));
|
|
8007
|
-
|
|
8008
|
-
const
|
|
8016
|
+
r2.tags = ["email"];
|
|
8017
|
+
const o2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
8009
8018
|
"path",
|
|
8010
8019
|
{
|
|
8011
8020
|
d: "M10.792 5.196c0 2.152-1.744 4.87-3.896 4.87S3 7.348 3 5.196v0a3.896 3.896 0 117.792 0v0zM6.833 10.062s-.55 1.941.548 2.738",
|
|
@@ -8014,8 +8023,8 @@ const n2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
8014
8023
|
strokeLinejoin: "round"
|
|
8015
8024
|
}
|
|
8016
8025
|
)));
|
|
8017
|
-
|
|
8018
|
-
const
|
|
8026
|
+
o2.tags = ["child", "demographic"];
|
|
8027
|
+
const a2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
8019
8028
|
"path",
|
|
8020
8029
|
{
|
|
8021
8030
|
d: "M9.483 1.308a1.051 1.051 0 111.488 1.488L6.22 7.543a.613.613 0 01-.433.18H4.557V6.49a.61.61 0 01.179-.432l4.747-4.75zM8.833 7.722h1.222M3.945 10.167h6.111",
|
|
@@ -8034,8 +8043,8 @@ const r2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
8034
8043
|
strokeLinejoin: "round"
|
|
8035
8044
|
}
|
|
8036
8045
|
)));
|
|
8037
|
-
|
|
8038
|
-
const
|
|
8046
|
+
a2.tags = ["cheque", "payment"];
|
|
8047
|
+
const i2 = p((e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "14", height: "14", fill: "none", viewBox: "0 0 14 14", ...e }, /* @__PURE__ */ n.createElement(
|
|
8039
8048
|
"path",
|
|
8040
8049
|
{
|
|
8041
8050
|
clipRule: "evenodd",
|
|
@@ -8045,8 +8054,8 @@ const o2 = p((e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.
|
|
|
8045
8054
|
strokeLinejoin: "round"
|
|
8046
8055
|
}
|
|
8047
8056
|
)));
|
|
8048
|
-
|
|
8049
|
-
const
|
|
8057
|
+
i2.tags = ["stats", "reports", "analytics"];
|
|
8058
|
+
const s2 = p((e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "19", height: "19", fill: "none", viewBox: "0 0 19 19", ...e }, /* @__PURE__ */ n.createElement("g", { clipPath: "url(#clip0_3383_154006)" }, /* @__PURE__ */ n.createElement(
|
|
8050
8059
|
"path",
|
|
8051
8060
|
{
|
|
8052
8061
|
stroke: "currentColor",
|
|
@@ -8056,8 +8065,8 @@ const a2 = p((e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.
|
|
|
8056
8065
|
d: "M9.322 4.507a4.774 4.774 0 00-6.14-.515 1.487 1.487 0 00-.61 1.213v9.717c0 .58.619.917 1.131.644a4.774 4.774 0 015.62.84m0-11.899v11.898m0-11.898a4.774 4.774 0 016.14-.515c.389.277.61.736.61 1.213v9.717c0 .58-.62.918-1.132.644a4.774 4.774 0 00-5.619.84"
|
|
8057
8066
|
}
|
|
8058
8067
|
)), /* @__PURE__ */ n.createElement("defs", null, /* @__PURE__ */ n.createElement("clipPath", { id: "clip0_3383_154006" }, /* @__PURE__ */ n.createElement("path", { fill: "#fff", d: "M0 0H18V18H0z", transform: "translate(.322 .757)" })))));
|
|
8059
|
-
|
|
8060
|
-
const
|
|
8068
|
+
s2.tags = ["book", "read", "readme", "help"];
|
|
8069
|
+
const l2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
8061
8070
|
"path",
|
|
8062
8071
|
{
|
|
8063
8072
|
d: "M8.518 5.498a.22.22 0 01-.217.217.204.204 0 01-.113-.035l-1.084-.65-1.31.68v-.004a.222.222 0 01-.321-.2V2H8.51l.008 3.498z",
|
|
@@ -8074,8 +8083,8 @@ const i2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
8074
8083
|
strokeLinejoin: "round"
|
|
8075
8084
|
}
|
|
8076
8085
|
)));
|
|
8077
|
-
|
|
8078
|
-
const
|
|
8086
|
+
l2.tags = ["favourite", "favorite"];
|
|
8087
|
+
const c2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
8079
8088
|
"path",
|
|
8080
8089
|
{
|
|
8081
8090
|
d: "M11.679 3.947a.428.428 0 01.321.417V9.8a.429.429 0 01-.3.408l-4.771 1.59h-.005a.461.461 0 01-.286-.005l-4.351-1.585A.435.435 0 012 9.8V4.347a.424.424 0 01.321-.422l4.56-1.185v-.004a.37.37 0 01.217 0l4.58 1.211zM6.794 5.345v6.513",
|
|
@@ -8092,8 +8101,8 @@ const s2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
8092
8101
|
strokeLinejoin: "round"
|
|
8093
8102
|
}
|
|
8094
8103
|
)));
|
|
8095
|
-
|
|
8096
|
-
const
|
|
8104
|
+
c2.tags = ["add-ons", "addons", "merchandise", "other", "payment"];
|
|
8105
|
+
const u2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
8097
8106
|
"path",
|
|
8098
8107
|
{
|
|
8099
8108
|
d: "M11.01 3.719H2.99c-.806 0-1.459.653-1.459 1.458v5.833c0 .806.653 1.459 1.459 1.459h8.02c.806 0 1.459-.653 1.459-1.459V5.177c0-.805-.653-1.458-1.459-1.458z",
|
|
@@ -8110,8 +8119,8 @@ const l2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
8110
8119
|
strokeLinejoin: "round"
|
|
8111
8120
|
}
|
|
8112
8121
|
)));
|
|
8113
|
-
|
|
8114
|
-
const
|
|
8122
|
+
u2.tags = ["back office", "work", "business"];
|
|
8123
|
+
const m3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 18 18", width: 18, height: 18, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
8115
8124
|
"path",
|
|
8116
8125
|
{
|
|
8117
8126
|
d: "M10.365 14.881h2.844a.643.643 0 00.452-1.1L8.519 8.705a.643.643 0 00-1.094.457v7.069a.643.643 0 001.092.46l1.848-1.81z",
|
|
@@ -8138,7 +8147,7 @@ const u3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 18 18
|
|
|
8138
8147
|
strokeLinecap: "round",
|
|
8139
8148
|
strokeLinejoin: "round"
|
|
8140
8149
|
}
|
|
8141
|
-
))),
|
|
8150
|
+
))), d2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
8142
8151
|
"path",
|
|
8143
8152
|
{
|
|
8144
8153
|
d: "M2.119 7.82v4.032l-.007-.006c0 .683.552 1.235 1.235 1.24h7.302a1.245 1.245 0 001.235-1.247V7.807",
|
|
@@ -8161,8 +8170,8 @@ const u3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 18 18
|
|
|
8161
8170
|
strokeLinejoin: "round"
|
|
8162
8171
|
}
|
|
8163
8172
|
)));
|
|
8164
|
-
|
|
8165
|
-
const
|
|
8173
|
+
d2.tags = ["birthday", "date of birth"];
|
|
8174
|
+
const m2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
8166
8175
|
"path",
|
|
8167
8176
|
{
|
|
8168
8177
|
d: "M10.333 12.5H3.667C2.747 12.5 2 11.754 2 10.833V4.167c0-.92.746-1.667 1.667-1.667h6.666c.92 0 1.667.746 1.667 1.667v6.666c0 .92-.746 1.667-1.667 1.667zM4.5 1.5v2.174M9.5 1.5v2.174",
|
|
@@ -8179,7 +8188,7 @@ const u2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
8179
8188
|
strokeWidth: 0.2
|
|
8180
8189
|
}
|
|
8181
8190
|
)));
|
|
8182
|
-
|
|
8191
|
+
m2.tags = ["date"];
|
|
8183
8192
|
const oa = p((e) => /* @__PURE__ */ n.createElement("svg", { width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 14 14", ...e }, /* @__PURE__ */ n.createElement(
|
|
8184
8193
|
"path",
|
|
8185
8194
|
{
|
|
@@ -8190,7 +8199,7 @@ const oa = p((e) => /* @__PURE__ */ n.createElement("svg", { width: 14, height:
|
|
|
8190
8199
|
}
|
|
8191
8200
|
)));
|
|
8192
8201
|
oa.tags = ["date"];
|
|
8193
|
-
const
|
|
8202
|
+
const p2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
8194
8203
|
"path",
|
|
8195
8204
|
{
|
|
8196
8205
|
d: "M10.333 12.5H3.667C2.747 12.5 2 11.754 2 10.833V4.167c0-.92.746-1.667 1.667-1.667h6.666c.92 0 1.667.746 1.667 1.667v6.666c0 .92-.746 1.667-1.667 1.667zM4.5 1.5v2.174M9.5 1.5v2.174",
|
|
@@ -8207,8 +8216,8 @@ const d2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
8207
8216
|
strokeWidth: 0.2
|
|
8208
8217
|
}
|
|
8209
8218
|
)));
|
|
8210
|
-
|
|
8211
|
-
const
|
|
8219
|
+
p2.tags = ["date"];
|
|
8220
|
+
const g2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
8212
8221
|
"path",
|
|
8213
8222
|
{
|
|
8214
8223
|
d: "M10.333 12.5H3.667C2.747 12.5 2 11.754 2 10.833V4.167c0-.92.746-1.667 1.667-1.667h6.666c.92 0 1.667.746 1.667 1.667v6.666c0 .92-.746 1.667-1.667 1.667zM4.5 1.5v2.174M9.5 1.5v2.174",
|
|
@@ -8225,14 +8234,14 @@ const m2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
8225
8234
|
strokeWidth: 0.2
|
|
8226
8235
|
}
|
|
8227
8236
|
)));
|
|
8228
|
-
|
|
8229
|
-
const
|
|
8237
|
+
g2.tags = ["date"];
|
|
8238
|
+
const p3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement("circle", { cx: 3.5, cy: 3.5, r: 1.444, stroke: "currentColor" }), /* @__PURE__ */ n.createElement(
|
|
8230
8239
|
"path",
|
|
8231
8240
|
{
|
|
8232
8241
|
d: "M11.945 3.5a1.444 1.444 0 11-2.89 0 1.444 1.444 0 012.89 0zM11.945 10.5a1.444 1.444 0 11-2.89 0 1.444 1.444 0 012.89 0zM4.945 10.5a1.444 1.444 0 11-2.89 0 1.444 1.444 0 012.89 0z",
|
|
8233
8242
|
stroke: "currentColor"
|
|
8234
8243
|
}
|
|
8235
|
-
))),
|
|
8244
|
+
))), h2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
8236
8245
|
"path",
|
|
8237
8246
|
{
|
|
8238
8247
|
d: "M1.3 5.055h11.5M5.497 7.611H3.855M10.883 11.444H3.216A1.917 1.917 0 011.3 9.528V4.417c0-1.059.858-1.917 1.916-1.917h7.667c1.059 0 1.917.858 1.917 1.917v5.11a1.917 1.917 0 01-1.917 1.917z",
|
|
@@ -8241,8 +8250,8 @@ const d3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
8241
8250
|
strokeLinejoin: "round"
|
|
8242
8251
|
}
|
|
8243
8252
|
)));
|
|
8244
|
-
|
|
8245
|
-
const
|
|
8253
|
+
h2.tags = ["credit card", "cc"];
|
|
8254
|
+
const f2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
8246
8255
|
"path",
|
|
8247
8256
|
{
|
|
8248
8257
|
d: "M11.5 3H2a1 1 0 00-1 1v6a1 1 0 001 1h9.5a1 1 0 001-1V4a1 1 0 00-1-1z",
|
|
@@ -8251,8 +8260,8 @@ const g2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
8251
8260
|
strokeLinejoin: "round"
|
|
8252
8261
|
}
|
|
8253
8262
|
), /* @__PURE__ */ n.createElement("path", { fill: "currentColor", d: "M1.232 4.532h11.234v1.532H1.232z" })));
|
|
8254
|
-
|
|
8255
|
-
const
|
|
8263
|
+
f2.tags = ["credit card", "cc"];
|
|
8264
|
+
const v2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
8256
8265
|
"path",
|
|
8257
8266
|
{
|
|
8258
8267
|
d: "M2 2.031l2.494 6.86h.014a.678.678 0 00.623.424h4.764c.265 0 .504-.159.61-.41l1.433-3.981c.159-.345 0-.73-.332-.876a.604.604 0 00-.265-.066H2.776M8.965 11.318h.013c-.172-.013-.331.146-.331.319 0 .172.159.331.331.331.186 0 .332-.159.345-.331a.33.33 0 00-.318-.345M5.648 11.318h.013c-.172-.013-.332.146-.332.319 0 .172.16.331.332.331.186 0 .332-.159.345-.331a.33.33 0 00-.318-.345",
|
|
@@ -8261,8 +8270,8 @@ const h2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
8261
8270
|
strokeLinejoin: "round"
|
|
8262
8271
|
}
|
|
8263
8272
|
)));
|
|
8264
|
-
|
|
8265
|
-
const
|
|
8273
|
+
v2.tags = ["checkout"];
|
|
8274
|
+
const b2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
8266
8275
|
"path",
|
|
8267
8276
|
{
|
|
8268
8277
|
d: "M2.798 4.6h-.006a.194.194 0 01.198.197c0 .107-.091.198-.203.198a.203.203 0 01-.203-.203.195.195 0 01.198-.203s0 0 0 0M9.6 7.4h-.005a.194.194 0 01.197.197.203.203 0 01-.405-.005.195.195 0 01.197-.203",
|
|
@@ -8287,8 +8296,8 @@ const f2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
8287
8296
|
strokeLinejoin: "round"
|
|
8288
8297
|
}
|
|
8289
8298
|
)));
|
|
8290
|
-
|
|
8291
|
-
const
|
|
8299
|
+
b2.tags = ["payment"];
|
|
8300
|
+
const w2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
8292
8301
|
"path",
|
|
8293
8302
|
{
|
|
8294
8303
|
d: "M4.556 1.5h4.888A3.055 3.055 0 0112.5 4.556v4.888A3.055 3.055 0 019.444 12.5H4.556A3.055 3.055 0 011.5 9.444V4.556A3.056 3.056 0 014.556 1.5v0zM6.541 8.375L5.166 7M8.833 6.083L6.54 8.375",
|
|
@@ -8297,8 +8306,8 @@ const v2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
8297
8306
|
strokeLinejoin: "round"
|
|
8298
8307
|
}
|
|
8299
8308
|
)));
|
|
8300
|
-
|
|
8301
|
-
const
|
|
8309
|
+
w2.tags = ["checkbox", "forms", "questionnaire"];
|
|
8310
|
+
const x2 = p((e) => /* @__PURE__ */ n.createElement("svg", { width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 14 14", ...e }, /* @__PURE__ */ n.createElement(
|
|
8302
8311
|
"path",
|
|
8303
8312
|
{
|
|
8304
8313
|
d: "M2 4.638l.983.983L5.603 3M2 10.638l.983.983L5.603 9M7.57 4h3.93M7.57 10h3.93",
|
|
@@ -8307,12 +8316,12 @@ const b2 = p((e) => /* @__PURE__ */ n.createElement("svg", { width: 14, height:
|
|
|
8307
8316
|
strokeLinejoin: "round"
|
|
8308
8317
|
}
|
|
8309
8318
|
)));
|
|
8310
|
-
|
|
8311
|
-
const
|
|
8312
|
-
|
|
8313
|
-
const
|
|
8314
|
-
|
|
8315
|
-
const
|
|
8319
|
+
x2.tags = ["reserved"];
|
|
8320
|
+
const E2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement("path", { d: "M12.75 4.25l-5.5 5.5-5.5-5.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })));
|
|
8321
|
+
E2.tags = ["arrow"];
|
|
8322
|
+
const y2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement("path", { d: "M1.75 9.75l5.5-5.5 5.5 5.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })));
|
|
8323
|
+
y2.tags = ["arrow"];
|
|
8324
|
+
const C2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
8316
8325
|
"path",
|
|
8317
8326
|
{
|
|
8318
8327
|
d: "M4.429 2.714V1M7 2.714V1M9.571 2.714V1M4.429 13v-1.714M7 13v-1.714M9.571 13v-1.714M11.286 4.428H13M11.286 7H13M11.286 9.572H13M1 4.428h1.714M1 7h1.714M1 9.572h1.714M9.571 2.714H4.428c-.947 0-1.714.768-1.714 1.715v5.143c0 .946.767 1.714 1.714 1.714h5.143c.947 0 1.714-.768 1.714-1.714V4.429c0-.947-.767-1.715-1.714-1.715z",
|
|
@@ -8329,8 +8338,8 @@ const E2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
8329
8338
|
strokeLinejoin: "round"
|
|
8330
8339
|
}
|
|
8331
8340
|
)));
|
|
8332
|
-
|
|
8333
|
-
const
|
|
8341
|
+
C2.tags = ["payment", "custom payment"];
|
|
8342
|
+
const I2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement("path", { d: "M10 5L5.875 9 4 7.182", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ n.createElement(
|
|
8334
8343
|
"path",
|
|
8335
8344
|
{
|
|
8336
8345
|
d: "M7 12.9A5.9 5.9 0 107 1.1a5.9 5.9 0 000 11.8z",
|
|
@@ -8339,8 +8348,8 @@ const y2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
8339
8348
|
strokeLinejoin: "round"
|
|
8340
8349
|
}
|
|
8341
8350
|
)));
|
|
8342
|
-
|
|
8343
|
-
const
|
|
8351
|
+
I2.tags = ["tick", "correct"];
|
|
8352
|
+
const k2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
8344
8353
|
"path",
|
|
8345
8354
|
{
|
|
8346
8355
|
d: "M6.9 12.8A5.9 5.9 0 106.9 1a5.9 5.9 0 000 11.8zM4.54 9.26l4.72-4.72M9.26 9.26L4.54 4.54",
|
|
@@ -8349,8 +8358,8 @@ const C2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
8349
8358
|
strokeLinejoin: "round"
|
|
8350
8359
|
}
|
|
8351
8360
|
)));
|
|
8352
|
-
|
|
8353
|
-
const
|
|
8361
|
+
k2.tags = ["x", "close"];
|
|
8362
|
+
const g3 = p(({ className: e, ...t }) => /* @__PURE__ */ n.createElement(
|
|
8354
8363
|
"svg",
|
|
8355
8364
|
{
|
|
8356
8365
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -8372,7 +8381,7 @@ const m3 = p(({ className: e, ...t }) => /* @__PURE__ */ n.createElement(
|
|
|
8372
8381
|
d: "M44.863 8.965l7.071 7.07M51.934 8.964l-7.07 7.071"
|
|
8373
8382
|
}
|
|
8374
8383
|
)
|
|
8375
|
-
)),
|
|
8384
|
+
)), h3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 18 18", width: 18, height: 18, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
8376
8385
|
"path",
|
|
8377
8386
|
{
|
|
8378
8387
|
d: "M14.368 3.633c2.958 2.958 2.958 7.776 0 10.734s-7.776 2.958-10.734 0C.675 11.41.675 6.591 3.634 3.633c2.958-2.958 7.691-2.958 10.734 0z",
|
|
@@ -8390,7 +8399,7 @@ const m3 = p(({ className: e, ...t }) => /* @__PURE__ */ n.createElement(
|
|
|
8390
8399
|
strokeLinecap: "round",
|
|
8391
8400
|
strokeLinejoin: "round"
|
|
8392
8401
|
}
|
|
8393
|
-
))),
|
|
8402
|
+
))), A2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
8394
8403
|
"path",
|
|
8395
8404
|
{
|
|
8396
8405
|
d: "M7.001 3.067v.983M11.172 2.828a5.9 5.9 0 11-8.343 8.344 5.9 5.9 0 018.343-8.344M7.001 10.934V9.95",
|
|
@@ -8407,8 +8416,8 @@ const m3 = p(({ className: e, ...t }) => /* @__PURE__ */ n.createElement(
|
|
|
8407
8416
|
strokeLinejoin: "round"
|
|
8408
8417
|
}
|
|
8409
8418
|
)));
|
|
8410
|
-
|
|
8411
|
-
const
|
|
8419
|
+
A2.tags = ["money", "currency"];
|
|
8420
|
+
const f3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
8412
8421
|
"path",
|
|
8413
8422
|
{
|
|
8414
8423
|
d: "M6.9 13c3.258 0 5.9-2.686 5.9-6s-2.642-6-5.9-6C3.642 1 1 3.686 1 7s2.642 6 5.9 6z",
|
|
@@ -8422,7 +8431,7 @@ const g3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
8422
8431
|
d: "M8.375 7c0-.828-.66-1.5-1.475-1.5-.815 0-1.475.672-1.475 1.5s.66 1.5 1.475 1.5c.815 0 1.475-.672 1.475-1.5z",
|
|
8423
8432
|
fill: "currentColor"
|
|
8424
8433
|
}
|
|
8425
|
-
))),
|
|
8434
|
+
))), v3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
8426
8435
|
"path",
|
|
8427
8436
|
{
|
|
8428
8437
|
d: "M6.882 7.125c-.334.367-1.352 1.39-2.296 1.39v0h-.004a1.515 1.515 0 11.001-3.03h.003v0c.944 0 1.962 1.023 2.297 1.39L7 7l-.119.125v0zM7.12 7.125c.334.367 1.352 1.39 2.296 1.39v0h.003a1.515 1.515 0 100-3.03h-.004v0c-.944 0-1.962 1.023-2.296 1.39L7.001 7l.119.125v0z",
|
|
@@ -8438,7 +8447,7 @@ const g3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
8438
8447
|
strokeLinecap: "round",
|
|
8439
8448
|
strokeLinejoin: "round"
|
|
8440
8449
|
}
|
|
8441
|
-
))),
|
|
8450
|
+
))), b3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
8442
8451
|
"path",
|
|
8443
8452
|
{
|
|
8444
8453
|
d: "M7 12.9A5.9 5.9 0 117 1.1a5.9 5.9 0 110 11.8z",
|
|
@@ -8446,7 +8455,7 @@ const g3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
8446
8455
|
strokeLinecap: "round",
|
|
8447
8456
|
strokeLinejoin: "round"
|
|
8448
8457
|
}
|
|
8449
|
-
), /* @__PURE__ */ n.createElement("path", { d: "M7 10.278V7h-.655", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ n.createElement("circle", { cx: 6.836, cy: 4.542, r: 0.656, fill: "currentColor" }))),
|
|
8458
|
+
), /* @__PURE__ */ n.createElement("path", { d: "M7 10.278V7h-.655", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ n.createElement("circle", { cx: 6.836, cy: 4.542, r: 0.656, fill: "currentColor" }))), w3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
8450
8459
|
"path",
|
|
8451
8460
|
{
|
|
8452
8461
|
d: "M10.278 8.22V7M8.312 8.22V7M5.96 6.073a1.311 1.311 0 11-1.853 1.855A1.311 1.311 0 015.96 6.073",
|
|
@@ -8462,7 +8471,7 @@ const g3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
8462
8471
|
strokeLinecap: "round",
|
|
8463
8472
|
strokeLinejoin: "round"
|
|
8464
8473
|
}
|
|
8465
|
-
))),
|
|
8474
|
+
))), L2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 13", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
8466
8475
|
"path",
|
|
8467
8476
|
{
|
|
8468
8477
|
d: "M8.212 8.867V4.933M5.588 8.867V4.933M12.8 6.9A5.9 5.9 0 111 6.9a5.9 5.9 0 1111.8 0z",
|
|
@@ -8471,8 +8480,8 @@ const g3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
8471
8480
|
strokeLinejoin: "round"
|
|
8472
8481
|
}
|
|
8473
8482
|
)));
|
|
8474
|
-
|
|
8475
|
-
const
|
|
8483
|
+
L2.tags = ["pending"];
|
|
8484
|
+
const x3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
8476
8485
|
"path",
|
|
8477
8486
|
{
|
|
8478
8487
|
d: "M7 12.9A5.9 5.9 0 107 1.1a5.9 5.9 0 000 11.8zM7 10.337V3.662M10.338 7H3.663",
|
|
@@ -8480,7 +8489,7 @@ const b3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
8480
8489
|
strokeLinecap: "round",
|
|
8481
8490
|
strokeLinejoin: "round"
|
|
8482
8491
|
}
|
|
8483
|
-
))),
|
|
8492
|
+
))), E3 = p(({ className: e, ...t }) => /* @__PURE__ */ n.createElement(
|
|
8484
8493
|
"svg",
|
|
8485
8494
|
{
|
|
8486
8495
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -8494,7 +8503,7 @@ const b3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
8494
8503
|
/* @__PURE__ */ n.createElement("path", { stroke: "#BDC0C6", strokeDasharray: "4 4", d: "M0.5 12.5L95.5 12.5" }),
|
|
8495
8504
|
/* @__PURE__ */ n.createElement("circle", { cx: "48", cy: "12", r: "11.5", fill: "#fff", stroke: "currentColor" }),
|
|
8496
8505
|
/* @__PURE__ */ n.createElement("path", { stroke: "#1352C6", strokeLinecap: "round", strokeLinejoin: "round", d: "M48.5 7.5v10M53.5 12.5h-10" })
|
|
8497
|
-
)),
|
|
8506
|
+
)), M2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
8498
8507
|
"path",
|
|
8499
8508
|
{
|
|
8500
8509
|
d: "M7 12.9A5.9 5.9 0 107 1.1a5.9 5.9 0 000 11.8zM4.642 7H9.36",
|
|
@@ -8503,8 +8512,8 @@ const b3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
8503
8512
|
strokeLinejoin: "round"
|
|
8504
8513
|
}
|
|
8505
8514
|
)));
|
|
8506
|
-
|
|
8507
|
-
const
|
|
8515
|
+
M2.tags = ["no show", "noshow"];
|
|
8516
|
+
const N2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
8508
8517
|
"path",
|
|
8509
8518
|
{
|
|
8510
8519
|
d: "M8.874 1.957h1.957c.264 0 .478.214.478.478v9.087a.478.478 0 01-.478.478H3.178a.478.478 0 01-.478-.478V2.435c0-.264.214-.478.478-.478h1.957",
|
|
@@ -8521,8 +8530,8 @@ const L2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
8521
8530
|
strokeLinejoin: "round"
|
|
8522
8531
|
}
|
|
8523
8532
|
)));
|
|
8524
|
-
|
|
8525
|
-
const
|
|
8533
|
+
N2.tags = ["resources"];
|
|
8534
|
+
const y3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
8526
8535
|
"path",
|
|
8527
8536
|
{
|
|
8528
8537
|
d: "M4.743 1.55a5.898 5.898 0 114.515 10.9 5.898 5.898 0 01-4.515-10.9",
|
|
@@ -8530,7 +8539,7 @@ const x3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
8530
8539
|
strokeLinecap: "round",
|
|
8531
8540
|
strokeLinejoin: "round"
|
|
8532
8541
|
}
|
|
8533
|
-
), /* @__PURE__ */ n.createElement("path", { d: "M6.815 4.368v3.05l2.397 1.46", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }))),
|
|
8542
|
+
), /* @__PURE__ */ n.createElement("path", { d: "M6.815 4.368v3.05l2.397 1.46", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }))), C3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 15, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
8534
8543
|
"path",
|
|
8535
8544
|
{
|
|
8536
8545
|
d: "M7.666 1.5a5.5 5.5 0 100 11 5.5 5.5 0 000-11v0z",
|
|
@@ -8546,7 +8555,7 @@ const x3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
8546
8555
|
strokeLinecap: "round",
|
|
8547
8556
|
strokeLinejoin: "round"
|
|
8548
8557
|
}
|
|
8549
|
-
))),
|
|
8558
|
+
))), B2 = p((e) => /* @__PURE__ */ n.createElement("svg", { width: 14, height: 14, viewBox: "0 0 14 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
8550
8559
|
"path",
|
|
8551
8560
|
{
|
|
8552
8561
|
d: "M6.9 1C5.73309 1 4.59239 1.34603 3.62214 1.99433C2.65189 2.64263 1.89567 3.56408 1.44911 4.64217C1.00256 5.72025 0.885717 6.90654 1.11337 8.05103C1.34102 9.19552 1.90294 10.2468 2.72807 11.0719C3.5532 11.8971 4.60448 12.459 5.74897 12.6866C6.89346 12.9143 8.07975 12.7974 9.15783 12.3509C10.2359 11.9043 11.1574 11.1481 11.8057 10.1779C12.454 9.20761 12.8 8.06691 12.8 6.9",
|
|
@@ -8555,8 +8564,8 @@ const x3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
8555
8564
|
strokeLinejoin: "round"
|
|
8556
8565
|
}
|
|
8557
8566
|
), /* @__PURE__ */ n.createElement("path", { d: "M10.1768 3.62231H12.799", stroke: "#222324", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ n.createElement("path", { d: "M10.1768 1.65576H12.799", stroke: "#222324", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ n.createElement("path", { d: "M9.52324 7.22787H6.57324V3.62231", stroke: "#222324", strokeLinecap: "round", strokeLinejoin: "round" })));
|
|
8558
|
-
|
|
8559
|
-
const
|
|
8567
|
+
B2.tags = ["clock", "manual", "watch", "fly", "on the fly"];
|
|
8568
|
+
const I3 = p((e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "10", height: "8", fill: "none", viewBox: "0 0 10 8", ...e }, /* @__PURE__ */ n.createElement(
|
|
8560
8569
|
"path",
|
|
8561
8570
|
{
|
|
8562
8571
|
stroke: "currentColor",
|
|
@@ -8564,7 +8573,7 @@ const y3 = p((e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.
|
|
|
8564
8573
|
strokeLinejoin: "round",
|
|
8565
8574
|
d: "M1.291 1.236l2.94 2.94v0a.272.272 0 010 .385L1.29 7.5M6.041 1.236l2.94 2.94v0a.272.272 0 010 .385L6.04 7.5"
|
|
8566
8575
|
}
|
|
8567
|
-
))),
|
|
8576
|
+
))), k3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
8568
8577
|
"path",
|
|
8569
8578
|
{
|
|
8570
8579
|
d: "M8.852 10.448h2.037A1.11 1.11 0 0012 9.338V3.41a1.11 1.11 0 00-1.111-1.11H3.11A1.11 1.11 0 002 3.41v5.926a1.11 1.11 0 001.111 1.111h2.037L7 12.3l1.852-1.852z",
|
|
@@ -8572,7 +8581,7 @@ const y3 = p((e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.
|
|
|
8572
8581
|
strokeLinecap: "round",
|
|
8573
8582
|
strokeLinejoin: "round"
|
|
8574
8583
|
}
|
|
8575
|
-
))),
|
|
8584
|
+
))), A3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 15, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
8576
8585
|
"path",
|
|
8577
8586
|
{
|
|
8578
8587
|
d: "M11.881 10.107H8.334l-2.796 2.229h-.009a.23.23 0 01-.3-.034.227.227 0 01-.05-.141v-2.07H3.5a.839.839 0 01-.835-.844v0-5.843a.827.827 0 01.827-.843h8.347-.009a.825.825 0 01.835.826V9.23c0 .459-.376.835-.835.835h-.008l.058.042zM5.204 5.103h5.008M5.204 7.607h3.339",
|
|
@@ -8580,7 +8589,7 @@ const y3 = p((e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.
|
|
|
8580
8589
|
strokeLinecap: "round",
|
|
8581
8590
|
strokeLinejoin: "round"
|
|
8582
8591
|
}
|
|
8583
|
-
))),
|
|
8592
|
+
))), F2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
8584
8593
|
"path",
|
|
8585
8594
|
{
|
|
8586
8595
|
d: "M6.9 12.8A5.9 5.9 0 106.9 1a5.9 5.9 0 000 11.8z",
|
|
@@ -8605,8 +8614,8 @@ const y3 = p((e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.
|
|
|
8605
8614
|
strokeLinejoin: "round"
|
|
8606
8615
|
}
|
|
8607
8616
|
)));
|
|
8608
|
-
|
|
8609
|
-
const
|
|
8617
|
+
F2.tags = ["guide"];
|
|
8618
|
+
const L3 = p(({ className: e, ...t }) => /* @__PURE__ */ n.createElement(
|
|
8610
8619
|
"svg",
|
|
8611
8620
|
{
|
|
8612
8621
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -8627,7 +8636,7 @@ const k3 = p(({ className: e, ...t }) => /* @__PURE__ */ n.createElement(
|
|
|
8627
8636
|
),
|
|
8628
8637
|
/* @__PURE__ */ n.createElement("rect", { width: "55.151", height: "41.758", x: "24", y: "26", fill: "#222324", rx: "4" }),
|
|
8629
8638
|
/* @__PURE__ */ n.createElement("rect", { width: "50.424", height: "37.03", x: "26.363", y: "28.363", fill: "#28A0E2", rx: "3" })
|
|
8630
|
-
)),
|
|
8639
|
+
)), S2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
8631
8640
|
"path",
|
|
8632
8641
|
{
|
|
8633
8642
|
d: "M3.014 9.333A1.264 1.264 0 011.75 8.07V3.014c0-.698.566-1.264 1.264-1.264H8.07c.697 0 1.263.566 1.263 1.264",
|
|
@@ -8644,10 +8653,10 @@ const k3 = p(({ className: e, ...t }) => /* @__PURE__ */ n.createElement(
|
|
|
8644
8653
|
strokeLinejoin: "round"
|
|
8645
8654
|
}
|
|
8646
8655
|
)));
|
|
8647
|
-
|
|
8648
|
-
const
|
|
8649
|
-
|
|
8650
|
-
const
|
|
8656
|
+
S2.tags = ["duplicate"];
|
|
8657
|
+
const T2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 24 21", width: 24, height: 24, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement("g", { stroke: "currentColor", strokeWidth: 1.286, strokeLinecap: "round", strokeLinejoin: "round" }, /* @__PURE__ */ n.createElement("path", { d: "M20.844 11.35l-.906-5.435a2.085 2.085 0 00-1.714-1.714l-5.435-.906a2.085 2.085 0 00-1.816.582l-8.024 8.024a2.085 2.085 0 000 2.95l6.34 6.34a2.085 2.085 0 002.95 0l8.023-8.024a2.083 2.083 0 00.582-1.817v0z" }), /* @__PURE__ */ n.createElement("path", { clipRule: "evenodd", d: "M14.743 11.271a1.877 1.877 0 110-3.753 1.877 1.877 0 010 3.753z" }))));
|
|
8658
|
+
T2.tags = ["voucher", "tags"];
|
|
8659
|
+
const V2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 20 15", width: 20, height: 15, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
8651
8660
|
"path",
|
|
8652
8661
|
{
|
|
8653
8662
|
d: "M14.9804 8.95671C16.0791 8.95671 16.9697 8.0661 16.9697 6.96748C16.9697 5.86886 16.0791 4.97825 14.9804 4.97825C13.8818 4.97825 12.9912 5.86886 12.9912 6.96748C12.9912 8.0661 13.8818 8.95671 14.9804 8.95671Z",
|
|
@@ -8680,8 +8689,8 @@ const S2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 20 15
|
|
|
8680
8689
|
strokeLinejoin: "round"
|
|
8681
8690
|
}
|
|
8682
8691
|
)));
|
|
8683
|
-
|
|
8684
|
-
const
|
|
8692
|
+
V2.tags = ["user"];
|
|
8693
|
+
const M3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 18 18", width: 18, height: 18, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
8685
8694
|
"path",
|
|
8686
8695
|
{
|
|
8687
8696
|
d: "M2.867 11.07c0 .488.418.887.95.887h10.92c.522 0 .95-.399.95-.887V6.28a.47.47 0 00-.485-.443.474.474 0 00-.313.107L11.869 8.4 9.381 5.687a.504.504 0 00-.674-.054.249.249 0 00-.057.045L6.162 8.383l-2.516-2.35v-.001a.503.503 0 00-.674-.01.403.403 0 00-.143.311l.038 4.737z",
|
|
@@ -8690,7 +8699,7 @@ const A3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 18 18
|
|
|
8690
8699
|
strokeLinecap: "round",
|
|
8691
8700
|
strokeLinejoin: "round"
|
|
8692
8701
|
}
|
|
8693
|
-
))),
|
|
8702
|
+
))), N3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
8694
8703
|
"path",
|
|
8695
8704
|
{
|
|
8696
8705
|
d: "M8.08 4.525L6.9 8.065M11.846 10.117v0a8.262 8.262 0 00-9.892 0",
|
|
@@ -8706,7 +8715,7 @@ const A3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 18 18
|
|
|
8706
8715
|
strokeLinecap: "round",
|
|
8707
8716
|
strokeLinejoin: "round"
|
|
8708
8717
|
}
|
|
8709
|
-
))),
|
|
8718
|
+
))), R2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement("path", { d: "M12.25 10.375v2.25H10", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ n.createElement(
|
|
8710
8719
|
"path",
|
|
8711
8720
|
{
|
|
8712
8721
|
d: "M12.25 12.625L9.725 10.1a1.126 1.126 0 00-1.118-.282l-2.857.763a1.125 1.125 0 01-1.086-.291L1.75 7.373M2.574 5.87A3.75 3.75 0 118.5 8.127",
|
|
@@ -8723,8 +8732,8 @@ const A3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 18 18
|
|
|
8723
8732
|
strokeLinejoin: "round"
|
|
8724
8733
|
}
|
|
8725
8734
|
)));
|
|
8726
|
-
|
|
8727
|
-
const
|
|
8735
|
+
R2.tags = ["money", "refund", "return payment", "dollar"];
|
|
8736
|
+
const B3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
8728
8737
|
"path",
|
|
8729
8738
|
{
|
|
8730
8739
|
d: "M1.008 6.006v5.863M12 11.136a2.2 2.2 0 00-2.199-2.198H7.053a2.2 2.2 0 00-2.198-2.199H1v4.397h11zM4.855 8.938h2.749M10.906 1.625V1M11.843 1.625h-1.275a.839.839 0 00-.843.837.84.84 0 00.525.775l1.29.513-.007-.006a.834.834 0 01.463 1.087.852.852 0 01-.781.525H9.937M10.906 6v-.625",
|
|
@@ -8732,7 +8741,7 @@ const M3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
8732
8741
|
strokeLinecap: "round",
|
|
8733
8742
|
strokeLinejoin: "round"
|
|
8734
8743
|
}
|
|
8735
|
-
))),
|
|
8744
|
+
))), G2 = p((e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "34", height: "24", fill: "none", viewBox: "0 0 34 24", ...e }, /* @__PURE__ */ n.createElement("rect", { width: "33", height: "23", x: "0.5", y: "0.5", fill: "#fff", stroke: "#D9D9D9", rx: "3.5" }), /* @__PURE__ */ n.createElement(
|
|
8736
8745
|
"path",
|
|
8737
8746
|
{
|
|
8738
8747
|
fill: "#0079BE",
|
|
@@ -8741,8 +8750,8 @@ const M3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
8741
8750
|
clipRule: "evenodd"
|
|
8742
8751
|
}
|
|
8743
8752
|
)));
|
|
8744
|
-
|
|
8745
|
-
const
|
|
8753
|
+
G2.tags = ["cc", "credit card"];
|
|
8754
|
+
const z2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 13", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
8746
8755
|
"path",
|
|
8747
8756
|
{
|
|
8748
8757
|
d: "M7 12A5 5 0 107 2a5 5 0 000 10zM3.465 10.535l7.07-7.07",
|
|
@@ -8751,8 +8760,8 @@ const R2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 13
|
|
|
8751
8760
|
strokeLinejoin: "round"
|
|
8752
8761
|
}
|
|
8753
8762
|
)));
|
|
8754
|
-
|
|
8755
|
-
const
|
|
8763
|
+
z2.tags = ["stop"];
|
|
8764
|
+
const D2 = p((e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "34", height: "24", fill: "none", viewBox: "0 0 34 24", ...e }, /* @__PURE__ */ n.createElement("rect", { width: "33", height: "23", x: "0.5", y: "0.5", fill: "#fff", stroke: "#D9D9D9", rx: "3.5" }), /* @__PURE__ */ n.createElement("path", { fill: "#FD6020", d: "M14 23l19-5.75V20a3 3 0 01-3 3H14z" }), /* @__PURE__ */ n.createElement(
|
|
8756
8765
|
"path",
|
|
8757
8766
|
{
|
|
8758
8767
|
fill: "#000",
|
|
@@ -8769,8 +8778,8 @@ const G2 = p((e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.
|
|
|
8769
8778
|
clipRule: "evenodd"
|
|
8770
8779
|
}
|
|
8771
8780
|
)));
|
|
8772
|
-
|
|
8773
|
-
const
|
|
8781
|
+
D2.tags = ["cc", "credit card"];
|
|
8782
|
+
const F3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 15, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
8774
8783
|
"path",
|
|
8775
8784
|
{
|
|
8776
8785
|
d: "M13.253 6.614L8.024 1.386a.545.545 0 00-.771 0L2.024 6.614a.545.545 0 000 .772l5.229 5.228a.546.546 0 00.771 0l5.229-5.228a.545.545 0 000-.772zM7.651 4.286v3.06",
|
|
@@ -8786,7 +8795,7 @@ const N3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
8786
8795
|
strokeLinecap: "round",
|
|
8787
8796
|
strokeLinejoin: "round"
|
|
8788
8797
|
}
|
|
8789
|
-
))),
|
|
8798
|
+
))), O2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 19, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
8790
8799
|
"path",
|
|
8791
8800
|
{
|
|
8792
8801
|
d: "M12.166 3.5l-7.333 7.333L1.5 7.5M18.167 3.5l-7.333 7.333-1.667-1.666",
|
|
@@ -8795,7 +8804,7 @@ const N3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
8795
8804
|
strokeLinejoin: "round"
|
|
8796
8805
|
}
|
|
8797
8806
|
)));
|
|
8798
|
-
|
|
8807
|
+
O2.tags = ["doublecheck", "forms", "questionnaire"];
|
|
8799
8808
|
const dr = p((e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "14", height: "14", fill: "none", viewBox: "0 0 14 14", ...e }, /* @__PURE__ */ n.createElement(
|
|
8800
8809
|
"path",
|
|
8801
8810
|
{
|
|
@@ -8806,7 +8815,7 @@ const dr = p((e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.
|
|
|
8806
8815
|
}
|
|
8807
8816
|
)));
|
|
8808
8817
|
dr.tags = ["collapse", "fold"];
|
|
8809
|
-
const
|
|
8818
|
+
const H2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
8810
8819
|
"path",
|
|
8811
8820
|
{
|
|
8812
8821
|
d: "M7.04 9.36V1.1M10.58 5.82L7.04 9.36 3.5 5.82M3.5 12.9h7.08",
|
|
@@ -8815,8 +8824,8 @@ const D2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
8815
8824
|
strokeLinejoin: "round"
|
|
8816
8825
|
}
|
|
8817
8826
|
)));
|
|
8818
|
-
|
|
8819
|
-
const
|
|
8827
|
+
H2.tags = ["arrow"];
|
|
8828
|
+
const W2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement("path", { d: "M8.358 6.66L7 8.02 5.643 6.66", fill: "currentColor" }), /* @__PURE__ */ n.createElement(
|
|
8820
8829
|
"path",
|
|
8821
8830
|
{
|
|
8822
8831
|
d: "M8.358 6.66L7 8.02 5.643 6.66h2.715z",
|
|
@@ -8833,8 +8842,8 @@ const O2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
8833
8842
|
strokeLinejoin: "round"
|
|
8834
8843
|
}
|
|
8835
8844
|
)));
|
|
8836
|
-
|
|
8837
|
-
const
|
|
8845
|
+
W2.tags = ["dropdown", "forms", "questionnaire"];
|
|
8846
|
+
const j2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
8838
8847
|
"path",
|
|
8839
8848
|
{
|
|
8840
8849
|
stroke: "currentColor",
|
|
@@ -8871,8 +8880,8 @@ const H2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
8871
8880
|
d: "M9.289 4.663L5.27 8.68l.973.972 4.017-4.017-.972-.972z"
|
|
8872
8881
|
}
|
|
8873
8882
|
)));
|
|
8874
|
-
|
|
8875
|
-
const
|
|
8883
|
+
j2.tags = ["weight", "exercise", "gym"];
|
|
8884
|
+
const P2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
8876
8885
|
"path",
|
|
8877
8886
|
{
|
|
8878
8887
|
d: "M3.111 9.222h-.309A.803.803 0 012 8.42V2.802C2 2.36 2.36 2 2.802 2H8.42c.444 0 .803.36.803.802v.31",
|
|
@@ -8898,8 +8907,8 @@ const W2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
8898
8907
|
strokeLinejoin: "round"
|
|
8899
8908
|
}
|
|
8900
8909
|
)));
|
|
8901
|
-
|
|
8902
|
-
const
|
|
8910
|
+
P2.tags = ["copy"];
|
|
8911
|
+
const Z2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
8903
8912
|
"path",
|
|
8904
8913
|
{
|
|
8905
8914
|
d: "M3.398 3.044C3.734 4.983 4.915 6.311 7 6.984c2.086-.673 3.266-2.001 3.602-3.94A.906.906 0 009.702 2H4.298a.906.906 0 00-.9 1.044v0zM4.299 11.969a.905.905 0 01-.9-1.044C3.733 8.987 4.914 7.66 7 6.985c2.086.674 3.266 2.002 3.602 3.94a.905.905 0 01-.9 1.044H4.298z",
|
|
@@ -8908,8 +8917,8 @@ const j2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
8908
8917
|
strokeLinejoin: "round"
|
|
8909
8918
|
}
|
|
8910
8919
|
)));
|
|
8911
|
-
|
|
8912
|
-
const
|
|
8920
|
+
Z2.tags = ["hour glass", "time"];
|
|
8921
|
+
const X2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
8913
8922
|
"path",
|
|
8914
8923
|
{
|
|
8915
8924
|
d: "M10.268 5.813l-2.081-2.08M3.849 12H2v-1.849c0-.15.06-.295.167-.402l7.582-7.582a.568.568 0 01.804 0l1.28 1.28a.568.568 0 010 .804L4.25 11.833a.567.567 0 01-.402.167v0z",
|
|
@@ -8918,8 +8927,8 @@ const P2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
8918
8927
|
strokeLinejoin: "round"
|
|
8919
8928
|
}
|
|
8920
8929
|
)));
|
|
8921
|
-
|
|
8922
|
-
const
|
|
8930
|
+
X2.tags = ["pencil"];
|
|
8931
|
+
const Y2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
8923
8932
|
"path",
|
|
8924
8933
|
{
|
|
8925
8934
|
d: "M11.214 6.88a.987.987 0 111.396 1.395l-3.312 3.31a.573.573 0 01-.405.168H7.737v-1.156c0-.152.06-.298.168-.406l3.31-3.312v0zM4.295 4.868h4.59M4.295 7.163h2.868M11.879 9.01l-1.4-1.4M11.179 4.868v-1.72c0-.635-.514-1.148-1.148-1.148H3.147C2.513 2 2 2.513 2 3.147v7.458c0 .634.513 1.147 1.147 1.147h2.295",
|
|
@@ -8928,16 +8937,16 @@ const Z2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
8928
8937
|
strokeLinejoin: "round"
|
|
8929
8938
|
}
|
|
8930
8939
|
)));
|
|
8931
|
-
|
|
8932
|
-
const
|
|
8940
|
+
Y2.tags = ["pencil"];
|
|
8941
|
+
const J2 = p((e) => /* @__PURE__ */ n.createElement("svg", { width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 14 14", ...e }, /* @__PURE__ */ n.createElement(
|
|
8933
8942
|
"path",
|
|
8934
8943
|
{
|
|
8935
8944
|
d: "M13.5 7a1.5 1.5 0 10-3 0 1.5 1.5 0 003 0zM3.5 7a1.5 1.5 0 10-3 0 1.5 1.5 0 003 0zM8.5 7a1.5 1.5 0 10-3 0 1.5 1.5 0 003 0z",
|
|
8936
8945
|
fill: "#222324"
|
|
8937
8946
|
}
|
|
8938
8947
|
)));
|
|
8939
|
-
|
|
8940
|
-
const
|
|
8948
|
+
J2.tags = ["three", "dots"];
|
|
8949
|
+
const U2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
8941
8950
|
"path",
|
|
8942
8951
|
{
|
|
8943
8952
|
d: "M11.8 8.4V3.767M7.617 10.946H2.8a1.8 1.8 0 01-1.8-1.8v-5.38",
|
|
@@ -8962,8 +8971,8 @@ const Y2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
8962
8971
|
strokeLinejoin: "round"
|
|
8963
8972
|
}
|
|
8964
8973
|
)));
|
|
8965
|
-
|
|
8966
|
-
const
|
|
8974
|
+
U2.tags = ["opt-in", "optin", "forms", "questionnaire"];
|
|
8975
|
+
const S3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
8967
8976
|
"path",
|
|
8968
8977
|
{
|
|
8969
8978
|
d: "M2.295 3h9.41c.577 0 1.045.468 1.045 1.046v6.795c0 .578-.468 1.045-1.045 1.045h-9.41a1.045 1.045 0 01-1.045-1.045V4.046C1.25 3.468 1.718 3 2.295 3v0z",
|
|
@@ -8979,7 +8988,7 @@ const B3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
8979
8988
|
strokeLinecap: "round",
|
|
8980
8989
|
strokeLinejoin: "round"
|
|
8981
8990
|
}
|
|
8982
|
-
))),
|
|
8991
|
+
))), Q2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 18 18", width: 18, height: 18, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
8983
8992
|
"path",
|
|
8984
8993
|
{
|
|
8985
8994
|
d: "M15.441 4.094v5.292M16.2 13.928h-4.543M14.685 12.414l1.515 1.514-1.514 1.514M8.628 12.414H4.085A1.514 1.514 0 012.571 10.9V4.094",
|
|
@@ -8998,8 +9007,8 @@ const B3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
8998
9007
|
strokeLinejoin: "round"
|
|
8999
9008
|
}
|
|
9000
9009
|
)));
|
|
9001
|
-
|
|
9002
|
-
const
|
|
9010
|
+
Q2.tags = ["email", "resend", "confirmation", "waiver", "receipt", "reciept"];
|
|
9011
|
+
const _2 = p((e) => /* @__PURE__ */ n.createElement("svg", { width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 14 14", ...e }, /* @__PURE__ */ n.createElement(
|
|
9003
9012
|
"rect",
|
|
9004
9013
|
{
|
|
9005
9014
|
x: 2,
|
|
@@ -9024,8 +9033,8 @@ const U2 = p((e) => /* @__PURE__ */ n.createElement("svg", { width: 14, height:
|
|
|
9024
9033
|
strokeLinejoin: "round"
|
|
9025
9034
|
}
|
|
9026
9035
|
), /* @__PURE__ */ n.createElement("path", { d: "M7.667 4h4M7.667 10h4", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })));
|
|
9027
|
-
|
|
9028
|
-
const
|
|
9036
|
+
_2.tags = ["available"];
|
|
9037
|
+
const T3 = p(({ className: e, ...t }) => /* @__PURE__ */ n.createElement(
|
|
9029
9038
|
"svg",
|
|
9030
9039
|
{
|
|
9031
9040
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -9084,7 +9093,7 @@ const F3 = p(({ className: e, ...t }) => /* @__PURE__ */ n.createElement(
|
|
|
9084
9093
|
clipRule: "evenodd"
|
|
9085
9094
|
}
|
|
9086
9095
|
)
|
|
9087
|
-
)),
|
|
9096
|
+
)), q2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 12", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
9088
9097
|
"path",
|
|
9089
9098
|
{
|
|
9090
9099
|
d: "M7.834 9.98a1.557 1.557 0 112.55-1.67.39.39 0 00.64.133l1.215-1.215a.779.779 0 000-1.101L10.993 4.88a1.557 1.557 0 10-1.91-1.907L7.836 1.728a.779.779 0 00-1.101 0L5.607 2.856a.39.39 0 00.06.6A1.557 1.557 0 113.51 5.614a.39.39 0 00-.6-.06L1.777 6.677a.779.779 0 000 1.1l4.404 4.405a.779.779 0 001.101 0L8.5 10.966a.39.39 0 00-.134-.638 1.54 1.54 0 01-.531-.348z",
|
|
@@ -9093,8 +9102,8 @@ const F3 = p(({ className: e, ...t }) => /* @__PURE__ */ n.createElement(
|
|
|
9093
9102
|
strokeLinejoin: "round"
|
|
9094
9103
|
}
|
|
9095
9104
|
)));
|
|
9096
|
-
|
|
9097
|
-
const
|
|
9105
|
+
q2.tags = ["inventory"];
|
|
9106
|
+
const V3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 18 18", width: 18, height: 18, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
9098
9107
|
"path",
|
|
9099
9108
|
{
|
|
9100
9109
|
d: "M8.188 6.37l-.282-.797L5.515 2.38l.43-.106 4.122 3.562 2.426-.694c.285-.074.609-.09.856-.088a6.998 6.998 0 00-12.941.598 6.962 6.962 0 00-.329 3.394l5.812-2.019 2.297-.655zM13.604 5.683a3.74 3.74 0 01-.836.419l-2.432.693-1.622 5.206-.421.137.342-3.976-.191-.826-2.279.65L.144 9.403a6.998 6.998 0 1013.46-3.72z",
|
|
@@ -9106,9 +9115,9 @@ const S3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 18 18
|
|
|
9106
9115
|
d: "M8.444 7.337l.192.825-.343 3.975.42-.136 1.623-5.205 2.431-.694c.31-.1.624-.282.837-.419a7.071 7.071 0 00-.255-.63 3.556 3.556 0 00-.856.088l-2.426.695-4.123-3.564-.43.107 2.391 3.194.283.797-2.297.657L.08 9.044c.018.12.039.24.063.36l6.023-1.417 2.278-.65z",
|
|
9107
9116
|
fill: "#FBC108"
|
|
9108
9117
|
}
|
|
9109
|
-
))),
|
|
9110
|
-
|
|
9111
|
-
const
|
|
9118
|
+
))), K2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement("g", { clipPath: "url(#prefix__clip0_196_67)", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }, /* @__PURE__ */ n.createElement("path", { d: "M5.14 12.48h-.006c3.017 1.217 6.455-.248 7.68-3.272A5.9 5.9 0 009.55 1.53a5.915 5.915 0 00-7.695 7.687" }), /* @__PURE__ */ n.createElement("path", { d: "M8.987 8.272l.003-2.903-2.903.003M8.989 5.37l-5.81 5.81" })), /* @__PURE__ */ n.createElement("defs", null, /* @__PURE__ */ n.createElement("clipPath", { id: "prefix__clip0_196_67" }, /* @__PURE__ */ n.createElement("path", { fill: "#fff", d: "M0 0h14v14H0z" })))));
|
|
9119
|
+
K2.tags = ["arrow"];
|
|
9120
|
+
const $2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
9112
9121
|
"path",
|
|
9113
9122
|
{
|
|
9114
9123
|
d: "M8.393 5.6a1.97 1.97 0 010 2.782 1.97 1.97 0 01-2.783 0 1.967 1.967 0 112.783-2.783z",
|
|
@@ -9125,16 +9134,16 @@ const q2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
9125
9134
|
strokeLinejoin: "round"
|
|
9126
9135
|
}
|
|
9127
9136
|
)));
|
|
9128
|
-
|
|
9129
|
-
const
|
|
9137
|
+
$2.tags = ["view", "visible"];
|
|
9138
|
+
const eu = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 18 18", width: 18, height: 18, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
9130
9139
|
"path",
|
|
9131
9140
|
{
|
|
9132
9141
|
d: "M7.3 15.75V9.415H5.625v-2.28H7.3V5.187c0-1.531.99-2.937 3.27-2.937.922 0 1.605.088 1.605.088l-.054 2.13s-.696-.006-1.456-.006c-.822 0-.953.378-.953 1.007v1.666h2.475l-.108 2.28H9.712v6.335H7.3z",
|
|
9133
9142
|
fill: "#000"
|
|
9134
9143
|
}
|
|
9135
9144
|
)));
|
|
9136
|
-
|
|
9137
|
-
const
|
|
9145
|
+
eu.tags = ["logo", "social media"];
|
|
9146
|
+
const tu = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
9138
9147
|
"path",
|
|
9139
9148
|
{
|
|
9140
9149
|
d: "M6.9 1a5.9 5.9 0 100 11.8A5.9 5.9 0 006.9 1v0z",
|
|
@@ -9151,8 +9160,8 @@ const $2 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
9151
9160
|
strokeLinejoin: "round"
|
|
9152
9161
|
}
|
|
9153
9162
|
)));
|
|
9154
|
-
|
|
9155
|
-
const
|
|
9163
|
+
tu.tags = ["smiley", "emoji"];
|
|
9164
|
+
const nu = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
9156
9165
|
"path",
|
|
9157
9166
|
{
|
|
9158
9167
|
d: "M6.9 1a5.9 5.9 0 100 11.8A5.9 5.9 0 006.9 1v0z",
|
|
@@ -9169,8 +9178,8 @@ const eu = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
9169
9178
|
strokeLinejoin: "round"
|
|
9170
9179
|
}
|
|
9171
9180
|
)));
|
|
9172
|
-
|
|
9173
|
-
const
|
|
9181
|
+
nu.tags = ["smiley", "emoji"];
|
|
9182
|
+
const ru = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
9174
9183
|
"path",
|
|
9175
9184
|
{
|
|
9176
9185
|
d: "M4.077 5.843h-.005c.067-.005.128.058.128.126s-.061.13-.128.13c-.072 0-.128-.062-.133-.13a.129.129 0 01.123-.136M9.722 5.843h-.005a.128.128 0 00-.128.13c0 .069.056.132.128.127.067-.006.128-.063.123-.137a.132.132 0 00-.128-.13M3.822 8.853l-.006-.005c.708 1.733 2.658 2.555 4.361 1.833a3.38 3.38 0 001.796-1.833",
|
|
@@ -9187,8 +9196,8 @@ const tu = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
9187
9196
|
strokeLinejoin: "round"
|
|
9188
9197
|
}
|
|
9189
9198
|
)));
|
|
9190
|
-
|
|
9191
|
-
const
|
|
9199
|
+
ru.tags = ["smiley", "emoji"];
|
|
9200
|
+
const ou = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 18 18", width: 18, height: 18, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
9192
9201
|
"path",
|
|
9193
9202
|
{
|
|
9194
9203
|
d: "M6.107 13.5h5.786M4.662 9h8.679M3.215 4.5h11.571",
|
|
@@ -9198,8 +9207,8 @@ const nu = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 18 18
|
|
|
9198
9207
|
strokeLinejoin: "round"
|
|
9199
9208
|
}
|
|
9200
9209
|
)));
|
|
9201
|
-
|
|
9202
|
-
const
|
|
9210
|
+
ou.tags = ["filter", "custom reports"];
|
|
9211
|
+
const au = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
9203
9212
|
"path",
|
|
9204
9213
|
{
|
|
9205
9214
|
d: "M3.1 12V2.517M10.878 8.122V2.556M3.1 8.111s.487-.404 1.945-.404c1.458 0 2.43.96 3.889.96 1.458 0 1.944-.543 1.944-.543M3.1 2.518S3.588 2 5.046 2c1.458 0 2.43.96 3.889.96 1.458 0 1.944-.404 1.944-.404",
|
|
@@ -9208,8 +9217,8 @@ const ru = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
9208
9217
|
strokeLinejoin: "round"
|
|
9209
9218
|
}
|
|
9210
9219
|
)));
|
|
9211
|
-
|
|
9212
|
-
const
|
|
9220
|
+
au.tags = ["organizer"];
|
|
9221
|
+
const iu = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 18 18", width: 18, height: 18, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
9213
9222
|
"path",
|
|
9214
9223
|
{
|
|
9215
9224
|
d: "M7.245.869a1 1 0 011.51 0l.933 1.074a1 1 0 00.912.332l1.406-.223a1 1 0 011.156.97l.025 1.423a1 1 0 00.485.84l1.22.733a1 1 0 01.262 1.487l-.896 1.106a1 1 0 00-.168.955l.463 1.346a1 1 0 01-.755 1.307l-1.397.272a1 1 0 00-.743.623l-.51 1.329a1 1 0 01-1.418.516l-1.245-.69a1 1 0 00-.97 0l-1.245.69a1 1 0 01-1.418-.516l-.51-1.329a1 1 0 00-.743-.623l-1.397-.272a1 1 0 01-.755-1.307l.463-1.346a1 1 0 00-.168-.955L.846 7.505a1 1 0 01.262-1.487l1.22-.732a1 1 0 00.485-.84l.025-1.424a1 1 0 011.156-.97l1.406.223a1 1 0 00.912-.332L7.245.87z",
|
|
@@ -9224,8 +9233,8 @@ const ou = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 18 18
|
|
|
9224
9233
|
strokeWidth: 1.529
|
|
9225
9234
|
}
|
|
9226
9235
|
)));
|
|
9227
|
-
|
|
9228
|
-
const
|
|
9236
|
+
iu.tags = ["flex", "fee", "partnerfee", "partner"];
|
|
9237
|
+
const su = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 18 18", width: 18, height: 18, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement("circle", { cx: 10.6, cy: 9, r: 2.4, fill: "currentColor" }), /* @__PURE__ */ n.createElement(
|
|
9229
9238
|
"path",
|
|
9230
9239
|
{
|
|
9231
9240
|
fillRule: "evenodd",
|
|
@@ -9243,8 +9252,8 @@ const au = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 18 18
|
|
|
9243
9252
|
strokeLinejoin: "round"
|
|
9244
9253
|
}
|
|
9245
9254
|
)));
|
|
9246
|
-
|
|
9247
|
-
const
|
|
9255
|
+
su.tags = ["flex", "fee", "partnerfee", "partner"];
|
|
9256
|
+
const lu = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
9248
9257
|
"path",
|
|
9249
9258
|
{
|
|
9250
9259
|
d: "M2 7.86h.277a.85.85 0 00.59-.235.86.86 0 011.18 0 .86.86 0 001.18 0 .86.86 0 011.18 0 .86.86 0 001.18 0 .86.86 0 011.18 0 .86.86 0 001.18 0 .86.86 0 011.18 0 .85.85 0 00.59.234h.278M7.022 5.75H3.02a.897.897 0 01-.633-.263 1.25 1.25 0 01.102-1.86l.09-.071a7.09 7.09 0 018.862 0l.09.071a1.25 1.25 0 01.103 1.86.895.895 0 01-.634.263H6.998M2 10.125c0-.345.28-.625.625-.625h8.747c.345 0 .625.28.625.625 0 .41-.096.816-.28 1.184A1.251 1.251 0 0110.6 12H3.397a1.25 1.25 0 01-1.118-.69A2.65 2.65 0 012 10.124v0z",
|
|
@@ -9253,8 +9262,8 @@ const iu = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
9253
9262
|
strokeLinejoin: "round"
|
|
9254
9263
|
}
|
|
9255
9264
|
)));
|
|
9256
|
-
|
|
9257
|
-
const
|
|
9265
|
+
lu.tags = ["burger"];
|
|
9266
|
+
const cu = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
9258
9267
|
"path",
|
|
9259
9268
|
{
|
|
9260
9269
|
d: "M4.7 2.023v3.465a2.3 2.3 0 002.31 2.298A2.317 2.317 0 009.31 5.465V2M7.01 2.028V13",
|
|
@@ -9263,8 +9272,8 @@ const su = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
9263
9272
|
strokeLinejoin: "round"
|
|
9264
9273
|
}
|
|
9265
9274
|
)));
|
|
9266
|
-
|
|
9267
|
-
const
|
|
9275
|
+
cu.tags = ["trident"];
|
|
9276
|
+
const R3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
9268
9277
|
"path",
|
|
9269
9278
|
{
|
|
9270
9279
|
clipRule: "evenodd",
|
|
@@ -9289,7 +9298,7 @@ const T3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
9289
9298
|
strokeLinecap: "round",
|
|
9290
9299
|
strokeLinejoin: "round"
|
|
9291
9300
|
}
|
|
9292
|
-
))),
|
|
9301
|
+
))), G3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
9293
9302
|
"path",
|
|
9294
9303
|
{
|
|
9295
9304
|
d: "M7.001 1.1a5.89 5.89 0 015.9 5.9 5.89 5.89 0 01-5.9 5.9M7 12.9A5.89 5.89 0 011.1 7 5.89 5.89 0 017 1.1",
|
|
@@ -9305,7 +9314,7 @@ const T3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
9305
9314
|
strokeLinecap: "round",
|
|
9306
9315
|
strokeLinejoin: "round"
|
|
9307
9316
|
}
|
|
9308
|
-
))),
|
|
9317
|
+
))), uu = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
9309
9318
|
"path",
|
|
9310
9319
|
{
|
|
9311
9320
|
d: "M5.825 3.297V2.273a.766.766 0 111.53-.01v1.023",
|
|
@@ -9330,8 +9339,8 @@ const T3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
9330
9339
|
strokeLinejoin: "round"
|
|
9331
9340
|
}
|
|
9332
9341
|
)));
|
|
9333
|
-
|
|
9334
|
-
const
|
|
9342
|
+
uu.tags = ["cap"];
|
|
9343
|
+
const du = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
9335
9344
|
"path",
|
|
9336
9345
|
{
|
|
9337
9346
|
d: "M.5 9.994h1.066a1.066 1.066 0 001.066-1.066V4.665a1.065 1.065 0 00-1.066-1.066H.506M13.284 3.6h-1.06a1.066 1.066 0 00-1.066 1.065v4.263a1.065 1.065 0 001.066 1.066h1.06",
|
|
@@ -9356,8 +9365,8 @@ const cu = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
9356
9365
|
strokeLinejoin: "round"
|
|
9357
9366
|
}
|
|
9358
9367
|
)));
|
|
9359
|
-
|
|
9360
|
-
const
|
|
9368
|
+
du.tags = ["partner", "package", "cas", "cross account"];
|
|
9369
|
+
const mu = p((e) => /* @__PURE__ */ n.createElement("svg", { width: 14, height: 14, viewBox: "0 0 14 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
9361
9370
|
"path",
|
|
9362
9371
|
{
|
|
9363
9372
|
d: "M6.25 11.25C9.1495 11.25 11.5 8.8995 11.5 6C11.5 3.1005 9.1495 0.75 6.25 0.75C3.3505 0.75 1 3.1005 1 6C1 8.8995 3.3505 11.25 6.25 11.25Z",
|
|
@@ -9374,8 +9383,8 @@ const uu = p((e) => /* @__PURE__ */ n.createElement("svg", { width: 14, height:
|
|
|
9374
9383
|
strokeLinejoin: "round"
|
|
9375
9384
|
}
|
|
9376
9385
|
), /* @__PURE__ */ n.createElement("path", { d: "M7.69238 4.55626L9.96055 2.28809", stroke: "white", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ n.createElement("path", { d: "M2.54004 9.71156L4.80811 7.44348", stroke: "white", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ n.createElement("path", { d: "M4.80821 4.55626L2.54004 2.28809", stroke: "white", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ n.createElement("path", { d: "M9.96046 9.71156L7.69238 7.44348", stroke: "white", strokeLinecap: "round", strokeLinejoin: "round" })));
|
|
9377
|
-
|
|
9378
|
-
const
|
|
9386
|
+
mu.tags = ["help", "center"];
|
|
9387
|
+
const pu = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
9379
9388
|
"path",
|
|
9380
9389
|
{
|
|
9381
9390
|
d: "M1.949 5.634L7 1.5l5.051 4.134c.284.231.448.579.448.945v4.699c0 .675-.547 1.222-1.222 1.222H2.722A1.222 1.222 0 011.5 11.278V6.58c0-.367.164-.715.449-.946v0z",
|
|
@@ -9392,7 +9401,7 @@ const du = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
9392
9401
|
strokeLinejoin: "round"
|
|
9393
9402
|
}
|
|
9394
9403
|
)));
|
|
9395
|
-
|
|
9404
|
+
pu.tags = ["house", "pick-up", "pickup", "location"];
|
|
9396
9405
|
const aa = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 15, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
9397
9406
|
"path",
|
|
9398
9407
|
{
|
|
@@ -9411,7 +9420,7 @@ const aa = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
9411
9420
|
}
|
|
9412
9421
|
)));
|
|
9413
9422
|
aa.tags = ["photo"];
|
|
9414
|
-
const
|
|
9423
|
+
const z3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 15, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
9415
9424
|
"path",
|
|
9416
9425
|
{
|
|
9417
9426
|
d: "M7.667 7.068S5.201 9.33 3.93 9.33a2.263 2.263 0 010-4.526c1.272 0 3.738 2.263 3.738 2.263zM7.667 7.068s2.467 2.263 3.736 2.263a2.263 2.263 0 000-4.526c-1.27 0-3.736 2.263-3.736 2.263z",
|
|
@@ -9419,15 +9428,15 @@ const R3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
9419
9428
|
strokeLinecap: "round",
|
|
9420
9429
|
strokeLinejoin: "round"
|
|
9421
9430
|
}
|
|
9422
|
-
))),
|
|
9431
|
+
))), gu = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 18 18", width: 18, height: 18, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
9423
9432
|
"path",
|
|
9424
9433
|
{
|
|
9425
9434
|
d: "M8.998 5.537A3.458 3.458 0 005.535 9a3.458 3.458 0 003.463 3.463A3.458 3.458 0 0012.461 9a3.458 3.458 0 00-3.463-3.463zm0 5.714A2.256 2.256 0 016.748 9c0-1.24 1.01-2.251 2.25-2.251s2.251 1.011 2.251 2.25c0 1.24-1.011 2.252-2.25 2.252zm3.605-6.663a.808.808 0 100 1.617.807.807 0 00.573-1.38.807.807 0 00-.573-.237zM15.75 9c0-.932.009-1.856-.044-2.786-.052-1.081-.299-2.04-1.089-2.83-.792-.792-1.75-1.037-2.83-1.09-.932-.052-1.856-.043-2.786-.043-.932 0-1.856-.009-2.786.043-1.081.053-2.04.3-2.83 1.09-.792.792-1.037 1.749-1.09 2.83-.052.932-.043 1.855-.043 2.786 0 .93-.009 1.856.043 2.786.053 1.08.3 2.04 1.09 2.83.792.792 1.749 1.037 2.83 1.09.932.052 1.855.043 2.786.043.932 0 1.856.009 2.786-.044 1.08-.052 2.04-.299 2.83-1.089.792-.792 1.037-1.75 1.09-2.83.053-.93.043-1.854.043-2.786zm-1.486 3.982a2.146 2.146 0 01-.51.773 2.159 2.159 0 01-.773.51c-.888.353-2.997.274-3.982.274-.984 0-3.095.079-3.983-.272a2.145 2.145 0 01-.774-.51 2.16 2.16 0 01-.51-.774c-.35-.89-.271-2.999-.271-3.983 0-.985-.08-3.095.271-3.984.124-.307.272-.537.51-.773s.466-.387.774-.51c.888-.351 2.999-.272 3.983-.272.985 0 3.095-.08 3.984.272.307.123.537.272.773.51.238.238.387.466.51.773.351.889.272 3 .272 3.984s.08 3.093-.274 3.982z",
|
|
9426
9435
|
fill: "#000"
|
|
9427
9436
|
}
|
|
9428
9437
|
)));
|
|
9429
|
-
|
|
9430
|
-
const
|
|
9438
|
+
gu.tags = ["logo", "social media"];
|
|
9439
|
+
const hu = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
9431
9440
|
"path",
|
|
9432
9441
|
{
|
|
9433
9442
|
d: "M11.124 12.022a.479.479 0 01-.477.478H3.478A.48.48 0 013 12.018v0V1.986a.474.474 0 01.473-.487h4.58-.004a.461.461 0 01.339.139l2.584 2.589-.005-.005c.086.086.138.21.138.334l.02 7.465z",
|
|
@@ -9454,8 +9463,8 @@ const pu = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
9454
9463
|
strokeLinejoin: "round"
|
|
9455
9464
|
}
|
|
9456
9465
|
)));
|
|
9457
|
-
|
|
9458
|
-
const
|
|
9466
|
+
hu.tags = ["money"];
|
|
9467
|
+
const D3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 15, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
9459
9468
|
"path",
|
|
9460
9469
|
{
|
|
9461
9470
|
d: "M10.886 7.317L9.695 6.125l1.107-1.109 1.187 1.186a.789.789 0 001.108-.02.79.79 0 000-1.093l-1.192-1.191.552-.553a.795.795 0 000-1.113.79.79 0 00-1.113-.005L5.718 7.85v0a2.745 2.745 0 00-3.721 1.107 2.74 2.74 0 104.823 2.602 2.742 2.742 0 00-.005-2.612L8.561 7.2l1.186 1.192c.303.303.8.303 1.108-.006a.79.79 0 00-.005-1.113l.036.043z",
|
|
@@ -9471,7 +9480,7 @@ const G3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
9471
9480
|
strokeLinecap: "round",
|
|
9472
9481
|
strokeLinejoin: "round"
|
|
9473
9482
|
}
|
|
9474
|
-
))),
|
|
9483
|
+
))), O3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
9475
9484
|
"path",
|
|
9476
9485
|
{
|
|
9477
9486
|
d: "M11.167 2H2.833A.833.833 0 002 2.833v5.278c0 .46.373.833.833.833h8.334c.46 0 .833-.373.833-.833V2.833A.833.833 0 0011.167 2zM5.75 12.278L7 10.61M8.25 12.278L7 10.61M7 10.611V8.945",
|
|
@@ -9479,7 +9488,7 @@ const G3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
9479
9488
|
strokeLinecap: "round",
|
|
9480
9489
|
strokeLinejoin: "round"
|
|
9481
9490
|
}
|
|
9482
|
-
))),
|
|
9491
|
+
))), fu = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
9483
9492
|
"path",
|
|
9484
9493
|
{
|
|
9485
9494
|
d: "M7 9.042A4.083 4.083 0 107 .875a4.083 4.083 0 000 8.167zM5.367 10.675h3.267M5.367 12.308h3.267M7 13.125v-.817",
|
|
@@ -9496,8 +9505,8 @@ const G3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
9496
9505
|
strokeLinejoin: "round"
|
|
9497
9506
|
}
|
|
9498
9507
|
)));
|
|
9499
|
-
|
|
9500
|
-
const
|
|
9508
|
+
fu.tags = ["bulb", "idea"];
|
|
9509
|
+
const H3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
9501
9510
|
"path",
|
|
9502
9511
|
{
|
|
9503
9512
|
d: "M6.764 9.467L4.731 11.5h-.005a1.92 1.92 0 01-2.711-.005l-.452-.451a1.916 1.916 0 01-.005-2.709L4.49 5.397v-.005a1.909 1.909 0 012.707 0l.447.452",
|
|
@@ -9515,7 +9524,7 @@ const D3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
9515
9524
|
strokeLinecap: "round",
|
|
9516
9525
|
strokeLinejoin: "round"
|
|
9517
9526
|
}
|
|
9518
|
-
))),
|
|
9527
|
+
))), W3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
9519
9528
|
"path",
|
|
9520
9529
|
{
|
|
9521
9530
|
clipRule: "evenodd",
|
|
@@ -9525,7 +9534,7 @@ const D3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
9525
9534
|
strokeLinecap: "round",
|
|
9526
9535
|
strokeLinejoin: "round"
|
|
9527
9536
|
}
|
|
9528
|
-
))),
|
|
9537
|
+
))), vu = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
9529
9538
|
"path",
|
|
9530
9539
|
{
|
|
9531
9540
|
d: "M1.41699 8.05382H1.41699C2.55128 10.7214 5.63333 11.9644 8.30094 10.8301C10.9685 9.69584 12.2115 6.61379 11.0772 3.94618C9.94295 1.27858 6.86091 0.0355801 4.1933 1.16987C2.94354 1.70128 1.94841 2.69642 1.41699 3.94618",
|
|
@@ -9542,8 +9551,8 @@ const D3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
9542
9551
|
strokeLinejoin: "round"
|
|
9543
9552
|
}
|
|
9544
9553
|
), /* @__PURE__ */ n.createElement("path", { d: "M8.30247 6H1", stroke: "white", strokeLinecap: "round", strokeLinejoin: "round" })));
|
|
9545
|
-
|
|
9546
|
-
const
|
|
9554
|
+
vu.tags = ["logout"];
|
|
9555
|
+
const bu = p((e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "34", height: "24", fill: "none", viewBox: "0 0 34 24", ...e }, /* @__PURE__ */ n.createElement("rect", { width: "33", height: "23", x: "0.5", y: "0.5", fill: "#fff", stroke: "#D9D9D9", rx: "3.5" }), /* @__PURE__ */ n.createElement(
|
|
9547
9556
|
"path",
|
|
9548
9557
|
{
|
|
9549
9558
|
fill: "#ED0006",
|
|
@@ -9564,8 +9573,8 @@ const fu = p((e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.
|
|
|
9564
9573
|
clipRule: "evenodd"
|
|
9565
9574
|
}
|
|
9566
9575
|
)));
|
|
9567
|
-
|
|
9568
|
-
const
|
|
9576
|
+
bu.tags = ["cc", "credit card"];
|
|
9577
|
+
const wu = p((e) => /* @__PURE__ */ n.createElement("svg", { width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 14 14", ...e }, /* @__PURE__ */ n.createElement(
|
|
9569
9578
|
"path",
|
|
9570
9579
|
{
|
|
9571
9580
|
d: "M11.445 3.111V2M10.89 2.555H12",
|
|
@@ -9593,8 +9602,8 @@ const vu = p((e) => /* @__PURE__ */ n.createElement("svg", { width: 14, height:
|
|
|
9593
9602
|
strokeLinejoin: "round"
|
|
9594
9603
|
}
|
|
9595
9604
|
)));
|
|
9596
|
-
|
|
9597
|
-
const
|
|
9605
|
+
wu.tags = ["view", "custom"];
|
|
9606
|
+
const xu = p((e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "34", height: "24", fill: "none", viewBox: "0 0 34 24", ...e }, /* @__PURE__ */ n.createElement("rect", { width: "33", height: "23", x: "0.5", y: "0.5", fill: "#fff", stroke: "#D9D9D9", rx: "3.5" }), /* @__PURE__ */ n.createElement(
|
|
9598
9607
|
"path",
|
|
9599
9608
|
{
|
|
9600
9609
|
fill: "#ED0006",
|
|
@@ -9619,8 +9628,8 @@ const bu = p((e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.
|
|
|
9619
9628
|
clipRule: "evenodd"
|
|
9620
9629
|
}
|
|
9621
9630
|
)));
|
|
9622
|
-
|
|
9623
|
-
const
|
|
9631
|
+
xu.tags = ["cc", "credit card"];
|
|
9632
|
+
const Eu = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 18 18", width: 18, height: 18, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
9624
9633
|
"path",
|
|
9625
9634
|
{
|
|
9626
9635
|
d: "M14.657 6.429h-3.086V3.343c0-.78-.633-1.415-1.414-1.415H7.843c-.78 0-1.414.634-1.414 1.415v3.086H3.343c-.78 0-1.414.633-1.414 1.414v2.314c0 .78.633 1.414 1.414 1.414h3.086v3.086c0 .78.634 1.414 1.414 1.414h2.314c.78 0 1.414-.633 1.414-1.414v-3.086h3.086c.781 0 1.415-.633 1.415-1.414V7.843c0-.78-.634-1.414-1.415-1.414z",
|
|
@@ -9630,8 +9639,8 @@ const wu = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 18 18
|
|
|
9630
9639
|
strokeLinejoin: "round"
|
|
9631
9640
|
}
|
|
9632
9641
|
)));
|
|
9633
|
-
|
|
9634
|
-
const
|
|
9642
|
+
Eu.tags = ["health", "medical", "doctor", "nurse", "plus"];
|
|
9643
|
+
const yu = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
9635
9644
|
"path",
|
|
9636
9645
|
{
|
|
9637
9646
|
d: "M2 9.904l1.18 1.776M8.521 2l4.48 6.746M12.765 8.39l-9.82 2.934-.71-1.067L8.75 2.345l4.008 6.038.007.006z",
|
|
@@ -9648,10 +9657,10 @@ const xu = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
9648
9657
|
strokeLinejoin: "round"
|
|
9649
9658
|
}
|
|
9650
9659
|
)));
|
|
9651
|
-
|
|
9652
|
-
const
|
|
9653
|
-
|
|
9654
|
-
const
|
|
9660
|
+
yu.tags = ["marketing", "loud speaker"];
|
|
9661
|
+
const Cu = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement("path", { d: "M2 4h10M2 7h10M2 10h10", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })));
|
|
9662
|
+
Cu.tags = ["hamburger", "sidebar"];
|
|
9663
|
+
const Iu = p((e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "14", height: "3", fill: "none", viewBox: "0 0 14 3", ...e }, /* @__PURE__ */ n.createElement(
|
|
9655
9664
|
"path",
|
|
9656
9665
|
{
|
|
9657
9666
|
stroke: "currentColor",
|
|
@@ -9661,8 +9670,8 @@ const yu = p((e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.
|
|
|
9661
9670
|
d: "M13.93 1.447H1.071"
|
|
9662
9671
|
}
|
|
9663
9672
|
)));
|
|
9664
|
-
|
|
9665
|
-
const
|
|
9673
|
+
Iu.tags = ["subtract", "hyphen"];
|
|
9674
|
+
const j3 = p((e) => /* @__PURE__ */ n.createElement("svg", { width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 14 14", ...e }, /* @__PURE__ */ n.createElement("path", { d: "M2 4.638l.983.983L5.603 3", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ n.createElement(
|
|
9666
9675
|
"rect",
|
|
9667
9676
|
{
|
|
9668
9677
|
x: 2,
|
|
@@ -9674,7 +9683,7 @@ const H3 = p((e) => /* @__PURE__ */ n.createElement("svg", { width: 14, height:
|
|
|
9674
9683
|
strokeLinecap: "round",
|
|
9675
9684
|
strokeLinejoin: "round"
|
|
9676
9685
|
}
|
|
9677
|
-
), /* @__PURE__ */ n.createElement("path", { d: "M7.667 4h4M7.667 10h4", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }))),
|
|
9686
|
+
), /* @__PURE__ */ n.createElement("path", { d: "M7.667 4h4M7.667 10h4", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }))), ku = p((e) => /* @__PURE__ */ n.createElement("svg", { width: 18, height: 18, viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
9678
9687
|
"g",
|
|
9679
9688
|
{
|
|
9680
9689
|
stroke: "currentColor",
|
|
@@ -9686,8 +9695,8 @@ const H3 = p((e) => /* @__PURE__ */ n.createElement("svg", { width: 14, height:
|
|
|
9686
9695
|
/* @__PURE__ */ n.createElement("path", { d: "M13.5 14.25a1.5 1.5 0 01-1.5 1.5H6a1.5 1.5 0 01-1.5-1.5V3.75A1.5 1.5 0 016 2.25h6a1.5 1.5 0 011.5 1.5v10.5z" }),
|
|
9687
9696
|
/* @__PURE__ */ n.createElement("path", { d: "M10.877 2.25v1.5a.375.375 0 01-.375.375h-3a.375.375 0 01-.375-.375v-1.5" })
|
|
9688
9697
|
), /* @__PURE__ */ n.createElement("defs", null, /* @__PURE__ */ n.createElement("clipPath", { id: "clip0_9896_373783" }, /* @__PURE__ */ n.createElement("path", { fill: "#fff", d: "M0 0H18V18H0z" })))));
|
|
9689
|
-
|
|
9690
|
-
const
|
|
9698
|
+
ku.tags = ["mobile", "phone", "iphone", "android", "ios"];
|
|
9699
|
+
const Au = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
9691
9700
|
"path",
|
|
9692
9701
|
{
|
|
9693
9702
|
d: "M6.03 3H3.88v-.001c-1.03 0-1.86.83-1.86 1.85 0 .7.39 1.34 1.02 1.65l1.95.97c.91.45 1.28 1.57.82 2.48-.32.62-.96 1.02-1.66 1.02H2M3.53 11v1.5M4.53 1.5V3M9.917 9.833a2.917 2.917 0 100-5.833 2.917 2.917 0 000 5.833zM9.917 5.167v3.5M8.167 6.917h3.5",
|
|
@@ -9696,8 +9705,8 @@ const Iu = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
9696
9705
|
strokeLinejoin: "round"
|
|
9697
9706
|
}
|
|
9698
9707
|
)));
|
|
9699
|
-
|
|
9700
|
-
const
|
|
9708
|
+
Au.tags = ["plus", "dollar"];
|
|
9709
|
+
const Lu = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 15 15", width: 15, height: 15, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
9701
9710
|
"path",
|
|
9702
9711
|
{
|
|
9703
9712
|
d: "M6.674 9.972A.972.972 0 107.647 9a.972.972 0 11.972-.972M7.647 6.083v.973M7.647 10.944v.973",
|
|
@@ -9722,8 +9731,8 @@ const ku = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 15 15
|
|
|
9722
9731
|
strokeLinejoin: "round"
|
|
9723
9732
|
}
|
|
9724
9733
|
)));
|
|
9725
|
-
|
|
9726
|
-
const
|
|
9734
|
+
Lu.tags = ["refund", "return", "money", "payment"];
|
|
9735
|
+
const Mu = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 15, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
9727
9736
|
"path",
|
|
9728
9737
|
{
|
|
9729
9738
|
d: "M9.696 3h-2.15v-.001c-1.03 0-1.86.83-1.86 1.85 0 .7.39 1.34 1.02 1.65l1.95.97c.91.45 1.28 1.57.82 2.48-.32.62-.96 1.02-1.66 1.02h-2.15M7.196 11v1.5M8.196 1.5V3",
|
|
@@ -9732,8 +9741,8 @@ const Au = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
9732
9741
|
strokeLinejoin: "round"
|
|
9733
9742
|
}
|
|
9734
9743
|
)));
|
|
9735
|
-
|
|
9736
|
-
const
|
|
9744
|
+
Mu.tags = ["dollar"];
|
|
9745
|
+
const Nu = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
9737
9746
|
"path",
|
|
9738
9747
|
{
|
|
9739
9748
|
d: "M2.867 10.153L7.403 2.95v-.006a.667.667 0 011.061-.005L13 10.142l-10.133.011z",
|
|
@@ -9750,8 +9759,8 @@ const Lu = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
9750
9759
|
strokeLinejoin: "round"
|
|
9751
9760
|
}
|
|
9752
9761
|
)));
|
|
9753
|
-
|
|
9754
|
-
const
|
|
9762
|
+
Nu.tags = ["product", "listing", "experience"];
|
|
9763
|
+
const Bu = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 18 18", width: 18, height: 18, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
9755
9764
|
"path",
|
|
9756
9765
|
{
|
|
9757
9766
|
d: "M9 8.5a1 1 0 01-1-1v-2a1 1 0 012 0v2a1 1 0 01-1 1z",
|
|
@@ -9770,8 +9779,8 @@ const Mu = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 18 18
|
|
|
9770
9779
|
strokeLinejoin: "round"
|
|
9771
9780
|
}
|
|
9772
9781
|
)));
|
|
9773
|
-
|
|
9774
|
-
const
|
|
9782
|
+
Bu.tags = ["pointer", "cursor"];
|
|
9783
|
+
const Fu = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 18 18", width: 18, height: 18, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
9775
9784
|
"path",
|
|
9776
9785
|
{
|
|
9777
9786
|
d: "M7.742 6.176a1.617 1.617 0 11-2.286 2.286 1.617 1.617 0 012.286-2.286z",
|
|
@@ -9799,8 +9808,8 @@ const Nu = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 18 18
|
|
|
9799
9808
|
strokeLinejoin: "round"
|
|
9800
9809
|
}
|
|
9801
9810
|
)));
|
|
9802
|
-
|
|
9803
|
-
const
|
|
9811
|
+
Fu.tags = ["membership", "pass"];
|
|
9812
|
+
const Su = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 15, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
9804
9813
|
"path",
|
|
9805
9814
|
{
|
|
9806
9815
|
d: "M11.892 2.773a1.509 1.509 0 00-2.144.015L3.734 8.802l-.735 2.864 2.864-.735 6.015-6.014a1.509 1.509 0 00.014-2.144v0zM9.577 2.96l2.129 2.13M3.734 8.802l2.132 2.128",
|
|
@@ -9809,8 +9818,8 @@ const Bu = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
9809
9818
|
strokeLinejoin: "round"
|
|
9810
9819
|
}
|
|
9811
9820
|
)));
|
|
9812
|
-
|
|
9813
|
-
const
|
|
9821
|
+
Su.tags = ["write"];
|
|
9822
|
+
const Tu = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
9814
9823
|
"path",
|
|
9815
9824
|
{
|
|
9816
9825
|
d: "M8.986 11.573l.006.004a2.705 2.705 0 003.366-.37l.378-.378a.902.902 0 000-1.275l-1.594-1.593a.903.903 0 00-1.276 0v0a.9.9 0 01-1.275 0L6.041 5.41a.902.902 0 010-1.276v0a.9.9 0 000-1.275L4.445 1.264a.903.903 0 00-1.275 0l-.379.378a2.706 2.706 0 00-.37 3.365l.005.006a24.411 24.411 0 006.56 6.56v0z",
|
|
@@ -9819,8 +9828,8 @@ const Fu = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
9819
9828
|
strokeLinejoin: "round"
|
|
9820
9829
|
}
|
|
9821
9830
|
)));
|
|
9822
|
-
|
|
9823
|
-
const
|
|
9831
|
+
Tu.tags = ["call", "sms", "communication"];
|
|
9832
|
+
const Vu = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
9824
9833
|
"path",
|
|
9825
9834
|
{
|
|
9826
9835
|
d: "M12 9.222L9.615 6.837a.555.555 0 00-.786 0L6.444 9.222",
|
|
@@ -9845,8 +9854,8 @@ const Su = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
9845
9854
|
strokeLinejoin: "round"
|
|
9846
9855
|
}
|
|
9847
9856
|
), /* @__PURE__ */ n.createElement("circle", { cx: 5.333, cy: 5.326, r: 0.556, fill: "currentColor" })));
|
|
9848
|
-
|
|
9849
|
-
const
|
|
9857
|
+
Vu.tags = ["image", "background"];
|
|
9858
|
+
const Ru = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
9850
9859
|
"path",
|
|
9851
9860
|
{
|
|
9852
9861
|
clipRule: "evenodd",
|
|
@@ -9864,8 +9873,8 @@ const Tu = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
9864
9873
|
strokeLinejoin: "round"
|
|
9865
9874
|
}
|
|
9866
9875
|
)));
|
|
9867
|
-
|
|
9868
|
-
const
|
|
9876
|
+
Ru.tags = ["purchase", "gift", "store credit"];
|
|
9877
|
+
const Gu = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
9869
9878
|
"path",
|
|
9870
9879
|
{
|
|
9871
9880
|
d: "M7.089 7.656a1.967 1.967 0 110-3.933 1.967 1.967 0 010 3.933z",
|
|
@@ -9882,10 +9891,10 @@ const Vu = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
9882
9891
|
strokeLinejoin: "round"
|
|
9883
9892
|
}
|
|
9884
9893
|
)));
|
|
9885
|
-
|
|
9886
|
-
const
|
|
9887
|
-
|
|
9888
|
-
const
|
|
9894
|
+
Gu.tags = ["location", "city", "state", "country"];
|
|
9895
|
+
const zu = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 15, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement("path", { d: "M7.666 12V2", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })));
|
|
9896
|
+
zu.tags = ["line"];
|
|
9897
|
+
const Du = p((e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "19", height: "19", fill: "none", viewBox: "0 0 19 19", ...e }, /* @__PURE__ */ n.createElement("g", { clipPath: "url(#clip0_3383_154011)" }, /* @__PURE__ */ n.createElement(
|
|
9889
9898
|
"path",
|
|
9890
9899
|
{
|
|
9891
9900
|
stroke: "currentColor",
|
|
@@ -9895,10 +9904,10 @@ const Gu = p((e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.
|
|
|
9895
9904
|
d: "M7.284 4.462l6.987 4.133a1.35 1.35 0 010 2.324L7.284 15.05a1.35 1.35 0 01-2.038-1.162V5.625a1.35 1.35 0 012.038-1.163z"
|
|
9896
9905
|
}
|
|
9897
9906
|
)), /* @__PURE__ */ n.createElement("defs", null, /* @__PURE__ */ n.createElement("clipPath", { id: "clip0_3383_154011" }, /* @__PURE__ */ n.createElement("path", { fill: "#fff", d: "M0 0H18V18H0z", transform: "translate(.713 .757)" })))));
|
|
9898
|
-
|
|
9899
|
-
const
|
|
9900
|
-
|
|
9901
|
-
const
|
|
9907
|
+
Du.tags = ["play", "video", "audio", "music"];
|
|
9908
|
+
const Ou = p((e) => /* @__PURE__ */ n.createElement("svg", { width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 14 14", ...e }, /* @__PURE__ */ n.createElement("path", { d: "M7 2v10M12 7H2", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })));
|
|
9909
|
+
Ou.tags = ["add"];
|
|
9910
|
+
const Hu = p((e) => /* @__PURE__ */ n.createElement("svg", { width: 13, height: 14, viewBox: "0 0 13 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
9902
9911
|
"path",
|
|
9903
9912
|
{
|
|
9904
9913
|
d: "M11.5029 6.46253C11.5029 9.44339 9.26252 12.2313 6.25146 12.908C3.24041 12.2313 1 9.44339 1 6.46253V3.87815C1 3.34447 1.32297 2.86462 1.81595 2.66309L5.09811 1.31937C5.83726 1.0161 6.66633 1.0161 7.40416 1.31937L10.6863 2.66309C11.1806 2.86593 11.5023 3.34447 11.5023 3.87815V6.46253H11.5029Z",
|
|
@@ -9907,8 +9916,8 @@ const Du = p((e) => /* @__PURE__ */ n.createElement("svg", { width: 13, height:
|
|
|
9907
9916
|
strokeLinejoin: "round"
|
|
9908
9917
|
}
|
|
9909
9918
|
)));
|
|
9910
|
-
|
|
9911
|
-
const
|
|
9919
|
+
Hu.tags = ["privacy", "policy", "shield"];
|
|
9920
|
+
const P3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
9912
9921
|
"path",
|
|
9913
9922
|
{
|
|
9914
9923
|
d: "M9.674 4.778V2.556A.556.556 0 009.12 2H4.88a.556.556 0 00-.556.556v2.222M9.777 6.444h.556M4.222 9.778H2.556A.556.556 0 012 9.222V5.333c0-.306.249-.555.556-.555h8.888c.307 0 .556.249.556.555v3.89a.556.556 0 01-.556.555H9.778",
|
|
@@ -9924,7 +9933,7 @@ const W3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
9924
9933
|
strokeLinecap: "round",
|
|
9925
9934
|
strokeLinejoin: "round"
|
|
9926
9935
|
}
|
|
9927
|
-
))),
|
|
9936
|
+
))), Wu = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
9928
9937
|
"path",
|
|
9929
9938
|
{
|
|
9930
9939
|
d: "M12.25 4.083H1.75a.584.584 0 01-.583-.583V2.333c0-.322.261-.583.583-.583h10.5c.322 0 .584.261.584.583V3.5a.584.584 0 01-.584.583zM12.056 4.083v7c0 .645-.522 1.167-1.167 1.167H3.111a1.166 1.166 0 01-1.167-1.167v-7",
|
|
@@ -9933,8 +9942,8 @@ const W3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
9933
9942
|
strokeLinejoin: "round"
|
|
9934
9943
|
}
|
|
9935
9944
|
)));
|
|
9936
|
-
|
|
9937
|
-
const
|
|
9945
|
+
Wu.tags = ["experience", "listing"];
|
|
9946
|
+
const ju = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
9938
9947
|
"path",
|
|
9939
9948
|
{
|
|
9940
9949
|
d: "M5.777 5.778A1.222 1.222 0 117 7M7 7.917V7",
|
|
@@ -9959,8 +9968,8 @@ const Hu = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
9959
9968
|
strokeLinejoin: "round"
|
|
9960
9969
|
}
|
|
9961
9970
|
)));
|
|
9962
|
-
|
|
9963
|
-
const
|
|
9971
|
+
ju.tags = ["short text", "forms", "questionnaire"];
|
|
9972
|
+
const Z3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
9964
9973
|
"path",
|
|
9965
9974
|
{
|
|
9966
9975
|
d: "M11.13 1.875H2.87a.87.87 0 00-.87.87v8.26c0 .48.39.87.87.87h8.26c.48 0 .87-.39.87-.87v-8.26a.87.87 0 00-.87-.87z",
|
|
@@ -9978,7 +9987,7 @@ const j3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
9978
9987
|
strokeLinecap: "round",
|
|
9979
9988
|
strokeLinejoin: "round"
|
|
9980
9989
|
}
|
|
9981
|
-
))),
|
|
9990
|
+
))), X3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
9982
9991
|
"path",
|
|
9983
9992
|
{
|
|
9984
9993
|
d: "M11.703 12.176c0 .167-.143.31-.31.31a.314.314 0 01-.204-.081L9.53 10.98l-2.29 1.715v-.006a.316.316 0 01-.371 0l-2.29-1.721-1.66 1.417v-.006a.32.32 0 01-.52-.241V1.875a.613.613 0 01.613-.625h8.047-.006a.612.612 0 01.619.613l.03 10.313zM4.015 4.287H7.05M4.015 6.311h5.06M4.015 8.335h5.06",
|
|
@@ -9986,7 +9995,7 @@ const j3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
9986
9995
|
strokeLinecap: "round",
|
|
9987
9996
|
strokeLinejoin: "round"
|
|
9988
9997
|
}
|
|
9989
|
-
))),
|
|
9998
|
+
))), Pu = p((e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "14", height: "14", fill: "none", viewBox: "0 0 14 14", ...e }, /* @__PURE__ */ n.createElement(
|
|
9990
9999
|
"path",
|
|
9991
10000
|
{
|
|
9992
10001
|
d: "M7.071 2.5v2.714M6.093 2.5h1.956M2.37 10.642a.68.68 0 01-.672-.775 5.428 5.428 0 0110.745 0 .68.68 0 01-.67.776l-9.403-.001z",
|
|
@@ -9995,8 +10004,8 @@ const j3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
9995
10004
|
strokeLinejoin: "round"
|
|
9996
10005
|
}
|
|
9997
10006
|
)));
|
|
9998
|
-
|
|
9999
|
-
const
|
|
10007
|
+
Pu.tags = ["affiliate", "partner"];
|
|
10008
|
+
const Zu = p((e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "14", height: "14", fill: "none", viewBox: "0 0 14 14", ...e }, /* @__PURE__ */ n.createElement(
|
|
10000
10009
|
"path",
|
|
10001
10010
|
{
|
|
10002
10011
|
d: "M6.38 3.5v2.714M5.401 3.5h1.957M1.679 11.642a.68.68 0 01-.672-.774 5.428 5.428 0 0110.745 0 .68.68 0 01-.671.775l-9.402-.001zM10.906 1.925V1.3M11.843 1.925h-1.275a.839.839 0 00-.843.838.84.84 0 00.525.775l1.29.512-.007-.006a.834.834 0 01.463 1.087.852.852 0 01-.781.525H9.937M10.906 6.3v-.625",
|
|
@@ -10005,8 +10014,8 @@ const ju = p((e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.
|
|
|
10005
10014
|
strokeLinejoin: "round"
|
|
10006
10015
|
}
|
|
10007
10016
|
)));
|
|
10008
|
-
|
|
10009
|
-
const
|
|
10017
|
+
Zu.tags = ["partner", "affiliate", "money", "dollar"];
|
|
10018
|
+
const Xu = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 16, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
10010
10019
|
"path",
|
|
10011
10020
|
{
|
|
10012
10021
|
d: "M4.289 4.083a4.813 4.813 0 018.523 3.061v1.314M11.5 10.446a4.813 4.813 0 01-8.313-3.302v-.875",
|
|
@@ -10023,8 +10032,8 @@ const Pu = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
10023
10032
|
strokeLinejoin: "round"
|
|
10024
10033
|
}
|
|
10025
10034
|
)));
|
|
10026
|
-
|
|
10027
|
-
const
|
|
10035
|
+
Xu.tags = ["switch"];
|
|
10036
|
+
const Y3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
10028
10037
|
"path",
|
|
10029
10038
|
{
|
|
10030
10039
|
d: "M5.865 3.887h3.837M3.947 6.765h5.755M3.947 9.642h5.755M2.029 1.969A.95.95 0 012.979 1h7.672-.01c.528-.01.96.422.96.95v9.59c0 .528-.432.96-.96.96H2.96A.964.964 0 012 11.531v0l.029-9.562z",
|
|
@@ -10032,7 +10041,7 @@ const Z3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
10032
10041
|
strokeLinecap: "round",
|
|
10033
10042
|
strokeLinejoin: "round"
|
|
10034
10043
|
}
|
|
10035
|
-
))),
|
|
10044
|
+
))), J3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 18 18", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
10036
10045
|
"rect",
|
|
10037
10046
|
{
|
|
10038
10047
|
x: 2.579,
|
|
@@ -10043,7 +10052,7 @@ const Z3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
10043
10052
|
stroke: "currentColor",
|
|
10044
10053
|
strokeWidth: 1.3
|
|
10045
10054
|
}
|
|
10046
|
-
))),
|
|
10055
|
+
))), Yu = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
10047
10056
|
"path",
|
|
10048
10057
|
{
|
|
10049
10058
|
d: "M8.927 1.313L1.813 8.427c-.173.172-.125.5.106.731l2.423 2.423c.231.231.559.279.731.106l7.114-7.114c.173-.172.125-.5-.106-.731L9.658 1.419c-.231-.231-.559-.279-.731-.106zM4.042 6.774l1.482 1.482M5.233 5.588l1.038 1.038M6.556 4.26l1.482 1.482M7.741 3.075l1.192 1.18",
|
|
@@ -10052,8 +10061,8 @@ const Z3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
10052
10061
|
strokeLinejoin: "round"
|
|
10053
10062
|
}
|
|
10054
10063
|
)));
|
|
10055
|
-
|
|
10056
|
-
const
|
|
10064
|
+
Yu.tags = ["measure", "scale", "size"];
|
|
10065
|
+
const Ju = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
10057
10066
|
"path",
|
|
10058
10067
|
{
|
|
10059
10068
|
d: "M7 4.083H2.917A1.17 1.17 0 001.75 5.25v5.833a1.17 1.17 0 001.167 1.167H8.75a1.17 1.17 0 001.167-1.167V7",
|
|
@@ -10070,8 +10079,8 @@ const Xu = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
10070
10079
|
strokeLinejoin: "round"
|
|
10071
10080
|
}
|
|
10072
10081
|
)));
|
|
10073
|
-
|
|
10074
|
-
const
|
|
10082
|
+
Ju.tags = ["magnifying glass"];
|
|
10083
|
+
const Uu = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
10075
10084
|
"path",
|
|
10076
10085
|
{
|
|
10077
10086
|
d: "M1.682 6.815a.707.707 0 01-.032-1.35l9.549-3.114a.358.358 0 01.451.448l-3.112 9.55a.707.707 0 01-1.352-.032L6.118 7.879 1.682 6.815zM11.563 2.437L6.117 7.879",
|
|
@@ -10080,8 +10089,8 @@ const Yu = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
10080
10089
|
strokeLinejoin: "round"
|
|
10081
10090
|
}
|
|
10082
10091
|
)));
|
|
10083
|
-
|
|
10084
|
-
const
|
|
10092
|
+
Uu.tags = ["message", "email"];
|
|
10093
|
+
const Qu = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
10085
10094
|
"path",
|
|
10086
10095
|
{
|
|
10087
10096
|
d: "M7.816 3.733a1.43 1.43 0 100-2.858 1.43 1.43 0 000 2.858zM7.815 9.45v2.858M9.45 8.633V7M4.55 9.45a.817.817 0 10-1.634 0v3.675M6.182 8.633v3.675a.817.817 0 101.633 0 .817.817 0 101.634 0V8.633a.817.817 0 101.633 0V7a2.45 2.45 0 00-2.45-2.45H7A2.45 2.45 0 004.549 7",
|
|
@@ -10090,8 +10099,8 @@ const Ju = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
10090
10099
|
strokeLinejoin: "round"
|
|
10091
10100
|
}
|
|
10092
10101
|
)));
|
|
10093
|
-
|
|
10094
|
-
const
|
|
10102
|
+
Qu.tags = ["old", "demographic"];
|
|
10103
|
+
const _u = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
10095
10104
|
"path",
|
|
10096
10105
|
{
|
|
10097
10106
|
d: "M4.8 5.8a.8.8 0 00.8-.8V3.8a1.2 1.2 0 012.4 0v7.6h1.6V3.8a2.8 2.8 0 10-5.6 0V5a.8.8 0 00.8.8zM10 13H7.6l.4-1.6h1.6L10 13z",
|
|
@@ -10100,8 +10109,8 @@ const Uu = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
10100
10109
|
strokeLinejoin: "round"
|
|
10101
10110
|
}
|
|
10102
10111
|
)));
|
|
10103
|
-
|
|
10104
|
-
const
|
|
10112
|
+
_u.tags = ["old"];
|
|
10113
|
+
const qu = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
10105
10114
|
"path",
|
|
10106
10115
|
{
|
|
10107
10116
|
d: "M5.098 2.74a1.864 1.864 0 113.728 0v9.32M8.56 13.125h.532",
|
|
@@ -10110,8 +10119,8 @@ const Qu = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
10110
10119
|
strokeLinejoin: "round"
|
|
10111
10120
|
}
|
|
10112
10121
|
)));
|
|
10113
|
-
|
|
10114
|
-
const
|
|
10122
|
+
qu.tags = ["old"];
|
|
10123
|
+
const U3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
10115
10124
|
"path",
|
|
10116
10125
|
{
|
|
10117
10126
|
d: "M2.008 4v5.863M13 9.13a2.2 2.2 0 00-2.198-2.199H8.053a2.2 2.2 0 00-2.198-2.198H2V9.13h11zM5.855 6.931h2.749",
|
|
@@ -10119,7 +10128,7 @@ const Y3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
10119
10128
|
strokeLinecap: "round",
|
|
10120
10129
|
strokeLinejoin: "round"
|
|
10121
10130
|
}
|
|
10122
|
-
))),
|
|
10131
|
+
))), Q3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
10123
10132
|
"path",
|
|
10124
10133
|
{
|
|
10125
10134
|
d: "M7 7.233V1M7 12v-1.833M7 7.233a1.467 1.467 0 100 2.934 1.467 1.467 0 000-2.934zM2.967 6.5V12M2.967 1v2.567M2.967 3.567a1.467 1.467 0 100 2.933 1.467 1.467 0 000-2.933v0zM11.033 6.5V12M11.033 1v2.567M11.033 3.567a1.467 1.467 0 100 2.933 1.467 1.467 0 000-2.933v0z",
|
|
@@ -10127,7 +10136,7 @@ const Y3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
10127
10136
|
strokeLinecap: "round",
|
|
10128
10137
|
strokeLinejoin: "round"
|
|
10129
10138
|
}
|
|
10130
|
-
))),
|
|
10139
|
+
))), _3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
10131
10140
|
"g",
|
|
10132
10141
|
{
|
|
10133
10142
|
clipPath: "url(#prefix__clip0_887_27435)",
|
|
@@ -10136,7 +10145,7 @@ const Y3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
10136
10145
|
strokeLinejoin: "round"
|
|
10137
10146
|
},
|
|
10138
10147
|
/* @__PURE__ */ n.createElement("path", { d: "M11.635 8.902a1.961 1.961 0 11-2.774 2.774 1.961 1.961 0 012.774-2.774M12.397 4.173l-1.69 1.69a.653.653 0 01-.925 0l-1.69-1.69a.654.654 0 010-.924l1.69-1.691a.653.653 0 01.925 0l1.69 1.69a.655.655 0 010 .925v0zM2.52 5.56h2.39a.654.654 0 00.654-.655v-2.39a.654.654 0 00-.654-.654H2.52a.654.654 0 00-.655.654v2.39c0 .361.293.654.654.654v0zM3.13 8.841l-1.45 2.32a.69.69 0 00.585 1.054h2.898a.69.69 0 00.585-1.055l-1.45-2.318A.69.69 0 003.13 8.84v0z" })
|
|
10139
|
-
), /* @__PURE__ */ n.createElement("defs", null, /* @__PURE__ */ n.createElement("clipPath", { id: "prefix__clip0_887_27435" }, /* @__PURE__ */ n.createElement("path", { fill: "#fff", d: "M0 0h14v14H0z" }))))),
|
|
10148
|
+
), /* @__PURE__ */ n.createElement("defs", null, /* @__PURE__ */ n.createElement("clipPath", { id: "prefix__clip0_887_27435" }, /* @__PURE__ */ n.createElement("path", { fill: "#fff", d: "M0 0h14v14H0z" }))))), q3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
10140
10149
|
"path",
|
|
10141
10150
|
{
|
|
10142
10151
|
d: "M6.833 8.044v-6.04M4.743 4.09L6.833 2l2.091 2.09M10.55 7.043v4.324a.466.466 0 01-.465.464H3.582a.463.463 0 01-.465-.464V7.043",
|
|
@@ -10144,7 +10153,7 @@ const Y3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
10144
10153
|
strokeLinecap: "round",
|
|
10145
10154
|
strokeLinejoin: "round"
|
|
10146
10155
|
}
|
|
10147
|
-
))),
|
|
10156
|
+
))), K3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
10148
10157
|
"path",
|
|
10149
10158
|
{
|
|
10150
10159
|
d: "M12.984 5.302L10.943 3.34l-.005-.005a2.624 2.624 0 00-1.816-.733H4.94c-.68 0-1.33.262-1.816.733l-2.04 1.962h-.006a.257.257 0 00-.005.366l1.214 1.214-.005-.005c.094.094.246.1.35.016l1.492-1.162v6.018c0 .14.115.256.261.256H9.62h-.005c.141 0 .261-.12.261-.262V5.721l1.492 1.155c.1.084.256.079.35-.02l1.214-1.22h-.005c.1-.105.1-.272-.005-.372l-.005-.005.068.043zM5.473 2.613a1.567 1.567 0 103.134-.01",
|
|
@@ -10152,7 +10161,7 @@ const Y3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
10152
10161
|
strokeLinecap: "round",
|
|
10153
10162
|
strokeLinejoin: "round"
|
|
10154
10163
|
}
|
|
10155
|
-
))),
|
|
10164
|
+
))), Ku = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 18 18", width: 18, height: 18, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
10156
10165
|
"path",
|
|
10157
10166
|
{
|
|
10158
10167
|
d: "M13.249 5.5h-8.49a.7.7 0 00-.699.653l-.557 8.354A1.4 1.4 0 004.9 16h8.207a1.4 1.4 0 001.397-1.493l-.557-8.354a.7.7 0 00-.698-.653v0z",
|
|
@@ -10171,16 +10180,16 @@ const Y3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
10171
10180
|
strokeLinejoin: "round"
|
|
10172
10181
|
}
|
|
10173
10182
|
)));
|
|
10174
|
-
|
|
10175
|
-
const
|
|
10183
|
+
Ku.tags = ["cart", "shopping", "bag", "store"];
|
|
10184
|
+
const $u = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 18 18", width: 18, height: 18, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
10176
10185
|
"path",
|
|
10177
10186
|
{
|
|
10178
10187
|
d: "M5.529 4.406c-.338.756-.204 2.11-.15 3.058-.365.202-.833-.153-1.098-.153-.276 0-.605.182-.656.452-.037.194.05.478.675.725.242.095.818.208.95.522.188.44-.961 2.476-2.766 2.773a.28.28 0 00-.234.292c.032.549 1.262.764 1.807.848.055.075.1.394.172.636a.313.313 0 00.327.239c.277 0 .738-.214 1.54-.081.787.13 1.526 1.246 2.945 1.246 1.32 0 2.106-1.12 2.863-1.246a3.31 3.31 0 011.236.032c.29.057.55.089.632-.196.072-.246.117-.558.171-.632.54-.083 1.776-.298 1.807-.846a.28.28 0 00-.234-.292c-1.775-.293-2.959-2.322-2.767-2.774.133-.313.704-.425.95-.522.459-.18.688-.403.683-.66-.006-.329-.402-.525-.694-.525-.296 0-.722.35-1.067.16.054-.954.187-2.303-.15-3.058-.638-1.43-2.059-2.154-3.478-2.154-1.411 0-2.82.713-3.464 2.156z",
|
|
10179
10188
|
fill: "#000"
|
|
10180
10189
|
}
|
|
10181
10190
|
)));
|
|
10182
|
-
|
|
10183
|
-
const
|
|
10191
|
+
$u.tags = ["logo", "social media"];
|
|
10192
|
+
const $3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
10184
10193
|
"path",
|
|
10185
10194
|
{
|
|
10186
10195
|
d: "M10.5 7.5L8.746 9.003A5 5 0 007 12.8v.125",
|
|
@@ -10196,7 +10205,7 @@ const q3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
10196
10205
|
strokeLinecap: "round",
|
|
10197
10206
|
strokeLinejoin: "round"
|
|
10198
10207
|
}
|
|
10199
|
-
))),
|
|
10208
|
+
))), e4 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
10200
10209
|
"path",
|
|
10201
10210
|
{
|
|
10202
10211
|
d: "M10.851 8.4H3.25A.249.249 0 003 8.65v2.203c0 .137.111.248.249.248h7.602a.248.248 0 00.249-.248V8.649a.249.249 0 00-.248-.249z",
|
|
@@ -10213,8 +10222,8 @@ const q3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
10213
10222
|
strokeLinejoin: "round"
|
|
10214
10223
|
}
|
|
10215
10224
|
)));
|
|
10216
|
-
|
|
10217
|
-
const
|
|
10225
|
+
e4.tags = ["balance", "collect", "money"];
|
|
10226
|
+
const t4 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
10218
10227
|
"path",
|
|
10219
10228
|
{
|
|
10220
10229
|
d: "M7.389 1.239l1.785 3.535 3.434.34a.437.437 0 01.367.283.426.426 0 01-.102.45l-2.83 2.8 1.049 3.807a.427.427 0 01-.144.446.438.438 0 01-.47.053L7 11.23l-3.478 1.725a.438.438 0 01-.608-.255.426.426 0 01-.005-.244l1.048-3.808-2.83-2.804a.429.429 0 01.265-.732l3.434-.34 1.785-3.535A.432.432 0 017.001 1a.438.438 0 01.388.239z",
|
|
@@ -10224,8 +10233,8 @@ const $u = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
10224
10233
|
strokeLinejoin: "round"
|
|
10225
10234
|
}
|
|
10226
10235
|
)));
|
|
10227
|
-
|
|
10228
|
-
const
|
|
10236
|
+
t4.tags = ["favourite", "favorite"];
|
|
10237
|
+
const n4 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
10229
10238
|
"path",
|
|
10230
10239
|
{
|
|
10231
10240
|
d: "M7.324 2.199l1.488 2.946 2.861.283a.364.364 0 01.306.236.356.356 0 01-.085.375L9.536 8.373l.874 3.172a.356.356 0 01-.12.372.364.364 0 01-.392.044L7 10.525l-2.898 1.437a.364.364 0 01-.507-.212.355.355 0 01-.004-.203l.873-3.174-2.358-2.336a.357.357 0 01.22-.61l2.862-.284 1.488-2.945A.36.36 0 017 2a.365.365 0 01.324.2z",
|
|
@@ -10234,8 +10243,8 @@ const e4 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
10234
10243
|
strokeLinejoin: "round"
|
|
10235
10244
|
}
|
|
10236
10245
|
)));
|
|
10237
|
-
|
|
10238
|
-
const
|
|
10246
|
+
n4.tags = ["favourite", "favorite"];
|
|
10247
|
+
const e5 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
10239
10248
|
"path",
|
|
10240
10249
|
{
|
|
10241
10250
|
d: "M2.462 6.353v5.833M11.538 6.353v5.833M8.296 12.185V9.593a1.296 1.296 0 00-2.592 0v2.592M1.167 12.186h11.667M2.509 6.352c-.99-.007-1.636-.988-1.207-1.833l1-1.97c.229-.449.708-.734 1.234-.734h6.928c.526 0 1.006.285 1.234.734l1 1.97c.43.845-.216 1.826-1.206 1.833-.827 0-1.497-.565-1.497-1.262v-.028c0 .712-.67 1.29-1.497 1.29-.826 0-1.497-.578-1.497-1.29 0 .712-.67 1.29-1.497 1.29-.826 0-1.496-.578-1.496-1.29v.028c-.002.697-.672 1.262-1.499 1.262v0z",
|
|
@@ -10243,7 +10252,7 @@ const K3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
10243
10252
|
strokeLinecap: "round",
|
|
10244
10253
|
strokeLinejoin: "round"
|
|
10245
10254
|
}
|
|
10246
|
-
))),
|
|
10255
|
+
))), r4 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 18 18", width: 18, height: 18, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
10247
10256
|
"path",
|
|
10248
10257
|
{
|
|
10249
10258
|
d: "M5.786 15.52h-2.5c-.2 0-.413-.034-.542-.187a.751.751 0 01-.173-.477V3.686a.744.744 0 01.41-.665l.737-.37a.744.744 0 01.665-.002l1.17.579L6.7 2.652a.744.744 0 01.666-.002l1.16.578 1.16-.578a.744.744 0 01.666.002l1.147.576 1.17-.58a.744.744 0 01.665.003l.737.37a.745.745 0 01.41.665v1.897",
|
|
@@ -10271,8 +10280,8 @@ const K3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
10271
10280
|
strokeLinejoin: "round"
|
|
10272
10281
|
}
|
|
10273
10282
|
)));
|
|
10274
|
-
|
|
10275
|
-
const
|
|
10283
|
+
r4.tags = ["tax", "money", "finance", "fees"];
|
|
10284
|
+
const o4 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 18 18", width: 18, height: 18, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
10276
10285
|
"path",
|
|
10277
10286
|
{
|
|
10278
10287
|
d: "M12.79 3.857h1.416c.437 0 .792.355.792.792v5.541a.792.792 0 01-.792.792H12.79a.792.792 0 01-.792-.792V4.65c0-.438.355-.793.792-.793v0z",
|
|
@@ -10291,8 +10300,8 @@ const n4 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 18 18
|
|
|
10291
10300
|
strokeLinejoin: "round"
|
|
10292
10301
|
}
|
|
10293
10302
|
)));
|
|
10294
|
-
|
|
10295
|
-
const
|
|
10303
|
+
o4.tags = ["feedback", "thumb", "down", "dislike"];
|
|
10304
|
+
const a4 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 18 18", width: 18, height: 18, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
10296
10305
|
"path",
|
|
10297
10306
|
{
|
|
10298
10307
|
d: "M5.208 14.25H3.792A.792.792 0 013 13.458V7.917c0-.437.355-.792.792-.792h1.416c.437 0 .792.355.792.792v5.541a.792.792 0 01-.792.792v0zM6 7.929l2.737-3.563a1.3 1.3 0 012.035-.035c.199.24.307.544.307.856V7.64h2.322c.45 0 .872.225 1.122.6l.247.368c.221.33.286.742.175 1.124l-1.019 3.541a1.35 1.35 0 01-1.297.977H7.913a1.35 1.35 0 01-.989-.43L6 12.824",
|
|
@@ -10302,8 +10311,8 @@ const r4 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 18 18
|
|
|
10302
10311
|
strokeLinejoin: "round"
|
|
10303
10312
|
}
|
|
10304
10313
|
)));
|
|
10305
|
-
|
|
10306
|
-
const
|
|
10314
|
+
a4.tags = ["feedback", "thumb", "up", "like"];
|
|
10315
|
+
const i4 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
10307
10316
|
"path",
|
|
10308
10317
|
{
|
|
10309
10318
|
d: "M11.693 4.31a1.354 1.354 0 11-1.915-1.915L8.66 1.278a.451.451 0 00-.639 0L1.32 7.98a.451.451 0 000 .638l1.117 1.117a1.354 1.354 0 011.916 1.916l1.117 1.117a.451.451 0 00.638 0l6.703-6.703a.451.451 0 000-.639L11.693 4.31z",
|
|
@@ -10312,16 +10321,16 @@ const o4 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
10312
10321
|
strokeLinejoin: "round"
|
|
10313
10322
|
}
|
|
10314
10323
|
)));
|
|
10315
|
-
|
|
10316
|
-
const
|
|
10324
|
+
i4.tags = ["partner", "affiliate"];
|
|
10325
|
+
const s4 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 18 18", width: 18, height: 18, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
10317
10326
|
"path",
|
|
10318
10327
|
{
|
|
10319
10328
|
d: "M15.187 7.786a5.54 5.54 0 01-3.238-1.035v4.713a4.286 4.286 0 11-3.698-4.248v2.371a1.968 1.968 0 101.377 1.877V2.25h2.321c-.002.196.015.392.05.585A3.221 3.221 0 0013.42 4.95a3.203 3.203 0 001.767.532v2.304z",
|
|
10320
10329
|
fill: "#000"
|
|
10321
10330
|
}
|
|
10322
10331
|
)));
|
|
10323
|
-
|
|
10324
|
-
const
|
|
10332
|
+
s4.tags = ["logo", "social media"];
|
|
10333
|
+
const l4 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
10325
10334
|
"path",
|
|
10326
10335
|
{
|
|
10327
10336
|
d: "M9.5 7L12 9.5 9.5 12M12 9.502H2M4.5 7L2 4.5 4.5 2M12 4.502H2",
|
|
@@ -10330,7 +10339,7 @@ const i4 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
10330
10339
|
strokeLinejoin: "round"
|
|
10331
10340
|
}
|
|
10332
10341
|
)));
|
|
10333
|
-
|
|
10342
|
+
l4.tags = ["store credit", "refund", "return", "payment"];
|
|
10334
10343
|
const ia = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
10335
10344
|
"g",
|
|
10336
10345
|
{
|
|
@@ -10342,15 +10351,15 @@ const ia = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
10342
10351
|
/* @__PURE__ */ n.createElement("path", { d: "M1.828 3.324H12.15M8.095 1.85H5.883v0a.737.737 0 00-.737.737v.737h3.686v-.737 0a.737.737 0 00-.737-.737v0zM5.883 9.591V5.905M8.095 9.591V5.905M10.363 11.495v0a.737.737 0 01-.735.677H4.35v0a.737.737 0 01-.735-.677l-.681-8.17h8.11l-.681 8.17z" })
|
|
10343
10352
|
), /* @__PURE__ */ n.createElement("defs", null, /* @__PURE__ */ n.createElement("clipPath", { id: "prefix__clip0_141_9201" }, /* @__PURE__ */ n.createElement("path", { fill: "#fff", transform: "translate(1.09 1.113)", d: "M0 0h11.796v11.796H0z" })))));
|
|
10344
10353
|
ia.tags = ["delete", "remove", "bin"];
|
|
10345
|
-
const
|
|
10354
|
+
const c4 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 18 18", width: 18, height: 18, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
10346
10355
|
"path",
|
|
10347
10356
|
{
|
|
10348
10357
|
d: "M14.646 7.026l1.104-1.201h-2.445a7.643 7.643 0 00-8.602 0H2.25l1.104 1.2a3.373 3.373 0 004.565 4.967L9 13.17l1.08-1.176a3.373 3.373 0 005.667-2.474 3.364 3.364 0 00-1.1-2.493zM5.626 11.8a2.283 2.283 0 110-4.565 2.283 2.283 0 010 4.565zM9 9.453C9 7.95 7.907 6.662 6.467 6.11a6.586 6.586 0 015.066 0C10.093 6.662 9 7.95 9 9.453zm3.372 2.348a2.283 2.283 0 110-4.566 2.283 2.283 0 010 4.566zm-6.746-3.48A1.197 1.197 0 106.823 9.52v-.003a1.195 1.195 0 00-1.197-1.194zm6.746 0a1.197 1.197 0 100 2.394 1.197 1.197 0 000-2.393z",
|
|
10349
10358
|
fill: "#000"
|
|
10350
10359
|
}
|
|
10351
10360
|
)));
|
|
10352
|
-
|
|
10353
|
-
const
|
|
10361
|
+
c4.tags = ["logo", "trip advisor review express", "tare"];
|
|
10362
|
+
const u4 = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "200", height: "97", fill: "none", viewBox: "0 0 200 97", ...e }, /* @__PURE__ */ n.createElement("g", { filter: "url(#filter0_d_10041_286941)" }, /* @__PURE__ */ n.createElement("rect", { width: "136", height: "48", x: "32", y: "24", fill: "url(#paint0_linear_10041_286941)", rx: "24" }), /* @__PURE__ */ n.createElement(
|
|
10354
10363
|
"path",
|
|
10355
10364
|
{
|
|
10356
10365
|
stroke: "#fff",
|
|
@@ -10413,8 +10422,8 @@ const l4 = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3
|
|
|
10413
10422
|
/* @__PURE__ */ n.createElement("stop", { offset: "0.79", stopColor: "#F849C7" }),
|
|
10414
10423
|
/* @__PURE__ */ n.createElement("stop", { offset: "1", stopColor: "#FFC03D" })
|
|
10415
10424
|
)));
|
|
10416
|
-
|
|
10417
|
-
const
|
|
10425
|
+
u4.tags = ["tutorial", "cards", "fixed-size"];
|
|
10426
|
+
const d4 = (e) => {
|
|
10418
10427
|
const t = y("relative -top-0.25 inline-block", e.className);
|
|
10419
10428
|
return /* @__PURE__ */ n.createElement(
|
|
10420
10429
|
"svg",
|
|
@@ -10462,8 +10471,8 @@ const c4 = (e) => {
|
|
|
10462
10471
|
))
|
|
10463
10472
|
);
|
|
10464
10473
|
};
|
|
10465
|
-
|
|
10466
|
-
const
|
|
10474
|
+
d4.tags = ["tutorial", "cards", "fixed-size"];
|
|
10475
|
+
const m4 = (e) => {
|
|
10467
10476
|
const t = y("relative -top-0.25 inline-block", e.className);
|
|
10468
10477
|
return /* @__PURE__ */ n.createElement(
|
|
10469
10478
|
"svg",
|
|
@@ -10518,16 +10527,16 @@ const u4 = (e) => {
|
|
|
10518
10527
|
))
|
|
10519
10528
|
);
|
|
10520
10529
|
};
|
|
10521
|
-
|
|
10522
|
-
const
|
|
10530
|
+
m4.tags = ["tutorial", "cards", "fixed-size"];
|
|
10531
|
+
const p4 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 18 18", width: 18, height: 18, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
10523
10532
|
"path",
|
|
10524
10533
|
{
|
|
10525
10534
|
d: "M15.75 4.677c-.496.22-1.03.368-1.59.436a2.776 2.776 0 001.217-1.533 5.53 5.53 0 01-1.759.672 2.77 2.77 0 00-4.72 2.527A7.865 7.865 0 013.19 3.884a2.768 2.768 0 00-.048 2.7c.215.402.526.745.905.998a2.763 2.763 0 01-1.254-.346v.035a2.77 2.77 0 002.222 2.716c-.408.11-.836.127-1.251.048a2.771 2.771 0 002.587 1.923 5.558 5.558 0 01-4.101 1.147 7.833 7.833 0 004.245 1.245c5.096 0 7.881-4.22 7.881-7.88 0-.12-.003-.24-.008-.359a5.63 5.63 0 001.38-1.432l.002-.002z",
|
|
10526
10535
|
fill: "#000"
|
|
10527
10536
|
}
|
|
10528
10537
|
)));
|
|
10529
|
-
|
|
10530
|
-
const
|
|
10538
|
+
p4.tags = ["logo", "social media", "tweet"];
|
|
10539
|
+
const t5 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
10531
10540
|
"path",
|
|
10532
10541
|
{
|
|
10533
10542
|
d: "M5.056 3.5L3.5 1.943M4.278 5.055H3.5M6.611 2.722v-.778M8.167 4.277H10.5a2.333 2.333 0 110 4.667H8.167M3.226 6.697L1.85 8.072a2.333 2.333 0 003.3 3.3l1.375-1.376",
|
|
@@ -10535,7 +10544,7 @@ const $3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
10535
10544
|
strokeLinecap: "round",
|
|
10536
10545
|
strokeLinejoin: "round"
|
|
10537
10546
|
}
|
|
10538
|
-
))),
|
|
10547
|
+
))), g4 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
10539
10548
|
"path",
|
|
10540
10549
|
{
|
|
10541
10550
|
d: "M2.6 12c0-1.563 1.25-2.75 2.75-2.75h3.188c1.563 0 2.75 1.25 2.75 2.75M8.85 2.75c1.063 1.063 1.063 2.75 0 3.75-1.062 1-2.75 1.063-3.75 0s-1.062-2.75 0-3.75c1.063-1 2.688-1 3.75 0zM1 7h2.5M2.249 8.25v-2.5",
|
|
@@ -10544,8 +10553,8 @@ const $3 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
10544
10553
|
strokeLinejoin: "round"
|
|
10545
10554
|
}
|
|
10546
10555
|
)));
|
|
10547
|
-
|
|
10548
|
-
const
|
|
10556
|
+
g4.tags = ["plus", "change quantity"];
|
|
10557
|
+
const h4 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
10549
10558
|
"path",
|
|
10550
10559
|
{
|
|
10551
10560
|
d: "M6.956 7a2.5 2.5 0 100-5 2.5 2.5 0 000 5zM2.25 11.412a2.647 2.647 0 012.647-2.647h1.52M11.417 9.217h.832v-.832M9.556 11.018h-.831v.832",
|
|
@@ -10562,8 +10571,8 @@ const p4 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
10562
10571
|
strokeLinejoin: "round"
|
|
10563
10572
|
}
|
|
10564
10573
|
)));
|
|
10565
|
-
|
|
10566
|
-
const
|
|
10574
|
+
h4.tags = ["guest", "change quantity"];
|
|
10575
|
+
const f4 = p((e) => /* @__PURE__ */ n.createElement("svg", { width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 14 14", ...e }, /* @__PURE__ */ n.createElement(
|
|
10567
10576
|
"path",
|
|
10568
10577
|
{
|
|
10569
10578
|
d: "M2.3 12.3a2.87 2.87 0 012.887-2.887h3.347a2.87 2.87 0 012.888 2.887M8.862 2.588c1.116 1.115 1.116 2.887 0 3.937-1.116 1.05-2.887 1.116-3.937 0-1.05-1.116-1.116-2.887 0-3.937a2.855 2.855 0 013.937 0z",
|
|
@@ -10572,8 +10581,8 @@ const g4 = p((e) => /* @__PURE__ */ n.createElement("svg", { width: 14, height:
|
|
|
10572
10581
|
strokeLinejoin: "round"
|
|
10573
10582
|
}
|
|
10574
10583
|
)));
|
|
10575
|
-
|
|
10576
|
-
const
|
|
10584
|
+
f4.tags = ["adult", "demographic"];
|
|
10585
|
+
const v4 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 15, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
10577
10586
|
"path",
|
|
10578
10587
|
{
|
|
10579
10588
|
d: "M9.917 13.333a2.917 2.917 0 100-5.833 2.917 2.917 0 000 5.833zM8.167 10.417h3.5M1.167 9.833c0-.578.138-1.148.4-1.658.263-.51.643-.943 1.105-1.262a3.224 3.224 0 013.162-.3",
|
|
@@ -10590,8 +10599,8 @@ const h4 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
10590
10599
|
strokeLinejoin: "round"
|
|
10591
10600
|
}
|
|
10592
10601
|
)));
|
|
10593
|
-
|
|
10594
|
-
const
|
|
10602
|
+
v4.tags = ["minus", "remove"];
|
|
10603
|
+
const n5 = p(({ className: e, ...t }) => /* @__PURE__ */ n.createElement(
|
|
10595
10604
|
"svg",
|
|
10596
10605
|
{
|
|
10597
10606
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -10613,7 +10622,7 @@ const e5 = p(({ className: e, ...t }) => /* @__PURE__ */ n.createElement(
|
|
|
10613
10622
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHAAAABwCAYAAADG4PRLAAAgAElEQVR4Ae19Z1RV57b2ueckmvIluclN7tXc6LEduyaCioLGgr1rLEFji71gV5qCovQqUhSRKl167wpILyIdRHrvvft8Y87FRnIOuff7+Y2x3WNM197vXpvtWs9+5jvbO9+//OXD48Md+HAHPtyBD3fgwx34cAc+3IEPd+DDHRDbOwDg35498znhHxBqE/cyyS8q6kXg8+exQdHRL0NiYuLCoqPjwmNj4yNjY5OiEl4mvoiLS4qOi0uOTUxMfZmQkBafmJiekJr6Kik5OSM5LT0zJTU1Iy0tLfNVWnpmRmpqZmZ6elZWWlpmzqtXr3PT01/np6VnFqSlvS5MTc0sSkt7/TY1NaMkOTmjNCkpvTwpKa0iMTGtKjYuuTouLrkuPj6l1tbWOePxY/v7nZ2d48UWpD+78La2tpnKyvdyTU2tUFpahby8IhQUvEV+/lsUFBTzsbCgGIWFxSgqKmV586YEb94UswjnCO+/KRSONJabV4i8vDcoKCxGQX4RP6exnJwCZGfnIzs7T5CsPGRn5SIzMxevXmUiPf010tJe8TElJQ2vX2ejrLQSFy8p4cQJ+dbOzs5Ff3YtYjcO4Gsl5btth4+cRnt7J2Ji4uD+zBO+voHw8wsakpHPRWNBfI6vbwA8vXzg4eEFV9dncHZ2Y3n2zAv0noenDxwdXeHs7A4nJ7chcRU+4+kDT09v/ix9/tkzTxZ3dw+MFDs7BySnpCE9PROzZktCW9ukFcAYsQNrtAuOepGoMneeFHR1jVBf3wQ3Nw+EhkUiODgcwcFhCAoK/YMEBoZipAQEBCMxMQm5uXnIyytAdHQsXr58idTUdNTU1KKg4A0iIp4jLi4BSUmpeBmXgOTkVAQGhvDfDQ4OBUlQUAgCA4N5nN4L5O+lc0Lg7xeAoMAQpKS8wq5d+7B1y164e4WuG+16xG7Mzz/Cedq0+bhzRxN1dU3MqpAQAbzRABwJKN1oLy9fVFZWoampGe3tHehob0dpaRlLdXU1SNra2lBXV4+amhoMDgzw0cfHnwELDhZAEsALQkBA4JAEwd8/CP5+gfD29kNYWCQSElKwe/d+bN+xFw5O7kfFDqzRLtjbO9Rm5mwJ3LqlPgwgAScSDw9vZiUx84/yjFWmo6MLkpOikBAXgoS4UKSmPEdMdAAS4sIQEx2IxIQIZGclIO5lGGJjgpGVmYCXsSEICfZERLgvwsN8EBbqhbBQb4QG+yDY1xf+bgHw9wiEf0AA/BhAX4SGRSAhPgW//CKHXb/sh91T18OjXY/YjXl6h1jOnLkAKiq3UVvbyAwMChJUJzEgKTmN1WN2di5YcnKRk5PLY/n5+SgoKICNQwKMTONhZhkP00fxsHicBHPLJJg/Tobpo0QYm8XB9FESTB8l83mmj1JgafMaFpaZMH2QA2P9XBjr5cHEJAcW1hl47J0Et9AQBPr5ws+XGEgAhjOAu3b9ij27D+DRI4fjYgfWaBfs4xNmMWPGj1BWVkNdXSN8fAJAAJIBQvPbwMAA/rfHI7s2XLhZj9v6zUPShNv6Tbij3zgst3WaoXqvFSqqHVBS7oCKajtUtZugYVENA5cSWITmwjolDU6F8fBojYFHfjD83Xzh5xPAAIaEhA0DuGOnHNw9Aw8A+CvJaNclNmP+Ac/NCEAlRdURAIYygGRcdHV1M36Dg4MYHBBkYGAQJMA7FmunOihrlEPHpEqQ+9XQNKjFPc16qKs3Qv1uAzT1aqH/qAwPXAtgGZIJ+6RkuBdGw7c2HEHtQQjpDkBgexB8G0Pg0xYBj6wg+Ln7w8/HH15ePmzoxMclYc/u/di4cQciI+Mv2Ni4ZGkbmJwSG7BGu9CQsFiT6dPnQ0HhJluhxDwyVGjuoWNHRycDKAJt5FEEoM3TBlxTroH63UbcudOEe1r1DKSxfTEe+uXANi4NLjlx8KqMRGBrMIK7AlkCWoLgWx8G7+rwYfGqDodXcwQ8sglAP/h6CwDS/yU+Lhn79x+BjMxqmJlZRyrcuIUdO/cZj3ZdYjMWEhJtNGPmAijcUEFdfRN8fP2HASQrs30EgMRCAbQ/KlVbxwao6BXD3LMA1s8z4PgqER4lL+DfGI6gzmAEdwchsC0Yfg1h8Kl5D9ZI4Og5gedRFQqXxgA8zfSGv7s/A0i+Iv1f4uKScPDQcfz4kxTOn7uM3w4ew95fD1qIDVijXaiXT7DBvHmLcP2Gyr8wMCAgBD09AgNHQtbVNYCyim6kpHXAx68FTmkp8G0MRlB7MEJ6ghg0/+ZQ+NQSWBF/IgRYGNyrguFU4Qf7ci8Wl0p/BLZEIzTvBXzcfOHj7cfOfkBAEF6+TMShwycYwIMHj2Hfvt9w7Zqi3WjXJTZj3r4henPnLsT168pobCQ/8L0KJR+to6MDjU0DeJ3didCoFji41cPIoga3tCtwSbkc8tcr4VIQjfD+QPhUR8J7WP4VOGKYe1UInCsCYF/uDacKXwYxrC4OSU1ZKGgrRV13EwYxiLrKOo7okJ9JDAzwD2IGHj58EpKS0tiyZRc79TdV79mKDVijXWhg8HOd2XMkcO2aEhobm4fnvpCQYAQHB8PSrhR39Otx7XYZLt8qg4J6GdR0KqBhWAlNwypo6NbCOSueVaQAngg4QR06VwTCodwH9uU+cKkMYDaG18Ujs+UNKjvr0N7bhXcjNTPZRQAqK6rh5OQyHKYjh/7lywRm4NKlKyEtvQIrV8pCXV1XvBkYEhajNWu2BK5cUWAAyfcjgyEsLITdCHX9Iqjp1Q1bmNr3KyESLSMBQKfMOPi3BcC1MghPy30ZLMcKf3hWhyG0Lg4Jja+R21aM6q4GdPf1Mmgg0OgxCAZQMI4Ght0Wiu5QkMDT0wseHp6gyA0BeOToKaxYsRazZ8+HhMRCaGkbiTeA4eGxGhQgvnTpOhrqm+DvH4igwFCEhlJcMhiG5sXQMKqHtkmlIPcroWFUATWdclxXLcP5q5WwTHkO3zY/BNXGIrYxHVmtb1DeWYvW3k6BXUNYDXkdaOlpR0efwDzyM0UyOEg+p4BsR3sdHBxcONBNgW0CMC4uEceOnYGs7CZ8//1ETJ8+Ezo6RvajaRaxGYuIiL9Lc+AF+atsxAT4BzJwoaFBCAwKhL5pEW5q10HxXjkuq5bismoZVLTKYWBeBQfXBgRHNiK7vhytA63D7BHhxYANAoMD79hvJJaRumzqaWUAh88b8YTArK4dwMuEErg4u/L8RwD6+viD/EACcP36rfj66+8wefJUaGjoOYgNWKNdaOTzpDsEoLz8FQ6lEQMDA4MQFkqB5QCoaRfgtn49rBxq4R/ShOT0dpSWd4MsUeExgAH0Cd4Fq8P3YIl8xn92PwbRAaCXP97U3Ivcgk5ERjfjqXsd9EwrcU6xBop3XsHPxw1eXl6cWqKANgF4/PhZduQ/+/xLTPhhIjQ19Z+Odl1iM/biRbLa/HlSOHfuEgMYGBCEwIBAFh9vf7zOqkNzy0grYwRdAHQP9KK5t401nwiwd2yV/PE8etXVPYCy8h5EJzXA3a8W5k/Imi3HOcVi/H6pCCeuFEFe6S0uqNRA0yAD3l4unB90c3vGxgyp0BMnzmHTpl0Y+8lnmDBhIrS1jR3FBqzRLvT586RbCxYsxenT8qipqWf16e8fAF9ff/j6+GFwoG0ICSF8JgJJUIfv0NXfi9ZB0TnvQaP3a2p78SqzA0HhTbB2rGXj56paGc5cK8XJqyU4r1SMG3dKoaJRhptaZVDRpOcluKJWAw39DHh5OsPDw4OzHuRKkCN/8uR5bNq0E2PGfoqJEydBV1fMAXwRk6giISGNkyfPobq6Vkig+lMaxx8+Pr6c5yNYRIbGPwPYQwD2t6K9fQAFRV2IiW+Fi1cDjB9Vc3z0vFIJTl0rhrxSCbsiNzXLoapTDlXtctzSIuBKcZOA0yyFskYpFNRLcPxqFW6opcF7BICUsScVKgLwk08+ZQbq6Bg5jfbDFJux2LgUJQLw2PHTqKioRnAQuQ8BnAX38fZl5/6PAIqsxkG8eycEs32DGxgcYtdZRWJWqQCWVjlu6wqiplsONZ0yqGqX4RbJEOOu3y7BWYW3OCz/BgfOFuLYpUJcVauBqWUWPD2d4e7+DK4u7uxKUD7w1Cl5bNq8C2PHCgBqauo7iw1Yo11ozMs0BUnJZTh69CRKSys46k9zIKnR/xnAAbxjsx+wsq/HscvFuKNXgbv6FVDXr8AdvZHglUFVp4wZdvlWCU5dLcKh829w9MIbXFQphoZhOWycqhH2vBFZOe1o7xhEXW017O2ewsXZnQEkSzQxIQVnTl/Ali278be/foxvv/2O5kDxBjA6OvH6osXLcejwcZSUlCMkNAxkyFBpA6lQCq+NzsD3ADo+q4O8cgnU9coZOAKPGKd0rxTyym9x7HIRGynnFYsZSHPrKngHNiA5rRUVVV3o6+sfESQXQjE1NdWwtREAdHF2Y0uUATxzkQH8618/wn98+y10dExcRvthis3YixcJVwnAg4eOobi4DKHDAAYxgA0NjaMC2N8vipq8g6N7DU5dK8I1Uoc3inH8ShGrRRXNMhg/qoKrdz1iElrwprgTrW19w846/2F23AfQ39+H3l5BaLyykhjoyAx0dnKFm+szJCam4MyZC9i8eTc++tsYjBs3Htrahq5iA9ZoFxodnXiZADxw4AiKikqGASQWUinDSAAJtJFChg05gBY2VTh0vhC6Dyph51KL0KhmVoX1Db14B+EcASxi1yAGB/vR1/ceMBFwouNIAJ2d3EAAurq6c1HTmTMXsXnzLnz00Rh8//0EcuTFG8AXLxIuSkmtgJzcIS7SJQYKlWEEoA/q6hr43o8ETvRcZJm+eduBtyWd6OkdqQrpY+Q/ElP70d8vgMbAEXgjAezpQ09P77C8B/ApnBxd4eTowgCKVCgB+Le/jcH48d+TI+822g9TbMYiIuLllyxZybm1woK3zMAA/wBQSM3Ly/t/BJCA7OsTMYzYRWD1MbtoXnsvorE+VpV0Tm9fL3p7e9FDMgK87p4e/sFQMJuMGALPydEZLi5uwwwkP5DmQDJidHSMxBvA8PC4c0uXrsLu3XLIzStAWFg4uxBUTEtZgNra+j9loACgCKj3II1UjwQW3hEzBSGwurt70T8EIIPY0wMCrrunG93dQg2OCEDHp8546uDEQCYkJOPs2UvYsHE7/vq3j/HNN9+SCnUXG7aNdqFhYS/PSEuvxo6de3mdQnhYBIiBDOAzArBOAHBAmP+IcYL8K3BkiJC6FMASVGdbey9q6rpRXtmJ4lJB1Ra+7UBXFzGwBz0EXLcAnOgoqFCBgQKAjn8EcMN2ngOJgcrK6uINYGh47CkCcPuO3Vz3KQKQQBQY+E8ADqlNAnEkWMQyAqWxqQdVNd0oKevE25IOFBW3M3AEYF19F7q7e/h1c3M3+vreg9fV1QWRMIAVVbC1cWD2PXVw5CPFQpmBG7bj4zFjWIUqK99+NtoPU2zGgsOiT8hIr8bWbb/g9eschIVFwM/Xn1lIAFbX1DIDBYuTjBJBiG3NLT2oqe1GWUUXiks78ba0k4Err+hEVU0nmpq7mGHvBnuBd70YGCDpQUlpOwhAYiCVLYqA6+vuxWAP/X2gtboZ1ta2sLd/Cgd7R9jbOXBCVwTgmDFjWYWKPYAh4bHHiIGbNm3npV3h4ZEcxCYQCcCGBgHAjs4+1Df2oqqmZxiwkrIufk6MI+Z1dfVhcJDmvF4MDvQMA9TZ2YXOrm6W/n5iZxtam7vxrm+ATsU74SPo6epBbVsD3nSUIyLvJWwIQNunsLd1gI2NHaKjX+Lc2UtYv34bCMCvvvoaCgrKHmLDttEuNCLi5VECcMOGrQxgREQUfH39mIWenh7IzatAVc0ACKzSii5U13ShoakbnZ297M+R5SmyPsk46ep6zyoCrruLIi3dGBzoZvb19HShsKAD3a0DaOtqR0lzBdLqshFW8RKubwNgVeCC+0XWMEp8DAdrBzy1dYSdrQOeWNsgKioaZ89e4ITumDGfMIAXL14TbwBfvEg5TACuX7+FF1RGEoA+vgwiBZLz8svR1f2OzX+RcfLuXf+wu0DOt2BZ0nwmsI7YNzhIKrILzc0dqKpuQ3FpK4qKW1Fa3I30N5XwKAmBXZEnzPIcYJRtxfIgxxaP8p7CqsQFj1OdYG/tAHsbB9ja2MHa2gYvXsTi7NmLWLtuKwjAL774EhcvKniO9sMUmzEvr9CDK1eux9p1m4cBpCA25QLdXN1RXV3Jc5JgLZLVKERQyFUgF+Ed6UCQyuxFZ2c36uo7UVbRjrclrSgsakFBUQvevG1lAAnI3nagqLUIutlmMMt1wON8FzzJd4UViwse5znDqtgFlimOsHtiz0Jz4ZMnNnj5Mp6NmDVrt+Cjj8fg88+/oGIs8QbQ2c17PxUJrVmzSQAwMgreXt4cB3V1cUNpWfkwgP39gjECEIi9aG4mldqB0vJ2FBW3oaikDW9JSltRXtmG+oZ2dHZ2or+vC/19nejq6sBg9zsU1JfANMcWj/OdYJVHoAlimeuMhzkOMCm0hmGCJWytbGFrZQcrK2tYWlohNjaeKwcIwL99NIYZKC9/3Uts2DbahT7zCpJbI7sZsrIbkJKSjoiIyGEAnZ1dUVVVJliFrV2oretAeSW5BW0CYMWkGtt5rK6+g9dREFgDA4L67Ors5EWfbW3tEKQNA52DKKgrhkmWDSxyHGCWYw+jLCvov34Io0xLmGc7wKnUF54ZQbB5bAMryyd49MgKDx9aMgOppH7N2s3sB3711Vc4e/aKeAPo4RGyb+26LVi9egOSk9IYQCok8vH2gZurCzIy3qK8qh9vigU1WFrexnMazW1kkAjGSTf6egU/jhhHC2JovX1bWwcD19raBkFaGcDsmgLce2UE46wnsM5zg8ebYESWxiOjOheldRXo7elDbVkNHj58DAuLR8LR/BFiY+Nw/vxlLiukYPa/f/0N5OUveY/2wxSbMT+/8N0E4KpV65GUmIqI8Eh2H6ig1tnJGZlZRejseieowv737CKg2jsE1hFg9FokVI5Py62Jda2t7WhpaUNLSyuam1vQ1dqJkrpyRJcmIb/mLeqaGtHT2oWB9gEMtPejp7Ub/d39KC4uYfAszB/BwsISZqYWwwCuXrWR3Yivv/6GVKp4AxgQEPkL+VUrV64BxRopEvPsmQeD6ODgiJKSYlahImYJ7BLAea8a2xkwXiPP4AkqU8S85mYBvObmZjQ0NaK1uZUB62/tRUdzB1qamtHU1ITGpkY0NjaC3I+3b4thbvYQZqbmMDOzwAMTU1ahVL+6cuUGtkIplHbixDnxBjAo6PnODRu2Y8UKWa58DgsL4zoUAtHOzh5vCosYQJFabOf5TKQS6dg6pB7bhuY5Ao+etw6xjsBrZqFGCAxUYyPnGRsaGoaOotd0bGAmFxUVDwFnxiAaG5swgBcvXANZzR9/PIb9wGPHzviIjboc7ULDwl5upxWvy5av5h4xISGhcHVxhbubO2xtbFFQUMgADqvENgE8UomCtAwfiXEj1SWpTAKPgKPSDJIGBq8BdfX13LmifuhIeUdB6lk1v3nzFqamFrhv/IDZZ2hozD+wy5euQ3KhNH6cvwBz5szF0aPHxBvAiIj4rZs27oCMzCpEv4gFAUhzn6urGzvP1PuFis94PmsT5jLRfCYCSMQw4UigCcCNBI8y+yT19Q0g0Grr6jjTUVtbC5KamjoWyn7QdxUWFuGBiRmMjO7jvrEJDPQNER+fhMtXbmDGzPnYsmUr1q1bhz175MQbwBcvkjdRglQEIK0JdHR0gouLK6ytrZGXl8flgwK7RHPZHwFihtEc1tjEKlJQlSJ12fQH4KhfDIFHTYBIqqtrWKiHDAXOSegHQg2CiH0EnJGBMXR19JAQn4RrVxUxffo8bN26HRs2bMD2HXt8R9MsYjMWG5u8kQCk9XbPo6K5LvTpUyomcsGTJ0+4pQgV845klYhZwnwmUouieUw0rwnAEetEqpHYRcJgMXBCI6CqKuFITYHoOX1Xfn4hDA2MoaOtB11dfWhqaiMxIZnXMc6fvwgLFy7G3LlzsW/fQfEGMDo6df3mzTuxdOlyhIdHISgwGA4OVMrgDEvLx8jKyuZCpvb2dk77tLS0sJFCxkt7O6nUFrS2tjD76DmF1yhlRLk+8hMJQGKVoCLpSIx7DxwBRtl3lirhSAzOzy+Avp4BNDW0oKWlg7vq97gq7cYNFSz/eQ0bMWPHjsXBw8fFG8Dnz5PXUpHQkiXLuUcarU6ys7UHJVEp+vH6dSaX1ZeUVCI3r4jXTxSXlKOkpIK7FxaXlHExFJUBUvfCyMgEhIbFIiY2BUlJGVztTZalSFWKWCYCraKiEizldKzg5+RKkOrW0dZl4DTuaUJN7Q6SElOgqHgLy5cLAH726aeQkzss3gDGxWXIEgMXLV4GaqZDeUAbGxs42D/FQ4tHePUqg+dAaj3p6/scoWFxiIpKRGjYS4SECkCFhcchJSUTgUEvcOz4HVy7boijv6tBVc2cQW1paWbWEdsExg2BVlGJ8vIKlrKycghSxoYONc/T0NDCbbU7uHPnLm7evIXkpFRuSCQjI4uxYz/Dp59+igMHDvuJzXw32oWmpmavpjlw4UJpLqsnAJ88sWYfkJzo9PRXXF1G6pFUW3l5JftqZIwQU9goqa1jgCoqqrg8v7i4lPuBvp/r3qvN9+pzSG1WVqGi8j2gxEYyhmgOvKuuARWVW1BTvQ0lJRUkJ6fh5s07oPTXJ58IAB46/Lt4AxgTn7ySOj5ILlzKa+N9fPzw+PET2NjYwtjoPl69ej0ciaGiI0or/XPIjOZHct7p2N1NdS+UxO3h12TwjPQBBTeCfD7BEh2pWiuH5kP6THZ2Dm7dVIWSogpu3lTFjRuKSElOg5rqXSyVXsWLWz777DMc2C/mDIyMjFtBi0UIQFKh3l4+rDopgUpzIKWUKD4qtIUM5npRfz9/TvhS4S8Fvqn0gpq10gIUyiHS0mhnJxc4OTmDLFoyiuztHZjVFByg7LqV1RM8fmyFR48e8/dYWDyEmZk5TE3N+KijowclJWXcVLkFZSUVXL1yDakp6bhzWwNLlqzgBZ5ffPEFxJ6BwcHPl2/dthsLJZdyT07KBdKNJBbSTaYYJBkTurp60NHRhbaWDrQ0tKB5TxP37mpA/c5d3LmtznMVqTrVW2o8X9GNV1G+yTdfSVGZwVBSVILiDUXcuK6A69dusFy7ep3BuXLlKi5fuoJLFy/j/PkLuHzp8vDnFRWUeDw9PQP37mrzfP3pZ5/jyy+/wpEjJ/xHmxrEZszXN2zZtm17eA6MinzBbT3u3zdhVpARQ2JuPhRUNjXDgwemoPdJvRoZGsPAwBB6evrQ09VnZ5vA1tbWgZamNjQ1NEEWpEgIcHIH1O8MAa52G6pDoJO6HAZdWQUMOgGvqMzq84L8RWS8yoSWlh43+vnssy/w3Xff4bffjog3gN7eIdLUAZeMmBfPY1gVEijmZhYcRCaVRiw0uf+AQ1oEnKGhEUdIyE8jZhJg2lraQ6Bpse8mAuuu+t0h0P6VqSLQbqrchIrKEFuVBNAIOGIeCTH23Dl5vM7Igq6uISQkluLLL7/GuHHjPgDo5ua3dMfOX4cBpHmMWGRi8uAPoBHbDA0IOAPo641gm5YOA0Ysu3dPA3fv3mPA7gyxjNwAElKvaqpqrGIF4P4ImCKpVxIFpWH20XMFkhuKOHv2HDNQX9+Ye6V9++1/Yfz48Th8+Jh4M/DRI3spamEsJSXDwWwKoREYFP0nwATQDDkqIqhJXegw4wg4QT0KbLvLqvEP6vGWKm6RDKlHEdNUlFWgPKQmmWVDwCncUMCNGwoMGIEmEkUFZZw4fpIbqRsbmYJCaQTghAk/0LI48QbQzc1v8c5dcli0WIabCFAFNBkYFHvUuKeBe0OMImPl9m2BSWSo3LpJRoowVykqKPKNv379OoaNkstXcenSZVy8cAk0f8nLXxDkvDzOk5w7jzNnzuL0qdM4RXLyNE6eOIkTJ07i5MlTwtipMzh96ix+P3ochw4dwZvCtzA0NMHceQsZwB9++AEHDx4NEBuDZbQLTUrKWrRj5z5ISEhxSUVaWjo0NSn+qM3zGwWSiXkjhTIDI4WsUx0tslC12UplQ4ZfkzGjwyqZrFcSOpc+KzJ2eJwNH11+j8bpffo+mmNJ1O/c4+74tB7jzh0NzJkjge++Gw8C8OjR4+INYGxs4kJSoRISS/A8KgZNTS3IycnnEsPM19nIyhSanVNesCD/DQoLipgJRW+K8baoGG/floAiLyIpKSnjtfbUMKGsrBLlZVUoL69CRXk1dyCsrKzh5dMUOxWe0+saVFWR1P5xrLKGY6n0XmNjCzo6unH79j0GcNy47zF58iQcOSLmAEZGxkju3n0ACxfKICoyGmWlFQwg3fiODsoo9KOvl1YiUc8zobMgh2aG/qEbS80RqElQf7/QoGDk+//8nEryKRBOf7+7m9bLj/J4J3wPNXzq7urnpd95eYUM4l11LcydKwkCcMb06R8Y6ObmL7lnz2+Qll6FiPDn3OiA9jmivYxsbexhYmIGNTV16OsbQV/PEBr3tGBkeJ9L/Z48sQXdWGoQVFpSAS9PH1aZZHTcvavB86jCDcGSJH9P4542l21QV0RilbeXH+j9C/KXcP2aAofMLl28wvMmOfU0n9raOoBYnZtbgLraRmjc08G8eQsZwJkzZ1D7SfFWocHB0RL79h3iHBsxkJhB6k1TQwdTJ0/H3ydO4cjIkiXSmDplOtat24AZM2Zj7JhP8e9ffgtFBRWmEIXS5s+VwNYt26GlrYO5c+dj7JhPsGLFCixevBjTp8/Ap59+Dmnp5dwVMTX1FRZKLsF/fjeeHfXNm7fysmkpqSWQlFyMn36SwF/+8hcW6lrf1NSK+romaGnpsxVKDJw9e+YHAAsLKyXkfj3MAC8wN+IAABTzSURBVD5/HsvzUH7+G5w9cx6/7T+Eo0dPcHmDk5MrM4/WD+rpGmD3L/uwcsUa/LpvP6tCKgHct3c/7t83RVV1NYfibqupc5ki9Tkj1m7f/gumTZ3BS7kjI15gy+btUFK8yXsppaSm49pVBY6n0mZXlIWQlFjEAD54YI72tk4GXkfbAPPnS2H8+AkgBh4/flq8GRgdnyJx4MAx7oJLO5fV1jQgJycP167egI6WHvR0DPHieSwCA0JgZGjCZe7m5pZ4YGKBixeu4vDho2xcPDAxx/lzFzglRTWd1JzAQM8YRoYPYKhPhUlmUFW9CykpaVBMk34I9AOxsXFAbh4ZTRkgcGiOU1NVx7UrN3Dh/GV89dU3rIrb27uZgXq6RvhpwRJMnDgF06dPx6lT58QbwIiIaInfDhzHypVr2Q+keaaxoZkDywslF2Pzpi1YvWoNVqxYxepv8eKlWL58BTZt3Ix5c+dziIuq1mgVraTEQhw5cgxycgewdcs2rFixGitXrMKqlbLYtHELNmzYjHXrNrI1SnPs+vUbsXqVLEh9LpNZgZ9+koTEAklmHgEtI/MzN/Px9vJl8GjuNNC/z5GYCRMmYebMmdQ/VLwBDAmJkdywYRtkV29EUlIa3ygC8XVG9nBA28L8ITOPlnmJxNbWnlNGZPBQvQu5AtRZ/ulTJ5AKpJQSp5fcPIZTTZR2ynydg+rqOmY6be5IrUzoPJrnaLMRksCAYNA2A9TymQLY1ACdPkc/LGI0RWJoHp47Z84HAGMT0xaqKFOWeyWvTiK3gHbLbGvtAPl6GRlZ7F7QwhcSajxOzQbi45PZR2xubmMfj27u27el/L6vTwDnFmmeowbqJFQwRTuQ0Q6fIn+PLFja3IqaGbi5evA2c64uz3iXNNpIklgdGfmC3RTyTRsaWmBocJ93bpGTO4ipUybTHC3eDMzPL1v02NIOkpJLkZaWgZZmWozSDisrG6yV3cjd4bdv34HJk6bgP775jq1SajYusWAR/jFtFkdgyAylfZa2b9uF3b/8igMHDmLmzDn4ZOxn+D+ff4Uvv/wGE3+YjFkz52Hr5m0oL6sENRUio2fRwiU8j86ePRd/+cu/gfqA/u2jj4cy7p+zEUNAkhVKKpTmYapKO3r0OCZPmoRD4u7Ix8SkSF2/poKlS1fwGnmKdtANvnr5Ok6eOMsqs6OzE5qaOuwD0oIXUqN6eoZYt3YT9u75FX29/axuCRBSh1Q28fChFZdDkHtBq2sVbyjj9Cl5nueSEpOZqVs2beMNHqnJD/mbqrfu8OdpJRKthTh+/CQDSIlhNmLqm9h4kpJajjVrNmLSpEkfVKivb9gSWhtBRkzGqyzu9UJdC8kFuK16F9S1orGpiZ1uLU1dXjGkp2sILU09nDktz0YLgU6raE+fOgfaMLKpuZm3XKXzyBr19PTBjeuK2LJ5G7Zt28GLVEgVHz70OyLCo9DT28dWKTnppg8soKOtD20tPVy5fB3/8c1/QVFRGW2tnezIm5k9gqSkDBZLyeDvEyfS6iTxVqEhIS+kt+/Yh+U/yzKAnZ09aGpuxcULl7F501bs2b0Pvx04wv7e2rUbsVZ2A4/v2yPHKagD+w/y2gk726eQXroMFy9c4Sz73r2/YvFiaVaRsqvXY6GkFObPW4Cff17FUR6a03bs+IUZ/PvvxzkAILFgIebMnocf50tg0cKloM99+slnMLlviqamNtTW1INcGAr70XrGqVOmfHDkQ0OjZaikYsWKNWzptbZ2sNNMq2EpS05MVLyhxI41J2dvq3OYTFQtTefR+j9aDkZLoakUnqIzVBKoq6MPbW3KH+oxc2mdO21mRb4m7RZK2+nQ2gf1OxocHKDFLKYPzHlBJ6lgWqFL2+/k573h+CzFWwlAahFNTRmmTZ2GY8fE3JEPCopatnUIQPLNyPoks50e7e200LKEGUOWKTGAsgoUbqPYJxk89CDrk9QotdqibEVWZg4HoCvKhfNIJVMuj6xOOqeyspb/Bn0XfWdMdBzXfNIWr+TQk7WbEJ/MK3Jp73r6TjKwyF0hYKmkglyfObPn4NAhMc/IR0S8/HnL5l0cFqMITEcHrXXv4Q65pMIOH/4dFy5cwurVazB92kxWieTMkyolobmP2nDR6t7fj57Arl17sG+vHO9rNHHiZPz39xMxftwPbM1S1v/QoaMMPqWYlJVuYceO3RzBWbVqDb4fPwH0GRKyYkml0mepSxP5juR+WFo+YQCplnWh5ELs2Svmy8tCQ6O5LpRUKM1LlD4iFXfurDy2b9/N2QIqryeVefnSVS41pBtKanH58lXYuXM3BgbesaW5RnYDq9GKyiq2UsnU19DQ5tL4G9eVsG3bL5g4YRJiYl6yxUuBbypfpEJectzPnpHnmlGKfZqZP+QsBQW0KStP/iZpBnJvaANIObnDmDlzNhYuXCLeze7CwmJWEgPJiCEAKfdH6lJF+RYuXbzKba6ovJ7cAH1dQxjoG3PzAQpoHzxwhBlK6pMak+/ZLYfQ0HBWq+SAKyvewhNq0mNty3HV48fPMIOp+o0sXgqUWz+xRVt7O16/zsJNlduwsHjM36F+WwPHfj+Jr778hjUAzZmkuskloUgM7aH0zTffYOrUWeK9b0RExMvVGzduHwaQGEhpGwpMk6Vpct8M2lq67KTv3SOHXTv3YOfOPTh86Bhbo+Tk0/pBGxt7rFwhC10dA/YTr19XxKaNW7F+3SYW+lunTp7jEBg1raP5cOuWHTh/7iKzmdi6REoGC35axLJEahk2bdyGMR+PxZUr1/j/RKuiCMB58yR5D6X//G4cFi9eZj5aqYjYjIWGRssKAK5mBhKbOrt6OMR1+LDgPhBI++UOYO+effh1nxxHWo4fO8HPqSE5tYzMysrlYihyCeh8ciOOHPmdi5F+//0ETp06i/Pn5NnaJKOE4q1kZZ44cRp79vzKrsrJE6fZeT918gzk5S9yRoSyIpQNyc7KY8OIksjz5i9kFTp5yjTs3Su3Q2zAGu1Co8Lj11CbkeXLBQCp3xkZC/Qgl6KiohqNDU1scVI4i3b5pP3mKaNO59KD4psEeg/3dxHqY8gCJSaTkPVK6o/qZmhLOrJCqUN+d1cfh9QKC9/ya7Jsab0hxWCJoenpr/ncyooabjVJFikBOH/eQuzZfQCLpGTEe88IAvRFRMI66v73HkBqF9nDN+zaFQVKmLKqI4Njv9xvOLD/NxDLjh07SQVF8PMN4PMzM3M4j0fnHDx4BFs2b2XHfvHiJZweopQUOe7KSjcZSMpemJk+5AABOfeUvF20UIoz8fPm/cQWqMzS5ZBeKgNqu5yfX8T+4BNrO7ZoyYg5efLk+NF+lGI1Fh2duJ6ax5ERk5ubzyyiyjRyxikwTeGy27fV2TXYunUHh8LOnD7Hr+fM/pHnRpoDHR2csXrVes6wU2qI6khnzZjLRg7Vx5w6eRayqzfg+/ETOVNBDNsvd5DnMloFRedISkhh6ZJlHMGh58ukV+Djj8bwj6a0tJIBtLaxw4wZc7FnzwFoqetLihVYo13ss2f+61mF/iwLKh3s7ennmpi7dzRw7uxF3tWa1GRGRibU1TWgcEOZ/bfLl64xwOT3tba0cwrol137OGVEHQ5jY1/irrom73tErUsojnr0yAkOp5HLQA78yRNnQPFS6oBBuUEKw5HlSn/72O+nuWyDfEKaQ/Py3nBhExlLM6bPxc6d+2Bk9HDpaNckVmMBAeEbZGU3c6MfqvyieYzmQAJKSUGFHWfqXmFs9IBv8JVL13D54jUoKdxkQCgzT43taI8HuX2/cTA6Pj6R5yqyVAk0cjfIAlVWVMWsmXM545CdncfspAD2fWNTBm3/r79B7tff2B2hv3Xo0DF25CkwQPMi1ahaE4Az5mLb9j0wN3+8XKzAGu1i3dw8N1D7RurURH4gW6Gd3ey7UTkFATRnzjyeo5ZKSYPmNBnp5VwaQRVmmhravA0B7apCpRRUOrF0CXVSkuASCyqToCozKqsg6/S33w6xE19VVQfVW7e5nIIiOxTsptwg7UxNRyrbWLNmA6SklrKzT4x99SqL3ZVZ3OhnF8zNrVeMdk1iNebu7ruRGr5Sox9iBVV/1VTVoL2nH6nFJYjOykFcfiESC98i8Y0gCYVvEZOdi9SSMnT0DaCkqBiNjW1If10N/6BXCAjNQlB4HsKi3iA08g2CwvLgE5ABT+9U5Be2sIqmFl7FRTUI8k1AsF8iIoPTERWagciQDIQFpvKYt/tzxL3IR15OMULDwtkqpR3NaAvyTZt2wMjIYrVYgTXaxT596rVx9eqNQwwUAKxrbkNBZi4ybByRbf0UGY9sUPjYDiWWdiiysscrC2vkWDsg3dIWWcnpqKpvQl5eMWpKQtBW44SWMhu0lVngXdsj9NWZor7QCI2lj1BfbolXic5ITilAblYJomIC4R+jD/+XOvCLU0dgohq8oxXhF68Ip+CrcAm/gUeuF/DM4xniYtO45IPKL+bM+ZGD2YaGZutGuyaxGrOzc2cAyY2gOZBUaGlLOwJU7yJddg0yNm9B4urVeDpvPlx+ksDDaZORtGwZkleuRKLEPFjs2Iuc2l6kJwWjvfAoBpvlMVB7BO9a9iMncgmiXWZgsH4zBht2AX0HkBPxI4J8fREXVwQL13OILrmMkJwTCM2Xg/rjefjt8ncw81mMoPwt8M7YCtPwf0BVXw4x4dm8+IYAnDt3AajHqb7+g41iBdZoF2tv/2zTqlUbWIVSNoISurnlVQhSvInii5eRp6CMWnVNPDl6Gv89dR4eHjyG6pt3kHbkOHJ374Ppuk2IyarBqwRPdLy9jMEmE2DAClH+V7B7/SJkJFwDOu+hv+oC3rXK481zCQT7PEVEVA6eeF7GqypTpJeZwzNKGUp3dsPJ7xLOXFmHyOzrCEg7DYe45bj7YC+CfZKQmJAKShzPmyfBPb41NY23jHZNYjVmZeWwWXY1zYEreesdygFmlVUiWEEFNcqqqNbQQZ2OATxOyUNn0074HTuDGrV7eHvxCqqOnoCp7AZEZlTiVbw7BuoVgHcPgXcGGGxURHLgLmRFHwD6rgNdV4B3yqhKXARPJ0sEh2bCyvM8SvqeIKf+IdKrdGDuKgcFjXWw9JRDWu0txJXegG/2Rijrb0WQdyLi45J5U8j58yVBPzpNTSPxDqPRL9XW1nnzyhXr8DM78gVc/VXd1gFndS1Y/fQj7Jctg8X8n3D/H/+A608LYDjpB5jOmAk7yYUwmjIRN3fuQUljD+JiohDpuAopIauQ4jELmQEzURQ5CxHWE5DgOhWpvvOQFLIE1hrT4OcTjMzXlVDVOQE1c1ncMpXBTbMFuKQ3BfsufQMFk+m4pj8HNx8swcHrP0D13mXExWQgOjqO9xOktYyU/tLVNf5FrNg22sUa6ZlvJj9wyZJl7GtRlr2utgHZ+UUwv28KcwNjWBjch6XBfZjpGuIRHfWMYKZvBKP7JohLSUd1VTVy88rh5uQMSxNdWFsYwtrcADYPjWFvZYon5sawtjCGqYEBHJ96cx/uvNx8BPlHcnGUrp7Q2YK6XRgb34ehgQmohJ4Kp3S1zREaFAPaUSYxMRVUNzp9+hzu2quhYbh3tGsSqzEXR8/t69dvxRdffMMFthR1IVeip5e21Pnzh2glIO2XRIlWClhTbJs28ezsAbpIeoGObqCtE2jtEKSpuZtjobRYtLKiFs1NnWioox9NG2qqmlFZ1oCOtn709wB9Q5KbW8glFeTmHDt2Cl9/M46NmKtXVeTECqzRLtbA4MEv1Plo/k+LMG3aHDx+bM3mOnWwpwpsWvAiSDwfKbVDK3mjIkUSzZXbtLYwLCyKJTQkAiEh4QgOph2xQ+HvFww/3yD4eAfAy8uPSw/d3b3g6voMzk7ucHR0hYO9Ey90sba2g421PexsHeFg78xCZRRUUk+x0+++/R7SMqt4Tf/evQcOj3ZNYjX2xNZh75YtOzBr9gIsWy6LceMmYu5cCSxYIMXHqVNnYcaMeZg9m3pUSwwJPV/AYzROQp8XnTN7tgS/njXrR5DMmDEfM2fM579D3XanTZuLaVPnYOqUOZgyZRamTJmJv0+agb9PnI6JE6fjv3+YivHjJ+O77ybw/2fy5Jn4r/+agG+//Z5V58SJ0ziyo3nX4IxYgTXaxUZHJ8nS2oWZM+dhwoRp2LZ9L+8SPW7cBIwZ+ykmTZqCHyZQodEUTJw4dVj+PnEqJk2aJsjkaZg8QqZMno7JU6bzXDV9xhxMmzYTU6fOYJk2bQYXR02bNovH6b3p02djxvQ5mDFjDj+nz8ycMRczZ87FuHE/cOyTOutTxoTaTM6ZM583hDQyerh7tGsSqzE/P7/PIiNiel9nZGL58pUYM+YzfP3199xMjlpsUZtjqnOh9Xwk1BCP1kGIFq3Q8+HXgSEICgpBgH8wggJD8ewZNcLzQmBgCGjBiyD+8PH254Us3t5+XPFNS63puZeXLzy9fFnFUjW3v18Q19pQ8Pqjj8bi88+/4uw9NX41N38MefnbX4oVWH92sbduafzq6uqBhvpGTtDeuqXGhbh/bsII71ATAnrQsb+fhLape8cNEcifrK9rRGsLFQpTqWIvr2+gWlAaI2lp6eBqM6q6pmw/5SFpAUtdbRMX/lI2v7m5nQF99MgSUVEvOHOvp2uM7bt+3f9n1yOW4ydPXjpz7ZpyJxkpVFiblJDK3QvJAAnwD0FAADErhA0SX59AeHsRiwSj5Nkzb7i5eYJ+BLRMjEz9pw4ubLjQZ5wc3WFv7wR7O2fY2znBztYJtjaOsLF5Cmtr2tzRHlZWtnj82BaWltZcvEsFvMQyM9NHbOzQd1pa2mDHjn1lK1euOyCWIP1vF3327PVxsrJbL2zdsc9sy5Y95qtWbTBd/vOaBzIyq01+XrHu/sqV642XL19ntFRmlaH0srUGS2XW6C2VkdWVXrZKR/pnWe1lP6/RkpJaoTn3J2kN6WWr761YsVFdZvnaOz//vO72Euk1ajIysqqSi2RuSS5aeXPJkpUqUlKrlGRkZJWW/bxeYcWq9TeWyqy5LiW1+pq0tOzVJdKyV2Rk1lyWkVlzSXbtlosSC2XOT5z4jy2SkpIf/2/X8eH9D3dArO/Av424enr+/yojPvbh6Yc78OEOfLgDH+7Ahzvw4Q78/34H/i9Yz2PgoWomcgAAAABJRU5ErkJggg=="
|
|
10614
10623
|
}
|
|
10615
10624
|
))
|
|
10616
|
-
)),
|
|
10625
|
+
)), b4 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
10617
10626
|
"path",
|
|
10618
10627
|
{
|
|
10619
10628
|
d: "M2.5 7.642a.6.6 0 01.933-.499L6.667 9.3a.6.6 0 00.666 0l3.234-2.157a.6.6 0 01.933.5V9.93a.6.6 0 01-.267.5l-3.9 2.599a.6.6 0 01-.666 0l-3.9-2.602a.6.6 0 01-.267-.5V7.642zM7.283 1.172L7.9 2.5h1.2a.293.293 0 01.207.513L8.265 4.04l.577 1.324a.314.314 0 01-.448.393L7 4.973l-1.394.784a.314.314 0 01-.448-.393l.577-1.324-1.041-1.026A.293.293 0 014.9 2.5h1.2l.617-1.328a.318.318 0 01.566 0z",
|
|
@@ -10622,8 +10631,8 @@ const e5 = p(({ className: e, ...t }) => /* @__PURE__ */ n.createElement(
|
|
|
10622
10631
|
strokeLinejoin: "round"
|
|
10623
10632
|
}
|
|
10624
10633
|
)));
|
|
10625
|
-
|
|
10626
|
-
const
|
|
10634
|
+
b4.tags = ["military", "soldier"];
|
|
10635
|
+
const r5 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
10627
10636
|
"path",
|
|
10628
10637
|
{
|
|
10629
10638
|
d: "M3.9 4.499h4.797M3.9 6.898h2.998M11.096 6.205V2.7a1.2 1.2 0 00-1.2-1.2H2.7a1.2 1.2 0 00-1.2 1.2v7.796a1.2 1.2 0 001.2 1.2h1.936",
|
|
@@ -10639,7 +10648,7 @@ const t5 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
10639
10648
|
strokeLinecap: "round",
|
|
10640
10649
|
strokeLinejoin: "round"
|
|
10641
10650
|
}
|
|
10642
|
-
))),
|
|
10651
|
+
))), w4 = p((e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "34", height: "24", fill: "none", viewBox: "0 0 34 24", ...e }, /* @__PURE__ */ n.createElement("rect", { width: "33", height: "23", x: "0.5", y: "0.5", fill: "#fff", stroke: "#D9D9D9", rx: "3.5" }), /* @__PURE__ */ n.createElement(
|
|
10643
10652
|
"path",
|
|
10644
10653
|
{
|
|
10645
10654
|
fill: "#172B85",
|
|
@@ -10648,8 +10657,8 @@ const t5 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
10648
10657
|
clipRule: "evenodd"
|
|
10649
10658
|
}
|
|
10650
10659
|
)));
|
|
10651
|
-
|
|
10652
|
-
const
|
|
10660
|
+
w4.tags = ["cc", "credit card"];
|
|
10661
|
+
const x4 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
10653
10662
|
"path",
|
|
10654
10663
|
{
|
|
10655
10664
|
d: "M11.693 4.31a1.354 1.354 0 11-1.915-1.915L8.66 1.278a.451.451 0 00-.639 0L1.32 7.98a.451.451 0 000 .638l1.117 1.117a1.354 1.354 0 011.916 1.916l1.117 1.117a.451.451 0 00.638 0l6.703-6.703a.451.451 0 000-.639L11.693 4.31z",
|
|
@@ -10664,8 +10673,8 @@ const b4 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
10664
10673
|
fill: "currentColor"
|
|
10665
10674
|
}
|
|
10666
10675
|
)));
|
|
10667
|
-
|
|
10668
|
-
const
|
|
10676
|
+
x4.tags = ["coupon"];
|
|
10677
|
+
const E4 = p((e) => /* @__PURE__ */ n.createElement("svg", { width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 14 14", ...e }, /* @__PURE__ */ n.createElement(
|
|
10669
10678
|
"rect",
|
|
10670
10679
|
{
|
|
10671
10680
|
x: 2,
|
|
@@ -10698,7 +10707,7 @@ const w4 = p((e) => /* @__PURE__ */ n.createElement("svg", { width: 14, height:
|
|
|
10698
10707
|
strokeLinejoin: "round"
|
|
10699
10708
|
}
|
|
10700
10709
|
)));
|
|
10701
|
-
|
|
10710
|
+
E4.tags = ["checklist"];
|
|
10702
10711
|
const sa = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
10703
10712
|
"path",
|
|
10704
10713
|
{
|
|
@@ -10717,7 +10726,7 @@ const sa = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
10717
10726
|
}
|
|
10718
10727
|
)));
|
|
10719
10728
|
sa.tags = ["exclamation"];
|
|
10720
|
-
const
|
|
10729
|
+
const y4 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
10721
10730
|
"path",
|
|
10722
10731
|
{
|
|
10723
10732
|
d: "M12.798 6.815a5.972 5.972 0 01-5.893 5.984h-.006a5.805 5.805 0 01-5.888-5.717c-.006-.026-.006-.053-.006-.075L1 7.002a5.974 5.974 0 015.888-5.996v-.005a5.795 5.795 0 015.883 5.711v.07l.027.033zM6.91 7.475v-3.23",
|
|
@@ -10734,8 +10743,8 @@ const x4 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
10734
10743
|
strokeLinejoin: "round"
|
|
10735
10744
|
}
|
|
10736
10745
|
)));
|
|
10737
|
-
|
|
10738
|
-
const
|
|
10746
|
+
y4.tags = ["exclamation"];
|
|
10747
|
+
const C4 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement("path", { d: "M7 8.04V6.17", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ n.createElement("circle", { cx: 7, cy: 9.7, r: 0.5, fill: "currentColor" }), /* @__PURE__ */ n.createElement(
|
|
10739
10748
|
"path",
|
|
10740
10749
|
{
|
|
10741
10750
|
d: "M8.015 3.55l3.83 6.702a1.169 1.169 0 01-1.015 1.749H3.17c-.897 0-1.46-.97-1.014-1.749l3.83-6.702a1.168 1.168 0 012.029 0z",
|
|
@@ -10744,8 +10753,8 @@ const E4 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
10744
10753
|
strokeLinejoin: "round"
|
|
10745
10754
|
}
|
|
10746
10755
|
)));
|
|
10747
|
-
|
|
10748
|
-
const
|
|
10756
|
+
C4.tags = ["exclamation"];
|
|
10757
|
+
const I4 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
10749
10758
|
"path",
|
|
10750
10759
|
{
|
|
10751
10760
|
d: "M1.5 4.556v4.888A3.056 3.056 0 004.556 12.5h4.888A3.056 3.056 0 0012.5 9.444V4.556A3.056 3.056 0 009.444 1.5H4.556A3.056 3.056 0 001.5 4.556z",
|
|
@@ -10762,8 +10771,8 @@ const y4 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
10762
10771
|
strokeLinejoin: "round"
|
|
10763
10772
|
}
|
|
10764
10773
|
)));
|
|
10765
|
-
|
|
10766
|
-
const
|
|
10774
|
+
I4.tags = ["weight", "forms", "questionnaire"];
|
|
10775
|
+
const k4 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
10767
10776
|
"path",
|
|
10768
10777
|
{
|
|
10769
10778
|
d: "M6.998 9.363a1.443 1.443 0 100 2.887 1.443 1.443 0 000-2.887zM10.198 7.554a5.284 5.284 0 00-6.409 0M12.771 4.552a9.614 9.614 0 00-11.546-.001",
|
|
@@ -10772,8 +10781,8 @@ const C4 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
10772
10781
|
strokeLinejoin: "round"
|
|
10773
10782
|
}
|
|
10774
10783
|
)));
|
|
10775
|
-
|
|
10776
|
-
const
|
|
10784
|
+
k4.tags = ["private booking"];
|
|
10785
|
+
const A4 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 15, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
10777
10786
|
"path",
|
|
10778
10787
|
{
|
|
10779
10788
|
stroke: "currentColor",
|
|
@@ -10782,16 +10791,16 @@ const I4 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14
|
|
|
10782
10791
|
d: "M3.166 11h9M11.697 4.746l-5.709 5.708v0a.379.379 0 01-.193.104l-2.176.435v0a.38.38 0 01-.446-.447l.435-2.174v0a.383.383 0 01.104-.194L9.421 2.47v0a1.605 1.605 0 012.269 0l.007.007v0a1.606 1.606 0 010 2.27v0z"
|
|
10783
10792
|
}
|
|
10784
10793
|
)));
|
|
10785
|
-
|
|
10786
|
-
const
|
|
10794
|
+
A4.tags = ["pen", "waiver"];
|
|
10795
|
+
const L4 = p((e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 18, height: 18, viewBox: "0 0 30 30", ...e }, /* @__PURE__ */ n.createElement(
|
|
10787
10796
|
"path",
|
|
10788
10797
|
{
|
|
10789
10798
|
d: "M26.37,26l-8.795-12.822l0.015,0.012L25.52,4h-2.65l-6.46,7.48L11.28,4H4.33l8.211,11.971L12.54,15.97L3.88,26h2.65 l7.182-8.322L19.42,26H26.37z M10.23,6l12.34,18h-2.1L8.12,6H10.23z",
|
|
10790
10799
|
fill: "#000"
|
|
10791
10800
|
}
|
|
10792
10801
|
)));
|
|
10793
|
-
|
|
10794
|
-
const
|
|
10802
|
+
L4.tags = ["logo", "social media", "x"];
|
|
10803
|
+
const o5 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 18 18", width: 18, height: 18, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement("path", { d: "M9 16.882a5.5 5.5 0 100-11 5.5 5.5 0 000 11z", stroke: "currentColor" }), /* @__PURE__ */ n.createElement(
|
|
10795
10804
|
"mask",
|
|
10796
10805
|
{
|
|
10797
10806
|
id: "prefix__a",
|
|
@@ -10805,7 +10814,7 @@ const n5 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 18 18
|
|
|
10805
10814
|
height: 13
|
|
10806
10815
|
},
|
|
10807
10816
|
/* @__PURE__ */ n.createElement("path", { d: "M9 16.882a5.5 5.5 0 100-11 5.5 5.5 0 000 11z", fill: "#fff", stroke: "#fff" })
|
|
10808
|
-
), /* @__PURE__ */ n.createElement("g", { mask: "url(#prefix__a)", stroke: "currentColor" }, /* @__PURE__ */ n.createElement("path", { d: "M4 13l1.5-2 2 2M14 13.5l-3.5-4-5 6.5" })), /* @__PURE__ */ n.createElement("rect", { x: 4.5, y: 1.5, width: 9, height: 3, rx: 0.5, stroke: "currentColor" }), /* @__PURE__ */ n.createElement("circle", { cx: 7.5, cy: 3, r: 0.5, fill: "currentColor" }), /* @__PURE__ */ n.createElement("circle", { cx: 10.5, cy: 3, r: 0.5, fill: "currentColor" }))),
|
|
10817
|
+
), /* @__PURE__ */ n.createElement("g", { mask: "url(#prefix__a)", stroke: "currentColor" }, /* @__PURE__ */ n.createElement("path", { d: "M4 13l1.5-2 2 2M14 13.5l-3.5-4-5 6.5" })), /* @__PURE__ */ n.createElement("rect", { x: 4.5, y: 1.5, width: 9, height: 3, rx: 0.5, stroke: "currentColor" }), /* @__PURE__ */ n.createElement("circle", { cx: 7.5, cy: 3, r: 0.5, fill: "currentColor" }), /* @__PURE__ */ n.createElement("circle", { cx: 10.5, cy: 3, r: 0.5, fill: "currentColor" }))), M4 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 14 14", width: 14, height: 14, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
10809
10818
|
"path",
|
|
10810
10819
|
{
|
|
10811
10820
|
d: "M5.769 11.865h2.498M7.019 12v.5M5.768 10.268c0 .135.11.244.25.244h2-.006c.135 0 .25-.114.25-.25v-.424a4.29 4.29 0 003.244-4.083L11.5 5.75a4.377 4.377 0 00-4.503-4.248A4.369 4.369 0 002.5 5.745a4.288 4.288 0 003.248 4.078l.02.445z",
|
|
@@ -10814,281 +10823,282 @@ const n5 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 18 18
|
|
|
10814
10823
|
strokeLinejoin: "round"
|
|
10815
10824
|
}
|
|
10816
10825
|
)));
|
|
10817
|
-
|
|
10818
|
-
const
|
|
10826
|
+
M4.tags = ["nps", "net promoter score"];
|
|
10827
|
+
const N4 = p((e) => /* @__PURE__ */ n.createElement("svg", { viewBox: "0 0 18 18", width: 18, height: 18, fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ n.createElement(
|
|
10819
10828
|
"path",
|
|
10820
10829
|
{
|
|
10821
10830
|
d: "M10.575 10.738l3.18 1.03s.455.084.45.389c-.003.214-.138.458-.138.458l-1.344 1.938s-.24.201-.482.201-.52-.377-.52-.377l-1.7-2.864s-.192-.418.035-.648c.207-.211.519-.127.519-.127zm-.681-1.316c.162.279.612.198.612.198l3.173-.936s.433-.178.494-.414c.06-.237-.071-.523-.071-.523l-1.517-1.803s-.132-.228-.404-.25c-.301-.027-.486.34-.486.34L9.902 8.884c0-.001-.158.282-.008.54zm-1.5-1.11c.374-.093.434-.64.434-.64l-.025-4.56s-.057-.563-.307-.716c-.393-.24-.51-.115-.622-.098l-2.634.987s-.258.087-.393.304c-.192.308.195.759.195.759L7.78 8.116s.27.282.615.196zm-.65 1.845c.01-.352-.418-.563-.418-.563L4.494 8.15s-.42-.174-.624-.053c-.156.093-.294.262-.307.41L3.378 10.8s-.027.397.075.578c.144.256.62.078.62.078l3.306-.738c.128-.087.353-.095.365-.56zm.822 1.237c-.284-.147-.623.157-.623.157l-2.214 2.46s-.276.376-.206.607a.595.595 0 00.33.4l2.224.708s.27.056.474-.004c.29-.085.236-.542.236-.542l.05-3.33s-.011-.32-.27-.456z",
|
|
10822
10831
|
fill: "#000"
|
|
10823
10832
|
}
|
|
10824
10833
|
)));
|
|
10825
|
-
|
|
10834
|
+
N4.tags = ["logo", "social media", "review"];
|
|
10826
10835
|
export {
|
|
10827
|
-
|
|
10828
|
-
|
|
10829
|
-
|
|
10836
|
+
n3 as AccountIcon,
|
|
10837
|
+
r3 as AddNoteIcon,
|
|
10838
|
+
o3 as AddSquareIcon,
|
|
10830
10839
|
Co as Alert,
|
|
10831
|
-
|
|
10840
|
+
a3 as AmexIcon,
|
|
10832
10841
|
Fa as AnnounceIcon,
|
|
10833
|
-
|
|
10834
|
-
|
|
10835
|
-
|
|
10836
|
-
|
|
10837
|
-
|
|
10838
|
-
|
|
10839
|
-
|
|
10840
|
-
|
|
10841
|
-
|
|
10842
|
+
i3 as AppIcon,
|
|
10843
|
+
s3 as ArchiveIcon,
|
|
10844
|
+
t2 as ArrowCcwIcon,
|
|
10845
|
+
n2 as ArrowCwIcon,
|
|
10846
|
+
l3 as ArrowDownIcon,
|
|
10847
|
+
c3 as ArrowRightIcon,
|
|
10848
|
+
u3 as ArrowTopRightIcon,
|
|
10849
|
+
d3 as ArrowUpIcon,
|
|
10850
|
+
r2 as AtIcon,
|
|
10842
10851
|
Lo as Avatar,
|
|
10843
10852
|
La as Badge,
|
|
10844
|
-
|
|
10845
|
-
|
|
10846
|
-
|
|
10853
|
+
o2 as BalloonIcon,
|
|
10854
|
+
a2 as BankCheckIcon,
|
|
10855
|
+
i2 as BarGraphIcon,
|
|
10847
10856
|
ra as BaseChartOptions,
|
|
10848
10857
|
Io as BellIcon,
|
|
10849
|
-
|
|
10850
|
-
|
|
10851
|
-
|
|
10852
|
-
|
|
10858
|
+
s2 as BookIcon,
|
|
10859
|
+
l2 as BookmarkIcon,
|
|
10860
|
+
c2 as BoxIcon,
|
|
10861
|
+
bt as Breadcrumb,
|
|
10853
10862
|
Pe as Breakdown,
|
|
10854
|
-
|
|
10863
|
+
u2 as BriefcaseIcon,
|
|
10855
10864
|
Be as Button,
|
|
10856
|
-
|
|
10865
|
+
m3 as ButtonCodeIcon,
|
|
10857
10866
|
Fo as ButtonGroup,
|
|
10858
|
-
|
|
10859
|
-
|
|
10867
|
+
d2 as CakeIcon,
|
|
10868
|
+
m2 as CalendarDayIcon,
|
|
10860
10869
|
oa as CalendarIcon,
|
|
10861
|
-
|
|
10862
|
-
|
|
10863
|
-
|
|
10864
|
-
|
|
10865
|
-
|
|
10866
|
-
|
|
10867
|
-
|
|
10870
|
+
p2 as CalendarMonthIcon,
|
|
10871
|
+
g2 as CalendarWeekIcon,
|
|
10872
|
+
p3 as CapacityIcon,
|
|
10873
|
+
h2 as CardAltIcon,
|
|
10874
|
+
f2 as CardIcon,
|
|
10875
|
+
v2 as CartIcon,
|
|
10876
|
+
b2 as CashIcon,
|
|
10868
10877
|
fo as CheckIcon,
|
|
10869
10878
|
X1 as Checkbox,
|
|
10870
|
-
|
|
10871
|
-
|
|
10872
|
-
|
|
10879
|
+
w2 as CheckboxIcon,
|
|
10880
|
+
x2 as ChecklistIcon,
|
|
10881
|
+
E2 as ChevronDownIcon,
|
|
10873
10882
|
_1 as ChevronLeftIcon,
|
|
10874
10883
|
Yt as ChevronRightIcon,
|
|
10875
|
-
|
|
10876
|
-
|
|
10877
|
-
|
|
10878
|
-
|
|
10879
|
-
|
|
10880
|
-
|
|
10881
|
-
|
|
10882
|
-
|
|
10883
|
-
|
|
10884
|
-
|
|
10885
|
-
|
|
10886
|
-
|
|
10887
|
-
|
|
10888
|
-
|
|
10889
|
-
|
|
10890
|
-
|
|
10891
|
-
|
|
10892
|
-
|
|
10893
|
-
|
|
10894
|
-
|
|
10895
|
-
|
|
10884
|
+
y2 as ChevronUpIcon,
|
|
10885
|
+
C2 as ChipIcon,
|
|
10886
|
+
I2 as CircleCheckIcon,
|
|
10887
|
+
k2 as CircleCrossIcon,
|
|
10888
|
+
g3 as CircleCrossImage,
|
|
10889
|
+
h3 as CircleCrownIcon,
|
|
10890
|
+
A2 as CircleDollarIcon,
|
|
10891
|
+
f3 as CircleDotIcon,
|
|
10892
|
+
v3 as CircleInfinityIcon,
|
|
10893
|
+
b3 as CircleInfoIcon,
|
|
10894
|
+
w3 as CircleKeyIcon,
|
|
10895
|
+
L2 as CirclePauseIcon,
|
|
10896
|
+
x3 as CirclePlusIcon,
|
|
10897
|
+
E3 as CirclePlusImage,
|
|
10898
|
+
M2 as CircleSubtractIcon,
|
|
10899
|
+
N2 as ClipboardIcon,
|
|
10900
|
+
y3 as ClockAltIcon,
|
|
10901
|
+
C3 as ClockIcon,
|
|
10902
|
+
B2 as ClockManualIcon,
|
|
10903
|
+
et as CloseIcon,
|
|
10904
|
+
I3 as CollapseIcon,
|
|
10896
10905
|
Nc as ComboBox,
|
|
10897
|
-
|
|
10898
|
-
|
|
10899
|
-
|
|
10900
|
-
|
|
10901
|
-
|
|
10906
|
+
k3 as CommentAltIcon,
|
|
10907
|
+
A3 as CommentIcon,
|
|
10908
|
+
F2 as CompassIcon,
|
|
10909
|
+
L3 as ComputerImage,
|
|
10910
|
+
S2 as CopyIcon,
|
|
10902
10911
|
pn as Counter,
|
|
10903
|
-
|
|
10904
|
-
|
|
10905
|
-
|
|
10912
|
+
T2 as CouponIcon,
|
|
10913
|
+
V2 as CrmIcon,
|
|
10914
|
+
M3 as CrownIcon,
|
|
10906
10915
|
je as Currency,
|
|
10907
|
-
|
|
10916
|
+
N3 as DashboardIcon,
|
|
10908
10917
|
ur as DatePicker,
|
|
10909
10918
|
Zc as DatePickerPopover,
|
|
10910
|
-
|
|
10911
|
-
|
|
10912
|
-
|
|
10913
|
-
|
|
10914
|
-
|
|
10915
|
-
|
|
10919
|
+
R2 as DecreaseIcon,
|
|
10920
|
+
B3 as DepositIcon,
|
|
10921
|
+
G2 as DinersClubIcon,
|
|
10922
|
+
z2 as DisabledIcon,
|
|
10923
|
+
D2 as DiscoverIcon,
|
|
10924
|
+
F3 as DisputeIcon,
|
|
10916
10925
|
Xt as Dot,
|
|
10917
10926
|
Ba as DotProgress,
|
|
10918
|
-
|
|
10927
|
+
O2 as DoubleCheckIcon,
|
|
10919
10928
|
dr as DownArrowIcon,
|
|
10920
|
-
|
|
10929
|
+
H2 as DownloadIcon,
|
|
10921
10930
|
gn as Drawer,
|
|
10922
|
-
|
|
10923
|
-
|
|
10924
|
-
|
|
10925
|
-
|
|
10926
|
-
|
|
10927
|
-
|
|
10928
|
-
|
|
10929
|
-
|
|
10930
|
-
|
|
10931
|
-
|
|
10932
|
-
|
|
10933
|
-
|
|
10934
|
-
|
|
10935
|
-
|
|
10936
|
-
|
|
10937
|
-
|
|
10938
|
-
|
|
10939
|
-
|
|
10940
|
-
|
|
10941
|
-
|
|
10931
|
+
W2 as DropdownIcon,
|
|
10932
|
+
j2 as DumbbellIcon,
|
|
10933
|
+
P2 as DuplicateIcon,
|
|
10934
|
+
Z2 as DurationIcon,
|
|
10935
|
+
X2 as EditIcon,
|
|
10936
|
+
Y2 as EditNoteIcon,
|
|
10937
|
+
J2 as EllipsisIcon,
|
|
10938
|
+
U2 as EmailCheckedIcon,
|
|
10939
|
+
S3 as EmailIcon,
|
|
10940
|
+
Q2 as EmailResendIcon,
|
|
10941
|
+
_2 as EmptyChecklistIcon,
|
|
10942
|
+
T3 as EmvImage,
|
|
10943
|
+
q2 as EquipmentIcon,
|
|
10944
|
+
V3 as ExpediaImage,
|
|
10945
|
+
K2 as ExportIcon,
|
|
10946
|
+
$2 as EyeIcon,
|
|
10947
|
+
tu as FaceNeutralIcon,
|
|
10948
|
+
nu as FaceSadIcon,
|
|
10949
|
+
ru as FaceSmileIcon,
|
|
10950
|
+
eu as FacebookIcon,
|
|
10942
10951
|
ba as FadeIn,
|
|
10943
|
-
|
|
10944
|
-
|
|
10945
|
-
|
|
10946
|
-
|
|
10947
|
-
|
|
10948
|
-
|
|
10952
|
+
ou as FilterIcon,
|
|
10953
|
+
au as FlagIcon,
|
|
10954
|
+
iu as FlexFee2Icon,
|
|
10955
|
+
su as FlexFeeIcon,
|
|
10956
|
+
lu as FoodIcon,
|
|
10957
|
+
cu as ForkIcon,
|
|
10949
10958
|
fn as FormGroup,
|
|
10950
|
-
|
|
10951
|
-
|
|
10952
|
-
|
|
10953
|
-
|
|
10954
|
-
|
|
10955
|
-
|
|
10956
|
-
|
|
10957
|
-
|
|
10959
|
+
R3 as GiftIcon,
|
|
10960
|
+
G3 as GlobeIcon,
|
|
10961
|
+
uu as HandIcon,
|
|
10962
|
+
du as HandshakeIcon,
|
|
10963
|
+
nt as HeaderToolbar,
|
|
10964
|
+
mu as HelpCenterIcon,
|
|
10965
|
+
e3 as HistogramOptions,
|
|
10966
|
+
pu as HouseIcon,
|
|
10958
10967
|
aa as ImageIcon,
|
|
10959
10968
|
Yc as ImageUpload,
|
|
10960
|
-
|
|
10961
|
-
|
|
10969
|
+
z3 as InfinityIcon,
|
|
10970
|
+
q4 as InlineValuePopover,
|
|
10962
10971
|
Tt as Input,
|
|
10963
|
-
|
|
10964
|
-
|
|
10972
|
+
gu as InstagramIcon,
|
|
10973
|
+
hu as InvoiceIcon,
|
|
10965
10974
|
De as Key,
|
|
10966
|
-
|
|
10967
|
-
|
|
10975
|
+
D3 as KeyIcon,
|
|
10976
|
+
O3 as KioskIcon,
|
|
10968
10977
|
An as Label,
|
|
10969
|
-
|
|
10970
|
-
|
|
10971
|
-
|
|
10978
|
+
fu as LightIcon,
|
|
10979
|
+
H3 as LinkIcon,
|
|
10980
|
+
W3 as LockIcon,
|
|
10972
10981
|
Gc as Login,
|
|
10973
10982
|
St as Logo,
|
|
10974
|
-
|
|
10975
|
-
|
|
10976
|
-
|
|
10977
|
-
|
|
10978
|
-
|
|
10979
|
-
|
|
10980
|
-
|
|
10981
|
-
|
|
10982
|
-
|
|
10983
|
-
|
|
10983
|
+
vu as LogoutIcon,
|
|
10984
|
+
bu as MaestroIcon,
|
|
10985
|
+
wu as MagicIcon,
|
|
10986
|
+
xu as MasterCardIcon,
|
|
10987
|
+
Eu as MedicalIcon,
|
|
10988
|
+
yu as MegaphoneIcon,
|
|
10989
|
+
Cu as MenuIcon,
|
|
10990
|
+
Iu as MinusIcon,
|
|
10991
|
+
j3 as MixedChecklistIcon,
|
|
10992
|
+
ku as MobileIcon,
|
|
10984
10993
|
Jt as Modal,
|
|
10985
|
-
|
|
10986
|
-
|
|
10987
|
-
|
|
10988
|
-
|
|
10989
|
-
|
|
10990
|
-
|
|
10991
|
-
|
|
10992
|
-
|
|
10993
|
-
|
|
10994
|
-
|
|
10995
|
-
|
|
10996
|
-
|
|
10997
|
-
|
|
10998
|
-
|
|
10999
|
-
|
|
11000
|
-
|
|
11001
|
-
|
|
11002
|
-
|
|
10994
|
+
Au as MoneyAddIcon,
|
|
10995
|
+
Lu as MoneyBackIcon,
|
|
10996
|
+
Mu as MoneyIcon,
|
|
10997
|
+
Nu as MountainIcon,
|
|
10998
|
+
Bu as MouseIcon,
|
|
10999
|
+
qc as Number,
|
|
11000
|
+
Fu as PassIcon,
|
|
11001
|
+
Su as PenIcon,
|
|
11002
|
+
Qc as Phone,
|
|
11003
|
+
Tu as PhoneIcon,
|
|
11004
|
+
Vu as PhotosIcon,
|
|
11005
|
+
t3 as PieOptions,
|
|
11006
|
+
Ru as PiggyBankIcon,
|
|
11007
|
+
Gu as PinIcon,
|
|
11008
|
+
zu as PipeIcon,
|
|
11009
|
+
Du as PlayIcon,
|
|
11010
|
+
Ou as PlusIcon,
|
|
11011
|
+
Hu as PolicyIcon,
|
|
11003
11012
|
ke as Popover,
|
|
11004
11013
|
Ft as PopoverList,
|
|
11005
|
-
|
|
11006
|
-
|
|
11007
|
-
|
|
11008
|
-
|
|
11009
|
-
|
|
11014
|
+
P3 as PrintIcon,
|
|
11015
|
+
Wu as ProductsIcon,
|
|
11016
|
+
U4 as Provider,
|
|
11017
|
+
ju as QuestionIcon,
|
|
11018
|
+
Z3 as QuestionnaireIcon,
|
|
11010
11019
|
Sc as RangeSlider,
|
|
11011
|
-
|
|
11012
|
-
|
|
11013
|
-
|
|
11014
|
-
|
|
11020
|
+
X3 as ReceiptIcon,
|
|
11021
|
+
Pu as ReceptionBellIcon,
|
|
11022
|
+
Zu as ReceptionBellMoneyIcon,
|
|
11023
|
+
Xu as RefreshIcon,
|
|
11015
11024
|
K1 as RelativeDateRange,
|
|
11016
|
-
|
|
11017
|
-
|
|
11018
|
-
|
|
11025
|
+
Y3 as RosterIcon,
|
|
11026
|
+
J3 as RoundedSquareIcon,
|
|
11027
|
+
Yu as RulerIcon,
|
|
11019
11028
|
Oo as Search,
|
|
11020
|
-
|
|
11029
|
+
Ju as SearchAltIcon,
|
|
11021
11030
|
Do as SearchIcon,
|
|
11022
11031
|
Vt as Select,
|
|
11023
|
-
|
|
11024
|
-
|
|
11025
|
-
|
|
11026
|
-
|
|
11027
|
-
|
|
11028
|
-
|
|
11029
|
-
|
|
11030
|
-
|
|
11031
|
-
|
|
11032
|
-
|
|
11032
|
+
Uu as SendIcon,
|
|
11033
|
+
Qu as SeniorIcon,
|
|
11034
|
+
_u as SeniorV2Icon,
|
|
11035
|
+
qu as SeniorV3Icon,
|
|
11036
|
+
U3 as ServiceIcon,
|
|
11037
|
+
Q3 as SettingsIcon,
|
|
11038
|
+
_3 as ShapesIcon,
|
|
11039
|
+
q3 as ShareIcon,
|
|
11040
|
+
K3 as ShirtIcon,
|
|
11041
|
+
Ku as ShoppingBagIcon,
|
|
11033
11042
|
Re as Sidebar,
|
|
11034
11043
|
Rc as Skeleton,
|
|
11035
11044
|
wa as SlideDown,
|
|
11036
|
-
|
|
11045
|
+
$u as SnapchatIcon,
|
|
11037
11046
|
Zt as Spinner,
|
|
11038
|
-
|
|
11039
|
-
|
|
11040
|
-
|
|
11041
|
-
|
|
11042
|
-
|
|
11047
|
+
$3 as SplitPaymentIcon,
|
|
11048
|
+
e4 as StackIcon,
|
|
11049
|
+
t4 as StarFilledIcon,
|
|
11050
|
+
n4 as StarIcon,
|
|
11051
|
+
e5 as StoreCreditIcon,
|
|
11043
11052
|
mn as SubmitButton,
|
|
11044
11053
|
Je as Switch,
|
|
11045
11054
|
ce as Table,
|
|
11046
|
-
|
|
11055
|
+
ht as Tabs,
|
|
11047
11056
|
Ma as Tag,
|
|
11048
|
-
|
|
11057
|
+
r4 as TaxIcon,
|
|
11049
11058
|
_i as Textarea,
|
|
11050
|
-
|
|
11051
|
-
|
|
11052
|
-
|
|
11053
|
-
|
|
11059
|
+
o4 as ThumbsDownIcon,
|
|
11060
|
+
a4 as ThumbsUpIcon,
|
|
11061
|
+
i4 as TicketIcon,
|
|
11062
|
+
s4 as TikTokIcon,
|
|
11054
11063
|
ka as ToggleButton,
|
|
11055
11064
|
On as Tooltip,
|
|
11056
|
-
|
|
11065
|
+
l4 as TransferArrowIcon,
|
|
11057
11066
|
ia as TrashIcon,
|
|
11058
|
-
|
|
11059
|
-
|
|
11060
|
-
|
|
11061
|
-
|
|
11062
|
-
|
|
11063
|
-
|
|
11064
|
-
|
|
11065
|
-
|
|
11066
|
-
|
|
11067
|
-
|
|
11068
|
-
|
|
11069
|
-
|
|
11070
|
-
|
|
11071
|
-
|
|
11072
|
-
|
|
11073
|
-
|
|
11067
|
+
c4 as TripadvisorIcon,
|
|
11068
|
+
u4 as TutorialsBadgeIcon,
|
|
11069
|
+
d4 as TutorialsButtonIcon,
|
|
11070
|
+
m4 as TutorialsSquareIcon,
|
|
11071
|
+
p4 as TwitterIcon,
|
|
11072
|
+
t5 as UnlinkIcon,
|
|
11073
|
+
g4 as UserAddIcon,
|
|
11074
|
+
h4 as UserChangedIcon,
|
|
11075
|
+
f4 as UserIcon,
|
|
11076
|
+
v4 as UserSubtractIcon,
|
|
11077
|
+
n5 as VerifoneImage,
|
|
11078
|
+
b4 as VeteranIcon,
|
|
11079
|
+
r5 as ViewNotesIcon,
|
|
11080
|
+
w4 as VisaIcon,
|
|
11081
|
+
x4 as VoucherIcon,
|
|
11082
|
+
E4 as WaitlistIcon,
|
|
11074
11083
|
sa as WarningDiamondIcon,
|
|
11075
|
-
|
|
11076
|
-
|
|
11077
|
-
|
|
11078
|
-
|
|
11079
|
-
|
|
11080
|
-
|
|
11081
|
-
|
|
11082
|
-
|
|
11083
|
-
|
|
11084
|
+
y4 as WarningIcon,
|
|
11085
|
+
C4 as WarningTriangleIcon,
|
|
11086
|
+
I4 as WeightIcon,
|
|
11087
|
+
k4 as WifiIcon,
|
|
11088
|
+
A4 as WriteIcon,
|
|
11089
|
+
L4 as XIcon,
|
|
11090
|
+
o5 as XolaBotIcon,
|
|
11091
|
+
$4 as XolaLogo,
|
|
11092
|
+
K4 as XolaLogoCircle,
|
|
11084
11093
|
ko as XolaLogoSimple,
|
|
11085
|
-
|
|
11086
|
-
|
|
11094
|
+
M4 as XrayIcon,
|
|
11095
|
+
N4 as YelpIcon,
|
|
11087
11096
|
Wo as almostZero,
|
|
11088
|
-
|
|
11097
|
+
_4 as dateFromObjectId,
|
|
11089
11098
|
uo as flash,
|
|
11090
11099
|
Pc as formatDate,
|
|
11091
|
-
|
|
11100
|
+
Uc as formatPhoneNumber,
|
|
11101
|
+
Q4 as formatTime,
|
|
11092
11102
|
Ui as getSymbol,
|
|
11093
11103
|
kt as isOSX,
|
|
11094
11104
|
Jn as isZeroDecimal,
|