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
|
@@ -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
|
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { j as l } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
const o = ({ size: t = 24, color: e = "currentColor", ...r }) => /* @__PURE__ */ l.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
|
+
...r,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ l.jsx(
|
|
13
|
+
"path",
|
|
14
|
+
{
|
|
15
|
+
fill: e,
|
|
16
|
+
d: `M19.2,4.4L2.9,10.7c-1.1,0.4-1.1,1.1-0.2,1.3l4.1,1.3l1.6,4.8c0.2,0.5,0.1,0.7,0.6,0.7c0.4,0,0.6-0.2,0.8-0.4
|
|
17
|
+
c0.1-0.1,1-1,2-2l4.2,3.1c0.8,0.4,1.3,0.2,1.5-0.7l2.8-13.1C20.6,4.6,19.9,4,19.2,4.4z M17.1,7.4l-7.8,7.1L9,17.8L7.4,13l9.2-5.8
|
|
18
|
+
C17,6.9,17.4,7.1,17.1,7.4z`
|
|
19
|
+
}
|
|
20
|
+
),
|
|
21
|
+
/* @__PURE__ */ l.jsx("rect", { y: "0" })
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
);
|
|
25
|
+
export {
|
|
26
|
+
o as default
|
|
27
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { j as e } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
const i = ({ size: L = 24, color: l = "currentColor", ...t }) => /* @__PURE__ */ e.jsx(
|
|
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
|
+
...t,
|
|
11
|
+
children: /* @__PURE__ */ e.jsx(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
fillRule: "evenodd",
|
|
15
|
+
clipRule: "evenodd",
|
|
16
|
+
d: "M23.1117 4.49449C23.4296 2.94472 21.9074 1.65683 20.4317 2.227L2.3425 9.21601C0.694517 9.85273 0.621087 12.1572 2.22518 12.8975L6.1645 14.7157L8.03849 21.2746C8.13583 21.6153 8.40618 21.8791 8.74917 21.968C9.09216 22.0568 9.45658 21.9576 9.70712 21.707L12.5938 18.8203L16.6375 21.8531C17.8113 22.7334 19.5019 22.0922 19.7967 20.6549L23.1117 4.49449ZM3.0633 11.0816L21.1525 4.0926L17.8375 20.2531L13.1 16.6999C12.7019 16.4013 12.1448 16.4409 11.7929 16.7928L10.5565 18.0292L10.928 15.9861L18.2071 8.70703C18.5614 8.35278 18.5988 7.79106 18.2947 7.39293C17.9906 6.99479 17.4389 6.88312 17.0039 7.13168L6.95124 12.876L3.0633 11.0816ZM8.17695 14.4791L8.78333 16.6015L9.01614 15.321C9.05253 15.1209 9.14908 14.9366 9.29291 14.7928L11.5128 12.573L8.17695 14.4791Z",
|
|
17
|
+
fill: l
|
|
18
|
+
}
|
|
19
|
+
)
|
|
20
|
+
}
|
|
21
|
+
);
|
|
22
|
+
export {
|
|
23
|
+
i as default
|
|
24
|
+
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { j as l } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
const r = ({ size: s = 24, color: t = "currentColor", ...e }) => /* @__PURE__ */ l.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__ */ l.jsx(
|
|
13
|
+
"path",
|
|
14
|
+
{
|
|
15
|
+
fill: t,
|
|
16
|
+
d: `M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M16.9,8.1l-1.7,8.2c-0.1,0.6-0.5,0.7-0.9,0.4l-2.6-2
|
|
17
|
+
c-0.6,0.6-1.2,1.1-1.3,1.3c-0.2,0.1-0.3,0.3-0.5,0.3c-0.3,0-0.3-0.2-0.4-0.4l-0.9-3L5.9,12c-0.6-0.2-0.6-0.6,0.1-0.9l10.2-3.9
|
|
18
|
+
C16.6,7.1,17.1,7.3,16.9,8.1z M14.5,9l-5.7,3.6l0.9,3l0.2-2l4.9-4.4C15.1,8.9,14.9,8.9,14.5,9z`
|
|
19
|
+
}
|
|
20
|
+
),
|
|
21
|
+
/* @__PURE__ */ l.jsx("rect", {})
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
);
|
|
25
|
+
export {
|
|
26
|
+
r as default
|
|
27
|
+
};
|
|
@@ -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,22 @@
|
|
|
1
|
+
import { j as o } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
const a = ({ size: t = 24, color: l = "currentColor", ...r }) => /* @__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
|
+
...r,
|
|
11
|
+
children: /* @__PURE__ */ o.jsx(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
fill: l,
|
|
15
|
+
d: "M21,2H3A1,1,0,0,0,2,3V21a1,1,0,0,0,1,1H21a1,1,0,0,0,1-1V3A1,1,0,0,0,21,2Zm-3.281,8.725h0c-.109.011-.219.016-.328.017A3.571,3.571,0,0,1,14.4,9.129v5.493a4.061,4.061,0,1,1-4.06-4.06c.085,0,.167.008.251.013v2a2.067,2.067,0,1,0-.251,4.119A2.123,2.123,0,0,0,12.5,14.649l.02-9.331h1.914A3.564,3.564,0,0,0,17.719,8.5Z"
|
|
16
|
+
}
|
|
17
|
+
)
|
|
18
|
+
}
|
|
19
|
+
);
|
|
20
|
+
export {
|
|
21
|
+
a as default
|
|
22
|
+
};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { j as l } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
const s = ({ size: c = 24, color: t = "currentColor", ...i }) => /* @__PURE__ */ l.jsxs(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
width: c,
|
|
6
|
+
height: c,
|
|
7
|
+
viewBox: "0 0 32 32",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...i,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ l.jsx("title", { children: "tiktok" }),
|
|
13
|
+
/* @__PURE__ */ l.jsx(
|
|
14
|
+
"path",
|
|
15
|
+
{
|
|
16
|
+
fill: t,
|
|
17
|
+
d: "M16.656 1.029c1.637-0.025 3.262-0.012 4.886-0.025 0.054 2.031 0.878 3.859 2.189 5.213l-0.002-0.002c1.411 1.271 3.247 2.095 5.271 2.235l0.028 0.002v5.036c-1.912-0.048-3.71-0.489-5.331-1.247l0.082 0.034c-0.784-0.377-1.447-0.764-2.077-1.196l0.052 0.034c-0.012 3.649 0.012 7.298-0.025 10.934-0.103 1.853-0.719 3.543-1.707 4.954l0.020-0.031c-1.652 2.366-4.328 3.919-7.371 4.011l-0.014 0c-0.123 0.006-0.268 0.009-0.414 0.009-1.73 0-3.347-0.482-4.725-1.319l0.040 0.023c-2.508-1.509-4.238-4.091-4.558-7.094l-0.004-0.041c-0.025-0.625-0.037-1.25-0.012-1.862 0.49-4.779 4.494-8.476 9.361-8.476 0.547 0 1.083 0.047 1.604 0.136l-0.056-0.008c0.025 1.849-0.050 3.699-0.050 5.548-0.423-0.153-0.911-0.242-1.42-0.242-1.868 0-3.457 1.194-4.045 2.861l-0.009 0.030c-0.133 0.427-0.21 0.918-0.21 1.426 0 0.206 0.013 0.41 0.037 0.61l-0.002-0.024c0.332 2.046 2.086 3.59 4.201 3.59 0.061 0 0.121-0.001 0.181-0.004l-0.009 0c1.463-0.044 2.733-0.831 3.451-1.994l0.010-0.018c0.267-0.372 0.45-0.822 0.511-1.311l0.001-0.014c0.125-2.237 0.075-4.461 0.087-6.698 0.012-5.036-0.012-10.060 0.025-15.083z"
|
|
18
|
+
}
|
|
19
|
+
)
|
|
20
|
+
]
|
|
21
|
+
}
|
|
22
|
+
);
|
|
23
|
+
export {
|
|
24
|
+
s as default
|
|
25
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { j as t } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
const i = ({ size: o = 24, color: e = "currentColor", ...r }) => /* @__PURE__ */ t.jsxs(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
width: o,
|
|
6
|
+
height: o,
|
|
7
|
+
viewBox: "0 0 192 192",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...r,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ t.jsx(
|
|
13
|
+
"path",
|
|
14
|
+
{
|
|
15
|
+
stroke: e,
|
|
16
|
+
strokeLinecap: "round",
|
|
17
|
+
strokeWidth: "12",
|
|
18
|
+
d: "M108 132a38.004 38.004 0 0 1-23.458 35.107 37.995 37.995 0 0 1-41.412-8.237 37.996 37.996 0 0 1-8.237-41.412A38.001 38.001 0 0 1 70 94"
|
|
19
|
+
}
|
|
20
|
+
),
|
|
21
|
+
/* @__PURE__ */ t.jsx(
|
|
22
|
+
"path",
|
|
23
|
+
{
|
|
24
|
+
stroke: e,
|
|
25
|
+
strokeLinecap: "round",
|
|
26
|
+
strokeLinejoin: "round",
|
|
27
|
+
strokeWidth: "12",
|
|
28
|
+
d: "M108 132V22c0 18 24 50 52 50"
|
|
29
|
+
}
|
|
30
|
+
)
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
);
|
|
34
|
+
export {
|
|
35
|
+
i as default
|
|
36
|
+
};
|
|
@@ -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
|
+
};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { j as t } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
const o = ({ 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(
|
|
23
|
+
"path",
|
|
24
|
+
{
|
|
25
|
+
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",
|
|
26
|
+
stroke: s,
|
|
27
|
+
strokeWidth: "1.5"
|
|
28
|
+
}
|
|
29
|
+
)
|
|
30
|
+
]
|
|
31
|
+
}
|
|
32
|
+
);
|
|
33
|
+
export {
|
|
34
|
+
o as default
|
|
35
|
+
};
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { j as C } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
3
|
-
const r = ({ size: t = 24, color: s = "currentColor", ...l }) => /* @__PURE__ */ C.jsxs(
|
|
2
|
+
const i = ({ size: t = 24, color: s = "currentColor", ...l }) => /* @__PURE__ */ C.jsxs(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
6
5
|
width: t,
|
|
@@ -28,5 +27,5 @@ const r = ({ size: t = 24, color: s = "currentColor", ...l }) => /* @__PURE__ */
|
|
|
28
27
|
}
|
|
29
28
|
);
|
|
30
29
|
export {
|
|
31
|
-
|
|
30
|
+
i as default
|
|
32
31
|
};
|