meticulous-ui 1.1.5 → 1.1.7
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/Add/Add.js +10 -9
- package/components/Icons/AddCircle/AddCircle.js +5 -4
- package/components/Icons/AddCircleFilled/AddCircleFilled.js +5 -4
- package/components/Icons/ArrowDown/ArrowDown.js +5 -4
- package/components/Icons/ArrowLeft/ArrowLeft.js +6 -5
- package/components/Icons/ArrowRight/ArrowRight.js +6 -5
- package/components/Icons/ArrowUp/ArrowUp.js +5 -4
- package/components/Icons/BellFilled/BellFilled.js +5 -4
- package/components/Icons/BellOffFilled/BellOffFilled.js +7 -6
- package/components/Icons/BellOffOutline/BellOffOutline.js +11 -10
- package/components/Icons/BellOutline/BellOutline.js +7 -6
- package/components/Icons/BookmarkFilled/BookmarkFilled.js +9 -29
- package/components/Icons/BookmarkOutline/BookmarkOutline.js +3 -2
- package/components/Icons/CartCheckFilled/CartCheckFilled.js +8 -7
- package/components/Icons/CartCheckOutline/CartCheckOutline.js +8 -7
- package/components/Icons/CartCrossFilled/CartCrossFilled.js +5 -4
- package/components/Icons/CartCrossOutline/CartCrossOutline.js +7 -6
- package/components/Icons/CartFilled/CartFilled.js +1 -0
- package/components/Icons/CartMinusFilled/CartMinusFilled.js +5 -4
- package/components/Icons/CartMinusOutline/CartMinusOutline.js +9 -8
- package/components/Icons/CartOutline/CartOutline.js +9 -8
- package/components/Icons/CartPlusFilled/CartPlusFilled.js +5 -4
- package/components/Icons/CartPlusOutline/CartPlusOutline.js +7 -6
- package/components/Icons/Check/Check.js +26 -0
- package/components/Icons/CheckDouble/CheckDouble.js +26 -0
- package/components/Icons/ChevronDown/ChevronDown.js +7 -6
- package/components/Icons/ChevronLeft/ChevronLeft.js +6 -5
- package/components/Icons/ChevronLeft/index.js +2 -2
- package/components/Icons/ChevronRight/ChevronRight.js +6 -5
- package/components/Icons/ChevronUp/ChevronUp.js +6 -5
- package/components/Icons/ClockCircleOutline/ClockCircleOutline.js +10 -9
- package/components/Icons/ClockSquareOutline/ClockSquareOutline.js +9 -8
- package/components/Icons/Close/Close.js +9 -8
- package/components/Icons/CloseCircleFilled/CloseCircleFilled.js +5 -4
- package/components/Icons/CloseCircleOutline/CloseCircleOutline.js +11 -11
- package/components/Icons/CommentBubbleFilled/CommentBubbleFilled.js +9 -29
- package/components/Icons/CommentBubbleOutline/CommentBubbleOutline.js +9 -29
- package/components/Icons/CommentFilled/CommentFilled.js +9 -29
- package/components/Icons/CommentLineFilled/CommentLineFilled.js +8 -28
- package/components/Icons/CommentLineOutline/CommentLineOutline.js +9 -29
- package/components/Icons/CommentOutline/CommentOutline.js +9 -29
- package/components/Icons/ContactDetailsFilled/ContactDetailsFilled.js +4 -9
- package/components/Icons/ContactDetailsOutline/ContactDetailsOutline.js +9 -14
- package/components/Icons/DetailsOutline/DetailsOutline.js +2 -1
- package/components/Icons/DotsHorizontalFilled/DotsHorizontalFilled.js +3 -2
- package/components/Icons/DotsHorizontalOutline/DotsHorizontalOutline.js +15 -14
- package/components/Icons/DotsVerticalFilled/DotsVerticalFilled.js +3 -2
- package/components/Icons/DotsVerticalOutline/DotsVerticalOutline.js +12 -11
- package/components/Icons/ExitArrowInOutline/ExitArrowInOutline.js +7 -7
- package/components/Icons/ExitArrowOutOutline/ExitArrowOutOutline.js +9 -8
- package/components/Icons/HamburgerMenu/HamburgerMenu.js +9 -8
- package/components/Icons/HamburgerSpaced/HamburgerSpaced.js +8 -28
- package/components/Icons/HeartFilled/HeartFilled.js +4 -3
- package/components/Icons/HeartOutline/HeartOutline.js +8 -7
- package/components/Icons/HomeFilled/HomeFilled.js +5 -4
- package/components/Icons/HomeOutline/HomeOutline.js +3 -2
- package/components/Icons/Info/Info.js +32 -0
- package/components/Icons/Link/Link.js +9 -8
- package/components/Icons/LockKeyhole/LockKeyhole.js +25 -0
- package/components/Icons/LockKeyholeOutline/LockKeyholeOutline.js +36 -0
- package/components/Icons/LockKeyholeUnlocked/LockKeyholeUnlocked.js +25 -0
- package/components/Icons/LockKeyholeUnlockedOutline/LockKeyholeUnlockedOutline.js +36 -0
- package/components/Icons/Minus/Minus.js +7 -6
- package/components/Icons/MinusCircle/MinusCircle.js +6 -26
- package/components/Icons/MinusCircleFilled/MinusCircleFilled.js +9 -29
- package/components/Icons/MoneyBagOutline/MoneyBagOutline.js +51 -0
- package/components/Icons/MoneyBriefcaseFilled/MoneyBriefcaseFilled.js +25 -0
- package/components/Icons/MoneyBriefcaseOutline/MoneyBriefcaseOutline.js +43 -0
- package/components/Icons/ProfileFemaleOutline/ProfileFemaleOutline.js +3 -2
- package/components/Icons/ProfileGroupFilled/ProfileGroupFilled.js +8 -7
- package/components/Icons/ProfileMaleFilled/ProfileMaleFilled.js +3 -2
- package/components/Icons/ProfileMaleOutline/ProfileMaleOutline.js +4 -3
- package/components/Icons/RupeeOutlined/RupeeOutlined.js +23 -0
- package/components/Icons/RupeeSign/RupeeSign.js +26 -0
- package/components/Icons/Search/Search.js +8 -28
- package/components/Icons/SettingFilled/SettingFilled.js +4 -3
- package/components/Icons/SettingOutline/SettingOutline.js +1 -0
- package/components/Icons/ShareAllFilled/ShareAllFilled.js +5 -4
- package/components/Icons/ShareAllOutline/ShareAllOutline.js +8 -7
- package/components/Icons/ShareBoxOutline/ShareBoxOutline.js +3 -2
- package/components/Icons/ShareFilled/ShareFilled.js +5 -4
- package/components/Icons/ShareOutline/ShareOutline.js +11 -10
- package/components/Icons/ShareThickFilled/ShareThickFilled.js +3 -2
- package/components/Icons/ShieldCheckFilled/ShieldCheckFilled.js +5 -4
- package/components/Icons/ShieldCheckOutline/ShieldCheckOutline.js +8 -7
- package/components/Icons/ShieldCrossFilled/ShieldCrossFilled.js +5 -4
- package/components/Icons/ShieldCrossOutline/ShieldCrossOutline.js +7 -6
- package/components/Icons/ShieldWarningFilled/ShieldWarningFilled.js +5 -4
- package/components/Icons/ShieldWarningOutline/ShieldWarningOutline.js +10 -9
- package/components/Icons/StarFilled/StarFilled.js +7 -6
- package/components/Icons/StarOutline/StarOutline.js +5 -4
- package/components/Icons/ThumbsDownFilled/ThumbsDownFilled.js +8 -7
- package/components/Icons/ThumbsDownOutline/ThumbsDownOutline.js +3 -2
- package/components/Icons/ThumbsUpFilled/ThumbsUpFilled.js +3 -2
- package/components/Icons/ThumbsUpOutline/ThumbsUpOutline.js +4 -3
- package/components/Icons/Upload/Upload.js +3 -2
- package/components/Icons/UploadBoxFilled/UploadBoxFilled.js +5 -4
- package/components/Icons/UploadBoxOutline/UploadBoxOutline.js +5 -4
- package/components/Icons/WalletFilled/WalletFilled.js +6 -26
- package/components/Icons/WalletOutline/WalletOutline.js +8 -28
- package/components/Icons/index.js +263 -239
- package/package.json +1 -1
- package/utils/hasEqualProps.js +1 -1
- package/components/Icons/Add/index.js +0 -4
- package/components/Icons/AddCircle/index.js +0 -4
- package/components/Icons/AddCircleFilled/index.js +0 -4
- package/components/Icons/ArrowDown/index.js +0 -4
- package/components/Icons/ArrowLeft/index.js +0 -4
- package/components/Icons/ArrowRight/index.js +0 -4
- package/components/Icons/ArrowUp/index.js +0 -4
- package/components/Icons/BellFilled/index.js +0 -4
- package/components/Icons/BellOffFilled/index.js +0 -4
- package/components/Icons/BellOffOutline/index.js +0 -4
- package/components/Icons/BellOutline/index.js +0 -4
- package/components/Icons/BookmarkFilled/index.js +0 -4
- package/components/Icons/BookmarkOutline/index.js +0 -4
- package/components/Icons/CartCheckFilled/index.js +0 -4
- package/components/Icons/CartCheckOutline/index.js +0 -4
- package/components/Icons/CartCrossFilled/index.js +0 -4
- package/components/Icons/CartCrossOutline/index.js +0 -4
- package/components/Icons/CartFilled/index.js +0 -4
- package/components/Icons/CartMinusFilled/index.js +0 -4
- package/components/Icons/CartMinusOutline/index.js +0 -4
- package/components/Icons/CartOutline/index.js +0 -4
- package/components/Icons/CartPlusFilled/index.js +0 -4
- package/components/Icons/CartPlusOutline/index.js +0 -4
- package/components/Icons/ChevronDown/index.js +0 -4
- package/components/Icons/ChevronUp/index.js +0 -4
- package/components/Icons/ClockCircleOutline/index.js +0 -4
- package/components/Icons/ClockSquareOutline/index.js +0 -4
- package/components/Icons/Close/index.js +0 -4
- package/components/Icons/CloseCircleFilled/index.js +0 -4
- package/components/Icons/CloseCircleOutline/index.js +0 -4
- package/components/Icons/CommentBubbleFilled/index.js +0 -4
- package/components/Icons/CommentBubbleOutline/index.js +0 -4
- package/components/Icons/CommentFilled/index.js +0 -4
- package/components/Icons/CommentLineFilled/index.js +0 -4
- package/components/Icons/CommentLineOutline/index.js +0 -4
- package/components/Icons/CommentOutline/index.js +0 -4
- package/components/Icons/ContactDetailsFilled/index.js +0 -4
- package/components/Icons/ContactDetailsOutline/index.js +0 -4
- package/components/Icons/DetailsOutline/index.js +0 -4
- package/components/Icons/DotsHorizontalFilled/index.js +0 -4
- package/components/Icons/DotsHorizontalOutline/index.js +0 -4
- package/components/Icons/DotsVerticalFilled/index.js +0 -4
- package/components/Icons/DotsVerticalOutline/index.js +0 -4
- package/components/Icons/ExitArrowInOutline/index.js +0 -4
- package/components/Icons/ExitArrowOutOutline/index.js +0 -4
- package/components/Icons/HamburgerMenu/index.js +0 -4
- package/components/Icons/HamburgerSpaced/index.js +0 -4
- package/components/Icons/HeartFilled/index.js +0 -4
- package/components/Icons/HeartOutline/index.js +0 -4
- package/components/Icons/HomeFilled/index.js +0 -4
- package/components/Icons/HomeOutline/index.js +0 -4
- package/components/Icons/Link/index.js +0 -4
- package/components/Icons/LockClosedFilled/LockClosedFilled.js +0 -24
- package/components/Icons/LockClosedFilled/index.js +0 -4
- package/components/Icons/LockClosedOutline/LockClosedOutline.js +0 -35
- package/components/Icons/LockClosedOutline/index.js +0 -4
- package/components/Icons/LockOpenFilled/LockOpenFilled.js +0 -24
- package/components/Icons/LockOpenFilled/index.js +0 -4
- package/components/Icons/LockOpenOutline/LockOpenOutline.js +0 -36
- package/components/Icons/LockOpenOutline/index.js +0 -4
- package/components/Icons/Minus/index.js +0 -4
- package/components/Icons/MinusCircle/index.js +0 -4
- package/components/Icons/MinusCircleFilled/index.js +0 -4
- package/components/Icons/ProfileFemaleOutline/index.js +0 -4
- package/components/Icons/ProfileGroupFilled/index.js +0 -4
- package/components/Icons/ProfileMaleFilled/index.js +0 -4
- package/components/Icons/ProfileMaleOutline/index.js +0 -4
- package/components/Icons/Search/index.js +0 -4
- package/components/Icons/SettingFilled/index.js +0 -4
- package/components/Icons/SettingOutline/index.js +0 -4
- package/components/Icons/ShareAllFilled/index.js +0 -4
- package/components/Icons/ShareAllOutline/index.js +0 -4
- package/components/Icons/ShareBoxOutline/index.js +0 -4
- package/components/Icons/ShareFilled/index.js +0 -4
- package/components/Icons/ShareOutline/index.js +0 -4
- package/components/Icons/ShareThickFilled/index.js +0 -4
- package/components/Icons/ShieldCheckFilled/index.js +0 -4
- package/components/Icons/ShieldCheckOutline/index.js +0 -4
- package/components/Icons/ShieldCrossFilled/index.js +0 -4
- package/components/Icons/ShieldCrossOutline/index.js +0 -4
- package/components/Icons/ShieldWarningFilled/index.js +0 -4
- package/components/Icons/ShieldWarningOutline/index.js +0 -4
- package/components/Icons/StarFilled/index.js +0 -4
- package/components/Icons/StarOutline/index.js +0 -4
- package/components/Icons/ThumbsDownFilled/index.js +0 -4
- package/components/Icons/ThumbsDownOutline/index.js +0 -4
- package/components/Icons/ThumbsUpFilled/index.js +0 -4
- package/components/Icons/ThumbsUpOutline/index.js +0 -4
- package/components/Icons/Upload/index.js +0 -4
- package/components/Icons/UploadBoxFilled/index.js +0 -4
- package/components/Icons/UploadBoxOutline/index.js +0 -4
- package/components/Icons/WalletFilled/index.js +0 -4
- package/components/Icons/WalletOutline/index.js +0 -4
|
@@ -1,27 +1,28 @@
|
|
|
1
1
|
import { j as t } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
2
|
+
import "react";
|
|
3
|
+
const C = ({ size: s = 24, color: r = "currentColor", ...e }) => /* @__PURE__ */ t.jsxs(
|
|
3
4
|
"svg",
|
|
4
5
|
{
|
|
5
|
-
width:
|
|
6
|
-
height:
|
|
6
|
+
width: s,
|
|
7
|
+
height: s,
|
|
7
8
|
viewBox: "0 0 24 24",
|
|
8
9
|
fill: "none",
|
|
9
10
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
-
...
|
|
11
|
+
...e,
|
|
11
12
|
children: [
|
|
12
13
|
/* @__PURE__ */ t.jsx(
|
|
13
14
|
"path",
|
|
14
15
|
{
|
|
15
16
|
d: "M3 10.4167C3 7.21907 3 5.62028 3.37752 5.08241C3.75503 4.54454 5.25832 4.02996 8.26491 3.00079L8.83772 2.80472C10.405 2.26824 11.1886 2 12 2C12.8114 2 13.595 2.26824 15.1623 2.80472L15.7351 3.00079C18.7417 4.02996 20.245 4.54454 20.6225 5.08241C21 5.62028 21 7.21907 21 10.4167C21 10.8996 21 11.4234 21 11.9914C21 17.6294 16.761 20.3655 14.1014 21.5273C13.38 21.8424 13.0193 22 12 22C10.9807 22 10.62 21.8424 9.89856 21.5273C7.23896 20.3655 3 17.6294 3 11.9914C3 11.4234 3 10.8996 3 10.4167Z",
|
|
16
|
-
stroke:
|
|
17
|
-
|
|
17
|
+
stroke: r,
|
|
18
|
+
strokeWidth: "1.5"
|
|
18
19
|
}
|
|
19
20
|
),
|
|
20
|
-
/* @__PURE__ */ t.jsx("path", { d: "M12 8V12", stroke:
|
|
21
|
-
/* @__PURE__ */ t.jsx("circle", { cx: "12", cy: "15", r: "1", fill:
|
|
21
|
+
/* @__PURE__ */ t.jsx("path", { d: "M12 8V12", stroke: r, strokeWidth: "1.5", strokeLinecap: "round" }),
|
|
22
|
+
/* @__PURE__ */ t.jsx("circle", { cx: "12", cy: "15", r: "1", fill: r })
|
|
22
23
|
]
|
|
23
24
|
}
|
|
24
25
|
);
|
|
25
26
|
export {
|
|
26
|
-
|
|
27
|
+
C as default
|
|
27
28
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
|
|
1
|
+
import { j as t } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
import "react";
|
|
3
|
+
const s = ({ size: l = 24, color: c = "currentColor", ...n }) => /* @__PURE__ */ t.jsx(
|
|
3
4
|
"svg",
|
|
4
5
|
{
|
|
5
6
|
width: l,
|
|
@@ -7,11 +8,11 @@ const r = ({ size: l = 24, color: n = "currentColor", ...t }) => /* @__PURE__ */
|
|
|
7
8
|
viewBox: "0 0 64 64",
|
|
8
9
|
fill: "none",
|
|
9
10
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
-
...
|
|
11
|
-
children: /* @__PURE__ */
|
|
11
|
+
...n,
|
|
12
|
+
children: /* @__PURE__ */ t.jsx(
|
|
12
13
|
"path",
|
|
13
14
|
{
|
|
14
|
-
fill:
|
|
15
|
+
fill: c,
|
|
15
16
|
d: `M63.893,24.277c-0.238-0.711-0.854-1.229-1.595-1.343l-19.674-3.006L33.809,1.15
|
|
16
17
|
C33.479,0.448,32.773,0,31.998,0s-1.48,0.448-1.811,1.15l-8.815,18.778L1.698,22.935c-0.741,0.113-1.356,0.632-1.595,1.343
|
|
17
18
|
c-0.238,0.71-0.059,1.494,0.465,2.031l14.294,14.657L11.484,61.67c-0.124,0.756,0.195,1.517,0.822,1.957
|
|
@@ -23,5 +24,5 @@ const r = ({ size: l = 24, color: n = "currentColor", ...t }) => /* @__PURE__ */
|
|
|
23
24
|
}
|
|
24
25
|
);
|
|
25
26
|
export {
|
|
26
|
-
|
|
27
|
+
s as default
|
|
27
28
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { j as n } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
2
|
+
import "react";
|
|
3
|
+
const i = ({ size: l = 24, color: t = "currentColor", ...c }) => /* @__PURE__ */ n.jsx(
|
|
3
4
|
"svg",
|
|
4
5
|
{
|
|
5
6
|
width: l,
|
|
@@ -7,11 +8,11 @@ const r = ({ size: l = 24, color: c = "currentColor", ...t }) => /* @__PURE__ */
|
|
|
7
8
|
viewBox: "0 0 64 64",
|
|
8
9
|
fill: "none",
|
|
9
10
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
-
...
|
|
11
|
+
...c,
|
|
11
12
|
children: /* @__PURE__ */ n.jsx(
|
|
12
13
|
"path",
|
|
13
14
|
{
|
|
14
|
-
fill:
|
|
15
|
+
fill: t,
|
|
15
16
|
d: `M32.001,2.484c0.279,0,0.463,0.509,0.463,0.509l8.806,18.759l20.729,3.167L47,40.299L50.541,62
|
|
16
17
|
l-18.54-10.254L13.461,62l3.541-21.701L2.003,24.919l20.729-3.167L31.53,3.009C31.53,3.009,31.722,2.484,32.001,2.484 M32.001,0.007
|
|
17
18
|
c-0.775,0-1.48,0.448-1.811,1.15l-8.815,18.778L1.701,22.941c-0.741,0.113-1.356,0.632-1.595,1.343
|
|
@@ -25,5 +26,5 @@ const r = ({ size: l = 24, color: c = "currentColor", ...t }) => /* @__PURE__ */
|
|
|
25
26
|
}
|
|
26
27
|
);
|
|
27
28
|
export {
|
|
28
|
-
|
|
29
|
+
i as default
|
|
29
30
|
};
|
|
@@ -1,14 +1,15 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
|
|
1
|
+
import { j as o } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
import "react";
|
|
3
|
+
const e = ({ size: t = 24, color: l = "currentColor", ...r }) => /* @__PURE__ */ o.jsx(
|
|
3
4
|
"svg",
|
|
4
5
|
{
|
|
5
|
-
width:
|
|
6
|
-
height:
|
|
6
|
+
width: t,
|
|
7
|
+
height: t,
|
|
7
8
|
viewBox: "0 0 24 24",
|
|
8
9
|
fill: "none",
|
|
9
10
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
-
...
|
|
11
|
-
children: /* @__PURE__ */
|
|
11
|
+
...r,
|
|
12
|
+
children: /* @__PURE__ */ o.jsx(
|
|
12
13
|
"path",
|
|
13
14
|
{
|
|
14
15
|
d: "M20 5.61V11.38C20 12.27 19.27 13 18.38 13H16.77V4H18.38C19.28 4 20 4.72 20 5.61ZM5.34001 5.24L4.02001 12.74C3.86001 13.66 4.56001 14.5 5.50001 14.5H10.28V18C10.28 19.1 11.18 20 12.27 20H12.36C12.76 20 13.12 19.76 13.28 19.39L16.01 13V4H6.81001C6.08001 4 5.46001 4.52 5.33001 5.24H5.34001Z",
|
|
@@ -18,5 +19,5 @@ const r = ({ size: o = 24, color: l = "currentColor", ...s }) => /* @__PURE__ */
|
|
|
18
19
|
}
|
|
19
20
|
);
|
|
20
21
|
export {
|
|
21
|
-
|
|
22
|
+
e as default
|
|
22
23
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { j as t } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
2
|
+
import "react";
|
|
3
|
+
const l = ({ size: C = 24, color: o = "currentColor", ...r }) => /* @__PURE__ */ t.jsx(
|
|
3
4
|
"svg",
|
|
4
5
|
{
|
|
5
6
|
width: C,
|
|
@@ -7,7 +8,7 @@ const l = ({ size: C = 24, color: o = "currentColor", ...n }) => /* @__PURE__ */
|
|
|
7
8
|
viewBox: "0 0 24 24",
|
|
8
9
|
fill: "none",
|
|
9
10
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
-
...
|
|
11
|
+
...r,
|
|
11
12
|
children: /* @__PURE__ */ t.jsx(
|
|
12
13
|
"path",
|
|
13
14
|
{
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { j as o } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
2
|
+
import "react";
|
|
3
|
+
const e = ({ size: t = 24, color: l = "currentColor", ...r }) => /* @__PURE__ */ o.jsx(
|
|
3
4
|
"svg",
|
|
4
5
|
{
|
|
5
6
|
width: t,
|
|
@@ -7,7 +8,7 @@ const e = ({ size: t = 24, color: l = "currentColor", ...s }) => /* @__PURE__ */
|
|
|
7
8
|
viewBox: "0 0 24 24",
|
|
8
9
|
fill: "none",
|
|
9
10
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
-
...
|
|
11
|
+
...r,
|
|
11
12
|
children: /* @__PURE__ */ o.jsx(
|
|
12
13
|
"path",
|
|
13
14
|
{
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { j as t } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
2
|
+
import "react";
|
|
3
|
+
const l = ({ size: C = 24, color: o = "currentColor", ...r }) => /* @__PURE__ */ t.jsx(
|
|
3
4
|
"svg",
|
|
4
5
|
{
|
|
5
6
|
width: C,
|
|
@@ -7,7 +8,7 @@ const n = ({ size: C = 24, color: o = "currentColor", ...s }) => /* @__PURE__ */
|
|
|
7
8
|
viewBox: "0 0 24 24",
|
|
8
9
|
fill: "none",
|
|
9
10
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
-
...
|
|
11
|
+
...r,
|
|
11
12
|
children: /* @__PURE__ */ t.jsx(
|
|
12
13
|
"path",
|
|
13
14
|
{
|
|
@@ -18,5 +19,5 @@ const n = ({ size: C = 24, color: o = "currentColor", ...s }) => /* @__PURE__ */
|
|
|
18
19
|
}
|
|
19
20
|
);
|
|
20
21
|
export {
|
|
21
|
-
|
|
22
|
+
l as default
|
|
22
23
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { j as C } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
2
|
+
import "react";
|
|
3
|
+
const r = ({ size: t = 24, color: s = "currentColor", ...l }) => /* @__PURE__ */ C.jsxs(
|
|
3
4
|
"svg",
|
|
4
5
|
{
|
|
5
6
|
width: t,
|
|
@@ -27,5 +28,5 @@ const i = ({ size: t = 24, color: s = "currentColor", ...l }) => /* @__PURE__ */
|
|
|
27
28
|
}
|
|
28
29
|
);
|
|
29
30
|
export {
|
|
30
|
-
|
|
31
|
+
r as default
|
|
31
32
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { j as l } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
2
|
+
import "react";
|
|
3
|
+
const d = ({ size: C = 24, color: o = "currentColor", ...e }) => /* @__PURE__ */ l.jsx(
|
|
3
4
|
"svg",
|
|
4
5
|
{
|
|
5
6
|
width: C,
|
|
@@ -11,8 +12,8 @@ const r = ({ size: C = 24, color: o = "currentColor", ...e }) => /* @__PURE__ */
|
|
|
11
12
|
children: /* @__PURE__ */ l.jsx(
|
|
12
13
|
"path",
|
|
13
14
|
{
|
|
14
|
-
|
|
15
|
-
|
|
15
|
+
fillRule: "evenodd",
|
|
16
|
+
clipRule: "evenodd",
|
|
16
17
|
d: "M2 12C2 7.28595 2 4.92893 3.46447 3.46447C4.92893 2 7.28595 2 12 2C16.714 2 19.0711 2 20.5355 3.46447C22 4.92893 22 7.28595 22 12C22 16.714 22 19.0711 20.5355 20.5355C19.0711 22 16.714 22 12 22C7.28595 22 4.92893 22 3.46447 20.5355C2 19.0711 2 16.714 2 12ZM12 17.75C12.4142 17.75 12.75 17.4142 12.75 17V11.8107L14.4697 13.5303C14.7626 13.8232 15.2374 13.8232 15.5303 13.5303C15.8232 13.2374 15.8232 12.7626 15.5303 12.4697L12.5303 9.46967C12.3897 9.32902 12.1989 9.25 12 9.25C11.8011 9.25 11.6103 9.32902 11.4697 9.46967L8.46967 12.4697C8.17678 12.7626 8.17678 13.2374 8.46967 13.5303C8.76256 13.8232 9.23744 13.8232 9.53033 13.5303L11.25 11.8107V17C11.25 17.4142 11.5858 17.75 12 17.75ZM8 7.75C7.58579 7.75 7.25 7.41421 7.25 7C7.25 6.58579 7.58579 6.25 8 6.25H16C16.4142 6.25 16.75 6.58579 16.75 7C16.75 7.41421 16.4142 7.75 16 7.75H8Z",
|
|
17
18
|
fill: o
|
|
18
19
|
}
|
|
@@ -20,5 +21,5 @@ const r = ({ size: C = 24, color: o = "currentColor", ...e }) => /* @__PURE__ */
|
|
|
20
21
|
}
|
|
21
22
|
);
|
|
22
23
|
export {
|
|
23
|
-
|
|
24
|
+
d as default
|
|
24
25
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { j as C } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
2
|
+
import "react";
|
|
3
|
+
const d = ({ size: t = 24, color: l = "currentColor", ...e }) => /* @__PURE__ */ C.jsxs(
|
|
3
4
|
"svg",
|
|
4
5
|
{
|
|
5
6
|
width: t,
|
|
@@ -26,8 +27,8 @@ const s = ({ size: t = 24, color: l = "currentColor", ...e }) => /* @__PURE__ */
|
|
|
26
27
|
/* @__PURE__ */ C.jsx(
|
|
27
28
|
"path",
|
|
28
29
|
{
|
|
29
|
-
|
|
30
|
-
|
|
30
|
+
fillRule: "evenodd",
|
|
31
|
+
clipRule: "evenodd",
|
|
31
32
|
d: "M11.9426 1.25C9.63423 1.24999 7.82519 1.24998 6.4137 1.43975C4.96897 1.63399 3.82895 2.03933 2.93414 2.93414C2.03933 3.82895 1.63399 4.96897 1.43975 6.41371C1.24998 7.82519 1.24999 9.63423 1.25 11.9426V12.0574C1.24999 14.3658 1.24998 16.1748 1.43975 17.5863C1.63399 19.031 2.03933 20.1711 2.93414 21.0659C3.82895 21.9607 4.96897 22.366 6.4137 22.5603C7.82519 22.75 9.63423 22.75 11.9426 22.75H12.0574C14.3658 22.75 16.1748 22.75 17.5863 22.5603C19.031 22.366 20.1711 21.9607 21.0659 21.0659C21.9607 20.1711 22.366 19.031 22.5603 17.5863C22.75 16.1748 22.75 14.3658 22.75 12.0574V11.9426C22.75 9.63423 22.75 7.82519 22.5603 6.41371C22.366 4.96897 21.9607 3.82895 21.0659 2.93414C20.1711 2.03933 19.031 1.63399 17.5863 1.43975C16.1748 1.24998 14.3658 1.24999 12.0574 1.25H11.9426ZM3.9948 3.9948C4.56445 3.42514 5.33517 3.09825 6.61358 2.92637C7.91356 2.75159 9.62177 2.75 12 2.75C14.3782 2.75 16.0864 2.75159 17.3864 2.92637C18.6648 3.09825 19.4355 3.42514 20.0052 3.9948C20.5749 4.56445 20.9018 5.33517 21.0736 6.61358C21.2484 7.91356 21.25 9.62178 21.25 12C21.25 14.3782 21.2484 16.0864 21.0736 17.3864C20.9018 18.6648 20.5749 19.4355 20.0052 20.0052C19.4355 20.5749 18.6648 20.9018 17.3864 21.0736C16.0864 21.2484 14.3782 21.25 12 21.25C9.62177 21.25 7.91356 21.2484 6.61358 21.0736C5.33517 20.9018 4.56445 20.5749 3.9948 20.0052C3.42514 19.4355 3.09825 18.6648 2.92637 17.3864C2.75159 16.0864 2.75 14.3782 2.75 12C2.75 9.62178 2.75159 7.91356 2.92637 6.61358C3.09825 5.33517 3.42514 4.56445 3.9948 3.9948Z",
|
|
32
33
|
fill: l
|
|
33
34
|
}
|
|
@@ -36,5 +37,5 @@ const s = ({ size: t = 24, color: l = "currentColor", ...e }) => /* @__PURE__ */
|
|
|
36
37
|
}
|
|
37
38
|
);
|
|
38
39
|
export {
|
|
39
|
-
|
|
40
|
+
d as default
|
|
40
41
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { j as e } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
import "react";
|
|
2
3
|
const i = ({ size: t = 24, color: l = "currentColor", ...s }) => /* @__PURE__ */ e.jsxs(
|
|
3
4
|
"svg",
|
|
4
5
|
{
|
|
@@ -12,34 +13,13 @@ const i = ({ size: t = 24, color: l = "currentColor", ...s }) => /* @__PURE__ */
|
|
|
12
13
|
/* @__PURE__ */ e.jsx("title", { children: "wallet" }),
|
|
13
14
|
/* @__PURE__ */ e.jsx("desc", { children: "Created with Sketch Beta." }),
|
|
14
15
|
/* @__PURE__ */ e.jsx("defs", {}),
|
|
15
|
-
/* @__PURE__ */ e.jsx(
|
|
16
|
-
"
|
|
16
|
+
/* @__PURE__ */ e.jsx("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd", "sketch:type": "MSPage", children: /* @__PURE__ */ e.jsx("g", { "sketch:type": "MSLayerGroup", transform: "translate(-259.000000, -776.000000)", fill: l, children: /* @__PURE__ */ e.jsx(
|
|
17
|
+
"path",
|
|
17
18
|
{
|
|
18
|
-
|
|
19
|
-
|
|
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-Filled",
|
|
28
|
-
"sketch:type": "MSLayerGroup",
|
|
29
|
-
transform: "translate(-259.000000, -776.000000)",
|
|
30
|
-
fill: l,
|
|
31
|
-
children: /* @__PURE__ */ e.jsx(
|
|
32
|
-
"path",
|
|
33
|
-
{
|
|
34
|
-
d: "M283,799 L289,799 L289,797 L283,797 L283,799 Z M287,787 L259,787 L259,807 C259,808.104 259.896,809 261,809 L287,809 C288.104,809 289,808.104 289,807 L289,801 L282,801 C281.448,801 281,800.553 281,800 L281,796 C281,795.448 281.448,795 282,795 L289,795 L289,789 C289,787.896 288.104,787 287,787 L287,787 Z M287,778 C287,777.447 286.764,777.141 286.25,776.938 C285.854,776.781 285.469,776.875 285,777 L259,785 L287,785 L287,778 L287,778 Z",
|
|
35
|
-
id: "wallet",
|
|
36
|
-
"sketch:type": "MSShapeGroup"
|
|
37
|
-
}
|
|
38
|
-
)
|
|
39
|
-
}
|
|
40
|
-
)
|
|
19
|
+
d: "M283,799 L289,799 L289,797 L283,797 L283,799 Z M287,787 L259,787 L259,807 C259,808.104 259.896,809 261,809 L287,809 C288.104,809 289,808.104 289,807 L289,801 L282,801 C281.448,801 281,800.553 281,800 L281,796 C281,795.448 281.448,795 282,795 L289,795 L289,789 C289,787.896 288.104,787 287,787 L287,787 Z M287,778 C287,777.447 286.764,777.141 286.25,776.938 C285.854,776.781 285.469,776.875 285,777 L259,785 L287,785 L287,778 L287,778 Z",
|
|
20
|
+
"sketch:type": "MSShapeGroup"
|
|
41
21
|
}
|
|
42
|
-
)
|
|
22
|
+
) }) })
|
|
43
23
|
]
|
|
44
24
|
}
|
|
45
25
|
);
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { j as e } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
2
|
+
import "react";
|
|
3
|
+
const n = ({ size: t = 24, color: L = "currentColor", ...l }) => /* @__PURE__ */ e.jsxs(
|
|
3
4
|
"svg",
|
|
4
5
|
{
|
|
5
6
|
width: t,
|
|
@@ -12,37 +13,16 @@ const r = ({ size: t = 24, color: L = "currentColor", ...l }) => /* @__PURE__ */
|
|
|
12
13
|
/* @__PURE__ */ e.jsx("title", { children: "wallet" }),
|
|
13
14
|
/* @__PURE__ */ e.jsx("desc", { children: "Created with Sketch Beta." }),
|
|
14
15
|
/* @__PURE__ */ e.jsx("defs", {}),
|
|
15
|
-
/* @__PURE__ */ e.jsx(
|
|
16
|
-
"
|
|
16
|
+
/* @__PURE__ */ e.jsx("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd", "sketch:type": "MSPage", children: /* @__PURE__ */ e.jsx("g", { "sketch:type": "MSLayerGroup", transform: "translate(-257.000000, -774.000000)", fill: L, children: /* @__PURE__ */ e.jsx(
|
|
17
|
+
"path",
|
|
17
18
|
{
|
|
18
|
-
|
|
19
|
-
|
|
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(-257.000000, -774.000000)",
|
|
30
|
-
fill: L,
|
|
31
|
-
children: /* @__PURE__ */ e.jsx(
|
|
32
|
-
"path",
|
|
33
|
-
{
|
|
34
|
-
d: "M285,793 L280,793 C279.448,793 279,793.448 279,794 L279,798 C279,798.553 279.448,799 280,799 L285,799 L285,804 C285,804.553 284.552,805 284,805 L260,805 C259.448,805 259,804.553 259,804 L259,785 L284,785 C284.552,785 285,785.447 285,786 L285,793 L285,793 Z M285,796 L285,797 L281,797 L281,796 L281,795 L285,795 L285,796 L285,796 Z M283,777 L283,783 L263.5,783 L283,777 L283,777 Z M285,783 L285,776 C285,775.447 284.764,775.141 284.25,774.938 C283.854,774.781 283.469,774.875 283,775 L257,783 L257,805 C257,806.104 257.896,807 259,807 L285,807 C286.104,807 287,806.104 287,805 L287,785 C287,783.896 286.104,783 285,783 L285,783 Z",
|
|
35
|
-
id: "wallet",
|
|
36
|
-
"sketch:type": "MSShapeGroup"
|
|
37
|
-
}
|
|
38
|
-
)
|
|
39
|
-
}
|
|
40
|
-
)
|
|
19
|
+
d: "M285,793 L280,793 C279.448,793 279,793.448 279,794 L279,798 C279,798.553 279.448,799 280,799 L285,799 L285,804 C285,804.553 284.552,805 284,805 L260,805 C259.448,805 259,804.553 259,804 L259,785 L284,785 C284.552,785 285,785.447 285,786 L285,793 L285,793 Z M285,796 L285,797 L281,797 L281,796 L281,795 L285,795 L285,796 L285,796 Z M283,777 L283,783 L263.5,783 L283,777 L283,777 Z M285,783 L285,776 C285,775.447 284.764,775.141 284.25,774.938 C283.854,774.781 283.469,774.875 283,775 L257,783 L257,805 C257,806.104 257.896,807 259,807 L285,807 C286.104,807 287,806.104 287,805 L287,785 C287,783.896 286.104,783 285,783 L285,783 Z",
|
|
20
|
+
"sketch:type": "MSShapeGroup"
|
|
41
21
|
}
|
|
42
|
-
)
|
|
22
|
+
) }) })
|
|
43
23
|
]
|
|
44
24
|
}
|
|
45
25
|
);
|
|
46
26
|
export {
|
|
47
|
-
|
|
27
|
+
n as default
|
|
48
28
|
};
|