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 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,
|
|
@@ -46,5 +45,5 @@ const e = ({ 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 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,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: e = "currentColor", ...r }) => /* @__PURE__ */ t.jsx(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
6
5
|
width: o,
|
|
@@ -8,12 +7,12 @@ const i = ({ size: o = 24, color: r = "currentColor", ...e }) => /* @__PURE__ */
|
|
|
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: /* @__PURE__ */ t.jsx(
|
|
13
12
|
"path",
|
|
14
13
|
{
|
|
15
14
|
d: "M4 14L9 19L20 8M6 8.88889L9.07692 12L16 5",
|
|
16
|
-
stroke:
|
|
15
|
+
stroke: e,
|
|
17
16
|
strokeWidth: "2",
|
|
18
17
|
strokeLinecap: "round",
|
|
19
18
|
strokeLinejoin: "round"
|
|
@@ -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,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 s = ({ 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
|
+
s as default
|
|
26
25
|
};
|
|
@@ -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 s = ({ 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
|
+
s as default
|
|
26
25
|
};
|
|
@@ -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 s = ({ 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
|
+
s as default
|
|
26
25
|
};
|
|
@@ -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 s = ({ 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
|
+
s as default
|
|
26
25
|
};
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { j as t } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
3
|
-
const n = ({ size: r = 24, color: o = "currentColor", ...e }) => /* @__PURE__ */ t.jsxs(
|
|
2
|
+
const i = ({ size: r = 24, color: e = "currentColor", ...o }) => /* @__PURE__ */ t.jsxs(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
6
5
|
width: r,
|
|
@@ -8,14 +7,14 @@ const n = ({ size: r = 24, color: o = "currentColor", ...e }) => /* @__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
|
-
/* @__PURE__ */ t.jsx("circle", { cx: "12", cy: "12", r: "10", stroke:
|
|
12
|
+
/* @__PURE__ */ t.jsx("circle", { cx: "12", cy: "12", r: "10", stroke: e, strokeWidth: "1.5" }),
|
|
14
13
|
/* @__PURE__ */ t.jsx(
|
|
15
14
|
"path",
|
|
16
15
|
{
|
|
17
16
|
d: "M12 8V12L14.5 14.5",
|
|
18
|
-
stroke:
|
|
17
|
+
stroke: e,
|
|
19
18
|
strokeWidth: "1.5",
|
|
20
19
|
strokeLinecap: "round",
|
|
21
20
|
strokeLinejoin: "round"
|
|
@@ -25,5 +24,5 @@ const n = ({ size: r = 24, color: o = "currentColor", ...e }) => /* @__PURE__ */
|
|
|
25
24
|
}
|
|
26
25
|
);
|
|
27
26
|
export {
|
|
28
|
-
|
|
27
|
+
i as default
|
|
29
28
|
};
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { j as t } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
3
|
-
const n = ({ size: o = 24, color: r = "currentColor", ...e }) => /* @__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,
|
|
@@ -8,13 +7,13 @@ const n = ({ size: o = 24, color: r = "currentColor", ...e }) => /* @__PURE__ */
|
|
|
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 8V12L14.5 14.5",
|
|
17
|
-
stroke:
|
|
16
|
+
stroke: e,
|
|
18
17
|
strokeWidth: "1.5",
|
|
19
18
|
strokeLinecap: "round",
|
|
20
19
|
strokeLinejoin: "round"
|
|
@@ -24,7 +23,7 @@ const n = ({ size: o = 24, color: r = "currentColor", ...e }) => /* @__PURE__ */
|
|
|
24
23
|
"path",
|
|
25
24
|
{
|
|
26
25
|
d: "M2 12C2 7.28595 2 4.92893 3.46447 3.46447C4.92893 2 7.28595 2 12 2C16.714 2 19.0711 2 20.5355 3.46447C22 4.92893 22 7.28595 22 12C22 16.714 22 19.0711 20.5355 20.5355C19.0711 22 16.714 22 12 22C7.28595 22 4.92893 22 3.46447 20.5355C2 19.0711 2 16.714 2 12Z",
|
|
27
|
-
stroke:
|
|
26
|
+
stroke: e,
|
|
28
27
|
strokeWidth: "1.5"
|
|
29
28
|
}
|
|
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: r = "currentColor", ...s }) => /* @__PURE__ */ o.jsx(
|
|
2
|
+
const r = ({ size: t = 24, color: s = "currentColor", ...C }) => /* @__PURE__ */ o.jsx(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
6
5
|
width: t,
|
|
@@ -8,16 +7,16 @@ const e = ({ size: t = 24, color: r = "currentColor", ...s }) => /* @__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: /* @__PURE__ */ o.jsx(
|
|
13
12
|
"path",
|
|
14
13
|
{
|
|
15
14
|
d: "M20.7457 3.32851C20.3552 2.93798 19.722 2.93798 19.3315 3.32851L12.0371 10.6229L4.74275 3.32851C4.35223 2.93798 3.71906 2.93798 3.32854 3.32851C2.93801 3.71903 2.93801 4.3522 3.32854 4.74272L10.6229 12.0371L3.32856 19.3314C2.93803 19.722 2.93803 20.3551 3.32856 20.7457C3.71908 21.1362 4.35225 21.1362 4.74277 20.7457L12.0371 13.4513L19.3315 20.7457C19.722 21.1362 20.3552 21.1362 20.7457 20.7457C21.1362 20.3551 21.1362 19.722 20.7457 19.3315L13.4513 12.0371L20.7457 4.74272C21.1362 4.3522 21.1362 3.71903 20.7457 3.32851Z",
|
|
16
|
-
fill:
|
|
15
|
+
fill: s
|
|
17
16
|
}
|
|
18
17
|
)
|
|
19
18
|
}
|
|
20
19
|
);
|
|
21
20
|
export {
|
|
22
|
-
|
|
21
|
+
r as default
|
|
23
22
|
};
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { j as e } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
3
|
-
const r = ({ size: l = 24, color: C = "currentColor", ...o }) => /* @__PURE__ */ e.jsx(
|
|
2
|
+
const i = ({ size: l = 24, color: C = "currentColor", ...o }) => /* @__PURE__ */ e.jsx(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
6
5
|
width: l,
|
|
@@ -21,5 +20,5 @@ const r = ({ size: l = 24, color: C = "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 o } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
3
|
-
const n = ({ size: t = 24, color: r = "currentColor", ...e }) => /* @__PURE__ */ o.jsx(
|
|
2
|
+
const n = ({ size: t = 24, color: e = "currentColor", ...r }) => /* @__PURE__ */ o.jsx(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
6
5
|
width: t,
|
|
@@ -8,12 +7,12 @@ const n = ({ size: t = 24, color: r = "currentColor", ...e }) => /* @__PURE__ */
|
|
|
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: /* @__PURE__ */ o.jsx("g", { children: /* @__PURE__ */ o.jsx(
|
|
13
12
|
"path",
|
|
14
13
|
{
|
|
15
14
|
d: "M9 9L11.9999 11.9999M11.9999 11.9999L14.9999 14.9999M11.9999 11.9999L9 14.9999M11.9999 11.9999L14.9999 9M12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21Z",
|
|
16
|
-
stroke:
|
|
15
|
+
stroke: e,
|
|
17
16
|
strokeWidth: "2",
|
|
18
17
|
strokeLinecap: "round",
|
|
19
18
|
strokeLinejoin: "round"
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { j as e } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
3
|
-
const n = ({ size: t = 24, color: s = "currentColor", ...r }) => /* @__PURE__ */ e.jsxs(
|
|
2
|
+
const n = ({ size: t = 24, color: s = "currentColor", ...l }) => /* @__PURE__ */ e.jsxs(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
6
5
|
width: t,
|
|
@@ -8,7 +7,7 @@ const n = ({ size: t = 24, color: s = "currentColor", ...r }) => /* @__PURE__ */
|
|
|
8
7
|
viewBox: "0 0 32 32",
|
|
9
8
|
fill: "none",
|
|
10
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
...
|
|
10
|
+
...l,
|
|
12
11
|
children: [
|
|
13
12
|
/* @__PURE__ */ e.jsx("title", { children: "comment 3" }),
|
|
14
13
|
/* @__PURE__ */ e.jsx("desc", { children: "Created with Sketch Beta." }),
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { j as e } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
3
|
-
const n = ({ size: t = 24, color: C = "currentColor", ...s }) => /* @__PURE__ */ e.jsxs(
|
|
2
|
+
const l = ({ size: t = 24, color: C = "currentColor", ...s }) => /* @__PURE__ */ e.jsxs(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
6
5
|
width: t,
|
|
@@ -24,5 +23,5 @@ const n = ({ size: t = 24, color: C = "currentColor", ...s }) => /* @__PURE__ */
|
|
|
24
23
|
}
|
|
25
24
|
);
|
|
26
25
|
export {
|
|
27
|
-
|
|
26
|
+
l as default
|
|
28
27
|
};
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { j as e } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
3
|
-
const o = ({ size: t = 24, color: s = "currentColor", ...r }) => /* @__PURE__ */ e.jsxs(
|
|
2
|
+
const n = ({ size: t = 24, color: s = "currentColor", ...r }) => /* @__PURE__ */ e.jsxs(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
6
5
|
width: t,
|
|
@@ -24,5 +23,5 @@ const o = ({ size: t = 24, color: s = "currentColor", ...r }) => /* @__PURE__ */
|
|
|
24
23
|
}
|
|
25
24
|
);
|
|
26
25
|
export {
|
|
27
|
-
|
|
26
|
+
n as default
|
|
28
27
|
};
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { j as e } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
3
|
-
const C = ({ size: t = 24, color: s = "currentColor", ...r }) => /* @__PURE__ */ e.jsxs(
|
|
2
|
+
const C = ({ size: t = 24, color: s = "currentColor", ...n }) => /* @__PURE__ */ e.jsxs(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
6
5
|
width: t,
|
|
@@ -8,7 +7,7 @@ const C = ({ size: t = 24, color: s = "currentColor", ...r }) => /* @__PURE__ */
|
|
|
8
7
|
viewBox: "0 0 32 32",
|
|
9
8
|
fill: "none",
|
|
10
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
...
|
|
10
|
+
...n,
|
|
12
11
|
children: [
|
|
13
12
|
/* @__PURE__ */ e.jsx("title", { children: "comment-2" }),
|
|
14
13
|
/* @__PURE__ */ e.jsx("desc", { children: "Created with Sketch Beta." }),
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { j as e } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
-
|
|
3
|
-
const o = ({ size: t = 24, color: l = "currentColor", ...L }) => /* @__PURE__ */ e.jsxs(
|
|
2
|
+
const s = ({ size: t = 24, color: l = "currentColor", ...L }) => /* @__PURE__ */ e.jsxs(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
6
5
|
width: t,
|
|
@@ -16,5 +15,5 @@ const o = ({ size: t = 24, color: l = "currentColor", ...L }) => /* @__PURE__ */
|
|
|
16
15
|
}
|
|
17
16
|
);
|
|
18
17
|
export {
|
|
19
|
-
|
|
18
|
+
s as default
|
|
20
19
|
};
|
|
@@ -1,17 +1,16 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
|
|
3
|
-
const s = ({ size: e = 24, color: L = "currentColor", ...l }) => /* @__PURE__ */ t.jsxs(
|
|
1
|
+
import { j as e } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
const s = ({ size: t = 24, color: L = "currentColor", ...l }) => /* @__PURE__ */ e.jsxs(
|
|
4
3
|
"svg",
|
|
5
4
|
{
|
|
6
|
-
width:
|
|
7
|
-
height:
|
|
5
|
+
width: t,
|
|
6
|
+
height: t,
|
|
8
7
|
viewBox: "0 0 512 512",
|
|
9
8
|
fill: "none",
|
|
10
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11
10
|
...l,
|
|
12
11
|
children: [
|
|
13
|
-
/* @__PURE__ */
|
|
14
|
-
/* @__PURE__ */
|
|
12
|
+
/* @__PURE__ */ e.jsx("title", { children: "contact-details" }),
|
|
13
|
+
/* @__PURE__ */ e.jsx("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd", children: /* @__PURE__ */ e.jsx("g", { fill: L, transform: "translate(42.666667, 85.333333)", children: /* @__PURE__ */ e.jsx("path", { d: "M426.666667,1.42108547e-14 L426.666667,341.333333 L3.55271368e-14,341.333333 L3.55271368e-14,1.42108547e-14 L426.666667,1.42108547e-14 Z M384,42.6666667 L42.6666667,42.6666667 L42.6666667,298.666667 L384,298.666667 L384,42.6666667 Z M341.333333,213.333333 L341.333333,245.333333 L234.666667,245.333333 L234.666667,213.333333 L341.333333,213.333333 Z M146.666667,155.733333 C177.493333,155.733333 202.666667,181.333333 202.666667,213.333333 L74.6666667,213.333333 C74.6666667,181.333333 99.7387207,155.733333 130.666667,155.733333 L146.666667,155.733333 Z M341.333333,149.333333 L341.333333,181.333333 L234.666667,181.333333 L234.666667,149.333333 L341.333333,149.333333 Z M138.666667,78.62624 C154.13064,78.62624 166.666667,91.162267 166.666667,106.62624 C166.666667,122.090213 154.13064,134.62624 138.666667,134.62624 C123.202694,134.62624 110.666667,122.090213 110.666667,106.62624 C110.666667,91.162267 123.202694,78.62624 138.666667,78.62624 Z M341.333333,85.3333333 L341.333333,117.333333 L234.666667,117.333333 L234.666667,85.3333333 L341.333333,85.3333333 Z" }) }) })
|
|
15
14
|
]
|
|
16
15
|
}
|
|
17
16
|
);
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { j as a } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
const t = ({ size: e = 24, color: l = "currentColor", ...s }) => /* @__PURE__ */ a.jsx(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
width: e,
|
|
6
|
+
height: e,
|
|
7
|
+
viewBox: "0 0 48 48",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...s,
|
|
11
|
+
children: /* @__PURE__ */ a.jsxs("g", { "data-name": "Layer 2", children: [
|
|
12
|
+
/* @__PURE__ */ a.jsx("g", { "data-name": "invisible box", children: /* @__PURE__ */ a.jsx("rect", { fill: "none" }) }),
|
|
13
|
+
/* @__PURE__ */ a.jsx("g", { "data-name": "Layer 7", children: /* @__PURE__ */ a.jsxs("g", { children: [
|
|
14
|
+
/* @__PURE__ */ a.jsx(
|
|
15
|
+
"path",
|
|
16
|
+
{
|
|
17
|
+
fill: l,
|
|
18
|
+
d: "M37.7,11.1A3,3,0,0,0,35.4,10H34.2l.3-1.7A3.1,3.1,0,0,0,33.9,6a3.2,3.2,0,0,0-2.2-1H7.9A2.1,2.1,0,0,0,5.8,6.7,2,2,0,0,0,7.8,9h7.3A3,3,0,0,1,18,12.5L15.6,26.3a3,3,0,0,1-2.9,2.5H4.8a2,2,0,0,0-2,1.6L2,34.7A2.8,2.8,0,0,0,2.7,37a2.8,2.8,0,0,0,2.1,1H7.3a7,7,0,0,0,13.4,0h4.6a7,7,0,0,0,13.4,0h2a3.2,3.2,0,0,0,3.1-2.7L46,22.5ZM14,39a3,3,0,0,1-3-3,3,3,0,0,1,6,0A3,3,0,0,1,14,39Zm18,0a3,3,0,0,1-3-3,3,3,0,0,1,6,0A3,3,0,0,1,32,39Zm.1-17,1.4-8h1.3l5.9,8Z"
|
|
19
|
+
}
|
|
20
|
+
),
|
|
21
|
+
/* @__PURE__ */ a.jsx("path", { fill: l, d: "M4,15H14a2,2,0,0,0,0-4H4a2,2,0,0,0,0,4Z" }),
|
|
22
|
+
/* @__PURE__ */ a.jsx("path", { fill: l, d: "M15,19a2,2,0,0,0-2-2H5a2,2,0,0,0,0,4h8A2,2,0,0,0,15,19Z" }),
|
|
23
|
+
/* @__PURE__ */ a.jsx("path", { fill: l, d: "M6,23a2,2,0,0,0,0,4h6a2,2,0,0,0,0-4Z" })
|
|
24
|
+
] }) })
|
|
25
|
+
] })
|
|
26
|
+
}
|
|
27
|
+
);
|
|
28
|
+
export {
|
|
29
|
+
t as default
|
|
30
|
+
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { j as a } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
const h = ({ size: e = 24, color: l = "currentColor", ...s }) => /* @__PURE__ */ a.jsx(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
width: e,
|
|
6
|
+
height: e,
|
|
7
|
+
viewBox: "0 0 48 48",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...s,
|
|
11
|
+
children: /* @__PURE__ */ a.jsxs("g", { "data-name": "Layer 2", children: [
|
|
12
|
+
/* @__PURE__ */ a.jsx("g", { "data-name": "invisible box", children: /* @__PURE__ */ a.jsx("rect", { fill: "none" }) }),
|
|
13
|
+
/* @__PURE__ */ a.jsx("g", { "data-name": "Health Icons", children: /* @__PURE__ */ a.jsxs("g", { children: [
|
|
14
|
+
/* @__PURE__ */ a.jsx(
|
|
15
|
+
"path",
|
|
16
|
+
{
|
|
17
|
+
fill: l,
|
|
18
|
+
d: "M37.7,11.1A3,3,0,0,0,35.4,10H34.2l.3-1.7A3.1,3.1,0,0,0,33.9,6a3.2,3.2,0,0,0-2.2-1H7.8a2,2,0,0,0,0,4H30.3l-4,22.9a6.8,6.8,0,0,0-1,2.1H20.7A7,7,0,0,0,7.3,34H6.2l.5-2.9a2,2,0,0,0-1.6-2.3,2,2,0,0,0-2.3,1.6L2,34.7A2.8,2.8,0,0,0,2.7,37a2.8,2.8,0,0,0,2.1,1H7.3a7,7,0,0,0,13.4,0h4.6a7,7,0,0,0,13.4,0h2a3.2,3.2,0,0,0,3.1-2.7L46,22.5ZM14,39a3,3,0,0,1-3-3,3,3,0,0,1,6,0A3,3,0,0,1,14,39ZM33.5,14h1.3l5.9,8H32.1ZM32,39a3,3,0,0,1-3-3,3,3,0,0,1,6,0A3,3,0,0,1,32,39Zm8-5H38.7A7,7,0,0,0,32,29H30.9l.5-3.1h9.9Z"
|
|
19
|
+
}
|
|
20
|
+
),
|
|
21
|
+
/* @__PURE__ */ a.jsx("path", { fill: l, d: "M4,15H14a2,2,0,0,0,0-4H4a2,2,0,0,0,0,4Z" }),
|
|
22
|
+
/* @__PURE__ */ a.jsx("path", { fill: l, d: "M15,19a2,2,0,0,0-2-2H5a2,2,0,0,0,0,4h8A2,2,0,0,0,15,19Z" }),
|
|
23
|
+
/* @__PURE__ */ a.jsx("path", { fill: l, d: "M6,23a2,2,0,0,0,0,4h6a2,2,0,0,0,0-4Z" })
|
|
24
|
+
] }) })
|
|
25
|
+
] })
|
|
26
|
+
}
|
|
27
|
+
);
|
|
28
|
+
export {
|
|
29
|
+
h as default
|
|
30
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { j as s } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
const h = ({ size: l = 24, color: t = "currentColor", ...c }) => /* @__PURE__ */ s.jsxs(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
width: l,
|
|
6
|
+
height: l,
|
|
7
|
+
viewBox: "0 0 48 48",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...c,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ s.jsx("path", { d: "M0 0h48v48H0z", fill: "none" }),
|
|
13
|
+
/* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx(
|
|
14
|
+
"path",
|
|
15
|
+
{
|
|
16
|
+
fill: t,
|
|
17
|
+
d: `M42,6H18c-2.2,0-4,1.8-4,4v4C7.4,14,2,19.4,2,26v12h4c0,3.314,2.686,6,6,6s6-2.686,6-6h8c0,3.314,2.686,6,6,6s6-2.686,6-6
|
|
18
|
+
h4c2.2,0,4-1.8,4-4V10C46,7.8,44.2,6,42,6z M34,38c0,1.103-0.897,2-2,2s-2-0.897-2-2s0.897-2,2-2S34,36.897,34,38z M12,40
|
|
19
|
+
c-1.103,0-2-0.897-2-2s0.897-2,2-2c1.103,0,2,0.897,2,2S13.103,40,12,40z M14,17v4c-1.862,0-3.412,1.278-3.859,3h-4.91
|
|
20
|
+
C6.145,19.998,9.726,17,14,17z`
|
|
21
|
+
}
|
|
22
|
+
) })
|
|
23
|
+
]
|
|
24
|
+
}
|
|
25
|
+
);
|
|
26
|
+
export {
|
|
27
|
+
h as default
|
|
28
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { j as s } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
const e = ({ size: h = 24, color: n = "currentColor", ...t }) => /* @__PURE__ */ s.jsxs(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
width: h,
|
|
6
|
+
height: h,
|
|
7
|
+
viewBox: "0 0 48 48",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...t,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ s.jsx("path", { d: "M0 0h48v48H0z", fill: "none" }),
|
|
13
|
+
/* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx(
|
|
14
|
+
"path",
|
|
15
|
+
{
|
|
16
|
+
fill: n,
|
|
17
|
+
d: `M42,6H18c-2.2,0-4,1.8-4,4v4C7.4,14,2,19.4,2,26v12h4c0,3.314,2.686,6,6,6s6-2.686,6-6h8c0,3.314,2.686,6,6,6s6-2.686,6-6
|
|
18
|
+
h4c2.2,0,4-1.8,4-4V10C46,7.8,44.2,6,42,6z M12,40c-1.103,0-2-0.897-2-2s0.897-2,2-2s2,0.897,2,2S13.103,40,12,40z M14,32.349
|
|
19
|
+
C13.374,32.127,12.702,32,12,32c-1.775,0-3.365,0.775-4.463,2H6v-6h8V32.349z M14,24H6.263c0.892-3.445,4.017-6,7.737-6V24z M32,40
|
|
20
|
+
c-1.103,0-2-0.897-2-2s0.897-2,2-2s2,0.897,2,2S33.103,40,32,40z M42,34h-5.537c-1.099-1.225-2.688-2-4.463-2s-3.365,0.775-4.463,2
|
|
21
|
+
H18V10h24V34z`
|
|
22
|
+
}
|
|
23
|
+
) })
|
|
24
|
+
]
|
|
25
|
+
}
|
|
26
|
+
);
|
|
27
|
+
export {
|
|
28
|
+
e as default
|
|
29
|
+
};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { j as a } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
const t = ({ size: e = 24, color: i = "currentColor", ...l }) => /* @__PURE__ */ a.jsx(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
width: e,
|
|
6
|
+
height: e,
|
|
7
|
+
viewBox: "0 0 48 48",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...l,
|
|
11
|
+
children: /* @__PURE__ */ a.jsxs("g", { "data-name": "Layer 2", children: [
|
|
12
|
+
/* @__PURE__ */ a.jsx("g", { "data-name": "invisible box", children: /* @__PURE__ */ a.jsx("rect", { fill: "none" }) }),
|
|
13
|
+
/* @__PURE__ */ a.jsx("g", { "data-name": "Layer 7", children: /* @__PURE__ */ a.jsx(
|
|
14
|
+
"path",
|
|
15
|
+
{
|
|
16
|
+
fill: i,
|
|
17
|
+
d: "M35.8,11a3.2,3.2,0,0,0-2.2-1H32V8a2.9,2.9,0,0,0-3-3H5A2.9,2.9,0,0,0,2,8V35a2.9,2.9,0,0,0,3,3H7.3a7,7,0,0,0,13.4,0h6.6a7,7,0,0,0,13.4,0H43a2.9,2.9,0,0,0,3-3V22.2Zm-2.7,3,7.3,8H32V14ZM14,39a3,3,0,1,1,3-3A2.9,2.9,0,0,1,14,39Zm20,0a3,3,0,1,1,3-3A2.9,2.9,0,0,1,34,39Z"
|
|
18
|
+
}
|
|
19
|
+
) })
|
|
20
|
+
] })
|
|
21
|
+
}
|
|
22
|
+
);
|
|
23
|
+
export {
|
|
24
|
+
t as default
|
|
25
|
+
};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { j as a } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
const l = ({ size: e = 24, color: t = "currentColor", ...n }) => /* @__PURE__ */ a.jsx(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
width: e,
|
|
6
|
+
height: e,
|
|
7
|
+
viewBox: "0 0 48 48",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...n,
|
|
11
|
+
children: /* @__PURE__ */ a.jsxs("g", { "data-name": "Layer 2", children: [
|
|
12
|
+
/* @__PURE__ */ a.jsx("g", { "data-name": "invisible box", children: /* @__PURE__ */ a.jsx("rect", { fill: "none" }) }),
|
|
13
|
+
/* @__PURE__ */ a.jsx("g", { "data-name": "Health Icons", children: /* @__PURE__ */ a.jsx(
|
|
14
|
+
"path",
|
|
15
|
+
{
|
|
16
|
+
fill: t,
|
|
17
|
+
d: "M35.8,11a3.2,3.2,0,0,0-2.2-1H32V8a2.9,2.9,0,0,0-3-3H5A2.9,2.9,0,0,0,2,8V35a2.9,2.9,0,0,0,3,3H7.3a7,7,0,0,0,13.4,0h6.6a7,7,0,0,0,13.4,0H43a2.9,2.9,0,0,0,3-3V22.2Zm-2.7,3,7.3,8H32V14ZM6,9H28V32.4a7.7,7.7,0,0,0-.7,1.6H20.7A7,7,0,0,0,7.3,34H6Zm8,30a3,3,0,1,1,3-3A2.9,2.9,0,0,1,14,39Zm20,0a3,3,0,1,1,3-3A2.9,2.9,0,0,1,34,39Zm6.7-5A7,7,0,0,0,34,29a6.4,6.4,0,0,0-2,.3V26H42v8Z"
|
|
18
|
+
}
|
|
19
|
+
) })
|
|
20
|
+
] })
|
|
21
|
+
}
|
|
22
|
+
);
|
|
23
|
+
export {
|
|
24
|
+
l as default
|
|
25
|
+
};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { j as s } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
const i = ({ size: c = 24, color: t = "currentColor", ...l }) => /* @__PURE__ */ s.jsxs(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
width: c,
|
|
6
|
+
height: c,
|
|
7
|
+
viewBox: "0 0 16 16",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...l,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ s.jsx(
|
|
13
|
+
"path",
|
|
14
|
+
{
|
|
15
|
+
fill: t,
|
|
16
|
+
d: "M6.552 6.712c-.456 0-.816.4-.816.888s.368.888.816.888c.456 0 .816-.4.816-.888.008-.488-.36-.888-.816-.888zm2.92 0c-.456 0-.816.4-.816.888s.368.888.816.888c.456 0 .816-.4.816-.888s-.36-.888-.816-.888z"
|
|
17
|
+
}
|
|
18
|
+
),
|
|
19
|
+
/* @__PURE__ */ s.jsx(
|
|
20
|
+
"path",
|
|
21
|
+
{
|
|
22
|
+
fill: t,
|
|
23
|
+
d: "M13.36 0H2.64C1.736 0 1 .736 1 1.648v10.816c0 .912.736 1.648 1.64 1.648h9.072l-.424-1.48 1.024.952.968.896L15 16V1.648C15 .736 14.264 0 13.36 0zm-3.088 10.448s-.288-.344-.528-.648c1.048-.296 1.448-.952 1.448-.952-.328.216-.64.368-.92.472-.4.168-.784.28-1.16.344a5.604 5.604 0 0 1-2.072-.008 6.716 6.716 0 0 1-1.176-.344 4.688 4.688 0 0 1-.584-.272c-.024-.016-.048-.024-.072-.04-.016-.008-.024-.016-.032-.024-.144-.08-.224-.136-.224-.136s.384.64 1.4.944c-.24.304-.536.664-.536.664-1.768-.056-2.44-1.216-2.44-1.216 0-2.576 1.152-4.664 1.152-4.664 1.152-.864 2.248-.84 2.248-.84l.08.096c-1.44.416-2.104 1.048-2.104 1.048s.176-.096.472-.232c.856-.376 1.536-.48 1.816-.504.048-.008.088-.016.136-.016a6.521 6.521 0 0 1 4.024.752s-.632-.6-1.992-1.016l.112-.128s1.096-.024 2.248.84c0 0 1.152 2.088 1.152 4.664 0 0-.68 1.16-2.448 1.216z"
|
|
24
|
+
}
|
|
25
|
+
)
|
|
26
|
+
]
|
|
27
|
+
}
|
|
28
|
+
);
|
|
29
|
+
export {
|
|
30
|
+
i as default
|
|
31
|
+
};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { j as l } from "../../../_virtual/jsx-runtime.js";
|
|
2
|
+
const o = ({ size: c = 24, color: s = "currentColor", ...t }) => /* @__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
|
+
...t,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ l.jsx("title", { children: "discord" }),
|
|
13
|
+
/* @__PURE__ */ l.jsx(
|
|
14
|
+
"path",
|
|
15
|
+
{
|
|
16
|
+
fill: s,
|
|
17
|
+
d: "M20.992 20.163c-1.511-0.099-2.699-1.349-2.699-2.877 0-0.051 0.001-0.102 0.004-0.153l-0 0.007c-0.003-0.048-0.005-0.104-0.005-0.161 0-1.525 1.19-2.771 2.692-2.862l0.008-0c1.509 0.082 2.701 1.325 2.701 2.847 0 0.062-0.002 0.123-0.006 0.184l0-0.008c0.003 0.050 0.005 0.109 0.005 0.168 0 1.523-1.191 2.768-2.693 2.854l-0.008 0zM11.026 20.163c-1.511-0.099-2.699-1.349-2.699-2.877 0-0.051 0.001-0.102 0.004-0.153l-0 0.007c-0.003-0.048-0.005-0.104-0.005-0.161 0-1.525 1.19-2.771 2.692-2.862l0.008-0c1.509 0.082 2.701 1.325 2.701 2.847 0 0.062-0.002 0.123-0.006 0.184l0-0.008c0.003 0.048 0.005 0.104 0.005 0.161 0 1.525-1.19 2.771-2.692 2.862l-0.008 0zM26.393 6.465c-1.763-0.832-3.811-1.49-5.955-1.871l-0.149-0.022c-0.005-0.001-0.011-0.002-0.017-0.002-0.035 0-0.065 0.019-0.081 0.047l-0 0c-0.234 0.411-0.488 0.924-0.717 1.45l-0.043 0.111c-1.030-0.165-2.218-0.259-3.428-0.259s-2.398 0.094-3.557 0.275l0.129-0.017c-0.27-0.63-0.528-1.142-0.813-1.638l0.041 0.077c-0.017-0.029-0.048-0.047-0.083-0.047-0.005 0-0.011 0-0.016 0.001l0.001-0c-2.293 0.403-4.342 1.060-6.256 1.957l0.151-0.064c-0.017 0.007-0.031 0.019-0.040 0.034l-0 0c-2.854 4.041-4.562 9.069-4.562 14.496 0 0.907 0.048 1.802 0.141 2.684l-0.009-0.11c0.003 0.029 0.018 0.053 0.039 0.070l0 0c2.14 1.601 4.628 2.891 7.313 3.738l0.176 0.048c0.008 0.003 0.018 0.004 0.028 0.004 0.032 0 0.060-0.015 0.077-0.038l0-0c0.535-0.72 1.044-1.536 1.485-2.392l0.047-0.1c0.006-0.012 0.010-0.027 0.010-0.043 0-0.041-0.026-0.075-0.062-0.089l-0.001-0c-0.912-0.352-1.683-0.727-2.417-1.157l0.077 0.042c-0.029-0.017-0.048-0.048-0.048-0.083 0-0.031 0.015-0.059 0.038-0.076l0-0c0.157-0.118 0.315-0.24 0.465-0.364 0.016-0.013 0.037-0.021 0.059-0.021 0.014 0 0.027 0.003 0.038 0.008l-0.001-0c2.208 1.061 4.8 1.681 7.536 1.681s5.329-0.62 7.643-1.727l-0.107 0.046c0.012-0.006 0.025-0.009 0.040-0.009 0.022 0 0.043 0.008 0.059 0.021l-0-0c0.15 0.124 0.307 0.248 0.466 0.365 0.023 0.018 0.038 0.046 0.038 0.077 0 0.035-0.019 0.065-0.046 0.082l-0 0c-0.661 0.395-1.432 0.769-2.235 1.078l-0.105 0.036c-0.036 0.014-0.062 0.049-0.062 0.089 0 0.016 0.004 0.031 0.011 0.044l-0-0.001c0.501 0.96 1.009 1.775 1.571 2.548l-0.040-0.057c0.017 0.024 0.046 0.040 0.077 0.040 0.010 0 0.020-0.002 0.029-0.004l-0.001 0c2.865-0.892 5.358-2.182 7.566-3.832l-0.065 0.047c0.022-0.016 0.036-0.041 0.039-0.069l0-0c0.087-0.784 0.136-1.694 0.136-2.615 0-5.415-1.712-10.43-4.623-14.534l0.052 0.078c-0.008-0.016-0.022-0.029-0.038-0.036l-0-0z"
|
|
18
|
+
}
|
|
19
|
+
)
|
|
20
|
+
]
|
|
21
|
+
}
|
|
22
|
+
);
|
|
23
|
+
export {
|
|
24
|
+
o as default
|
|
25
|
+
};
|