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,14 +1,13 @@
1
1
  import { j as t } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
- const i = ({ size: r = 24, color: o = "currentColor", ...e }) => /* @__PURE__ */ t.jsxs(
2
+ const n = ({ size: e = 24, color: o = "currentColor", ...r }) => /* @__PURE__ */ t.jsxs(
4
3
  "svg",
5
4
  {
6
- width: r,
7
- height: r,
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
+ ...r,
12
11
  children: [
13
12
  /* @__PURE__ */ t.jsx(
14
13
  "path",
@@ -44,5 +43,5 @@ const i = ({ size: r = 24, color: o = "currentColor", ...e }) => /* @__PURE__ */
44
43
  }
45
44
  );
46
45
  export {
47
- i as default
46
+ n as default
48
47
  };
@@ -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 i = ({ 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
+ i as default
39
38
  };
@@ -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: o = "currentColor", ...r }) => /* @__PURE__ */ t.jsxs(
2
+ const n = ({ size: e = 24, color: o = "currentColor", ...r }) => /* @__PURE__ */ t.jsxs(
4
3
  "svg",
5
4
  {
6
5
  width: e,
@@ -44,5 +43,5 @@ const i = ({ size: e = 24, color: o = "currentColor", ...r }) => /* @__PURE__ */
44
43
  }
45
44
  );
46
45
  export {
47
- i as default
46
+ n as default
48
47
  };
@@ -0,0 +1,31 @@
1
+ import { j as C } from "../../../_virtual/jsx-runtime.js";
2
+ const i = ({ size: t = 24, color: s = "currentColor", ...l }) => /* @__PURE__ */ C.jsxs(
3
+ "svg",
4
+ {
5
+ width: t,
6
+ height: t,
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...l,
11
+ children: [
12
+ /* @__PURE__ */ C.jsx(
13
+ "path",
14
+ {
15
+ d: "M12.5535 16.5061C12.4114 16.6615 12.2106 16.75 12 16.75C11.7894 16.75 11.5886 16.6615 11.4465 16.5061L7.44648 12.1311C7.16698 11.8254 7.18822 11.351 7.49392 11.0715C7.79963 10.792 8.27402 10.8132 8.55352 11.1189L11.25 14.0682V3C11.25 2.58579 11.5858 2.25 12 2.25C12.4142 2.25 12.75 2.58579 12.75 3V14.0682L15.4465 11.1189C15.726 10.8132 16.2004 10.792 16.5061 11.0715C16.8118 11.351 16.833 11.8254 16.5535 12.1311L12.5535 16.5061Z",
16
+ fill: s
17
+ }
18
+ ),
19
+ /* @__PURE__ */ C.jsx(
20
+ "path",
21
+ {
22
+ d: "M3.75 15C3.75 14.5858 3.41422 14.25 3 14.25C2.58579 14.25 2.25 14.5858 2.25 15V15.0549C2.24998 16.4225 2.24996 17.5248 2.36652 18.3918C2.48754 19.2919 2.74643 20.0497 3.34835 20.6516C3.95027 21.2536 4.70814 21.5125 5.60825 21.6335C6.47522 21.75 7.57754 21.75 8.94513 21.75H15.0549C16.4225 21.75 17.5248 21.75 18.3918 21.6335C19.2919 21.5125 20.0497 21.2536 20.6517 20.6516C21.2536 20.0497 21.5125 19.2919 21.6335 18.3918C21.75 17.5248 21.75 16.4225 21.75 15.0549V15C21.75 14.5858 21.4142 14.25 21 14.25C20.5858 14.25 20.25 14.5858 20.25 15C20.25 16.4354 20.2484 17.4365 20.1469 18.1919C20.0482 18.9257 19.8678 19.3142 19.591 19.591C19.3142 19.8678 18.9257 20.0482 18.1919 20.1469C17.4365 20.2484 16.4354 20.25 15 20.25H9C7.56459 20.25 6.56347 20.2484 5.80812 20.1469C5.07435 20.0482 4.68577 19.8678 4.40901 19.591C4.13225 19.3142 3.9518 18.9257 3.85315 18.1919C3.75159 17.4365 3.75 16.4354 3.75 15Z",
23
+ fill: s
24
+ }
25
+ )
26
+ ]
27
+ }
28
+ );
29
+ export {
30
+ i as default
31
+ };
@@ -0,0 +1,24 @@
1
+ import { j as l } from "../../../_virtual/jsx-runtime.js";
2
+ const d = ({ size: C = 24, color: o = "currentColor", ...e }) => /* @__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
+ ...e,
11
+ children: /* @__PURE__ */ l.jsx(
12
+ "path",
13
+ {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ 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 12ZM12 6.25C12.4142 6.25 12.75 6.58579 12.75 7V12.1893L14.4697 10.4697C14.7626 10.1768 15.2374 10.1768 15.5303 10.4697C15.8232 10.7626 15.8232 11.2374 15.5303 11.5303L12.5303 14.5303C12.3897 14.671 12.1989 14.75 12 14.75C11.8011 14.75 11.6103 14.671 11.4697 14.5303L8.46967 11.5303C8.17678 11.2374 8.17678 10.7626 8.46967 10.4697C8.76256 10.1768 9.23744 10.1768 9.53033 10.4697L11.25 12.1893V7C11.25 6.58579 11.5858 6.25 12 6.25ZM8 16.25C7.58579 16.25 7.25 16.5858 7.25 17C7.25 17.4142 7.58579 17.75 8 17.75H16C16.4142 17.75 16.75 17.4142 16.75 17C16.75 16.5858 16.4142 16.25 16 16.25H8Z",
17
+ fill: o
18
+ }
19
+ )
20
+ }
21
+ );
22
+ export {
23
+ d as default
24
+ };
@@ -0,0 +1,40 @@
1
+ import { j as C } from "../../../_virtual/jsx-runtime.js";
2
+ const s = ({ size: t = 24, color: l = "currentColor", ...e }) => /* @__PURE__ */ C.jsxs(
3
+ "svg",
4
+ {
5
+ width: t,
6
+ height: t,
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...e,
11
+ children: [
12
+ /* @__PURE__ */ C.jsx(
13
+ "path",
14
+ {
15
+ d: "M12 6.25C12.4142 6.25 12.75 6.58579 12.75 7V12.1893L14.4697 10.4697C14.7626 10.1768 15.2374 10.1768 15.5303 10.4697C15.8232 10.7626 15.8232 11.2374 15.5303 11.5303L12.5303 14.5303C12.3897 14.671 12.1989 14.75 12 14.75C11.8011 14.75 11.6103 14.671 11.4697 14.5303L8.46967 11.5303C8.17678 11.2374 8.17678 10.7626 8.46967 10.4697C8.76256 10.1768 9.23744 10.1768 9.53033 10.4697L11.25 12.1893V7C11.25 6.58579 11.5858 6.25 12 6.25Z",
16
+ fill: l
17
+ }
18
+ ),
19
+ /* @__PURE__ */ C.jsx(
20
+ "path",
21
+ {
22
+ d: "M7.25 17C7.25 16.5858 7.58579 16.25 8 16.25H16C16.4142 16.25 16.75 16.5858 16.75 17C16.75 17.4142 16.4142 17.75 16 17.75H8C7.58579 17.75 7.25 17.4142 7.25 17Z",
23
+ fill: l
24
+ }
25
+ ),
26
+ /* @__PURE__ */ C.jsx(
27
+ "path",
28
+ {
29
+ fillRule: "evenodd",
30
+ clipRule: "evenodd",
31
+ d: "M11.9426 1.25C9.63423 1.24999 7.82519 1.24998 6.4137 1.43975C4.96897 1.63399 3.82895 2.03933 2.93414 2.93414C2.03933 3.82895 1.63399 4.96897 1.43975 6.41371C1.24998 7.82519 1.24999 9.63423 1.25 11.9426V12.0574C1.24999 14.3658 1.24998 16.1748 1.43975 17.5863C1.63399 19.031 2.03933 20.1711 2.93414 21.0659C3.82895 21.9607 4.96897 22.366 6.4137 22.5603C7.82519 22.75 9.63423 22.75 11.9426 22.75H12.0574C14.3658 22.75 16.1748 22.75 17.5863 22.5603C19.031 22.366 20.1711 21.9607 21.0659 21.0659C21.9607 20.1711 22.366 19.031 22.5603 17.5863C22.75 16.1748 22.75 14.3658 22.75 12.0574V11.9426C22.75 9.63423 22.75 7.82519 22.5603 6.41371C22.366 4.96897 21.9607 3.82895 21.0659 2.93414C20.1711 2.03933 19.031 1.63399 17.5863 1.43975C16.1748 1.24998 14.3658 1.24999 12.0574 1.25H11.9426ZM3.9948 3.9948C4.56445 3.42514 5.33517 3.09825 6.61358 2.92637C7.91356 2.75159 9.62177 2.75 12 2.75C14.3782 2.75 16.0864 2.75159 17.3864 2.92637C18.6648 3.09825 19.4355 3.42514 20.0052 3.9948C20.5749 4.56445 20.9018 5.33517 21.0736 6.61358C21.2484 7.91356 21.25 9.62178 21.25 12C21.25 14.3782 21.2484 16.0864 21.0736 17.3864C20.9018 18.6648 20.5749 19.4355 20.0052 20.0052C19.4355 20.5749 18.6648 20.9018 17.3864 21.0736C16.0864 21.2484 14.3782 21.25 12 21.25C9.62177 21.25 7.91356 21.2484 6.61358 21.0736C5.33517 20.9018 4.56445 20.5749 3.9948 20.0052C3.42514 19.4355 3.09825 18.6648 2.92637 17.3864C2.75159 16.0864 2.75 14.3782 2.75 12C2.75 9.62178 2.75159 7.91356 2.92637 6.61358C3.09825 5.33517 3.42514 4.56445 3.9948 3.9948Z",
32
+ fill: l
33
+ }
34
+ )
35
+ ]
36
+ }
37
+ );
38
+ export {
39
+ s as default
40
+ };
@@ -0,0 +1,25 @@
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ const i = ({ 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: "M12 3.99997H6C4.89543 3.99997 4 4.8954 4 5.99997V18C4 19.1045 4.89543 20 6 20H18C19.1046 20 20 19.1045 20 18V12M18.4142 8.41417L19.5 7.32842C20.281 6.54737 20.281 5.28104 19.5 4.5C18.7189 3.71895 17.4526 3.71895 16.6715 4.50001L15.5858 5.58575M18.4142 8.41417L12.3779 14.4505C12.0987 14.7297 11.7431 14.9201 11.356 14.9975L8.41422 15.5858L9.00257 12.6441C9.08001 12.2569 9.27032 11.9013 9.54951 11.6221L15.5858 5.58575M18.4142 8.41417L15.5858 5.58575",
15
+ stroke: r,
16
+ strokeWidth: "2",
17
+ strokeLinecap: "round",
18
+ strokeLinejoin: "round"
19
+ }
20
+ )
21
+ }
22
+ );
23
+ export {
24
+ i as default
25
+ };
@@ -0,0 +1,37 @@
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ const n = ({ size: o = 24, color: r = "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: "M21.2799 6.40005L11.7399 15.94C10.7899 16.89 7.96987 17.33 7.33987 16.7C6.70987 16.07 7.13987 13.25 8.08987 12.3L17.6399 2.75002C17.8754 2.49308 18.1605 2.28654 18.4781 2.14284C18.7956 1.99914 19.139 1.92124 19.4875 1.9139C19.8359 1.90657 20.1823 1.96991 20.5056 2.10012C20.8289 2.23033 21.1225 2.42473 21.3686 2.67153C21.6147 2.91833 21.8083 3.21243 21.9376 3.53609C22.0669 3.85976 22.1294 4.20626 22.1211 4.55471C22.1128 4.90316 22.0339 5.24635 21.8894 5.5635C21.7448 5.88065 21.5375 6.16524 21.2799 6.40005V6.40005Z",
16
+ stroke: r,
17
+ strokeWidth: "1.5",
18
+ strokeLinecap: "round",
19
+ strokeLinejoin: "round"
20
+ }
21
+ ),
22
+ /* @__PURE__ */ t.jsx(
23
+ "path",
24
+ {
25
+ d: "M11 4H6C4.93913 4 3.92178 4.42142 3.17163 5.17157C2.42149 5.92172 2 6.93913 2 8V18C2 19.0609 2.42149 20.0783 3.17163 20.8284C3.92178 21.5786 4.93913 22 6 22H17C19.21 22 20 20.2 20 18V13",
26
+ stroke: r,
27
+ strokeWidth: "1.5",
28
+ strokeLinecap: "round",
29
+ strokeLinejoin: "round"
30
+ }
31
+ )
32
+ ]
33
+ }
34
+ );
35
+ export {
36
+ n as default
37
+ };
@@ -0,0 +1,31 @@
1
+ import { j as l } from "../../../_virtual/jsx-runtime.js";
2
+ const o = ({ size: c = 24, color: n = "currentColor", ...t }) => /* @__PURE__ */ l.jsx(
3
+ "svg",
4
+ {
5
+ width: c,
6
+ height: c,
7
+ viewBox: "0 0 512 512",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...t,
11
+ children: /* @__PURE__ */ l.jsx("g", { children: /* @__PURE__ */ l.jsx(
12
+ "path",
13
+ {
14
+ fill: n,
15
+ d: `M440.917,67.925H71.083C31.827,67.925,0,99.752,0,139.008v233.984c0,39.256,31.827,71.083,71.083,71.083
16
+ h369.834c39.255,0,71.083-31.827,71.083-71.083V139.008C512,99.752,480.172,67.925,440.917,67.925z M178.166,321.72l-99.54,84.92
17
+ c-7.021,5.992-17.576,5.159-23.567-1.869c-5.992-7.021-5.159-17.576,1.87-23.567l99.54-84.92c7.02-5.992,17.574-5.159,23.566,1.87
18
+ C186.027,305.174,185.194,315.729,178.166,321.72z M256,289.436c-13.314-0.033-26.22-4.457-36.31-13.183l0.008,0.008l-0.032-0.024
19
+ c0.008,0.008,0.017,0.008,0.024,0.016L66.962,143.694c-6.98-6.058-7.723-16.612-1.674-23.583c6.057-6.98,16.612-7.723,23.582-1.674
20
+ l152.771,132.592c3.265,2.906,8.645,5.004,14.359,4.971c5.706,0.017,10.995-2.024,14.44-5.028l0.074-0.065l152.615-132.469
21
+ c6.971-6.049,17.526-5.306,23.583,1.674c6.048,6.97,5.306,17.525-1.674,23.583l-152.77,132.599
22
+ C282.211,284.929,269.322,289.419,256,289.436z M456.948,404.771c-5.992,7.028-16.547,7.861-23.566,1.869l-99.54-84.92
23
+ c-7.028-5.992-7.861-16.546-1.869-23.566c5.991-7.029,16.546-7.861,23.566-1.87l99.54,84.92
24
+ C462.107,387.195,462.94,397.75,456.948,404.771z`
25
+ }
26
+ ) })
27
+ }
28
+ );
29
+ export {
30
+ o as default
31
+ };
@@ -0,0 +1,34 @@
1
+ import { j as c } from "../../../_virtual/jsx-runtime.js";
2
+ const o = ({ size: n = 24, color: l = "currentColor", ...t }) => /* @__PURE__ */ c.jsx(
3
+ "svg",
4
+ {
5
+ width: n,
6
+ height: n,
7
+ viewBox: "0 0 512 512",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...t,
11
+ children: /* @__PURE__ */ c.jsx("g", { children: /* @__PURE__ */ c.jsx(
12
+ "path",
13
+ {
14
+ fill: l,
15
+ d: `M510.678,112.275c-2.308-11.626-7.463-22.265-14.662-31.054c-1.518-1.915-3.104-3.63-4.823-5.345
16
+ c-12.755-12.818-30.657-20.814-50.214-20.814H71.021c-19.557,0-37.395,7.996-50.21,20.814c-1.715,1.715-3.301,3.43-4.823,5.345
17
+ C8.785,90.009,3.63,100.649,1.386,112.275C0.464,116.762,0,121.399,0,126.087V385.92c0,9.968,2.114,19.55,5.884,28.203
18
+ c3.497,8.26,8.653,15.734,14.926,22.001c1.59,1.586,3.169,3.044,4.892,4.494c12.286,10.175,28.145,16.32,45.319,16.32h369.958
19
+ c17.18,0,33.108-6.145,45.323-16.384c1.718-1.386,3.305-2.844,4.891-4.43c6.27-6.267,11.425-13.741,14.994-22.001v-0.064
20
+ c3.769-8.653,5.812-18.171,5.812-28.138V126.087C512,121.399,511.543,116.762,510.678,112.275z M46.509,101.571
21
+ c6.345-6.338,14.866-10.175,24.512-10.175h369.958c9.646,0,18.242,3.837,24.512,10.175c1.122,1.129,2.179,2.387,3.112,3.637
22
+ L274.696,274.203c-5.348,4.687-11.954,7.002-18.696,7.002c-6.674,0-13.276-2.315-18.695-7.002L43.472,105.136
23
+ C44.33,103.886,45.387,102.7,46.509,101.571z M36.334,385.92V142.735L176.658,265.15L36.405,387.435
24
+ C36.334,386.971,36.334,386.449,36.334,385.92z M440.979,420.597H71.021c-6.281,0-12.158-1.651-17.174-4.552l147.978-128.959
25
+ l13.815,12.018c11.561,10.046,26.028,15.134,40.36,15.134c14.406,0,28.872-5.088,40.432-15.134l13.808-12.018l147.92,128.959
26
+ C453.137,418.946,447.26,420.597,440.979,420.597z M475.666,385.92c0,0.529,0,1.051-0.068,1.515L335.346,265.221L475.666,142.8
27
+ V385.92z`
28
+ }
29
+ ) })
30
+ }
31
+ );
32
+ export {
33
+ o as default
34
+ };
@@ -1,5 +1,4 @@
1
1
  import { j as t } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
2
  const s = ({ size: o = 24, color: r = "currentColor", ...e }) => /* @__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.jsxs(
2
+ const n = ({ size: o = 24, color: r = "currentColor", ...e }) => /* @__PURE__ */ t.jsxs(
4
3
  "svg",
5
4
  {
6
5
  width: o,
@@ -34,5 +33,5 @@ const i = ({ size: o = 24, color: r = "currentColor", ...e }) => /* @__PURE__ */
34
33
  }
35
34
  );
36
35
  export {
37
- i as default
36
+ n as default
38
37
  };
@@ -0,0 +1,21 @@
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ const h = ({ size: l = 24, color: s = "currentColor", ...i }) => /* @__PURE__ */ t.jsxs(
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
+ ...i,
11
+ children: [
12
+ /* @__PURE__ */ t.jsx("path", { d: "M0 3H16V1H0V3Z", fill: s }),
13
+ /* @__PURE__ */ t.jsx("path", { d: "M2 7H14V5H2V7Z", fill: s }),
14
+ /* @__PURE__ */ t.jsx("path", { d: "M4 11H12V9H4V11Z", fill: s }),
15
+ /* @__PURE__ */ t.jsx("path", { d: "M10 15H6V13H10V15Z", fill: s })
16
+ ]
17
+ }
18
+ );
19
+ export {
20
+ h as default
21
+ };
@@ -0,0 +1,25 @@
1
+ import { j as C } from "../../../_virtual/jsx-runtime.js";
2
+ const s = ({ size: t = 24, color: o = "currentColor", ...r }) => /* @__PURE__ */ C.jsx(
3
+ "svg",
4
+ {
5
+ width: t,
6
+ height: t,
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...r,
11
+ children: /* @__PURE__ */ C.jsx(
12
+ "path",
13
+ {
14
+ d: "M21 6H19M21 12H16M21 18H16M7 20V13.5612C7 13.3532 7 13.2492 6.97958 13.1497C6.96147 13.0615 6.93151 12.9761 6.89052 12.8958C6.84431 12.8054 6.77934 12.7242 6.64939 12.5617L3.35061 8.43826C3.22066 8.27583 3.15569 8.19461 3.10948 8.10417C3.06849 8.02393 3.03853 7.93852 3.02042 7.85026C3 7.75078 3 7.64677 3 7.43875V5.6C3 5.03995 3 4.75992 3.10899 4.54601C3.20487 4.35785 3.35785 4.20487 3.54601 4.10899C3.75992 4 4.03995 4 4.6 4H13.4C13.9601 4 14.2401 4 14.454 4.10899C14.6422 4.20487 14.7951 4.35785 14.891 4.54601C15 4.75992 15 5.03995 15 5.6V7.43875C15 7.64677 15 7.75078 14.9796 7.85026C14.9615 7.93852 14.9315 8.02393 14.8905 8.10417C14.8443 8.19461 14.7793 8.27583 14.6494 8.43826L11.3506 12.5617C11.2207 12.7242 11.1557 12.8054 11.1095 12.8958C11.0685 12.9761 11.0385 13.0615 11.0204 13.1497C11 13.2492 11 13.3532 11 13.5612V17L7 20Z",
15
+ stroke: o,
16
+ strokeWidth: "2",
17
+ strokeLinecap: "round",
18
+ strokeLinejoin: "round"
19
+ }
20
+ )
21
+ }
22
+ );
23
+ export {
24
+ s as default
25
+ };
@@ -0,0 +1,22 @@
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ const r = ({ size: C = 24, color: l = "currentColor", ...i }) => /* @__PURE__ */ t.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
+ ...i,
11
+ children: /* @__PURE__ */ t.jsx(
12
+ "path",
13
+ {
14
+ d: "M19 3H5C3.58579 3 2.87868 3 2.43934 3.4122C2 3.8244 2 4.48782 2 5.81466V6.50448C2 7.54232 2 8.06124 2.2596 8.49142C2.5192 8.9216 2.99347 9.18858 3.94202 9.72255L6.85504 11.3624C7.49146 11.7206 7.80967 11.8998 8.03751 12.0976C8.51199 12.5095 8.80408 12.9935 8.93644 13.5872C9 13.8722 9 14.2058 9 14.8729L9 17.5424C9 18.452 9 18.9067 9.25192 19.2613C9.50385 19.6158 9.95128 19.7907 10.8462 20.1406C12.7248 20.875 13.6641 21.2422 14.3321 20.8244C15 20.4066 15 19.4519 15 17.5424V14.8729C15 14.2058 15 13.8722 15.0636 13.5872C15.1959 12.9935 15.488 12.5095 15.9625 12.0976C16.1903 11.8998 16.5085 11.7206 17.145 11.3624L20.058 9.72255C21.0065 9.18858 21.4808 8.9216 21.7404 8.49142C22 8.06124 22 7.54232 22 6.50448V5.81466C22 4.48782 22 3.8244 21.5607 3.4122C21.1213 3 20.4142 3 19 3Z",
15
+ fill: l
16
+ }
17
+ )
18
+ }
19
+ );
20
+ export {
21
+ r as default
22
+ };
@@ -0,0 +1,23 @@
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ const s = ({ size: C = 24, color: o = "currentColor", ...r }) => /* @__PURE__ */ t.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
+ ...r,
11
+ children: /* @__PURE__ */ t.jsx(
12
+ "path",
13
+ {
14
+ d: "M19 3H5C3.58579 3 2.87868 3 2.43934 3.4122C2 3.8244 2 4.48782 2 5.81466V6.50448C2 7.54232 2 8.06124 2.2596 8.49142C2.5192 8.9216 2.99347 9.18858 3.94202 9.72255L6.85504 11.3624C7.49146 11.7206 7.80967 11.8998 8.03751 12.0976C8.51199 12.5095 8.80408 12.9935 8.93644 13.5872C9 13.8722 9 14.2058 9 14.8729L9 17.5424C9 18.452 9 18.9067 9.25192 19.2613C9.50385 19.6158 9.95128 19.7907 10.8462 20.1406C12.7248 20.875 13.6641 21.2422 14.3321 20.8244C15 20.4066 15 19.4519 15 17.5424V14.8729C15 14.2058 15 13.8722 15.0636 13.5872C15.1959 12.9935 15.488 12.5095 15.9625 12.0976C16.1903 11.8998 16.5085 11.7206 17.145 11.3624L20.058 9.72255C21.0065 9.18858 21.4808 8.9216 21.7404 8.49142C22 8.06124 22 7.54232 22 6.50448V5.81466C22 4.48782 22 3.8244 21.5607 3.4122C21.1213 3 20.4142 3 19 3Z",
15
+ stroke: o,
16
+ strokeWidth: "1.5"
17
+ }
18
+ )
19
+ }
20
+ );
21
+ export {
22
+ s as default
23
+ };
@@ -1,6 +1,5 @@
1
1
  import { j as e } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
- const o = ({ size: d = 24, color: l = "currentColor", ...i }) => /* @__PURE__ */ e.jsxs(
2
+ const t = ({ size: d = 24, color: l = "currentColor", ...i }) => /* @__PURE__ */ e.jsxs(
4
3
  "svg",
5
4
  {
6
5
  width: d,
@@ -41,5 +40,5 @@ const o = ({ size: d = 24, color: l = "currentColor", ...i }) => /* @__PURE__ */
41
40
  }
42
41
  );
43
42
  export {
44
- o as default
43
+ t as default
45
44
  };
@@ -1,5 +1,4 @@
1
1
  import { j as e } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
2
  const h = ({ size: t = 24, color: r = "currentColor", ...s }) => /* @__PURE__ */ e.jsxs(
4
3
  "svg",
5
4
  {
@@ -1,6 +1,5 @@
1
- import { j as o } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
- const s = ({ size: t = 24, color: r = "currentColor", ...l }) => /* @__PURE__ */ o.jsx(
1
+ import { j as l } from "../../../_virtual/jsx-runtime.js";
2
+ const s = ({ size: t = 24, color: o = "currentColor", ...r }) => /* @__PURE__ */ l.jsx(
4
3
  "svg",
5
4
  {
6
5
  width: t,
@@ -8,12 +7,12 @@ const s = ({ size: t = 24, color: r = "currentColor", ...l }) => /* @__PURE__ */
8
7
  viewBox: "0 0 16 16",
9
8
  fill: "none",
10
9
  xmlns: "http://www.w3.org/2000/svg",
11
- ...l,
12
- children: /* @__PURE__ */ o.jsx(
10
+ ...r,
11
+ children: /* @__PURE__ */ l.jsx(
13
12
  "path",
14
13
  {
15
14
  d: "M1.24264 8.24264L8 15L14.7574 8.24264C15.553 7.44699 16 6.36786 16 5.24264V5.05234C16 2.8143 14.1857 1 11.9477 1C10.7166 1 9.55233 1.55959 8.78331 2.52086L8 3.5L7.21669 2.52086C6.44767 1.55959 5.28338 1 4.05234 1C1.8143 1 0 2.8143 0 5.05234V5.24264C0 6.36786 0.44699 7.44699 1.24264 8.24264Z",
16
- fill: r
15
+ fill: o
17
16
  }
18
17
  )
19
18
  }
@@ -1,6 +1,5 @@
1
1
  import { j as o } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
- const s = ({ size: e = 24, color: t = "currentColor", ...r }) => /* @__PURE__ */ o.jsx(
2
+ const i = ({ size: e = 24, color: t = "currentColor", ...r }) => /* @__PURE__ */ o.jsx(
4
3
  "svg",
5
4
  {
6
5
  width: e,
@@ -24,5 +23,5 @@ const s = ({ size: e = 24, color: t = "currentColor", ...r }) => /* @__PURE__ */
24
23
  }
25
24
  );
26
25
  export {
27
- s as default
26
+ i as default
28
27
  };
@@ -1,5 +1,4 @@
1
1
  import { j as l } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
2
  const V = ({ size: e = 24, color: o = "currentColor", ...t }) => /* @__PURE__ */ l.jsx(
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 n = ({ 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 n = ({ size: C = 24, color: l = "currentColor", ...o }) => /* @__PURE__ */
21
20
  }
22
21
  );
23
22
  export {
24
- n as default
23
+ i as default
25
24
  };
@@ -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: s = "currentColor", ...o }) => /* @__PURE__ */ C.jsxs(
2
+ const i = ({ size: t = 24, color: s = "currentColor", ...l }) => /* @__PURE__ */ C.jsxs(
4
3
  "svg",
5
4
  {
6
5
  width: t,
@@ -8,7 +7,7 @@ const r = ({ size: t = 24, color: s = "currentColor", ...o }) => /* @__PURE__ */
8
7
  viewBox: "0 0 24 24",
9
8
  fill: "none",
10
9
  xmlns: "http://www.w3.org/2000/svg",
11
- ...o,
10
+ ...l,
12
11
  children: [
13
12
  /* @__PURE__ */ C.jsx(
14
13
  "path",
@@ -28,5 +27,5 @@ const r = ({ size: t = 24, color: s = "currentColor", ...o }) => /* @__PURE__ */
28
27
  }
29
28
  );
30
29
  export {
31
- r as default
30
+ i as default
32
31
  };
@@ -1,20 +1,19 @@
1
1
  import { j as t } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
- const n = ({ size: o = 24, color: r = "currentColor", ...s }) => /* @__PURE__ */ t.jsxs(
2
+ const n = ({ size: s = 24, color: o = "currentColor", ...r }) => /* @__PURE__ */ t.jsxs(
4
3
  "svg",
5
4
  {
6
- width: o,
7
- height: o,
5
+ width: s,
6
+ height: s,
8
7
  viewBox: "0 0 24 24",
9
8
  fill: "none",
10
9
  xmlns: "http://www.w3.org/2000/svg",
11
- ...s,
10
+ ...r,
12
11
  children: [
13
12
  /* @__PURE__ */ t.jsx(
14
13
  "path",
15
14
  {
16
15
  d: "M15.197 3.35462C16.8703 1.67483 19.4476 1.53865 20.9536 3.05046C22.4596 4.56228 22.3239 7.14956 20.6506 8.82935L18.2268 11.2626M10.0464 14C8.54044 12.4882 8.67609 9.90087 10.3494 8.22108L12.5 6.06212",
17
- stroke: r,
16
+ stroke: o,
18
17
  strokeWidth: "1.5",
19
18
  strokeLinecap: "round"
20
19
  }
@@ -23,7 +22,7 @@ const n = ({ size: o = 24, color: r = "currentColor", ...s }) => /* @__PURE__ */
23
22
  "path",
24
23
  {
25
24
  d: "M13.9536 10C15.4596 11.5118 15.3239 14.0991 13.6506 15.7789L11.2268 18.2121L8.80299 20.6454C7.12969 22.3252 4.55237 22.4613 3.0464 20.9495C1.54043 19.4377 1.67609 16.8504 3.34939 15.1706L5.77323 12.7373",
26
- stroke: r,
25
+ stroke: o,
27
26
  strokeWidth: "1.5",
28
27
  strokeLinecap: "round"
29
28
  }
@@ -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: o = "currentColor", ...l }) => /* @__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,
@@ -8,18 +7,18 @@ const r = ({ size: C = 24, color: o = "currentColor", ...l }) => /* @__PURE__ */
8
7
  viewBox: "0 0 24 24",
9
8
  fill: "none",
10
9
  xmlns: "http://www.w3.org/2000/svg",
11
- ...l,
10
+ ...o,
12
11
  children: /* @__PURE__ */ e.jsx(
13
12
  "path",
14
13
  {
15
14
  fillRule: "evenodd",
16
15
  clipRule: "evenodd",
17
16
  d: "M5.25 10.0546V8C5.25 4.27208 8.27208 1.25 12 1.25C15.7279 1.25 18.75 4.27208 18.75 8V10.0546C19.8648 10.1379 20.5907 10.348 21.1213 10.8787C22 11.7574 22 13.1716 22 16C22 18.8284 22 20.2426 21.1213 21.1213C20.2426 22 18.8284 22 16 22H8C5.17157 22 3.75736 22 2.87868 21.1213C2 20.2426 2 18.8284 2 16C2 13.1716 2 11.7574 2.87868 10.8787C3.40931 10.348 4.13525 10.1379 5.25 10.0546ZM6.75 8C6.75 5.10051 9.10051 2.75 12 2.75C14.8995 2.75 17.25 5.10051 17.25 8V10.0036C16.867 10 16.4515 10 16 10H8C7.54849 10 7.13301 10 6.75 10.0036V8ZM14 16C14 17.1046 13.1046 18 12 18C10.8954 18 10 17.1046 10 16C10 14.8954 10.8954 14 12 14C13.1046 14 14 14.8954 14 16Z",
18
- fill: o
17
+ fill: l
19
18
  }
20
19
  )
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 h = ({ size: s = 24, color: e = "currentColor", ...r }) => /* @__PURE__ */ t.jsxs(
2
+ const i = ({ size: s = 24, color: e = "currentColor", ...r }) => /* @__PURE__ */ t.jsxs(
4
3
  "svg",
5
4
  {
6
5
  width: s,
@@ -32,5 +31,5 @@ const h = ({ size: s = 24, color: e = "currentColor", ...r }) => /* @__PURE__ */
32
31
  }
33
32
  );
34
33
  export {
35
- h as default
34
+ i as default
36
35
  };
@@ -1,6 +1,5 @@
1
1
  import { j as e } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
- const n = ({ size: C = 24, color: o = "currentColor", ...l }) => /* @__PURE__ */ e.jsx(
2
+ const n = ({ size: C = 24, color: l = "currentColor", ...o }) => /* @__PURE__ */ e.jsx(
4
3
  "svg",
5
4
  {
6
5
  width: C,
@@ -8,14 +7,14 @@ const n = ({ size: C = 24, color: o = "currentColor", ...l }) => /* @__PURE__ */
8
7
  viewBox: "0 0 24 24",
9
8
  fill: "none",
10
9
  xmlns: "http://www.w3.org/2000/svg",
11
- ...l,
10
+ ...o,
12
11
  children: /* @__PURE__ */ e.jsx(
13
12
  "path",
14
13
  {
15
14
  fillRule: "evenodd",
16
15
  clipRule: "evenodd",
17
16
  d: "M6.75 8C6.75 5.10051 9.10051 2.75 12 2.75C14.4453 2.75 16.5018 4.42242 17.0846 6.68694C17.1879 7.08808 17.5968 7.32957 17.9979 7.22633C18.3991 7.12308 18.6405 6.7142 18.5373 6.31306C17.788 3.4019 15.1463 1.25 12 1.25C8.27208 1.25 5.25 4.27208 5.25 8V10.0546C4.13525 10.1379 3.40931 10.348 2.87868 10.8787C2 11.7574 2 13.1716 2 16C2 18.8284 2 20.2426 2.87868 21.1213C3.75736 22 5.17157 22 8 22H16C18.8284 22 20.2426 22 21.1213 21.1213C22 20.2426 22 18.8284 22 16C22 13.1716 22 11.7574 21.1213 10.8787C20.2426 10 18.8284 10 16 10H8C7.54849 10 7.13301 10 6.75 10.0036V8ZM14 16C14 17.1046 13.1046 18 12 18C10.8954 18 10 17.1046 10 16C10 14.8954 10.8954 14 12 14C13.1046 14 14 14.8954 14 16Z",
18
- fill: o
17
+ fill: l
19
18
  }
20
19
  )
21
20
  }
@@ -1,6 +1,5 @@
1
1
  import { j as t } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
- const h = ({ size: s = 24, color: e = "currentColor", ...o }) => /* @__PURE__ */ t.jsxs(
2
+ const i = ({ size: s = 24, color: e = "currentColor", ...o }) => /* @__PURE__ */ t.jsxs(
4
3
  "svg",
5
4
  {
6
5
  width: s,
@@ -32,5 +31,5 @@ const h = ({ size: s = 24, color: e = "currentColor", ...o }) => /* @__PURE__ */
32
31
  }
33
32
  );
34
33
  export {
35
- h as default
34
+ i as default
36
35
  };