meticulous-ui 1.1.4 → 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/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/package.json +2 -2
|
@@ -1,27 +1,25 @@
|
|
|
1
1
|
import { j as t } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
3
|
-
const a = ({ color: r = e.m500, size: o = 24, ...s }) => /* @__PURE__ */ t.jsx(
|
|
2
|
+
const e = ({ size: o = 24, color: r = "currentColor", ...n }) => /* @__PURE__ */ t.jsx(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
6
|
-
viewBox: "0 0 24 24",
|
|
7
5
|
width: o,
|
|
8
6
|
height: o,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
9
8
|
fill: "none",
|
|
10
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
|
|
12
|
-
...s,
|
|
10
|
+
...n,
|
|
13
11
|
children: /* @__PURE__ */ t.jsx(
|
|
14
12
|
"path",
|
|
15
13
|
{
|
|
16
|
-
d: "M6
|
|
14
|
+
d: "M6 12L18 12",
|
|
17
15
|
stroke: r,
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
16
|
+
"stroke-width": "2",
|
|
17
|
+
"stroke-linecap": "round",
|
|
18
|
+
"stroke-linejoin": "round"
|
|
21
19
|
}
|
|
22
20
|
)
|
|
23
21
|
}
|
|
24
22
|
);
|
|
25
23
|
export {
|
|
26
|
-
|
|
24
|
+
e as default
|
|
27
25
|
};
|
|
@@ -1,18 +1,48 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
|
|
3
|
-
const a = ({ color: e = l.m500, size: i = 24, ...t }) => /* @__PURE__ */ s.jsx(
|
|
1
|
+
import { j as e } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
const n = ({ size: t = 24, color: s = "currentColor", ...r }) => /* @__PURE__ */ e.jsxs(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
5
|
+
width: t,
|
|
6
|
+
height: t,
|
|
6
7
|
viewBox: "0 0 32 32",
|
|
7
|
-
width: i,
|
|
8
|
-
height: i,
|
|
9
8
|
fill: "none",
|
|
10
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
10
|
+
...r,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ e.jsx("title", { children: "minus-circle" }),
|
|
13
|
+
/* @__PURE__ */ e.jsx("desc", { children: "Created with Sketch Beta." }),
|
|
14
|
+
/* @__PURE__ */ e.jsx("defs", {}),
|
|
15
|
+
/* @__PURE__ */ e.jsx(
|
|
16
|
+
"g",
|
|
17
|
+
{
|
|
18
|
+
id: "Page-1",
|
|
19
|
+
stroke: "none",
|
|
20
|
+
"stroke-width": "1",
|
|
21
|
+
fill: "none",
|
|
22
|
+
"fill-rule": "evenodd",
|
|
23
|
+
"sketch:type": "MSPage",
|
|
24
|
+
children: /* @__PURE__ */ e.jsx(
|
|
25
|
+
"g",
|
|
26
|
+
{
|
|
27
|
+
id: "Icon-Set",
|
|
28
|
+
"sketch:type": "MSLayerGroup",
|
|
29
|
+
transform: "translate(-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
|
+
)
|
|
41
|
+
}
|
|
42
|
+
)
|
|
43
|
+
]
|
|
14
44
|
}
|
|
15
45
|
);
|
|
16
46
|
export {
|
|
17
|
-
|
|
47
|
+
n as default
|
|
18
48
|
};
|
|
@@ -1,18 +1,48 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
|
|
3
|
-
const a = ({ color: e = t.m500, size: i = 24, ...s }) => /* @__PURE__ */ l.jsx(
|
|
1
|
+
import { j as e } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
const r = ({ size: t = 24, color: i = "currentColor", ...s }) => /* @__PURE__ */ e.jsxs(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
5
|
+
width: t,
|
|
6
|
+
height: t,
|
|
6
7
|
viewBox: "0 0 32 32",
|
|
7
|
-
width: i,
|
|
8
|
-
height: i,
|
|
9
8
|
fill: "none",
|
|
10
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
"aria-label": "Minus Circle Filled",
|
|
12
10
|
...s,
|
|
13
|
-
children:
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ e.jsx("title", { children: "minus-circle" }),
|
|
13
|
+
/* @__PURE__ */ e.jsx("desc", { children: "Created with Sketch Beta." }),
|
|
14
|
+
/* @__PURE__ */ e.jsx("defs", {}),
|
|
15
|
+
/* @__PURE__ */ e.jsx(
|
|
16
|
+
"g",
|
|
17
|
+
{
|
|
18
|
+
id: "Page-1",
|
|
19
|
+
stroke: "none",
|
|
20
|
+
"stroke-width": "1",
|
|
21
|
+
fill: "none",
|
|
22
|
+
"fill-rule": "evenodd",
|
|
23
|
+
"sketch:type": "MSPage",
|
|
24
|
+
children: /* @__PURE__ */ e.jsx(
|
|
25
|
+
"g",
|
|
26
|
+
{
|
|
27
|
+
id: "Icon-Set-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
|
+
)
|
|
41
|
+
}
|
|
42
|
+
)
|
|
43
|
+
]
|
|
14
44
|
}
|
|
15
45
|
);
|
|
16
46
|
export {
|
|
17
|
-
|
|
47
|
+
r as default
|
|
18
48
|
};
|
|
@@ -1,24 +1,34 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
|
|
3
|
-
const c = ({ color: a = t.m500, size: e = 24, ...i }) => /* @__PURE__ */ l.jsx(
|
|
1
|
+
import { j as c } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
const o = ({ size: n = 24, color: t = "currentColor", ...e }) => /* @__PURE__ */ c.jsx(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
5
|
+
width: n,
|
|
6
|
+
height: n,
|
|
6
7
|
viewBox: "0 0 36 32",
|
|
7
|
-
width: e,
|
|
8
|
-
height: e,
|
|
9
8
|
fill: "none",
|
|
10
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
children: /* @__PURE__ */ l.jsx("g", { children: /* @__PURE__ */ l.jsx(
|
|
10
|
+
...e,
|
|
11
|
+
children: /* @__PURE__ */ c.jsx("g", { children: /* @__PURE__ */ c.jsx(
|
|
14
12
|
"path",
|
|
15
13
|
{
|
|
16
|
-
fill:
|
|
17
|
-
d:
|
|
14
|
+
fill: t,
|
|
15
|
+
d: `M22.22,20.726c-0.157-0.024-0.317,0.038-0.425,0.155c-0.109,0.116-0.156,0.278-0.126,0.435
|
|
16
|
+
c0.276,1.45,1.205,3.44,4.057,4.679c0.338,0.146,0.86,0.26,1.522,0.403c2.478,0.536,6.622,1.434,7.64,5.232
|
|
17
|
+
C34.948,31.853,35.15,32,35.371,32c0.043,0,0.086-0.006,0.13-0.017c0.267-0.072,0.425-0.346,0.354-0.613
|
|
18
|
+
c-1.177-4.387-5.872-5.404-8.395-5.95c-0.584-0.127-1.089-0.236-1.336-0.344c-1.714-0.744-2.821-1.848-3.301-3.286
|
|
19
|
+
c4.762,0.354,6.918-1.543,7.013-1.629c0.118-0.107,0.179-0.266,0.161-0.425s-0.11-0.3-0.249-0.38C27,17.786,27,12.361,27,10.318
|
|
20
|
+
c0-5.713-3.848-10.242-8.781-10.313c-0.014-0.001-0.121-0.003-0.141-0.003c0,0,0,0-0.001,0C13.072,0.03,9,4.564,9,10.11
|
|
21
|
+
c0,2.043,0,7.469-2.748,9.038c-0.145,0.083-0.238,0.232-0.251,0.398c-0.012,0.166,0.06,0.328,0.191,0.431
|
|
22
|
+
c0.138,0.107,3.188,2.441,6.941,1.732c-0.502,1.378-1.594,2.438-3.258,3.161c-0.241,0.105-0.721,0.22-1.277,0.352
|
|
23
|
+
c-2.54,0.604-7.269,1.729-8.453,6.147c-0.071,0.268,0.087,0.541,0.354,0.613c0.271,0.067,0.541-0.088,0.613-0.354
|
|
24
|
+
c1.029-3.844,5.217-4.839,7.718-5.435c0.627-0.149,1.122-0.267,1.444-0.406c2.852-1.239,3.78-3.229,4.057-4.679
|
|
25
|
+
c0.033-0.173-0.027-0.351-0.159-0.467c-0.131-0.117-0.312-0.157-0.482-0.104c-2.707,0.852-5.208-0.32-6.301-0.97
|
|
26
|
+
C10,17.381,10,12.35,10,10.11c0-4.997,3.626-9.083,8.12-9.11c0.005,0,0.102,0.006,0.106,0.006C22.658,1.069,26,5.072,26,10.318
|
|
27
|
+
c0,2.241,0,7.283,2.622,9.469C27.719,20.303,25.66,21.138,22.22,20.726z`
|
|
18
28
|
}
|
|
19
29
|
) })
|
|
20
30
|
}
|
|
21
31
|
);
|
|
22
32
|
export {
|
|
23
|
-
|
|
33
|
+
o as default
|
|
24
34
|
};
|
|
@@ -1,33 +1,32 @@
|
|
|
1
1
|
import { j as l } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
3
|
-
const e = ({ color: c = t.m500, size: h = 24, ...r }) => /* @__PURE__ */ l.jsx(
|
|
2
|
+
const s = ({ size: c = 24, color: t = "currentColor", ...h }) => /* @__PURE__ */ l.jsx(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
5
|
+
width: c,
|
|
6
|
+
height: c,
|
|
6
7
|
viewBox: "0 0 24 24",
|
|
7
|
-
width: h,
|
|
8
|
-
height: h,
|
|
9
8
|
fill: "none",
|
|
10
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
|
|
12
|
-
...r,
|
|
10
|
+
...h,
|
|
13
11
|
children: /* @__PURE__ */ l.jsxs("g", { transform: "translate(0 -1028.4)", children: [
|
|
14
12
|
/* @__PURE__ */ l.jsx(
|
|
15
13
|
"path",
|
|
16
14
|
{
|
|
17
|
-
d: "
|
|
18
|
-
|
|
15
|
+
d: "m6.25 6.5c-0.2109 0-0.4259 0.0126-0.625 0.0625-0.1166 0.0296-0.2316 0.0795-0.3438 0.125-0.0434 0.0177-0.0824 0.0424-0.125 0.0625-0.0177 0.0082-0.0136 0.0226-0.0312 0.0312-0.1058 0.0524-0.2128 0.0904-0.3125 0.1563-0.014 0.0091-0.0486 0.0219-0.0625 0.0313-0.0293 0.02-0.0338 0.0412-0.0625 0.0624-0.0816 0.0586-0.1734 0.121-0.25 0.1876-0.0699 0.0628-0.1221 0.149-0.1875 0.2187-0.2212 0.2269-0.4376 0.4686-0.5938 0.75-0.2682 0.4703-0.4468 0.9855-0.5312 1.5313-0.0407-0.0086-0.0893-0.0118-0.125 0-0.2733 0.0888-0.3342 0.6092-0.1562 1.1562 0.1044 0.321 0.2603 0.576 0.4374 0.719 0.238 0.925 0.7497 1.704 1.4063 2.187v0.531l-0.5313 0.5-1.0312 0.532c-0.8416 0.417-1.6906 0.833-2.5312 1.25-0.4659 0.281-0.63821 0.826-0.5938 1.344 0.021682 0.325-0.10493 0.751 0.21875 0.968 0.3075 0.158 0.69739 0.068 1.0312 0.094h1.8125c0.1817-0.238 0.4088-0.458 0.6875-0.625l0.0312-0.031h0.0313c1.411-0.693 2.8041-1.4 4.2187-2.094l1.625-0.781c-0.0921-0.046-0.1892-0.08-0.2812-0.125l-1.0312-0.532-0.5313-0.5v-0.531c0.4155-0.305 0.7667-0.747 1.0313-1.25-0.3565-0.576-0.6309-1.238-0.8126-1.937-0.3019-0.31-0.5849-0.6542-0.75-1.1565-0.1699-0.5171-0.2184-1.0514-0.1562-1.5 0.0551-0.3974 0.246-0.7736 0.625-0.9687-0.1116-0.0725-0.2568-0.129-0.375-0.1876-0.0596-0.0292-0.095-0.0689-0.1562-0.0937-0.0435-0.0177-0.0808-0.0159-0.125-0.0313-0.1329-0.046-0.2681-0.1014-0.4063-0.125-0.0106-0.0016-0.0206 0.0018-0.0313 0-0.1297-0.0204-0.2733-0.0327-0.4062-0.0312z",
|
|
16
|
+
transform: "translate(0 1028.4)",
|
|
17
|
+
fill: t
|
|
19
18
|
}
|
|
20
19
|
),
|
|
21
20
|
/* @__PURE__ */ l.jsx(
|
|
22
21
|
"path",
|
|
23
22
|
{
|
|
24
|
-
d: "
|
|
25
|
-
fill:
|
|
23
|
+
d: "m13.499 1030.6c-0.354 0-0.703 0-1.038 0.1-0.195 0-0.385 0.1-0.573 0.2-0.073 0-0.147 0-0.219 0.1h-0.082c-0.177 0.1-0.351 0.2-0.519 0.3h-0.082c-0.049 0.1-0.088 0.1-0.136 0.2-0.137 0.1-0.281 0.1-0.41 0.3-0.117 0.1-0.218 0.2-0.328 0.3-0.3711 0.4-0.6932 0.8-0.9555 1.3-0.4505 0.7-0.7868 1.6-0.9287 2.5h-0.1912c-0.459 0.2-0.572 1-0.2731 1.9 0.1754 0.6 0.4673 1 0.7648 1.2 0.3996 1.6 1.2461 2.9 2.3487 3.7v0.9l-0.874 0.8-1.7479 0.9c-1.4135 0.7-2.8216 1.4-4.2335 2.1-0.7825 0.4-1.0852 1.4-1.0106 2.2 0.0364 0.6-0.1613 1.3 0.3823 1.6 0.5165 0.3 1.1327 0.1 1.6935 0.1h4.9162 6.992c2.069 0 4.132 0.1 6.201 0 0.671 0 0.857-0.7 0.792-1.3 0.012-0.8 0.06-1.7-0.574-2.3-0.517-0.5-1.253-0.7-1.884-1.1-0.927-0.4-1.86-0.9-2.786-1.3l-1.749-0.9-0.874-0.8v-0.9c1.103-0.8 1.95-2.1 2.349-3.7 0.298-0.2 0.59-0.6 0.765-1.2 0.299-0.9 0.186-1.7-0.273-1.9h-0.191c-0.142-0.9-0.478-1.8-0.929-2.5-0.262-0.5-0.584-0.9-0.956-1.3-0.11-0.1-0.21-0.2-0.328-0.3h-0.027c-0.342-0.3-0.723-0.6-1.12-0.8-0.1 0-0.197-0.1-0.3-0.1-0.073 0-0.144-0.1-0.219-0.1-0.223-0.1-0.45-0.1-0.683-0.2h-0.054-0.656z",
|
|
24
|
+
fill: t
|
|
26
25
|
}
|
|
27
26
|
)
|
|
28
27
|
] })
|
|
29
28
|
}
|
|
30
29
|
);
|
|
31
30
|
export {
|
|
32
|
-
|
|
31
|
+
s as default
|
|
33
32
|
};
|
|
@@ -1,33 +1,32 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
|
|
3
|
-
const s = ({ color: a = i.m500, size: e = 24, ...t }) => /* @__PURE__ */ l.jsx(
|
|
1
|
+
import { j as t } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
const n = ({ size: l = 24, color: r = "currentColor", ...s }) => /* @__PURE__ */ t.jsx(
|
|
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
|
-
|
|
13
|
-
|
|
14
|
-
/* @__PURE__ */ l.jsx(
|
|
10
|
+
...s,
|
|
11
|
+
children: /* @__PURE__ */ t.jsxs("g", { transform: "translate(0 -1028.4)", children: [
|
|
12
|
+
/* @__PURE__ */ t.jsx(
|
|
15
13
|
"path",
|
|
16
14
|
{
|
|
17
|
-
d: "
|
|
18
|
-
|
|
15
|
+
d: "m12 0c-0.405 0-0.805 0.060326-1.188 0.15625-0.224 0.05678-0.44 0.13135-0.656 0.21875-0.083 0.03401-0.1679 0.05534-0.2498 0.09375-0.034 0.01583-0.06 0.04594-0.0937 0.0625-0.2032 0.10058-0.4021 0.21704-0.5937 0.34375-0.027 0.0174-0.0671 0.01339-0.0938 0.03125-0.0563 0.03864-0.101 0.08419-0.1562 0.12495-0.1569 0.1126-0.3216 0.216-0.4688 0.3438-0.1342 0.1207-0.2494 0.2724-0.375 0.4062-0.4251 0.4359-0.7936 0.8971-1.0938 1.4376-0.5154 0.9034-0.9002 1.9205-1.0624 2.9687-0.0783-0.0165-0.1501-0.0224-0.2188 0-0.5251 0.171-0.6545 1.1685-0.3125 2.2187 0.2007 0.6163 0.5346 1.1015 0.875 1.375 0.4573 1.7778 1.4257 3.2598 2.6875 4.1878v1.031l-1 1-2 1c-1.6173 0.801-3.2284 1.605-4.8438 2.406-0.89513 0.54-1.2415 1.6-1.1562 2.594 0.041664 0.626-0.18448 1.427 0.4375 1.844 0.5909 0.304 1.2959 0.106 1.9375 0.156 1.8766-0.001 3.7484 0 5.625 0 2.669 0.001 5.331 0 8 0 2.367 0 4.727 0.004 7.094 0 0.768-0.054 0.981-0.865 0.906-1.5 0.014-0.932 0.069-1.976-0.656-2.688-0.592-0.602-1.434-0.84-2.156-1.25-1.061-0.525-2.128-1.037-3.188-1.562l-2-1-1-1v-1.031c1.262-0.928 2.23-2.41 2.688-4.1878 0.34-0.2736 0.674-0.7588 0.874-1.375 0.342-1.0502 0.213-2.0477-0.312-2.2187-0.069-0.0224-0.14-0.0165-0.219 0-0.162-1.0482-0.547-2.0653-1.062-2.9687-0.3-0.5405-0.669-1.0017-1.094-1.4376-0.126-0.1338-0.241-0.2855-0.375-0.4062-0.006-0.0055-0.025 0.0055-0.031 0-0.392-0.3499-0.827-0.61894-1.281-0.84375-0.115-0.05622-0.227-0.10854-0.344-0.15625-0.084-0.03401-0.165-0.06426-0.25-0.09375-0.255-0.08848-0.516-0.17356-0.782-0.21875-0.02-0.003405-0.042 0.003148-0.062 0-0.249-0.039144-0.495-0.06525-0.75-0.0625z",
|
|
16
|
+
transform: "translate(0 1028.4)",
|
|
17
|
+
fill: r
|
|
19
18
|
}
|
|
20
19
|
),
|
|
21
|
-
/* @__PURE__ */
|
|
20
|
+
/* @__PURE__ */ t.jsx(
|
|
22
21
|
"path",
|
|
23
22
|
{
|
|
24
|
-
d: "
|
|
25
|
-
fill:
|
|
23
|
+
d: "m0 1051.4c0.026419 0.3 0.12651 0.6 0.4375 0.8 0.5909 0.3 1.2959 0.1 1.9375 0.2h5.625 8 7.094c0.576-0.1 0.842-0.5 0.906-1h-24z",
|
|
24
|
+
fill: r
|
|
26
25
|
}
|
|
27
26
|
)
|
|
28
27
|
] })
|
|
29
28
|
}
|
|
30
29
|
);
|
|
31
30
|
export {
|
|
32
|
-
|
|
31
|
+
n as default
|
|
33
32
|
};
|
|
@@ -1,24 +1,35 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
|
|
3
|
-
const o = ({ color: e = t.m500, size: l = 24, ...i }) => /* @__PURE__ */ a.jsx(
|
|
1
|
+
import { j as c } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
const e = ({ size: n = 24, color: l = "currentColor", ...t }) => /* @__PURE__ */ c.jsx(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
5
|
+
width: n,
|
|
6
|
+
height: n,
|
|
6
7
|
viewBox: "0 0 36 32",
|
|
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("g", { children: /* @__PURE__ */ a.jsx(
|
|
10
|
+
...t,
|
|
11
|
+
children: /* @__PURE__ */ c.jsx("g", { children: /* @__PURE__ */ c.jsx(
|
|
14
12
|
"path",
|
|
15
13
|
{
|
|
16
|
-
fill:
|
|
17
|
-
d:
|
|
14
|
+
fill: l,
|
|
15
|
+
d: `M0.5,31.983c0.268,0.067,0.542-0.088,0.612-0.354c1.03-3.843,5.216-4.839,7.718-5.435
|
|
16
|
+
c0.627-0.149,1.122-0.267,1.444-0.406c2.85-1.237,3.779-3.227,4.057-4.679c0.034-0.175-0.029-0.355-0.165-0.473
|
|
17
|
+
c-1.484-1.281-2.736-3.204-3.526-5.416c-0.022-0.063-0.057-0.121-0.103-0.171c-1.045-1.136-1.645-2.337-1.645-3.294
|
|
18
|
+
c0-0.559,0.211-0.934,0.686-1.217c0.145-0.087,0.236-0.24,0.243-0.408C10.042,5.036,13.67,1.026,18.12,1
|
|
19
|
+
c0.005,0,0.102,0.007,0.107,0.007c4.472,0.062,8.077,4.158,8.206,9.324c0.004,0.143,0.068,0.277,0.178,0.369
|
|
20
|
+
c0.313,0.265,0.459,0.601,0.459,1.057c0,0.801-0.427,1.786-1.201,2.772c-0.037,0.047-0.065,0.101-0.084,0.158
|
|
21
|
+
c-0.8,2.536-2.236,4.775-3.938,6.145c-0.144,0.116-0.212,0.302-0.178,0.483c0.278,1.451,1.207,3.44,4.057,4.679
|
|
22
|
+
c0.337,0.146,0.86,0.26,1.523,0.403c2.477,0.536,6.622,1.435,7.639,5.232c0.06,0.223,0.262,0.37,0.482,0.37
|
|
23
|
+
c0.043,0,0.086-0.006,0.13-0.017c0.267-0.072,0.425-0.346,0.354-0.613c-1.175-4.387-5.871-5.404-8.393-5.95
|
|
24
|
+
c-0.585-0.127-1.09-0.236-1.336-0.344c-1.86-0.808-3.006-2.039-3.411-3.665c1.727-1.483,3.172-3.771,3.998-6.337
|
|
25
|
+
c0.877-1.14,1.359-2.314,1.359-3.317c0-0.669-0.216-1.227-0.644-1.663C27.189,4.489,23.19,0.076,18.227,0.005l-0.149-0.002
|
|
26
|
+
c-4.873,0.026-8.889,4.323-9.24,9.83c-0.626,0.46-0.944,1.105-0.944,1.924c0,1.183,0.669,2.598,1.84,3.896
|
|
27
|
+
c0.809,2.223,2.063,4.176,3.556,5.543c-0.403,1.632-1.55,2.867-3.414,3.676c-0.241,0.105-0.721,0.22-1.277,0.352
|
|
28
|
+
c-2.541,0.604-7.269,1.729-8.453,6.147C0.075,31.638,0.233,31.911,0.5,31.983z`
|
|
18
29
|
}
|
|
19
30
|
) })
|
|
20
31
|
}
|
|
21
32
|
);
|
|
22
33
|
export {
|
|
23
|
-
|
|
34
|
+
e as default
|
|
24
35
|
};
|
|
@@ -1,18 +1,48 @@
|
|
|
1
1
|
import { j as e } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
3
|
-
const h = ({ color: t = l.m500, size: r = 24, ...s }) => /* @__PURE__ */ e.jsx(
|
|
2
|
+
const n = ({ size: t = 24, color: r = "currentColor", ...s }) => /* @__PURE__ */ e.jsxs(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
5
|
+
width: t,
|
|
6
|
+
height: t,
|
|
6
7
|
viewBox: "0 0 32 32",
|
|
7
|
-
width: r,
|
|
8
|
-
height: r,
|
|
9
8
|
fill: "none",
|
|
10
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
"aria-label": "Search",
|
|
12
10
|
...s,
|
|
13
|
-
children:
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ e.jsx("title", { children: "search" }),
|
|
13
|
+
/* @__PURE__ */ e.jsx("desc", { children: "Created with Sketch Beta." }),
|
|
14
|
+
/* @__PURE__ */ e.jsx("defs", {}),
|
|
15
|
+
/* @__PURE__ */ e.jsx(
|
|
16
|
+
"g",
|
|
17
|
+
{
|
|
18
|
+
id: "Page-1",
|
|
19
|
+
stroke: "none",
|
|
20
|
+
"stroke-width": "1",
|
|
21
|
+
fill: "none",
|
|
22
|
+
"fill-rule": "evenodd",
|
|
23
|
+
"sketch:type": "MSPage",
|
|
24
|
+
children: /* @__PURE__ */ e.jsx(
|
|
25
|
+
"g",
|
|
26
|
+
{
|
|
27
|
+
id: "Icon-Set",
|
|
28
|
+
"sketch:type": "MSLayerGroup",
|
|
29
|
+
transform: "translate(-256.000000, -1139.000000)",
|
|
30
|
+
fill: r,
|
|
31
|
+
children: /* @__PURE__ */ e.jsx(
|
|
32
|
+
"path",
|
|
33
|
+
{
|
|
34
|
+
d: "M269.46,1163.45 C263.17,1163.45 258.071,1158.44 258.071,1152.25 C258.071,1146.06 263.17,1141.04 269.46,1141.04 C275.75,1141.04 280.85,1146.06 280.85,1152.25 C280.85,1158.44 275.75,1163.45 269.46,1163.45 L269.46,1163.45 Z M287.688,1169.25 L279.429,1161.12 C281.591,1158.77 282.92,1155.67 282.92,1152.25 C282.92,1144.93 276.894,1139 269.46,1139 C262.026,1139 256,1144.93 256,1152.25 C256,1159.56 262.026,1165.49 269.46,1165.49 C272.672,1165.49 275.618,1164.38 277.932,1162.53 L286.224,1170.69 C286.629,1171.09 287.284,1171.09 287.688,1170.69 C288.093,1170.3 288.093,1169.65 287.688,1169.25 L287.688,1169.25 Z",
|
|
35
|
+
id: "search",
|
|
36
|
+
"sketch:type": "MSShapeGroup"
|
|
37
|
+
}
|
|
38
|
+
)
|
|
39
|
+
}
|
|
40
|
+
)
|
|
41
|
+
}
|
|
42
|
+
)
|
|
43
|
+
]
|
|
14
44
|
}
|
|
15
45
|
);
|
|
16
46
|
export {
|
|
17
|
-
|
|
47
|
+
n as default
|
|
18
48
|
};
|
|
@@ -1,24 +1,22 @@
|
|
|
1
1
|
import { j as t } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
3
|
-
const s = ({ color: i = e.m500, size: l = 24, ...c }) => /* @__PURE__ */ t.jsx(
|
|
2
|
+
const i = ({ 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 24 24",
|
|
7
|
-
width: l,
|
|
8
|
-
height: l,
|
|
9
8
|
fill: "none",
|
|
10
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
|
|
12
|
-
...c,
|
|
10
|
+
...l,
|
|
13
11
|
children: /* @__PURE__ */ t.jsx(
|
|
14
12
|
"path",
|
|
15
13
|
{
|
|
16
|
-
d: "M20.1 9.
|
|
17
|
-
fill:
|
|
14
|
+
d: "M20.1 9.2214C18.29 9.2214 17.55 7.9414 18.45 6.3714C18.97 5.4614 18.66 4.3014 17.75 3.7814L16.02 2.7914C15.23 2.3214 14.21 2.6014 13.74 3.3914L13.63 3.5814C12.73 5.1514 11.25 5.1514 10.34 3.5814L10.23 3.3914C9.78 2.6014 8.76 2.3214 7.97 2.7914L6.24 3.7814C5.33 4.3014 5.02 5.4714 5.54 6.3814C6.45 7.9414 5.71 9.2214 3.9 9.2214C2.86 9.2214 2 10.0714 2 11.1214V12.8814C2 13.9214 2.85 14.7814 3.9 14.7814C5.71 14.7814 6.45 16.0614 5.54 17.6314C5.02 18.5414 5.33 19.7014 6.24 20.2214L7.97 21.2114C8.76 21.6814 9.78 21.4014 10.25 20.6114L10.36 20.4214C11.26 18.8514 12.74 18.8514 13.65 20.4214L13.76 20.6114C14.23 21.4014 15.25 21.6814 16.04 21.2114L17.77 20.2214C18.68 19.7014 18.99 18.5314 18.47 17.6314C17.56 16.0614 18.3 14.7814 20.11 14.7814C21.15 14.7814 22.01 13.9314 22.01 12.8814V11.1214C22 10.0814 21.15 9.2214 20.1 9.2214ZM12 15.2514C10.21 15.2514 8.75 13.7914 8.75 12.0014C8.75 10.2114 10.21 8.7514 12 8.7514C13.79 8.7514 15.25 10.2114 15.25 12.0014C15.25 13.7914 13.79 15.2514 12 15.2514Z",
|
|
15
|
+
fill: o
|
|
18
16
|
}
|
|
19
17
|
)
|
|
20
18
|
}
|
|
21
19
|
);
|
|
22
20
|
export {
|
|
23
|
-
|
|
21
|
+
i as default
|
|
24
22
|
};
|
|
@@ -1,24 +1,22 @@
|
|
|
1
1
|
import { j as a } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
3
|
-
const r = ({ color: t = e.m500, size: l = 24, ...i }) => /* @__PURE__ */ a.jsx(
|
|
2
|
+
const e = ({ size: l = 24, color: t = "currentColor", ...o }) => /* @__PURE__ */ a.jsx(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
6
|
-
viewBox: "0 0 1024 1024",
|
|
7
5
|
width: l,
|
|
8
6
|
height: l,
|
|
7
|
+
viewBox: "0 0 1024 1024",
|
|
9
8
|
fill: "none",
|
|
10
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
|
|
12
|
-
...i,
|
|
10
|
+
...o,
|
|
13
11
|
children: /* @__PURE__ */ a.jsx(
|
|
14
12
|
"path",
|
|
15
13
|
{
|
|
16
14
|
fill: t,
|
|
17
|
-
d: "M600.704 64a32 32 0 0 1 30.464 22.208l35.2 109.376c14.784 7.232 28.928 15.36 42.432 24.512l112.384-24.192a32 32 0 0 1 34.432 15.36L944.32 364.8a32 32 0 0 1-4.032 37.504l-77.12 85.12a357 357 0 0 1 0 49.024l77.12 85.248a32 32 0 0 1 4.032 37.504l-88.704 153.6a32 32 0 0 1-34.432 15.296L708.8 803.904c-13.44 9.088-27.648 17.28-42.368 24.512l-35.264 109.376A32 32 0 0 1 600.704 960H423.296a32 32 0 0 1-30.464-22.208L357.696 828.
|
|
15
|
+
d: "M600.704 64a32 32 0 0 1 30.464 22.208l35.2 109.376c14.784 7.232 28.928 15.36 42.432 24.512l112.384-24.192a32 32 0 0 1 34.432 15.36L944.32 364.8a32 32 0 0 1-4.032 37.504l-77.12 85.12a357.12 357.12 0 0 1 0 49.024l77.12 85.248a32 32 0 0 1 4.032 37.504l-88.704 153.6a32 32 0 0 1-34.432 15.296L708.8 803.904c-13.44 9.088-27.648 17.28-42.368 24.512l-35.264 109.376A32 32 0 0 1 600.704 960H423.296a32 32 0 0 1-30.464-22.208L357.696 828.48a351.616 351.616 0 0 1-42.56-24.64l-112.32 24.256a32 32 0 0 1-34.432-15.36L79.68 659.2a32 32 0 0 1 4.032-37.504l77.12-85.248a357.12 357.12 0 0 1 0-48.896l-77.12-85.248A32 32 0 0 1 79.68 364.8l88.704-153.6a32 32 0 0 1 34.432-15.296l112.32 24.256c13.568-9.152 27.776-17.408 42.56-24.64l35.2-109.312A32 32 0 0 1 423.232 64H600.64zm-23.424 64H446.72l-36.352 113.088-24.512 11.968a294.113 294.113 0 0 0-34.816 20.096l-22.656 15.36-116.224-25.088-65.28 113.152 79.68 88.192-1.92 27.136a293.12 293.12 0 0 0 0 40.192l1.92 27.136-79.808 88.192 65.344 113.152 116.224-25.024 22.656 15.296a294.113 294.113 0 0 0 34.816 20.096l24.512 11.968L446.72 896h130.688l36.48-113.152 24.448-11.904a288.282 288.282 0 0 0 34.752-20.096l22.592-15.296 116.288 25.024 65.28-113.152-79.744-88.192 1.92-27.136a293.12 293.12 0 0 0 0-40.256l-1.92-27.136 79.808-88.128-65.344-113.152-116.288 24.96-22.592-15.232a287.616 287.616 0 0 0-34.752-20.096l-24.448-11.904L577.344 128zM512 320a192 192 0 1 1 0 384 192 192 0 0 1 0-384zm0 64a128 128 0 1 0 0 256 128 128 0 0 0 0-256z"
|
|
18
16
|
}
|
|
19
17
|
)
|
|
20
18
|
}
|
|
21
19
|
);
|
|
22
20
|
export {
|
|
23
|
-
|
|
21
|
+
e as default
|
|
24
22
|
};
|
|
@@ -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
|
};
|