meticulous-ui 1.0.33 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/Icons/ContactDetailsFilled/ContactDetailsFilled.js +18 -0
- package/components/Icons/ContactDetailsOutline/ContactDetailsOutline.js +18 -0
- package/components/Icons/DetailsOutline/DetailsOutline.js +18 -0
- package/components/Icons/ExitArrowInOutline/ExitArrowInOutline.js +27 -0
- package/components/Icons/ExitArrowOutOutline/ExitArrowOutOutline.js +27 -0
- package/components/Icons/LockClosedFilled/LockClosedFilled.js +26 -0
- package/components/Icons/LockClosedOutline/LockClosedOutline.js +30 -0
- package/components/Icons/LockOpenFilled/LockOpenFilled.js +26 -0
- package/components/Icons/LockOpenOutline/LockOpenOutline.js +38 -0
- package/components/Icons/ShieldCheckFilled/ShieldCheckFilled.js +26 -0
- package/components/Icons/ShieldCheckOutline/ShieldCheckOutline.js +37 -0
- package/components/Icons/ShieldCrossFilled/ShieldCrossFilled.js +26 -0
- package/components/Icons/ShieldCrossOutline/ShieldCrossOutline.js +28 -0
- package/components/Icons/ShieldWarningFilled/ShieldWarningFilled.js +26 -0
- package/components/Icons/ShieldWarningOutline/ShieldWarningOutline.js +29 -0
- package/components/Icons/WalletFilled/WalletFilled.js +18 -0
- package/components/Icons/WalletOutline/WalletOutline.js +18 -0
- package/components/Icons/index.js +164 -130
- package/package.json +1 -1
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { j as t } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
import s from "../../../colors/grey.js";
|
|
3
|
+
const a = ({ color: l = s.m500, size: e = 24, ...i }) => /* @__PURE__ */ t.jsx(
|
|
4
|
+
"svg",
|
|
5
|
+
{
|
|
6
|
+
viewBox: "0 0 512 512",
|
|
7
|
+
width: e,
|
|
8
|
+
height: e,
|
|
9
|
+
fill: "none",
|
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
+
"aria-label": "Contact Details Filled",
|
|
12
|
+
...i,
|
|
13
|
+
children: /* @__PURE__ */ t.jsx("g", { stroke: l, strokeWidth: "1", fill: l, fillRule: "evenodd", children: /* @__PURE__ */ t.jsx("g", { fill: l, transform: "translate(42.667 85.333)", children: /* @__PURE__ */ t.jsx("path", { d: "M426.667 0v341.333H0V0zm-64 213.333h-128v32h128zm-237.334-57.6h-16c-30.928 0-56 25.6-56 57.6h128c0-32-25.173-57.6-56-57.6m237.334-6.4h-128v32h128zM117.333 78.626c-15.464 0-28 12.536-28 28s12.536 28 28 28 28-12.536 28-28-12.536-28-28-28m245.334 6.707h-128v32h128z" }) }) })
|
|
14
|
+
}
|
|
15
|
+
);
|
|
16
|
+
export {
|
|
17
|
+
a as default
|
|
18
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { j as t } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
import s from "../../../colors/grey.js";
|
|
3
|
+
const a = ({ color: e = s.m500, size: l = 24, ...i }) => /* @__PURE__ */ t.jsx(
|
|
4
|
+
"svg",
|
|
5
|
+
{
|
|
6
|
+
viewBox: "0 0 512 512",
|
|
7
|
+
width: l,
|
|
8
|
+
height: l,
|
|
9
|
+
fill: "none",
|
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
+
"aria-label": "Contact Details Outline",
|
|
12
|
+
...i,
|
|
13
|
+
children: /* @__PURE__ */ t.jsx("g", { stroke: e, strokeWidth: "1", fill: e, fillRule: "evenodd", children: /* @__PURE__ */ t.jsx("g", { fill: e, transform: "translate(42.667 85.333)", children: /* @__PURE__ */ t.jsx("path", { d: "M426.667 0v341.333H0V0zM384 42.667H42.667v256H384zm-42.667 170.666v32H234.667v-32zm-194.666-57.6c30.826 0 56 25.6 56 57.6h-128c0-32 25.072-57.6 56-57.6zm194.666-6.4v32H234.667v-32zM138.667 78.626c15.464 0 28 12.536 28 28s-12.536 28-28 28-28-12.536-28-28 12.536-28 28-28m202.666 6.707v32H234.667v-32z" }) }) })
|
|
14
|
+
}
|
|
15
|
+
);
|
|
16
|
+
export {
|
|
17
|
+
a as default
|
|
18
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { j as t } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
import s from "../../../colors/grey.js";
|
|
3
|
+
const a = ({ color: e = s.m500, size: l = 24, ...i }) => /* @__PURE__ */ t.jsx(
|
|
4
|
+
"svg",
|
|
5
|
+
{
|
|
6
|
+
viewBox: "0 0 512 512",
|
|
7
|
+
width: l,
|
|
8
|
+
height: l,
|
|
9
|
+
fill: "none",
|
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
+
"aria-label": "Details Outline",
|
|
12
|
+
...i,
|
|
13
|
+
children: /* @__PURE__ */ t.jsx("g", { stroke: e, strokeWidth: "1", fill: e, fillRule: "evenodd", children: /* @__PURE__ */ t.jsx("g", { fill: e, transform: "translate(64 64)", children: /* @__PURE__ */ t.jsx("path", { d: "M384 64v320H64V64zm-42.667 42.667H106.667v234.666h234.666zM320 0v42.667l-277.334-.001V320H0V0zm-21.333 234.667v42.666H149.333v-42.666zm0-85.334V192H149.333v-42.667z" }) }) })
|
|
14
|
+
}
|
|
15
|
+
);
|
|
16
|
+
export {
|
|
17
|
+
a as default
|
|
18
|
+
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { j as r } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
import i from "../../../colors/grey.js";
|
|
3
|
+
const m = ({ color: o = i.m500, size: t = 24, ...e }) => /* @__PURE__ */ r.jsx(
|
|
4
|
+
"svg",
|
|
5
|
+
{
|
|
6
|
+
viewBox: "0 0 24 24",
|
|
7
|
+
width: t,
|
|
8
|
+
height: t,
|
|
9
|
+
fill: "none",
|
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
+
"aria-label": "Exit Arrow In Outline",
|
|
12
|
+
...e,
|
|
13
|
+
children: /* @__PURE__ */ r.jsx("g", { children: /* @__PURE__ */ r.jsx(
|
|
14
|
+
"path",
|
|
15
|
+
{
|
|
16
|
+
d: "m12 15 3-3m0 0-3-3m3 3H4m0-4.752V7.2c0-1.12 0-1.68.218-2.108.192-.377.497-.682.874-.874C5.52 4 6.08 4 7.2 4h9.6c1.12 0 1.68 0 2.107.218.377.192.683.497.875.874.218.427.218.987.218 2.105v9.607c0 1.118 0 1.677-.218 2.104a2 2 0 0 1-.875.874c-.427.218-.986.218-2.104.218H7.197c-1.118 0-1.678 0-2.105-.218a2 2 0 0 1-.874-.874C4 18.48 4 17.92 4 16.8v-.05",
|
|
17
|
+
stroke: o,
|
|
18
|
+
strokeWidth: "2",
|
|
19
|
+
strokeLinecap: "round",
|
|
20
|
+
strokeLinejoin: "round"
|
|
21
|
+
}
|
|
22
|
+
) })
|
|
23
|
+
}
|
|
24
|
+
);
|
|
25
|
+
export {
|
|
26
|
+
m as default
|
|
27
|
+
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { j as r } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
import i from "../../../colors/grey.js";
|
|
3
|
+
const a = ({ color: o = i.m500, size: t = 24, ...e }) => /* @__PURE__ */ r.jsx(
|
|
4
|
+
"svg",
|
|
5
|
+
{
|
|
6
|
+
viewBox: "0 0 24 24",
|
|
7
|
+
width: t,
|
|
8
|
+
height: t,
|
|
9
|
+
fill: "none",
|
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
+
"aria-label": "Exit Arrow Out Outline",
|
|
12
|
+
...e,
|
|
13
|
+
children: /* @__PURE__ */ r.jsx(
|
|
14
|
+
"path",
|
|
15
|
+
{
|
|
16
|
+
d: "M14 7.636V4.5a.5.5 0 0 0-.5-.5h-9a.5.5 0 0 0-.5.5v15a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-3.136M10 12h11m0 0-3-3.5m3 3.5-3 3.5",
|
|
17
|
+
stroke: o,
|
|
18
|
+
strokeWidth: "2",
|
|
19
|
+
strokeLinecap: "round",
|
|
20
|
+
strokeLinejoin: "round"
|
|
21
|
+
}
|
|
22
|
+
)
|
|
23
|
+
}
|
|
24
|
+
);
|
|
25
|
+
export {
|
|
26
|
+
a as default
|
|
27
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { j as e } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
import d from "../../../colors/grey.js";
|
|
3
|
+
const r = ({ color: o = d.m500, size: l = 24, ...i }) => /* @__PURE__ */ e.jsx(
|
|
4
|
+
"svg",
|
|
5
|
+
{
|
|
6
|
+
viewBox: "0 0 16 16",
|
|
7
|
+
width: l,
|
|
8
|
+
height: l,
|
|
9
|
+
fill: "none",
|
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
+
"aria-label": "Lock Closed Filled",
|
|
12
|
+
...i,
|
|
13
|
+
children: /* @__PURE__ */ e.jsx(
|
|
14
|
+
"path",
|
|
15
|
+
{
|
|
16
|
+
fillRule: "evenodd",
|
|
17
|
+
clipRule: "evenodd",
|
|
18
|
+
d: "M4 6V4a4 4 0 1 1 8 0v2h2v10H2V6zm2-2a2 2 0 1 1 4 0v2H6zm1 9V9h2v4z",
|
|
19
|
+
fill: o
|
|
20
|
+
}
|
|
21
|
+
)
|
|
22
|
+
}
|
|
23
|
+
);
|
|
24
|
+
export {
|
|
25
|
+
r as default
|
|
26
|
+
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { j as e } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
import r from "../../../colors/grey.js";
|
|
3
|
+
const a = ({ color: t = r.m500, size: s = 24, ...o }) => /* @__PURE__ */ e.jsxs(
|
|
4
|
+
"svg",
|
|
5
|
+
{
|
|
6
|
+
viewBox: "0 0 24 24",
|
|
7
|
+
width: s,
|
|
8
|
+
height: s,
|
|
9
|
+
fill: "none",
|
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
+
"aria-label": "Lock Closed Outline",
|
|
12
|
+
...o,
|
|
13
|
+
children: [
|
|
14
|
+
/* @__PURE__ */ e.jsx("rect", { fill: t }),
|
|
15
|
+
/* @__PURE__ */ e.jsx(
|
|
16
|
+
"path",
|
|
17
|
+
{
|
|
18
|
+
d: "M6 19v-8a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1Z",
|
|
19
|
+
stroke: t,
|
|
20
|
+
strokeLinejoin: "round"
|
|
21
|
+
}
|
|
22
|
+
),
|
|
23
|
+
/* @__PURE__ */ e.jsx("circle", { cx: "12", cy: "15", r: "2", stroke: t, strokeLinejoin: "round" }),
|
|
24
|
+
/* @__PURE__ */ e.jsx("path", { d: "M8 10V8a4 4 0 1 1 8 0v2z", stroke: t, strokeLinejoin: "round" })
|
|
25
|
+
]
|
|
26
|
+
}
|
|
27
|
+
);
|
|
28
|
+
export {
|
|
29
|
+
a as default
|
|
30
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { j as l } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
import t from "../../../colors/grey.js";
|
|
3
|
+
const n = ({ color: o = t.m500, size: e = 24, ...i }) => /* @__PURE__ */ l.jsx(
|
|
4
|
+
"svg",
|
|
5
|
+
{
|
|
6
|
+
viewBox: "0 0 16 16",
|
|
7
|
+
width: e,
|
|
8
|
+
height: e,
|
|
9
|
+
fill: "none",
|
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
+
"aria-label": "Lock Open Filled",
|
|
12
|
+
...i,
|
|
13
|
+
children: /* @__PURE__ */ l.jsx(
|
|
14
|
+
"path",
|
|
15
|
+
{
|
|
16
|
+
fillRule: "evenodd",
|
|
17
|
+
clipRule: "evenodd",
|
|
18
|
+
d: "M11.5 2A1.5 1.5 0 0 0 10 3.5V6h3v10H1V6h7V3.5a3.5 3.5 0 1 1 7 0V4h-2v-.5A1.5 1.5 0 0 0 11.5 2M9 10H5v2h4z",
|
|
19
|
+
fill: o
|
|
20
|
+
}
|
|
21
|
+
)
|
|
22
|
+
}
|
|
23
|
+
);
|
|
24
|
+
export {
|
|
25
|
+
n as default
|
|
26
|
+
};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { j as e } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
import o from "../../../colors/grey.js";
|
|
3
|
+
const a = ({ color: t = o.m500, size: n = 24, ...r }) => /* @__PURE__ */ e.jsxs(
|
|
4
|
+
"svg",
|
|
5
|
+
{
|
|
6
|
+
viewBox: "0 0 24 24",
|
|
7
|
+
width: n,
|
|
8
|
+
height: n,
|
|
9
|
+
fill: "none",
|
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
+
"aria-label": "Lock Open Outline",
|
|
12
|
+
...r,
|
|
13
|
+
children: [
|
|
14
|
+
/* @__PURE__ */ e.jsx("rect", { fill: t }),
|
|
15
|
+
/* @__PURE__ */ e.jsx(
|
|
16
|
+
"path",
|
|
17
|
+
{
|
|
18
|
+
d: "M6 19v-8a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1Z",
|
|
19
|
+
stroke: t,
|
|
20
|
+
strokeLinejoin: "round"
|
|
21
|
+
}
|
|
22
|
+
),
|
|
23
|
+
/* @__PURE__ */ e.jsx("circle", { cx: "12", cy: "15", r: "2", stroke: t, strokeLinejoin: "round" }),
|
|
24
|
+
/* @__PURE__ */ e.jsx(
|
|
25
|
+
"path",
|
|
26
|
+
{
|
|
27
|
+
d: "M16 10V6.5A2.5 2.5 0 0 1 18.5 4v0A2.5 2.5 0 0 1 21 6.5V10",
|
|
28
|
+
stroke: t,
|
|
29
|
+
strokeLinecap: "round",
|
|
30
|
+
strokeLinejoin: "round"
|
|
31
|
+
}
|
|
32
|
+
)
|
|
33
|
+
]
|
|
34
|
+
}
|
|
35
|
+
);
|
|
36
|
+
export {
|
|
37
|
+
a as default
|
|
38
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { j as e } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
import o from "../../../colors/grey.js";
|
|
3
|
+
const h = ({ color: i = o.m500, size: l = 24, ...d }) => /* @__PURE__ */ e.jsx(
|
|
4
|
+
"svg",
|
|
5
|
+
{
|
|
6
|
+
viewBox: "0 0 24 24",
|
|
7
|
+
width: l,
|
|
8
|
+
height: l,
|
|
9
|
+
fill: "none",
|
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
+
"aria-label": "Shield Check Filled",
|
|
12
|
+
...d,
|
|
13
|
+
children: /* @__PURE__ */ e.jsx(
|
|
14
|
+
"path",
|
|
15
|
+
{
|
|
16
|
+
fillRule: "evenodd",
|
|
17
|
+
clipRule: "evenodd",
|
|
18
|
+
d: "M3.378 5.082C3 5.62 3 7.22 3 10.417v1.574c0 5.638 4.239 8.375 6.899 9.536.721.315 1.082.473 2.101.473 1.02 0 1.38-.158 2.101-.473C16.761 20.365 21 17.63 21 11.991v-1.574c0-3.198 0-4.797-.378-5.335-.377-.537-1.88-1.052-4.887-2.081l-.573-.196C13.595 2.268 12.812 2 12 2s-1.595.268-3.162.805L8.265 3C5.258 4.03 3.755 4.545 3.378 5.082M15.06 10.5a.75.75 0 0 0-1.12-.999l-3.011 3.374-.87-.974a.75.75 0 0 0-1.118 1l1.428 1.6a.75.75 0 0 0 1.119 0z",
|
|
19
|
+
fill: i
|
|
20
|
+
}
|
|
21
|
+
)
|
|
22
|
+
}
|
|
23
|
+
);
|
|
24
|
+
export {
|
|
25
|
+
h as default
|
|
26
|
+
};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { j as t } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
import o from "../../../colors/grey.js";
|
|
3
|
+
const n = ({ color: e = o.m500, size: s = 24, ...i }) => /* @__PURE__ */ t.jsxs(
|
|
4
|
+
"svg",
|
|
5
|
+
{
|
|
6
|
+
viewBox: "0 0 24 24",
|
|
7
|
+
width: s,
|
|
8
|
+
height: s,
|
|
9
|
+
fill: "none",
|
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
+
"aria-label": "Shield Check Outline",
|
|
12
|
+
...i,
|
|
13
|
+
children: [
|
|
14
|
+
/* @__PURE__ */ t.jsx(
|
|
15
|
+
"path",
|
|
16
|
+
{
|
|
17
|
+
d: "M3 10.417c0-3.198 0-4.797.378-5.335.377-.537 1.88-1.052 4.887-2.081l.573-.196C10.405 2.268 11.188 2 12 2s1.595.268 3.162.805l.573.196c3.007 1.029 4.51 1.544 4.887 2.081C21 5.62 21 7.22 21 10.417v1.574c0 5.638-4.239 8.375-6.899 9.536C13.38 21.842 13.02 22 12 22c-1.02 0-1.38-.158-2.101-.473C7.239 20.365 3 17.63 3 11.991z",
|
|
18
|
+
stroke: e,
|
|
19
|
+
strokeWidth: "1.5"
|
|
20
|
+
}
|
|
21
|
+
),
|
|
22
|
+
/* @__PURE__ */ t.jsx(
|
|
23
|
+
"path",
|
|
24
|
+
{
|
|
25
|
+
d: "m9.5 12.4 1.429 1.6 3.571-4",
|
|
26
|
+
stroke: e,
|
|
27
|
+
strokeWidth: "1.5",
|
|
28
|
+
strokeLinecap: "round",
|
|
29
|
+
strokeLinejoin: "round"
|
|
30
|
+
}
|
|
31
|
+
)
|
|
32
|
+
]
|
|
33
|
+
}
|
|
34
|
+
);
|
|
35
|
+
export {
|
|
36
|
+
n as default
|
|
37
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { j as e } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
import s from "../../../colors/grey.js";
|
|
3
|
+
const t = ({ color: i = s.m500, size: l = 24, ...o }) => /* @__PURE__ */ e.jsx(
|
|
4
|
+
"svg",
|
|
5
|
+
{
|
|
6
|
+
viewBox: "0 0 24 24",
|
|
7
|
+
width: l,
|
|
8
|
+
height: l,
|
|
9
|
+
fill: "none",
|
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
+
"aria-label": "Shield Cross Filled",
|
|
12
|
+
...o,
|
|
13
|
+
children: /* @__PURE__ */ e.jsx(
|
|
14
|
+
"path",
|
|
15
|
+
{
|
|
16
|
+
fillRule: "evenodd",
|
|
17
|
+
clipRule: "evenodd",
|
|
18
|
+
d: "M3.378 5.082C3 5.62 3 7.22 3 10.417v1.574c0 5.638 4.239 8.375 6.899 9.536.721.315 1.082.473 2.101.473 1.02 0 1.38-.158 2.101-.473C16.761 20.365 21 17.63 21 11.991v-1.574c0-3.198 0-4.797-.378-5.335-.377-.537-1.88-1.052-4.887-2.081l-.573-.196C13.595 2.268 12.812 2 12 2s-1.595.268-3.162.805L8.265 3C5.258 4.03 3.755 4.545 3.378 5.082M10.03 8.97a.75.75 0 1 0-1.06 1.06L10.94 12l-1.97 1.97a.75.75 0 1 0 1.06 1.06L12 13.06l1.97 1.97a.75.75 0 0 0 1.06-1.06L13.06 12l1.97-1.97a.75.75 0 1 0-1.06-1.06L12 10.94z",
|
|
19
|
+
fill: i
|
|
20
|
+
}
|
|
21
|
+
)
|
|
22
|
+
}
|
|
23
|
+
);
|
|
24
|
+
export {
|
|
25
|
+
t as default
|
|
26
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { j as t } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
import o from "../../../colors/grey.js";
|
|
3
|
+
const h = ({ color: s = o.m500, size: e = 24, ...r }) => /* @__PURE__ */ t.jsxs(
|
|
4
|
+
"svg",
|
|
5
|
+
{
|
|
6
|
+
viewBox: "0 0 24 24",
|
|
7
|
+
width: e,
|
|
8
|
+
height: e,
|
|
9
|
+
fill: "none",
|
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
+
"aria-label": "Shield Cross Outline",
|
|
12
|
+
...r,
|
|
13
|
+
children: [
|
|
14
|
+
/* @__PURE__ */ t.jsx(
|
|
15
|
+
"path",
|
|
16
|
+
{
|
|
17
|
+
d: "M3 10.417c0-3.198 0-4.797.378-5.335.377-.537 1.88-1.052 4.887-2.081l.573-.196C10.405 2.268 11.188 2 12 2s1.595.268 3.162.805l.573.196c3.007 1.029 4.51 1.544 4.887 2.081C21 5.62 21 7.22 21 10.417v1.574c0 5.638-4.239 8.375-6.899 9.536C13.38 21.842 13.02 22 12 22c-1.02 0-1.38-.158-2.101-.473C7.239 20.365 3 17.63 3 11.991z",
|
|
18
|
+
stroke: s,
|
|
19
|
+
strokeWidth: "1.5"
|
|
20
|
+
}
|
|
21
|
+
),
|
|
22
|
+
/* @__PURE__ */ t.jsx("path", { d: "m14.5 9.5-5 5m0-5 5 5", stroke: s, strokeWidth: "1.5", strokeLinecap: "round" })
|
|
23
|
+
]
|
|
24
|
+
}
|
|
25
|
+
);
|
|
26
|
+
export {
|
|
27
|
+
h as default
|
|
28
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { j as e } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
import d from "../../../colors/grey.js";
|
|
3
|
+
const r = ({ color: i = d.m500, size: l = 24, ...a }) => /* @__PURE__ */ e.jsx(
|
|
4
|
+
"svg",
|
|
5
|
+
{
|
|
6
|
+
viewBox: "0 0 24 24",
|
|
7
|
+
width: l,
|
|
8
|
+
height: l,
|
|
9
|
+
fill: "none",
|
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
+
"aria-label": "Shield Warning Filled",
|
|
12
|
+
...a,
|
|
13
|
+
children: /* @__PURE__ */ e.jsx(
|
|
14
|
+
"path",
|
|
15
|
+
{
|
|
16
|
+
fillRule: "evenodd",
|
|
17
|
+
clipRule: "evenodd",
|
|
18
|
+
d: "M3 10.417c0-3.198 0-4.797.378-5.335.377-.537 1.88-1.052 4.887-2.081l.573-.196C10.405 2.268 11.188 2 12 2s1.595.268 3.162.805l.573.196c3.007 1.029 4.51 1.544 4.887 2.081C21 5.62 21 7.22 21 10.417v1.574c0 5.638-4.239 8.375-6.899 9.536C13.38 21.842 13.02 22 12 22c-1.02 0-1.38-.158-2.101-.473C7.239 20.365 3 17.63 3 11.991zm9-3.167a.75.75 0 0 1 .75.75v4a.75.75 0 0 1-1.5 0V8a.75.75 0 0 1 .75-.75M12 16a1 1 0 1 0 0-2 1 1 0 0 0 0 2",
|
|
19
|
+
fill: i
|
|
20
|
+
}
|
|
21
|
+
)
|
|
22
|
+
}
|
|
23
|
+
);
|
|
24
|
+
export {
|
|
25
|
+
r as default
|
|
26
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { j as t } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
import s from "../../../colors/grey.js";
|
|
3
|
+
const o = ({ color: e = s.m500, size: i = 24, ...r }) => /* @__PURE__ */ t.jsxs(
|
|
4
|
+
"svg",
|
|
5
|
+
{
|
|
6
|
+
viewBox: "0 0 24 24",
|
|
7
|
+
width: i,
|
|
8
|
+
height: i,
|
|
9
|
+
fill: "none",
|
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
+
"aria-label": "Shield Warning Outline",
|
|
12
|
+
...r,
|
|
13
|
+
children: [
|
|
14
|
+
/* @__PURE__ */ t.jsx(
|
|
15
|
+
"path",
|
|
16
|
+
{
|
|
17
|
+
d: "M3 10.417c0-3.198 0-4.797.378-5.335.377-.537 1.88-1.052 4.887-2.081l.573-.196C10.405 2.268 11.188 2 12 2s1.595.268 3.162.805l.573.196c3.007 1.029 4.51 1.544 4.887 2.081C21 5.62 21 7.22 21 10.417v1.574c0 5.638-4.239 8.375-6.899 9.536C13.38 21.842 13.02 22 12 22c-1.02 0-1.38-.158-2.101-.473C7.239 20.365 3 17.63 3 11.991z",
|
|
18
|
+
stroke: e,
|
|
19
|
+
strokeWidth: "1.5"
|
|
20
|
+
}
|
|
21
|
+
),
|
|
22
|
+
/* @__PURE__ */ t.jsx("path", { d: "M12 8v4", stroke: e, strokeWidth: "1.5", strokeLinecap: "round" }),
|
|
23
|
+
/* @__PURE__ */ t.jsx("circle", { cx: "12", cy: "15", r: "1", fill: e })
|
|
24
|
+
]
|
|
25
|
+
}
|
|
26
|
+
);
|
|
27
|
+
export {
|
|
28
|
+
o as default
|
|
29
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { j as l } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
import h from "../../../colors/grey.js";
|
|
3
|
+
const s = ({ color: e = h.m500, size: t = 24, ...a }) => /* @__PURE__ */ l.jsx(
|
|
4
|
+
"svg",
|
|
5
|
+
{
|
|
6
|
+
viewBox: "-1.5 0 33 33",
|
|
7
|
+
width: t,
|
|
8
|
+
height: t,
|
|
9
|
+
fill: "none",
|
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
+
"aria-label": "Wallet Filled",
|
|
12
|
+
...a,
|
|
13
|
+
children: /* @__PURE__ */ l.jsx("g", { stroke: e, strokeWidth: "1", fill: e, fillRule: "evenodd", children: /* @__PURE__ */ l.jsx("g", { transform: "translate(-259 -776)", fill: e, children: /* @__PURE__ */ l.jsx("path", { d: "M283 799h6v-2h-6zm4-12h-28v20a2 2 0 0 0 2 2h26a2 2 0 0 0 2-2v-6h-7a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1h7v-6a2 2 0 0 0-2-2m0-9c0-.553-.236-.859-.75-1.062-.396-.157-.781-.063-1.25.062l-26 8h28z" }) }) })
|
|
14
|
+
}
|
|
15
|
+
);
|
|
16
|
+
export {
|
|
17
|
+
s as default
|
|
18
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { j as l } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
import h from "../../../colors/grey.js";
|
|
3
|
+
const s = ({ color: t = h.m500, size: a = 24, ...e }) => /* @__PURE__ */ l.jsx(
|
|
4
|
+
"svg",
|
|
5
|
+
{
|
|
6
|
+
viewBox: "-1.5 0 33 33",
|
|
7
|
+
width: a,
|
|
8
|
+
height: a,
|
|
9
|
+
fill: "none",
|
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
+
"aria-label": "Wallet Outline",
|
|
12
|
+
...e,
|
|
13
|
+
children: /* @__PURE__ */ l.jsx("g", { stroke: t, strokeWidth: "1", fill: t, fillRule: "evenodd", children: /* @__PURE__ */ l.jsx("g", { transform: "translate(-257 -774)", fill: t, children: /* @__PURE__ */ l.jsx("path", { d: "M285 793h-5a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h5v5a1 1 0 0 1-1 1h-24a1 1 0 0 1-1-1v-19h25a1 1 0 0 1 1 1zm0 3v1h-4v-2h4zm-2-19v6h-19.5zm2 6v-7c0-.553-.236-.859-.75-1.062-.396-.157-.781-.063-1.25.062l-26 8v22a2 2 0 0 0 2 2h26a2 2 0 0 0 2-2v-20a2 2 0 0 0-2-2" }) }) })
|
|
14
|
+
}
|
|
15
|
+
);
|
|
16
|
+
export {
|
|
17
|
+
s as default
|
|
18
|
+
};
|
|
@@ -1,133 +1,167 @@
|
|
|
1
|
-
import o from "./
|
|
2
|
-
import r from "./
|
|
3
|
-
import m from "./
|
|
4
|
-
import i from "./
|
|
5
|
-
import t from "./
|
|
6
|
-
import l from "./
|
|
7
|
-
import e from "./
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import n from "./
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import a from "./
|
|
14
|
-
import O from "./
|
|
15
|
-
import F from "./
|
|
16
|
-
import C from "./
|
|
17
|
-
import h from "./
|
|
18
|
-
import s from "./
|
|
19
|
-
import c from "./
|
|
20
|
-
import S from "./
|
|
21
|
-
import
|
|
22
|
-
import
|
|
23
|
-
import
|
|
24
|
-
import
|
|
25
|
-
import
|
|
26
|
-
import
|
|
27
|
-
import
|
|
28
|
-
import
|
|
29
|
-
import
|
|
30
|
-
import
|
|
31
|
-
import
|
|
32
|
-
import
|
|
33
|
-
import T from "./
|
|
34
|
-
import v from "./
|
|
35
|
-
import P from "./
|
|
36
|
-
import
|
|
37
|
-
import
|
|
38
|
-
import
|
|
39
|
-
import
|
|
40
|
-
import
|
|
41
|
-
import
|
|
42
|
-
import
|
|
43
|
-
import
|
|
44
|
-
import
|
|
45
|
-
import
|
|
46
|
-
import
|
|
47
|
-
import
|
|
48
|
-
import
|
|
49
|
-
import
|
|
50
|
-
import X from "./
|
|
51
|
-
import Y from "./
|
|
52
|
-
import Z from "./
|
|
53
|
-
import _ from "./
|
|
54
|
-
import $ from "./
|
|
55
|
-
import oo from "./
|
|
56
|
-
import ro from "./
|
|
57
|
-
import mo from "./
|
|
58
|
-
import io from "./
|
|
59
|
-
import to from "./
|
|
60
|
-
import lo from "./
|
|
61
|
-
import eo from "./
|
|
62
|
-
import
|
|
63
|
-
import
|
|
64
|
-
import no from "./
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
1
|
+
import o from "./WalletOutline/WalletOutline.js";
|
|
2
|
+
import r from "./WalletFilled/WalletFilled.js";
|
|
3
|
+
import m from "./UploadBoxOutline/UploadBoxOutline.js";
|
|
4
|
+
import i from "./UploadBoxFilled/UploadBoxFilled.js";
|
|
5
|
+
import t from "./Upload/Upload.js";
|
|
6
|
+
import l from "./ThumbsUpOutline/ThumbsUpOutline.js";
|
|
7
|
+
import e from "./ThumbsUpFilled/ThumbsUpFilled.js";
|
|
8
|
+
import p from "./ThumbsDownOutline/ThumbsDownOutline.js";
|
|
9
|
+
import f from "./ThumbsDownFilled/ThumbsDownFilled.js";
|
|
10
|
+
import n from "./StarOutline/StarOutline.js";
|
|
11
|
+
import d from "./StarFilled/StarFilled.js";
|
|
12
|
+
import u from "./ShieldWarningOutline/ShieldWarningOutline.js";
|
|
13
|
+
import a from "./ShieldWarningFilled/ShieldWarningFilled.js";
|
|
14
|
+
import O from "./ShieldCrossOutline/ShieldCrossOutline.js";
|
|
15
|
+
import F from "./ShieldCrossFilled/ShieldCrossFilled.js";
|
|
16
|
+
import C from "./ShieldCheckOutline/ShieldCheckOutline.js";
|
|
17
|
+
import h from "./ShieldCheckFilled/ShieldCheckFilled.js";
|
|
18
|
+
import s from "./ShareThickFilled/ShareThickFilled.js";
|
|
19
|
+
import c from "./ShareOutline/ShareOutline.js";
|
|
20
|
+
import S from "./ShareFilled/ShareFilled.js";
|
|
21
|
+
import k from "./ShareBoxOutline/ShareBoxOutline.js";
|
|
22
|
+
import A from "./ShareAllOutline/ShareAllOutline.js";
|
|
23
|
+
import B from "./ShareAllFilled/ShareAllFilled.js";
|
|
24
|
+
import D from "./SettingOutline/SettingOutline.js";
|
|
25
|
+
import b from "./SettingFilled/SettingFilled.js";
|
|
26
|
+
import w from "./Search/Search.js";
|
|
27
|
+
import L from "./ProfileMaleOutline/ProfileMaleOutline.js";
|
|
28
|
+
import g from "./ProfileMaleFilled/ProfileMaleFilled.js";
|
|
29
|
+
import H from "./ProfileGroupFilled/ProfileGroupFilled.js";
|
|
30
|
+
import x from "./ProfileFemaleOutline/ProfileFemaleOutline.js";
|
|
31
|
+
import U from "./MinusCircleFilled/MinusCircleFilled.js";
|
|
32
|
+
import M from "./MinusCircle/MinusCircle.js";
|
|
33
|
+
import T from "./Minus/Minus.js";
|
|
34
|
+
import v from "./LockOpenOutline/LockOpenOutline.js";
|
|
35
|
+
import P from "./LockOpenFilled/LockOpenFilled.js";
|
|
36
|
+
import W from "./LockClosedOutline/LockClosedOutline.js";
|
|
37
|
+
import z from "./LockClosedFilled/LockClosedFilled.js";
|
|
38
|
+
import E from "./Link/Link.js";
|
|
39
|
+
import R from "./HomeOutline/HomeOutline.js";
|
|
40
|
+
import V from "./HomeFilled/HomeFilled.js";
|
|
41
|
+
import q from "./HeartOutline/HeartOutline.js";
|
|
42
|
+
import G from "./HeartFilled/HeartFilled.js";
|
|
43
|
+
import I from "./HamburgerSpaced/HamburgerSpaced.js";
|
|
44
|
+
import j from "./HamburgerMenu/HamburgerMenu.js";
|
|
45
|
+
import y from "./ExitArrowOutOutline/ExitArrowOutOutline.js";
|
|
46
|
+
import J from "./ExitArrowInOutline/ExitArrowInOutline.js";
|
|
47
|
+
import K from "./DotsVerticalOutline/DotsVerticalOutline.js";
|
|
48
|
+
import N from "./DotsVerticalFilled/DotsVerticalFilled.js";
|
|
49
|
+
import Q from "./DotsHorizontalOutline/DotsHorizontalOutline.js";
|
|
50
|
+
import X from "./DotsHorizontalFilled/DotsHorizontalFilled.js";
|
|
51
|
+
import Y from "./DetailsOutline/DetailsOutline.js";
|
|
52
|
+
import Z from "./ContactDetailsOutline/ContactDetailsOutline.js";
|
|
53
|
+
import _ from "./ContactDetailsFilled/ContactDetailsFilled.js";
|
|
54
|
+
import $ from "./CommentOutline/CommentOutline.js";
|
|
55
|
+
import oo from "./CommentLineOutline/CommentLineOutline.js";
|
|
56
|
+
import ro from "./CommentLineFilled/CommentLineFilled.js";
|
|
57
|
+
import mo from "./CommentFilled/CommentFilled.js";
|
|
58
|
+
import io from "./CommentBubbleOutline/CommentBubbleOutline.js";
|
|
59
|
+
import to from "./CommentBubbleFilled/CommentBubbleFilled.js";
|
|
60
|
+
import lo from "./CloseCircleOutline/CloseCircleOutline.js";
|
|
61
|
+
import eo from "./CloseCircleFilled/CloseCircleFilled.js";
|
|
62
|
+
import po from "./Close/Close.js";
|
|
63
|
+
import fo from "./ClockSquareOutline/ClockSquareOutline.js";
|
|
64
|
+
import no from "./ClockCircleOutline/ClockCircleOutline.js";
|
|
65
|
+
import uo from "./ChevronUp/ChevronUp.js";
|
|
66
|
+
import ao from "./ChevronRight/ChevronRight.js";
|
|
67
|
+
import Oo from "./ChevronLeft/ChevronLeft.js";
|
|
68
|
+
import Fo from "./ChevronDown/ChevronDown.js";
|
|
69
|
+
import Co from "./BookmarkOutline/BookmarkOutline.js";
|
|
70
|
+
import ho from "./BookmarkFilled/BookmarkFilled.js";
|
|
71
|
+
import so from "./BellOutline/BellOutline.js";
|
|
72
|
+
import co from "./BellOffOutline/BellOffOutline.js";
|
|
73
|
+
import So from "./BellOffFilled/BellOffFilled.js";
|
|
74
|
+
import ko from "./BellFilled/BellFilled.js";
|
|
75
|
+
import Ao from "./ArrowUp/ArrowUp.js";
|
|
76
|
+
import Bo from "./ArrowRight/ArrowRight.js";
|
|
77
|
+
import Do from "./ArrowLeft/ArrowLeft.js";
|
|
78
|
+
import bo from "./ArrowDown/ArrowDown.js";
|
|
79
|
+
import wo from "./AddCircleFilled/AddCircleFilled.js";
|
|
80
|
+
import Lo from "./AddCircle/AddCircle.js";
|
|
81
|
+
import go from "./Add/Add.js";
|
|
82
|
+
const rm = {
|
|
83
|
+
Add: go,
|
|
84
|
+
AddCircle: Lo,
|
|
85
|
+
AddCircleFilled: wo,
|
|
86
|
+
ArrowDown: bo,
|
|
87
|
+
ArrowLeft: Do,
|
|
88
|
+
ArrowRight: Bo,
|
|
89
|
+
ArrowUp: Ao,
|
|
90
|
+
BellFilled: ko,
|
|
91
|
+
BellOffFilled: So,
|
|
92
|
+
BellOffOutline: co,
|
|
93
|
+
BellOutline: so,
|
|
94
|
+
BookmarkFilled: ho,
|
|
95
|
+
BookmarkOutline: Co,
|
|
96
|
+
ChevronDown: Fo,
|
|
97
|
+
ChevronLeft: Oo,
|
|
98
|
+
ChevronRight: ao,
|
|
99
|
+
ChevronUp: uo,
|
|
100
|
+
ClockCircleOutline: no,
|
|
101
|
+
ClockSquareOutline: fo,
|
|
102
|
+
Close: po,
|
|
103
|
+
CloseCircleFilled: eo,
|
|
104
|
+
CloseCircleOutline: lo,
|
|
105
|
+
CommentBubbleFilled: to,
|
|
106
|
+
CommentBubbleOutline: io,
|
|
107
|
+
CommentFilled: mo,
|
|
108
|
+
CommentLineFilled: ro,
|
|
109
|
+
CommentLineOutline: oo,
|
|
110
|
+
CommentOutline: $,
|
|
111
|
+
ContactDetailsFilled: _,
|
|
112
|
+
ContactDetailsOutline: Z,
|
|
113
|
+
DetailsOutline: Y,
|
|
114
|
+
DotsHorizontalFilled: X,
|
|
115
|
+
DotsHorizontalOutline: Q,
|
|
116
|
+
DotsVerticalFilled: N,
|
|
117
|
+
DotsVerticalOutline: K,
|
|
118
|
+
ExitArrowInOutline: J,
|
|
119
|
+
ExitArrowOutOutline: y,
|
|
120
|
+
HamburgerMenu: j,
|
|
121
|
+
HamburgerSpaced: I,
|
|
122
|
+
HeartFilled: G,
|
|
123
|
+
HeartOutline: q,
|
|
124
|
+
HomeFilled: V,
|
|
125
|
+
HomeOutline: R,
|
|
126
|
+
Link: E,
|
|
127
|
+
LockClosedFilled: z,
|
|
128
|
+
LockClosedOutline: W,
|
|
129
|
+
LockOpenFilled: P,
|
|
130
|
+
LockOpenOutline: v,
|
|
131
|
+
Minus: T,
|
|
132
|
+
MinusCircle: M,
|
|
133
|
+
MinusCircleFilled: U,
|
|
134
|
+
ProfileFemaleOutline: x,
|
|
135
|
+
ProfileGroupFilled: H,
|
|
136
|
+
ProfileMaleFilled: g,
|
|
137
|
+
ProfileMaleOutline: L,
|
|
138
|
+
Search: w,
|
|
139
|
+
SettingFilled: b,
|
|
140
|
+
SettingOutline: D,
|
|
141
|
+
ShareAllFilled: B,
|
|
142
|
+
ShareAllOutline: A,
|
|
143
|
+
ShareBoxOutline: k,
|
|
144
|
+
ShareFilled: S,
|
|
145
|
+
ShareOutline: c,
|
|
146
|
+
ShareThickFilled: s,
|
|
147
|
+
ShieldCheckFilled: h,
|
|
148
|
+
ShieldCheckOutline: C,
|
|
149
|
+
ShieldCrossFilled: F,
|
|
150
|
+
ShieldCrossOutline: O,
|
|
151
|
+
ShieldWarningFilled: a,
|
|
152
|
+
ShieldWarningOutline: u,
|
|
153
|
+
StarFilled: d,
|
|
154
|
+
StarOutline: n,
|
|
155
|
+
ThumbsDownFilled: f,
|
|
156
|
+
ThumbsDownOutline: p,
|
|
157
|
+
ThumbsUpFilled: e,
|
|
158
|
+
ThumbsUpOutline: l,
|
|
159
|
+
Upload: t,
|
|
160
|
+
UploadBoxFilled: i,
|
|
161
|
+
UploadBoxOutline: m,
|
|
162
|
+
WalletFilled: r,
|
|
163
|
+
WalletOutline: o
|
|
130
164
|
};
|
|
131
165
|
export {
|
|
132
|
-
|
|
166
|
+
rm as default
|
|
133
167
|
};
|