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
@@ -0,0 +1,35 @@
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ const o = ({ size: e = 24, color: s = "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("path", { d: "M20.5001 6H3.5", stroke: s, strokeWidth: "1.5", strokeLinecap: "round" }),
13
+ /* @__PURE__ */ t.jsx(
14
+ "path",
15
+ {
16
+ d: "M18.8332 8.5L18.3732 15.3991C18.1962 18.054 18.1077 19.3815 17.2427 20.1907C16.3777 21 15.0473 21 12.3865 21H11.6132C8.95235 21 7.62195 21 6.75694 20.1907C5.89194 19.3815 5.80344 18.054 5.62644 15.3991L5.1665 8.5",
17
+ stroke: s,
18
+ strokeWidth: "1.5",
19
+ strokeLinecap: "round"
20
+ }
21
+ ),
22
+ /* @__PURE__ */ t.jsx(
23
+ "path",
24
+ {
25
+ d: "M6.5 6C6.55588 6 6.58382 6 6.60915 5.99936C7.43259 5.97849 8.15902 5.45491 8.43922 4.68032C8.44784 4.65649 8.45667 4.62999 8.47434 4.57697L8.57143 4.28571C8.65431 4.03708 8.69575 3.91276 8.75071 3.8072C8.97001 3.38607 9.37574 3.09364 9.84461 3.01877C9.96213 3 10.0932 3 10.3553 3H13.6447C13.9068 3 14.0379 3 14.1554 3.01877C14.6243 3.09364 15.03 3.38607 15.2493 3.8072C15.3043 3.91276 15.3457 4.03708 15.4286 4.28571L15.5257 4.57697C15.5433 4.62992 15.5522 4.65651 15.5608 4.68032C15.841 5.45491 16.5674 5.97849 17.3909 5.99936C17.4162 6 17.4441 6 17.5 6",
26
+ stroke: s,
27
+ strokeWidth: "1.5"
28
+ }
29
+ )
30
+ ]
31
+ }
32
+ );
33
+ export {
34
+ o as default
35
+ };
@@ -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", ...l }) => /* @__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,
@@ -28,5 +27,5 @@ const r = ({ size: t = 24, color: s = "currentColor", ...l }) => /* @__PURE__ */
28
27
  }
29
28
  );
30
29
  export {
31
- r as default
30
+ i as default
32
31
  };
@@ -1,6 +1,5 @@
1
1
  import { j as l } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
- const d = ({ size: C = 24, color: o = "currentColor", ...e }) => /* @__PURE__ */ l.jsx(
2
+ const d = ({ size: C = 24, color: e = "currentColor", ...o }) => /* @__PURE__ */ l.jsx(
4
3
  "svg",
5
4
  {
6
5
  width: C,
@@ -8,14 +7,14 @@ const d = ({ size: C = 24, color: o = "currentColor", ...e }) => /* @__PURE__ */
8
7
  viewBox: "0 0 24 24",
9
8
  fill: "none",
10
9
  xmlns: "http://www.w3.org/2000/svg",
11
- ...e,
10
+ ...o,
12
11
  children: /* @__PURE__ */ l.jsx(
13
12
  "path",
14
13
  {
15
14
  fillRule: "evenodd",
16
15
  clipRule: "evenodd",
17
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 17.75C12.4142 17.75 12.75 17.4142 12.75 17V11.8107L14.4697 13.5303C14.7626 13.8232 15.2374 13.8232 15.5303 13.5303C15.8232 13.2374 15.8232 12.7626 15.5303 12.4697L12.5303 9.46967C12.3897 9.32902 12.1989 9.25 12 9.25C11.8011 9.25 11.6103 9.32902 11.4697 9.46967L8.46967 12.4697C8.17678 12.7626 8.17678 13.2374 8.46967 13.5303C8.76256 13.8232 9.23744 13.8232 9.53033 13.5303L11.25 11.8107V17C11.25 17.4142 11.5858 17.75 12 17.75ZM8 7.75C7.58579 7.75 7.25 7.41421 7.25 7C7.25 6.58579 7.58579 6.25 8 6.25H16C16.4142 6.25 16.75 6.58579 16.75 7C16.75 7.41421 16.4142 7.75 16 7.75H8Z",
18
- fill: o
17
+ fill: e
19
18
  }
20
19
  )
21
20
  }
@@ -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 e } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
- const i = ({ size: t = 24, color: l = "currentColor", ...s }) => /* @__PURE__ */ e.jsxs(
2
+ const n = ({ size: t = 24, color: l = "currentColor", ...s }) => /* @__PURE__ */ e.jsxs(
4
3
  "svg",
5
4
  {
6
5
  width: t,
@@ -24,5 +23,5 @@ const i = ({ size: t = 24, color: l = "currentColor", ...s }) => /* @__PURE__ */
24
23
  }
25
24
  );
26
25
  export {
27
- i as default
26
+ n as default
28
27
  };
@@ -1,6 +1,5 @@
1
1
  import { j as e } from "../../../_virtual/jsx-runtime.js";
2
- import "react";
3
- const n = ({ size: t = 24, color: L = "currentColor", ...l }) => /* @__PURE__ */ e.jsxs(
2
+ const r = ({ size: t = 24, color: L = "currentColor", ...l }) => /* @__PURE__ */ e.jsxs(
4
3
  "svg",
5
4
  {
6
5
  width: t,
@@ -24,5 +23,5 @@ const n = ({ size: t = 24, color: L = "currentColor", ...l }) => /* @__PURE__ */
24
23
  }
25
24
  );
26
25
  export {
27
- n as default
26
+ r as default
28
27
  };