meticulous-ui 1.1.8 → 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 (148) hide show
  1. package/README.md +6 -4
  2. package/components/Icons/Add/Add.js +3 -4
  3. package/components/Icons/AddCircle/AddCircle.js +2 -3
  4. package/components/Icons/AddCircleFilled/AddCircleFilled.js +0 -1
  5. package/components/Icons/ArrowDown/ArrowDown.js +0 -1
  6. package/components/Icons/ArrowLeft/ArrowLeft.js +2 -3
  7. package/components/Icons/ArrowRight/ArrowRight.js +0 -1
  8. package/components/Icons/ArrowUp/ArrowUp.js +7 -8
  9. package/components/Icons/BagFilled/BagFilled.js +24 -0
  10. package/components/Icons/BagOutline/BagOutline.js +34 -0
  11. package/components/Icons/BellFilled/BellFilled.js +2 -3
  12. package/components/Icons/BellOffFilled/BellOffFilled.js +2 -3
  13. package/components/Icons/BellOffOutline/BellOffOutline.js +2 -3
  14. package/components/Icons/BellOutline/BellOutline.js +2 -3
  15. package/components/Icons/BookmarkFilled/BookmarkFilled.js +2 -3
  16. package/components/Icons/BookmarkOutline/BookmarkOutline.js +6 -7
  17. package/components/Icons/BoxCoveredFilled/BoxCoveredFilled.js +45 -0
  18. package/components/Icons/BoxCoveredOutline/BoxCoveredOutline.js +35 -0
  19. package/components/Icons/BoxFilled/BoxFilled.js +38 -0
  20. package/components/Icons/BoxOutline/BoxOutline.js +35 -0
  21. package/components/Icons/CartCheckFilled/CartCheckFilled.js +5 -6
  22. package/components/Icons/CartCheckOutline/CartCheckOutline.js +2 -3
  23. package/components/Icons/CartCrossFilled/CartCrossFilled.js +2 -3
  24. package/components/Icons/CartCrossOutline/CartCrossOutline.js +2 -3
  25. package/components/Icons/CartFilled/CartFilled.js +0 -1
  26. package/components/Icons/CartMinusFilled/CartMinusFilled.js +2 -3
  27. package/components/Icons/CartMinusOutline/CartMinusOutline.js +2 -3
  28. package/components/Icons/CartOutline/CartOutline.js +3 -4
  29. package/components/Icons/CartPlusFilled/CartPlusFilled.js +2 -3
  30. package/components/Icons/CartPlusOutline/CartPlusOutline.js +2 -3
  31. package/components/Icons/Check/Check.js +2 -3
  32. package/components/Icons/CheckDouble/CheckDouble.js +4 -5
  33. package/components/Icons/ChevronDown/ChevronDown.js +2 -3
  34. package/components/Icons/ChevronLeft/ChevronLeft.js +2 -3
  35. package/components/Icons/ChevronRight/ChevronRight.js +2 -3
  36. package/components/Icons/ChevronUp/ChevronUp.js +2 -3
  37. package/components/Icons/ClockCircleOutline/ClockCircleOutline.js +5 -6
  38. package/components/Icons/ClockSquareOutline/ClockSquareOutline.js +4 -5
  39. package/components/Icons/Close/Close.js +4 -5
  40. package/components/Icons/CloseCircleFilled/CloseCircleFilled.js +2 -3
  41. package/components/Icons/CloseCircleOutline/CloseCircleOutline.js +3 -4
  42. package/components/Icons/CommentBubbleFilled/CommentBubbleFilled.js +2 -3
  43. package/components/Icons/CommentBubbleOutline/CommentBubbleOutline.js +2 -3
  44. package/components/Icons/CommentFilled/CommentFilled.js +0 -1
  45. package/components/Icons/CommentLineFilled/CommentLineFilled.js +2 -3
  46. package/components/Icons/CommentLineOutline/CommentLineOutline.js +2 -3
  47. package/components/Icons/CommentOutline/CommentOutline.js +0 -1
  48. package/components/Icons/ContactDetailsFilled/ContactDetailsFilled.js +2 -3
  49. package/components/Icons/ContactDetailsOutline/ContactDetailsOutline.js +6 -7
  50. package/components/Icons/DeliveryTruckFastFilled/DeliveryTruckFastFilled.js +30 -0
  51. package/components/Icons/DeliveryTruckFastOutline/DeliveryTruckFastOutline.js +30 -0
  52. package/components/Icons/DeliveryTruckLeftFilled/DeliveryTruckLeftFilled.js +28 -0
  53. package/components/Icons/DeliveryTruckLeftOutline/DeliveryTruckLeftOutline.js +29 -0
  54. package/components/Icons/DeliveryTruckRightFilled/DeliveryTruckRightFilled.js +25 -0
  55. package/components/Icons/DeliveryTruckRightOutline/DeliveryTruckRightOutline.js +25 -0
  56. package/components/Icons/DetailsOutline/DetailsOutline.js +0 -1
  57. package/components/Icons/DoorClosedFilled/DoorClosedFilled.js +24 -0
  58. package/components/Icons/DoorClosedOutline/DoorClosedOutline.js +25 -0
  59. package/components/Icons/DoorOpenFilled/DoorOpenFilled.js +24 -0
  60. package/components/Icons/DoorOpenOutline/DoorOpenOutline.js +25 -0
  61. package/components/Icons/DotsHorizontalFilled/DotsHorizontalFilled.js +2 -3
  62. package/components/Icons/DotsHorizontalOutline/DotsHorizontalOutline.js +5 -6
  63. package/components/Icons/DotsVerticalFilled/DotsVerticalFilled.js +2 -3
  64. package/components/Icons/DotsVerticalOutline/DotsVerticalOutline.js +2 -3
  65. package/components/Icons/Download/Download.js +31 -0
  66. package/components/Icons/DownloadBoxFilled/DownloadBoxFilled.js +24 -0
  67. package/components/Icons/DownloadBoxOutline/DownloadBoxOutline.js +40 -0
  68. package/components/Icons/EditBoxThick/EditBoxThick.js +25 -0
  69. package/components/Icons/EditBoxThin/EditBoxThin.js +37 -0
  70. package/components/Icons/EmailFilled/EmailFilled.js +31 -0
  71. package/components/Icons/EmailOutline/EmailOutline.js +34 -0
  72. package/components/Icons/ExitArrowInOutline/ExitArrowInOutline.js +0 -1
  73. package/components/Icons/ExitArrowOutOutline/ExitArrowOutOutline.js +2 -3
  74. package/components/Icons/Filter/Filter.js +21 -0
  75. package/components/Icons/FilterList/FilterList.js +25 -0
  76. package/components/Icons/FilterThickFilled/FilterThickFilled.js +22 -0
  77. package/components/Icons/FilterThickOutline/FilterThickOutline.js +23 -0
  78. package/components/Icons/HamburgerMenu/HamburgerMenu.js +2 -3
  79. package/components/Icons/HamburgerSpaced/HamburgerSpaced.js +0 -1
  80. package/components/Icons/HeartFilled/HeartFilled.js +5 -6
  81. package/components/Icons/HeartOutline/HeartOutline.js +2 -3
  82. package/components/Icons/HomeFilled/HomeFilled.js +0 -1
  83. package/components/Icons/HomeOutline/HomeOutline.js +2 -3
  84. package/components/Icons/Info/Info.js +3 -4
  85. package/components/Icons/Link/Link.js +6 -7
  86. package/components/Icons/LockKeyhole/LockKeyhole.js +4 -5
  87. package/components/Icons/LockKeyholeOutline/LockKeyholeOutline.js +2 -3
  88. package/components/Icons/LockKeyholeUnlocked/LockKeyholeUnlocked.js +3 -4
  89. package/components/Icons/LockKeyholeUnlockedOutline/LockKeyholeUnlockedOutline.js +2 -3
  90. package/components/Icons/Minus/Minus.js +2 -3
  91. package/components/Icons/MinusCircle/MinusCircle.js +2 -3
  92. package/components/Icons/MinusCircleFilled/MinusCircleFilled.js +2 -3
  93. package/components/Icons/MoneyBagOutline/MoneyBagOutline.js +5 -6
  94. package/components/Icons/MoneyBriefcaseFilled/MoneyBriefcaseFilled.js +2 -3
  95. package/components/Icons/MoneyBriefcaseOutline/MoneyBriefcaseOutline.js +2 -3
  96. package/components/Icons/PaymentCardFilled/PaymentCardFilled.js +20 -0
  97. package/components/Icons/PaymentCardOutline/PaymentCardOutline.js +20 -0
  98. package/components/Icons/PhoneCallingFilled/PhoneCallingFilled.js +40 -0
  99. package/components/Icons/PhoneCallingOutline/PhoneCallingOutline.js +42 -0
  100. package/components/Icons/PhoneFilled/PhoneFilled.js +22 -0
  101. package/components/Icons/PhoneOutline/PhoneOutline.js +22 -0
  102. package/components/Icons/ProfileFemaleOutline/ProfileFemaleOutline.js +2 -3
  103. package/components/Icons/ProfileGroupFilled/ProfileGroupFilled.js +3 -4
  104. package/components/Icons/ProfileMaleFilled/ProfileMaleFilled.js +2 -3
  105. package/components/Icons/ProfileMaleOutline/ProfileMaleOutline.js +4 -5
  106. package/components/Icons/RupeeOutlined/RupeeOutlined.js +0 -1
  107. package/components/Icons/RupeeSign/RupeeSign.js +4 -5
  108. package/components/Icons/SaveFilled/SaveFilled.js +27 -0
  109. package/components/Icons/SaveOutline/SaveOutline.js +27 -0
  110. package/components/Icons/Search/Search.js +4 -5
  111. package/components/Icons/SettingFilled/SettingFilled.js +4 -5
  112. package/components/Icons/SettingOutline/SettingOutline.js +2 -3
  113. package/components/Icons/ShareAllFilled/ShareAllFilled.js +2 -3
  114. package/components/Icons/ShareAllOutline/ShareAllOutline.js +2 -3
  115. package/components/Icons/ShareBoxOutline/ShareBoxOutline.js +2 -3
  116. package/components/Icons/ShareFilled/ShareFilled.js +0 -1
  117. package/components/Icons/ShareOutline/ShareOutline.js +7 -8
  118. package/components/Icons/ShareThickFilled/ShareThickFilled.js +3 -4
  119. package/components/Icons/ShieldCheckFilled/ShieldCheckFilled.js +2 -3
  120. package/components/Icons/ShieldCheckOutline/ShieldCheckOutline.js +2 -3
  121. package/components/Icons/ShieldCrossFilled/ShieldCrossFilled.js +2 -3
  122. package/components/Icons/ShieldCrossOutline/ShieldCrossOutline.js +5 -6
  123. package/components/Icons/ShieldWarningFilled/ShieldWarningFilled.js +2 -3
  124. package/components/Icons/ShieldWarningOutline/ShieldWarningOutline.js +7 -8
  125. package/components/Icons/SortBottomToTop/SortBottomToTop.js +30 -0
  126. package/components/Icons/SortHorizontal/SortHorizontal.js +24 -0
  127. package/components/Icons/SortTopToBottom/SortTopToBottom.js +30 -0
  128. package/components/Icons/SortVertical/SortVertical.js +24 -0
  129. package/components/Icons/StarFilled/StarFilled.js +2 -3
  130. package/components/Icons/StarOutline/StarOutline.js +4 -5
  131. package/components/Icons/ThumbsDownFilled/ThumbsDownFilled.js +2 -3
  132. package/components/Icons/ThumbsDownOutline/ThumbsDownOutline.js +3 -4
  133. package/components/Icons/ThumbsUpFilled/ThumbsUpFilled.js +5 -6
  134. package/components/Icons/ThumbsUpOutline/ThumbsUpOutline.js +3 -4
  135. package/components/Icons/TrashBigFilled/TrashBigFilled.js +27 -0
  136. package/components/Icons/TrashBigOutline/TrashBigOutline.js +27 -0
  137. package/components/Icons/TrashFilled/TrashFilled.js +31 -0
  138. package/components/Icons/TrashLinesFilled/TrashLinesFilled.js +33 -0
  139. package/components/Icons/TrashLinesOutline/TrashLinesOutline.js +37 -0
  140. package/components/Icons/TrashOutline/TrashOutline.js +35 -0
  141. package/components/Icons/Upload/Upload.js +2 -3
  142. package/components/Icons/UploadBoxFilled/UploadBoxFilled.js +3 -4
  143. package/components/Icons/UploadBoxOutline/UploadBoxOutline.js +2 -3
  144. package/components/Icons/WalletFilled/WalletFilled.js +2 -3
  145. package/components/Icons/WalletOutline/WalletOutline.js +2 -3
  146. package/components/Icons/index.js +422 -287
  147. package/components/Toast/styles.js +77 -33
  148. package/package.json +1 -1
package/README.md CHANGED
@@ -4,6 +4,10 @@ A lightweight, modern React component library designed for elegance and precisio
4
4
 
5
5
  ---
6
6
 
7
+ ## 🚀 Demo
8
+
9
+ <a href="https://meticulous-ui-dkim-xe3110s-projects.vercel.app" target="_blank">meticulous-ui</a>
10
+
7
11
  ## 🚀 Installation
8
12
 
9
13
  ```
@@ -41,10 +45,6 @@ function App() {
41
45
  export default App;
42
46
  ```
43
47
 
44
- ## 🚀 Demo
45
-
46
- <a href="https://meticulous-ui-dkim-xe3110s-projects.vercel.app" target="_blank">meticulous-ui</a>
47
-
48
48
  ## 📦 Components
49
49
 
50
50
  | Component | Description |
@@ -79,6 +79,7 @@ export default App;
79
79
  | `CartOutline` | Cart outline icon |
80
80
  | `CartPlusFilled` | Cart plus filled icon |
81
81
  | `CartPlusOutline` | Cart plus outline icon |
82
+ | `CheckDouble` | Check double icon |
82
83
  | `Check` | Check icon |
83
84
  | `ChevronLeft` | Left navigation icon |
84
85
  | `ChevronRight` | Right navigation icon |
@@ -136,6 +137,7 @@ export default App;
136
137
  | `ShareBoxOutline` | Share box outline icon |
137
138
  | `ShareFilled` | Share filled icon |
138
139
  | `ShareOutline` | Share outline icon |
140
+ | `ShareThickFilled` | Share thick filled icon |
139
141
  | `ShieldCheckFilled` | Shield check filled icon |
140
142
  | `ShieldCheckOutline` | Shield check outline icon |
141
143
  | `ShieldCrossFilled` | Shield cross filled icon |
@@ -1,6 +1,5 @@
1
1
  import { j as e } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
- const i = ({ size: n = 24, color: o = "currentColor", ...t }) => /* @__PURE__ */ e.jsxs(
2
+ const r = ({ size: n = 24, color: o = "currentColor", ...s }) => /* @__PURE__ */ e.jsxs(
4
3
  "svg",
5
4
  {
6
5
  width: n,
@@ -8,7 +7,7 @@ const i = ({ size: n = 24, color: o = "currentColor", ...t }) => /* @__PURE__ */
8
7
  viewBox: "0 0 24 24",
9
8
  fill: "none",
10
9
  xmlns: "http://www.w3.org/2000/svg",
11
- ...t,
10
+ ...s,
12
11
  children: [
13
12
  /* @__PURE__ */ e.jsx("title", {}),
14
13
  /* @__PURE__ */ e.jsx("g", { children: /* @__PURE__ */ e.jsx("g", { "data-name": "add", children: /* @__PURE__ */ e.jsxs("g", { children: [
@@ -45,5 +44,5 @@ const i = ({ size: n = 24, color: o = "currentColor", ...t }) => /* @__PURE__ */
45
44
  }
46
45
  );
47
46
  export {
48
- i as default
47
+ r as default
49
48
  };
@@ -1,6 +1,5 @@
1
1
  import { j as C } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
- const o = ({ size: l = 24, color: e = "currentColor", ...t }) => /* @__PURE__ */ C.jsxs(
2
+ const i = ({ size: l = 24, color: e = "currentColor", ...t }) => /* @__PURE__ */ C.jsxs(
4
3
  "svg",
5
4
  {
6
5
  width: l,
@@ -30,5 +29,5 @@ const o = ({ size: l = 24, color: e = "currentColor", ...t }) => /* @__PURE__ */
30
29
  }
31
30
  );
32
31
  export {
33
- o as default
32
+ i as default
34
33
  };
@@ -1,5 +1,4 @@
1
1
  import { j as e } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
2
  const d = ({ size: l = 24, color: C = "currentColor", ...o }) => /* @__PURE__ */ e.jsx(
4
3
  "svg",
5
4
  {
@@ -1,5 +1,4 @@
1
1
  import { j as e } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
2
  const n = ({ size: o = 24, color: l = "currentColor", ...t }) => /* @__PURE__ */ e.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 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
- i as default
24
+ n as default
26
25
  };
@@ -1,5 +1,4 @@
1
1
  import { j as t } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
2
  const n = ({ size: o = 24, color: r = "currentColor", ...e }) => /* @__PURE__ */ t.jsx(
4
3
  "svg",
5
4
  {
@@ -1,25 +1,24 @@
1
- import { j as e } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
- const n = ({ size: o = 24, color: l = "currentColor", ...t }) => /* @__PURE__ */ e.jsx(
1
+ import { j as l } from "../../../_virtual/jsx-runtime.js";
2
+ const i = ({ size: e = 24, color: o = "currentColor", ...t }) => /* @__PURE__ */ l.jsx(
4
3
  "svg",
5
4
  {
6
- width: o,
7
- height: o,
5
+ width: e,
6
+ height: e,
8
7
  viewBox: "0 0 24 24",
9
8
  fill: "none",
10
9
  xmlns: "http://www.w3.org/2000/svg",
11
10
  ...t,
12
- children: /* @__PURE__ */ e.jsx(
11
+ children: /* @__PURE__ */ l.jsx(
13
12
  "path",
14
13
  {
15
14
  fillRule: "evenodd",
16
15
  clipRule: "evenodd",
17
16
  d: "M12 3C12.2652 3 12.5196 3.10536 12.7071 3.29289L19.7071 10.2929C20.0976 10.6834 20.0976 11.3166 19.7071 11.7071C19.3166 12.0976 18.6834 12.0976 18.2929 11.7071L13 6.41421V20C13 20.5523 12.5523 21 12 21C11.4477 21 11 20.5523 11 20V6.41421L5.70711 11.7071C5.31658 12.0976 4.68342 12.0976 4.29289 11.7071C3.90237 11.3166 3.90237 10.6834 4.29289 10.2929L11.2929 3.29289C11.4804 3.10536 11.7348 3 12 3Z",
18
- fill: l
17
+ fill: o
19
18
  }
20
19
  )
21
20
  }
22
21
  );
23
22
  export {
24
- n as default
23
+ i as default
25
24
  };
@@ -0,0 +1,24 @@
1
+ import { j as l } from "../../../_virtual/jsx-runtime.js";
2
+ const i = ({ size: C = 24, color: e = "currentColor", ...o }) => /* @__PURE__ */ l.jsx(
3
+ "svg",
4
+ {
5
+ width: C,
6
+ height: C,
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...o,
11
+ children: /* @__PURE__ */ l.jsx(
12
+ "path",
13
+ {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M8.25013 6.01489C8.25003 6.00994 8.24998 6.00498 8.24998 6V5C8.24998 2.92893 9.92892 1.25 12 1.25C14.0711 1.25 15.75 2.92893 15.75 5V6C15.75 6.00498 15.7499 6.00994 15.7498 6.01489C17.0371 6.05353 17.8248 6.1924 18.4261 6.69147C19.2593 7.38295 19.4787 8.55339 19.9177 10.8943L20.6677 14.8943C21.2849 18.186 21.5934 19.8318 20.6937 20.9159C19.794 22 18.1195 22 14.7704 22H9.22954C5.88048 22 4.20595 22 3.30624 20.9159C2.40652 19.8318 2.71512 18.186 3.33231 14.8943L4.08231 10.8943C4.52122 8.55339 4.74068 7.38295 5.57386 6.69147C6.17521 6.1924 6.96287 6.05353 8.25013 6.01489ZM9.74998 5C9.74998 3.75736 10.7573 2.75 12 2.75C13.2426 2.75 14.25 3.75736 14.25 5V6C14.25 5.99999 14.25 6.00001 14.25 6C14.1747 5.99998 14.0982 6 14.0204 6H9.97954C9.90176 6 9.82525 6 9.74998 6.00002C9.74998 6.00002 9.74998 6.00003 9.74998 6.00002V5Z",
17
+ fill: e
18
+ }
19
+ )
20
+ }
21
+ );
22
+ export {
23
+ i as default
24
+ };
@@ -0,0 +1,34 @@
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ const r = ({ size: s = 24, color: C = "currentColor", ...e }) => /* @__PURE__ */ t.jsxs(
3
+ "svg",
4
+ {
5
+ width: s,
6
+ height: s,
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...e,
11
+ children: [
12
+ /* @__PURE__ */ t.jsx(
13
+ "path",
14
+ {
15
+ d: "M3.74181 20.5545C4.94143 22 7.17414 22 11.6395 22H12.3607C16.8261 22 19.0589 22 20.2585 20.5545M3.74181 20.5545C2.54219 19.1091 2.95365 16.9146 3.77657 12.5257C4.36179 9.40452 4.65441 7.84393 5.7653 6.92196M3.74181 20.5545C3.74181 20.5545 3.74181 20.5545 3.74181 20.5545ZM20.2585 20.5545C21.4581 19.1091 21.0466 16.9146 20.2237 12.5257C19.6385 9.40452 19.3459 7.84393 18.235 6.92196M20.2585 20.5545C20.2585 20.5545 20.2585 20.5545 20.2585 20.5545ZM18.235 6.92196C17.1241 6 15.5363 6 12.3607 6H11.6395C8.46398 6 6.8762 6 5.7653 6.92196M18.235 6.92196C18.235 6.92196 18.235 6.92196 18.235 6.92196ZM5.7653 6.92196C5.7653 6.92196 5.7653 6.92196 5.7653 6.92196Z",
16
+ stroke: C,
17
+ strokeWidth: "1.5"
18
+ }
19
+ ),
20
+ /* @__PURE__ */ t.jsx(
21
+ "path",
22
+ {
23
+ d: "M9 6V5C9 3.34315 10.3431 2 12 2C13.6569 2 15 3.34315 15 5V6",
24
+ stroke: C,
25
+ strokeWidth: "1.5",
26
+ strokeLinecap: "round"
27
+ }
28
+ )
29
+ ]
30
+ }
31
+ );
32
+ export {
33
+ r as default
34
+ };
@@ -1,6 +1,5 @@
1
1
  import { j as C } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
- const o = ({ size: l = 24, color: e = "currentColor", ...d }) => /* @__PURE__ */ C.jsxs(
2
+ const t = ({ size: l = 24, color: e = "currentColor", ...d }) => /* @__PURE__ */ C.jsxs(
4
3
  "svg",
5
4
  {
6
5
  width: l,
@@ -32,5 +31,5 @@ const o = ({ size: l = 24, color: e = "currentColor", ...d }) => /* @__PURE__ */
32
31
  }
33
32
  );
34
33
  export {
35
- o as default
34
+ t as default
36
35
  };
@@ -1,6 +1,5 @@
1
1
  import { j as C } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
- const n = ({ size: e = 24, color: l = "currentColor", ...d }) => /* @__PURE__ */ C.jsxs(
2
+ const t = ({ size: e = 24, color: l = "currentColor", ...d }) => /* @__PURE__ */ C.jsxs(
4
3
  "svg",
5
4
  {
6
5
  width: e,
@@ -41,5 +40,5 @@ const n = ({ size: e = 24, color: l = "currentColor", ...d }) => /* @__PURE__ */
41
40
  }
42
41
  );
43
42
  export {
44
- n as default
43
+ t as default
45
44
  };
@@ -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: e = "currentColor", ...r }) => /* @__PURE__ */ t.jsxs(
2
+ const n = ({ size: o = 24, color: e = "currentColor", ...r }) => /* @__PURE__ */ t.jsxs(
4
3
  "svg",
5
4
  {
6
5
  width: o,
@@ -43,5 +42,5 @@ const i = ({ size: o = 24, color: e = "currentColor", ...r }) => /* @__PURE__ */
43
42
  }
44
43
  );
45
44
  export {
46
- i as default
45
+ n as default
47
46
  };
@@ -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: o = "currentColor", ...r }) => /* @__PURE__ */ e.jsxs(
2
+ const n = ({ size: t = 24, color: o = "currentColor", ...s }) => /* @__PURE__ */ e.jsxs(
4
3
  "svg",
5
4
  {
6
5
  width: t,
@@ -8,7 +7,7 @@ const n = ({ size: t = 24, color: o = "currentColor", ...r }) => /* @__PURE__ */
8
7
  viewBox: "0 0 24 24",
9
8
  fill: "none",
10
9
  xmlns: "http://www.w3.org/2000/svg",
11
- ...r,
10
+ ...s,
12
11
  children: [
13
12
  /* @__PURE__ */ e.jsx(
14
13
  "path",
@@ -1,6 +1,5 @@
1
1
  import { j as e } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
- const i = ({ size: t = 24, color: r = "currentColor", ...s }) => /* @__PURE__ */ e.jsxs(
2
+ const l = ({ size: t = 24, color: r = "currentColor", ...s }) => /* @__PURE__ */ e.jsxs(
4
3
  "svg",
5
4
  {
6
5
  width: t,
@@ -24,5 +23,5 @@ const i = ({ size: t = 24, color: r = "currentColor", ...s }) => /* @__PURE__ */
24
23
  }
25
24
  );
26
25
  export {
27
- i as default
26
+ l as default
28
27
  };
@@ -1,21 +1,20 @@
1
- import { j as e } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
- const n = ({ size: o = 24, color: l = "currentColor", ...t }) => /* @__PURE__ */ e.jsx(
1
+ import { j as l } from "../../../_virtual/jsx-runtime.js";
2
+ const n = ({ size: e = 24, color: o = "currentColor", ...t }) => /* @__PURE__ */ l.jsx(
4
3
  "svg",
5
4
  {
6
- width: o,
7
- height: o,
5
+ width: e,
6
+ height: e,
8
7
  viewBox: "0 0 24 24",
9
8
  fill: "none",
10
9
  xmlns: "http://www.w3.org/2000/svg",
11
10
  ...t,
12
- children: /* @__PURE__ */ e.jsx(
11
+ children: /* @__PURE__ */ l.jsx(
13
12
  "path",
14
13
  {
15
14
  fillRule: "evenodd",
16
15
  clipRule: "evenodd",
17
16
  d: "M4 4C4 2.34315 5.34315 1 7 1H17C18.6569 1 20 2.34315 20 4V20.9425C20 22.6114 18.0766 23.5462 16.7644 22.5152L12 18.7717L7.23564 22.5152C5.92338 23.5462 4 22.6114 4 20.9425V4ZM7 3C6.44772 3 6 3.44772 6 4V20.9425L12 16.2283L18 20.9425V4C18 3.44772 17.5523 3 17 3H7Z",
18
- fill: l
17
+ fill: o
19
18
  }
20
19
  )
21
20
  }
@@ -0,0 +1,45 @@
1
+ import { j as C } from "../../../_virtual/jsx-runtime.js";
2
+ const i = ({ size: l = 24, color: t = "currentColor", ...s }) => /* @__PURE__ */ C.jsxs(
3
+ "svg",
4
+ {
5
+ width: l,
6
+ height: l,
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...s,
11
+ children: [
12
+ /* @__PURE__ */ C.jsx(
13
+ "path",
14
+ {
15
+ d: "M17.5777 4.43152L15.5777 3.38197C13.8221 2.46066 12.9443 2 12 2C11.0557 2 10.1779 2.46066 8.42229 3.38197L8.10057 3.5508L17.0236 8.64967L21.0403 6.64132C20.3941 5.90949 19.3515 5.36234 17.5777 4.43152Z",
16
+ fill: t
17
+ }
18
+ ),
19
+ /* @__PURE__ */ C.jsx(
20
+ "path",
21
+ {
22
+ d: "M21.7484 7.96434L17.75 9.96353V13C17.75 13.4142 17.4142 13.75 17 13.75C16.5858 13.75 16.25 13.4142 16.25 13V10.7135L12.75 12.4635V21.904C13.4679 21.7252 14.2848 21.2965 15.5777 20.618L17.5777 19.5685C19.7294 18.4393 20.8052 17.8748 21.4026 16.8603C22 15.8458 22 14.5833 22 12.0585V11.9415C22 10.0489 22 8.86557 21.7484 7.96434Z",
23
+ fill: t
24
+ }
25
+ ),
26
+ /* @__PURE__ */ C.jsx(
27
+ "path",
28
+ {
29
+ d: "M11.25 21.904V12.4635L2.25164 7.96434C2 8.86557 2 10.0489 2 11.9415V12.0585C2 14.5833 2 15.8458 2.5974 16.8603C3.19479 17.8748 4.27062 18.4393 6.42228 19.5685L8.42229 20.618C9.71524 21.2965 10.5321 21.7252 11.25 21.904Z",
30
+ fill: t
31
+ }
32
+ ),
33
+ /* @__PURE__ */ C.jsx(
34
+ "path",
35
+ {
36
+ d: "M2.95969 6.64132L12 11.1615L15.4112 9.4559L6.52456 4.37785L6.42229 4.43152C4.64855 5.36234 3.6059 5.90949 2.95969 6.64132Z",
37
+ fill: t
38
+ }
39
+ )
40
+ ]
41
+ }
42
+ );
43
+ export {
44
+ i as default
45
+ };
@@ -0,0 +1,35 @@
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ const C = ({ size: e = 24, color: o = "currentColor", ...r }) => /* @__PURE__ */ t.jsxs(
3
+ "svg",
4
+ {
5
+ width: e,
6
+ height: e,
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...r,
11
+ children: [
12
+ /* @__PURE__ */ t.jsx(
13
+ "path",
14
+ {
15
+ d: "M15.5777 3.38197L17.5777 4.43152C19.7294 5.56066 20.8052 6.12523 21.4026 7.13974C22 8.15425 22 9.41667 22 11.9415V12.0585C22 14.5833 22 15.8458 21.4026 16.8603C20.8052 17.8748 19.7294 18.4393 17.5777 19.5685L15.5777 20.618C13.8221 21.5393 12.9443 22 12 22C11.0557 22 10.1779 21.5393 8.42229 20.618L6.42229 19.5685C4.27063 18.4393 3.19479 17.8748 2.5974 16.8603C2 15.8458 2 14.5833 2 12.0585V11.9415C2 9.41667 2 8.15425 2.5974 7.13974C3.19479 6.12523 4.27063 5.56066 6.42229 4.43152L8.42229 3.38197C10.1779 2.46066 11.0557 2 12 2C12.9443 2 13.8221 2.46066 15.5777 3.38197Z",
16
+ stroke: o,
17
+ strokeWidth: "1.5",
18
+ strokeLinecap: "round"
19
+ }
20
+ ),
21
+ /* @__PURE__ */ t.jsx(
22
+ "path",
23
+ {
24
+ d: "M21 7.5L17 9.5M12 12L3 7.5M12 12V21.5M12 12C12 12 14.7426 10.6287 16.5 9.75C16.6953 9.65237 17 9.5 17 9.5M17 9.5V13M17 9.5L7.5 4.5",
25
+ stroke: o,
26
+ strokeWidth: "1.5",
27
+ strokeLinecap: "round"
28
+ }
29
+ )
30
+ ]
31
+ }
32
+ );
33
+ export {
34
+ C as default
35
+ };
@@ -0,0 +1,38 @@
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ const x = ({ size: l = 24, color: C = "currentColor", ...s }) => /* @__PURE__ */ t.jsxs(
3
+ "svg",
4
+ {
5
+ width: l,
6
+ height: l,
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...s,
11
+ children: [
12
+ /* @__PURE__ */ t.jsx(
13
+ "path",
14
+ {
15
+ d: "M17.5777 4.43152L15.5777 3.38197C13.8221 2.46066 12.9443 2 12 2C11.0557 2 10.1779 2.46066 8.42229 3.38197L6.42229 4.43152C4.64855 5.36234 3.6059 5.9095 2.95969 6.64132L12 11.1615L21.0403 6.64132C20.3941 5.9095 19.3515 5.36234 17.5777 4.43152Z",
16
+ fill: C
17
+ }
18
+ ),
19
+ /* @__PURE__ */ t.jsx(
20
+ "path",
21
+ {
22
+ d: "M21.7484 7.96435L12.75 12.4635V21.904C13.4679 21.7252 14.2848 21.2965 15.5777 20.618L17.5777 19.5685C19.7294 18.4393 20.8052 17.8748 21.4026 16.8603C22 15.8458 22 14.5833 22 12.0585V11.9415C22 10.0489 22 8.86558 21.7484 7.96435Z",
23
+ fill: C
24
+ }
25
+ ),
26
+ /* @__PURE__ */ t.jsx(
27
+ "path",
28
+ {
29
+ d: "M11.25 21.904V12.4635L2.25164 7.96434C2 8.86557 2 10.0489 2 11.9415V12.0585C2 14.5833 2 15.8458 2.5974 16.8603C3.19479 17.8748 4.27063 18.4393 6.42229 19.5685L8.42229 20.618C9.71524 21.2965 10.5321 21.7252 11.25 21.904Z",
30
+ fill: C
31
+ }
32
+ )
33
+ ]
34
+ }
35
+ );
36
+ export {
37
+ x as default
38
+ };
@@ -0,0 +1,35 @@
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ const C = ({ size: o = 24, color: s = "currentColor", ...e }) => /* @__PURE__ */ t.jsxs(
3
+ "svg",
4
+ {
5
+ width: o,
6
+ height: o,
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...e,
11
+ children: [
12
+ /* @__PURE__ */ t.jsx(
13
+ "path",
14
+ {
15
+ d: "M15.5777 3.38197L17.5777 4.43152C19.7294 5.56066 20.8052 6.12523 21.4026 7.13974C22 8.15425 22 9.41667 22 11.9415V12.0585C22 14.5833 22 15.8458 21.4026 16.8603C20.8052 17.8748 19.7294 18.4393 17.5777 19.5685L15.5777 20.618C13.8221 21.5393 12.9443 22 12 22C11.0557 22 10.1779 21.5393 8.42229 20.618L6.42229 19.5685C4.27063 18.4393 3.19479 17.8748 2.5974 16.8603C2 15.8458 2 14.5833 2 12.0585V11.9415C2 9.41667 2 8.15425 2.5974 7.13974C3.19479 6.12523 4.27063 5.56066 6.42229 4.43152L8.42229 3.38197C10.1779 2.46066 11.0557 2 12 2C12.9443 2 13.8221 2.46066 15.5777 3.38197Z",
16
+ stroke: s,
17
+ strokeWidth: "1.5",
18
+ strokeLinecap: "round"
19
+ }
20
+ ),
21
+ /* @__PURE__ */ t.jsx(
22
+ "path",
23
+ {
24
+ d: "M21 7.5L12 12M12 12L3 7.5M12 12V21.5",
25
+ stroke: s,
26
+ strokeWidth: "1.5",
27
+ strokeLinecap: "round"
28
+ }
29
+ )
30
+ ]
31
+ }
32
+ );
33
+ export {
34
+ C as default
35
+ };
@@ -1,14 +1,13 @@
1
1
  import { j as C } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
- const d = ({ size: t = 24, color: l = "currentColor", ...e }) => /* @__PURE__ */ C.jsxs(
2
+ const s = ({ size: e = 24, color: l = "currentColor", ...t }) => /* @__PURE__ */ C.jsxs(
4
3
  "svg",
5
4
  {
6
- width: 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",
@@ -37,5 +36,5 @@ const d = ({ size: t = 24, color: l = "currentColor", ...e }) => /* @__PURE__ */
37
36
  }
38
37
  );
39
38
  export {
40
- d as default
39
+ s as default
41
40
  };
@@ -1,6 +1,5 @@
1
1
  import { j as C } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
- const e = ({ size: t = 24, color: L = "currentColor", ...M }) => /* @__PURE__ */ C.jsxs(
2
+ const s = ({ size: t = 24, color: L = "currentColor", ...M }) => /* @__PURE__ */ C.jsxs(
4
3
  "svg",
5
4
  {
6
5
  width: t,
@@ -47,5 +46,5 @@ const e = ({ size: t = 24, color: L = "currentColor", ...M }) => /* @__PURE__ */
47
46
  }
48
47
  );
49
48
  export {
50
- e as default
49
+ s as default
51
50
  };
@@ -1,6 +1,5 @@
1
1
  import { j as C } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
- const L = ({ size: t = 24, color: l = "currentColor", ...e }) => /* @__PURE__ */ C.jsxs(
2
+ const i = ({ size: t = 24, color: l = "currentColor", ...e }) => /* @__PURE__ */ C.jsxs(
4
3
  "svg",
5
4
  {
6
5
  width: t,
@@ -37,5 +36,5 @@ const L = ({ size: t = 24, color: l = "currentColor", ...e }) => /* @__PURE__ */
37
36
  }
38
37
  );
39
38
  export {
40
- L as default
39
+ i as default
41
40
  };
@@ -1,6 +1,5 @@
1
1
  import { j as C } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
- const r = ({ size: t = 24, color: L = "currentColor", ...M }) => /* @__PURE__ */ C.jsxs(
2
+ const s = ({ size: t = 24, color: L = "currentColor", ...M }) => /* @__PURE__ */ C.jsxs(
4
3
  "svg",
5
4
  {
6
5
  width: t,
@@ -46,5 +45,5 @@ const r = ({ size: t = 24, color: L = "currentColor", ...M }) => /* @__PURE__ */
46
45
  }
47
46
  );
48
47
  export {
49
- r as default
48
+ s as default
50
49
  };
@@ -1,5 +1,4 @@
1
1
  import { j as C } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
2
  const x = ({ size: l = 24, color: t = "currentColor", ...s }) => /* @__PURE__ */ C.jsxs(
4
3
  "svg",
5
4
  {
@@ -1,6 +1,5 @@
1
1
  import { j as C } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
- const d = ({ size: t = 24, color: l = "currentColor", ...e }) => /* @__PURE__ */ C.jsxs(
2
+ const s = ({ size: t = 24, color: l = "currentColor", ...e }) => /* @__PURE__ */ C.jsxs(
4
3
  "svg",
5
4
  {
6
5
  width: t,
@@ -37,5 +36,5 @@ const d = ({ size: t = 24, color: l = "currentColor", ...e }) => /* @__PURE__ */
37
36
  }
38
37
  );
39
38
  export {
40
- d as default
39
+ s as default
41
40
  };
@@ -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", ...r }) => /* @__PURE__ */ t.jsxs(
2
+ const o = ({ size: e = 24, color: s = "currentColor", ...r }) => /* @__PURE__ */ t.jsxs(
4
3
  "svg",
5
4
  {
6
5
  width: e,
@@ -48,5 +47,5 @@ const i = ({ size: e = 24, color: s = "currentColor", ...r }) => /* @__PURE__ */
48
47
  }
49
48
  );
50
49
  export {
51
- i as default
50
+ o as default
52
51
  };
@@ -1,6 +1,5 @@
1
1
  import { j as t } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
- const h = ({ size: e = 24, color: s = "currentColor", ...r }) => /* @__PURE__ */ t.jsxs(
2
+ const o = ({ size: e = 24, color: s = "currentColor", ...C }) => /* @__PURE__ */ t.jsxs(
4
3
  "svg",
5
4
  {
6
5
  width: e,
@@ -8,7 +7,7 @@ const h = ({ size: e = 24, color: s = "currentColor", ...r }) => /* @__PURE__ */
8
7
  viewBox: "0 0 24 24",
9
8
  fill: "none",
10
9
  xmlns: "http://www.w3.org/2000/svg",
11
- ...r,
10
+ ...C,
12
11
  children: [
13
12
  /* @__PURE__ */ t.jsx(
14
13
  "path",
@@ -47,5 +46,5 @@ const h = ({ size: e = 24, color: s = "currentColor", ...r }) => /* @__PURE__ */
47
46
  }
48
47
  );
49
48
  export {
50
- h as default
49
+ o as default
51
50
  };
@@ -1,6 +1,5 @@
1
1
  import { j as C } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
- const d = ({ size: t = 24, color: l = "currentColor", ...e }) => /* @__PURE__ */ C.jsxs(
2
+ const i = ({ size: t = 24, color: l = "currentColor", ...e }) => /* @__PURE__ */ C.jsxs(
4
3
  "svg",
5
4
  {
6
5
  width: t,
@@ -37,5 +36,5 @@ const d = ({ size: t = 24, color: l = "currentColor", ...e }) => /* @__PURE__ */
37
36
  }
38
37
  );
39
38
  export {
40
- d as default
39
+ i as default
41
40
  };
@@ -1,6 +1,5 @@
1
1
  import { j as C } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
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
- e as default
48
+ s as default
50
49
  };