meticulous-ui 1.0.32 → 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/README.md +4 -0
- 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/ProfileFemaleOutline/ProfileFemaleOutline.js +24 -0
- package/components/Icons/ProfileGroupFilled/ProfileGroupFilled.js +33 -0
- package/components/Icons/ProfileMaleFilled/ProfileMaleFilled.js +33 -0
- package/components/Icons/ProfileMaleOutline/ProfileMaleOutline.js +24 -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 -122
- package/package.json +4 -3
package/README.md
CHANGED
|
@@ -96,6 +96,10 @@ export default App;
|
|
|
96
96
|
| `Minus` | Minus icon |
|
|
97
97
|
| `MinusCircle` | Minus circle outline icon |
|
|
98
98
|
| `MinusCircleFilled` | Minus circle filled icon |
|
|
99
|
+
| `ProfileFemaleOutline` | Female profile outline icon |
|
|
100
|
+
| `ProfileGroupFilled` | Profiles filled icon |
|
|
101
|
+
| `ProfileMaleFilled` | Male profile filled icon |
|
|
102
|
+
| `ProfileMaleOutline` | Male profile ouline icon |
|
|
99
103
|
| `Search` | Search icon |
|
|
100
104
|
| `SettingFilled` | Setting filled icon |
|
|
101
105
|
| `SettingOutline` | Setting outline icon |
|
|
@@ -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,24 @@
|
|
|
1
|
+
import { j as l } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
import t from "../../../colors/grey.js";
|
|
3
|
+
const c = ({ color: a = t.m500, size: e = 24, ...i }) => /* @__PURE__ */ l.jsx(
|
|
4
|
+
"svg",
|
|
5
|
+
{
|
|
6
|
+
viewBox: "0 0 36 32",
|
|
7
|
+
width: e,
|
|
8
|
+
height: e,
|
|
9
|
+
fill: "none",
|
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
+
"aria-label": "Profile Female Outline",
|
|
12
|
+
...i,
|
|
13
|
+
children: /* @__PURE__ */ l.jsx("g", { children: /* @__PURE__ */ l.jsx(
|
|
14
|
+
"path",
|
|
15
|
+
{
|
|
16
|
+
fill: a,
|
|
17
|
+
d: "M22.22 20.726a.49.49 0 0 0-.425.155.5.5 0 0 0-.126.435c.276 1.45 1.205 3.44 4.057 4.679.338.146.86.26 1.522.403 2.478.536 6.622 1.434 7.64 5.232a.5.5 0 0 0 .967-.26c-1.177-4.387-5.872-5.404-8.395-5.95-.584-.127-1.089-.236-1.336-.344-1.714-.744-2.821-1.848-3.301-3.286 4.762.354 6.918-1.543 7.013-1.629a.5.5 0 0 0-.088-.805C27 17.786 27 12.361 27 10.318 27 4.605 23.152.076 18.219.005l-.141-.003h-.001C13.072.03 9 4.564 9 10.11c0 2.043 0 7.469-2.748 9.038a.503.503 0 0 0-.06.829c.138.107 3.188 2.441 6.941 1.732-.502 1.378-1.594 2.438-3.258 3.161-.241.105-.721.22-1.277.352-2.54.604-7.269 1.729-8.453 6.147a.5.5 0 0 0 .967.259c1.029-3.844 5.217-4.839 7.718-5.435.627-.149 1.122-.267 1.444-.406 2.852-1.239 3.78-3.229 4.057-4.679a.5.5 0 0 0-.159-.467.5.5 0 0 0-.482-.104c-2.707.852-5.208-.32-6.301-.97C10 17.381 10 12.35 10 10.11c0-4.997 3.626-9.083 8.12-9.11l.106.006C22.658 1.069 26 5.072 26 10.318c0 2.241 0 7.283 2.622 9.469-.903.516-2.962 1.351-6.402.939"
|
|
18
|
+
}
|
|
19
|
+
) })
|
|
20
|
+
}
|
|
21
|
+
);
|
|
22
|
+
export {
|
|
23
|
+
c as default
|
|
24
|
+
};
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { j as l } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
import t from "../../../colors/grey.js";
|
|
3
|
+
const e = ({ color: c = t.m500, size: h = 24, ...r }) => /* @__PURE__ */ l.jsx(
|
|
4
|
+
"svg",
|
|
5
|
+
{
|
|
6
|
+
viewBox: "0 0 24 24",
|
|
7
|
+
width: h,
|
|
8
|
+
height: h,
|
|
9
|
+
fill: "none",
|
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
+
"aria-label": "Profile Group Filled",
|
|
12
|
+
...r,
|
|
13
|
+
children: /* @__PURE__ */ l.jsxs("g", { transform: "translate(0 -1028.4)", children: [
|
|
14
|
+
/* @__PURE__ */ l.jsx(
|
|
15
|
+
"path",
|
|
16
|
+
{
|
|
17
|
+
d: "M6.25 1034.9c-.21 0-.426.013-.625.063-.117.03-.232.079-.344.125-.043.017-.082.042-.125.062-.017.008-.013.023-.031.031-.106.053-.213.09-.312.156-.014.01-.05.022-.063.032-.03.02-.034.041-.062.062-.082.059-.174.121-.25.188-.07.063-.123.149-.188.219-.221.226-.438.468-.594.75-.268.47-.447.985-.531 1.53a.26.26 0 0 0-.125 0c-.273.09-.334.61-.156 1.157.104.321.26.576.437.719.238.925.75 1.704 1.407 2.187v.531l-.532.5-1.031.532c-.842.417-1.69.833-2.531 1.25-.466.281-.638.826-.594 1.344.022.325-.105.751.219.968.307.158.697.068 1.03.094h1.813c.182-.238.41-.458.688-.625l.031-.031h.031c1.411-.693 2.805-1.4 4.22-2.094l1.624-.781c-.092-.046-.19-.08-.281-.125l-1.031-.532-.532-.5v-.531c.416-.305.767-.747 1.032-1.25a7 7 0 0 1-.813-1.937c-.302-.31-.585-.654-.75-1.156a3.4 3.4 0 0 1-.156-1.5c.055-.398.246-.774.625-.97-.112-.072-.257-.128-.375-.187-.06-.029-.095-.069-.156-.093-.044-.018-.081-.016-.125-.032-.133-.046-.268-.101-.407-.125-.01-.001-.02.002-.03 0a2.5 2.5 0 0 0-.407-.031",
|
|
18
|
+
fill: c
|
|
19
|
+
}
|
|
20
|
+
),
|
|
21
|
+
/* @__PURE__ */ l.jsx(
|
|
22
|
+
"path",
|
|
23
|
+
{
|
|
24
|
+
d: "M13.499 1030.6c-.354 0-.703 0-1.038.1-.195 0-.385.1-.573.2-.073 0-.147 0-.219.1h-.082q-.266.15-.519.3h-.082c-.049.1-.088.1-.136.2-.137.1-.281.1-.41.3-.117.1-.218.2-.328.3-.371.4-.693.8-.955 1.3-.451.7-.787 1.6-.93 2.5h-.19c-.46.2-.572 1-.274 1.9.176.6.468 1 .765 1.2.4 1.6 1.246 2.9 2.349 3.7v.9l-.874.8-1.748.9-4.233 2.1c-.783.4-1.086 1.4-1.011 2.2.036.6-.161 1.3.382 1.6.517.3 1.133.1 1.694.1h11.908c2.069 0 4.132.1 6.201 0 .671 0 .857-.7.792-1.3.012-.8.06-1.7-.574-2.3-.517-.5-1.253-.7-1.884-1.1-.927-.4-1.86-.9-2.786-1.3l-1.749-.9-.874-.8v-.9c1.103-.8 1.95-2.1 2.349-3.7.298-.2.59-.6.765-1.2.299-.9.186-1.7-.273-1.9h-.191c-.142-.9-.478-1.8-.929-2.5-.262-.5-.584-.9-.956-1.3-.11-.1-.21-.2-.328-.3h-.027c-.342-.3-.723-.6-1.12-.8-.1 0-.197-.1-.3-.1-.073 0-.144-.1-.219-.1-.223-.1-.45-.1-.683-.2h-.71",
|
|
25
|
+
fill: c
|
|
26
|
+
}
|
|
27
|
+
)
|
|
28
|
+
] })
|
|
29
|
+
}
|
|
30
|
+
);
|
|
31
|
+
export {
|
|
32
|
+
e as default
|
|
33
|
+
};
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { j as l } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
import i from "../../../colors/grey.js";
|
|
3
|
+
const s = ({ color: a = i.m500, size: e = 24, ...t }) => /* @__PURE__ */ l.jsx(
|
|
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": "Profile Male Filled",
|
|
12
|
+
...t,
|
|
13
|
+
children: /* @__PURE__ */ l.jsxs("g", { transform: "translate(0 -1028.4)", children: [
|
|
14
|
+
/* @__PURE__ */ l.jsx(
|
|
15
|
+
"path",
|
|
16
|
+
{
|
|
17
|
+
d: "M12 1028.4a4.9 4.9 0 0 0-1.844.375c-.083.034-.168.055-.25.094-.034.016-.06.046-.094.062q-.305.152-.593.344c-.027.017-.067.013-.094.031-.056.039-.101.084-.156.125-.157.113-.322.216-.469.344-.134.12-.25.272-.375.406a6.7 6.7 0 0 0-1.094 1.438c-.515.903-.9 1.92-1.062 2.969a.4.4 0 0 0-.219 0c-.525.17-.655 1.168-.313 2.218.201.616.535 1.102.875 1.375.458 1.778 1.426 3.26 2.688 4.188v1.031l-1 1-2 1c-1.617.801-3.228 1.605-4.844 2.406-.895.54-1.241 1.6-1.156 2.594.042.626-.184 1.427.437 1.844.591.304 1.296.106 1.938.156H16c2.367 0 4.727.004 7.094 0 .768-.054.981-.865.906-1.5.014-.932.069-1.976-.656-2.688-.592-.602-1.434-.84-2.156-1.25-1.061-.525-2.128-1.037-3.188-1.562l-2-1-1-1v-1.031c1.262-.928 2.23-2.41 2.688-4.188.34-.273.674-.759.874-1.375.342-1.05.213-2.048-.312-2.219a.4.4 0 0 0-.219 0c-.162-1.048-.547-2.065-1.062-2.968a6.7 6.7 0 0 0-1.094-1.438c-.126-.134-.241-.285-.375-.406-.006-.005-.025.006-.031 0a5.7 5.7 0 0 0-1.281-.844 5.186 5.186 0 0 0-.594-.25 5 5 0 0 0-.782-.218c-.02-.004-.042.003-.062 0a4.5 4.5 0 0 0-.75-.063",
|
|
18
|
+
fill: a
|
|
19
|
+
}
|
|
20
|
+
),
|
|
21
|
+
/* @__PURE__ */ l.jsx(
|
|
22
|
+
"path",
|
|
23
|
+
{
|
|
24
|
+
d: "M0 1051.4c.026.3.127.6.438.8.59.3 1.295.1 1.937.2h20.719c.576-.1.842-.5.906-1z",
|
|
25
|
+
fill: a
|
|
26
|
+
}
|
|
27
|
+
)
|
|
28
|
+
] })
|
|
29
|
+
}
|
|
30
|
+
);
|
|
31
|
+
export {
|
|
32
|
+
s as default
|
|
33
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { j as a } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
import t from "../../../colors/grey.js";
|
|
3
|
+
const o = ({ color: e = t.m500, size: l = 24, ...i }) => /* @__PURE__ */ a.jsx(
|
|
4
|
+
"svg",
|
|
5
|
+
{
|
|
6
|
+
viewBox: "0 0 36 32",
|
|
7
|
+
width: l,
|
|
8
|
+
height: l,
|
|
9
|
+
fill: "none",
|
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
+
"aria-label": "Profile Male Outline",
|
|
12
|
+
...i,
|
|
13
|
+
children: /* @__PURE__ */ a.jsx("g", { children: /* @__PURE__ */ a.jsx(
|
|
14
|
+
"path",
|
|
15
|
+
{
|
|
16
|
+
fill: e,
|
|
17
|
+
d: "M.5 31.983a.503.503 0 0 0 .612-.354c1.03-3.843 5.216-4.839 7.718-5.435.627-.149 1.122-.267 1.444-.406 2.85-1.237 3.779-3.227 4.057-4.679a.5.5 0 0 0-.165-.473c-1.484-1.281-2.736-3.204-3.526-5.416a.5.5 0 0 0-.103-.171c-1.045-1.136-1.645-2.337-1.645-3.294 0-.559.211-.934.686-1.217a.5.5 0 0 0 .243-.408C10.042 5.036 13.67 1.026 18.12 1l.107.007c4.472.062 8.077 4.158 8.206 9.324a.5.5 0 0 0 .178.369c.313.265.459.601.459 1.057 0 .801-.427 1.786-1.201 2.772a.5.5 0 0 0-.084.158c-.8 2.536-2.236 4.775-3.938 6.145a.5.5 0 0 0-.178.483c.278 1.451 1.207 3.44 4.057 4.679.337.146.86.26 1.523.403 2.477.536 6.622 1.435 7.639 5.232a.5.5 0 0 0 .966-.26c-1.175-4.387-5.871-5.404-8.393-5.95-.585-.127-1.09-.236-1.336-.344-1.86-.808-3.006-2.039-3.411-3.665 1.727-1.483 3.172-3.771 3.998-6.337.877-1.14 1.359-2.314 1.359-3.317 0-.669-.216-1.227-.644-1.663C27.189 4.489 23.19.076 18.227.005l-.149-.002c-4.873.026-8.889 4.323-9.24 9.83-.626.46-.944 1.105-.944 1.924 0 1.183.669 2.598 1.84 3.896.809 2.223 2.063 4.176 3.556 5.543-.403 1.632-1.55 2.867-3.414 3.676-.241.105-.721.22-1.277.352-2.541.604-7.269 1.729-8.453 6.147a.5.5 0 0 0 .354.612"
|
|
18
|
+
}
|
|
19
|
+
) })
|
|
20
|
+
}
|
|
21
|
+
);
|
|
22
|
+
export {
|
|
23
|
+
o as default
|
|
24
|
+
};
|
|
@@ -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,125 +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 p from "./
|
|
9
|
-
import f from "./
|
|
10
|
-
import n from "./
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import a from "./
|
|
14
|
-
import O from "./
|
|
15
|
-
import
|
|
16
|
-
import
|
|
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 x from "./
|
|
31
|
-
import
|
|
32
|
-
import
|
|
33
|
-
import
|
|
34
|
-
import
|
|
35
|
-
import
|
|
36
|
-
import
|
|
37
|
-
import
|
|
38
|
-
import
|
|
39
|
-
import
|
|
40
|
-
import
|
|
41
|
-
import
|
|
42
|
-
import G from "./
|
|
43
|
-
import I from "./
|
|
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
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
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
|
-
|
|
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
|
|
122
164
|
};
|
|
123
165
|
export {
|
|
124
|
-
|
|
166
|
+
rm as default
|
|
125
167
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "meticulous-ui",
|
|
3
|
-
"version": "1.0
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "dist/index.js",
|
|
6
6
|
"repository": {
|
|
@@ -46,12 +46,13 @@
|
|
|
46
46
|
"storybook": "storybook dev -p 6006",
|
|
47
47
|
"build-storybook": "storybook build",
|
|
48
48
|
"deploy-storybook": "gh-pages -d storybook-static",
|
|
49
|
-
"generate-icons": "node src/scripts/generateIcons.js",
|
|
49
|
+
"generate-icons": "node src/scripts/generateIcons.js && npx prettier --write .",
|
|
50
50
|
"prepublish": "npm run build && cp package.json dist/ && cp README.md dist/ && rm -rf dist/_virtual",
|
|
51
51
|
"publish:dist": "npm publish dist/"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@storybook/addon-docs": "^9.1.
|
|
54
|
+
"@storybook/addon-docs": "^9.1.13",
|
|
55
|
+
"@storybook/mdx2-csf": "^1.1.0",
|
|
55
56
|
"@storybook/react-vite": "^9.1.10",
|
|
56
57
|
"@vitejs/plugin-react": "^5.0.4",
|
|
57
58
|
"eslint-plugin-storybook": "^9.1.10",
|