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 t } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
2
|
+
import "react";
|
|
3
|
+
const i = ({ size: e = 24, color: s = "currentColor", ...r }) => /* @__PURE__ */ t.jsxs(
|
|
3
4
|
"svg",
|
|
4
5
|
{
|
|
5
6
|
width: e,
|
|
@@ -14,8 +15,8 @@ const o = ({ size: e = 24, color: s = "currentColor", ...r }) => /* @__PURE__ */
|
|
|
14
15
|
{
|
|
15
16
|
d: "M2 3L2.26491 3.0883C3.58495 3.52832 4.24497 3.74832 4.62248 4.2721C5 4.79587 5 5.49159 5 6.88304V9.5C5 12.3284 5 13.7426 5.87868 14.6213C6.75736 15.5 8.17157 15.5 11 15.5H19",
|
|
16
17
|
stroke: s,
|
|
17
|
-
|
|
18
|
-
|
|
18
|
+
strokeWidth: "1.5",
|
|
19
|
+
strokeLinecap: "round"
|
|
19
20
|
}
|
|
20
21
|
),
|
|
21
22
|
/* @__PURE__ */ t.jsx(
|
|
@@ -23,7 +24,7 @@ const o = ({ size: e = 24, color: s = "currentColor", ...r }) => /* @__PURE__ */
|
|
|
23
24
|
{
|
|
24
25
|
d: "M7.5 18C8.32843 18 9 18.6716 9 19.5C9 20.3284 8.32843 21 7.5 21C6.67157 21 6 20.3284 6 19.5C6 18.6716 6.67157 18 7.5 18Z",
|
|
25
26
|
stroke: s,
|
|
26
|
-
|
|
27
|
+
strokeWidth: "1.5"
|
|
27
28
|
}
|
|
28
29
|
),
|
|
29
30
|
/* @__PURE__ */ t.jsx(
|
|
@@ -31,21 +32,21 @@ const o = ({ size: e = 24, color: s = "currentColor", ...r }) => /* @__PURE__ */
|
|
|
31
32
|
{
|
|
32
33
|
d: "M16.5 18.0001C17.3284 18.0001 18 18.6716 18 19.5001C18 20.3285 17.3284 21.0001 16.5 21.0001C15.6716 21.0001 15 20.3285 15 19.5001C15 18.6716 15.6716 18.0001 16.5 18.0001Z",
|
|
33
34
|
stroke: s,
|
|
34
|
-
|
|
35
|
+
strokeWidth: "1.5"
|
|
35
36
|
}
|
|
36
37
|
),
|
|
37
|
-
/* @__PURE__ */ t.jsx("path", { d: "M11 9H8", stroke: s,
|
|
38
|
+
/* @__PURE__ */ t.jsx("path", { d: "M11 9H8", stroke: s, strokeWidth: "1.5", strokeLinecap: "round" }),
|
|
38
39
|
/* @__PURE__ */ t.jsx(
|
|
39
40
|
"path",
|
|
40
41
|
{
|
|
41
42
|
d: "M5 6H16.4504C18.5054 6 19.5328 6 19.9775 6.67426C20.4221 7.34853 20.0173 8.29294 19.2078 10.1818L18.7792 11.1818C18.4013 12.0636 18.2123 12.5045 17.8366 12.7523C17.4609 13 16.9812 13 16.0218 13H5",
|
|
42
43
|
stroke: s,
|
|
43
|
-
|
|
44
|
+
strokeWidth: "1.5"
|
|
44
45
|
}
|
|
45
46
|
)
|
|
46
47
|
]
|
|
47
48
|
}
|
|
48
49
|
);
|
|
49
50
|
export {
|
|
50
|
-
|
|
51
|
+
i as default
|
|
51
52
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { j as t } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
2
|
+
import "react";
|
|
3
|
+
const h = ({ size: e = 24, color: s = "currentColor", ...r }) => /* @__PURE__ */ t.jsxs(
|
|
3
4
|
"svg",
|
|
4
5
|
{
|
|
5
6
|
width: e,
|
|
@@ -7,15 +8,15 @@ const o = ({ size: e = 24, color: s = "currentColor", ...C }) => /* @__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: [
|
|
12
13
|
/* @__PURE__ */ t.jsx(
|
|
13
14
|
"path",
|
|
14
15
|
{
|
|
15
16
|
d: "M2 3L2.26491 3.0883C3.58495 3.52832 4.24497 3.74832 4.62248 4.2721C5 4.79587 5 5.49159 5 6.88304V9.5C5 12.3284 5 13.7426 5.87868 14.6213C6.75736 15.5 8.17157 15.5 11 15.5H19",
|
|
16
17
|
stroke: s,
|
|
17
|
-
|
|
18
|
-
|
|
18
|
+
strokeWidth: "1.5",
|
|
19
|
+
strokeLinecap: "round"
|
|
19
20
|
}
|
|
20
21
|
),
|
|
21
22
|
/* @__PURE__ */ t.jsx(
|
|
@@ -23,7 +24,7 @@ const o = ({ size: e = 24, color: s = "currentColor", ...C }) => /* @__PURE__ */
|
|
|
23
24
|
{
|
|
24
25
|
d: "M7.5 18C8.32843 18 9 18.6716 9 19.5C9 20.3284 8.32843 21 7.5 21C6.67157 21 6 20.3284 6 19.5C6 18.6716 6.67157 18 7.5 18Z",
|
|
25
26
|
stroke: s,
|
|
26
|
-
|
|
27
|
+
strokeWidth: "1.5"
|
|
27
28
|
}
|
|
28
29
|
),
|
|
29
30
|
/* @__PURE__ */ t.jsx(
|
|
@@ -31,7 +32,7 @@ const o = ({ size: e = 24, color: s = "currentColor", ...C }) => /* @__PURE__ */
|
|
|
31
32
|
{
|
|
32
33
|
d: "M16.5 18.0001C17.3284 18.0001 18 18.6716 18 19.5001C18 20.3285 17.3284 21.0001 16.5 21.0001C15.6716 21.0001 15 20.3285 15 19.5001C15 18.6716 15.6716 18.0001 16.5 18.0001Z",
|
|
33
34
|
stroke: s,
|
|
34
|
-
|
|
35
|
+
strokeWidth: "1.5"
|
|
35
36
|
}
|
|
36
37
|
),
|
|
37
38
|
/* @__PURE__ */ t.jsx(
|
|
@@ -39,12 +40,12 @@ const o = ({ size: e = 24, color: s = "currentColor", ...C }) => /* @__PURE__ */
|
|
|
39
40
|
{
|
|
40
41
|
d: "M5 6H16.4504C18.5054 6 19.5328 6 19.9775 6.67426C20.4221 7.34853 20.0173 8.29294 19.2078 10.1818L18.7792 11.1818C18.4013 12.0636 18.2123 12.5045 17.8366 12.7523C17.4609 13 16.9812 13 16.0218 13H5",
|
|
41
42
|
stroke: s,
|
|
42
|
-
|
|
43
|
+
strokeWidth: "1.5"
|
|
43
44
|
}
|
|
44
45
|
)
|
|
45
46
|
]
|
|
46
47
|
}
|
|
47
48
|
);
|
|
48
49
|
export {
|
|
49
|
-
|
|
50
|
+
h as default
|
|
50
51
|
};
|
|
@@ -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,
|
|
@@ -12,8 +13,8 @@ const i = ({ size: t = 24, color: l = "currentColor", ...e }) => /* @__PURE__ */
|
|
|
12
13
|
/* @__PURE__ */ C.jsx(
|
|
13
14
|
"path",
|
|
14
15
|
{
|
|
15
|
-
|
|
16
|
-
|
|
16
|
+
fillRule: "evenodd",
|
|
17
|
+
clipRule: "evenodd",
|
|
17
18
|
d: "M3.04047 2.29242C2.6497 2.15503 2.22155 2.36044 2.08416 2.7512C1.94678 3.14197 2.15218 3.57012 2.54295 3.7075L2.80416 3.79934C3.47177 4.03406 3.91052 4.18961 4.23336 4.34802C4.53659 4.4968 4.67026 4.61723 4.75832 4.74609C4.84858 4.87818 4.91828 5.0596 4.95761 5.42295C4.99877 5.80316 4.99979 6.29837 4.99979 7.03832L4.99979 9.64C4.99979 12.5816 5.06302 13.5523 5.92943 14.4662C6.79583 15.38 8.19028 15.38 10.9792 15.38H16.2821C17.8431 15.38 18.6236 15.38 19.1753 14.9304C19.727 14.4808 19.8846 13.7164 20.1997 12.1875L20.6995 9.76275C21.0466 8.02369 21.2202 7.15417 20.7762 6.57708C20.3323 6 18.8155 6 17.1305 6H6.49233C6.48564 5.72967 6.47295 5.48373 6.4489 5.26153C6.39517 4.76515 6.27875 4.31243 5.99677 3.89979C5.71259 3.48393 5.33474 3.21759 4.89411 3.00139C4.48203 2.79919 3.95839 2.61511 3.34187 2.39838L3.04047 2.29242ZM13 8.25C13.4142 8.25 13.75 8.58579 13.75 9V10.25H15C15.4142 10.25 15.75 10.5858 15.75 11C15.75 11.4142 15.4142 11.75 15 11.75H13.75V13C13.75 13.4142 13.4142 13.75 13 13.75C12.5858 13.75 12.25 13.4142 12.25 13V11.75H11C10.5858 11.75 10.25 11.4142 10.25 11C10.25 10.5858 10.5858 10.25 11 10.25H12.25V9C12.25 8.58579 12.5858 8.25 13 8.25Z",
|
|
18
19
|
fill: l
|
|
19
20
|
}
|
|
@@ -36,5 +37,5 @@ const i = ({ size: t = 24, color: l = "currentColor", ...e }) => /* @__PURE__ */
|
|
|
36
37
|
}
|
|
37
38
|
);
|
|
38
39
|
export {
|
|
39
|
-
|
|
40
|
+
d as default
|
|
40
41
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { j as C } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
2
|
+
import "react";
|
|
3
|
+
const e = ({ size: t = 24, color: L = "currentColor", ...M }) => /* @__PURE__ */ C.jsxs(
|
|
3
4
|
"svg",
|
|
4
5
|
{
|
|
5
6
|
width: t,
|
|
@@ -14,7 +15,7 @@ const s = ({ size: t = 24, color: L = "currentColor", ...M }) => /* @__PURE__ */
|
|
|
14
15
|
{
|
|
15
16
|
d: "M7.5 18C8.32843 18 9 18.6716 9 19.5C9 20.3284 8.32843 21 7.5 21C6.67157 21 6 20.3284 6 19.5C6 18.6716 6.67157 18 7.5 18Z",
|
|
16
17
|
stroke: L,
|
|
17
|
-
|
|
18
|
+
strokeWidth: "1.5"
|
|
18
19
|
}
|
|
19
20
|
),
|
|
20
21
|
/* @__PURE__ */ C.jsx(
|
|
@@ -22,7 +23,7 @@ const s = ({ size: t = 24, color: L = "currentColor", ...M }) => /* @__PURE__ */
|
|
|
22
23
|
{
|
|
23
24
|
d: "M16.5 18.0001C17.3284 18.0001 18 18.6716 18 19.5001C18 20.3285 17.3284 21.0001 16.5 21.0001C15.6716 21.0001 15 20.3285 15 19.5001C15 18.6716 15.6716 18.0001 16.5 18.0001Z",
|
|
24
25
|
stroke: L,
|
|
25
|
-
|
|
26
|
+
strokeWidth: "1.5"
|
|
26
27
|
}
|
|
27
28
|
),
|
|
28
29
|
/* @__PURE__ */ C.jsx(
|
|
@@ -37,13 +38,13 @@ const s = ({ size: t = 24, color: L = "currentColor", ...M }) => /* @__PURE__ */
|
|
|
37
38
|
{
|
|
38
39
|
d: "M13 13V11M13 11V9M13 11H15M13 11H11",
|
|
39
40
|
stroke: L,
|
|
40
|
-
|
|
41
|
-
|
|
41
|
+
strokeWidth: "1.5",
|
|
42
|
+
strokeLinecap: "round"
|
|
42
43
|
}
|
|
43
44
|
)
|
|
44
45
|
]
|
|
45
46
|
}
|
|
46
47
|
);
|
|
47
48
|
export {
|
|
48
|
-
|
|
49
|
+
e as default
|
|
49
50
|
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { j as t } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
import "react";
|
|
3
|
+
const i = ({ size: o = 24, color: r = "currentColor", ...e }) => /* @__PURE__ */ t.jsx(
|
|
4
|
+
"svg",
|
|
5
|
+
{
|
|
6
|
+
width: o,
|
|
7
|
+
height: o,
|
|
8
|
+
viewBox: "0 0 24 24",
|
|
9
|
+
fill: "none",
|
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
+
...e,
|
|
12
|
+
children: /* @__PURE__ */ t.jsx(
|
|
13
|
+
"path",
|
|
14
|
+
{
|
|
15
|
+
d: "M4 12.6111L8.92308 17.5L20 6.5",
|
|
16
|
+
stroke: r,
|
|
17
|
+
strokeWidth: "2",
|
|
18
|
+
strokeLinecap: "round",
|
|
19
|
+
strokeLinejoin: "round"
|
|
20
|
+
}
|
|
21
|
+
)
|
|
22
|
+
}
|
|
23
|
+
);
|
|
24
|
+
export {
|
|
25
|
+
i as default
|
|
26
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { j as t } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
import "react";
|
|
3
|
+
const i = ({ size: o = 24, color: r = "currentColor", ...e }) => /* @__PURE__ */ t.jsx(
|
|
4
|
+
"svg",
|
|
5
|
+
{
|
|
6
|
+
width: o,
|
|
7
|
+
height: o,
|
|
8
|
+
viewBox: "0 0 24 24",
|
|
9
|
+
fill: "none",
|
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
+
...e,
|
|
12
|
+
children: /* @__PURE__ */ t.jsx(
|
|
13
|
+
"path",
|
|
14
|
+
{
|
|
15
|
+
d: "M4 14L9 19L20 8M6 8.88889L9.07692 12L16 5",
|
|
16
|
+
stroke: r,
|
|
17
|
+
strokeWidth: "2",
|
|
18
|
+
strokeLinecap: "round",
|
|
19
|
+
strokeLinejoin: "round"
|
|
20
|
+
}
|
|
21
|
+
)
|
|
22
|
+
}
|
|
23
|
+
);
|
|
24
|
+
export {
|
|
25
|
+
i as default
|
|
26
|
+
};
|
|
@@ -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", ...e }) => /* @__PURE__ */ t.jsx(
|
|
3
4
|
"svg",
|
|
4
5
|
{
|
|
5
6
|
width: o,
|
|
@@ -7,19 +8,19 @@ const s = ({ 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
|
+
...e,
|
|
11
12
|
children: /* @__PURE__ */ t.jsx(
|
|
12
13
|
"path",
|
|
13
14
|
{
|
|
14
15
|
d: "M6 9L12 15L18 9",
|
|
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,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", ...e }) => /* @__PURE__ */ t.jsx(
|
|
3
4
|
"svg",
|
|
4
5
|
{
|
|
5
6
|
width: o,
|
|
@@ -13,13 +14,13 @@ const s = ({ size: o = 24, color: r = "currentColor", ...e }) => /* @__PURE__ */
|
|
|
13
14
|
{
|
|
14
15
|
d: "M15 6L9 12L15 18",
|
|
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,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", ...e }) => /* @__PURE__ */ t.jsx(
|
|
3
4
|
"svg",
|
|
4
5
|
{
|
|
5
6
|
width: o,
|
|
@@ -13,13 +14,13 @@ const s = ({ size: o = 24, color: r = "currentColor", ...e }) => /* @__PURE__ */
|
|
|
13
14
|
{
|
|
14
15
|
d: "M9 6L15 12L9 18",
|
|
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,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", ...e }) => /* @__PURE__ */ t.jsx(
|
|
3
4
|
"svg",
|
|
4
5
|
{
|
|
5
6
|
width: o,
|
|
@@ -13,13 +14,13 @@ const s = ({ size: o = 24, color: r = "currentColor", ...e }) => /* @__PURE__ */
|
|
|
13
14
|
{
|
|
14
15
|
d: "M6 15L12 9L18 15",
|
|
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,28 +1,29 @@
|
|
|
1
1
|
import { j as t } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
2
|
+
import "react";
|
|
3
|
+
const n = ({ size: r = 24, color: o = "currentColor", ...e }) => /* @__PURE__ */ t.jsxs(
|
|
3
4
|
"svg",
|
|
4
5
|
{
|
|
5
|
-
width:
|
|
6
|
-
height:
|
|
6
|
+
width: r,
|
|
7
|
+
height: r,
|
|
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
|
-
/* @__PURE__ */ t.jsx("circle", { cx: "12", cy: "12", r: "10", stroke:
|
|
13
|
+
/* @__PURE__ */ t.jsx("circle", { cx: "12", cy: "12", r: "10", stroke: o, strokeWidth: "1.5" }),
|
|
13
14
|
/* @__PURE__ */ t.jsx(
|
|
14
15
|
"path",
|
|
15
16
|
{
|
|
16
17
|
d: "M12 8V12L14.5 14.5",
|
|
17
|
-
stroke:
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
18
|
+
stroke: o,
|
|
19
|
+
strokeWidth: "1.5",
|
|
20
|
+
strokeLinecap: "round",
|
|
21
|
+
strokeLinejoin: "round"
|
|
21
22
|
}
|
|
22
23
|
)
|
|
23
24
|
]
|
|
24
25
|
}
|
|
25
26
|
);
|
|
26
27
|
export {
|
|
27
|
-
|
|
28
|
+
n as default
|
|
28
29
|
};
|
|
@@ -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", ...e }) => /* @__PURE__ */ t.jsxs(
|
|
3
4
|
"svg",
|
|
4
5
|
{
|
|
5
6
|
width: o,
|
|
@@ -7,24 +8,24 @@ const n = ({ size: o = 24, color: e = "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
|
+
...e,
|
|
11
12
|
children: [
|
|
12
13
|
/* @__PURE__ */ t.jsx(
|
|
13
14
|
"path",
|
|
14
15
|
{
|
|
15
16
|
d: "M12 8V12L14.5 14.5",
|
|
16
|
-
stroke:
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
17
|
+
stroke: r,
|
|
18
|
+
strokeWidth: "1.5",
|
|
19
|
+
strokeLinecap: "round",
|
|
20
|
+
strokeLinejoin: "round"
|
|
20
21
|
}
|
|
21
22
|
),
|
|
22
23
|
/* @__PURE__ */ t.jsx(
|
|
23
24
|
"path",
|
|
24
25
|
{
|
|
25
26
|
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 12Z",
|
|
26
|
-
stroke:
|
|
27
|
-
|
|
27
|
+
stroke: r,
|
|
28
|
+
strokeWidth: "1.5"
|
|
28
29
|
}
|
|
29
30
|
)
|
|
30
31
|
]
|
|
@@ -1,22 +1,23 @@
|
|
|
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: r = "currentColor", ...s }) => /* @__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
|
+
...s,
|
|
12
|
+
children: /* @__PURE__ */ o.jsx(
|
|
12
13
|
"path",
|
|
13
14
|
{
|
|
14
15
|
d: "M20.7457 3.32851C20.3552 2.93798 19.722 2.93798 19.3315 3.32851L12.0371 10.6229L4.74275 3.32851C4.35223 2.93798 3.71906 2.93798 3.32854 3.32851C2.93801 3.71903 2.93801 4.3522 3.32854 4.74272L10.6229 12.0371L3.32856 19.3314C2.93803 19.722 2.93803 20.3551 3.32856 20.7457C3.71908 21.1362 4.35225 21.1362 4.74277 20.7457L12.0371 13.4513L19.3315 20.7457C19.722 21.1362 20.3552 21.1362 20.7457 20.7457C21.1362 20.3551 21.1362 19.722 20.7457 19.3315L13.4513 12.0371L20.7457 4.74272C21.1362 4.3522 21.1362 3.71903 20.7457 3.32851Z",
|
|
15
|
-
fill:
|
|
16
|
+
fill: r
|
|
16
17
|
}
|
|
17
18
|
)
|
|
18
19
|
}
|
|
19
20
|
);
|
|
20
21
|
export {
|
|
21
|
-
|
|
22
|
+
e as default
|
|
22
23
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { j as e } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
2
|
+
import "react";
|
|
3
|
+
const r = ({ size: l = 24, color: C = "currentColor", ...o }) => /* @__PURE__ */ e.jsx(
|
|
3
4
|
"svg",
|
|
4
5
|
{
|
|
5
6
|
width: l,
|
|
@@ -11,8 +12,8 @@ const t = ({ size: l = 24, color: C = "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: "M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM8.96963 8.96965C9.26252 8.67676 9.73739 8.67676 10.0303 8.96965L12 10.9393L13.9696 8.96967C14.2625 8.67678 14.7374 8.67678 15.0303 8.96967C15.3232 9.26256 15.3232 9.73744 15.0303 10.0303L13.0606 12L15.0303 13.9696C15.3232 14.2625 15.3232 14.7374 15.0303 15.0303C14.7374 15.3232 14.2625 15.3232 13.9696 15.0303L12 13.0607L10.0303 15.0303C9.73742 15.3232 9.26254 15.3232 8.96965 15.0303C8.67676 14.7374 8.67676 14.2625 8.96965 13.9697L10.9393 12L8.96963 10.0303C8.67673 9.73742 8.67673 9.26254 8.96963 8.96965Z",
|
|
17
18
|
fill: C
|
|
18
19
|
}
|
|
@@ -20,5 +21,5 @@ const t = ({ size: l = 24, color: C = "currentColor", ...o }) => /* @__PURE__ */
|
|
|
20
21
|
}
|
|
21
22
|
);
|
|
22
23
|
export {
|
|
23
|
-
|
|
24
|
+
r as default
|
|
24
25
|
};
|
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
import { j as o } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
2
|
+
import "react";
|
|
3
|
+
const n = ({ size: t = 24, color: r = "currentColor", ...e }) => /* @__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__ */ o.jsx("g", {
|
|
11
|
+
...e,
|
|
12
|
+
children: /* @__PURE__ */ o.jsx("g", { children: /* @__PURE__ */ o.jsx(
|
|
12
13
|
"path",
|
|
13
14
|
{
|
|
14
|
-
id: "Vector",
|
|
15
15
|
d: "M9 9L11.9999 11.9999M11.9999 11.9999L14.9999 14.9999M11.9999 11.9999L9 14.9999M11.9999 11.9999L14.9999 9M12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21Z",
|
|
16
|
-
stroke:
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
16
|
+
stroke: r,
|
|
17
|
+
strokeWidth: "2",
|
|
18
|
+
strokeLinecap: "round",
|
|
19
|
+
strokeLinejoin: "round"
|
|
20
20
|
}
|
|
21
21
|
) })
|
|
22
22
|
}
|
|
23
23
|
);
|
|
24
24
|
export {
|
|
25
|
-
|
|
25
|
+
n as default
|
|
26
26
|
};
|
|
@@ -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 o = ({ size: t = 24, color: l = "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: "comment 3" }),
|
|
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(-207.000000, -257.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(-207.000000, -257.000000)",
|
|
30
|
-
fill: l,
|
|
31
|
-
children: /* @__PURE__ */ e.jsx(
|
|
32
|
-
"path",
|
|
33
|
-
{
|
|
34
|
-
d: "M231,273 C229.896,273 229,272.104 229,271 C229,269.896 229.896,269 231,269 C232.104,269 233,269.896 233,271 C233,272.104 232.104,273 231,273 L231,273 Z M223,273 C221.896,273 221,272.104 221,271 C221,269.896 221.896,269 223,269 C224.104,269 225,269.896 225,271 C225,272.104 224.104,273 223,273 L223,273 Z M215,273 C213.896,273 213,272.104 213,271 C213,269.896 213.896,269 215,269 C216.104,269 217,269.896 217,271 C217,272.104 216.104,273 215,273 L215,273 Z M223,257 C214.164,257 207,263.269 207,271 C207,275.419 209.345,279.354 213,281.919 L213,289 L220.009,284.747 C220.979,284.907 221.977,285 223,285 C231.836,285 239,278.732 239,271 C239,263.269 231.836,257 223,257 L223,257 Z",
|
|
35
|
-
id: "comment-3",
|
|
36
|
-
"sketch:type": "MSShapeGroup"
|
|
37
|
-
}
|
|
38
|
-
)
|
|
39
|
-
}
|
|
40
|
-
)
|
|
19
|
+
d: "M231,273 C229.896,273 229,272.104 229,271 C229,269.896 229.896,269 231,269 C232.104,269 233,269.896 233,271 C233,272.104 232.104,273 231,273 L231,273 Z M223,273 C221.896,273 221,272.104 221,271 C221,269.896 221.896,269 223,269 C224.104,269 225,269.896 225,271 C225,272.104 224.104,273 223,273 L223,273 Z M215,273 C213.896,273 213,272.104 213,271 C213,269.896 213.896,269 215,269 C216.104,269 217,269.896 217,271 C217,272.104 216.104,273 215,273 L215,273 Z M223,257 C214.164,257 207,263.269 207,271 C207,275.419 209.345,279.354 213,281.919 L213,289 L220.009,284.747 C220.979,284.907 221.977,285 223,285 C231.836,285 239,278.732 239,271 C239,263.269 231.836,257 223,257 L223,257 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
|
};
|