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", ...s }) => /* @__PURE__ */ t.jsx(
2
+ const n = ({ size: o = 24, color: r = "currentColor", ...s }) => /* @__PURE__ */ t.jsx(
4
3
  "svg",
5
4
  {
6
5
  width: o,
@@ -22,5 +21,5 @@ const i = ({ size: o = 24, color: r = "currentColor", ...s }) => /* @__PURE__ */
22
21
  }
23
22
  );
24
23
  export {
25
- i as default
24
+ n as default
26
25
  };
@@ -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 i = ({ size: t = 24, color: s = "currentColor", ...r }) => /* @__PURE__ */ e.jsxs(
4
3
  "svg",
5
4
  {
6
5
  width: t,
@@ -24,5 +23,5 @@ const n = ({ size: t = 24, color: s = "currentColor", ...r }) => /* @__PURE__ */
24
23
  }
25
24
  );
26
25
  export {
27
- n as default
26
+ i as default
28
27
  };
@@ -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 i = ({ size: t = 24, color: s = "currentColor", ...r }) => /* @__PURE__ */ e.jsxs(
4
3
  "svg",
5
4
  {
6
5
  width: t,
@@ -24,5 +23,5 @@ const n = ({ size: t = 24, color: s = "currentColor", ...r }) => /* @__PURE__ */
24
23
  }
25
24
  );
26
25
  export {
27
- n as default
26
+ i as default
28
27
  };
@@ -1,14 +1,13 @@
1
1
  import { j as C } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
- const n = ({ size: t = 24, color: L = "currentColor", ...e }) => /* @__PURE__ */ C.jsxs(
2
+ const i = ({ size: e = 24, color: L = "currentColor", ...t }) => /* @__PURE__ */ C.jsxs(
4
3
  "svg",
5
4
  {
6
- width: t,
7
- height: t,
5
+ width: e,
6
+ height: e,
8
7
  viewBox: "0 0 24 24",
9
8
  fill: "none",
10
9
  xmlns: "http://www.w3.org/2000/svg",
11
- ...e,
10
+ ...t,
12
11
  children: [
13
12
  /* @__PURE__ */ C.jsx(
14
13
  "path",
@@ -47,5 +46,5 @@ const n = ({ size: t = 24, color: L = "currentColor", ...e }) => /* @__PURE__ */
47
46
  }
48
47
  );
49
48
  export {
50
- n as default
49
+ i as default
51
50
  };
@@ -1,6 +1,5 @@
1
1
  import { j as e } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
- const r = ({ size: C = 24, color: l = "currentColor", ...o }) => /* @__PURE__ */ e.jsx(
2
+ const i = ({ size: C = 24, color: l = "currentColor", ...o }) => /* @__PURE__ */ e.jsx(
4
3
  "svg",
5
4
  {
6
5
  width: C,
@@ -21,5 +20,5 @@ const r = ({ size: C = 24, color: l = "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 t } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
- const i = ({ size: e = 24, color: s = "currentColor", ...C }) => /* @__PURE__ */ t.jsxs(
2
+ const o = ({ size: e = 24, color: s = "currentColor", ...C }) => /* @__PURE__ */ t.jsxs(
4
3
  "svg",
5
4
  {
6
5
  width: e,
@@ -39,5 +38,5 @@ const i = ({ size: e = 24, color: s = "currentColor", ...C }) => /* @__PURE__ */
39
38
  }
40
39
  );
41
40
  export {
42
- i as default
41
+ o as default
43
42
  };
@@ -0,0 +1,20 @@
1
+ import { j as e } from "../../../_virtual/jsx-runtime.js";
2
+ const r = ({ size: l = 24, color: t = "currentColor", ...n }) => /* @__PURE__ */ e.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
+ ...n,
11
+ children: [
12
+ /* @__PURE__ */ e.jsx("title", { children: "ic_fluent_payment_24_filled" }),
13
+ /* @__PURE__ */ e.jsx("desc", { children: "Created with Sketch." }),
14
+ /* @__PURE__ */ e.jsx("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd", children: /* @__PURE__ */ e.jsx("g", { fill: t, fillRule: "nonzero", children: /* @__PURE__ */ e.jsx("path", { d: "M21.9883291,10.9947074 L21.9888849,16.275793 C21.9888849,17.7383249 20.8471803,18.9341973 19.4064072,19.0207742 L19.2388849,19.025793 L4.76104885,19.025793 C3.29851702,19.025793 2.10264457,17.8840884 2.01606765,16.4433154 L2.01104885,16.275793 L2.01032912,10.9947074 L21.9883291,10.9947074 Z M18.2529045,14.5 L15.7529045,14.5 L15.6511339,14.5068466 C15.2850584,14.556509 15.0029045,14.8703042 15.0029045,15.25 C15.0029045,15.6296958 15.2850584,15.943491 15.6511339,15.9931534 L15.7529045,16 L18.2529045,16 L18.3546751,15.9931534 C18.7207506,15.943491 19.0029045,15.6296958 19.0029045,15.25 C19.0029045,14.8703042 18.7207506,14.556509 18.3546751,14.5068466 L18.2529045,14.5 Z M19.2388849,5.0207074 C20.7014167,5.0207074 21.8972891,6.162412 21.9838661,7.60318507 L21.9888849,7.7707074 L21.9883291,9.4947074 L2.01032912,9.4947074 L2.01104885,7.7707074 C2.01104885,6.30817556 3.15275345,5.11230312 4.59352652,5.02572619 L4.76104885,5.0207074 L19.2388849,5.0207074 Z" }) }) })
15
+ ]
16
+ }
17
+ );
18
+ export {
19
+ r as default
20
+ };
@@ -0,0 +1,20 @@
1
+ import { j as e } from "../../../_virtual/jsx-runtime.js";
2
+ const r = ({ size: l = 24, color: t = "currentColor", ...L }) => /* @__PURE__ */ e.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
+ ...L,
11
+ children: [
12
+ /* @__PURE__ */ e.jsx("title", { children: "ic_fluent_payment_24_regular" }),
13
+ /* @__PURE__ */ e.jsx("desc", { children: "Created with Sketch." }),
14
+ /* @__PURE__ */ e.jsx("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd", children: /* @__PURE__ */ e.jsx("g", { fill: t, fillRule: "nonzero", children: /* @__PURE__ */ e.jsx("path", { d: "M19.2388849,5.0207074 C20.7014167,5.0207074 21.8972891,6.162412 21.9838661,7.60318507 L21.9888849,7.7707074 L21.9888849,16.275793 C21.9888849,17.7383249 20.8471803,18.9341973 19.4064072,19.0207742 L19.2388849,19.025793 L4.76104885,19.025793 C3.29851702,19.025793 2.10264457,17.8840884 2.01606765,16.4433154 L2.01104885,16.275793 L2.01104885,7.7707074 C2.01104885,6.30817556 3.15275345,5.11230312 4.59352652,5.02572619 L4.76104885,5.0207074 L19.2388849,5.0207074 Z M20.4880489,10.9947074 L3.51004885,10.9947074 L3.51104885,16.275793 C3.51104885,16.9230017 4.00292352,17.4553269 4.63324361,17.5193394 L4.76104885,17.525793 L19.2388849,17.525793 C19.8860935,17.525793 20.4184188,17.0339184 20.4824312,16.4035983 L20.4888849,16.275793 L20.4880489,10.9947074 Z M18.2529045,14.5 C18.6671181,14.5 19.0029045,14.8357864 19.0029045,15.25 C19.0029045,15.6296958 18.7207506,15.943491 18.3546751,15.9931534 L18.2529045,16 L15.7529045,16 C15.3386909,16 15.0029045,15.6642136 15.0029045,15.25 C15.0029045,14.8703042 15.2850584,14.556509 15.6511339,14.5068466 L15.7529045,14.5 L18.2529045,14.5 Z M19.2388849,6.5207074 L4.76104885,6.5207074 C4.11384016,6.5207074 3.58151495,7.01258206 3.51750246,7.64290216 L3.51104885,7.7707074 L3.51004885,9.4947074 L20.4880489,9.4947074 L20.4888849,7.7707074 C20.4888849,7.12349871 19.9970102,6.5911735 19.3666901,6.52716101 L19.2388849,6.5207074 Z" }) }) })
15
+ ]
16
+ }
17
+ );
18
+ export {
19
+ r as default
20
+ };
@@ -0,0 +1,40 @@
1
+ import { j as C } from "../../../_virtual/jsx-runtime.js";
2
+ const i = ({ size: l = 24, color: L = "currentColor", ...e }) => /* @__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
+ ...e,
11
+ children: [
12
+ /* @__PURE__ */ C.jsx(
13
+ "path",
14
+ {
15
+ d: "M15.5562 14.5477L15.1007 15.0272C15.1007 15.0272 14.0181 16.167 11.0631 13.0559C8.10812 9.94484 9.1907 8.80507 9.1907 8.80507L9.47752 8.50311C10.1841 7.75924 10.2507 6.56497 9.63424 5.6931L8.37326 3.90961C7.61028 2.8305 6.13596 2.68795 5.26145 3.60864L3.69185 5.26114C3.25823 5.71766 2.96765 6.30945 3.00289 6.96594C3.09304 8.64546 3.81071 12.259 7.81536 16.4752C12.0621 20.9462 16.0468 21.1239 17.6763 20.9631C18.1917 20.9122 18.6399 20.6343 19.0011 20.254L20.4217 18.7584C21.3806 17.7489 21.1102 16.0182 19.8833 15.312L17.9728 14.2123C17.1672 13.7486 16.1858 13.8848 15.5562 14.5477Z",
16
+ fill: L
17
+ }
18
+ ),
19
+ /* @__PURE__ */ C.jsx(
20
+ "path",
21
+ {
22
+ d: "M13.2595 1.87983C13.3257 1.47094 13.7122 1.19357 14.1211 1.25976C14.1464 1.26461 14.2279 1.27983 14.2705 1.28933C14.3559 1.30834 14.4749 1.33759 14.6233 1.38082C14.9201 1.46726 15.3347 1.60967 15.8323 1.8378C16.8286 2.29456 18.1544 3.09356 19.5302 4.46936C20.906 5.84516 21.705 7.17097 22.1617 8.16725C22.3899 8.66487 22.5323 9.07947 22.6187 9.37625C22.6619 9.52466 22.6912 9.64369 22.7102 9.72901C22.7197 9.77168 22.7267 9.80594 22.7315 9.83125L22.7373 9.86245C22.8034 10.2713 22.5286 10.6739 22.1197 10.7401C21.712 10.8061 21.3279 10.53 21.2601 10.1231C21.258 10.1121 21.2522 10.0828 21.2461 10.0551C21.2337 9.9997 21.2124 9.91188 21.1786 9.79572C21.1109 9.56339 20.9934 9.21806 20.7982 8.79238C20.4084 7.94207 19.7074 6.76789 18.4695 5.53002C17.2317 4.29216 16.0575 3.59117 15.2072 3.20134C14.7815 3.00618 14.4362 2.88865 14.2038 2.82097C14.0877 2.78714 13.9417 2.75363 13.8863 2.7413C13.4793 2.67347 13.1935 2.28755 13.2595 1.87983Z",
23
+ fill: L
24
+ }
25
+ ),
26
+ /* @__PURE__ */ C.jsx(
27
+ "path",
28
+ {
29
+ fillRule: "evenodd",
30
+ clipRule: "evenodd",
31
+ d: "M13.4857 5.3293C13.5995 4.93102 14.0146 4.7004 14.4129 4.81419L14.2069 5.53534C14.4129 4.81419 14.4129 4.81419 14.4129 4.81419L14.4144 4.81461L14.4159 4.81505L14.4192 4.81602L14.427 4.81834L14.4468 4.8245C14.4618 4.82932 14.4807 4.8356 14.5031 4.84357C14.548 4.85951 14.6074 4.88217 14.6802 4.91337C14.8259 4.97581 15.0249 5.07223 15.2695 5.21694C15.7589 5.50662 16.4271 5.9878 17.2121 6.77277C17.9971 7.55775 18.4782 8.22593 18.7679 8.7154C18.9126 8.95991 19.009 9.15897 19.0715 9.30466C19.1027 9.37746 19.1254 9.43682 19.1413 9.48173C19.1493 9.50418 19.1555 9.52301 19.1604 9.53809L19.1665 9.55788L19.1688 9.56563L19.1698 9.56896L19.1702 9.5705C19.1702 9.5705 19.1707 9.57194 18.4495 9.77798L19.1707 9.57194C19.2845 9.97021 19.0538 10.3853 18.6556 10.4991C18.2607 10.6119 17.8492 10.3862 17.7313 9.99413L17.7276 9.98335C17.7223 9.96832 17.7113 9.93874 17.6928 9.89554C17.6558 9.8092 17.5887 9.66797 17.4771 9.47938C17.2541 9.10264 16.8514 8.53339 16.1514 7.83343C15.4515 7.13348 14.8822 6.73078 14.5055 6.50781C14.3169 6.39619 14.1757 6.32909 14.0893 6.29209C14.0461 6.27358 14.0165 6.26254 14.0015 6.25721L13.9907 6.25352C13.5987 6.13564 13.3729 5.72419 13.4857 5.3293Z",
32
+ fill: L
33
+ }
34
+ )
35
+ ]
36
+ }
37
+ );
38
+ export {
39
+ i as default
40
+ };
@@ -0,0 +1,42 @@
1
+ import { j as L } from "../../../_virtual/jsx-runtime.js";
2
+ const s = ({ size: M = 24, color: C = "currentColor", ...Z }) => /* @__PURE__ */ L.jsxs(
3
+ "svg",
4
+ {
5
+ width: M,
6
+ height: M,
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...Z,
11
+ children: [
12
+ /* @__PURE__ */ L.jsx(
13
+ "path",
14
+ {
15
+ d: "M13.5 2C13.5 2 15.8335 2.21213 18.8033 5.18198C21.7731 8.15183 21.9853 10.4853 21.9853 10.4853",
16
+ stroke: C,
17
+ strokeWidth: "1.5",
18
+ strokeLinecap: "round"
19
+ }
20
+ ),
21
+ /* @__PURE__ */ L.jsx(
22
+ "path",
23
+ {
24
+ d: "M14.207 5.53564C14.207 5.53564 15.197 5.81849 16.6819 7.30341C18.1668 8.78834 18.4497 9.77829 18.4497 9.77829",
25
+ stroke: C,
26
+ strokeWidth: "1.5",
27
+ strokeLinecap: "round"
28
+ }
29
+ ),
30
+ /* @__PURE__ */ L.jsx(
31
+ "path",
32
+ {
33
+ d: "M15.1007 15.0272L14.5569 14.5107L15.1007 15.0272ZM15.5562 14.5477L16.1 15.0642H16.1L15.5562 14.5477ZM17.9728 14.2123L17.5987 14.8623H17.5987L17.9728 14.2123ZM19.8833 15.312L19.5092 15.962L19.8833 15.312ZM20.4217 18.7584L20.9655 19.2749L20.4217 18.7584ZM19.0011 20.254L18.4573 19.7375L19.0011 20.254ZM17.6763 20.9631L17.7499 21.7095L17.6763 20.9631ZM7.81536 16.4752L8.35915 15.9587L7.81536 16.4752ZM3.00289 6.96594L2.25397 7.00613L2.25397 7.00613L3.00289 6.96594ZM9.47752 8.50311L10.0213 9.01963H10.0213L9.47752 8.50311ZM9.63424 5.6931L10.2466 5.26012L9.63424 5.6931ZM8.37326 3.90961L7.76086 4.3426V4.3426L8.37326 3.90961ZM5.26145 3.60864L5.80524 4.12516L5.26145 3.60864ZM3.69185 5.26114L3.14806 4.74462L3.14806 4.74462L3.69185 5.26114ZM11.0631 13.0559L11.6069 12.5394L11.0631 13.0559ZM15.6445 15.5437L16.1 15.0642L15.0124 14.0312L14.5569 14.5107L15.6445 15.5437ZM17.5987 14.8623L19.5092 15.962L20.2575 14.662L18.347 13.5623L17.5987 14.8623ZM19.8779 18.2419L18.4573 19.7375L19.5449 20.7705L20.9655 19.2749L19.8779 18.2419ZM17.6026 20.2167C16.1676 20.3584 12.4233 20.2375 8.35915 15.9587L7.27157 16.9917C11.7009 21.655 15.9261 21.8895 17.7499 21.7095L17.6026 20.2167ZM8.35915 15.9587C4.48303 11.8778 3.83285 8.43556 3.75181 6.92574L2.25397 7.00613C2.35322 8.85536 3.1384 12.6403 7.27157 16.9917L8.35915 15.9587ZM9.7345 9.32159L10.0213 9.01963L8.93372 7.9866L8.64691 8.28856L9.7345 9.32159ZM10.2466 5.26012L8.98565 3.47663L7.76086 4.3426L9.02185 6.12608L10.2466 5.26012ZM4.71766 3.09213L3.14806 4.74462L4.23564 5.77765L5.80524 4.12516L4.71766 3.09213ZM9.1907 8.80507C8.64691 8.28856 8.64622 8.28929 8.64552 8.29002C8.64528 8.29028 8.64458 8.29102 8.64411 8.29152C8.64316 8.29254 8.64219 8.29357 8.64121 8.29463C8.63924 8.29675 8.6372 8.29896 8.6351 8.30127C8.63091 8.30588 8.62646 8.31087 8.62178 8.31625C8.61243 8.32701 8.60215 8.33931 8.59116 8.3532C8.56918 8.38098 8.54431 8.41512 8.51822 8.45588C8.46591 8.53764 8.40917 8.64531 8.36112 8.78033C8.26342 9.0549 8.21018 9.4185 8.27671 9.87257C8.40742 10.7647 8.99198 11.9644 10.5193 13.5724L11.6069 12.5394C10.1793 11.0363 9.82761 10.1106 9.76086 9.65511C9.72866 9.43536 9.76138 9.31957 9.77432 9.28321C9.78159 9.26277 9.78635 9.25709 9.78169 9.26437C9.77944 9.26789 9.77494 9.27451 9.76738 9.28407C9.76359 9.28885 9.75904 9.29437 9.7536 9.30063C9.75088 9.30375 9.74793 9.30706 9.74476 9.31056C9.74317 9.31231 9.74152 9.3141 9.73981 9.31594C9.73896 9.31686 9.73809 9.31779 9.7372 9.31873C9.73676 9.3192 9.73608 9.31992 9.73586 9.32015C9.73518 9.32087 9.7345 9.32159 9.1907 8.80507ZM10.5193 13.5724C12.0422 15.1757 13.1923 15.806 14.0698 15.9485C14.5201 16.0216 14.8846 15.9632 15.1606 15.8544C15.2955 15.8012 15.4022 15.7387 15.4823 15.6819C15.5223 15.6535 15.5556 15.6266 15.5824 15.6031C15.5959 15.5913 15.6077 15.5803 15.618 15.5703C15.6232 15.5654 15.628 15.5606 15.6324 15.5562C15.6346 15.554 15.6367 15.5518 15.6387 15.5497C15.6397 15.5487 15.6407 15.5477 15.6417 15.5467C15.6422 15.5462 15.6429 15.5454 15.6431 15.5452C15.6438 15.5444 15.6445 15.5437 15.1007 15.0272C14.5569 14.5107 14.5576 14.51 14.5583 14.5093C14.5585 14.509 14.5592 14.5083 14.5596 14.5078C14.5605 14.5069 14.5614 14.506 14.5623 14.5051C14.5641 14.5033 14.5658 14.5015 14.5674 14.4998C14.5708 14.4965 14.574 14.4933 14.577 14.4904C14.583 14.4846 14.5885 14.4796 14.5933 14.4754C14.6028 14.467 14.6099 14.4616 14.6145 14.4584C14.6239 14.4517 14.6229 14.454 14.6102 14.459C14.5909 14.4666 14.5 14.4987 14.3103 14.4679C13.9077 14.4025 13.0391 14.0472 11.6069 12.5394L10.5193 13.5724ZM8.98565 3.47663C7.97206 2.04305 5.94384 1.80119 4.71766 3.09213L5.80524 4.12516C6.32808 3.57471 7.24851 3.61795 7.76086 4.3426L8.98565 3.47663ZM3.75181 6.92574C3.73038 6.52644 3.90425 6.12654 4.23564 5.77765L3.14806 4.74462C2.61221 5.30877 2.20493 6.09246 2.25397 7.00613L3.75181 6.92574ZM18.4573 19.7375C18.1783 20.0313 17.8864 20.1887 17.6026 20.2167L17.7499 21.7095C18.497 21.6357 19.1016 21.2373 19.5449 20.7705L18.4573 19.7375ZM10.0213 9.01963C10.9889 8.00095 11.0574 6.40678 10.2466 5.26012L9.02185 6.12608C9.44399 6.72315 9.37926 7.51753 8.93372 7.9866L10.0213 9.01963ZM19.5092 15.962C20.33 16.4345 20.4907 17.5968 19.8779 18.2419L20.9655 19.2749C22.2704 17.901 21.8904 15.6019 20.2575 14.662L19.5092 15.962ZM16.1 15.0642C16.4854 14.6584 17.086 14.5672 17.5987 14.8623L18.347 13.5623C17.2485 12.93 15.8861 13.1113 15.0124 14.0312L16.1 15.0642Z",
34
+ fill: C
35
+ }
36
+ )
37
+ ]
38
+ }
39
+ );
40
+ export {
41
+ s as default
42
+ };
@@ -0,0 +1,22 @@
1
+ import { j as o } from "../../../_virtual/jsx-runtime.js";
2
+ const r = ({ size: t = 24, color: C = "currentColor", ...l }) => /* @__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
+ ...l,
11
+ children: /* @__PURE__ */ o.jsx(
12
+ "path",
13
+ {
14
+ d: "M16.5562 12.9062L16.1007 13.359C16.1007 13.359 15.0181 14.4355 12.0631 11.4972C9.10812 8.55901 10.1907 7.48257 10.1907 7.48257L10.4775 7.19738C11.1841 6.49484 11.2507 5.36691 10.6342 4.54348L9.37326 2.85908C8.61028 1.83992 7.13596 1.70529 6.26145 2.57483L4.69185 4.13552C4.25823 4.56668 3.96765 5.12559 4.00289 5.74561C4.09304 7.33182 4.81071 10.7447 8.81536 14.7266C13.0621 18.9492 17.0468 19.117 18.6763 18.9651C19.1917 18.9171 19.6399 18.6546 20.0011 18.2954L21.4217 16.883C22.3806 15.9295 22.1102 14.2949 20.8833 13.628L18.9728 12.5894C18.1672 12.1515 17.1858 12.2801 16.5562 12.9062Z",
15
+ fill: C
16
+ }
17
+ )
18
+ }
19
+ );
20
+ export {
21
+ r as default
22
+ };
@@ -0,0 +1,22 @@
1
+ import { j as C } from "../../../_virtual/jsx-runtime.js";
2
+ const o = ({ size: L = 24, color: M = "currentColor", ...Z }) => /* @__PURE__ */ C.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
+ ...Z,
11
+ children: /* @__PURE__ */ C.jsx(
12
+ "path",
13
+ {
14
+ d: "M16.1007 13.359L15.5719 12.8272H15.5719L16.1007 13.359ZM16.5562 12.9062L17.085 13.438H17.085L16.5562 12.9062ZM18.9728 12.5894L18.6146 13.2483L18.9728 12.5894ZM20.8833 13.628L20.5251 14.2869L20.8833 13.628ZM21.4217 16.883L21.9505 17.4148L21.4217 16.883ZM20.0011 18.2954L19.4723 17.7636L20.0011 18.2954ZM18.6763 18.9651L18.7459 19.7119H18.7459L18.6763 18.9651ZM8.81536 14.7266L9.34418 14.1947L8.81536 14.7266ZM4.00289 5.74561L3.2541 5.78816L3.2541 5.78816L4.00289 5.74561ZM10.4775 7.19738L11.0063 7.72922H11.0063L10.4775 7.19738ZM10.6342 4.54348L11.2346 4.09401L10.6342 4.54348ZM9.37326 2.85908L8.77286 3.30855V3.30855L9.37326 2.85908ZM6.26145 2.57483L6.79027 3.10667H6.79027L6.26145 2.57483ZM4.69185 4.13552L4.16303 3.60368H4.16303L4.69185 4.13552ZM12.0631 11.4972L12.5919 10.9654L12.0631 11.4972ZM16.6295 13.8909L17.085 13.438L16.0273 12.3743L15.5719 12.8272L16.6295 13.8909ZM18.6146 13.2483L20.5251 14.2869L21.2415 12.9691L19.331 11.9305L18.6146 13.2483ZM20.8929 16.3511L19.4723 17.7636L20.5299 18.8273L21.9505 17.4148L20.8929 16.3511ZM18.6067 18.2184C17.1568 18.3535 13.4056 18.2331 9.34418 14.1947L8.28654 15.2584C12.7186 19.6653 16.9369 19.8805 18.7459 19.7119L18.6067 18.2184ZM9.34418 14.1947C5.4728 10.3453 4.83151 7.10765 4.75168 5.70305L3.2541 5.78816C3.35456 7.55599 4.14863 11.144 8.28654 15.2584L9.34418 14.1947ZM10.7195 8.01441L11.0063 7.72922L9.9487 6.66555L9.66189 6.95073L10.7195 8.01441ZM11.2346 4.09401L9.97365 2.40961L8.77286 3.30855L10.0338 4.99296L11.2346 4.09401ZM5.73263 2.04299L4.16303 3.60368L5.22067 4.66736L6.79027 3.10667L5.73263 2.04299ZM10.1907 7.48257C9.66189 6.95073 9.66117 6.95144 9.66045 6.95216C9.66021 6.9524 9.65949 6.95313 9.659 6.95362C9.65802 6.95461 9.65702 6.95561 9.65601 6.95664C9.65398 6.95871 9.65188 6.96086 9.64972 6.9631C9.64539 6.96759 9.64081 6.97245 9.63599 6.97769C9.62634 6.98816 9.61575 7.00014 9.60441 7.01367C9.58174 7.04072 9.55605 7.07403 9.52905 7.11388C9.47492 7.19377 9.41594 7.2994 9.36589 7.43224C9.26376 7.70329 9.20901 8.0606 9.27765 8.50305C9.41189 9.36833 10.0078 10.5113 11.5343 12.0291L12.5919 10.9654C11.1634 9.54499 10.8231 8.68059 10.7599 8.27309C10.7298 8.07916 10.761 7.98371 10.7696 7.96111C10.7748 7.94713 10.7773 7.9457 10.7709 7.95525C10.7677 7.95992 10.7624 7.96723 10.7541 7.97708C10.75 7.98201 10.7451 7.98759 10.7394 7.99381C10.7365 7.99692 10.7335 8.00019 10.7301 8.00362C10.7285 8.00534 10.7268 8.00709 10.725 8.00889C10.7241 8.00979 10.7232 8.0107 10.7223 8.01162C10.7219 8.01208 10.7212 8.01278 10.7209 8.01301C10.7202 8.01371 10.7195 8.01441 10.1907 7.48257ZM11.5343 12.0291C13.0613 13.5474 14.2096 14.1383 15.0763 14.2713C15.5192 14.3392 15.8763 14.285 16.1472 14.1841C16.28 14.1346 16.3858 14.0763 16.4658 14.0227C16.5058 13.9959 16.5392 13.9704 16.5663 13.9479C16.5799 13.9367 16.5919 13.9262 16.6024 13.9166C16.6077 13.9118 16.6126 13.9073 16.6171 13.903C16.6194 13.9008 16.6215 13.8987 16.6236 13.8967C16.6246 13.8957 16.6256 13.8947 16.6266 13.8937C16.6271 13.8932 16.6279 13.8925 16.6281 13.8923C16.6288 13.8916 16.6295 13.8909 16.1007 13.359C15.5719 12.8272 15.5726 12.8265 15.5733 12.8258C15.5735 12.8256 15.5742 12.8249 15.5747 12.8244C15.5756 12.8235 15.5765 12.8226 15.5774 12.8217C15.5793 12.82 15.581 12.8183 15.5827 12.8166C15.5862 12.8133 15.5895 12.8103 15.5926 12.8074C15.5988 12.8018 15.6044 12.7969 15.6094 12.7929C15.6192 12.7847 15.6265 12.7795 15.631 12.7764C15.6403 12.7702 15.6384 12.773 15.6236 12.7785C15.5991 12.7876 15.501 12.8189 15.3038 12.7886C14.8905 12.7253 14.02 12.3853 12.5919 10.9654L11.5343 12.0291ZM9.97365 2.40961C8.95434 1.04802 6.94996 0.83257 5.73263 2.04299L6.79027 3.10667C7.32195 2.578 8.26623 2.63181 8.77286 3.30855L9.97365 2.40961ZM4.75168 5.70305C4.73201 5.35694 4.89075 4.9954 5.22067 4.66736L4.16303 3.60368C3.62571 4.13795 3.20329 4.89425 3.2541 5.78816L4.75168 5.70305ZM19.4723 17.7636C19.1975 18.0369 18.9029 18.1908 18.6067 18.2184L18.7459 19.7119C19.4805 19.6434 20.0824 19.2723 20.5299 18.8273L19.4723 17.7636ZM11.0063 7.72922C11.9908 6.7503 12.064 5.2019 11.2346 4.09401L10.0338 4.99295C10.4373 5.53193 10.3773 6.23938 9.9487 6.66555L11.0063 7.72922ZM20.5251 14.2869C21.3429 14.7315 21.4703 15.7769 20.8929 16.3511L21.9505 17.4148C23.2908 16.0821 22.8775 13.8584 21.2415 12.9691L20.5251 14.2869ZM17.085 13.438C17.469 13.0562 18.0871 12.9616 18.6146 13.2483L19.331 11.9305C18.2474 11.3414 16.9026 11.5041 16.0273 12.3743L17.085 13.438Z",
15
+ fill: M
16
+ }
17
+ )
18
+ }
19
+ );
20
+ export {
21
+ o as default
22
+ };
@@ -1,6 +1,5 @@
1
1
  import { j as c } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
- const r = ({ size: n = 24, color: t = "currentColor", ...e }) => /* @__PURE__ */ c.jsx(
2
+ const o = ({ size: n = 24, color: t = "currentColor", ...e }) => /* @__PURE__ */ c.jsx(
4
3
  "svg",
5
4
  {
6
5
  width: n,
@@ -31,5 +30,5 @@ const r = ({ size: n = 24, color: t = "currentColor", ...e }) => /* @__PURE__ */
31
30
  }
32
31
  );
33
32
  export {
34
- r as default
33
+ o as default
35
34
  };
@@ -1,6 +1,5 @@
1
1
  import { j as l } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
- const o = ({ size: t = 24, color: c = "currentColor", ...r }) => /* @__PURE__ */ l.jsx(
2
+ const s = ({ size: t = 24, color: c = "currentColor", ...h }) => /* @__PURE__ */ l.jsx(
4
3
  "svg",
5
4
  {
6
5
  width: t,
@@ -8,7 +7,7 @@ const o = ({ size: t = 24, color: c = "currentColor", ...r }) => /* @__PURE__ */
8
7
  viewBox: "0 0 24 24",
9
8
  fill: "none",
10
9
  xmlns: "http://www.w3.org/2000/svg",
11
- ...r,
10
+ ...h,
12
11
  children: /* @__PURE__ */ l.jsxs("g", { transform: "translate(0 -1028.4)", children: [
13
12
  /* @__PURE__ */ l.jsx(
14
13
  "path",
@@ -29,5 +28,5 @@ const o = ({ size: t = 24, color: c = "currentColor", ...r }) => /* @__PURE__ */
29
28
  }
30
29
  );
31
30
  export {
32
- o as default
31
+ s as default
33
32
  };
@@ -1,6 +1,5 @@
1
1
  import { j as t } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
- const i = ({ size: l = 24, color: r = "currentColor", ...s }) => /* @__PURE__ */ t.jsx(
2
+ const a = ({ size: l = 24, color: r = "currentColor", ...s }) => /* @__PURE__ */ t.jsx(
4
3
  "svg",
5
4
  {
6
5
  width: l,
@@ -29,5 +28,5 @@ const i = ({ size: l = 24, color: r = "currentColor", ...s }) => /* @__PURE__ */
29
28
  }
30
29
  );
31
30
  export {
32
- i as default
31
+ a as default
33
32
  };
@@ -1,6 +1,5 @@
1
1
  import { j as c } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
- const e = ({ size: n = 24, color: t = "currentColor", ...l }) => /* @__PURE__ */ c.jsx(
2
+ const o = ({ size: n = 24, color: l = "currentColor", ...t }) => /* @__PURE__ */ c.jsx(
4
3
  "svg",
5
4
  {
6
5
  width: n,
@@ -8,11 +7,11 @@ const e = ({ size: n = 24, color: t = "currentColor", ...l }) => /* @__PURE__ */
8
7
  viewBox: "0 0 36 32",
9
8
  fill: "none",
10
9
  xmlns: "http://www.w3.org/2000/svg",
11
- ...l,
10
+ ...t,
12
11
  children: /* @__PURE__ */ c.jsx("g", { children: /* @__PURE__ */ c.jsx(
13
12
  "path",
14
13
  {
15
- fill: t,
14
+ fill: l,
16
15
  d: `M0.5,31.983c0.268,0.067,0.542-0.088,0.612-0.354c1.03-3.843,5.216-4.839,7.718-5.435
17
16
  c0.627-0.149,1.122-0.267,1.444-0.406c2.85-1.237,3.779-3.227,4.057-4.679c0.034-0.175-0.029-0.355-0.165-0.473
18
17
  c-1.484-1.281-2.736-3.204-3.526-5.416c-0.022-0.063-0.057-0.121-0.103-0.171c-1.045-1.136-1.645-2.337-1.645-3.294
@@ -32,5 +31,5 @@ const e = ({ size: n = 24, color: t = "currentColor", ...l }) => /* @__PURE__ */
32
31
  }
33
32
  );
34
33
  export {
35
- e as default
34
+ o as default
36
35
  };
@@ -1,5 +1,4 @@
1
1
  import { j as t } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
2
  const l = ({ size: a = 24, color: h = "currentColor", ...H }) => /* @__PURE__ */ t.jsx(
4
3
  "svg",
5
4
  {
@@ -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: 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
- ...e,
10
+ ...r,
12
11
  children: /* @__PURE__ */ t.jsx(
13
12
  "path",
14
13
  {
15
14
  d: "M6 4H10.5M10.5 4C12.9853 4 15 6.01472 15 8.5C15 10.9853 12.9853 13 10.5 13H6L13 20M10.5 4H18M6 8.5H18",
16
- stroke: r,
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
- i as default
24
+ s as default
26
25
  };
@@ -0,0 +1,27 @@
1
+ import { j as e } from "../../../_virtual/jsx-runtime.js";
2
+ const o = ({ size: t = 24, color: s = "currentColor", ...l }) => /* @__PURE__ */ e.jsxs(
3
+ "svg",
4
+ {
5
+ width: t,
6
+ height: t,
7
+ viewBox: "0 0 32 32",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...l,
11
+ children: [
12
+ /* @__PURE__ */ e.jsx("title", { children: "save-floppy" }),
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(-154.000000, -517.000000)", fill: s, children: /* @__PURE__ */ e.jsx(
16
+ "path",
17
+ {
18
+ d: "M172,522 C172,521.447 172.448,521 173,521 C173.552,521 174,521.447 174,522 L174,526 C174,526.553 173.552,527 173,527 C172.448,527 172,526.553 172,526 L172,522 L172,522 Z M163,529 L177,529 C177.552,529 178,528.553 178,528 L178,517 L162,517 L162,528 C162,528.553 162.448,529 163,529 L163,529 Z M182,517 L180,517 L180,529 C180,530.104 179.104,531 178,531 L162,531 C160.896,531 160,530.104 160,529 L160,517 L158,517 C155.791,517 154,518.791 154,521 L154,545 C154,547.209 155.791,549 158,549 L182,549 C184.209,549 186,547.209 186,545 L186,521 C186,518.791 184.209,517 182,517 L182,517 Z",
19
+ "sketch:type": "MSShapeGroup"
20
+ }
21
+ ) }) })
22
+ ]
23
+ }
24
+ );
25
+ export {
26
+ o as default
27
+ };
@@ -0,0 +1,27 @@
1
+ import { j as e } from "../../../_virtual/jsx-runtime.js";
2
+ const l = ({ size: t = 24, color: s = "currentColor", ...L }) => /* @__PURE__ */ e.jsxs(
3
+ "svg",
4
+ {
5
+ width: t,
6
+ height: t,
7
+ viewBox: "0 0 32 32",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...L,
11
+ children: [
12
+ /* @__PURE__ */ e.jsx("title", { children: "save-floppy" }),
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(-152.000000, -515.000000)", fill: s, children: /* @__PURE__ */ e.jsx(
16
+ "path",
17
+ {
18
+ d: "M171,525 C171.552,525 172,524.553 172,524 L172,520 C172,519.447 171.552,519 171,519 C170.448,519 170,519.447 170,520 L170,524 C170,524.553 170.448,525 171,525 L171,525 Z M182,543 C182,544.104 181.104,545 180,545 L156,545 C154.896,545 154,544.104 154,543 L154,519 C154,517.896 154.896,517 156,517 L158,517 L158,527 C158,528.104 158.896,529 160,529 L176,529 C177.104,529 178,528.104 178,527 L178,517 L180,517 C181.104,517 182,517.896 182,519 L182,543 L182,543 Z M160,517 L176,517 L176,526 C176,526.553 175.552,527 175,527 L161,527 C160.448,527 160,526.553 160,526 L160,517 L160,517 Z M180,515 L156,515 C153.791,515 152,516.791 152,519 L152,543 C152,545.209 153.791,547 156,547 L180,547 C182.209,547 184,545.209 184,543 L184,519 C184,516.791 182.209,515 180,515 L180,515 Z",
19
+ "sketch:type": "MSShapeGroup"
20
+ }
21
+ ) }) })
22
+ ]
23
+ }
24
+ );
25
+ export {
26
+ l as default
27
+ };
@@ -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: r = "currentColor", ...s }) => /* @__PURE__ */ e.jsxs(
2
+ const l = ({ size: t = 24, color: s = "currentColor", ...r }) => /* @__PURE__ */ e.jsxs(
4
3
  "svg",
5
4
  {
6
5
  width: t,
@@ -8,12 +7,12 @@ const o = ({ size: t = 24, color: r = "currentColor", ...s }) => /* @__PURE__ */
8
7
  viewBox: "0 0 32 32",
9
8
  fill: "none",
10
9
  xmlns: "http://www.w3.org/2000/svg",
11
- ...s,
10
+ ...r,
12
11
  children: [
13
12
  /* @__PURE__ */ e.jsx("title", { children: "search" }),
14
13
  /* @__PURE__ */ e.jsx("desc", { children: "Created with Sketch Beta." }),
15
14
  /* @__PURE__ */ e.jsx("defs", {}),
16
- /* @__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(-256.000000, -1139.000000)", fill: r, children: /* @__PURE__ */ e.jsx(
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(-256.000000, -1139.000000)", fill: s, children: /* @__PURE__ */ e.jsx(
17
16
  "path",
18
17
  {
19
18
  d: "M269.46,1163.45 C263.17,1163.45 258.071,1158.44 258.071,1152.25 C258.071,1146.06 263.17,1141.04 269.46,1141.04 C275.75,1141.04 280.85,1146.06 280.85,1152.25 C280.85,1158.44 275.75,1163.45 269.46,1163.45 L269.46,1163.45 Z M287.688,1169.25 L279.429,1161.12 C281.591,1158.77 282.92,1155.67 282.92,1152.25 C282.92,1144.93 276.894,1139 269.46,1139 C262.026,1139 256,1144.93 256,1152.25 C256,1159.56 262.026,1165.49 269.46,1165.49 C272.672,1165.49 275.618,1164.38 277.932,1162.53 L286.224,1170.69 C286.629,1171.09 287.284,1171.09 287.688,1170.69 C288.093,1170.3 288.093,1169.65 287.688,1169.25 L287.688,1169.25 Z",
@@ -24,5 +23,5 @@ const o = ({ size: t = 24, color: r = "currentColor", ...s }) => /* @__PURE__ */
24
23
  }
25
24
  );
26
25
  export {
27
- o as default
26
+ l as default
28
27
  };
@@ -1,6 +1,5 @@
1
1
  import { j as t } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
- const e = ({ size: C = 24, color: o = "currentColor", ...i }) => /* @__PURE__ */ t.jsx(
2
+ const i = ({ size: C = 24, color: l = "currentColor", ...o }) => /* @__PURE__ */ t.jsx(
4
3
  "svg",
5
4
  {
6
5
  width: C,
@@ -8,16 +7,16 @@ const e = ({ size: C = 24, color: o = "currentColor", ...i }) => /* @__PURE__ */
8
7
  viewBox: "0 0 24 24",
9
8
  fill: "none",
10
9
  xmlns: "http://www.w3.org/2000/svg",
11
- ...i,
10
+ ...o,
12
11
  children: /* @__PURE__ */ t.jsx(
13
12
  "path",
14
13
  {
15
14
  d: "M20.1 9.2214C18.29 9.2214 17.55 7.9414 18.45 6.3714C18.97 5.4614 18.66 4.3014 17.75 3.7814L16.02 2.7914C15.23 2.3214 14.21 2.6014 13.74 3.3914L13.63 3.5814C12.73 5.1514 11.25 5.1514 10.34 3.5814L10.23 3.3914C9.78 2.6014 8.76 2.3214 7.97 2.7914L6.24 3.7814C5.33 4.3014 5.02 5.4714 5.54 6.3814C6.45 7.9414 5.71 9.2214 3.9 9.2214C2.86 9.2214 2 10.0714 2 11.1214V12.8814C2 13.9214 2.85 14.7814 3.9 14.7814C5.71 14.7814 6.45 16.0614 5.54 17.6314C5.02 18.5414 5.33 19.7014 6.24 20.2214L7.97 21.2114C8.76 21.6814 9.78 21.4014 10.25 20.6114L10.36 20.4214C11.26 18.8514 12.74 18.8514 13.65 20.4214L13.76 20.6114C14.23 21.4014 15.25 21.6814 16.04 21.2114L17.77 20.2214C18.68 19.7014 18.99 18.5314 18.47 17.6314C17.56 16.0614 18.3 14.7814 20.11 14.7814C21.15 14.7814 22.01 13.9314 22.01 12.8814V11.1214C22 10.0814 21.15 9.2214 20.1 9.2214ZM12 15.2514C10.21 15.2514 8.75 13.7914 8.75 12.0014C8.75 10.2114 10.21 8.7514 12 8.7514C13.79 8.7514 15.25 10.2114 15.25 12.0014C15.25 13.7914 13.79 15.2514 12 15.2514Z",
16
- fill: o
15
+ fill: l
17
16
  }
18
17
  )
19
18
  }
20
19
  );
21
20
  export {
22
- e as default
21
+ i as default
23
22
  };
@@ -1,6 +1,5 @@
1
1
  import { j as a } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
- const e = ({ size: l = 24, color: t = "currentColor", ...o }) => /* @__PURE__ */ a.jsx(
2
+ const i = ({ size: l = 24, color: t = "currentColor", ...o }) => /* @__PURE__ */ a.jsx(
4
3
  "svg",
5
4
  {
6
5
  width: l,
@@ -19,5 +18,5 @@ const e = ({ size: l = 24, color: t = "currentColor", ...o }) => /* @__PURE__ */
19
18
  }
20
19
  );
21
20
  export {
22
- e as default
21
+ i as default
23
22
  };
@@ -1,6 +1,5 @@
1
1
  import { j as C } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
- const r = ({ size: l = 24, color: e = "currentColor", ...o }) => /* @__PURE__ */ C.jsx(
2
+ const i = ({ size: l = 24, color: e = "currentColor", ...o }) => /* @__PURE__ */ C.jsx(
4
3
  "svg",
5
4
  {
6
5
  width: l,
@@ -21,5 +20,5 @@ const r = ({ size: l = 24, color: e = "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 t } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
- const d = ({ size: e = 24, color: s = "currentColor", ...r }) => /* @__PURE__ */ t.jsxs(
2
+ const o = ({ size: e = 24, color: s = "currentColor", ...r }) => /* @__PURE__ */ t.jsxs(
4
3
  "svg",
5
4
  {
6
5
  width: e,
@@ -40,5 +39,5 @@ const d = ({ size: e = 24, color: s = "currentColor", ...r }) => /* @__PURE__ */
40
39
  }
41
40
  );
42
41
  export {
43
- d as default
42
+ o as default
44
43
  };
@@ -1,6 +1,5 @@
1
1
  import { j as H } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
- const o = ({ size: C = 24, color: M = "currentColor", ...V }) => /* @__PURE__ */ H.jsx(
2
+ const t = ({ size: C = 24, color: M = "currentColor", ...V }) => /* @__PURE__ */ H.jsx(
4
3
  "svg",
5
4
  {
6
5
  width: C,
@@ -19,5 +18,5 @@ const o = ({ size: C = 24, color: M = "currentColor", ...V }) => /* @__PURE__ */
19
18
  }
20
19
  );
21
20
  export {
22
- o as default
21
+ t as default
23
22
  };
@@ -1,5 +1,4 @@
1
1
  import { j as C } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
2
  const s = ({ size: l = 24, color: e = "currentColor", ...t }) => /* @__PURE__ */ C.jsxs(
4
3
  "svg",
5
4
  {