meticulous-ui 1.1.8 → 1.2.0
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 +6 -4
- package/components/Icons/Add/Add.js +3 -4
- package/components/Icons/AddCircle/AddCircle.js +2 -3
- package/components/Icons/AddCircleFilled/AddCircleFilled.js +0 -1
- package/components/Icons/ArrowDown/ArrowDown.js +0 -1
- package/components/Icons/ArrowLeft/ArrowLeft.js +2 -3
- package/components/Icons/ArrowRight/ArrowRight.js +0 -1
- package/components/Icons/ArrowUp/ArrowUp.js +7 -8
- package/components/Icons/BagFilled/BagFilled.js +24 -0
- package/components/Icons/BagOutline/BagOutline.js +34 -0
- package/components/Icons/BellFilled/BellFilled.js +2 -3
- package/components/Icons/BellOffFilled/BellOffFilled.js +2 -3
- package/components/Icons/BellOffOutline/BellOffOutline.js +2 -3
- package/components/Icons/BellOutline/BellOutline.js +2 -3
- package/components/Icons/BookmarkFilled/BookmarkFilled.js +2 -3
- package/components/Icons/BookmarkOutline/BookmarkOutline.js +6 -7
- package/components/Icons/BoxCoveredFilled/BoxCoveredFilled.js +45 -0
- package/components/Icons/BoxCoveredOutline/BoxCoveredOutline.js +35 -0
- package/components/Icons/BoxFilled/BoxFilled.js +38 -0
- package/components/Icons/BoxOutline/BoxOutline.js +35 -0
- package/components/Icons/CartCheckFilled/CartCheckFilled.js +5 -6
- package/components/Icons/CartCheckOutline/CartCheckOutline.js +2 -3
- package/components/Icons/CartCrossFilled/CartCrossFilled.js +2 -3
- package/components/Icons/CartCrossOutline/CartCrossOutline.js +2 -3
- package/components/Icons/CartFilled/CartFilled.js +0 -1
- package/components/Icons/CartMinusFilled/CartMinusFilled.js +2 -3
- package/components/Icons/CartMinusOutline/CartMinusOutline.js +2 -3
- package/components/Icons/CartOutline/CartOutline.js +3 -4
- package/components/Icons/CartPlusFilled/CartPlusFilled.js +2 -3
- package/components/Icons/CartPlusOutline/CartPlusOutline.js +2 -3
- package/components/Icons/Check/Check.js +2 -3
- package/components/Icons/CheckDouble/CheckDouble.js +4 -5
- package/components/Icons/ChevronDown/ChevronDown.js +2 -3
- package/components/Icons/ChevronLeft/ChevronLeft.js +2 -3
- package/components/Icons/ChevronRight/ChevronRight.js +2 -3
- package/components/Icons/ChevronUp/ChevronUp.js +2 -3
- package/components/Icons/ClockCircleOutline/ClockCircleOutline.js +5 -6
- package/components/Icons/ClockSquareOutline/ClockSquareOutline.js +4 -5
- package/components/Icons/Close/Close.js +4 -5
- package/components/Icons/CloseCircleFilled/CloseCircleFilled.js +2 -3
- package/components/Icons/CloseCircleOutline/CloseCircleOutline.js +3 -4
- package/components/Icons/CommentBubbleFilled/CommentBubbleFilled.js +2 -3
- package/components/Icons/CommentBubbleOutline/CommentBubbleOutline.js +2 -3
- package/components/Icons/CommentFilled/CommentFilled.js +0 -1
- package/components/Icons/CommentLineFilled/CommentLineFilled.js +2 -3
- package/components/Icons/CommentLineOutline/CommentLineOutline.js +2 -3
- package/components/Icons/CommentOutline/CommentOutline.js +0 -1
- package/components/Icons/ContactDetailsFilled/ContactDetailsFilled.js +2 -3
- package/components/Icons/ContactDetailsOutline/ContactDetailsOutline.js +6 -7
- package/components/Icons/DeliveryTruckFastFilled/DeliveryTruckFastFilled.js +30 -0
- package/components/Icons/DeliveryTruckFastOutline/DeliveryTruckFastOutline.js +30 -0
- package/components/Icons/DeliveryTruckLeftFilled/DeliveryTruckLeftFilled.js +28 -0
- package/components/Icons/DeliveryTruckLeftOutline/DeliveryTruckLeftOutline.js +29 -0
- package/components/Icons/DeliveryTruckRightFilled/DeliveryTruckRightFilled.js +25 -0
- package/components/Icons/DeliveryTruckRightOutline/DeliveryTruckRightOutline.js +25 -0
- package/components/Icons/DetailsOutline/DetailsOutline.js +0 -1
- package/components/Icons/DoorClosedFilled/DoorClosedFilled.js +24 -0
- package/components/Icons/DoorClosedOutline/DoorClosedOutline.js +25 -0
- package/components/Icons/DoorOpenFilled/DoorOpenFilled.js +24 -0
- package/components/Icons/DoorOpenOutline/DoorOpenOutline.js +25 -0
- package/components/Icons/DotsHorizontalFilled/DotsHorizontalFilled.js +2 -3
- package/components/Icons/DotsHorizontalOutline/DotsHorizontalOutline.js +5 -6
- package/components/Icons/DotsVerticalFilled/DotsVerticalFilled.js +2 -3
- package/components/Icons/DotsVerticalOutline/DotsVerticalOutline.js +2 -3
- package/components/Icons/Download/Download.js +31 -0
- package/components/Icons/DownloadBoxFilled/DownloadBoxFilled.js +24 -0
- package/components/Icons/DownloadBoxOutline/DownloadBoxOutline.js +40 -0
- package/components/Icons/EditBoxThick/EditBoxThick.js +25 -0
- package/components/Icons/EditBoxThin/EditBoxThin.js +37 -0
- package/components/Icons/EmailFilled/EmailFilled.js +31 -0
- package/components/Icons/EmailOutline/EmailOutline.js +34 -0
- package/components/Icons/ExitArrowInOutline/ExitArrowInOutline.js +0 -1
- package/components/Icons/ExitArrowOutOutline/ExitArrowOutOutline.js +2 -3
- package/components/Icons/Filter/Filter.js +21 -0
- package/components/Icons/FilterList/FilterList.js +25 -0
- package/components/Icons/FilterThickFilled/FilterThickFilled.js +22 -0
- package/components/Icons/FilterThickOutline/FilterThickOutline.js +23 -0
- package/components/Icons/HamburgerMenu/HamburgerMenu.js +2 -3
- package/components/Icons/HamburgerSpaced/HamburgerSpaced.js +0 -1
- package/components/Icons/HeartFilled/HeartFilled.js +5 -6
- package/components/Icons/HeartOutline/HeartOutline.js +2 -3
- package/components/Icons/HomeFilled/HomeFilled.js +0 -1
- package/components/Icons/HomeOutline/HomeOutline.js +2 -3
- package/components/Icons/Info/Info.js +3 -4
- package/components/Icons/Link/Link.js +6 -7
- package/components/Icons/LockKeyhole/LockKeyhole.js +4 -5
- package/components/Icons/LockKeyholeOutline/LockKeyholeOutline.js +2 -3
- package/components/Icons/LockKeyholeUnlocked/LockKeyholeUnlocked.js +3 -4
- package/components/Icons/LockKeyholeUnlockedOutline/LockKeyholeUnlockedOutline.js +2 -3
- package/components/Icons/Minus/Minus.js +2 -3
- package/components/Icons/MinusCircle/MinusCircle.js +2 -3
- package/components/Icons/MinusCircleFilled/MinusCircleFilled.js +2 -3
- package/components/Icons/MoneyBagOutline/MoneyBagOutline.js +5 -6
- package/components/Icons/MoneyBriefcaseFilled/MoneyBriefcaseFilled.js +2 -3
- package/components/Icons/MoneyBriefcaseOutline/MoneyBriefcaseOutline.js +2 -3
- package/components/Icons/PaymentCardFilled/PaymentCardFilled.js +20 -0
- package/components/Icons/PaymentCardOutline/PaymentCardOutline.js +20 -0
- package/components/Icons/PhoneCallingFilled/PhoneCallingFilled.js +40 -0
- package/components/Icons/PhoneCallingOutline/PhoneCallingOutline.js +42 -0
- package/components/Icons/PhoneFilled/PhoneFilled.js +22 -0
- package/components/Icons/PhoneOutline/PhoneOutline.js +22 -0
- package/components/Icons/ProfileFemaleOutline/ProfileFemaleOutline.js +2 -3
- package/components/Icons/ProfileGroupFilled/ProfileGroupFilled.js +3 -4
- package/components/Icons/ProfileMaleFilled/ProfileMaleFilled.js +2 -3
- package/components/Icons/ProfileMaleOutline/ProfileMaleOutline.js +4 -5
- package/components/Icons/RupeeOutlined/RupeeOutlined.js +0 -1
- package/components/Icons/RupeeSign/RupeeSign.js +4 -5
- package/components/Icons/SaveFilled/SaveFilled.js +27 -0
- package/components/Icons/SaveOutline/SaveOutline.js +27 -0
- package/components/Icons/Search/Search.js +4 -5
- package/components/Icons/SettingFilled/SettingFilled.js +4 -5
- package/components/Icons/SettingOutline/SettingOutline.js +2 -3
- package/components/Icons/ShareAllFilled/ShareAllFilled.js +2 -3
- package/components/Icons/ShareAllOutline/ShareAllOutline.js +2 -3
- package/components/Icons/ShareBoxOutline/ShareBoxOutline.js +2 -3
- package/components/Icons/ShareFilled/ShareFilled.js +0 -1
- package/components/Icons/ShareOutline/ShareOutline.js +7 -8
- package/components/Icons/ShareThickFilled/ShareThickFilled.js +3 -4
- package/components/Icons/ShieldCheckFilled/ShieldCheckFilled.js +2 -3
- package/components/Icons/ShieldCheckOutline/ShieldCheckOutline.js +2 -3
- package/components/Icons/ShieldCrossFilled/ShieldCrossFilled.js +2 -3
- package/components/Icons/ShieldCrossOutline/ShieldCrossOutline.js +5 -6
- package/components/Icons/ShieldWarningFilled/ShieldWarningFilled.js +2 -3
- package/components/Icons/ShieldWarningOutline/ShieldWarningOutline.js +7 -8
- package/components/Icons/SortBottomToTop/SortBottomToTop.js +30 -0
- package/components/Icons/SortHorizontal/SortHorizontal.js +24 -0
- package/components/Icons/SortTopToBottom/SortTopToBottom.js +30 -0
- package/components/Icons/SortVertical/SortVertical.js +24 -0
- package/components/Icons/StarFilled/StarFilled.js +2 -3
- package/components/Icons/StarOutline/StarOutline.js +4 -5
- package/components/Icons/ThumbsDownFilled/ThumbsDownFilled.js +2 -3
- package/components/Icons/ThumbsDownOutline/ThumbsDownOutline.js +3 -4
- package/components/Icons/ThumbsUpFilled/ThumbsUpFilled.js +5 -6
- package/components/Icons/ThumbsUpOutline/ThumbsUpOutline.js +3 -4
- package/components/Icons/TrashBigFilled/TrashBigFilled.js +27 -0
- package/components/Icons/TrashBigOutline/TrashBigOutline.js +27 -0
- package/components/Icons/TrashFilled/TrashFilled.js +31 -0
- package/components/Icons/TrashLinesFilled/TrashLinesFilled.js +33 -0
- package/components/Icons/TrashLinesOutline/TrashLinesOutline.js +37 -0
- package/components/Icons/TrashOutline/TrashOutline.js +35 -0
- package/components/Icons/Upload/Upload.js +2 -3
- package/components/Icons/UploadBoxFilled/UploadBoxFilled.js +3 -4
- package/components/Icons/UploadBoxOutline/UploadBoxOutline.js +2 -3
- package/components/Icons/WalletFilled/WalletFilled.js +2 -3
- package/components/Icons/WalletOutline/WalletOutline.js +2 -3
- package/components/Icons/index.js +422 -287
- package/components/Toast/styles.js +77 -33
- package/package.json +1 -1
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { j as H } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
3
|
-
const o = ({ size: C = 24, color: M = "currentColor", ...V }) => /* @__PURE__ */ H.jsx(
|
|
2
|
+
const t = ({ size: C = 24, color: M = "currentColor", ...V }) => /* @__PURE__ */ H.jsx(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
6
5
|
width: C,
|
|
@@ -19,5 +18,5 @@ const o = ({ size: C = 24, color: M = "currentColor", ...V }) => /* @__PURE__ */
|
|
|
19
18
|
}
|
|
20
19
|
);
|
|
21
20
|
export {
|
|
22
|
-
|
|
21
|
+
t as default
|
|
23
22
|
};
|
|
@@ -1,20 +1,19 @@
|
|
|
1
1
|
import { j as t } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
3
|
-
const i = ({ size: o = 24, color: r = "currentColor", ...e }) => /* @__PURE__ */ t.jsxs(
|
|
2
|
+
const n = ({ size: e = 24, color: o = "currentColor", ...r }) => /* @__PURE__ */ t.jsxs(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
6
|
-
width:
|
|
7
|
-
height:
|
|
5
|
+
width: e,
|
|
6
|
+
height: e,
|
|
8
7
|
viewBox: "0 0 24 24",
|
|
9
8
|
fill: "none",
|
|
10
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
...
|
|
10
|
+
...r,
|
|
12
11
|
children: [
|
|
13
12
|
/* @__PURE__ */ t.jsx(
|
|
14
13
|
"path",
|
|
15
14
|
{
|
|
16
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",
|
|
17
|
-
stroke:
|
|
16
|
+
stroke: o,
|
|
18
17
|
strokeWidth: "1.5",
|
|
19
18
|
strokeLinecap: "round",
|
|
20
19
|
strokeLinejoin: "round"
|
|
@@ -24,7 +23,7 @@ const i = ({ size: o = 24, color: r = "currentColor", ...e }) => /* @__PURE__ */
|
|
|
24
23
|
"path",
|
|
25
24
|
{
|
|
26
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",
|
|
27
|
-
stroke:
|
|
26
|
+
stroke: o,
|
|
28
27
|
strokeWidth: "1.5",
|
|
29
28
|
strokeLinecap: "round"
|
|
30
29
|
}
|
|
@@ -33,5 +32,5 @@ const i = ({ size: o = 24, color: r = "currentColor", ...e }) => /* @__PURE__ */
|
|
|
33
32
|
}
|
|
34
33
|
);
|
|
35
34
|
export {
|
|
36
|
-
|
|
35
|
+
n as default
|
|
37
36
|
};
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { j as t } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
3
|
-
const e = ({ size: C = 24, color: o = "currentColor", ...r }) => /* @__PURE__ */ t.jsx(
|
|
2
|
+
const e = ({ size: C = 24, color: l = "currentColor", ...o }) => /* @__PURE__ */ t.jsx(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
6
5
|
width: C,
|
|
@@ -8,12 +7,12 @@ const e = ({ size: C = 24, color: o = "currentColor", ...r }) => /* @__PURE__ */
|
|
|
8
7
|
viewBox: "0 0 16 16",
|
|
9
8
|
fill: "none",
|
|
10
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
...
|
|
10
|
+
...o,
|
|
12
11
|
children: /* @__PURE__ */ t.jsx(
|
|
13
12
|
"path",
|
|
14
13
|
{
|
|
15
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",
|
|
16
|
-
fill:
|
|
15
|
+
fill: l
|
|
17
16
|
}
|
|
18
17
|
)
|
|
19
18
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { j as e } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
3
|
-
const d = ({ size: C = 24, color: l = "currentColor", ...o }) => /* @__PURE__ */ e.jsx(
|
|
2
|
+
const i = ({ size: C = 24, color: l = "currentColor", ...o }) => /* @__PURE__ */ e.jsx(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
6
5
|
width: C,
|
|
@@ -21,5 +20,5 @@ const d = ({ size: C = 24, color: l = "currentColor", ...o }) => /* @__PURE__ */
|
|
|
21
20
|
}
|
|
22
21
|
);
|
|
23
22
|
export {
|
|
24
|
-
|
|
23
|
+
i as default
|
|
25
24
|
};
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { j as t } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
3
|
-
const C = ({ size: e = 24, color: o = "currentColor", ...r }) => /* @__PURE__ */ t.jsxs(
|
|
2
|
+
const C = ({ size: e = 24, color: o = "currentColor", ...s }) => /* @__PURE__ */ t.jsxs(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
6
5
|
width: e,
|
|
@@ -8,7 +7,7 @@ const C = ({ size: e = 24, color: o = "currentColor", ...r }) => /* @__PURE__ */
|
|
|
8
7
|
viewBox: "0 0 24 24",
|
|
9
8
|
fill: "none",
|
|
10
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
...
|
|
10
|
+
...s,
|
|
12
11
|
children: [
|
|
13
12
|
/* @__PURE__ */ t.jsx(
|
|
14
13
|
"path",
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { j as l } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
3
|
-
const r = ({ size: C = 24, color: e = "currentColor", ...o }) => /* @__PURE__ */ l.jsx(
|
|
2
|
+
const i = ({ size: C = 24, color: e = "currentColor", ...o }) => /* @__PURE__ */ l.jsx(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
6
5
|
width: C,
|
|
@@ -21,5 +20,5 @@ const r = ({ size: C = 24, color: e = "currentColor", ...o }) => /* @__PURE__ */
|
|
|
21
20
|
}
|
|
22
21
|
);
|
|
23
22
|
export {
|
|
24
|
-
|
|
23
|
+
i as default
|
|
25
24
|
};
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { j as t } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
3
|
-
const i = ({ size: s = 24, color: o = "currentColor", ...r }) => /* @__PURE__ */ t.jsxs(
|
|
2
|
+
const C = ({ size: s = 24, color: e = "currentColor", ...o }) => /* @__PURE__ */ t.jsxs(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
6
5
|
width: s,
|
|
@@ -8,13 +7,13 @@ const i = ({ size: s = 24, color: o = "currentColor", ...r }) => /* @__PURE__ */
|
|
|
8
7
|
viewBox: "0 0 24 24",
|
|
9
8
|
fill: "none",
|
|
10
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
...
|
|
10
|
+
...o,
|
|
12
11
|
children: [
|
|
13
12
|
/* @__PURE__ */ t.jsx(
|
|
14
13
|
"path",
|
|
15
14
|
{
|
|
16
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",
|
|
17
|
-
stroke:
|
|
16
|
+
stroke: e,
|
|
18
17
|
strokeWidth: "1.5"
|
|
19
18
|
}
|
|
20
19
|
),
|
|
@@ -22,7 +21,7 @@ const i = ({ size: s = 24, color: o = "currentColor", ...r }) => /* @__PURE__ */
|
|
|
22
21
|
"path",
|
|
23
22
|
{
|
|
24
23
|
d: "M14.5 9.5L9.50002 14.5M9.5 9.49998L14.5 14.5",
|
|
25
|
-
stroke:
|
|
24
|
+
stroke: e,
|
|
26
25
|
strokeWidth: "1.5",
|
|
27
26
|
strokeLinecap: "round"
|
|
28
27
|
}
|
|
@@ -31,5 +30,5 @@ const i = ({ size: s = 24, color: o = "currentColor", ...r }) => /* @__PURE__ */
|
|
|
31
30
|
}
|
|
32
31
|
);
|
|
33
32
|
export {
|
|
34
|
-
|
|
33
|
+
C as default
|
|
35
34
|
};
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { j as l } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
3
|
-
const n = ({ size: C = 24, color: e = "currentColor", ...i }) => /* @__PURE__ */ l.jsx(
|
|
2
|
+
const t = ({ size: C = 24, color: e = "currentColor", ...i }) => /* @__PURE__ */ l.jsx(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
6
5
|
width: C,
|
|
@@ -21,5 +20,5 @@ const n = ({ size: C = 24, color: e = "currentColor", ...i }) => /* @__PURE__ */
|
|
|
21
20
|
}
|
|
22
21
|
);
|
|
23
22
|
export {
|
|
24
|
-
|
|
23
|
+
t as default
|
|
25
24
|
};
|
|
@@ -1,25 +1,24 @@
|
|
|
1
1
|
import { j as t } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
3
|
-
const C = ({ size: s = 24, color: r = "currentColor", ...e }) => /* @__PURE__ */ t.jsxs(
|
|
2
|
+
const C = ({ size: e = 24, color: s = "currentColor", ...r }) => /* @__PURE__ */ t.jsxs(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
6
|
-
width:
|
|
7
|
-
height:
|
|
5
|
+
width: e,
|
|
6
|
+
height: e,
|
|
8
7
|
viewBox: "0 0 24 24",
|
|
9
8
|
fill: "none",
|
|
10
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
...
|
|
10
|
+
...r,
|
|
12
11
|
children: [
|
|
13
12
|
/* @__PURE__ */ t.jsx(
|
|
14
13
|
"path",
|
|
15
14
|
{
|
|
16
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",
|
|
17
|
-
stroke:
|
|
16
|
+
stroke: s,
|
|
18
17
|
strokeWidth: "1.5"
|
|
19
18
|
}
|
|
20
19
|
),
|
|
21
|
-
/* @__PURE__ */ t.jsx("path", { d: "M12 8V12", stroke:
|
|
22
|
-
/* @__PURE__ */ t.jsx("circle", { cx: "12", cy: "15", r: "1", fill:
|
|
20
|
+
/* @__PURE__ */ t.jsx("path", { d: "M12 8V12", stroke: s, strokeWidth: "1.5", strokeLinecap: "round" }),
|
|
21
|
+
/* @__PURE__ */ t.jsx("circle", { cx: "12", cy: "15", r: "1", fill: s })
|
|
23
22
|
]
|
|
24
23
|
}
|
|
25
24
|
);
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { j as t } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
const n = ({ size: s = 24, color: o = "currentColor", ...e }) => /* @__PURE__ */ t.jsxs(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
width: s,
|
|
6
|
+
height: s,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...e,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ t.jsx("path", { d: "M4 8H13", stroke: o, strokeWidth: "1.5", strokeLinecap: "round" }),
|
|
13
|
+
/* @__PURE__ */ t.jsx("path", { d: "M6 13H13", stroke: o, strokeWidth: "1.5", strokeLinecap: "round" }),
|
|
14
|
+
/* @__PURE__ */ t.jsx("path", { d: "M8 18H13", stroke: o, strokeWidth: "1.5", strokeLinecap: "round" }),
|
|
15
|
+
/* @__PURE__ */ t.jsx(
|
|
16
|
+
"path",
|
|
17
|
+
{
|
|
18
|
+
d: "M17 20V4L20 8",
|
|
19
|
+
stroke: o,
|
|
20
|
+
strokeWidth: "1.5",
|
|
21
|
+
strokeLinecap: "round",
|
|
22
|
+
strokeLinejoin: "round"
|
|
23
|
+
}
|
|
24
|
+
)
|
|
25
|
+
]
|
|
26
|
+
}
|
|
27
|
+
);
|
|
28
|
+
export {
|
|
29
|
+
n as default
|
|
30
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { j as o } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
const r = ({ size: C = 24, color: l = "currentColor", ...t }) => /* @__PURE__ */ o.jsx(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
width: C,
|
|
6
|
+
height: C,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...t,
|
|
11
|
+
children: /* @__PURE__ */ o.jsx(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
fillRule: "evenodd",
|
|
15
|
+
clipRule: "evenodd",
|
|
16
|
+
d: "M10.6634 3.47789C10.9518 3.77526 10.9445 4.25007 10.6471 4.53843L7.8508 7.25H18C18.4142 7.25 18.75 7.58579 18.75 8C18.75 8.41421 18.4142 8.75 18 8.75H7.8508L10.6471 11.4616C10.9445 11.7499 10.9518 12.2247 10.6634 12.5221C10.3751 12.8195 9.90025 12.8268 9.60289 12.5384L5.47789 8.53843C5.33222 8.39717 5.25 8.20291 5.25 8C5.25 7.79709 5.33222 7.60283 5.47789 7.46158L9.60289 3.46158C9.90025 3.17322 10.3751 3.18053 10.6634 3.47789ZM13.3366 11.4779C13.6249 11.1805 14.0997 11.1732 14.3971 11.4616L18.5221 15.4616C18.6678 15.6028 18.75 15.7971 18.75 16C18.75 16.2029 18.6678 16.3972 18.5221 16.5384L14.3971 20.5384C14.0997 20.8268 13.6249 20.8195 13.3366 20.5221C13.0482 20.2247 13.0555 19.7499 13.3529 19.4616L16.1492 16.75L6 16.75C5.58579 16.75 5.25 16.4142 5.25 16C5.25 15.5858 5.58579 15.25 6 15.25L16.1492 15.25L13.3529 12.5384C13.0555 12.2501 13.0482 11.7753 13.3366 11.4779Z",
|
|
17
|
+
fill: l
|
|
18
|
+
}
|
|
19
|
+
)
|
|
20
|
+
}
|
|
21
|
+
);
|
|
22
|
+
export {
|
|
23
|
+
r as default
|
|
24
|
+
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { j as t } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
const n = ({ size: s = 24, color: o = "currentColor", ...e }) => /* @__PURE__ */ t.jsxs(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
width: s,
|
|
6
|
+
height: s,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...e,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ t.jsx("path", { d: "M4 16L13 16", stroke: o, strokeWidth: "1.5", strokeLinecap: "round" }),
|
|
13
|
+
/* @__PURE__ */ t.jsx("path", { d: "M6 11H13", stroke: o, strokeWidth: "1.5", strokeLinecap: "round" }),
|
|
14
|
+
/* @__PURE__ */ t.jsx("path", { d: "M8 6L13 6", stroke: o, strokeWidth: "1.5", strokeLinecap: "round" }),
|
|
15
|
+
/* @__PURE__ */ t.jsx(
|
|
16
|
+
"path",
|
|
17
|
+
{
|
|
18
|
+
d: "M17 4L17 20L20 16",
|
|
19
|
+
stroke: o,
|
|
20
|
+
strokeWidth: "1.5",
|
|
21
|
+
strokeLinecap: "round",
|
|
22
|
+
strokeLinejoin: "round"
|
|
23
|
+
}
|
|
24
|
+
)
|
|
25
|
+
]
|
|
26
|
+
}
|
|
27
|
+
);
|
|
28
|
+
export {
|
|
29
|
+
n as default
|
|
30
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { j as e } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
const L = ({ size: C = 24, color: l = "currentColor", ...t }) => /* @__PURE__ */ e.jsx(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
width: C,
|
|
6
|
+
height: C,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...t,
|
|
11
|
+
children: /* @__PURE__ */ e.jsx(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
fillRule: "evenodd",
|
|
15
|
+
clipRule: "evenodd",
|
|
16
|
+
d: "M16 5.25C16.2029 5.25 16.3972 5.33222 16.5384 5.47789L20.5384 9.60289C20.8268 9.90025 20.8195 10.3751 20.5221 10.6634C20.2247 10.9518 19.7499 10.9445 19.4616 10.6471L16.75 7.8508L16.75 18C16.75 18.4142 16.4142 18.75 16 18.75C15.5858 18.75 15.25 18.4142 15.25 18L15.25 7.8508L12.5384 10.6471C12.2501 10.9445 11.7753 10.9518 11.4779 10.6634C11.1805 10.3751 11.1732 9.90025 11.4616 9.60289L15.4616 5.47789C15.6028 5.33222 15.7971 5.25 16 5.25ZM8 5.25C8.41421 5.25 8.75 5.58579 8.75 6L8.75 16.1492L11.4616 13.3529C11.7499 13.0555 12.2247 13.0482 12.5221 13.3366C12.8195 13.6249 12.8268 14.0997 12.5384 14.3971L8.53843 18.5221C8.39717 18.6678 8.20291 18.75 8 18.75C7.79709 18.75 7.60283 18.6678 7.46158 18.5221L3.46158 14.3971C3.17322 14.0997 3.18053 13.6249 3.47789 13.3366C3.77526 13.0482 4.25007 13.0555 4.53843 13.3529L7.25 16.1492L7.25 6C7.25 5.58579 7.58579 5.25 8 5.25Z",
|
|
17
|
+
fill: l
|
|
18
|
+
}
|
|
19
|
+
)
|
|
20
|
+
}
|
|
21
|
+
);
|
|
22
|
+
export {
|
|
23
|
+
L as default
|
|
24
|
+
};
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { j as t } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
3
|
-
const s = ({ size: l = 24, color: c = "currentColor", ...n }) => /* @__PURE__ */ t.jsx(
|
|
2
|
+
const r = ({ size: l = 24, color: c = "currentColor", ...n }) => /* @__PURE__ */ t.jsx(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
6
5
|
width: l,
|
|
@@ -24,5 +23,5 @@ const s = ({ size: l = 24, color: c = "currentColor", ...n }) => /* @__PURE__ */
|
|
|
24
23
|
}
|
|
25
24
|
);
|
|
26
25
|
export {
|
|
27
|
-
|
|
26
|
+
r as default
|
|
28
27
|
};
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { j as n } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
3
|
-
const i = ({ size: l = 24, color: t = "currentColor", ...c }) => /* @__PURE__ */ n.jsx(
|
|
2
|
+
const r = ({ size: l = 24, color: c = "currentColor", ...t }) => /* @__PURE__ */ n.jsx(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
6
5
|
width: l,
|
|
@@ -8,11 +7,11 @@ const i = ({ size: l = 24, color: t = "currentColor", ...c }) => /* @__PURE__ */
|
|
|
8
7
|
viewBox: "0 0 64 64",
|
|
9
8
|
fill: "none",
|
|
10
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
...
|
|
10
|
+
...t,
|
|
12
11
|
children: /* @__PURE__ */ n.jsx(
|
|
13
12
|
"path",
|
|
14
13
|
{
|
|
15
|
-
fill:
|
|
14
|
+
fill: c,
|
|
16
15
|
d: `M32.001,2.484c0.279,0,0.463,0.509,0.463,0.509l8.806,18.759l20.729,3.167L47,40.299L50.541,62
|
|
17
16
|
l-18.54-10.254L13.461,62l3.541-21.701L2.003,24.919l20.729-3.167L31.53,3.009C31.53,3.009,31.722,2.484,32.001,2.484 M32.001,0.007
|
|
18
17
|
c-0.775,0-1.48,0.448-1.811,1.15l-8.815,18.778L1.701,22.941c-0.741,0.113-1.356,0.632-1.595,1.343
|
|
@@ -26,5 +25,5 @@ const i = ({ size: l = 24, color: t = "currentColor", ...c }) => /* @__PURE__ */
|
|
|
26
25
|
}
|
|
27
26
|
);
|
|
28
27
|
export {
|
|
29
|
-
|
|
28
|
+
r as default
|
|
30
29
|
};
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { j as o } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
3
|
-
const e = ({ size: t = 24, color: l = "currentColor", ...r }) => /* @__PURE__ */ o.jsx(
|
|
2
|
+
const e = ({ size: t = 24, color: l = "currentColor", ...s }) => /* @__PURE__ */ o.jsx(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
6
5
|
width: t,
|
|
@@ -8,7 +7,7 @@ const e = ({ size: t = 24, color: l = "currentColor", ...r }) => /* @__PURE__ */
|
|
|
8
7
|
viewBox: "0 0 24 24",
|
|
9
8
|
fill: "none",
|
|
10
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
...
|
|
10
|
+
...s,
|
|
12
11
|
children: /* @__PURE__ */ o.jsx(
|
|
13
12
|
"path",
|
|
14
13
|
{
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { j as t } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
3
|
-
const l = ({ size: C = 24, color: o = "currentColor", ...r }) => /* @__PURE__ */ t.jsx(
|
|
2
|
+
const n = ({ size: C = 24, color: o = "currentColor", ...s }) => /* @__PURE__ */ t.jsx(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
6
5
|
width: C,
|
|
@@ -8,7 +7,7 @@ const l = ({ size: C = 24, color: o = "currentColor", ...r }) => /* @__PURE__ */
|
|
|
8
7
|
viewBox: "0 0 24 24",
|
|
9
8
|
fill: "none",
|
|
10
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
...
|
|
10
|
+
...s,
|
|
12
11
|
children: /* @__PURE__ */ t.jsx(
|
|
13
12
|
"path",
|
|
14
13
|
{
|
|
@@ -19,5 +18,5 @@ const l = ({ size: C = 24, color: o = "currentColor", ...r }) => /* @__PURE__ */
|
|
|
19
18
|
}
|
|
20
19
|
);
|
|
21
20
|
export {
|
|
22
|
-
|
|
21
|
+
n as default
|
|
23
22
|
};
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
|
|
3
|
-
const e = ({ size: t = 24, color: l = "currentColor", ...r }) => /* @__PURE__ */ o.jsx(
|
|
1
|
+
import { j as l } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
const e = ({ size: t = 24, color: o = "currentColor", ...s }) => /* @__PURE__ */ l.jsx(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
6
5
|
width: t,
|
|
@@ -8,12 +7,12 @@ const e = ({ size: t = 24, color: l = "currentColor", ...r }) => /* @__PURE__ */
|
|
|
8
7
|
viewBox: "0 0 24 24",
|
|
9
8
|
fill: "none",
|
|
10
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
...
|
|
12
|
-
children: /* @__PURE__ */
|
|
10
|
+
...s,
|
|
11
|
+
children: /* @__PURE__ */ l.jsx(
|
|
13
12
|
"path",
|
|
14
13
|
{
|
|
15
14
|
d: "M7.24001 11V20H5.63001C4.73001 20 4.01001 19.28 4.01001 18.39V12.62C4.01001 11.73 4.74001 11 5.63001 11H7.24001ZM18.5 9.5H13.72V6C13.72 4.9 12.82 4 11.73 4H11.64C11.24 4 10.88 4.24 10.72 4.61L7.99001 11V20H17.19C17.92 20 18.54 19.48 18.67 18.76L19.99 11.26C20.15 10.34 19.45 9.5 18.51 9.5H18.5Z",
|
|
16
|
-
fill:
|
|
15
|
+
fill: o
|
|
17
16
|
}
|
|
18
17
|
)
|
|
19
18
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { j as t } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
3
|
-
const l = ({ size: C = 24, color: o = "currentColor", ...r }) => /* @__PURE__ */ t.jsx(
|
|
2
|
+
const r = ({ size: C = 24, color: o = "currentColor", ...s }) => /* @__PURE__ */ t.jsx(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
6
5
|
width: C,
|
|
@@ -8,7 +7,7 @@ const l = ({ size: C = 24, color: o = "currentColor", ...r }) => /* @__PURE__ */
|
|
|
8
7
|
viewBox: "0 0 24 24",
|
|
9
8
|
fill: "none",
|
|
10
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
...
|
|
10
|
+
...s,
|
|
12
11
|
children: /* @__PURE__ */ t.jsx(
|
|
13
12
|
"path",
|
|
14
13
|
{
|
|
@@ -19,5 +18,5 @@ const l = ({ size: C = 24, color: o = "currentColor", ...r }) => /* @__PURE__ */
|
|
|
19
18
|
}
|
|
20
19
|
);
|
|
21
20
|
export {
|
|
22
|
-
|
|
21
|
+
r as default
|
|
23
22
|
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { j as e } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
const C = ({ size: t = 24, color: L = "currentColor", ...s }) => /* @__PURE__ */ e.jsxs(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
width: t,
|
|
6
|
+
height: t,
|
|
7
|
+
viewBox: "-3 0 32 32",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...s,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ e.jsx("title", { children: "trash" }),
|
|
13
|
+
/* @__PURE__ */ e.jsx("desc", { children: "Created with Sketch Beta." }),
|
|
14
|
+
/* @__PURE__ */ e.jsx("defs", {}),
|
|
15
|
+
/* @__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(-261.000000, -205.000000)", fill: L, children: /* @__PURE__ */ e.jsx(
|
|
16
|
+
"path",
|
|
17
|
+
{
|
|
18
|
+
d: "M268,220 C268,219.448 268.448,219 269,219 C269.552,219 270,219.448 270,220 L270,232 C270,232.553 269.552,233 269,233 C268.448,233 268,232.553 268,232 L268,220 L268,220 Z M273,220 C273,219.448 273.448,219 274,219 C274.552,219 275,219.448 275,220 L275,232 C275,232.553 274.552,233 274,233 C273.448,233 273,232.553 273,232 L273,220 L273,220 Z M278,220 C278,219.448 278.448,219 279,219 C279.552,219 280,219.448 280,220 L280,232 C280,232.553 279.552,233 279,233 C278.448,233 278,232.553 278,232 L278,220 L278,220 Z M263,233 C263,235.209 264.791,237 267,237 L281,237 C283.209,237 285,235.209 285,233 L285,217 L263,217 L263,233 L263,233 Z M277,209 L271,209 L271,208 C271,207.447 271.448,207 272,207 L276,207 C276.552,207 277,207.447 277,208 L277,209 L277,209 Z M285,209 L279,209 L279,207 C279,205.896 278.104,205 277,205 L271,205 C269.896,205 269,205.896 269,207 L269,209 L263,209 C261.896,209 261,209.896 261,211 L261,213 C261,214.104 261.895,214.999 262.999,215 L285.002,215 C286.105,214.999 287,214.104 287,213 L287,211 C287,209.896 286.104,209 285,209 L285,209 Z",
|
|
19
|
+
"sketch:type": "MSShapeGroup"
|
|
20
|
+
}
|
|
21
|
+
) }) })
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
);
|
|
25
|
+
export {
|
|
26
|
+
C as default
|
|
27
|
+
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { j as e } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
const r = ({ size: L = 24, color: t = "currentColor", ...C }) => /* @__PURE__ */ e.jsxs(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
width: L,
|
|
6
|
+
height: L,
|
|
7
|
+
viewBox: "-3 0 32 32",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...C,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ e.jsx("title", { children: "trash" }),
|
|
13
|
+
/* @__PURE__ */ e.jsx("desc", { children: "Created with Sketch Beta." }),
|
|
14
|
+
/* @__PURE__ */ e.jsx("defs", {}),
|
|
15
|
+
/* @__PURE__ */ e.jsx("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd", "sketch:type": "MSPage", children: /* @__PURE__ */ e.jsx("g", { "sketch:type": "MSLayerGroup", transform: "translate(-259.000000, -203.000000)", fill: t, children: /* @__PURE__ */ e.jsx(
|
|
16
|
+
"path",
|
|
17
|
+
{
|
|
18
|
+
d: "M282,211 L262,211 C261.448,211 261,210.553 261,210 C261,209.448 261.448,209 262,209 L282,209 C282.552,209 283,209.448 283,210 C283,210.553 282.552,211 282,211 L282,211 Z M281,231 C281,232.104 280.104,233 279,233 L265,233 C263.896,233 263,232.104 263,231 L263,213 L281,213 L281,231 L281,231 Z M269,206 C269,205.447 269.448,205 270,205 L274,205 C274.552,205 275,205.447 275,206 L275,207 L269,207 L269,206 L269,206 Z M283,207 L277,207 L277,205 C277,203.896 276.104,203 275,203 L269,203 C267.896,203 267,203.896 267,205 L267,207 L261,207 C259.896,207 259,207.896 259,209 L259,211 C259,212.104 259.896,213 261,213 L261,231 C261,233.209 262.791,235 265,235 L279,235 C281.209,235 283,233.209 283,231 L283,213 C284.104,213 285,212.104 285,211 L285,209 C285,207.896 284.104,207 283,207 L283,207 Z M272,231 C272.552,231 273,230.553 273,230 L273,218 C273,217.448 272.552,217 272,217 C271.448,217 271,217.448 271,218 L271,230 C271,230.553 271.448,231 272,231 L272,231 Z M267,231 C267.552,231 268,230.553 268,230 L268,218 C268,217.448 267.552,217 267,217 C266.448,217 266,217.448 266,218 L266,230 C266,230.553 266.448,231 267,231 L267,231 Z M277,231 C277.552,231 278,230.553 278,230 L278,218 C278,217.448 277.552,217 277,217 C276.448,217 276,217.448 276,218 L276,230 C276,230.553 276.448,231 277,231 L277,231 Z",
|
|
19
|
+
"sketch:type": "MSShapeGroup"
|
|
20
|
+
}
|
|
21
|
+
) }) })
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
);
|
|
25
|
+
export {
|
|
26
|
+
r as default
|
|
27
|
+
};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { j as C } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
const r = ({ size: t = 24, color: s = "currentColor", ...l }) => /* @__PURE__ */ C.jsxs(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
width: t,
|
|
6
|
+
height: t,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...l,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ C.jsx(
|
|
13
|
+
"path",
|
|
14
|
+
{
|
|
15
|
+
d: "M2.75 6.16667C2.75 5.70644 3.09538 5.33335 3.52143 5.33335L6.18567 5.3329C6.71502 5.31841 7.18202 4.95482 7.36214 4.41691C7.36688 4.40277 7.37232 4.38532 7.39185 4.32203L7.50665 3.94993C7.5769 3.72179 7.6381 3.52303 7.72375 3.34536C8.06209 2.64349 8.68808 2.1561 9.41147 2.03132C9.59457 1.99973 9.78848 1.99987 10.0111 2.00002H13.4891C13.7117 1.99987 13.9056 1.99973 14.0887 2.03132C14.8121 2.1561 15.4381 2.64349 15.7764 3.34536C15.8621 3.52303 15.9233 3.72179 15.9935 3.94993L16.1083 4.32203C16.1279 4.38532 16.1333 4.40277 16.138 4.41691C16.3182 4.95482 16.8778 5.31886 17.4071 5.33335H19.9786C20.4046 5.33335 20.75 5.70644 20.75 6.16667C20.75 6.62691 20.4046 7 19.9786 7H3.52143C3.09538 7 2.75 6.62691 2.75 6.16667Z",
|
|
16
|
+
fill: s
|
|
17
|
+
}
|
|
18
|
+
),
|
|
19
|
+
/* @__PURE__ */ C.jsx(
|
|
20
|
+
"path",
|
|
21
|
+
{
|
|
22
|
+
d: "M11.6068 21.9998H12.3937C15.1012 21.9998 16.4549 21.9998 17.3351 21.1366C18.2153 20.2734 18.3054 18.8575 18.4855 16.0256L18.745 11.945C18.8427 10.4085 18.8916 9.6402 18.45 9.15335C18.0084 8.6665 17.2628 8.6665 15.7714 8.6665H8.22905C6.73771 8.6665 5.99204 8.6665 5.55047 9.15335C5.10891 9.6402 5.15777 10.4085 5.25549 11.945L5.515 16.0256C5.6951 18.8575 5.78515 20.2734 6.66534 21.1366C7.54553 21.9998 8.89927 21.9998 11.6068 21.9998Z",
|
|
23
|
+
fill: s
|
|
24
|
+
}
|
|
25
|
+
)
|
|
26
|
+
]
|
|
27
|
+
}
|
|
28
|
+
);
|
|
29
|
+
export {
|
|
30
|
+
r as default
|
|
31
|
+
};
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { j as C } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
const i = ({ size: l = 24, color: e = "currentColor", ...s }) => /* @__PURE__ */ C.jsxs(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
width: l,
|
|
6
|
+
height: l,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...s,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ C.jsx(
|
|
13
|
+
"path",
|
|
14
|
+
{
|
|
15
|
+
d: "M3 6.52381C3 6.12932 3.32671 5.80952 3.72973 5.80952H8.51787C8.52437 4.9683 8.61554 3.81504 9.45037 3.01668C10.1074 2.38839 11.0081 2 12 2C12.9919 2 13.8926 2.38839 14.5496 3.01668C15.3844 3.81504 15.4756 4.9683 15.4821 5.80952H20.2703C20.6733 5.80952 21 6.12932 21 6.52381C21 6.9183 20.6733 7.2381 20.2703 7.2381H3.72973C3.32671 7.2381 3 6.9183 3 6.52381Z",
|
|
16
|
+
fill: e
|
|
17
|
+
}
|
|
18
|
+
),
|
|
19
|
+
/* @__PURE__ */ C.jsx(
|
|
20
|
+
"path",
|
|
21
|
+
{
|
|
22
|
+
fillRule: "evenodd",
|
|
23
|
+
clipRule: "evenodd",
|
|
24
|
+
d: "M11.5956 22H12.4044C15.1871 22 16.5785 22 17.4831 21.1141C18.3878 20.2281 18.4803 18.7749 18.6654 15.8685L18.9321 11.6806C19.0326 10.1036 19.0828 9.31511 18.6289 8.81545C18.1751 8.31579 17.4087 8.31579 15.876 8.31579H8.12404C6.59127 8.31579 5.82488 8.31579 5.37105 8.81545C4.91722 9.31511 4.96744 10.1036 5.06788 11.6806L5.33459 15.8685C5.5197 18.7749 5.61225 20.2281 6.51689 21.1141C7.42153 22 8.81289 22 11.5956 22ZM10.2463 12.1885C10.2051 11.7546 9.83753 11.4381 9.42537 11.4815C9.01321 11.5249 8.71251 11.9117 8.75372 12.3456L9.25372 17.6087C9.29494 18.0426 9.66247 18.3591 10.0746 18.3157C10.4868 18.2724 10.7875 17.8855 10.7463 17.4516L10.2463 12.1885ZM14.5746 11.4815C14.9868 11.5249 15.2875 11.9117 15.2463 12.3456L14.7463 17.6087C14.7051 18.0426 14.3375 18.3591 13.9254 18.3157C13.5132 18.2724 13.2125 17.8855 13.2537 17.4516L13.7537 12.1885C13.7949 11.7546 14.1625 11.4381 14.5746 11.4815Z",
|
|
25
|
+
fill: e
|
|
26
|
+
}
|
|
27
|
+
)
|
|
28
|
+
]
|
|
29
|
+
}
|
|
30
|
+
);
|
|
31
|
+
export {
|
|
32
|
+
i as default
|
|
33
|
+
};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { j as t } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
const d = ({ size: e = 24, color: s = "currentColor", ...r }) => /* @__PURE__ */ t.jsxs(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
width: e,
|
|
6
|
+
height: e,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...r,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ t.jsx("path", { d: "M20.5001 6H3.5", stroke: s, strokeWidth: "1.5", strokeLinecap: "round" }),
|
|
13
|
+
/* @__PURE__ */ t.jsx(
|
|
14
|
+
"path",
|
|
15
|
+
{
|
|
16
|
+
d: "M18.8332 8.5L18.3732 15.3991C18.1962 18.054 18.1077 19.3815 17.2427 20.1907C16.3777 21 15.0473 21 12.3865 21H11.6132C8.95235 21 7.62195 21 6.75694 20.1907C5.89194 19.3815 5.80344 18.054 5.62644 15.3991L5.1665 8.5",
|
|
17
|
+
stroke: s,
|
|
18
|
+
strokeWidth: "1.5",
|
|
19
|
+
strokeLinecap: "round"
|
|
20
|
+
}
|
|
21
|
+
),
|
|
22
|
+
/* @__PURE__ */ t.jsx("path", { d: "M9.5 11L10 16", stroke: s, strokeWidth: "1.5", strokeLinecap: "round" }),
|
|
23
|
+
/* @__PURE__ */ t.jsx("path", { d: "M14.5 11L14 16", stroke: s, strokeWidth: "1.5", strokeLinecap: "round" }),
|
|
24
|
+
/* @__PURE__ */ t.jsx(
|
|
25
|
+
"path",
|
|
26
|
+
{
|
|
27
|
+
d: "M6.5 6C6.55588 6 6.58382 6 6.60915 5.99936C7.43259 5.97849 8.15902 5.45491 8.43922 4.68032C8.44784 4.65649 8.45667 4.62999 8.47434 4.57697L8.57143 4.28571C8.65431 4.03708 8.69575 3.91276 8.75071 3.8072C8.97001 3.38607 9.37574 3.09364 9.84461 3.01877C9.96213 3 10.0932 3 10.3553 3H13.6447C13.9068 3 14.0379 3 14.1554 3.01877C14.6243 3.09364 15.03 3.38607 15.2493 3.8072C15.3043 3.91276 15.3457 4.03708 15.4286 4.28571L15.5257 4.57697C15.5433 4.62992 15.5522 4.65651 15.5608 4.68032C15.841 5.45491 16.5674 5.97849 17.3909 5.99936C17.4162 6 17.4441 6 17.5 6",
|
|
28
|
+
stroke: s,
|
|
29
|
+
strokeWidth: "1.5"
|
|
30
|
+
}
|
|
31
|
+
)
|
|
32
|
+
]
|
|
33
|
+
}
|
|
34
|
+
);
|
|
35
|
+
export {
|
|
36
|
+
d as default
|
|
37
|
+
};
|