meticulous-ui 1.1.3 → 1.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -6
- package/components/Icons/Add/Add.js +38 -37
- package/components/Icons/Add/index.js +4 -0
- package/components/Icons/AddCircle/AddCircle.js +12 -14
- package/components/Icons/AddCircle/index.js +4 -0
- package/components/Icons/AddCircleFilled/AddCircleFilled.js +8 -10
- package/components/Icons/AddCircleFilled/index.js +4 -0
- package/components/Icons/ArrowDown/ArrowDown.js +9 -11
- package/components/Icons/ArrowDown/index.js +4 -0
- package/components/Icons/ArrowLeft/ArrowLeft.js +11 -13
- package/components/Icons/ArrowLeft/index.js +4 -0
- package/components/Icons/ArrowRight/ArrowRight.js +11 -13
- package/components/Icons/ArrowRight/index.js +4 -0
- package/components/Icons/ArrowUp/ArrowUp.js +8 -10
- package/components/Icons/ArrowUp/index.js +4 -0
- package/components/Icons/BellFilled/BellFilled.js +25 -16
- package/components/Icons/BellFilled/index.js +4 -0
- package/components/Icons/BellOffFilled/BellOffFilled.js +24 -17
- package/components/Icons/BellOffFilled/index.js +4 -0
- package/components/Icons/BellOffOutline/BellOffOutline.js +20 -12
- package/components/Icons/BellOffOutline/index.js +4 -0
- package/components/Icons/BellOutline/BellOutline.js +14 -16
- package/components/Icons/BellOutline/index.js +4 -0
- package/components/Icons/BookmarkFilled/BookmarkFilled.js +37 -7
- package/components/Icons/BookmarkFilled/index.js +4 -0
- package/components/Icons/BookmarkOutline/BookmarkOutline.js +8 -10
- package/components/Icons/BookmarkOutline/index.js +4 -0
- package/components/Icons/CartCheckFilled/CartCheckFilled.js +40 -0
- package/components/Icons/CartCheckFilled/index.js +4 -0
- package/components/Icons/CartCheckOutline/CartCheckOutline.js +50 -0
- package/components/Icons/CartCheckOutline/index.js +4 -0
- package/components/Icons/CartCrossFilled/CartCrossFilled.js +40 -0
- package/components/Icons/CartCrossFilled/index.js +4 -0
- package/components/Icons/CartCrossOutline/CartCrossOutline.js +49 -0
- package/components/Icons/CartCrossOutline/index.js +4 -0
- package/components/Icons/CartFilled/CartFilled.js +38 -0
- package/components/Icons/CartFilled/index.js +4 -0
- package/components/Icons/CartMinusFilled/CartMinusFilled.js +40 -0
- package/components/Icons/CartMinusFilled/index.js +4 -0
- package/components/Icons/CartMinusOutline/CartMinusOutline.js +51 -0
- package/components/Icons/CartMinusOutline/index.js +4 -0
- package/components/Icons/CartOutline/CartOutline.js +50 -0
- package/components/Icons/CartOutline/index.js +4 -0
- package/components/Icons/CartPlusFilled/CartPlusFilled.js +40 -0
- package/components/Icons/CartPlusFilled/index.js +4 -0
- package/components/Icons/CartPlusOutline/CartPlusOutline.js +49 -0
- package/components/Icons/CartPlusOutline/index.js +4 -0
- package/components/Icons/ChevronDown/ChevronDown.js +11 -13
- package/components/Icons/ChevronDown/index.js +4 -0
- package/components/Icons/ChevronLeft/ChevronLeft.js +9 -11
- package/components/Icons/ChevronLeft/index.js +4 -0
- package/components/Icons/ChevronRight/ChevronRight.js +7 -9
- package/components/Icons/ChevronRight/index.js +4 -0
- package/components/Icons/ChevronUp/ChevronUp.js +10 -12
- package/components/Icons/ChevronUp/index.js +4 -0
- package/components/Icons/ClockCircleOutline/ClockCircleOutline.js +11 -13
- package/components/Icons/ClockCircleOutline/index.js +4 -0
- package/components/Icons/ClockSquareOutline/ClockSquareOutline.js +11 -13
- package/components/Icons/ClockSquareOutline/index.js +4 -0
- package/components/Icons/Close/Close.js +9 -11
- package/components/Icons/Close/index.js +4 -0
- package/components/Icons/CloseCircleFilled/CloseCircleFilled.js +6 -8
- package/components/Icons/CloseCircleFilled/index.js +4 -0
- package/components/Icons/CloseCircleOutline/CloseCircleOutline.js +13 -14
- package/components/Icons/CloseCircleOutline/index.js +4 -0
- package/components/Icons/CommentBubbleFilled/CommentBubbleFilled.js +37 -7
- package/components/Icons/CommentBubbleFilled/index.js +4 -0
- package/components/Icons/CommentBubbleOutline/CommentBubbleOutline.js +38 -8
- package/components/Icons/CommentBubbleOutline/index.js +4 -0
- package/components/Icons/CommentFilled/CommentFilled.js +37 -7
- package/components/Icons/CommentFilled/index.js +4 -0
- package/components/Icons/CommentLineFilled/CommentLineFilled.js +37 -7
- package/components/Icons/CommentLineFilled/index.js +4 -0
- package/components/Icons/CommentLineOutline/CommentLineOutline.js +37 -7
- package/components/Icons/CommentLineOutline/index.js +4 -0
- package/components/Icons/CommentOutline/CommentOutline.js +39 -9
- package/components/Icons/CommentOutline/index.js +4 -0
- package/components/Icons/ContactDetailsFilled/ContactDetailsFilled.js +15 -8
- package/components/Icons/ContactDetailsFilled/index.js +4 -0
- package/components/Icons/ContactDetailsOutline/ContactDetailsOutline.js +15 -8
- package/components/Icons/ContactDetailsOutline/index.js +4 -0
- package/components/Icons/DetailsOutline/DetailsOutline.js +10 -9
- package/components/Icons/DetailsOutline/index.js +4 -0
- package/components/Icons/DotsHorizontalFilled/DotsHorizontalFilled.js +28 -14
- package/components/Icons/DotsHorizontalFilled/index.js +4 -0
- package/components/Icons/DotsHorizontalOutline/DotsHorizontalOutline.js +37 -17
- package/components/Icons/DotsHorizontalOutline/index.js +4 -0
- package/components/Icons/DotsVerticalFilled/DotsVerticalFilled.js +29 -15
- package/components/Icons/DotsVerticalFilled/index.js +4 -0
- package/components/Icons/DotsVerticalOutline/DotsVerticalOutline.js +36 -16
- package/components/Icons/DotsVerticalOutline/index.js +4 -0
- package/components/Icons/ExitArrowInOutline/ExitArrowInOutline.js +12 -13
- package/components/Icons/ExitArrowInOutline/index.js +4 -0
- package/components/Icons/ExitArrowOutOutline/ExitArrowOutOutline.js +27 -17
- package/components/Icons/ExitArrowOutOutline/index.js +4 -0
- package/components/Icons/HamburgerMenu/HamburgerMenu.js +34 -16
- package/components/Icons/HamburgerMenu/index.js +4 -0
- package/components/Icons/HamburgerSpaced/HamburgerSpaced.js +39 -9
- package/components/Icons/HamburgerSpaced/index.js +4 -0
- package/components/Icons/HeartFilled/HeartFilled.js +7 -9
- package/components/Icons/HeartFilled/index.js +4 -0
- package/components/Icons/HeartOutline/HeartOutline.js +12 -14
- package/components/Icons/HeartOutline/index.js +4 -0
- package/components/Icons/HomeFilled/HomeFilled.js +10 -12
- package/components/Icons/HomeFilled/index.js +4 -0
- package/components/Icons/HomeOutline/HomeOutline.js +8 -10
- package/components/Icons/HomeOutline/index.js +4 -0
- package/components/Icons/Link/Link.js +11 -13
- package/components/Icons/Link/index.js +4 -0
- package/components/Icons/LockClosedFilled/LockClosedFilled.js +7 -9
- package/components/Icons/LockClosedFilled/index.js +4 -0
- package/components/Icons/LockClosedOutline/LockClosedOutline.js +18 -13
- package/components/Icons/LockClosedOutline/index.js +4 -0
- package/components/Icons/LockOpenFilled/LockOpenFilled.js +7 -9
- package/components/Icons/LockOpenFilled/index.js +4 -0
- package/components/Icons/LockOpenOutline/LockOpenOutline.js +16 -18
- package/components/Icons/LockOpenOutline/index.js +4 -0
- package/components/Icons/Minus/Minus.js +8 -10
- package/components/Icons/Minus/index.js +4 -0
- package/components/Icons/MinusCircle/MinusCircle.js +39 -9
- package/components/Icons/MinusCircle/index.js +4 -0
- package/components/Icons/MinusCircleFilled/MinusCircleFilled.js +38 -8
- package/components/Icons/MinusCircleFilled/index.js +4 -0
- package/components/Icons/ProfileFemaleOutline/ProfileFemaleOutline.js +21 -11
- package/components/Icons/ProfileFemaleOutline/index.js +4 -0
- package/components/Icons/ProfileGroupFilled/ProfileGroupFilled.js +10 -11
- package/components/Icons/ProfileGroupFilled/index.js +4 -0
- package/components/Icons/ProfileMaleFilled/ProfileMaleFilled.js +14 -15
- package/components/Icons/ProfileMaleFilled/index.js +4 -0
- package/components/Icons/ProfileMaleOutline/ProfileMaleOutline.js +22 -11
- package/components/Icons/ProfileMaleOutline/index.js +4 -0
- package/components/Icons/Search/Search.js +37 -7
- package/components/Icons/Search/index.js +4 -0
- package/components/Icons/SettingFilled/SettingFilled.js +7 -9
- package/components/Icons/SettingFilled/index.js +4 -0
- package/components/Icons/SettingOutline/SettingOutline.js +5 -7
- package/components/Icons/SettingOutline/index.js +4 -0
- package/components/Icons/ShareAllFilled/ShareAllFilled.js +10 -12
- package/components/Icons/ShareAllFilled/index.js +4 -0
- package/components/Icons/ShareAllOutline/ShareAllOutline.js +24 -10
- package/components/Icons/ShareAllOutline/index.js +4 -0
- package/components/Icons/ShareBoxOutline/ShareBoxOutline.js +9 -11
- package/components/Icons/ShareBoxOutline/index.js +4 -0
- package/components/Icons/ShareFilled/ShareFilled.js +14 -16
- package/components/Icons/ShareFilled/index.js +4 -0
- package/components/Icons/ShareOutline/ShareOutline.js +12 -14
- package/components/Icons/ShareOutline/index.js +4 -0
- package/components/Icons/ShareThickFilled/ShareThickFilled.js +9 -11
- package/components/Icons/ShareThickFilled/index.js +4 -0
- package/components/Icons/ShieldCheckFilled/ShieldCheckFilled.js +9 -11
- package/components/Icons/ShieldCheckFilled/index.js +4 -0
- package/components/Icons/ShieldCheckOutline/ShieldCheckOutline.js +12 -14
- package/components/Icons/ShieldCheckOutline/index.js +4 -0
- package/components/Icons/ShieldCrossFilled/ShieldCrossFilled.js +9 -11
- package/components/Icons/ShieldCrossFilled/index.js +4 -0
- package/components/Icons/ShieldCrossOutline/ShieldCrossOutline.js +17 -11
- package/components/Icons/ShieldCrossOutline/index.js +4 -0
- package/components/Icons/ShieldWarningFilled/ShieldWarningFilled.js +11 -13
- package/components/Icons/ShieldWarningFilled/index.js +4 -0
- package/components/Icons/ShieldWarningOutline/ShieldWarningOutline.js +9 -11
- package/components/Icons/ShieldWarningOutline/index.js +4 -0
- package/components/Icons/StarFilled/StarFilled.js +13 -10
- package/components/Icons/StarFilled/index.js +4 -0
- package/components/Icons/StarOutline/StarOutline.js +15 -10
- package/components/Icons/StarOutline/index.js +4 -0
- package/components/Icons/ThumbsDownFilled/ThumbsDownFilled.js +8 -10
- package/components/Icons/ThumbsDownFilled/index.js +4 -0
- package/components/Icons/ThumbsDownOutline/ThumbsDownOutline.js +7 -9
- package/components/Icons/ThumbsDownOutline/index.js +4 -0
- package/components/Icons/ThumbsUpFilled/ThumbsUpFilled.js +9 -11
- package/components/Icons/ThumbsUpFilled/index.js +4 -0
- package/components/Icons/ThumbsUpOutline/ThumbsUpOutline.js +7 -9
- package/components/Icons/ThumbsUpOutline/index.js +4 -0
- package/components/Icons/Upload/Upload.js +11 -13
- package/components/Icons/Upload/index.js +4 -0
- package/components/Icons/UploadBoxFilled/UploadBoxFilled.js +10 -12
- package/components/Icons/UploadBoxFilled/index.js +4 -0
- package/components/Icons/UploadBoxOutline/UploadBoxOutline.js +21 -16
- package/components/Icons/UploadBoxOutline/index.js +4 -0
- package/components/Icons/WalletFilled/WalletFilled.js +38 -8
- package/components/Icons/WalletFilled/index.js +4 -0
- package/components/Icons/WalletOutline/WalletOutline.js +39 -9
- package/components/Icons/WalletOutline/index.js +4 -0
- package/components/Icons/index.js +273 -162
- package/components/Pagination/styles.js +6 -6
- package/index.js +6 -8
- package/package.json +2 -3
|
@@ -1,26 +1,24 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
|
|
3
|
-
const d = ({ color: a = o.m500, size: l = 24, ...i }) => /* @__PURE__ */ e.jsx(
|
|
1
|
+
import { j as C } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
const t = ({ size: l = 24, color: e = "currentColor", ...o }) => /* @__PURE__ */ C.jsx(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
6
|
-
viewBox: "0 0 24 24",
|
|
7
5
|
width: l,
|
|
8
6
|
height: l,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
9
8
|
fill: "none",
|
|
10
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
children: /* @__PURE__ */ e.jsx(
|
|
10
|
+
...o,
|
|
11
|
+
children: /* @__PURE__ */ C.jsx(
|
|
14
12
|
"path",
|
|
15
13
|
{
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
d: "M13.803 5.
|
|
19
|
-
fill:
|
|
14
|
+
"fill-rule": "evenodd",
|
|
15
|
+
"clip-rule": "evenodd",
|
|
16
|
+
d: "M13.803 5.33333C13.803 3.49238 15.3022 2 17.1515 2C19.0008 2 20.5 3.49238 20.5 5.33333C20.5 7.17428 19.0008 8.66667 17.1515 8.66667C16.2177 8.66667 15.3738 8.28596 14.7671 7.67347L10.1317 10.8295C10.1745 11.0425 10.197 11.2625 10.197 11.4872C10.197 11.9322 10.109 12.3576 9.94959 12.7464L15.0323 16.0858C15.6092 15.6161 16.3473 15.3333 17.1515 15.3333C19.0008 15.3333 20.5 16.8257 20.5 18.6667C20.5 20.5076 19.0008 22 17.1515 22C15.3022 22 13.803 20.5076 13.803 18.6667C13.803 18.1845 13.9062 17.7255 14.0917 17.3111L9.05007 13.9987C8.46196 14.5098 7.6916 14.8205 6.84848 14.8205C4.99917 14.8205 3.5 13.3281 3.5 11.4872C3.5 9.64623 4.99917 8.15385 6.84848 8.15385C7.9119 8.15385 8.85853 8.64725 9.47145 9.41518L13.9639 6.35642C13.8594 6.03359 13.803 5.6896 13.803 5.33333Z",
|
|
17
|
+
fill: e
|
|
20
18
|
}
|
|
21
19
|
)
|
|
22
20
|
}
|
|
23
21
|
);
|
|
24
22
|
export {
|
|
25
|
-
|
|
23
|
+
t as default
|
|
26
24
|
};
|
|
@@ -1,24 +1,38 @@
|
|
|
1
1
|
import { j as t } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
3
|
-
const h = ({ color: e = a.m500, size: s = 24, ...r }) => /* @__PURE__ */ t.jsxs(
|
|
2
|
+
const h = ({ size: e = 24, color: s = "currentColor", ...r }) => /* @__PURE__ */ t.jsxs(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
5
|
+
width: e,
|
|
6
|
+
height: e,
|
|
6
7
|
viewBox: "0 0 24 24",
|
|
7
|
-
width: s,
|
|
8
|
-
height: s,
|
|
9
8
|
fill: "none",
|
|
10
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
"aria-label": "Share All Outline",
|
|
12
10
|
...r,
|
|
13
11
|
children: [
|
|
14
|
-
/* @__PURE__ */ t.jsx("path", { d: "M9 12a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0Z", stroke: e, strokeWidth: "1.5" }),
|
|
15
|
-
/* @__PURE__ */ t.jsx("path", { d: "M14 6.5 9 10M14 17.5 9 14", stroke: e, strokeWidth: "1.5", strokeLinecap: "round" }),
|
|
16
12
|
/* @__PURE__ */ t.jsx(
|
|
17
13
|
"path",
|
|
18
14
|
{
|
|
19
|
-
d: "
|
|
20
|
-
stroke:
|
|
21
|
-
|
|
15
|
+
d: "M9 12C9 13.3807 7.88071 14.5 6.5 14.5C5.11929 14.5 4 13.3807 4 12C4 10.6193 5.11929 9.5 6.5 9.5C7.88071 9.5 9 10.6193 9 12Z",
|
|
16
|
+
stroke: s,
|
|
17
|
+
"stroke-width": "1.5"
|
|
18
|
+
}
|
|
19
|
+
),
|
|
20
|
+
/* @__PURE__ */ t.jsx("path", { d: "M14 6.5L9 10", stroke: s, "stroke-width": "1.5", "stroke-linecap": "round" }),
|
|
21
|
+
/* @__PURE__ */ t.jsx("path", { d: "M14 17.5L9 14", stroke: s, "stroke-width": "1.5", "stroke-linecap": "round" }),
|
|
22
|
+
/* @__PURE__ */ t.jsx(
|
|
23
|
+
"path",
|
|
24
|
+
{
|
|
25
|
+
d: "M19 18.5C19 19.8807 17.8807 21 16.5 21C15.1193 21 14 19.8807 14 18.5C14 17.1193 15.1193 16 16.5 16C17.8807 16 19 17.1193 19 18.5Z",
|
|
26
|
+
stroke: s,
|
|
27
|
+
"stroke-width": "1.5"
|
|
28
|
+
}
|
|
29
|
+
),
|
|
30
|
+
/* @__PURE__ */ t.jsx(
|
|
31
|
+
"path",
|
|
32
|
+
{
|
|
33
|
+
d: "M19 5.5C19 6.88071 17.8807 8 16.5 8C15.1193 8 14 6.88071 14 5.5C14 4.11929 15.1193 3 16.5 3C17.8807 3 19 4.11929 19 5.5Z",
|
|
34
|
+
stroke: s,
|
|
35
|
+
"stroke-width": "1.5"
|
|
22
36
|
}
|
|
23
37
|
)
|
|
24
38
|
]
|
|
@@ -1,24 +1,22 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
|
|
3
|
-
const r = ({ color: h = t.m500, size: m = 24, ...z }) => /* @__PURE__ */ a.jsx(
|
|
1
|
+
import { j as H } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
const t = ({ size: C = 24, color: M = "currentColor", ...V }) => /* @__PURE__ */ H.jsx(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
5
|
+
width: C,
|
|
6
|
+
height: C,
|
|
6
7
|
viewBox: "0 -0.5 25 25",
|
|
7
|
-
width: m,
|
|
8
|
-
height: m,
|
|
9
8
|
fill: "none",
|
|
10
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
children: /* @__PURE__ */ a.jsx(
|
|
10
|
+
...V,
|
|
11
|
+
children: /* @__PURE__ */ H.jsx(
|
|
14
12
|
"path",
|
|
15
13
|
{
|
|
16
|
-
d: "M12.5 6.
|
|
17
|
-
fill:
|
|
14
|
+
d: "M12.5 6.25C12.9142 6.25 13.25 5.91421 13.25 5.5C13.25 5.08579 12.9142 4.75 12.5 4.75V6.25ZM20.25 12.5C20.25 12.0858 19.9142 11.75 19.5 11.75C19.0858 11.75 18.75 12.0858 18.75 12.5H20.25ZM19.5 6.25C19.9142 6.25 20.25 5.91421 20.25 5.5C20.25 5.08579 19.9142 4.75 19.5 4.75V6.25ZM15.412 4.75C14.9978 4.75 14.662 5.08579 14.662 5.5C14.662 5.91421 14.9978 6.25 15.412 6.25V4.75ZM20.25 5.5C20.25 5.08579 19.9142 4.75 19.5 4.75C19.0858 4.75 18.75 5.08579 18.75 5.5H20.25ZM18.75 9.641C18.75 10.0552 19.0858 10.391 19.5 10.391C19.9142 10.391 20.25 10.0552 20.25 9.641H18.75ZM20.0303 6.03033C20.3232 5.73744 20.3232 5.26256 20.0303 4.96967C19.7374 4.67678 19.2626 4.67678 18.9697 4.96967L20.0303 6.03033ZM11.9697 11.9697C11.6768 12.2626 11.6768 12.7374 11.9697 13.0303C12.2626 13.3232 12.7374 13.3232 13.0303 13.0303L11.9697 11.9697ZM12.5 4.75H9.5V6.25H12.5V4.75ZM9.5 4.75C6.87665 4.75 4.75 6.87665 4.75 9.5H6.25C6.25 7.70507 7.70507 6.25 9.5 6.25V4.75ZM4.75 9.5V15.5H6.25V9.5H4.75ZM4.75 15.5C4.75 18.1234 6.87665 20.25 9.5 20.25V18.75C7.70507 18.75 6.25 17.2949 6.25 15.5H4.75ZM9.5 20.25H15.5V18.75H9.5V20.25ZM15.5 20.25C18.1234 20.25 20.25 18.1234 20.25 15.5H18.75C18.75 17.2949 17.2949 18.75 15.5 18.75V20.25ZM20.25 15.5V12.5H18.75V15.5H20.25ZM19.5 4.75H15.412V6.25H19.5V4.75ZM18.75 5.5V9.641H20.25V5.5H18.75ZM18.9697 4.96967L11.9697 11.9697L13.0303 13.0303L20.0303 6.03033L18.9697 4.96967Z",
|
|
15
|
+
fill: M
|
|
18
16
|
}
|
|
19
17
|
)
|
|
20
18
|
}
|
|
21
19
|
);
|
|
22
20
|
export {
|
|
23
|
-
|
|
21
|
+
t as default
|
|
24
22
|
};
|
|
@@ -1,35 +1,33 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
|
|
3
|
-
const s = ({ color: a = t.m500, size: e = 24, ...i }) => /* @__PURE__ */ l.jsxs(
|
|
1
|
+
import { j as C } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
const o = ({ size: l = 24, color: e = "currentColor", ...t }) => /* @__PURE__ */ C.jsxs(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
5
|
+
width: l,
|
|
6
|
+
height: l,
|
|
6
7
|
viewBox: "0 0 24 24",
|
|
7
|
-
width: e,
|
|
8
|
-
height: e,
|
|
9
8
|
fill: "none",
|
|
10
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
|
|
12
|
-
...i,
|
|
10
|
+
...t,
|
|
13
11
|
children: [
|
|
14
|
-
/* @__PURE__ */
|
|
12
|
+
/* @__PURE__ */ C.jsx(
|
|
15
13
|
"path",
|
|
16
14
|
{
|
|
17
|
-
d: "
|
|
18
|
-
fill:
|
|
15
|
+
d: "M12.3315 5.18355L17.3094 9.60829C18.2399 10.4355 18.7052 10.8491 18.8767 11.3374C19.0273 11.7663 19.0273 12.2337 18.8767 12.6626C18.7052 13.1509 18.2399 13.5645 17.3094 14.3917L12.3315 18.8165C11.9092 19.1918 11.6981 19.3795 11.5187 19.3862C11.3629 19.3921 11.2133 19.3249 11.1142 19.2046C11 19.0661 11 18.7835 11 18.2185V15.4286C8.57196 15.4286 6.00739 16.2084 4.13478 17.5928C3.15988 18.3135 2.67242 18.6739 2.48676 18.6596C2.30578 18.6458 2.19093 18.5751 2.09703 18.4198C2.0007 18.2604 2.08578 17.7625 2.25595 16.7667C3.36093 10.3006 7.8109 8.57143 11 8.57143V5.78148C11 5.21646 11 4.93396 11.1142 4.79545C11.2133 4.67513 11.3629 4.60794 11.5187 4.61378C11.6981 4.62049 11.9092 4.80818 12.3315 5.18355Z",
|
|
16
|
+
fill: e
|
|
19
17
|
}
|
|
20
18
|
),
|
|
21
|
-
/* @__PURE__ */
|
|
19
|
+
/* @__PURE__ */ C.jsx(
|
|
22
20
|
"path",
|
|
23
21
|
{
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
d: "M14.
|
|
27
|
-
fill:
|
|
22
|
+
"fill-rule": "evenodd",
|
|
23
|
+
"clip-rule": "evenodd",
|
|
24
|
+
d: "M14.9889 3.98966C15.2708 3.68613 15.7453 3.66856 16.0488 3.95041L21.2651 8.79403C22.212 9.67333 22.75 10.9072 22.75 12.1994C22.75 13.5616 22.1524 14.8553 21.1151 15.7382L16.0246 20.0711C15.7092 20.3396 15.2359 20.3016 14.9674 19.9861C14.6989 19.6707 14.737 19.1974 15.0524 18.9289L20.1428 14.596C20.8453 13.998 21.25 13.122 21.25 12.1994C21.25 11.3243 20.8857 10.4887 20.2444 9.89322L15.0282 5.0496C14.7246 4.76775 14.7071 4.2932 14.9889 3.98966Z",
|
|
25
|
+
fill: e
|
|
28
26
|
}
|
|
29
27
|
)
|
|
30
28
|
]
|
|
31
29
|
}
|
|
32
30
|
);
|
|
33
31
|
export {
|
|
34
|
-
|
|
32
|
+
o as default
|
|
35
33
|
};
|
|
@@ -1,38 +1,36 @@
|
|
|
1
1
|
import { j as t } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
3
|
-
const a = ({ color: e = s.m500, size: r = 24, ...o }) => /* @__PURE__ */ t.jsxs(
|
|
2
|
+
const n = ({ size: o = 24, color: e = "currentColor", ...r }) => /* @__PURE__ */ t.jsxs(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
5
|
+
width: o,
|
|
6
|
+
height: o,
|
|
6
7
|
viewBox: "0 0 24 24",
|
|
7
|
-
width: r,
|
|
8
|
-
height: r,
|
|
9
8
|
fill: "none",
|
|
10
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
|
|
12
|
-
...o,
|
|
10
|
+
...r,
|
|
13
11
|
children: [
|
|
14
12
|
/* @__PURE__ */ t.jsx(
|
|
15
13
|
"path",
|
|
16
14
|
{
|
|
17
|
-
d: "
|
|
15
|
+
d: "M12.6644 5.47875L16.6367 9.00968C18.2053 10.404 18.9896 11.1012 18.9896 11.9993C18.9896 12.8975 18.2053 13.5946 16.6367 14.989L12.6644 18.5199C11.9484 19.1563 11.5903 19.4746 11.2952 19.342C11 19.2095 11 18.7305 11 17.7725V15.4279C7.4 15.4279 3.5 17.1422 2 19.9993C2 10.8565 7.33333 8.57075 11 8.57075V6.22616C11 5.26817 11 4.78917 11.2952 4.65662C11.5903 4.52407 11.9484 4.8423 12.6644 5.47875Z",
|
|
18
16
|
stroke: e,
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
17
|
+
"stroke-width": "1.5",
|
|
18
|
+
"stroke-linecap": "round",
|
|
19
|
+
"stroke-linejoin": "round"
|
|
22
20
|
}
|
|
23
21
|
),
|
|
24
22
|
/* @__PURE__ */ t.jsx(
|
|
25
23
|
"path",
|
|
26
24
|
{
|
|
27
|
-
d: "
|
|
25
|
+
d: "M15.5386 4.5L20.7548 9.34362C21.5489 10.081 22.0001 11.1158 22.0001 12.1994C22.0001 13.3418 21.4989 14.4266 20.629 15.1671L15.5386 19.5",
|
|
28
26
|
stroke: e,
|
|
29
|
-
|
|
30
|
-
|
|
27
|
+
"stroke-width": "1.5",
|
|
28
|
+
"stroke-linecap": "round"
|
|
31
29
|
}
|
|
32
30
|
)
|
|
33
31
|
]
|
|
34
32
|
}
|
|
35
33
|
);
|
|
36
34
|
export {
|
|
37
|
-
|
|
35
|
+
n as default
|
|
38
36
|
};
|
|
@@ -1,24 +1,22 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
|
|
3
|
-
const o = ({ color: i = r.m500, size: l = 24, ...e }) => /* @__PURE__ */ a.jsx(
|
|
1
|
+
import { j as t } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
const e = ({ size: C = 24, color: o = "currentColor", ...l }) => /* @__PURE__ */ t.jsx(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
5
|
+
width: C,
|
|
6
|
+
height: C,
|
|
6
7
|
viewBox: "0 0 16 16",
|
|
7
|
-
width: l,
|
|
8
|
-
height: l,
|
|
9
8
|
fill: "none",
|
|
10
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
children: /* @__PURE__ */ a.jsx(
|
|
10
|
+
...l,
|
|
11
|
+
children: /* @__PURE__ */ t.jsx(
|
|
14
12
|
"path",
|
|
15
13
|
{
|
|
16
|
-
d: "M11
|
|
17
|
-
fill:
|
|
14
|
+
d: "M11 6C12.6569 6 14 4.65685 14 3C14 1.34315 12.6569 0 11 0C9.34315 0 8 1.34315 8 3C8 3.22371 8.02449 3.44169 8.07092 3.65143L4.86861 5.65287C4.35599 5.24423 3.70652 5 3 5C1.34315 5 0 6.34315 0 8C0 9.65685 1.34315 11 3 11C3.70652 11 4.35599 10.7558 4.86861 10.3471L8.07092 12.3486C8.02449 12.5583 8 12.7763 8 13C8 14.6569 9.34315 16 11 16C12.6569 16 14 14.6569 14 13C14 11.3431 12.6569 10 11 10C10.2935 10 9.644 10.2442 9.13139 10.6529L5.92908 8.65143C5.97551 8.44169 6 8.22371 6 8C6 7.77629 5.97551 7.55831 5.92908 7.34857L9.13139 5.34713C9.644 5.75577 10.2935 6 11 6Z",
|
|
15
|
+
fill: o
|
|
18
16
|
}
|
|
19
17
|
)
|
|
20
18
|
}
|
|
21
19
|
);
|
|
22
20
|
export {
|
|
23
|
-
|
|
21
|
+
e as default
|
|
24
22
|
};
|
|
@@ -1,26 +1,24 @@
|
|
|
1
1
|
import { j as e } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
3
|
-
const h = ({ color: i = o.m500, size: l = 24, ...d }) => /* @__PURE__ */ e.jsx(
|
|
2
|
+
const i = ({ size: C = 24, color: l = "currentColor", ...o }) => /* @__PURE__ */ e.jsx(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
5
|
+
width: C,
|
|
6
|
+
height: C,
|
|
6
7
|
viewBox: "0 0 24 24",
|
|
7
|
-
width: l,
|
|
8
|
-
height: l,
|
|
9
8
|
fill: "none",
|
|
10
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
|
|
12
|
-
...d,
|
|
10
|
+
...o,
|
|
13
11
|
children: /* @__PURE__ */ e.jsx(
|
|
14
12
|
"path",
|
|
15
13
|
{
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
d: "M3.
|
|
19
|
-
fill:
|
|
14
|
+
"fill-rule": "evenodd",
|
|
15
|
+
"clip-rule": "evenodd",
|
|
16
|
+
d: "M3.37752 5.08241C3 5.62028 3 7.21907 3 10.4167V11.9914C3 17.6294 7.23896 20.3655 9.89856 21.5273C10.62 21.8424 10.9807 22 12 22C13.0193 22 13.38 21.8424 14.1014 21.5273C16.761 20.3655 21 17.6294 21 11.9914V10.4167C21 7.21907 21 5.62028 20.6225 5.08241C20.245 4.54454 18.7417 4.02996 15.7351 3.00079L15.1623 2.80472C13.595 2.26824 12.8114 2 12 2C11.1886 2 10.405 2.26824 8.83772 2.80472L8.26491 3.00079C5.25832 4.02996 3.75503 4.54454 3.37752 5.08241ZM15.0595 10.4995C15.3353 10.1905 15.3085 9.71642 14.9995 9.44055C14.6905 9.16467 14.2164 9.19151 13.9405 9.50049L10.9286 12.8739L10.0595 11.9005C9.78358 11.5915 9.30947 11.5647 9.00049 11.8405C8.69151 12.1164 8.66467 12.5905 8.94055 12.8995L10.3691 14.4995C10.5114 14.6589 10.7149 14.75 10.9286 14.75C11.1422 14.75 11.3457 14.6589 11.488 14.4995L15.0595 10.4995Z",
|
|
17
|
+
fill: l
|
|
20
18
|
}
|
|
21
19
|
)
|
|
22
20
|
}
|
|
23
21
|
);
|
|
24
22
|
export {
|
|
25
|
-
|
|
23
|
+
i as default
|
|
26
24
|
};
|
|
@@ -1,32 +1,30 @@
|
|
|
1
1
|
import { j as t } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
3
|
-
const n = ({ color: e = o.m500, size: s = 24, ...i }) => /* @__PURE__ */ t.jsxs(
|
|
2
|
+
const n = ({ size: e = 24, color: o = "currentColor", ...s }) => /* @__PURE__ */ t.jsxs(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
5
|
+
width: e,
|
|
6
|
+
height: e,
|
|
6
7
|
viewBox: "0 0 24 24",
|
|
7
|
-
width: s,
|
|
8
|
-
height: s,
|
|
9
8
|
fill: "none",
|
|
10
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
|
|
12
|
-
...i,
|
|
10
|
+
...s,
|
|
13
11
|
children: [
|
|
14
12
|
/* @__PURE__ */ t.jsx(
|
|
15
13
|
"path",
|
|
16
14
|
{
|
|
17
|
-
d: "M3 10.
|
|
18
|
-
stroke:
|
|
19
|
-
|
|
15
|
+
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: o,
|
|
17
|
+
"stroke-width": "1.5"
|
|
20
18
|
}
|
|
21
19
|
),
|
|
22
20
|
/* @__PURE__ */ t.jsx(
|
|
23
21
|
"path",
|
|
24
22
|
{
|
|
25
|
-
d: "
|
|
26
|
-
stroke:
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
23
|
+
d: "M9.5 12.4L10.9286 14L14.5 10",
|
|
24
|
+
stroke: o,
|
|
25
|
+
"stroke-width": "1.5",
|
|
26
|
+
"stroke-linecap": "round",
|
|
27
|
+
"stroke-linejoin": "round"
|
|
30
28
|
}
|
|
31
29
|
)
|
|
32
30
|
]
|
|
@@ -1,22 +1,20 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
|
|
3
|
-
const t = ({ color: i = s.m500, size: l = 24, ...o }) => /* @__PURE__ */ e.jsx(
|
|
1
|
+
import { j as l } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
const t = ({ size: C = 24, color: e = "currentColor", ...o }) => /* @__PURE__ */ l.jsx(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
5
|
+
width: C,
|
|
6
|
+
height: C,
|
|
6
7
|
viewBox: "0 0 24 24",
|
|
7
|
-
width: l,
|
|
8
|
-
height: l,
|
|
9
8
|
fill: "none",
|
|
10
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
"aria-label": "Shield Cross Filled",
|
|
12
10
|
...o,
|
|
13
|
-
children: /* @__PURE__ */
|
|
11
|
+
children: /* @__PURE__ */ l.jsx(
|
|
14
12
|
"path",
|
|
15
13
|
{
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
d: "M3.
|
|
19
|
-
fill:
|
|
14
|
+
"fill-rule": "evenodd",
|
|
15
|
+
"clip-rule": "evenodd",
|
|
16
|
+
d: "M3.37752 5.08241C3 5.62028 3 7.21907 3 10.4167V11.9914C3 17.6294 7.23896 20.3655 9.89856 21.5273C10.62 21.8424 10.9807 22 12 22C13.0193 22 13.38 21.8424 14.1014 21.5273C16.761 20.3655 21 17.6294 21 11.9914V10.4167C21 7.21907 21 5.62028 20.6225 5.08241C20.245 4.54454 18.7417 4.02996 15.7351 3.00079L15.1623 2.80472C13.595 2.26824 12.8114 2 12 2C11.1886 2 10.405 2.26824 8.83772 2.80472L8.26491 3.00079C5.25832 4.02996 3.75503 4.54454 3.37752 5.08241ZM10.0303 8.96965C9.73744 8.67676 9.26256 8.67676 8.96967 8.96965C8.67678 9.26254 8.67678 9.73742 8.96967 10.0303L10.9394 12L8.96969 13.9697C8.6768 14.2625 8.6768 14.7374 8.96969 15.0303C9.26258 15.3232 9.73746 15.3232 10.0304 15.0303L12 13.0607L13.9696 15.0303C14.2625 15.3232 14.7374 15.3232 15.0303 15.0303C15.3232 14.7374 15.3232 14.2625 15.0303 13.9696L13.0607 12L15.0303 10.0303C15.3232 9.73744 15.3232 9.26256 15.0303 8.96967C14.7374 8.67678 14.2626 8.67678 13.9697 8.96967L12 10.9393L10.0303 8.96965Z",
|
|
17
|
+
fill: e
|
|
20
18
|
}
|
|
21
19
|
)
|
|
22
20
|
}
|
|
@@ -1,28 +1,34 @@
|
|
|
1
1
|
import { j as t } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
3
|
-
const h = ({ color: s = o.m500, size: e = 24, ...r }) => /* @__PURE__ */ t.jsxs(
|
|
2
|
+
const C = ({ size: s = 24, color: o = "currentColor", ...e }) => /* @__PURE__ */ t.jsxs(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
5
|
+
width: s,
|
|
6
|
+
height: s,
|
|
6
7
|
viewBox: "0 0 24 24",
|
|
7
|
-
width: e,
|
|
8
|
-
height: e,
|
|
9
8
|
fill: "none",
|
|
10
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
|
|
12
|
-
...r,
|
|
10
|
+
...e,
|
|
13
11
|
children: [
|
|
14
12
|
/* @__PURE__ */ t.jsx(
|
|
15
13
|
"path",
|
|
16
14
|
{
|
|
17
|
-
d: "M3 10.
|
|
18
|
-
stroke:
|
|
19
|
-
|
|
15
|
+
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: o,
|
|
17
|
+
"stroke-width": "1.5"
|
|
20
18
|
}
|
|
21
19
|
),
|
|
22
|
-
/* @__PURE__ */ t.jsx(
|
|
20
|
+
/* @__PURE__ */ t.jsx(
|
|
21
|
+
"path",
|
|
22
|
+
{
|
|
23
|
+
d: "M14.5 9.5L9.50002 14.5M9.5 9.49998L14.5 14.5",
|
|
24
|
+
stroke: o,
|
|
25
|
+
"stroke-width": "1.5",
|
|
26
|
+
"stroke-linecap": "round"
|
|
27
|
+
}
|
|
28
|
+
)
|
|
23
29
|
]
|
|
24
30
|
}
|
|
25
31
|
);
|
|
26
32
|
export {
|
|
27
|
-
|
|
33
|
+
C as default
|
|
28
34
|
};
|
|
@@ -1,26 +1,24 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
|
|
3
|
-
const r = ({ color: i = d.m500, size: l = 24, ...a }) => /* @__PURE__ */ e.jsx(
|
|
1
|
+
import { j as l } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
const n = ({ size: C = 24, color: e = "currentColor", ...o }) => /* @__PURE__ */ l.jsx(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
5
|
+
width: C,
|
|
6
|
+
height: C,
|
|
6
7
|
viewBox: "0 0 24 24",
|
|
7
|
-
width: l,
|
|
8
|
-
height: l,
|
|
9
8
|
fill: "none",
|
|
10
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
children: /* @__PURE__ */ e.jsx(
|
|
10
|
+
...o,
|
|
11
|
+
children: /* @__PURE__ */ l.jsx(
|
|
14
12
|
"path",
|
|
15
13
|
{
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
d: "M3 10.
|
|
19
|
-
fill:
|
|
14
|
+
"fill-rule": "evenodd",
|
|
15
|
+
"clip-rule": "evenodd",
|
|
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.4167V11.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.9914V10.4167ZM12 7.25C12.4142 7.25 12.75 7.58579 12.75 8V12C12.75 12.4142 12.4142 12.75 12 12.75C11.5858 12.75 11.25 12.4142 11.25 12V8C11.25 7.58579 11.5858 7.25 12 7.25ZM12 16C12.5523 16 13 15.5523 13 15C13 14.4477 12.5523 14 12 14C11.4477 14 11 14.4477 11 15C11 15.5523 11.4477 16 12 16Z",
|
|
17
|
+
fill: e
|
|
20
18
|
}
|
|
21
19
|
)
|
|
22
20
|
}
|
|
23
21
|
);
|
|
24
22
|
export {
|
|
25
|
-
|
|
23
|
+
n as default
|
|
26
24
|
};
|
|
@@ -1,29 +1,27 @@
|
|
|
1
1
|
import { j as t } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
3
|
-
const o = ({ color: e = s.m500, size: i = 24, ...r }) => /* @__PURE__ */ t.jsxs(
|
|
2
|
+
const n = ({ size: e = 24, color: s = "currentColor", ...r }) => /* @__PURE__ */ t.jsxs(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
5
|
+
width: e,
|
|
6
|
+
height: e,
|
|
6
7
|
viewBox: "0 0 24 24",
|
|
7
|
-
width: i,
|
|
8
|
-
height: i,
|
|
9
8
|
fill: "none",
|
|
10
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
"aria-label": "Shield Warning Outline",
|
|
12
10
|
...r,
|
|
13
11
|
children: [
|
|
14
12
|
/* @__PURE__ */ t.jsx(
|
|
15
13
|
"path",
|
|
16
14
|
{
|
|
17
|
-
d: "M3 10.
|
|
18
|
-
stroke:
|
|
19
|
-
|
|
15
|
+
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: s,
|
|
17
|
+
"stroke-width": "1.5"
|
|
20
18
|
}
|
|
21
19
|
),
|
|
22
|
-
/* @__PURE__ */ t.jsx("path", { d: "M12
|
|
23
|
-
/* @__PURE__ */ t.jsx("circle", { cx: "12", cy: "15", r: "1", fill:
|
|
20
|
+
/* @__PURE__ */ t.jsx("path", { d: "M12 8V12", stroke: s, "stroke-width": "1.5", "stroke-linecap": "round" }),
|
|
21
|
+
/* @__PURE__ */ t.jsx("circle", { cx: "12", cy: "15", r: "1", fill: s })
|
|
24
22
|
]
|
|
25
23
|
}
|
|
26
24
|
);
|
|
27
25
|
export {
|
|
28
|
-
|
|
26
|
+
n as default
|
|
29
27
|
};
|