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,5 +1,6 @@
|
|
|
1
1
|
import { j as e } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
2
|
+
import "react";
|
|
3
|
+
const o = ({ size: d = 24, color: l = "currentColor", ...i }) => /* @__PURE__ */ e.jsxs(
|
|
3
4
|
"svg",
|
|
4
5
|
{
|
|
5
6
|
width: d,
|
|
@@ -12,8 +13,8 @@ const r = ({ size: d = 24, color: l = "currentColor", ...i }) => /* @__PURE__ */
|
|
|
12
13
|
/* @__PURE__ */ e.jsx(
|
|
13
14
|
"path",
|
|
14
15
|
{
|
|
15
|
-
|
|
16
|
-
|
|
16
|
+
fillRule: "evenodd",
|
|
17
|
+
clipRule: "evenodd",
|
|
17
18
|
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
19
|
fill: l
|
|
19
20
|
}
|
|
@@ -21,8 +22,8 @@ const r = ({ size: d = 24, color: l = "currentColor", ...i }) => /* @__PURE__ */
|
|
|
21
22
|
/* @__PURE__ */ e.jsx(
|
|
22
23
|
"path",
|
|
23
24
|
{
|
|
24
|
-
|
|
25
|
-
|
|
25
|
+
fillRule: "evenodd",
|
|
26
|
+
clipRule: "evenodd",
|
|
26
27
|
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
28
|
fill: l
|
|
28
29
|
}
|
|
@@ -30,8 +31,8 @@ const r = ({ size: d = 24, color: l = "currentColor", ...i }) => /* @__PURE__ */
|
|
|
30
31
|
/* @__PURE__ */ e.jsx(
|
|
31
32
|
"path",
|
|
32
33
|
{
|
|
33
|
-
|
|
34
|
-
|
|
34
|
+
fillRule: "evenodd",
|
|
35
|
+
clipRule: "evenodd",
|
|
35
36
|
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
37
|
fill: l
|
|
37
38
|
}
|
|
@@ -40,5 +41,5 @@ const r = ({ size: d = 24, color: l = "currentColor", ...i }) => /* @__PURE__ */
|
|
|
40
41
|
}
|
|
41
42
|
);
|
|
42
43
|
export {
|
|
43
|
-
|
|
44
|
+
o as default
|
|
44
45
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { j as e } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
2
|
+
import "react";
|
|
3
|
+
const h = ({ size: t = 24, color: r = "currentColor", ...s }) => /* @__PURE__ */ e.jsxs(
|
|
3
4
|
"svg",
|
|
4
5
|
{
|
|
5
6
|
width: t,
|
|
@@ -12,37 +13,16 @@ const o = ({ size: t = 24, color: r = "currentColor", ...s }) => /* @__PURE__ */
|
|
|
12
13
|
/* @__PURE__ */ e.jsx("title", { children: "hamburger" }),
|
|
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(-210.000000, -887.000000)", fill: r, 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(-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
|
-
)
|
|
19
|
+
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",
|
|
20
|
+
"sketch:type": "MSShapeGroup"
|
|
41
21
|
}
|
|
42
|
-
)
|
|
22
|
+
) }) })
|
|
43
23
|
]
|
|
44
24
|
}
|
|
45
25
|
);
|
|
46
26
|
export {
|
|
47
|
-
|
|
27
|
+
h as default
|
|
48
28
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { j as o } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
2
|
+
import "react";
|
|
3
|
+
const s = ({ size: t = 24, color: r = "currentColor", ...l }) => /* @__PURE__ */ o.jsx(
|
|
3
4
|
"svg",
|
|
4
5
|
{
|
|
5
6
|
width: t,
|
|
@@ -7,12 +8,12 @@ const s = ({ size: t = 24, color: l = "currentColor", ...r }) => /* @__PURE__ */
|
|
|
7
8
|
viewBox: "0 0 16 16",
|
|
8
9
|
fill: "none",
|
|
9
10
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
-
...
|
|
11
|
+
...l,
|
|
11
12
|
children: /* @__PURE__ */ o.jsx(
|
|
12
13
|
"path",
|
|
13
14
|
{
|
|
14
15
|
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:
|
|
16
|
+
fill: r
|
|
16
17
|
}
|
|
17
18
|
)
|
|
18
19
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { j as o } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
2
|
+
import "react";
|
|
3
|
+
const s = ({ size: e = 24, color: t = "currentColor", ...r }) => /* @__PURE__ */ o.jsx(
|
|
3
4
|
"svg",
|
|
4
5
|
{
|
|
5
6
|
width: e,
|
|
@@ -11,17 +12,17 @@ const l = ({ size: e = 24, color: t = "currentColor", ...r }) => /* @__PURE__ */
|
|
|
11
12
|
children: /* @__PURE__ */ o.jsx(
|
|
12
13
|
"path",
|
|
13
14
|
{
|
|
14
|
-
|
|
15
|
-
|
|
15
|
+
fillRule: "evenodd",
|
|
16
|
+
clipRule: "evenodd",
|
|
16
17
|
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
18
|
stroke: t,
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
19
|
+
strokeWidth: "2",
|
|
20
|
+
strokeLinecap: "round",
|
|
21
|
+
strokeLinejoin: "round"
|
|
21
22
|
}
|
|
22
23
|
)
|
|
23
24
|
}
|
|
24
25
|
);
|
|
25
26
|
export {
|
|
26
|
-
|
|
27
|
+
s as default
|
|
27
28
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { j as l } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
2
|
+
import "react";
|
|
3
|
+
const V = ({ size: e = 24, color: o = "currentColor", ...t }) => /* @__PURE__ */ l.jsx(
|
|
3
4
|
"svg",
|
|
4
5
|
{
|
|
5
6
|
width: e,
|
|
@@ -11,8 +12,8 @@ const i = ({ size: e = 24, color: o = "currentColor", ...t }) => /* @__PURE__ */
|
|
|
11
12
|
children: /* @__PURE__ */ l.jsx(
|
|
12
13
|
"path",
|
|
13
14
|
{
|
|
14
|
-
|
|
15
|
-
|
|
15
|
+
fillRule: "evenodd",
|
|
16
|
+
clipRule: "evenodd",
|
|
16
17
|
d: "M8 0L0 6V8H1V15H4V10H7V15H15V8H16V6L14 4.5V1H11V2.25L8 0ZM9 10H12V13H9V10Z",
|
|
17
18
|
fill: o
|
|
18
19
|
}
|
|
@@ -20,5 +21,5 @@ const i = ({ size: e = 24, color: o = "currentColor", ...t }) => /* @__PURE__ */
|
|
|
20
21
|
}
|
|
21
22
|
);
|
|
22
23
|
export {
|
|
23
|
-
|
|
24
|
+
V as default
|
|
24
25
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { j as e } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
import "react";
|
|
2
3
|
const n = ({ size: C = 24, color: l = "currentColor", ...o }) => /* @__PURE__ */ e.jsx(
|
|
3
4
|
"svg",
|
|
4
5
|
{
|
|
@@ -11,8 +12,8 @@ const n = ({ size: C = 24, color: l = "currentColor", ...o }) => /* @__PURE__ */
|
|
|
11
12
|
children: /* @__PURE__ */ e.jsx(
|
|
12
13
|
"path",
|
|
13
14
|
{
|
|
14
|
-
|
|
15
|
-
|
|
15
|
+
fillRule: "evenodd",
|
|
16
|
+
clipRule: "evenodd",
|
|
16
17
|
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
18
|
fill: l
|
|
18
19
|
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { j as C } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
import "react";
|
|
3
|
+
const r = ({ size: t = 24, color: s = "currentColor", ...o }) => /* @__PURE__ */ C.jsxs(
|
|
4
|
+
"svg",
|
|
5
|
+
{
|
|
6
|
+
width: t,
|
|
7
|
+
height: t,
|
|
8
|
+
viewBox: "0 0 24 24",
|
|
9
|
+
fill: "none",
|
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
+
...o,
|
|
12
|
+
children: [
|
|
13
|
+
/* @__PURE__ */ C.jsx(
|
|
14
|
+
"path",
|
|
15
|
+
{
|
|
16
|
+
d: "M12 17.75C11.8019 17.7474 11.6126 17.6676 11.4725 17.5275C11.3324 17.3874 11.2526 17.1981 11.25 17V10C11.25 9.80109 11.329 9.61032 11.4697 9.46967C11.6103 9.32902 11.8011 9.25 12 9.25C12.1989 9.25 12.3897 9.32902 12.5303 9.46967C12.671 9.61032 12.75 9.80109 12.75 10V17C12.7474 17.1981 12.6676 17.3874 12.5275 17.5275C12.3874 17.6676 12.1981 17.7474 12 17.75Z",
|
|
17
|
+
fill: s
|
|
18
|
+
}
|
|
19
|
+
),
|
|
20
|
+
/* @__PURE__ */ C.jsx(
|
|
21
|
+
"path",
|
|
22
|
+
{
|
|
23
|
+
d: "M12 8.25C11.8019 8.24741 11.6126 8.16756 11.4725 8.02747C11.3324 7.88737 11.2526 7.69811 11.25 7.5V7C11.25 6.80109 11.329 6.61032 11.4697 6.46967C11.6103 6.32902 11.8011 6.25 12 6.25C12.1989 6.25 12.3897 6.32902 12.5303 6.46967C12.671 6.61032 12.75 6.80109 12.75 7V7.5C12.7474 7.69811 12.6676 7.88737 12.5275 8.02747C12.3874 8.16756 12.1981 8.24741 12 8.25Z",
|
|
24
|
+
fill: s
|
|
25
|
+
}
|
|
26
|
+
)
|
|
27
|
+
]
|
|
28
|
+
}
|
|
29
|
+
);
|
|
30
|
+
export {
|
|
31
|
+
r as default
|
|
32
|
+
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { j as t } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
2
|
+
import "react";
|
|
3
|
+
const n = ({ size: o = 24, color: r = "currentColor", ...s }) => /* @__PURE__ */ t.jsxs(
|
|
3
4
|
"svg",
|
|
4
5
|
{
|
|
5
6
|
width: o,
|
|
@@ -7,24 +8,24 @@ const n = ({ size: o = 24, color: s = "currentColor", ...r }) => /* @__PURE__ */
|
|
|
7
8
|
viewBox: "0 0 24 24",
|
|
8
9
|
fill: "none",
|
|
9
10
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
-
...
|
|
11
|
+
...s,
|
|
11
12
|
children: [
|
|
12
13
|
/* @__PURE__ */ t.jsx(
|
|
13
14
|
"path",
|
|
14
15
|
{
|
|
15
16
|
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",
|
|
16
|
-
stroke:
|
|
17
|
-
|
|
18
|
-
|
|
17
|
+
stroke: r,
|
|
18
|
+
strokeWidth: "1.5",
|
|
19
|
+
strokeLinecap: "round"
|
|
19
20
|
}
|
|
20
21
|
),
|
|
21
22
|
/* @__PURE__ */ t.jsx(
|
|
22
23
|
"path",
|
|
23
24
|
{
|
|
24
25
|
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",
|
|
25
|
-
stroke:
|
|
26
|
-
|
|
27
|
-
|
|
26
|
+
stroke: r,
|
|
27
|
+
strokeWidth: "1.5",
|
|
28
|
+
strokeLinecap: "round"
|
|
28
29
|
}
|
|
29
30
|
)
|
|
30
31
|
]
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { j as e } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
import "react";
|
|
3
|
+
const r = ({ size: C = 24, color: o = "currentColor", ...l }) => /* @__PURE__ */ e.jsx(
|
|
4
|
+
"svg",
|
|
5
|
+
{
|
|
6
|
+
width: C,
|
|
7
|
+
height: C,
|
|
8
|
+
viewBox: "0 0 24 24",
|
|
9
|
+
fill: "none",
|
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
+
...l,
|
|
12
|
+
children: /* @__PURE__ */ e.jsx(
|
|
13
|
+
"path",
|
|
14
|
+
{
|
|
15
|
+
fillRule: "evenodd",
|
|
16
|
+
clipRule: "evenodd",
|
|
17
|
+
d: "M5.25 10.0546V8C5.25 4.27208 8.27208 1.25 12 1.25C15.7279 1.25 18.75 4.27208 18.75 8V10.0546C19.8648 10.1379 20.5907 10.348 21.1213 10.8787C22 11.7574 22 13.1716 22 16C22 18.8284 22 20.2426 21.1213 21.1213C20.2426 22 18.8284 22 16 22H8C5.17157 22 3.75736 22 2.87868 21.1213C2 20.2426 2 18.8284 2 16C2 13.1716 2 11.7574 2.87868 10.8787C3.40931 10.348 4.13525 10.1379 5.25 10.0546ZM6.75 8C6.75 5.10051 9.10051 2.75 12 2.75C14.8995 2.75 17.25 5.10051 17.25 8V10.0036C16.867 10 16.4515 10 16 10H8C7.54849 10 7.13301 10 6.75 10.0036V8ZM14 16C14 17.1046 13.1046 18 12 18C10.8954 18 10 17.1046 10 16C10 14.8954 10.8954 14 12 14C13.1046 14 14 14.8954 14 16Z",
|
|
18
|
+
fill: o
|
|
19
|
+
}
|
|
20
|
+
)
|
|
21
|
+
}
|
|
22
|
+
);
|
|
23
|
+
export {
|
|
24
|
+
r as default
|
|
25
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { j as t } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
import "react";
|
|
3
|
+
const h = ({ size: s = 24, color: e = "currentColor", ...r }) => /* @__PURE__ */ t.jsxs(
|
|
4
|
+
"svg",
|
|
5
|
+
{
|
|
6
|
+
width: s,
|
|
7
|
+
height: s,
|
|
8
|
+
viewBox: "0 0 24 24",
|
|
9
|
+
fill: "none",
|
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
+
...r,
|
|
12
|
+
children: [
|
|
13
|
+
/* @__PURE__ */ t.jsx(
|
|
14
|
+
"path",
|
|
15
|
+
{
|
|
16
|
+
d: "M2 16C2 13.1716 2 11.7574 2.87868 10.8787C3.75736 10 5.17157 10 8 10H16C18.8284 10 20.2426 10 21.1213 10.8787C22 11.7574 22 13.1716 22 16C22 18.8284 22 20.2426 21.1213 21.1213C20.2426 22 18.8284 22 16 22H8C5.17157 22 3.75736 22 2.87868 21.1213C2 20.2426 2 18.8284 2 16Z",
|
|
17
|
+
stroke: e,
|
|
18
|
+
strokeWidth: "1.5"
|
|
19
|
+
}
|
|
20
|
+
),
|
|
21
|
+
/* @__PURE__ */ t.jsx("circle", { cx: "12", cy: "16", r: "2", stroke: e, strokeWidth: "1.5" }),
|
|
22
|
+
/* @__PURE__ */ t.jsx(
|
|
23
|
+
"path",
|
|
24
|
+
{
|
|
25
|
+
d: "M6 10V8C6 4.68629 8.68629 2 12 2C15.3137 2 18 4.68629 18 8V10",
|
|
26
|
+
stroke: e,
|
|
27
|
+
strokeWidth: "1.5",
|
|
28
|
+
strokeLinecap: "round"
|
|
29
|
+
}
|
|
30
|
+
)
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
);
|
|
34
|
+
export {
|
|
35
|
+
h as default
|
|
36
|
+
};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { j as e } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
import "react";
|
|
3
|
+
const n = ({ size: C = 24, color: o = "currentColor", ...l }) => /* @__PURE__ */ e.jsx(
|
|
4
|
+
"svg",
|
|
5
|
+
{
|
|
6
|
+
width: C,
|
|
7
|
+
height: C,
|
|
8
|
+
viewBox: "0 0 24 24",
|
|
9
|
+
fill: "none",
|
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
+
...l,
|
|
12
|
+
children: /* @__PURE__ */ e.jsx(
|
|
13
|
+
"path",
|
|
14
|
+
{
|
|
15
|
+
fillRule: "evenodd",
|
|
16
|
+
clipRule: "evenodd",
|
|
17
|
+
d: "M6.75 8C6.75 5.10051 9.10051 2.75 12 2.75C14.4453 2.75 16.5018 4.42242 17.0846 6.68694C17.1879 7.08808 17.5968 7.32957 17.9979 7.22633C18.3991 7.12308 18.6405 6.7142 18.5373 6.31306C17.788 3.4019 15.1463 1.25 12 1.25C8.27208 1.25 5.25 4.27208 5.25 8V10.0546C4.13525 10.1379 3.40931 10.348 2.87868 10.8787C2 11.7574 2 13.1716 2 16C2 18.8284 2 20.2426 2.87868 21.1213C3.75736 22 5.17157 22 8 22H16C18.8284 22 20.2426 22 21.1213 21.1213C22 20.2426 22 18.8284 22 16C22 13.1716 22 11.7574 21.1213 10.8787C20.2426 10 18.8284 10 16 10H8C7.54849 10 7.13301 10 6.75 10.0036V8ZM14 16C14 17.1046 13.1046 18 12 18C10.8954 18 10 17.1046 10 16C10 14.8954 10.8954 14 12 14C13.1046 14 14 14.8954 14 16Z",
|
|
18
|
+
fill: o
|
|
19
|
+
}
|
|
20
|
+
)
|
|
21
|
+
}
|
|
22
|
+
);
|
|
23
|
+
export {
|
|
24
|
+
n as default
|
|
25
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { j as t } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
import "react";
|
|
3
|
+
const h = ({ size: s = 24, color: e = "currentColor", ...o }) => /* @__PURE__ */ t.jsxs(
|
|
4
|
+
"svg",
|
|
5
|
+
{
|
|
6
|
+
width: s,
|
|
7
|
+
height: s,
|
|
8
|
+
viewBox: "0 0 24 24",
|
|
9
|
+
fill: "none",
|
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
+
...o,
|
|
12
|
+
children: [
|
|
13
|
+
/* @__PURE__ */ t.jsx(
|
|
14
|
+
"path",
|
|
15
|
+
{
|
|
16
|
+
d: "M2 16C2 13.1716 2 11.7574 2.87868 10.8787C3.75736 10 5.17157 10 8 10H16C18.8284 10 20.2426 10 21.1213 10.8787C22 11.7574 22 13.1716 22 16C22 18.8284 22 20.2426 21.1213 21.1213C20.2426 22 18.8284 22 16 22H8C5.17157 22 3.75736 22 2.87868 21.1213C2 20.2426 2 18.8284 2 16Z",
|
|
17
|
+
stroke: e,
|
|
18
|
+
strokeWidth: "1.5"
|
|
19
|
+
}
|
|
20
|
+
),
|
|
21
|
+
/* @__PURE__ */ t.jsx("circle", { cx: "12", cy: "16", r: "2", stroke: e, strokeWidth: "1.5" }),
|
|
22
|
+
/* @__PURE__ */ t.jsx(
|
|
23
|
+
"path",
|
|
24
|
+
{
|
|
25
|
+
d: "M6 10V8C6 4.68629 8.68629 2 12 2C14.7958 2 17.1449 3.91216 17.811 6.5",
|
|
26
|
+
stroke: e,
|
|
27
|
+
strokeWidth: "1.5",
|
|
28
|
+
strokeLinecap: "round"
|
|
29
|
+
}
|
|
30
|
+
)
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
);
|
|
34
|
+
export {
|
|
35
|
+
h as default
|
|
36
|
+
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { j as t } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
2
|
+
import "react";
|
|
3
|
+
const i = ({ size: o = 24, color: r = "currentColor", ...s }) => /* @__PURE__ */ t.jsx(
|
|
3
4
|
"svg",
|
|
4
5
|
{
|
|
5
6
|
width: o,
|
|
@@ -7,19 +8,19 @@ const e = ({ size: o = 24, color: r = "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
|
+
...s,
|
|
11
12
|
children: /* @__PURE__ */ t.jsx(
|
|
12
13
|
"path",
|
|
13
14
|
{
|
|
14
15
|
d: "M6 12L18 12",
|
|
15
16
|
stroke: r,
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
17
|
+
strokeWidth: "2",
|
|
18
|
+
strokeLinecap: "round",
|
|
19
|
+
strokeLinejoin: "round"
|
|
19
20
|
}
|
|
20
21
|
)
|
|
21
22
|
}
|
|
22
23
|
);
|
|
23
24
|
export {
|
|
24
|
-
|
|
25
|
+
i as default
|
|
25
26
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { j as e } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
import "react";
|
|
2
3
|
const n = ({ size: t = 24, color: s = "currentColor", ...r }) => /* @__PURE__ */ e.jsxs(
|
|
3
4
|
"svg",
|
|
4
5
|
{
|
|
@@ -12,34 +13,13 @@ const n = ({ size: t = 24, color: s = "currentColor", ...r }) => /* @__PURE__ */
|
|
|
12
13
|
/* @__PURE__ */ e.jsx("title", { children: "minus-circle" }),
|
|
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(-516.000000, -1087.000000)", fill: s, 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(-516.000000, -1087.000000)",
|
|
30
|
-
fill: s,
|
|
31
|
-
children: /* @__PURE__ */ e.jsx(
|
|
32
|
-
"path",
|
|
33
|
-
{
|
|
34
|
-
d: "M532,1117 C524.268,1117 518,1110.73 518,1103 C518,1095.27 524.268,1089 532,1089 C539.732,1089 546,1095.27 546,1103 C546,1110.73 539.732,1117 532,1117 L532,1117 Z M532,1087 C523.163,1087 516,1094.16 516,1103 C516,1111.84 523.163,1119 532,1119 C540.837,1119 548,1111.84 548,1103 C548,1094.16 540.837,1087 532,1087 L532,1087 Z M538,1102 L526,1102 C525.447,1102 525,1102.45 525,1103 C525,1103.55 525.447,1104 526,1104 L538,1104 C538.553,1104 539,1103.55 539,1103 C539,1102.45 538.553,1102 538,1102 L538,1102 Z",
|
|
35
|
-
id: "minus-circle",
|
|
36
|
-
"sketch:type": "MSShapeGroup"
|
|
37
|
-
}
|
|
38
|
-
)
|
|
39
|
-
}
|
|
40
|
-
)
|
|
19
|
+
d: "M532,1117 C524.268,1117 518,1110.73 518,1103 C518,1095.27 524.268,1089 532,1089 C539.732,1089 546,1095.27 546,1103 C546,1110.73 539.732,1117 532,1117 L532,1117 Z M532,1087 C523.163,1087 516,1094.16 516,1103 C516,1111.84 523.163,1119 532,1119 C540.837,1119 548,1111.84 548,1103 C548,1094.16 540.837,1087 532,1087 L532,1087 Z M538,1102 L526,1102 C525.447,1102 525,1102.45 525,1103 C525,1103.55 525.447,1104 526,1104 L538,1104 C538.553,1104 539,1103.55 539,1103 C539,1102.45 538.553,1102 538,1102 L538,1102 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: s = "currentColor", ...r }) => /* @__PURE__ */ e.jsxs(
|
|
3
4
|
"svg",
|
|
4
5
|
{
|
|
5
6
|
width: t,
|
|
@@ -7,42 +8,21 @@ const r = ({ size: t = 24, color: i = "currentColor", ...s }) => /* @__PURE__ */
|
|
|
7
8
|
viewBox: "0 0 32 32",
|
|
8
9
|
fill: "none",
|
|
9
10
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
-
...
|
|
11
|
+
...r,
|
|
11
12
|
children: [
|
|
12
13
|
/* @__PURE__ */ e.jsx("title", { children: "minus-circle" }),
|
|
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(-518.000000, -1089.000000)", fill: s, 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(-518.000000, -1089.000000)",
|
|
30
|
-
fill: i,
|
|
31
|
-
children: /* @__PURE__ */ e.jsx(
|
|
32
|
-
"path",
|
|
33
|
-
{
|
|
34
|
-
d: "M540,1106 L528,1106 C527.447,1106 527,1105.55 527,1105 C527,1104.45 527.447,1104 528,1104 L540,1104 C540.553,1104 541,1104.45 541,1105 C541,1105.55 540.553,1106 540,1106 L540,1106 Z M534,1089 C525.163,1089 518,1096.16 518,1105 C518,1113.84 525.163,1121 534,1121 C542.837,1121 550,1113.84 550,1105 C550,1096.16 542.837,1089 534,1089 L534,1089 Z",
|
|
35
|
-
id: "minus-circle",
|
|
36
|
-
"sketch:type": "MSShapeGroup"
|
|
37
|
-
}
|
|
38
|
-
)
|
|
39
|
-
}
|
|
40
|
-
)
|
|
19
|
+
d: "M540,1106 L528,1106 C527.447,1106 527,1105.55 527,1105 C527,1104.45 527.447,1104 528,1104 L540,1104 C540.553,1104 541,1104.45 541,1105 C541,1105.55 540.553,1106 540,1106 L540,1106 Z M534,1089 C525.163,1089 518,1096.16 518,1105 C518,1113.84 525.163,1121 534,1121 C542.837,1121 550,1113.84 550,1105 C550,1096.16 542.837,1089 534,1089 L534,1089 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
|
};
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { j as C } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
import "react";
|
|
3
|
+
const n = ({ size: t = 24, color: L = "currentColor", ...e }) => /* @__PURE__ */ C.jsxs(
|
|
4
|
+
"svg",
|
|
5
|
+
{
|
|
6
|
+
width: t,
|
|
7
|
+
height: t,
|
|
8
|
+
viewBox: "0 0 24 24",
|
|
9
|
+
fill: "none",
|
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
+
...e,
|
|
12
|
+
children: [
|
|
13
|
+
/* @__PURE__ */ C.jsx(
|
|
14
|
+
"path",
|
|
15
|
+
{
|
|
16
|
+
d: "M11.7255 17.1019C11.6265 16.8844 11.4215 16.7257 11.1734 16.6975C10.9633 16.6735 10.7576 16.6285 10.562 16.5636C10.4743 16.5341 10.392 16.5019 10.3158 16.4674L10.4424 16.1223C10.5318 16.1622 10.6239 16.1987 10.7182 16.2317L10.7221 16.2331L10.7261 16.2344C11.0287 16.3344 11.3265 16.3851 11.611 16.3851C11.8967 16.3851 12.1038 16.3468 12.2629 16.2647L12.2724 16.2598L12.2817 16.2544C12.5227 16.1161 12.661 15.8784 12.661 15.6021C12.661 15.2955 12.4956 15.041 12.2071 14.9035C12.062 14.8329 11.8559 14.7655 11.559 14.6917C11.2545 14.6147 10.9987 14.533 10.8003 14.4493C10.6553 14.3837 10.5295 14.279 10.4161 14.1293C10.3185 13.9957 10.2691 13.7948 10.2691 13.5319C10.2691 13.2147 10.3584 12.9529 10.5422 12.7315C10.7058 12.5375 10.9381 12.4057 11.2499 12.3318C11.4812 12.277 11.6616 12.1119 11.7427 11.8987C11.8344 12.1148 12.0295 12.2755 12.2723 12.3142C12.4751 12.3465 12.6613 12.398 12.8287 12.4677L12.7122 12.8059C12.3961 12.679 12.085 12.6149 11.7841 12.6149C10.7848 12.6149 10.7342 13.3043 10.7342 13.4425C10.7342 13.7421 10.896 13.9933 11.1781 14.1318L11.186 14.1357L11.194 14.1393C11.3365 14.2029 11.5387 14.2642 11.8305 14.3322C12.1322 14.4004 12.3838 14.4785 12.5815 14.5651L12.5856 14.5669L12.5897 14.5686C12.7365 14.6297 12.8624 14.7317 12.9746 14.8805L12.9764 14.8828L12.9782 14.8852C13.0763 15.012 13.1261 15.2081 13.1261 15.4681C13.1261 15.7682 13.0392 16.0222 12.8604 16.2447C12.7053 16.4377 12.4888 16.5713 12.1983 16.6531C11.974 16.7163 11.8 16.8878 11.7255 17.1019Z",
|
|
17
|
+
fill: L
|
|
18
|
+
}
|
|
19
|
+
),
|
|
20
|
+
/* @__PURE__ */ C.jsx(
|
|
21
|
+
"path",
|
|
22
|
+
{
|
|
23
|
+
d: "M11.9785 18H11.497C11.3893 18 11.302 17.9105 11.302 17.8V17.3985C11.302 17.2929 11.2219 17.2061 11.1195 17.1944C10.8757 17.1667 10.6399 17.115 10.412 17.0394C10.1906 16.9648 9.99879 16.8764 9.83657 16.7739C9.76202 16.7268 9.7349 16.6312 9.76572 16.5472L10.096 15.6466C10.1405 15.5254 10.284 15.479 10.3945 15.5417C10.5437 15.6262 10.7041 15.6985 10.8755 15.7585C11.131 15.8429 11.3762 15.8851 11.611 15.8851C11.8129 15.8851 11.9572 15.8628 12.0437 15.8181C12.1302 15.7684 12.1735 15.6964 12.1735 15.6021C12.1735 15.4929 12.1158 15.411 12.0004 15.3564C11.8892 15.3018 11.7037 15.2422 11.4442 15.1777C11.1104 15.0933 10.8323 15.0039 10.6098 14.9096C10.3873 14.8103 10.1936 14.6514 10.0288 14.433C9.86396 14.2096 9.78156 13.9092 9.78156 13.5319C9.78156 13.095 9.91136 12.7202 10.1709 12.4074C10.4049 12.13 10.7279 11.9424 11.1401 11.8447C11.2329 11.8227 11.302 11.7401 11.302 11.6425V11.2C11.302 11.0895 11.3893 11 11.497 11H11.9785C12.0862 11 12.1735 11.0895 12.1735 11.2V11.6172C12.1735 11.7194 12.2487 11.8045 12.3471 11.8202C12.7082 11.8777 13.0255 11.9866 13.2989 12.1469C13.3765 12.1924 13.4073 12.2892 13.3775 12.3756L13.0684 13.2725C13.0275 13.3914 12.891 13.4417 12.7812 13.3849C12.433 13.2049 12.1007 13.1149 11.7841 13.1149C11.4091 13.1149 11.2216 13.2241 11.2216 13.4425C11.2216 13.5468 11.2773 13.6262 11.3885 13.6809C11.4998 13.7305 11.6831 13.7851 11.9386 13.8447C12.2682 13.9192 12.5464 14.006 12.773 14.1053C12.9996 14.1996 13.1953 14.356 13.3602 14.5745C13.5291 14.7929 13.6136 15.0908 13.6136 15.4681C13.6136 15.8851 13.4879 16.25 13.2365 16.5628C13.0176 16.8354 12.7145 17.0262 12.3274 17.1353C12.2384 17.1604 12.1735 17.2412 12.1735 17.3358V17.8C12.1735 17.9105 12.0862 18 11.9785 18Z",
|
|
24
|
+
fill: L
|
|
25
|
+
}
|
|
26
|
+
),
|
|
27
|
+
/* @__PURE__ */ C.jsx(
|
|
28
|
+
"path",
|
|
29
|
+
{
|
|
30
|
+
fillRule: "evenodd",
|
|
31
|
+
clipRule: "evenodd",
|
|
32
|
+
d: "M9.59235 5H13.8141C14.8954 5 14.3016 6.664 13.8638 7.679L13.3656 8.843L13.2983 9C13.7702 8.97651 14.2369 9.11054 14.6282 9.382C16.0921 10.7558 17.2802 12.4098 18.1256 14.251C18.455 14.9318 18.5857 15.6958 18.5019 16.451C18.4013 18.3759 16.8956 19.9098 15.0182 20H8.38823C6.51033 19.9125 5.0024 18.3802 4.89968 16.455C4.81587 15.6998 4.94656 14.9358 5.27603 14.255C6.12242 12.412 7.31216 10.7565 8.77823 9.382C9.1696 9.11054 9.63622 8.97651 10.1081 9L10.0301 8.819L9.54263 7.679C9.1068 6.664 8.5101 5 9.59235 5Z",
|
|
33
|
+
stroke: L,
|
|
34
|
+
strokeWidth: "1.5",
|
|
35
|
+
strokeLinecap: "round",
|
|
36
|
+
strokeLinejoin: "round"
|
|
37
|
+
}
|
|
38
|
+
),
|
|
39
|
+
/* @__PURE__ */ C.jsx(
|
|
40
|
+
"path",
|
|
41
|
+
{
|
|
42
|
+
d: "M13.2983 9.75C13.7125 9.75 14.0483 9.41421 14.0483 9C14.0483 8.58579 13.7125 8.25 13.2983 8.25V9.75ZM10.1081 8.25C9.69391 8.25 9.35812 8.58579 9.35812 9C9.35812 9.41421 9.69391 9.75 10.1081 9.75V8.25ZM15.9776 8.64988C16.3365 8.44312 16.4599 7.98455 16.2531 7.62563C16.0463 7.26671 15.5878 7.14336 15.2289 7.35012L15.9776 8.64988ZM13.3656 8.843L13.5103 9.57891L13.5125 9.57848L13.3656 8.843ZM10.0301 8.819L10.1854 8.08521L10.1786 8.08383L10.0301 8.819ZM8.166 7.34357C7.80346 7.14322 7.34715 7.27469 7.1468 7.63722C6.94644 7.99976 7.07791 8.45607 7.44045 8.65643L8.166 7.34357ZM13.2983 8.25H10.1081V9.75H13.2983V8.25ZM15.2289 7.35012C14.6019 7.71128 13.9233 7.96683 13.2187 8.10752L13.5125 9.57848C14.3778 9.40568 15.2101 9.09203 15.9776 8.64988L15.2289 7.35012ZM13.2209 8.10709C12.2175 8.30441 11.1861 8.29699 10.1854 8.08525L9.87486 9.55275C11.0732 9.80631 12.3086 9.81521 13.5103 9.57891L13.2209 8.10709ZM10.1786 8.08383C9.47587 7.94196 8.79745 7.69255 8.166 7.34357L7.44045 8.65643C8.20526 9.0791 9.02818 9.38184 9.88169 9.55417L10.1786 8.08383Z",
|
|
43
|
+
fill: L
|
|
44
|
+
}
|
|
45
|
+
)
|
|
46
|
+
]
|
|
47
|
+
}
|
|
48
|
+
);
|
|
49
|
+
export {
|
|
50
|
+
n as default
|
|
51
|
+
};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { j as e } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
import "react";
|
|
3
|
+
const r = ({ size: C = 24, color: l = "currentColor", ...o }) => /* @__PURE__ */ e.jsx(
|
|
4
|
+
"svg",
|
|
5
|
+
{
|
|
6
|
+
width: C,
|
|
7
|
+
height: C,
|
|
8
|
+
viewBox: "0 0 24 24",
|
|
9
|
+
fill: "none",
|
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
+
...o,
|
|
12
|
+
children: /* @__PURE__ */ e.jsx(
|
|
13
|
+
"path",
|
|
14
|
+
{
|
|
15
|
+
fillRule: "evenodd",
|
|
16
|
+
clipRule: "evenodd",
|
|
17
|
+
d: "M12.052 1.25H11.948C11.0495 1.24997 10.3003 1.24995 9.70552 1.32991C9.07773 1.41432 8.51093 1.59999 8.05546 2.05546C7.59999 2.51093 7.41432 3.07773 7.32991 3.70552C7.27259 4.13189 7.25637 5.15147 7.25179 6.02566C5.22954 6.09171 4.01536 6.32778 3.17157 7.17157C2 8.34315 2 10.2288 2 14C2 17.7712 2 19.6569 3.17157 20.8284C4.34314 22 6.22876 22 9.99998 22H14C17.7712 22 19.6569 22 20.8284 20.8284C22 19.6569 22 17.7712 22 14C22 10.2288 22 8.34315 20.8284 7.17157C19.9846 6.32778 18.7705 6.09171 16.7482 6.02566C16.7436 5.15147 16.7274 4.13189 16.6701 3.70552C16.5857 3.07773 16.4 2.51093 15.9445 2.05546C15.4891 1.59999 14.9223 1.41432 14.2945 1.32991C13.6997 1.24995 12.9505 1.24997 12.052 1.25ZM15.2479 6.00188C15.2434 5.15523 15.229 4.24407 15.1835 3.9054C15.1214 3.44393 15.0142 3.24644 14.8839 3.11612C14.7536 2.9858 14.5561 2.87858 14.0946 2.81654C13.6116 2.7516 12.964 2.75 12 2.75C11.036 2.75 10.3884 2.7516 9.90539 2.81654C9.44393 2.87858 9.24644 2.9858 9.11612 3.11612C8.9858 3.24644 8.87858 3.44393 8.81654 3.9054C8.771 4.24407 8.75661 5.15523 8.75208 6.00188C9.1435 6 9.55885 6 10 6H14C14.4412 6 14.8565 6 15.2479 6.00188ZM12 9.25C12.4142 9.25 12.75 9.58579 12.75 10V10.0102C13.8388 10.2845 14.75 11.143 14.75 12.3333C14.75 12.7475 14.4142 13.0833 14 13.0833C13.5858 13.0833 13.25 12.7475 13.25 12.3333C13.25 11.9493 12.8242 11.4167 12 11.4167C11.1758 11.4167 10.75 11.9493 10.75 12.3333C10.75 12.7174 11.1758 13.25 12 13.25C13.3849 13.25 14.75 14.2098 14.75 15.6667C14.75 16.857 13.8388 17.7155 12.75 17.9898V18C12.75 18.4142 12.4142 18.75 12 18.75C11.5858 18.75 11.25 18.4142 11.25 18V17.9898C10.1612 17.7155 9.25 16.857 9.25 15.6667C9.25 15.2525 9.58579 14.9167 10 14.9167C10.4142 14.9167 10.75 15.2525 10.75 15.6667C10.75 16.0507 11.1758 16.5833 12 16.5833C12.8242 16.5833 13.25 16.0507 13.25 15.6667C13.25 15.2826 12.8242 14.75 12 14.75C10.6151 14.75 9.25 13.7903 9.25 12.3333C9.25 11.143 10.1612 10.2845 11.25 10.0102V10C11.25 9.58579 11.5858 9.25 12 9.25Z",
|
|
18
|
+
fill: l
|
|
19
|
+
}
|
|
20
|
+
)
|
|
21
|
+
}
|
|
22
|
+
);
|
|
23
|
+
export {
|
|
24
|
+
r as default
|
|
25
|
+
};
|