meticulous-ui 1.1.9 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (146) hide show
  1. package/components/Icons/Add/Add.js +3 -4
  2. package/components/Icons/AddCircle/AddCircle.js +2 -3
  3. package/components/Icons/AddCircleFilled/AddCircleFilled.js +0 -1
  4. package/components/Icons/ArrowDown/ArrowDown.js +0 -1
  5. package/components/Icons/ArrowLeft/ArrowLeft.js +2 -3
  6. package/components/Icons/ArrowRight/ArrowRight.js +0 -1
  7. package/components/Icons/ArrowUp/ArrowUp.js +7 -8
  8. package/components/Icons/BagFilled/BagFilled.js +24 -0
  9. package/components/Icons/BagOutline/BagOutline.js +34 -0
  10. package/components/Icons/BellFilled/BellFilled.js +2 -3
  11. package/components/Icons/BellOffFilled/BellOffFilled.js +2 -3
  12. package/components/Icons/BellOffOutline/BellOffOutline.js +2 -3
  13. package/components/Icons/BellOutline/BellOutline.js +2 -3
  14. package/components/Icons/BookmarkFilled/BookmarkFilled.js +2 -3
  15. package/components/Icons/BookmarkOutline/BookmarkOutline.js +6 -7
  16. package/components/Icons/BoxCoveredFilled/BoxCoveredFilled.js +45 -0
  17. package/components/Icons/BoxCoveredOutline/BoxCoveredOutline.js +35 -0
  18. package/components/Icons/BoxFilled/BoxFilled.js +38 -0
  19. package/components/Icons/BoxOutline/BoxOutline.js +35 -0
  20. package/components/Icons/CartCheckFilled/CartCheckFilled.js +5 -6
  21. package/components/Icons/CartCheckOutline/CartCheckOutline.js +2 -3
  22. package/components/Icons/CartCrossFilled/CartCrossFilled.js +2 -3
  23. package/components/Icons/CartCrossOutline/CartCrossOutline.js +2 -3
  24. package/components/Icons/CartFilled/CartFilled.js +0 -1
  25. package/components/Icons/CartMinusFilled/CartMinusFilled.js +2 -3
  26. package/components/Icons/CartMinusOutline/CartMinusOutline.js +2 -3
  27. package/components/Icons/CartOutline/CartOutline.js +3 -4
  28. package/components/Icons/CartPlusFilled/CartPlusFilled.js +2 -3
  29. package/components/Icons/CartPlusOutline/CartPlusOutline.js +2 -3
  30. package/components/Icons/Check/Check.js +2 -3
  31. package/components/Icons/CheckDouble/CheckDouble.js +4 -5
  32. package/components/Icons/ChevronDown/ChevronDown.js +2 -3
  33. package/components/Icons/ChevronLeft/ChevronLeft.js +2 -3
  34. package/components/Icons/ChevronRight/ChevronRight.js +2 -3
  35. package/components/Icons/ChevronUp/ChevronUp.js +2 -3
  36. package/components/Icons/ClockCircleOutline/ClockCircleOutline.js +5 -6
  37. package/components/Icons/ClockSquareOutline/ClockSquareOutline.js +4 -5
  38. package/components/Icons/Close/Close.js +4 -5
  39. package/components/Icons/CloseCircleFilled/CloseCircleFilled.js +2 -3
  40. package/components/Icons/CloseCircleOutline/CloseCircleOutline.js +3 -4
  41. package/components/Icons/CommentBubbleFilled/CommentBubbleFilled.js +2 -3
  42. package/components/Icons/CommentBubbleOutline/CommentBubbleOutline.js +2 -3
  43. package/components/Icons/CommentFilled/CommentFilled.js +0 -1
  44. package/components/Icons/CommentLineFilled/CommentLineFilled.js +2 -3
  45. package/components/Icons/CommentLineOutline/CommentLineOutline.js +2 -3
  46. package/components/Icons/CommentOutline/CommentOutline.js +0 -1
  47. package/components/Icons/ContactDetailsFilled/ContactDetailsFilled.js +2 -3
  48. package/components/Icons/ContactDetailsOutline/ContactDetailsOutline.js +6 -7
  49. package/components/Icons/DeliveryTruckFastFilled/DeliveryTruckFastFilled.js +30 -0
  50. package/components/Icons/DeliveryTruckFastOutline/DeliveryTruckFastOutline.js +30 -0
  51. package/components/Icons/DeliveryTruckLeftFilled/DeliveryTruckLeftFilled.js +28 -0
  52. package/components/Icons/DeliveryTruckLeftOutline/DeliveryTruckLeftOutline.js +29 -0
  53. package/components/Icons/DeliveryTruckRightFilled/DeliveryTruckRightFilled.js +25 -0
  54. package/components/Icons/DeliveryTruckRightOutline/DeliveryTruckRightOutline.js +25 -0
  55. package/components/Icons/DetailsOutline/DetailsOutline.js +0 -1
  56. package/components/Icons/DoorClosedFilled/DoorClosedFilled.js +24 -0
  57. package/components/Icons/DoorClosedOutline/DoorClosedOutline.js +25 -0
  58. package/components/Icons/DoorOpenFilled/DoorOpenFilled.js +24 -0
  59. package/components/Icons/DoorOpenOutline/DoorOpenOutline.js +25 -0
  60. package/components/Icons/DotsHorizontalFilled/DotsHorizontalFilled.js +2 -3
  61. package/components/Icons/DotsHorizontalOutline/DotsHorizontalOutline.js +5 -6
  62. package/components/Icons/DotsVerticalFilled/DotsVerticalFilled.js +2 -3
  63. package/components/Icons/DotsVerticalOutline/DotsVerticalOutline.js +2 -3
  64. package/components/Icons/Download/Download.js +31 -0
  65. package/components/Icons/DownloadBoxFilled/DownloadBoxFilled.js +24 -0
  66. package/components/Icons/DownloadBoxOutline/DownloadBoxOutline.js +40 -0
  67. package/components/Icons/EditBoxThick/EditBoxThick.js +25 -0
  68. package/components/Icons/EditBoxThin/EditBoxThin.js +37 -0
  69. package/components/Icons/EmailFilled/EmailFilled.js +31 -0
  70. package/components/Icons/EmailOutline/EmailOutline.js +34 -0
  71. package/components/Icons/ExitArrowInOutline/ExitArrowInOutline.js +0 -1
  72. package/components/Icons/ExitArrowOutOutline/ExitArrowOutOutline.js +2 -3
  73. package/components/Icons/Filter/Filter.js +21 -0
  74. package/components/Icons/FilterList/FilterList.js +25 -0
  75. package/components/Icons/FilterThickFilled/FilterThickFilled.js +22 -0
  76. package/components/Icons/FilterThickOutline/FilterThickOutline.js +23 -0
  77. package/components/Icons/HamburgerMenu/HamburgerMenu.js +2 -3
  78. package/components/Icons/HamburgerSpaced/HamburgerSpaced.js +0 -1
  79. package/components/Icons/HeartFilled/HeartFilled.js +5 -6
  80. package/components/Icons/HeartOutline/HeartOutline.js +2 -3
  81. package/components/Icons/HomeFilled/HomeFilled.js +0 -1
  82. package/components/Icons/HomeOutline/HomeOutline.js +2 -3
  83. package/components/Icons/Info/Info.js +3 -4
  84. package/components/Icons/Link/Link.js +6 -7
  85. package/components/Icons/LockKeyhole/LockKeyhole.js +4 -5
  86. package/components/Icons/LockKeyholeOutline/LockKeyholeOutline.js +2 -3
  87. package/components/Icons/LockKeyholeUnlocked/LockKeyholeUnlocked.js +3 -4
  88. package/components/Icons/LockKeyholeUnlockedOutline/LockKeyholeUnlockedOutline.js +2 -3
  89. package/components/Icons/Minus/Minus.js +2 -3
  90. package/components/Icons/MinusCircle/MinusCircle.js +2 -3
  91. package/components/Icons/MinusCircleFilled/MinusCircleFilled.js +2 -3
  92. package/components/Icons/MoneyBagOutline/MoneyBagOutline.js +5 -6
  93. package/components/Icons/MoneyBriefcaseFilled/MoneyBriefcaseFilled.js +2 -3
  94. package/components/Icons/MoneyBriefcaseOutline/MoneyBriefcaseOutline.js +2 -3
  95. package/components/Icons/PaymentCardFilled/PaymentCardFilled.js +20 -0
  96. package/components/Icons/PaymentCardOutline/PaymentCardOutline.js +20 -0
  97. package/components/Icons/PhoneCallingFilled/PhoneCallingFilled.js +40 -0
  98. package/components/Icons/PhoneCallingOutline/PhoneCallingOutline.js +42 -0
  99. package/components/Icons/PhoneFilled/PhoneFilled.js +22 -0
  100. package/components/Icons/PhoneOutline/PhoneOutline.js +22 -0
  101. package/components/Icons/ProfileFemaleOutline/ProfileFemaleOutline.js +2 -3
  102. package/components/Icons/ProfileGroupFilled/ProfileGroupFilled.js +3 -4
  103. package/components/Icons/ProfileMaleFilled/ProfileMaleFilled.js +2 -3
  104. package/components/Icons/ProfileMaleOutline/ProfileMaleOutline.js +4 -5
  105. package/components/Icons/RupeeOutlined/RupeeOutlined.js +0 -1
  106. package/components/Icons/RupeeSign/RupeeSign.js +4 -5
  107. package/components/Icons/SaveFilled/SaveFilled.js +27 -0
  108. package/components/Icons/SaveOutline/SaveOutline.js +27 -0
  109. package/components/Icons/Search/Search.js +4 -5
  110. package/components/Icons/SettingFilled/SettingFilled.js +4 -5
  111. package/components/Icons/SettingOutline/SettingOutline.js +2 -3
  112. package/components/Icons/ShareAllFilled/ShareAllFilled.js +2 -3
  113. package/components/Icons/ShareAllOutline/ShareAllOutline.js +2 -3
  114. package/components/Icons/ShareBoxOutline/ShareBoxOutline.js +2 -3
  115. package/components/Icons/ShareFilled/ShareFilled.js +0 -1
  116. package/components/Icons/ShareOutline/ShareOutline.js +7 -8
  117. package/components/Icons/ShareThickFilled/ShareThickFilled.js +3 -4
  118. package/components/Icons/ShieldCheckFilled/ShieldCheckFilled.js +2 -3
  119. package/components/Icons/ShieldCheckOutline/ShieldCheckOutline.js +2 -3
  120. package/components/Icons/ShieldCrossFilled/ShieldCrossFilled.js +2 -3
  121. package/components/Icons/ShieldCrossOutline/ShieldCrossOutline.js +5 -6
  122. package/components/Icons/ShieldWarningFilled/ShieldWarningFilled.js +2 -3
  123. package/components/Icons/ShieldWarningOutline/ShieldWarningOutline.js +7 -8
  124. package/components/Icons/SortBottomToTop/SortBottomToTop.js +30 -0
  125. package/components/Icons/SortHorizontal/SortHorizontal.js +24 -0
  126. package/components/Icons/SortTopToBottom/SortTopToBottom.js +30 -0
  127. package/components/Icons/SortVertical/SortVertical.js +24 -0
  128. package/components/Icons/StarFilled/StarFilled.js +2 -3
  129. package/components/Icons/StarOutline/StarOutline.js +4 -5
  130. package/components/Icons/ThumbsDownFilled/ThumbsDownFilled.js +2 -3
  131. package/components/Icons/ThumbsDownOutline/ThumbsDownOutline.js +3 -4
  132. package/components/Icons/ThumbsUpFilled/ThumbsUpFilled.js +5 -6
  133. package/components/Icons/ThumbsUpOutline/ThumbsUpOutline.js +3 -4
  134. package/components/Icons/TrashBigFilled/TrashBigFilled.js +27 -0
  135. package/components/Icons/TrashBigOutline/TrashBigOutline.js +27 -0
  136. package/components/Icons/TrashFilled/TrashFilled.js +31 -0
  137. package/components/Icons/TrashLinesFilled/TrashLinesFilled.js +33 -0
  138. package/components/Icons/TrashLinesOutline/TrashLinesOutline.js +37 -0
  139. package/components/Icons/TrashOutline/TrashOutline.js +35 -0
  140. package/components/Icons/Upload/Upload.js +2 -3
  141. package/components/Icons/UploadBoxFilled/UploadBoxFilled.js +3 -4
  142. package/components/Icons/UploadBoxOutline/UploadBoxOutline.js +2 -3
  143. package/components/Icons/WalletFilled/WalletFilled.js +2 -3
  144. package/components/Icons/WalletOutline/WalletOutline.js +2 -3
  145. package/components/Icons/index.js +422 -287
  146. package/package.json +1 -1
@@ -1,6 +1,5 @@
1
1
  import { j as t } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
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
- i as default
24
+ s as default
26
25
  };
@@ -1,6 +1,5 @@
1
1
  import { j as t } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
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
- i as default
24
+ s as default
26
25
  };
@@ -1,6 +1,5 @@
1
1
  import { j as t } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
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
- i as default
24
+ s as default
26
25
  };
@@ -1,6 +1,5 @@
1
1
  import { j as t } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
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
- i as default
24
+ s as default
26
25
  };
@@ -1,6 +1,5 @@
1
1
  import { j as t } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
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
- ...e,
10
+ ...o,
12
11
  children: [
13
- /* @__PURE__ */ t.jsx("circle", { cx: "12", cy: "12", r: "10", stroke: o, strokeWidth: "1.5" }),
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: o,
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
- n as default
27
+ i as default
29
28
  };
@@ -1,6 +1,5 @@
1
1
  import { j as t } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
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
- ...e,
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: r,
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: r,
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
- import "react";
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
- ...s,
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: r
15
+ fill: s
17
16
  }
18
17
  )
19
18
  }
20
19
  );
21
20
  export {
22
- e as default
21
+ r as default
23
22
  };
@@ -1,6 +1,5 @@
1
1
  import { j as e } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
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
- r as default
23
+ i as default
25
24
  };
@@ -1,6 +1,5 @@
1
1
  import { j as o } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
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
- ...e,
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: r,
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
- import "react";
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
- ...r,
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
- import "react";
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
- n as default
26
+ l as default
28
27
  };
@@ -1,5 +1,4 @@
1
1
  import { j as e } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
2
  const n = ({ size: t = 24, color: s = "currentColor", ...r }) => /* @__PURE__ */ e.jsxs(
4
3
  "svg",
5
4
  {
@@ -1,6 +1,5 @@
1
1
  import { j as e } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
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
- o as default
26
+ n as default
28
27
  };
@@ -1,6 +1,5 @@
1
1
  import { j as e } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
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
- ...r,
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,5 +1,4 @@
1
1
  import { j as e } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
2
  const l = ({ size: t = 24, color: s = "currentColor", ...r }) => /* @__PURE__ */ e.jsxs(
4
3
  "svg",
5
4
  {
@@ -1,6 +1,5 @@
1
1
  import { j as e } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
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
- o as default
18
+ s as default
20
19
  };
@@ -1,17 +1,16 @@
1
- import { j as t } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
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: e,
7
- height: e,
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__ */ t.jsx("title", { children: "contact-details" }),
14
- /* @__PURE__ */ t.jsx("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd", children: /* @__PURE__ */ t.jsx("g", { fill: L, transform: "translate(42.666667, 85.333333)", children: /* @__PURE__ */ t.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" }) }) })
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
+ };
@@ -1,5 +1,4 @@
1
1
  import { j as e } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
2
  const n = ({ size: t = 24, color: L = "currentColor", ...l }) => /* @__PURE__ */ e.jsxs(
4
3
  "svg",
5
4
  {
@@ -0,0 +1,24 @@
1
+ import { j as e } from "../../../_virtual/jsx-runtime.js";
2
+ const i = ({ size: l = 24, color: o = "currentColor", ...t }) => /* @__PURE__ */ e.jsx(
3
+ "svg",
4
+ {
5
+ width: l,
6
+ height: l,
7
+ viewBox: "0 0 16 16",
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: "M3 0H13V14H15V16H1V14H3V0ZM11 8C11 8.55229 10.5523 9 10 9C9.44772 9 9 8.55229 9 8C9 7.44772 9.44772 7 10 7C10.5523 7 11 7.44772 11 8Z",
17
+ fill: o
18
+ }
19
+ )
20
+ }
21
+ );
22
+ export {
23
+ i as default
24
+ };
@@ -0,0 +1,25 @@
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ const n = ({ size: o = 24, color: r = "currentColor", ...e }) => /* @__PURE__ */ t.jsx(
3
+ "svg",
4
+ {
5
+ width: o,
6
+ height: o,
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...e,
11
+ children: /* @__PURE__ */ t.jsx(
12
+ "path",
13
+ {
14
+ d: "M3 21H21M18 21V6.2C18 5.0799 18 4.51984 17.782 4.09202C17.5903 3.71569 17.2843 3.40973 16.908 3.21799C16.4802 3 15.9201 3 14.8 3H9.2C8.0799 3 7.51984 3 7.09202 3.21799C6.71569 3.40973 6.40973 3.71569 6.21799 4.09202C6 4.51984 6 5.0799 6 6.2V21M15 12H15.01",
15
+ stroke: r,
16
+ strokeWidth: "2",
17
+ strokeLinecap: "round",
18
+ strokeLinejoin: "round"
19
+ }
20
+ )
21
+ }
22
+ );
23
+ export {
24
+ n as default
25
+ };
@@ -0,0 +1,24 @@
1
+ import { j as l } from "../../../_virtual/jsx-runtime.js";
2
+ const n = ({ size: e = 24, color: o = "currentColor", ...t }) => /* @__PURE__ */ l.jsx(
3
+ "svg",
4
+ {
5
+ width: e,
6
+ height: e,
7
+ viewBox: "0 0 16 16",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...t,
11
+ children: /* @__PURE__ */ l.jsx(
12
+ "path",
13
+ {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M9 0L3 2V14H1V16H15V14H13V2H11V14H9V0ZM6.75 9C7.16421 9 7.5 8.55229 7.5 8C7.5 7.44772 7.16421 7 6.75 7C6.33579 7 6 7.44772 6 8C6 8.55229 6.33579 9 6.75 9Z",
17
+ fill: o
18
+ }
19
+ )
20
+ }
21
+ );
22
+ export {
23
+ n as default
24
+ };
@@ -0,0 +1,25 @@
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ const s = ({ size: o = 24, color: r = "currentColor", ...e }) => /* @__PURE__ */ t.jsx(
3
+ "svg",
4
+ {
5
+ width: o,
6
+ height: o,
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...e,
11
+ children: /* @__PURE__ */ t.jsx(
12
+ "path",
13
+ {
14
+ d: "M3 21.0001L14 21V5.98924C14 4.6252 14 3.94318 13.7187 3.47045C13.472 3.05596 13.0838 2.74457 12.6257 2.59368C12.1032 2.42159 11.4374 2.56954 10.1058 2.86544L7.50582 3.44322C6.6117 3.64191 6.16464 3.74126 5.83093 3.98167C5.53658 4.19373 5.30545 4.48186 5.1623 4.8152C5 5.19312 5 5.65108 5 6.56702V21.0001M13.994 5.00007H15.8C16.9201 5.00007 17.4802 5.00007 17.908 5.21805C18.2843 5.4098 18.5903 5.71576 18.782 6.09209C19 6.51991 19 7.07996 19 8.20007V21.0001H21M11 12.0001H11.01",
15
+ stroke: r,
16
+ strokeWidth: "2",
17
+ strokeLinecap: "round",
18
+ strokeLinejoin: "round"
19
+ }
20
+ )
21
+ }
22
+ );
23
+ export {
24
+ s as default
25
+ };
@@ -1,6 +1,5 @@
1
1
  import { j as t } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
- const r = ({ size: s = 24, color: l = "currentColor", ...C }) => /* @__PURE__ */ t.jsxs(
2
+ const o = ({ size: s = 24, color: l = "currentColor", ...C }) => /* @__PURE__ */ t.jsxs(
4
3
  "svg",
5
4
  {
6
5
  width: s,
@@ -35,5 +34,5 @@ const r = ({ size: s = 24, color: l = "currentColor", ...C }) => /* @__PURE__ */
35
34
  }
36
35
  );
37
36
  export {
38
- r as default
37
+ o as default
39
38
  };