meticulous-ui 1.1.9 → 1.2.1
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 +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/CalendarDays/CalendarDays.js +24 -0
- package/components/Icons/CalendarLinesPen/CalendarLinesPen.js +25 -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/DiscordConversation/DiscordConversation.js +31 -0
- package/components/Icons/DiscordFilled/DiscordFilled.js +25 -0
- package/components/Icons/DiscordOutline/DiscordOutline.js +29 -0
- 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/EyeClosed/EyeClosed.js +24 -0
- package/components/Icons/EyeFilled/EyeFilled.js +33 -0
- package/components/Icons/EyeOutline/EyeOutline.js +37 -0
- package/components/Icons/FacebookFilled/FacebookFilled.js +23 -0
- package/components/Icons/FacebookMessengerOutline/FacebookMessengerOutline.js +33 -0
- package/components/Icons/FacebookOutline/FacebookOutline.js +24 -0
- package/components/Icons/FacebookRoundFilled/FacebookRoundFilled.js +22 -0
- 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/FullScreenArrowThick/FullScreenArrowThick.js +23 -0
- package/components/Icons/FullScreenArrowThin/FullScreenArrowThin.js +23 -0
- package/components/Icons/FullScreenFilled/FullScreenFilled.js +24 -0
- package/components/Icons/FullScreenOutline/FullScreenOutline.js +24 -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/Help/Help.js +25 -0
- package/components/Icons/HelpCircleFilled/HelpCircleFilled.js +24 -0
- package/components/Icons/HelpCircleOutline/HelpCircleOutline.js +45 -0
- 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/InfoCircleFilled/InfoCircleFilled.js +24 -0
- package/components/Icons/InfoCircleOutline/InfoCircleOutline.js +20 -0
- package/components/Icons/InfoSquareFilled/InfoSquareFilled.js +24 -0
- package/components/Icons/InfoSquareOutline/InfoSquareOutline.js +27 -0
- package/components/Icons/InstagramOuline/InstagramOuline.js +25 -0
- package/components/Icons/InstagramRoundFilled/InstagramRoundFilled.js +49 -0
- package/components/Icons/KeyFilled/KeyFilled.js +24 -0
- package/components/Icons/KeyInSquareFilled/KeyInSquareFilled.js +33 -0
- package/components/Icons/KeyInSquareOutline/KeyInSquareOutline.js +42 -0
- package/components/Icons/KeyOutline/KeyOutline.js +35 -0
- package/components/Icons/KeySideSquareFilled/KeySideSquareFilled.js +33 -0
- package/components/Icons/KeySideSquareOutline/KeySideSquareOutline.js +24 -0
- package/components/Icons/KeySquareFilled/KeySquareFilled.js +33 -0
- package/components/Icons/KeySquareOutline/KeySquareOutline.js +24 -0
- package/components/Icons/Link/Link.js +6 -7
- package/components/Icons/LinkedinFilled/LinkedinFilled.js +25 -0
- package/components/Icons/LinkedinOutline/LinkedinOutline.js +23 -0
- package/components/Icons/LinkedinRoundFilled/LinkedinRoundFilled.js +26 -0
- package/components/Icons/Loading/Loading.js +25 -0
- package/components/Icons/LocationArrowFilled/LocationArrowFilled.js +16 -0
- package/components/Icons/LocationArrowOutline/LocationArrowOutline.js +25 -0
- package/components/Icons/LocationFilled/LocationFilled.js +27 -0
- package/components/Icons/LocationOutline/LocationOutline.js +27 -0
- 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/MediaPauseCircleFilled/MediaPauseCircleFilled.js +24 -0
- package/components/Icons/MediaPauseCircleOuline/MediaPauseCircleOuline.js +40 -0
- package/components/Icons/MediaPauseFilled/MediaPauseFilled.js +31 -0
- package/components/Icons/MediaPauseOutline/MediaPauseOutline.js +35 -0
- package/components/Icons/MediaPlayCircleFilled/MediaPlayCircleFilled.js +24 -0
- package/components/Icons/MediaPlayCircleOutline/MediaPlayCircleOutline.js +35 -0
- package/components/Icons/MediaPlayFilled/MediaPlayFilled.js +22 -0
- package/components/Icons/MediaPlayOutline/MediaPlayOutline.js +24 -0
- package/components/Icons/MediaStopCircleFilled/MediaStopCircleFilled.js +24 -0
- package/components/Icons/MediaStopCircleOutline/MediaStopCircleOutline.js +35 -0
- package/components/Icons/MediaStopFilled/MediaStopFilled.js +22 -0
- package/components/Icons/MediaStopOutline/MediaStopOutline.js +24 -0
- 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/NoEntry/NoEntry.js +23 -0
- package/components/Icons/NoEntryFilled/NoEntryFilled.js +22 -0
- package/components/Icons/NoEntryOutline/NoEntryOutline.js +25 -0
- 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/Pin/Pin.js +25 -0
- package/components/Icons/PinAddFilled/PinAddFilled.js +21 -0
- package/components/Icons/PinAddOutline/PinAddOutline.js +21 -0
- package/components/Icons/PinCircleFilled/PinCircleFilled.js +24 -0
- package/components/Icons/PinCircleOutline/PinCircleOutline.js +25 -0
- package/components/Icons/PinFilled/PinFilled.js +22 -0
- package/components/Icons/PinOutline/PinOutline.js +24 -0
- package/components/Icons/PinSubFilled/PinSubFilled.js +21 -0
- package/components/Icons/PinSubOutline/PinSubOutline.js +21 -0
- package/components/Icons/PinterestFilled/PinterestFilled.js +21 -0
- package/components/Icons/PinterestOutline/PinterestOutline.js +25 -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/RedditFilled/RedditFilled.js +21 -0
- package/components/Icons/RedditOutline/RedditOutline.js +47 -0
- package/components/Icons/RedditRoundFilled/RedditRoundFilled.js +70 -0
- package/components/Icons/RedditRoundOutline/RedditRoundOutline.js +74 -0
- 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/ShieldFilled/ShieldFilled.js +22 -0
- package/components/Icons/ShieldOutline/ShieldOutline.js +24 -0
- package/components/Icons/ShieldWarningFilled/ShieldWarningFilled.js +2 -3
- package/components/Icons/ShieldWarningOutline/ShieldWarningOutline.js +7 -8
- package/components/Icons/SnapchatFilled/SnapchatFilled.js +21 -0
- package/components/Icons/SnapchatOutline/SnapchatOutline.js +24 -0
- 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/TelegramFilled/TelegramFilled.js +27 -0
- package/components/Icons/TelegramOutline/TelegramOutline.js +24 -0
- package/components/Icons/TelegramRoundFilled/TelegramRoundFilled.js +27 -0
- 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/TiktokBox/TiktokBox.js +22 -0
- package/components/Icons/TiktokThickFilled/TiktokThickFilled.js +25 -0
- package/components/Icons/TiktokThinFilled/TiktokThinFilled.js +36 -0
- 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/VolumeFilled/VolumeFilled.js +34 -0
- package/components/Icons/VolumeMuteFilled/VolumeMuteFilled.js +34 -0
- package/components/Icons/VolumeMuteOutline/VolumeMuteOutline.js +34 -0
- package/components/Icons/VolumeOffFilled/VolumeOffFilled.js +34 -0
- package/components/Icons/VolumeOffOutline/VolumeOffOutline.js +34 -0
- package/components/Icons/VolumeOutline/VolumeOutline.js +34 -0
- package/components/Icons/WalletFilled/WalletFilled.js +2 -3
- package/components/Icons/WalletOutline/WalletOutline.js +2 -3
- package/components/Icons/Warning/Warning.js +25 -0
- package/components/Icons/WarningCircleFilled/WarningCircleFilled.js +22 -0
- package/components/Icons/WarningCircleOutline/WarningCircleOutline.js +22 -0
- package/components/Icons/WarningSmall/WarningSmall.js +25 -0
- package/components/Icons/WarningTriangleFilled/WarningTriangleFilled.js +25 -0
- package/components/Icons/WarningTriangleOutline/WarningTriangleOutline.js +25 -0
- package/components/Icons/WhatsappFilled/WhatsappFilled.js +21 -0
- package/components/Icons/WhatsappOutline/WhatsappOutline.js +24 -0
- package/components/Icons/Youtube/Youtube.js +22 -0
- package/components/Icons/YoutubeFilled/YoutubeFilled.js +27 -0
- package/components/Icons/YoutubeRoundFilled/YoutubeRoundFilled.js +27 -0
- package/components/Icons/index.js +713 -284
- package/package.json +1 -1
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { j as e } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
3
|
-
const i = ({ size: n = 24, color: o = "currentColor", ...t }) => /* @__PURE__ */ e.jsxs(
|
|
2
|
+
const r = ({ size: n = 24, color: o = "currentColor", ...s }) => /* @__PURE__ */ e.jsxs(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
6
5
|
width: n,
|
|
@@ -8,7 +7,7 @@ const i = ({ size: n = 24, color: o = "currentColor", ...t }) => /* @__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__ */ e.jsx("title", {}),
|
|
14
13
|
/* @__PURE__ */ e.jsx("g", { children: /* @__PURE__ */ e.jsx("g", { "data-name": "add", children: /* @__PURE__ */ e.jsxs("g", { children: [
|
|
@@ -45,5 +44,5 @@ const i = ({ size: n = 24, color: o = "currentColor", ...t }) => /* @__PURE__ */
|
|
|
45
44
|
}
|
|
46
45
|
);
|
|
47
46
|
export {
|
|
48
|
-
|
|
47
|
+
r as default
|
|
49
48
|
};
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { j as C } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
3
|
-
const o = ({ size: l = 24, color: e = "currentColor", ...t }) => /* @__PURE__ */ C.jsxs(
|
|
2
|
+
const i = ({ size: l = 24, color: e = "currentColor", ...t }) => /* @__PURE__ */ C.jsxs(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
6
5
|
width: l,
|
|
@@ -30,5 +29,5 @@ const o = ({ size: l = 24, color: e = "currentColor", ...t }) => /* @__PURE__ */
|
|
|
30
29
|
}
|
|
31
30
|
);
|
|
32
31
|
export {
|
|
33
|
-
|
|
32
|
+
i as default
|
|
34
33
|
};
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { j as t } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
3
|
-
const i = ({ size: o = 24, color: r = "currentColor", ...e }) => /* @__PURE__ */ t.jsx(
|
|
2
|
+
const n = ({ size: o = 24, color: r = "currentColor", ...e }) => /* @__PURE__ */ t.jsx(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
6
5
|
width: o,
|
|
@@ -22,5 +21,5 @@ const i = ({ size: o = 24, color: r = "currentColor", ...e }) => /* @__PURE__ */
|
|
|
22
21
|
}
|
|
23
22
|
);
|
|
24
23
|
export {
|
|
25
|
-
|
|
24
|
+
n as default
|
|
26
25
|
};
|
|
@@ -1,25 +1,24 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
|
|
3
|
-
const n = ({ size: o = 24, color: l = "currentColor", ...t }) => /* @__PURE__ */ e.jsx(
|
|
1
|
+
import { j as l } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
const i = ({ size: e = 24, color: o = "currentColor", ...t }) => /* @__PURE__ */ l.jsx(
|
|
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
|
...t,
|
|
12
|
-
children: /* @__PURE__ */
|
|
11
|
+
children: /* @__PURE__ */ l.jsx(
|
|
13
12
|
"path",
|
|
14
13
|
{
|
|
15
14
|
fillRule: "evenodd",
|
|
16
15
|
clipRule: "evenodd",
|
|
17
16
|
d: "M12 3C12.2652 3 12.5196 3.10536 12.7071 3.29289L19.7071 10.2929C20.0976 10.6834 20.0976 11.3166 19.7071 11.7071C19.3166 12.0976 18.6834 12.0976 18.2929 11.7071L13 6.41421V20C13 20.5523 12.5523 21 12 21C11.4477 21 11 20.5523 11 20V6.41421L5.70711 11.7071C5.31658 12.0976 4.68342 12.0976 4.29289 11.7071C3.90237 11.3166 3.90237 10.6834 4.29289 10.2929L11.2929 3.29289C11.4804 3.10536 11.7348 3 12 3Z",
|
|
18
|
-
fill:
|
|
17
|
+
fill: o
|
|
19
18
|
}
|
|
20
19
|
)
|
|
21
20
|
}
|
|
22
21
|
);
|
|
23
22
|
export {
|
|
24
|
-
|
|
23
|
+
i as default
|
|
25
24
|
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { j as l } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
const i = ({ size: C = 24, color: e = "currentColor", ...o }) => /* @__PURE__ */ l.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
|
+
...o,
|
|
11
|
+
children: /* @__PURE__ */ l.jsx(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
fillRule: "evenodd",
|
|
15
|
+
clipRule: "evenodd",
|
|
16
|
+
d: "M8.25013 6.01489C8.25003 6.00994 8.24998 6.00498 8.24998 6V5C8.24998 2.92893 9.92892 1.25 12 1.25C14.0711 1.25 15.75 2.92893 15.75 5V6C15.75 6.00498 15.7499 6.00994 15.7498 6.01489C17.0371 6.05353 17.8248 6.1924 18.4261 6.69147C19.2593 7.38295 19.4787 8.55339 19.9177 10.8943L20.6677 14.8943C21.2849 18.186 21.5934 19.8318 20.6937 20.9159C19.794 22 18.1195 22 14.7704 22H9.22954C5.88048 22 4.20595 22 3.30624 20.9159C2.40652 19.8318 2.71512 18.186 3.33231 14.8943L4.08231 10.8943C4.52122 8.55339 4.74068 7.38295 5.57386 6.69147C6.17521 6.1924 6.96287 6.05353 8.25013 6.01489ZM9.74998 5C9.74998 3.75736 10.7573 2.75 12 2.75C13.2426 2.75 14.25 3.75736 14.25 5V6C14.25 5.99999 14.25 6.00001 14.25 6C14.1747 5.99998 14.0982 6 14.0204 6H9.97954C9.90176 6 9.82525 6 9.74998 6.00002C9.74998 6.00002 9.74998 6.00003 9.74998 6.00002V5Z",
|
|
17
|
+
fill: e
|
|
18
|
+
}
|
|
19
|
+
)
|
|
20
|
+
}
|
|
21
|
+
);
|
|
22
|
+
export {
|
|
23
|
+
i as default
|
|
24
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { j as t } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
const r = ({ size: s = 24, color: C = "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(
|
|
13
|
+
"path",
|
|
14
|
+
{
|
|
15
|
+
d: "M3.74181 20.5545C4.94143 22 7.17414 22 11.6395 22H12.3607C16.8261 22 19.0589 22 20.2585 20.5545M3.74181 20.5545C2.54219 19.1091 2.95365 16.9146 3.77657 12.5257C4.36179 9.40452 4.65441 7.84393 5.7653 6.92196M3.74181 20.5545C3.74181 20.5545 3.74181 20.5545 3.74181 20.5545ZM20.2585 20.5545C21.4581 19.1091 21.0466 16.9146 20.2237 12.5257C19.6385 9.40452 19.3459 7.84393 18.235 6.92196M20.2585 20.5545C20.2585 20.5545 20.2585 20.5545 20.2585 20.5545ZM18.235 6.92196C17.1241 6 15.5363 6 12.3607 6H11.6395C8.46398 6 6.8762 6 5.7653 6.92196M18.235 6.92196C18.235 6.92196 18.235 6.92196 18.235 6.92196ZM5.7653 6.92196C5.7653 6.92196 5.7653 6.92196 5.7653 6.92196Z",
|
|
16
|
+
stroke: C,
|
|
17
|
+
strokeWidth: "1.5"
|
|
18
|
+
}
|
|
19
|
+
),
|
|
20
|
+
/* @__PURE__ */ t.jsx(
|
|
21
|
+
"path",
|
|
22
|
+
{
|
|
23
|
+
d: "M9 6V5C9 3.34315 10.3431 2 12 2C13.6569 2 15 3.34315 15 5V6",
|
|
24
|
+
stroke: C,
|
|
25
|
+
strokeWidth: "1.5",
|
|
26
|
+
strokeLinecap: "round"
|
|
27
|
+
}
|
|
28
|
+
)
|
|
29
|
+
]
|
|
30
|
+
}
|
|
31
|
+
);
|
|
32
|
+
export {
|
|
33
|
+
r as default
|
|
34
|
+
};
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { j as C } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
3
|
-
const o = ({ size: l = 24, color: e = "currentColor", ...d }) => /* @__PURE__ */ C.jsxs(
|
|
2
|
+
const t = ({ size: l = 24, color: e = "currentColor", ...d }) => /* @__PURE__ */ C.jsxs(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
6
5
|
width: l,
|
|
@@ -32,5 +31,5 @@ const o = ({ size: l = 24, color: e = "currentColor", ...d }) => /* @__PURE__ */
|
|
|
32
31
|
}
|
|
33
32
|
);
|
|
34
33
|
export {
|
|
35
|
-
|
|
34
|
+
t as default
|
|
36
35
|
};
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { j as C } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
3
|
-
const n = ({ size: e = 24, color: l = "currentColor", ...d }) => /* @__PURE__ */ C.jsxs(
|
|
2
|
+
const t = ({ size: e = 24, color: l = "currentColor", ...d }) => /* @__PURE__ */ C.jsxs(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
6
5
|
width: e,
|
|
@@ -41,5 +40,5 @@ const n = ({ size: e = 24, color: l = "currentColor", ...d }) => /* @__PURE__ */
|
|
|
41
40
|
}
|
|
42
41
|
);
|
|
43
42
|
export {
|
|
44
|
-
|
|
43
|
+
t as default
|
|
45
44
|
};
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { j as t } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
3
|
-
const i = ({ size: o = 24, color: e = "currentColor", ...r }) => /* @__PURE__ */ t.jsxs(
|
|
2
|
+
const n = ({ size: o = 24, color: e = "currentColor", ...r }) => /* @__PURE__ */ t.jsxs(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
6
5
|
width: o,
|
|
@@ -43,5 +42,5 @@ const i = ({ size: o = 24, color: e = "currentColor", ...r }) => /* @__PURE__ */
|
|
|
43
42
|
}
|
|
44
43
|
);
|
|
45
44
|
export {
|
|
46
|
-
|
|
45
|
+
n as default
|
|
47
46
|
};
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { j as e } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
3
|
-
const n = ({ size: t = 24, color: o = "currentColor", ...r }) => /* @__PURE__ */ e.jsxs(
|
|
2
|
+
const n = ({ size: t = 24, color: o = "currentColor", ...s }) => /* @__PURE__ */ e.jsxs(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
6
5
|
width: t,
|
|
@@ -8,7 +7,7 @@ const n = ({ size: t = 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__ */ e.jsx(
|
|
14
13
|
"path",
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { j as e } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
3
|
-
const i = ({ size: t = 24, color: r = "currentColor", ...s }) => /* @__PURE__ */ e.jsxs(
|
|
2
|
+
const l = ({ size: t = 24, color: r = "currentColor", ...s }) => /* @__PURE__ */ e.jsxs(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
6
5
|
width: t,
|
|
@@ -24,5 +23,5 @@ const i = ({ size: t = 24, color: r = "currentColor", ...s }) => /* @__PURE__ */
|
|
|
24
23
|
}
|
|
25
24
|
);
|
|
26
25
|
export {
|
|
27
|
-
|
|
26
|
+
l as default
|
|
28
27
|
};
|
|
@@ -1,21 +1,20 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
|
|
3
|
-
const n = ({ size: o = 24, color: l = "currentColor", ...t }) => /* @__PURE__ */ e.jsx(
|
|
1
|
+
import { j as l } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
const n = ({ size: e = 24, color: o = "currentColor", ...t }) => /* @__PURE__ */ l.jsx(
|
|
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
|
...t,
|
|
12
|
-
children: /* @__PURE__ */
|
|
11
|
+
children: /* @__PURE__ */ l.jsx(
|
|
13
12
|
"path",
|
|
14
13
|
{
|
|
15
14
|
fillRule: "evenodd",
|
|
16
15
|
clipRule: "evenodd",
|
|
17
16
|
d: "M4 4C4 2.34315 5.34315 1 7 1H17C18.6569 1 20 2.34315 20 4V20.9425C20 22.6114 18.0766 23.5462 16.7644 22.5152L12 18.7717L7.23564 22.5152C5.92338 23.5462 4 22.6114 4 20.9425V4ZM7 3C6.44772 3 6 3.44772 6 4V20.9425L12 16.2283L18 20.9425V4C18 3.44772 17.5523 3 17 3H7Z",
|
|
18
|
-
fill:
|
|
17
|
+
fill: o
|
|
19
18
|
}
|
|
20
19
|
)
|
|
21
20
|
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { j as C } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
const i = ({ size: l = 24, color: t = "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: "M17.5777 4.43152L15.5777 3.38197C13.8221 2.46066 12.9443 2 12 2C11.0557 2 10.1779 2.46066 8.42229 3.38197L8.10057 3.5508L17.0236 8.64967L21.0403 6.64132C20.3941 5.90949 19.3515 5.36234 17.5777 4.43152Z",
|
|
16
|
+
fill: t
|
|
17
|
+
}
|
|
18
|
+
),
|
|
19
|
+
/* @__PURE__ */ C.jsx(
|
|
20
|
+
"path",
|
|
21
|
+
{
|
|
22
|
+
d: "M21.7484 7.96434L17.75 9.96353V13C17.75 13.4142 17.4142 13.75 17 13.75C16.5858 13.75 16.25 13.4142 16.25 13V10.7135L12.75 12.4635V21.904C13.4679 21.7252 14.2848 21.2965 15.5777 20.618L17.5777 19.5685C19.7294 18.4393 20.8052 17.8748 21.4026 16.8603C22 15.8458 22 14.5833 22 12.0585V11.9415C22 10.0489 22 8.86557 21.7484 7.96434Z",
|
|
23
|
+
fill: t
|
|
24
|
+
}
|
|
25
|
+
),
|
|
26
|
+
/* @__PURE__ */ C.jsx(
|
|
27
|
+
"path",
|
|
28
|
+
{
|
|
29
|
+
d: "M11.25 21.904V12.4635L2.25164 7.96434C2 8.86557 2 10.0489 2 11.9415V12.0585C2 14.5833 2 15.8458 2.5974 16.8603C3.19479 17.8748 4.27062 18.4393 6.42228 19.5685L8.42229 20.618C9.71524 21.2965 10.5321 21.7252 11.25 21.904Z",
|
|
30
|
+
fill: t
|
|
31
|
+
}
|
|
32
|
+
),
|
|
33
|
+
/* @__PURE__ */ C.jsx(
|
|
34
|
+
"path",
|
|
35
|
+
{
|
|
36
|
+
d: "M2.95969 6.64132L12 11.1615L15.4112 9.4559L6.52456 4.37785L6.42229 4.43152C4.64855 5.36234 3.6059 5.90949 2.95969 6.64132Z",
|
|
37
|
+
fill: t
|
|
38
|
+
}
|
|
39
|
+
)
|
|
40
|
+
]
|
|
41
|
+
}
|
|
42
|
+
);
|
|
43
|
+
export {
|
|
44
|
+
i as default
|
|
45
|
+
};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { j as t } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
const C = ({ size: e = 24, color: o = "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(
|
|
13
|
+
"path",
|
|
14
|
+
{
|
|
15
|
+
d: "M15.5777 3.38197L17.5777 4.43152C19.7294 5.56066 20.8052 6.12523 21.4026 7.13974C22 8.15425 22 9.41667 22 11.9415V12.0585C22 14.5833 22 15.8458 21.4026 16.8603C20.8052 17.8748 19.7294 18.4393 17.5777 19.5685L15.5777 20.618C13.8221 21.5393 12.9443 22 12 22C11.0557 22 10.1779 21.5393 8.42229 20.618L6.42229 19.5685C4.27063 18.4393 3.19479 17.8748 2.5974 16.8603C2 15.8458 2 14.5833 2 12.0585V11.9415C2 9.41667 2 8.15425 2.5974 7.13974C3.19479 6.12523 4.27063 5.56066 6.42229 4.43152L8.42229 3.38197C10.1779 2.46066 11.0557 2 12 2C12.9443 2 13.8221 2.46066 15.5777 3.38197Z",
|
|
16
|
+
stroke: o,
|
|
17
|
+
strokeWidth: "1.5",
|
|
18
|
+
strokeLinecap: "round"
|
|
19
|
+
}
|
|
20
|
+
),
|
|
21
|
+
/* @__PURE__ */ t.jsx(
|
|
22
|
+
"path",
|
|
23
|
+
{
|
|
24
|
+
d: "M21 7.5L17 9.5M12 12L3 7.5M12 12V21.5M12 12C12 12 14.7426 10.6287 16.5 9.75C16.6953 9.65237 17 9.5 17 9.5M17 9.5V13M17 9.5L7.5 4.5",
|
|
25
|
+
stroke: o,
|
|
26
|
+
strokeWidth: "1.5",
|
|
27
|
+
strokeLinecap: "round"
|
|
28
|
+
}
|
|
29
|
+
)
|
|
30
|
+
]
|
|
31
|
+
}
|
|
32
|
+
);
|
|
33
|
+
export {
|
|
34
|
+
C as default
|
|
35
|
+
};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { j as t } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
const x = ({ size: l = 24, color: C = "currentColor", ...s }) => /* @__PURE__ */ t.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__ */ t.jsx(
|
|
13
|
+
"path",
|
|
14
|
+
{
|
|
15
|
+
d: "M17.5777 4.43152L15.5777 3.38197C13.8221 2.46066 12.9443 2 12 2C11.0557 2 10.1779 2.46066 8.42229 3.38197L6.42229 4.43152C4.64855 5.36234 3.6059 5.9095 2.95969 6.64132L12 11.1615L21.0403 6.64132C20.3941 5.9095 19.3515 5.36234 17.5777 4.43152Z",
|
|
16
|
+
fill: C
|
|
17
|
+
}
|
|
18
|
+
),
|
|
19
|
+
/* @__PURE__ */ t.jsx(
|
|
20
|
+
"path",
|
|
21
|
+
{
|
|
22
|
+
d: "M21.7484 7.96435L12.75 12.4635V21.904C13.4679 21.7252 14.2848 21.2965 15.5777 20.618L17.5777 19.5685C19.7294 18.4393 20.8052 17.8748 21.4026 16.8603C22 15.8458 22 14.5833 22 12.0585V11.9415C22 10.0489 22 8.86558 21.7484 7.96435Z",
|
|
23
|
+
fill: C
|
|
24
|
+
}
|
|
25
|
+
),
|
|
26
|
+
/* @__PURE__ */ t.jsx(
|
|
27
|
+
"path",
|
|
28
|
+
{
|
|
29
|
+
d: "M11.25 21.904V12.4635L2.25164 7.96434C2 8.86557 2 10.0489 2 11.9415V12.0585C2 14.5833 2 15.8458 2.5974 16.8603C3.19479 17.8748 4.27063 18.4393 6.42229 19.5685L8.42229 20.618C9.71524 21.2965 10.5321 21.7252 11.25 21.904Z",
|
|
30
|
+
fill: C
|
|
31
|
+
}
|
|
32
|
+
)
|
|
33
|
+
]
|
|
34
|
+
}
|
|
35
|
+
);
|
|
36
|
+
export {
|
|
37
|
+
x as default
|
|
38
|
+
};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { j as t } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
const C = ({ size: o = 24, color: s = "currentColor", ...e }) => /* @__PURE__ */ t.jsxs(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
width: o,
|
|
6
|
+
height: o,
|
|
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(
|
|
13
|
+
"path",
|
|
14
|
+
{
|
|
15
|
+
d: "M15.5777 3.38197L17.5777 4.43152C19.7294 5.56066 20.8052 6.12523 21.4026 7.13974C22 8.15425 22 9.41667 22 11.9415V12.0585C22 14.5833 22 15.8458 21.4026 16.8603C20.8052 17.8748 19.7294 18.4393 17.5777 19.5685L15.5777 20.618C13.8221 21.5393 12.9443 22 12 22C11.0557 22 10.1779 21.5393 8.42229 20.618L6.42229 19.5685C4.27063 18.4393 3.19479 17.8748 2.5974 16.8603C2 15.8458 2 14.5833 2 12.0585V11.9415C2 9.41667 2 8.15425 2.5974 7.13974C3.19479 6.12523 4.27063 5.56066 6.42229 4.43152L8.42229 3.38197C10.1779 2.46066 11.0557 2 12 2C12.9443 2 13.8221 2.46066 15.5777 3.38197Z",
|
|
16
|
+
stroke: s,
|
|
17
|
+
strokeWidth: "1.5",
|
|
18
|
+
strokeLinecap: "round"
|
|
19
|
+
}
|
|
20
|
+
),
|
|
21
|
+
/* @__PURE__ */ t.jsx(
|
|
22
|
+
"path",
|
|
23
|
+
{
|
|
24
|
+
d: "M21 7.5L12 12M12 12L3 7.5M12 12V21.5",
|
|
25
|
+
stroke: s,
|
|
26
|
+
strokeWidth: "1.5",
|
|
27
|
+
strokeLinecap: "round"
|
|
28
|
+
}
|
|
29
|
+
)
|
|
30
|
+
]
|
|
31
|
+
}
|
|
32
|
+
);
|
|
33
|
+
export {
|
|
34
|
+
C as default
|
|
35
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { j as o } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
const M = ({ size: t = 24, color: r = "currentColor", ...C }) => /* @__PURE__ */ o.jsx(
|
|
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
|
+
...C,
|
|
11
|
+
children: /* @__PURE__ */ o.jsx(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
d: "M3 9H21M7 3V5M17 3V5M6 12H8M11 12H13M16 12H18M6 15H8M11 15H13M16 15H18M6 18H8M11 18H13M16 18H18M6.2 21H17.8C18.9201 21 19.4802 21 19.908 20.782C20.2843 20.5903 20.5903 20.2843 20.782 19.908C21 19.4802 21 18.9201 21 17.8V8.2C21 7.07989 21 6.51984 20.782 6.09202C20.5903 5.71569 20.2843 5.40973 19.908 5.21799C19.4802 5 18.9201 5 17.8 5H6.2C5.0799 5 4.51984 5 4.09202 5.21799C3.71569 5.40973 3.40973 5.71569 3.21799 6.09202C3 6.51984 3 7.07989 3 8.2V17.8C3 18.9201 3 19.4802 3.21799 19.908C3.40973 20.2843 3.71569 20.5903 4.09202 20.782C4.51984 21 5.07989 21 6.2 21Z",
|
|
15
|
+
stroke: r,
|
|
16
|
+
strokeWidth: "2",
|
|
17
|
+
strokeLinecap: "round"
|
|
18
|
+
}
|
|
19
|
+
)
|
|
20
|
+
}
|
|
21
|
+
);
|
|
22
|
+
export {
|
|
23
|
+
M as default
|
|
24
|
+
};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { j as o } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
const n = ({ size: C = 24, color: t = "currentColor", ...e }) => /* @__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
|
+
...e,
|
|
11
|
+
children: /* @__PURE__ */ o.jsx(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
d: "M10 21H6.2C5.0799 21 4.51984 21 4.09202 20.782C3.71569 20.5903 3.40973 20.2843 3.21799 19.908C3 19.4802 3 18.9201 3 17.8V8.2C3 7.0799 3 6.51984 3.21799 6.09202C3.40973 5.71569 3.71569 5.40973 4.09202 5.21799C4.51984 5 5.0799 5 6.2 5H17.8C18.9201 5 19.4802 5 19.908 5.21799C20.2843 5.40973 20.5903 5.71569 20.782 6.09202C21 6.51984 21 7.0799 21 8.2V10M7 3V5M17 3V5M3 9H21M13.5 13.0001L7 13M10 17.0001L7 17M14 21L16.025 20.595C16.2015 20.5597 16.2898 20.542 16.3721 20.5097C16.4452 20.4811 16.5147 20.4439 16.579 20.399C16.6516 20.3484 16.7152 20.2848 16.8426 20.1574L21 16C21.5523 15.4477 21.5523 14.5523 21 14C20.4477 13.4477 19.5523 13.4477 19 14L14.8426 18.1574C14.7152 18.2848 14.6516 18.3484 14.601 18.421C14.5561 18.4853 14.5189 18.5548 14.4903 18.6279C14.458 18.7102 14.4403 18.7985 14.405 18.975L14 21Z",
|
|
15
|
+
stroke: t,
|
|
16
|
+
strokeWidth: "2",
|
|
17
|
+
strokeLinecap: "round",
|
|
18
|
+
strokeLinejoin: "round"
|
|
19
|
+
}
|
|
20
|
+
)
|
|
21
|
+
}
|
|
22
|
+
);
|
|
23
|
+
export {
|
|
24
|
+
n as default
|
|
25
|
+
};
|
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
import { j as C } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
3
|
-
const d = ({ size: t = 24, color: l = "currentColor", ...e }) => /* @__PURE__ */ C.jsxs(
|
|
2
|
+
const s = ({ size: e = 24, color: l = "currentColor", ...t }) => /* @__PURE__ */ C.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
|
+
...t,
|
|
12
11
|
children: [
|
|
13
12
|
/* @__PURE__ */ C.jsx(
|
|
14
13
|
"path",
|
|
@@ -37,5 +36,5 @@ const d = ({ size: t = 24, color: l = "currentColor", ...e }) => /* @__PURE__ */
|
|
|
37
36
|
}
|
|
38
37
|
);
|
|
39
38
|
export {
|
|
40
|
-
|
|
39
|
+
s as default
|
|
41
40
|
};
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { j as C } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
3
|
-
const e = ({ size: t = 24, color: L = "currentColor", ...M }) => /* @__PURE__ */ C.jsxs(
|
|
2
|
+
const s = ({ size: t = 24, color: L = "currentColor", ...M }) => /* @__PURE__ */ C.jsxs(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
6
5
|
width: t,
|
|
@@ -47,5 +46,5 @@ const e = ({ size: t = 24, color: L = "currentColor", ...M }) => /* @__PURE__ */
|
|
|
47
46
|
}
|
|
48
47
|
);
|
|
49
48
|
export {
|
|
50
|
-
|
|
49
|
+
s as default
|
|
51
50
|
};
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { j as C } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
3
|
-
const L = ({ size: t = 24, color: l = "currentColor", ...e }) => /* @__PURE__ */ C.jsxs(
|
|
2
|
+
const i = ({ size: t = 24, color: l = "currentColor", ...e }) => /* @__PURE__ */ C.jsxs(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
6
5
|
width: t,
|
|
@@ -37,5 +36,5 @@ const L = ({ size: t = 24, color: l = "currentColor", ...e }) => /* @__PURE__ */
|
|
|
37
36
|
}
|
|
38
37
|
);
|
|
39
38
|
export {
|
|
40
|
-
|
|
39
|
+
i as default
|
|
41
40
|
};
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { j as C } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
3
|
-
const r = ({ size: t = 24, color: L = "currentColor", ...M }) => /* @__PURE__ */ C.jsxs(
|
|
2
|
+
const s = ({ size: t = 24, color: L = "currentColor", ...M }) => /* @__PURE__ */ C.jsxs(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
6
5
|
width: t,
|
|
@@ -46,5 +45,5 @@ const r = ({ size: t = 24, color: L = "currentColor", ...M }) => /* @__PURE__ */
|
|
|
46
45
|
}
|
|
47
46
|
);
|
|
48
47
|
export {
|
|
49
|
-
|
|
48
|
+
s as default
|
|
50
49
|
};
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { j as C } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
3
|
-
const d = ({ size: t = 24, color: l = "currentColor", ...e }) => /* @__PURE__ */ C.jsxs(
|
|
2
|
+
const s = ({ size: t = 24, color: l = "currentColor", ...e }) => /* @__PURE__ */ C.jsxs(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
6
5
|
width: t,
|
|
@@ -37,5 +36,5 @@ const d = ({ size: t = 24, color: l = "currentColor", ...e }) => /* @__PURE__ */
|
|
|
37
36
|
}
|
|
38
37
|
);
|
|
39
38
|
export {
|
|
40
|
-
|
|
39
|
+
s as default
|
|
41
40
|
};
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { j as t } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
3
|
-
const i = ({ size: e = 24, color: s = "currentColor", ...r }) => /* @__PURE__ */ t.jsxs(
|
|
2
|
+
const o = ({ size: e = 24, color: s = "currentColor", ...r }) => /* @__PURE__ */ t.jsxs(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
6
5
|
width: e,
|
|
@@ -48,5 +47,5 @@ const i = ({ size: e = 24, color: s = "currentColor", ...r }) => /* @__PURE__ */
|
|
|
48
47
|
}
|
|
49
48
|
);
|
|
50
49
|
export {
|
|
51
|
-
|
|
50
|
+
o as default
|
|
52
51
|
};
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { j as t } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
3
|
-
const h = ({ size: e = 24, color: s = "currentColor", ...r }) => /* @__PURE__ */ t.jsxs(
|
|
2
|
+
const o = ({ size: e = 24, color: s = "currentColor", ...C }) => /* @__PURE__ */ t.jsxs(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
6
5
|
width: e,
|
|
@@ -8,7 +7,7 @@ const h = ({ size: e = 24, color: s = "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
|
+
...C,
|
|
12
11
|
children: [
|
|
13
12
|
/* @__PURE__ */ t.jsx(
|
|
14
13
|
"path",
|
|
@@ -47,5 +46,5 @@ const h = ({ size: e = 24, color: s = "currentColor", ...r }) => /* @__PURE__ */
|
|
|
47
46
|
}
|
|
48
47
|
);
|
|
49
48
|
export {
|
|
50
|
-
|
|
49
|
+
o as default
|
|
51
50
|
};
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { j as C } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
3
|
-
const d = ({ size: t = 24, color: l = "currentColor", ...e }) => /* @__PURE__ */ C.jsxs(
|
|
2
|
+
const i = ({ size: t = 24, color: l = "currentColor", ...e }) => /* @__PURE__ */ C.jsxs(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
6
5
|
width: t,
|
|
@@ -37,5 +36,5 @@ const d = ({ size: t = 24, color: l = "currentColor", ...e }) => /* @__PURE__ */
|
|
|
37
36
|
}
|
|
38
37
|
);
|
|
39
38
|
export {
|
|
40
|
-
|
|
39
|
+
i as default
|
|
41
40
|
};
|