meticulous-ui 1.1.3 → 1.1.5
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 +2 -6
- package/components/Icons/Add/Add.js +38 -37
- package/components/Icons/Add/index.js +4 -0
- package/components/Icons/AddCircle/AddCircle.js +12 -14
- package/components/Icons/AddCircle/index.js +4 -0
- package/components/Icons/AddCircleFilled/AddCircleFilled.js +8 -10
- package/components/Icons/AddCircleFilled/index.js +4 -0
- package/components/Icons/ArrowDown/ArrowDown.js +9 -11
- package/components/Icons/ArrowDown/index.js +4 -0
- package/components/Icons/ArrowLeft/ArrowLeft.js +11 -13
- package/components/Icons/ArrowLeft/index.js +4 -0
- package/components/Icons/ArrowRight/ArrowRight.js +11 -13
- package/components/Icons/ArrowRight/index.js +4 -0
- package/components/Icons/ArrowUp/ArrowUp.js +8 -10
- package/components/Icons/ArrowUp/index.js +4 -0
- package/components/Icons/BellFilled/BellFilled.js +25 -16
- package/components/Icons/BellFilled/index.js +4 -0
- package/components/Icons/BellOffFilled/BellOffFilled.js +24 -17
- package/components/Icons/BellOffFilled/index.js +4 -0
- package/components/Icons/BellOffOutline/BellOffOutline.js +20 -12
- package/components/Icons/BellOffOutline/index.js +4 -0
- package/components/Icons/BellOutline/BellOutline.js +14 -16
- package/components/Icons/BellOutline/index.js +4 -0
- package/components/Icons/BookmarkFilled/BookmarkFilled.js +37 -7
- package/components/Icons/BookmarkFilled/index.js +4 -0
- package/components/Icons/BookmarkOutline/BookmarkOutline.js +8 -10
- package/components/Icons/BookmarkOutline/index.js +4 -0
- package/components/Icons/CartCheckFilled/CartCheckFilled.js +40 -0
- package/components/Icons/CartCheckFilled/index.js +4 -0
- package/components/Icons/CartCheckOutline/CartCheckOutline.js +50 -0
- package/components/Icons/CartCheckOutline/index.js +4 -0
- package/components/Icons/CartCrossFilled/CartCrossFilled.js +40 -0
- package/components/Icons/CartCrossFilled/index.js +4 -0
- package/components/Icons/CartCrossOutline/CartCrossOutline.js +49 -0
- package/components/Icons/CartCrossOutline/index.js +4 -0
- package/components/Icons/CartFilled/CartFilled.js +38 -0
- package/components/Icons/CartFilled/index.js +4 -0
- package/components/Icons/CartMinusFilled/CartMinusFilled.js +40 -0
- package/components/Icons/CartMinusFilled/index.js +4 -0
- package/components/Icons/CartMinusOutline/CartMinusOutline.js +51 -0
- package/components/Icons/CartMinusOutline/index.js +4 -0
- package/components/Icons/CartOutline/CartOutline.js +50 -0
- package/components/Icons/CartOutline/index.js +4 -0
- package/components/Icons/CartPlusFilled/CartPlusFilled.js +40 -0
- package/components/Icons/CartPlusFilled/index.js +4 -0
- package/components/Icons/CartPlusOutline/CartPlusOutline.js +49 -0
- package/components/Icons/CartPlusOutline/index.js +4 -0
- package/components/Icons/ChevronDown/ChevronDown.js +11 -13
- package/components/Icons/ChevronDown/index.js +4 -0
- package/components/Icons/ChevronLeft/ChevronLeft.js +9 -11
- package/components/Icons/ChevronLeft/index.js +4 -0
- package/components/Icons/ChevronRight/ChevronRight.js +7 -9
- package/components/Icons/ChevronRight/index.js +4 -0
- package/components/Icons/ChevronUp/ChevronUp.js +10 -12
- package/components/Icons/ChevronUp/index.js +4 -0
- package/components/Icons/ClockCircleOutline/ClockCircleOutline.js +11 -13
- package/components/Icons/ClockCircleOutline/index.js +4 -0
- package/components/Icons/ClockSquareOutline/ClockSquareOutline.js +11 -13
- package/components/Icons/ClockSquareOutline/index.js +4 -0
- package/components/Icons/Close/Close.js +9 -11
- package/components/Icons/Close/index.js +4 -0
- package/components/Icons/CloseCircleFilled/CloseCircleFilled.js +6 -8
- package/components/Icons/CloseCircleFilled/index.js +4 -0
- package/components/Icons/CloseCircleOutline/CloseCircleOutline.js +13 -14
- package/components/Icons/CloseCircleOutline/index.js +4 -0
- package/components/Icons/CommentBubbleFilled/CommentBubbleFilled.js +37 -7
- package/components/Icons/CommentBubbleFilled/index.js +4 -0
- package/components/Icons/CommentBubbleOutline/CommentBubbleOutline.js +38 -8
- package/components/Icons/CommentBubbleOutline/index.js +4 -0
- package/components/Icons/CommentFilled/CommentFilled.js +37 -7
- package/components/Icons/CommentFilled/index.js +4 -0
- package/components/Icons/CommentLineFilled/CommentLineFilled.js +37 -7
- package/components/Icons/CommentLineFilled/index.js +4 -0
- package/components/Icons/CommentLineOutline/CommentLineOutline.js +37 -7
- package/components/Icons/CommentLineOutline/index.js +4 -0
- package/components/Icons/CommentOutline/CommentOutline.js +39 -9
- package/components/Icons/CommentOutline/index.js +4 -0
- package/components/Icons/ContactDetailsFilled/ContactDetailsFilled.js +15 -8
- package/components/Icons/ContactDetailsFilled/index.js +4 -0
- package/components/Icons/ContactDetailsOutline/ContactDetailsOutline.js +15 -8
- package/components/Icons/ContactDetailsOutline/index.js +4 -0
- package/components/Icons/DetailsOutline/DetailsOutline.js +10 -9
- package/components/Icons/DetailsOutline/index.js +4 -0
- package/components/Icons/DotsHorizontalFilled/DotsHorizontalFilled.js +28 -14
- package/components/Icons/DotsHorizontalFilled/index.js +4 -0
- package/components/Icons/DotsHorizontalOutline/DotsHorizontalOutline.js +37 -17
- package/components/Icons/DotsHorizontalOutline/index.js +4 -0
- package/components/Icons/DotsVerticalFilled/DotsVerticalFilled.js +29 -15
- package/components/Icons/DotsVerticalFilled/index.js +4 -0
- package/components/Icons/DotsVerticalOutline/DotsVerticalOutline.js +36 -16
- package/components/Icons/DotsVerticalOutline/index.js +4 -0
- package/components/Icons/ExitArrowInOutline/ExitArrowInOutline.js +12 -13
- package/components/Icons/ExitArrowInOutline/index.js +4 -0
- package/components/Icons/ExitArrowOutOutline/ExitArrowOutOutline.js +27 -17
- package/components/Icons/ExitArrowOutOutline/index.js +4 -0
- package/components/Icons/HamburgerMenu/HamburgerMenu.js +34 -16
- package/components/Icons/HamburgerMenu/index.js +4 -0
- package/components/Icons/HamburgerSpaced/HamburgerSpaced.js +39 -9
- package/components/Icons/HamburgerSpaced/index.js +4 -0
- package/components/Icons/HeartFilled/HeartFilled.js +7 -9
- package/components/Icons/HeartFilled/index.js +4 -0
- package/components/Icons/HeartOutline/HeartOutline.js +12 -14
- package/components/Icons/HeartOutline/index.js +4 -0
- package/components/Icons/HomeFilled/HomeFilled.js +10 -12
- package/components/Icons/HomeFilled/index.js +4 -0
- package/components/Icons/HomeOutline/HomeOutline.js +8 -10
- package/components/Icons/HomeOutline/index.js +4 -0
- package/components/Icons/Link/Link.js +11 -13
- package/components/Icons/Link/index.js +4 -0
- package/components/Icons/LockClosedFilled/LockClosedFilled.js +7 -9
- package/components/Icons/LockClosedFilled/index.js +4 -0
- package/components/Icons/LockClosedOutline/LockClosedOutline.js +18 -13
- package/components/Icons/LockClosedOutline/index.js +4 -0
- package/components/Icons/LockOpenFilled/LockOpenFilled.js +7 -9
- package/components/Icons/LockOpenFilled/index.js +4 -0
- package/components/Icons/LockOpenOutline/LockOpenOutline.js +16 -18
- package/components/Icons/LockOpenOutline/index.js +4 -0
- package/components/Icons/Minus/Minus.js +8 -10
- package/components/Icons/Minus/index.js +4 -0
- package/components/Icons/MinusCircle/MinusCircle.js +39 -9
- package/components/Icons/MinusCircle/index.js +4 -0
- package/components/Icons/MinusCircleFilled/MinusCircleFilled.js +38 -8
- package/components/Icons/MinusCircleFilled/index.js +4 -0
- package/components/Icons/ProfileFemaleOutline/ProfileFemaleOutline.js +21 -11
- package/components/Icons/ProfileFemaleOutline/index.js +4 -0
- package/components/Icons/ProfileGroupFilled/ProfileGroupFilled.js +10 -11
- package/components/Icons/ProfileGroupFilled/index.js +4 -0
- package/components/Icons/ProfileMaleFilled/ProfileMaleFilled.js +14 -15
- package/components/Icons/ProfileMaleFilled/index.js +4 -0
- package/components/Icons/ProfileMaleOutline/ProfileMaleOutline.js +22 -11
- package/components/Icons/ProfileMaleOutline/index.js +4 -0
- package/components/Icons/Search/Search.js +37 -7
- package/components/Icons/Search/index.js +4 -0
- package/components/Icons/SettingFilled/SettingFilled.js +7 -9
- package/components/Icons/SettingFilled/index.js +4 -0
- package/components/Icons/SettingOutline/SettingOutline.js +5 -7
- package/components/Icons/SettingOutline/index.js +4 -0
- package/components/Icons/ShareAllFilled/ShareAllFilled.js +10 -12
- package/components/Icons/ShareAllFilled/index.js +4 -0
- package/components/Icons/ShareAllOutline/ShareAllOutline.js +24 -10
- package/components/Icons/ShareAllOutline/index.js +4 -0
- package/components/Icons/ShareBoxOutline/ShareBoxOutline.js +9 -11
- package/components/Icons/ShareBoxOutline/index.js +4 -0
- package/components/Icons/ShareFilled/ShareFilled.js +14 -16
- package/components/Icons/ShareFilled/index.js +4 -0
- package/components/Icons/ShareOutline/ShareOutline.js +12 -14
- package/components/Icons/ShareOutline/index.js +4 -0
- package/components/Icons/ShareThickFilled/ShareThickFilled.js +9 -11
- package/components/Icons/ShareThickFilled/index.js +4 -0
- package/components/Icons/ShieldCheckFilled/ShieldCheckFilled.js +9 -11
- package/components/Icons/ShieldCheckFilled/index.js +4 -0
- package/components/Icons/ShieldCheckOutline/ShieldCheckOutline.js +12 -14
- package/components/Icons/ShieldCheckOutline/index.js +4 -0
- package/components/Icons/ShieldCrossFilled/ShieldCrossFilled.js +9 -11
- package/components/Icons/ShieldCrossFilled/index.js +4 -0
- package/components/Icons/ShieldCrossOutline/ShieldCrossOutline.js +17 -11
- package/components/Icons/ShieldCrossOutline/index.js +4 -0
- package/components/Icons/ShieldWarningFilled/ShieldWarningFilled.js +11 -13
- package/components/Icons/ShieldWarningFilled/index.js +4 -0
- package/components/Icons/ShieldWarningOutline/ShieldWarningOutline.js +9 -11
- package/components/Icons/ShieldWarningOutline/index.js +4 -0
- package/components/Icons/StarFilled/StarFilled.js +13 -10
- package/components/Icons/StarFilled/index.js +4 -0
- package/components/Icons/StarOutline/StarOutline.js +15 -10
- package/components/Icons/StarOutline/index.js +4 -0
- package/components/Icons/ThumbsDownFilled/ThumbsDownFilled.js +8 -10
- package/components/Icons/ThumbsDownFilled/index.js +4 -0
- package/components/Icons/ThumbsDownOutline/ThumbsDownOutline.js +7 -9
- package/components/Icons/ThumbsDownOutline/index.js +4 -0
- package/components/Icons/ThumbsUpFilled/ThumbsUpFilled.js +9 -11
- package/components/Icons/ThumbsUpFilled/index.js +4 -0
- package/components/Icons/ThumbsUpOutline/ThumbsUpOutline.js +7 -9
- package/components/Icons/ThumbsUpOutline/index.js +4 -0
- package/components/Icons/Upload/Upload.js +11 -13
- package/components/Icons/Upload/index.js +4 -0
- package/components/Icons/UploadBoxFilled/UploadBoxFilled.js +10 -12
- package/components/Icons/UploadBoxFilled/index.js +4 -0
- package/components/Icons/UploadBoxOutline/UploadBoxOutline.js +21 -16
- package/components/Icons/UploadBoxOutline/index.js +4 -0
- package/components/Icons/WalletFilled/WalletFilled.js +38 -8
- package/components/Icons/WalletFilled/index.js +4 -0
- package/components/Icons/WalletOutline/WalletOutline.js +39 -9
- package/components/Icons/WalletOutline/index.js +4 -0
- package/components/Icons/index.js +273 -162
- package/components/Pagination/styles.js +6 -6
- package/index.js +6 -8
- package/package.json +2 -3
|
@@ -1,27 +1,26 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
|
|
3
|
-
const m = ({ color: o = i.m500, size: t = 24, ...e }) => /* @__PURE__ */ r.jsx(
|
|
1
|
+
import { j as t } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
const i = ({ size: o = 24, color: r = "currentColor", ...e }) => /* @__PURE__ */ t.jsx(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
5
|
+
width: o,
|
|
6
|
+
height: o,
|
|
6
7
|
viewBox: "0 0 24 24",
|
|
7
|
-
width: t,
|
|
8
|
-
height: t,
|
|
9
8
|
fill: "none",
|
|
10
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
"aria-label": "Exit Arrow In Outline",
|
|
12
10
|
...e,
|
|
13
|
-
children: /* @__PURE__ */
|
|
11
|
+
children: /* @__PURE__ */ t.jsx("g", { id: "Interface / Exit", children: /* @__PURE__ */ t.jsx(
|
|
14
12
|
"path",
|
|
15
13
|
{
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
14
|
+
id: "Vector",
|
|
15
|
+
d: "M12 15L15 12M15 12L12 9M15 12H4M4 7.24802V7.2002C4 6.08009 4 5.51962 4.21799 5.0918C4.40973 4.71547 4.71547 4.40973 5.0918 4.21799C5.51962 4 6.08009 4 7.2002 4H16.8002C17.9203 4 18.4796 4 18.9074 4.21799C19.2837 4.40973 19.5905 4.71547 19.7822 5.0918C20 5.5192 20 6.07899 20 7.19691V16.8036C20 17.9215 20 18.4805 19.7822 18.9079C19.5905 19.2842 19.2837 19.5905 18.9074 19.7822C18.48 20 17.921 20 16.8031 20H7.19691C6.07899 20 5.5192 20 5.0918 19.7822C4.71547 19.5905 4.40973 19.2839 4.21799 18.9076C4 18.4798 4 17.9201 4 16.8V16.75",
|
|
16
|
+
stroke: r,
|
|
17
|
+
"stroke-width": "2",
|
|
18
|
+
"stroke-linecap": "round",
|
|
19
|
+
"stroke-linejoin": "round"
|
|
21
20
|
}
|
|
22
21
|
) })
|
|
23
22
|
}
|
|
24
23
|
);
|
|
25
24
|
export {
|
|
26
|
-
|
|
25
|
+
i as default
|
|
27
26
|
};
|
|
@@ -1,27 +1,37 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
|
|
3
|
-
const a = ({ color: o = i.m500, size: t = 24, ...e }) => /* @__PURE__ */ r.jsx(
|
|
1
|
+
import { j as t } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
const s = ({ size: o = 24, color: r = "currentColor", ...e }) => /* @__PURE__ */ t.jsxs(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
5
|
+
width: o,
|
|
6
|
+
height: o,
|
|
6
7
|
viewBox: "0 0 24 24",
|
|
7
|
-
width: t,
|
|
8
|
-
height: t,
|
|
9
8
|
fill: "none",
|
|
10
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
"aria-label": "Exit Arrow Out Outline",
|
|
12
10
|
...e,
|
|
13
|
-
children:
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ t.jsx(
|
|
13
|
+
"path",
|
|
14
|
+
{
|
|
15
|
+
d: "M14 7.63636L14 4.5C14 4.22386 13.7761 4 13.5 4L4.5 4C4.22386 4 4 4.22386 4 4.5L4 19.5C4 19.7761 4.22386 20 4.5 20L13.5 20C13.7761 20 14 19.7761 14 19.5L14 16.3636",
|
|
16
|
+
stroke: r,
|
|
17
|
+
"stroke-width": "2",
|
|
18
|
+
"stroke-linecap": "round",
|
|
19
|
+
"stroke-linejoin": "round"
|
|
20
|
+
}
|
|
21
|
+
),
|
|
22
|
+
/* @__PURE__ */ t.jsx(
|
|
23
|
+
"path",
|
|
24
|
+
{
|
|
25
|
+
d: "M10 12L21 12M21 12L18.0004 8.5M21 12L18 15.5",
|
|
26
|
+
stroke: r,
|
|
27
|
+
"stroke-width": "2",
|
|
28
|
+
"stroke-linecap": "round",
|
|
29
|
+
"stroke-linejoin": "round"
|
|
30
|
+
}
|
|
31
|
+
)
|
|
32
|
+
]
|
|
23
33
|
}
|
|
24
34
|
);
|
|
25
35
|
export {
|
|
26
|
-
|
|
36
|
+
s as default
|
|
27
37
|
};
|
|
@@ -1,26 +1,44 @@
|
|
|
1
1
|
import { j as e } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
3
|
-
const n = ({ color: l = o.m500, size: a = 24, ...r }) => /* @__PURE__ */ e.jsx(
|
|
2
|
+
const r = ({ size: d = 24, color: l = "currentColor", ...i }) => /* @__PURE__ */ e.jsxs(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
5
|
+
width: d,
|
|
6
|
+
height: d,
|
|
6
7
|
viewBox: "0 0 24 24",
|
|
7
|
-
width: a,
|
|
8
|
-
height: a,
|
|
9
8
|
fill: "none",
|
|
10
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
10
|
+
...i,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ e.jsx(
|
|
13
|
+
"path",
|
|
14
|
+
{
|
|
15
|
+
"fill-rule": "evenodd",
|
|
16
|
+
"clip-rule": "evenodd",
|
|
17
|
+
d: "M20.75 7C20.75 7.41421 20.4142 7.75 20 7.75L4 7.75C3.58579 7.75 3.25 7.41421 3.25 7C3.25 6.58579 3.58579 6.25 4 6.25L20 6.25C20.4142 6.25 20.75 6.58579 20.75 7Z",
|
|
18
|
+
fill: l
|
|
19
|
+
}
|
|
20
|
+
),
|
|
21
|
+
/* @__PURE__ */ e.jsx(
|
|
22
|
+
"path",
|
|
23
|
+
{
|
|
24
|
+
"fill-rule": "evenodd",
|
|
25
|
+
"clip-rule": "evenodd",
|
|
26
|
+
d: "M20.75 12C20.75 12.4142 20.4142 12.75 20 12.75L4 12.75C3.58579 12.75 3.25 12.4142 3.25 12C3.25 11.5858 3.58579 11.25 4 11.25L20 11.25C20.4142 11.25 20.75 11.5858 20.75 12Z",
|
|
27
|
+
fill: l
|
|
28
|
+
}
|
|
29
|
+
),
|
|
30
|
+
/* @__PURE__ */ e.jsx(
|
|
31
|
+
"path",
|
|
32
|
+
{
|
|
33
|
+
"fill-rule": "evenodd",
|
|
34
|
+
"clip-rule": "evenodd",
|
|
35
|
+
d: "M20.75 17C20.75 17.4142 20.4142 17.75 20 17.75L4 17.75C3.58579 17.75 3.25 17.4142 3.25 17C3.25 16.5858 3.58579 16.25 4 16.25L20 16.25C20.4142 16.25 20.75 16.5858 20.75 17Z",
|
|
36
|
+
fill: l
|
|
37
|
+
}
|
|
38
|
+
)
|
|
39
|
+
]
|
|
22
40
|
}
|
|
23
41
|
);
|
|
24
42
|
export {
|
|
25
|
-
|
|
43
|
+
r as default
|
|
26
44
|
};
|
|
@@ -1,18 +1,48 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
|
|
3
|
-
const i = ({ color: e = h.m500, size: r = 24, ...t }) => /* @__PURE__ */ a.jsx(
|
|
1
|
+
import { j as e } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
const o = ({ size: t = 24, color: r = "currentColor", ...s }) => /* @__PURE__ */ e.jsxs(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
5
|
+
width: t,
|
|
6
|
+
height: t,
|
|
6
7
|
viewBox: "0 -1 20 20",
|
|
7
|
-
width: r,
|
|
8
|
-
height: r,
|
|
9
8
|
fill: "none",
|
|
10
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
10
|
+
...s,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ e.jsx("title", { children: "hamburger" }),
|
|
13
|
+
/* @__PURE__ */ e.jsx("desc", { children: "Created with Sketch Beta." }),
|
|
14
|
+
/* @__PURE__ */ e.jsx("defs", {}),
|
|
15
|
+
/* @__PURE__ */ e.jsx(
|
|
16
|
+
"g",
|
|
17
|
+
{
|
|
18
|
+
id: "Page-1",
|
|
19
|
+
stroke: "none",
|
|
20
|
+
"stroke-width": "1",
|
|
21
|
+
fill: "none",
|
|
22
|
+
"fill-rule": "evenodd",
|
|
23
|
+
"sketch:type": "MSPage",
|
|
24
|
+
children: /* @__PURE__ */ e.jsx(
|
|
25
|
+
"g",
|
|
26
|
+
{
|
|
27
|
+
id: "Icon-Set",
|
|
28
|
+
"sketch:type": "MSLayerGroup",
|
|
29
|
+
transform: "translate(-210.000000, -887.000000)",
|
|
30
|
+
fill: r,
|
|
31
|
+
children: /* @__PURE__ */ e.jsx(
|
|
32
|
+
"path",
|
|
33
|
+
{
|
|
34
|
+
d: "M229,895 L211,895 C210.448,895 210,895.448 210,896 C210,896.553 210.448,897 211,897 L229,897 C229.552,897 230,896.553 230,896 C230,895.448 229.552,895 229,895 L229,895 Z M229,903 L211,903 C210.448,903 210,903.448 210,904 C210,904.553 210.448,905 211,905 L229,905 C229.552,905 230,904.553 230,904 C230,903.448 229.552,903 229,903 L229,903 Z M211,889 L229,889 C229.552,889 230,888.553 230,888 C230,887.448 229.552,887 229,887 L211,887 C210.448,887 210,887.448 210,888 C210,888.553 210.448,889 211,889 L211,889 Z",
|
|
35
|
+
id: "hamburger",
|
|
36
|
+
"sketch:type": "MSShapeGroup"
|
|
37
|
+
}
|
|
38
|
+
)
|
|
39
|
+
}
|
|
40
|
+
)
|
|
41
|
+
}
|
|
42
|
+
)
|
|
43
|
+
]
|
|
14
44
|
}
|
|
15
45
|
);
|
|
16
46
|
export {
|
|
17
|
-
|
|
47
|
+
o as default
|
|
18
48
|
};
|
|
@@ -1,20 +1,18 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
|
|
3
|
-
const s = ({ color: e = i.m500, size: l = 24, ...r }) => /* @__PURE__ */ t.jsx(
|
|
1
|
+
import { j as o } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
const s = ({ size: t = 24, color: l = "currentColor", ...r }) => /* @__PURE__ */ o.jsx(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
5
|
+
width: t,
|
|
6
|
+
height: t,
|
|
6
7
|
viewBox: "0 0 16 16",
|
|
7
|
-
width: l,
|
|
8
|
-
height: l,
|
|
9
8
|
fill: "none",
|
|
10
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
"aria-label": "Heart Filled",
|
|
12
10
|
...r,
|
|
13
|
-
children: /* @__PURE__ */
|
|
11
|
+
children: /* @__PURE__ */ o.jsx(
|
|
14
12
|
"path",
|
|
15
13
|
{
|
|
16
|
-
d: "M1.
|
|
17
|
-
fill:
|
|
14
|
+
d: "M1.24264 8.24264L8 15L14.7574 8.24264C15.553 7.44699 16 6.36786 16 5.24264V5.05234C16 2.8143 14.1857 1 11.9477 1C10.7166 1 9.55233 1.55959 8.78331 2.52086L8 3.5L7.21669 2.52086C6.44767 1.55959 5.28338 1 4.05234 1C1.8143 1 0 2.8143 0 5.05234V5.24264C0 6.36786 0.44699 7.44699 1.24264 8.24264Z",
|
|
15
|
+
fill: l
|
|
18
16
|
}
|
|
19
17
|
)
|
|
20
18
|
}
|
|
@@ -1,29 +1,27 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
|
|
3
|
-
const s = ({ color: o = i.m500, size: e = 24, ...r }) => /* @__PURE__ */ t.jsx(
|
|
1
|
+
import { j as o } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
const l = ({ size: e = 24, color: t = "currentColor", ...r }) => /* @__PURE__ */ o.jsx(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
6
|
-
viewBox: "0 0 24 24",
|
|
7
5
|
width: e,
|
|
8
6
|
height: e,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
9
8
|
fill: "none",
|
|
10
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
"aria-label": "Heart Outline",
|
|
12
10
|
...r,
|
|
13
|
-
children: /* @__PURE__ */
|
|
11
|
+
children: /* @__PURE__ */ o.jsx(
|
|
14
12
|
"path",
|
|
15
13
|
{
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
d: "M12
|
|
19
|
-
stroke:
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
14
|
+
"fill-rule": "evenodd",
|
|
15
|
+
"clip-rule": "evenodd",
|
|
16
|
+
d: "M12 6.00019C10.2006 3.90317 7.19377 3.2551 4.93923 5.17534C2.68468 7.09558 2.36727 10.3061 4.13778 12.5772C5.60984 14.4654 10.0648 18.4479 11.5249 19.7369C11.6882 19.8811 11.7699 19.9532 11.8652 19.9815C11.9483 20.0062 12.0393 20.0062 12.1225 19.9815C12.2178 19.9532 12.2994 19.8811 12.4628 19.7369C13.9229 18.4479 18.3778 14.4654 19.8499 12.5772C21.6204 10.3061 21.3417 7.07538 19.0484 5.17534C16.7551 3.2753 13.7994 3.90317 12 6.00019Z",
|
|
17
|
+
stroke: t,
|
|
18
|
+
"stroke-width": "2",
|
|
19
|
+
"stroke-linecap": "round",
|
|
20
|
+
"stroke-linejoin": "round"
|
|
23
21
|
}
|
|
24
22
|
)
|
|
25
23
|
}
|
|
26
24
|
);
|
|
27
25
|
export {
|
|
28
|
-
|
|
26
|
+
l as default
|
|
29
27
|
};
|
|
@@ -1,26 +1,24 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
|
|
3
|
-
const d = ({ color: o = i.m500, size: l = 24, ...h }) => /* @__PURE__ */ e.jsx(
|
|
1
|
+
import { j as l } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
const i = ({ size: e = 24, color: o = "currentColor", ...t }) => /* @__PURE__ */ l.jsx(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
5
|
+
width: e,
|
|
6
|
+
height: e,
|
|
6
7
|
viewBox: "0 0 16 16",
|
|
7
|
-
width: l,
|
|
8
|
-
height: l,
|
|
9
8
|
fill: "none",
|
|
10
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
children: /* @__PURE__ */ e.jsx(
|
|
10
|
+
...t,
|
|
11
|
+
children: /* @__PURE__ */ l.jsx(
|
|
14
12
|
"path",
|
|
15
13
|
{
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
d: "M8
|
|
14
|
+
"fill-rule": "evenodd",
|
|
15
|
+
"clip-rule": "evenodd",
|
|
16
|
+
d: "M8 0L0 6V8H1V15H4V10H7V15H15V8H16V6L14 4.5V1H11V2.25L8 0ZM9 10H12V13H9V10Z",
|
|
19
17
|
fill: o
|
|
20
18
|
}
|
|
21
19
|
)
|
|
22
20
|
}
|
|
23
21
|
);
|
|
24
22
|
export {
|
|
25
|
-
|
|
23
|
+
i as default
|
|
26
24
|
};
|
|
@@ -1,26 +1,24 @@
|
|
|
1
1
|
import { j as e } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
3
|
-
const i = ({ color: a = s.m500, size: l = 24, ...o }) => /* @__PURE__ */ e.jsx(
|
|
2
|
+
const n = ({ size: C = 24, color: l = "currentColor", ...o }) => /* @__PURE__ */ e.jsx(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
5
|
+
width: C,
|
|
6
|
+
height: C,
|
|
6
7
|
viewBox: "0 0 24 24",
|
|
7
|
-
width: l,
|
|
8
|
-
height: l,
|
|
9
8
|
fill: "none",
|
|
10
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
"aria-label": "Home Outline",
|
|
12
10
|
...o,
|
|
13
11
|
children: /* @__PURE__ */ e.jsx(
|
|
14
12
|
"path",
|
|
15
13
|
{
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
d: "M16.25 3.
|
|
19
|
-
fill:
|
|
14
|
+
"fill-rule": "evenodd",
|
|
15
|
+
"clip-rule": "evenodd",
|
|
16
|
+
d: "M16.25 3.75V5.43953L18.25 7.03953V3.75H16.25ZM19.75 8.23953V3.5C19.75 2.80964 19.1904 2.25 18.5 2.25H16C15.3097 2.25 14.75 2.80964 14.75 3.5V4.23953L14.3426 3.91362C12.9731 2.81796 11.027 2.81796 9.65742 3.91362L1.53151 10.4143C1.20806 10.6731 1.15562 11.1451 1.41438 11.4685C1.67313 11.792 2.1451 11.8444 2.46855 11.5857L3.25003 10.9605V21.25H2.00003C1.58581 21.25 1.25003 21.5858 1.25003 22C1.25003 22.4142 1.58581 22.75 2.00003 22.75H22C22.4142 22.75 22.75 22.4142 22.75 22C22.75 21.5858 22.4142 21.25 22 21.25H20.75V10.9605L21.5315 11.5857C21.855 11.8444 22.3269 11.792 22.5857 11.4685C22.8444 11.1451 22.792 10.6731 22.4685 10.4143L19.75 8.23953ZM19.25 9.76047L13.4056 5.08492C12.5838 4.42753 11.4162 4.42753 10.5945 5.08492L4.75003 9.76047V21.25H8.25003L8.25003 16.9506C8.24999 16.2858 8.24996 15.7129 8.31163 15.2542C8.37773 14.7625 8.52679 14.2913 8.90904 13.909C9.29128 13.5268 9.76255 13.3777 10.2542 13.3116C10.7129 13.2499 11.2858 13.25 11.9507 13.25H12.0494C12.7143 13.25 13.2871 13.2499 13.7459 13.3116C14.2375 13.3777 14.7088 13.5268 15.091 13.909C15.4733 14.2913 15.6223 14.7625 15.6884 15.2542C15.7501 15.7129 15.7501 16.2858 15.75 16.9506L15.75 21.25H19.25V9.76047ZM14.25 21.25V17C14.25 16.2717 14.2484 15.8009 14.2018 15.454C14.1581 15.1287 14.0875 15.0268 14.0304 14.9697C13.9733 14.9126 13.8713 14.842 13.546 14.7982C13.1991 14.7516 12.7283 14.75 12 14.75C11.2717 14.75 10.8009 14.7516 10.4541 14.7982C10.1288 14.842 10.0268 14.9126 9.9697 14.9697C9.9126 15.0268 9.84199 15.1287 9.79826 15.454C9.75162 15.8009 9.75003 16.2717 9.75003 17V21.25H14.25ZM12 8.25C11.3097 8.25 10.75 8.80964 10.75 9.5C10.75 10.1904 11.3097 10.75 12 10.75C12.6904 10.75 13.25 10.1904 13.25 9.5C13.25 8.80964 12.6904 8.25 12 8.25ZM9.25003 9.5C9.25003 7.98122 10.4812 6.75 12 6.75C13.5188 6.75 14.75 7.98122 14.75 9.5C14.75 11.0188 13.5188 12.25 12 12.25C10.4812 12.25 9.25003 11.0188 9.25003 9.5Z",
|
|
17
|
+
fill: l
|
|
20
18
|
}
|
|
21
19
|
)
|
|
22
20
|
}
|
|
23
21
|
);
|
|
24
22
|
export {
|
|
25
|
-
|
|
23
|
+
n as default
|
|
26
24
|
};
|
|
@@ -1,37 +1,35 @@
|
|
|
1
1
|
import { j as t } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
3
|
-
const a = ({ color: s = o.m500, size: r = 24, ...e }) => /* @__PURE__ */ t.jsxs(
|
|
2
|
+
const n = ({ size: o = 24, color: s = "currentColor", ...r }) => /* @__PURE__ */ t.jsxs(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
5
|
+
width: o,
|
|
6
|
+
height: o,
|
|
6
7
|
viewBox: "0 0 24 24",
|
|
7
|
-
width: r,
|
|
8
|
-
height: r,
|
|
9
8
|
fill: "none",
|
|
10
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
|
|
12
|
-
...e,
|
|
10
|
+
...r,
|
|
13
11
|
children: [
|
|
14
12
|
/* @__PURE__ */ t.jsx(
|
|
15
13
|
"path",
|
|
16
14
|
{
|
|
17
|
-
d: "M15.197 3.
|
|
15
|
+
d: "M15.197 3.35462C16.8703 1.67483 19.4476 1.53865 20.9536 3.05046C22.4596 4.56228 22.3239 7.14956 20.6506 8.82935L18.2268 11.2626M10.0464 14C8.54044 12.4882 8.67609 9.90087 10.3494 8.22108L12.5 6.06212",
|
|
18
16
|
stroke: s,
|
|
19
|
-
|
|
20
|
-
|
|
17
|
+
"stroke-width": "1.5",
|
|
18
|
+
"stroke-linecap": "round"
|
|
21
19
|
}
|
|
22
20
|
),
|
|
23
21
|
/* @__PURE__ */ t.jsx(
|
|
24
22
|
"path",
|
|
25
23
|
{
|
|
26
|
-
d: "M13.
|
|
24
|
+
d: "M13.9536 10C15.4596 11.5118 15.3239 14.0991 13.6506 15.7789L11.2268 18.2121L8.80299 20.6454C7.12969 22.3252 4.55237 22.4613 3.0464 20.9495C1.54043 19.4377 1.67609 16.8504 3.34939 15.1706L5.77323 12.7373",
|
|
27
25
|
stroke: s,
|
|
28
|
-
|
|
29
|
-
|
|
26
|
+
"stroke-width": "1.5",
|
|
27
|
+
"stroke-linecap": "round"
|
|
30
28
|
}
|
|
31
29
|
)
|
|
32
30
|
]
|
|
33
31
|
}
|
|
34
32
|
);
|
|
35
33
|
export {
|
|
36
|
-
|
|
34
|
+
n as default
|
|
37
35
|
};
|
|
@@ -1,26 +1,24 @@
|
|
|
1
1
|
import { j as e } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
3
|
-
const r = ({ color: o = d.m500, size: l = 24, ...i }) => /* @__PURE__ */ e.jsx(
|
|
2
|
+
const d = ({ size: l = 24, color: o = "currentColor", ...t }) => /* @__PURE__ */ e.jsx(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
6
|
-
viewBox: "0 0 16 16",
|
|
7
5
|
width: l,
|
|
8
6
|
height: l,
|
|
7
|
+
viewBox: "0 0 16 16",
|
|
9
8
|
fill: "none",
|
|
10
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
|
|
12
|
-
...i,
|
|
10
|
+
...t,
|
|
13
11
|
children: /* @__PURE__ */ e.jsx(
|
|
14
12
|
"path",
|
|
15
13
|
{
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
d: "M4
|
|
14
|
+
"fill-rule": "evenodd",
|
|
15
|
+
"clip-rule": "evenodd",
|
|
16
|
+
d: "M4 6V4C4 1.79086 5.79086 0 8 0C10.2091 0 12 1.79086 12 4V6H14V16H2V6H4ZM6 4C6 2.89543 6.89543 2 8 2C9.10457 2 10 2.89543 10 4V6H6V4ZM7 13V9H9V13H7Z",
|
|
19
17
|
fill: o
|
|
20
18
|
}
|
|
21
19
|
)
|
|
22
20
|
}
|
|
23
21
|
);
|
|
24
22
|
export {
|
|
25
|
-
|
|
23
|
+
d as default
|
|
26
24
|
};
|
|
@@ -1,30 +1,35 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
|
|
3
|
-
const a = ({ color: t = r.m500, size: s = 24, ...o }) => /* @__PURE__ */ e.jsxs(
|
|
1
|
+
import { j as t } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
const r = ({ size: s = 24, color: e = "currentColor", ...o }) => /* @__PURE__ */ t.jsxs(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
6
|
-
viewBox: "0 0 24 24",
|
|
7
5
|
width: s,
|
|
8
6
|
height: s,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
9
8
|
fill: "none",
|
|
10
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
"aria-label": "Lock Closed Outline",
|
|
12
10
|
...o,
|
|
13
11
|
children: [
|
|
14
|
-
/* @__PURE__ */
|
|
15
|
-
/* @__PURE__ */
|
|
12
|
+
/* @__PURE__ */ t.jsx("rect", { width: "24", height: "24", fill: e }),
|
|
13
|
+
/* @__PURE__ */ t.jsx(
|
|
16
14
|
"path",
|
|
17
15
|
{
|
|
18
|
-
d: "M6
|
|
19
|
-
stroke:
|
|
20
|
-
|
|
16
|
+
d: "M6 19V11C6 10.4477 6.44772 10 7 10H17C17.5523 10 18 10.4477 18 11V19C18 19.5523 17.5523 20 17 20H7C6.44772 20 6 19.5523 6 19Z",
|
|
17
|
+
stroke: e,
|
|
18
|
+
"stroke-linejoin": "round"
|
|
21
19
|
}
|
|
22
20
|
),
|
|
23
|
-
/* @__PURE__ */
|
|
24
|
-
/* @__PURE__ */
|
|
21
|
+
/* @__PURE__ */ t.jsx("circle", { cx: "12", cy: "15", r: "2", stroke: e, "stroke-linejoin": "round" }),
|
|
22
|
+
/* @__PURE__ */ t.jsx(
|
|
23
|
+
"path",
|
|
24
|
+
{
|
|
25
|
+
d: "M8 10V8C8 5.79086 9.79086 4 12 4C14.2091 4 16 5.79086 16 8V10H8Z",
|
|
26
|
+
stroke: e,
|
|
27
|
+
"stroke-linejoin": "round"
|
|
28
|
+
}
|
|
29
|
+
)
|
|
25
30
|
]
|
|
26
31
|
}
|
|
27
32
|
);
|
|
28
33
|
export {
|
|
29
|
-
|
|
34
|
+
r as default
|
|
30
35
|
};
|
|
@@ -1,26 +1,24 @@
|
|
|
1
1
|
import { j as l } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
3
|
-
const n = ({ color: o = t.m500, size: e = 24, ...i }) => /* @__PURE__ */ l.jsx(
|
|
2
|
+
const r = ({ size: e = 24, color: o = "currentColor", ...t }) => /* @__PURE__ */ l.jsx(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
6
|
-
viewBox: "0 0 16 16",
|
|
7
5
|
width: e,
|
|
8
6
|
height: e,
|
|
7
|
+
viewBox: "0 0 16 16",
|
|
9
8
|
fill: "none",
|
|
10
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
|
|
12
|
-
...i,
|
|
10
|
+
...t,
|
|
13
11
|
children: /* @__PURE__ */ l.jsx(
|
|
14
12
|
"path",
|
|
15
13
|
{
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
d: "M11.5
|
|
14
|
+
"fill-rule": "evenodd",
|
|
15
|
+
"clip-rule": "evenodd",
|
|
16
|
+
d: "M11.5 2C10.6716 2 10 2.67157 10 3.5V6H13V16H1V6H8V3.5C8 1.567 9.567 0 11.5 0C13.433 0 15 1.567 15 3.5V4H13V3.5C13 2.67157 12.3284 2 11.5 2ZM9 10H5V12H9V10Z",
|
|
19
17
|
fill: o
|
|
20
18
|
}
|
|
21
19
|
)
|
|
22
20
|
}
|
|
23
21
|
);
|
|
24
22
|
export {
|
|
25
|
-
|
|
23
|
+
r as default
|
|
26
24
|
};
|