meticulous-ui 1.1.4 → 1.1.5

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 (185) hide show
  1. package/components/Icons/Add/Add.js +38 -37
  2. package/components/Icons/Add/index.js +4 -0
  3. package/components/Icons/AddCircle/AddCircle.js +12 -14
  4. package/components/Icons/AddCircle/index.js +4 -0
  5. package/components/Icons/AddCircleFilled/AddCircleFilled.js +8 -10
  6. package/components/Icons/AddCircleFilled/index.js +4 -0
  7. package/components/Icons/ArrowDown/ArrowDown.js +9 -11
  8. package/components/Icons/ArrowDown/index.js +4 -0
  9. package/components/Icons/ArrowLeft/ArrowLeft.js +11 -13
  10. package/components/Icons/ArrowLeft/index.js +4 -0
  11. package/components/Icons/ArrowRight/ArrowRight.js +11 -13
  12. package/components/Icons/ArrowRight/index.js +4 -0
  13. package/components/Icons/ArrowUp/ArrowUp.js +8 -10
  14. package/components/Icons/ArrowUp/index.js +4 -0
  15. package/components/Icons/BellFilled/BellFilled.js +25 -16
  16. package/components/Icons/BellFilled/index.js +4 -0
  17. package/components/Icons/BellOffFilled/BellOffFilled.js +24 -17
  18. package/components/Icons/BellOffFilled/index.js +4 -0
  19. package/components/Icons/BellOffOutline/BellOffOutline.js +20 -12
  20. package/components/Icons/BellOffOutline/index.js +4 -0
  21. package/components/Icons/BellOutline/BellOutline.js +14 -16
  22. package/components/Icons/BellOutline/index.js +4 -0
  23. package/components/Icons/BookmarkFilled/BookmarkFilled.js +37 -7
  24. package/components/Icons/BookmarkFilled/index.js +4 -0
  25. package/components/Icons/BookmarkOutline/BookmarkOutline.js +8 -10
  26. package/components/Icons/BookmarkOutline/index.js +4 -0
  27. package/components/Icons/CartCheckFilled/CartCheckFilled.js +40 -0
  28. package/components/Icons/CartCheckFilled/index.js +4 -0
  29. package/components/Icons/CartCheckOutline/CartCheckOutline.js +50 -0
  30. package/components/Icons/CartCheckOutline/index.js +4 -0
  31. package/components/Icons/CartCrossFilled/CartCrossFilled.js +40 -0
  32. package/components/Icons/CartCrossFilled/index.js +4 -0
  33. package/components/Icons/CartCrossOutline/CartCrossOutline.js +49 -0
  34. package/components/Icons/CartCrossOutline/index.js +4 -0
  35. package/components/Icons/CartFilled/CartFilled.js +38 -0
  36. package/components/Icons/CartFilled/index.js +4 -0
  37. package/components/Icons/CartMinusFilled/CartMinusFilled.js +40 -0
  38. package/components/Icons/CartMinusFilled/index.js +4 -0
  39. package/components/Icons/CartMinusOutline/CartMinusOutline.js +51 -0
  40. package/components/Icons/CartMinusOutline/index.js +4 -0
  41. package/components/Icons/CartOutline/CartOutline.js +50 -0
  42. package/components/Icons/CartOutline/index.js +4 -0
  43. package/components/Icons/CartPlusFilled/CartPlusFilled.js +40 -0
  44. package/components/Icons/CartPlusFilled/index.js +4 -0
  45. package/components/Icons/CartPlusOutline/CartPlusOutline.js +49 -0
  46. package/components/Icons/CartPlusOutline/index.js +4 -0
  47. package/components/Icons/ChevronDown/ChevronDown.js +11 -13
  48. package/components/Icons/ChevronDown/index.js +4 -0
  49. package/components/Icons/ChevronLeft/ChevronLeft.js +9 -11
  50. package/components/Icons/ChevronLeft/index.js +4 -0
  51. package/components/Icons/ChevronRight/ChevronRight.js +7 -9
  52. package/components/Icons/ChevronRight/index.js +4 -0
  53. package/components/Icons/ChevronUp/ChevronUp.js +10 -12
  54. package/components/Icons/ChevronUp/index.js +4 -0
  55. package/components/Icons/ClockCircleOutline/ClockCircleOutline.js +11 -13
  56. package/components/Icons/ClockCircleOutline/index.js +4 -0
  57. package/components/Icons/ClockSquareOutline/ClockSquareOutline.js +11 -13
  58. package/components/Icons/ClockSquareOutline/index.js +4 -0
  59. package/components/Icons/Close/Close.js +9 -11
  60. package/components/Icons/Close/index.js +4 -0
  61. package/components/Icons/CloseCircleFilled/CloseCircleFilled.js +6 -8
  62. package/components/Icons/CloseCircleFilled/index.js +4 -0
  63. package/components/Icons/CloseCircleOutline/CloseCircleOutline.js +13 -14
  64. package/components/Icons/CloseCircleOutline/index.js +4 -0
  65. package/components/Icons/CommentBubbleFilled/CommentBubbleFilled.js +37 -7
  66. package/components/Icons/CommentBubbleFilled/index.js +4 -0
  67. package/components/Icons/CommentBubbleOutline/CommentBubbleOutline.js +38 -8
  68. package/components/Icons/CommentBubbleOutline/index.js +4 -0
  69. package/components/Icons/CommentFilled/CommentFilled.js +37 -7
  70. package/components/Icons/CommentFilled/index.js +4 -0
  71. package/components/Icons/CommentLineFilled/CommentLineFilled.js +37 -7
  72. package/components/Icons/CommentLineFilled/index.js +4 -0
  73. package/components/Icons/CommentLineOutline/CommentLineOutline.js +37 -7
  74. package/components/Icons/CommentLineOutline/index.js +4 -0
  75. package/components/Icons/CommentOutline/CommentOutline.js +39 -9
  76. package/components/Icons/CommentOutline/index.js +4 -0
  77. package/components/Icons/ContactDetailsFilled/ContactDetailsFilled.js +15 -8
  78. package/components/Icons/ContactDetailsFilled/index.js +4 -0
  79. package/components/Icons/ContactDetailsOutline/ContactDetailsOutline.js +15 -8
  80. package/components/Icons/ContactDetailsOutline/index.js +4 -0
  81. package/components/Icons/DetailsOutline/DetailsOutline.js +10 -9
  82. package/components/Icons/DetailsOutline/index.js +4 -0
  83. package/components/Icons/DotsHorizontalFilled/DotsHorizontalFilled.js +28 -14
  84. package/components/Icons/DotsHorizontalFilled/index.js +4 -0
  85. package/components/Icons/DotsHorizontalOutline/DotsHorizontalOutline.js +37 -17
  86. package/components/Icons/DotsHorizontalOutline/index.js +4 -0
  87. package/components/Icons/DotsVerticalFilled/DotsVerticalFilled.js +29 -15
  88. package/components/Icons/DotsVerticalFilled/index.js +4 -0
  89. package/components/Icons/DotsVerticalOutline/DotsVerticalOutline.js +36 -16
  90. package/components/Icons/DotsVerticalOutline/index.js +4 -0
  91. package/components/Icons/ExitArrowInOutline/ExitArrowInOutline.js +12 -13
  92. package/components/Icons/ExitArrowInOutline/index.js +4 -0
  93. package/components/Icons/ExitArrowOutOutline/ExitArrowOutOutline.js +27 -17
  94. package/components/Icons/ExitArrowOutOutline/index.js +4 -0
  95. package/components/Icons/HamburgerMenu/HamburgerMenu.js +34 -16
  96. package/components/Icons/HamburgerMenu/index.js +4 -0
  97. package/components/Icons/HamburgerSpaced/HamburgerSpaced.js +39 -9
  98. package/components/Icons/HamburgerSpaced/index.js +4 -0
  99. package/components/Icons/HeartFilled/HeartFilled.js +7 -9
  100. package/components/Icons/HeartFilled/index.js +4 -0
  101. package/components/Icons/HeartOutline/HeartOutline.js +12 -14
  102. package/components/Icons/HeartOutline/index.js +4 -0
  103. package/components/Icons/HomeFilled/HomeFilled.js +10 -12
  104. package/components/Icons/HomeFilled/index.js +4 -0
  105. package/components/Icons/HomeOutline/HomeOutline.js +8 -10
  106. package/components/Icons/HomeOutline/index.js +4 -0
  107. package/components/Icons/Link/Link.js +11 -13
  108. package/components/Icons/Link/index.js +4 -0
  109. package/components/Icons/LockClosedFilled/LockClosedFilled.js +7 -9
  110. package/components/Icons/LockClosedFilled/index.js +4 -0
  111. package/components/Icons/LockClosedOutline/LockClosedOutline.js +18 -13
  112. package/components/Icons/LockClosedOutline/index.js +4 -0
  113. package/components/Icons/LockOpenFilled/LockOpenFilled.js +7 -9
  114. package/components/Icons/LockOpenFilled/index.js +4 -0
  115. package/components/Icons/LockOpenOutline/LockOpenOutline.js +16 -18
  116. package/components/Icons/LockOpenOutline/index.js +4 -0
  117. package/components/Icons/Minus/Minus.js +8 -10
  118. package/components/Icons/Minus/index.js +4 -0
  119. package/components/Icons/MinusCircle/MinusCircle.js +39 -9
  120. package/components/Icons/MinusCircle/index.js +4 -0
  121. package/components/Icons/MinusCircleFilled/MinusCircleFilled.js +38 -8
  122. package/components/Icons/MinusCircleFilled/index.js +4 -0
  123. package/components/Icons/ProfileFemaleOutline/ProfileFemaleOutline.js +21 -11
  124. package/components/Icons/ProfileFemaleOutline/index.js +4 -0
  125. package/components/Icons/ProfileGroupFilled/ProfileGroupFilled.js +10 -11
  126. package/components/Icons/ProfileGroupFilled/index.js +4 -0
  127. package/components/Icons/ProfileMaleFilled/ProfileMaleFilled.js +14 -15
  128. package/components/Icons/ProfileMaleFilled/index.js +4 -0
  129. package/components/Icons/ProfileMaleOutline/ProfileMaleOutline.js +22 -11
  130. package/components/Icons/ProfileMaleOutline/index.js +4 -0
  131. package/components/Icons/Search/Search.js +37 -7
  132. package/components/Icons/Search/index.js +4 -0
  133. package/components/Icons/SettingFilled/SettingFilled.js +7 -9
  134. package/components/Icons/SettingFilled/index.js +4 -0
  135. package/components/Icons/SettingOutline/SettingOutline.js +5 -7
  136. package/components/Icons/SettingOutline/index.js +4 -0
  137. package/components/Icons/ShareAllFilled/ShareAllFilled.js +10 -12
  138. package/components/Icons/ShareAllFilled/index.js +4 -0
  139. package/components/Icons/ShareAllOutline/ShareAllOutline.js +24 -10
  140. package/components/Icons/ShareAllOutline/index.js +4 -0
  141. package/components/Icons/ShareBoxOutline/ShareBoxOutline.js +9 -11
  142. package/components/Icons/ShareBoxOutline/index.js +4 -0
  143. package/components/Icons/ShareFilled/ShareFilled.js +14 -16
  144. package/components/Icons/ShareFilled/index.js +4 -0
  145. package/components/Icons/ShareOutline/ShareOutline.js +12 -14
  146. package/components/Icons/ShareOutline/index.js +4 -0
  147. package/components/Icons/ShareThickFilled/ShareThickFilled.js +9 -11
  148. package/components/Icons/ShareThickFilled/index.js +4 -0
  149. package/components/Icons/ShieldCheckFilled/ShieldCheckFilled.js +9 -11
  150. package/components/Icons/ShieldCheckFilled/index.js +4 -0
  151. package/components/Icons/ShieldCheckOutline/ShieldCheckOutline.js +12 -14
  152. package/components/Icons/ShieldCheckOutline/index.js +4 -0
  153. package/components/Icons/ShieldCrossFilled/ShieldCrossFilled.js +9 -11
  154. package/components/Icons/ShieldCrossFilled/index.js +4 -0
  155. package/components/Icons/ShieldCrossOutline/ShieldCrossOutline.js +17 -11
  156. package/components/Icons/ShieldCrossOutline/index.js +4 -0
  157. package/components/Icons/ShieldWarningFilled/ShieldWarningFilled.js +11 -13
  158. package/components/Icons/ShieldWarningFilled/index.js +4 -0
  159. package/components/Icons/ShieldWarningOutline/ShieldWarningOutline.js +9 -11
  160. package/components/Icons/ShieldWarningOutline/index.js +4 -0
  161. package/components/Icons/StarFilled/StarFilled.js +13 -10
  162. package/components/Icons/StarFilled/index.js +4 -0
  163. package/components/Icons/StarOutline/StarOutline.js +15 -10
  164. package/components/Icons/StarOutline/index.js +4 -0
  165. package/components/Icons/ThumbsDownFilled/ThumbsDownFilled.js +8 -10
  166. package/components/Icons/ThumbsDownFilled/index.js +4 -0
  167. package/components/Icons/ThumbsDownOutline/ThumbsDownOutline.js +7 -9
  168. package/components/Icons/ThumbsDownOutline/index.js +4 -0
  169. package/components/Icons/ThumbsUpFilled/ThumbsUpFilled.js +9 -11
  170. package/components/Icons/ThumbsUpFilled/index.js +4 -0
  171. package/components/Icons/ThumbsUpOutline/ThumbsUpOutline.js +7 -9
  172. package/components/Icons/ThumbsUpOutline/index.js +4 -0
  173. package/components/Icons/Upload/Upload.js +11 -13
  174. package/components/Icons/Upload/index.js +4 -0
  175. package/components/Icons/UploadBoxFilled/UploadBoxFilled.js +10 -12
  176. package/components/Icons/UploadBoxFilled/index.js +4 -0
  177. package/components/Icons/UploadBoxOutline/UploadBoxOutline.js +21 -16
  178. package/components/Icons/UploadBoxOutline/index.js +4 -0
  179. package/components/Icons/WalletFilled/WalletFilled.js +38 -8
  180. package/components/Icons/WalletFilled/index.js +4 -0
  181. package/components/Icons/WalletOutline/WalletOutline.js +39 -9
  182. package/components/Icons/WalletOutline/index.js +4 -0
  183. package/components/Icons/index.js +273 -162
  184. package/components/Pagination/styles.js +6 -6
  185. package/package.json +2 -2
@@ -1,27 +1,37 @@
1
- import { j as r } from "../../../_virtual/jsx-runtime.js";
2
- import i from "../../../colors/grey.js";
3
- const a = ({ color: o = i.m500, size: t = 24, ...e }) => /* @__PURE__ */ r.jsx(
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ const s = ({ size: o = 24, color: r = "currentColor", ...e }) => /* @__PURE__ */ t.jsxs(
4
3
  "svg",
5
4
  {
5
+ width: o,
6
+ height: o,
6
7
  viewBox: "0 0 24 24",
7
- width: t,
8
- height: t,
9
8
  fill: "none",
10
9
  xmlns: "http://www.w3.org/2000/svg",
11
- "aria-label": "Exit Arrow Out Outline",
12
10
  ...e,
13
- children: /* @__PURE__ */ r.jsx(
14
- "path",
15
- {
16
- d: "M14 7.636V4.5a.5.5 0 0 0-.5-.5h-9a.5.5 0 0 0-.5.5v15a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-3.136M10 12h11m0 0-3-3.5m3 3.5-3 3.5",
17
- stroke: o,
18
- strokeWidth: "2",
19
- strokeLinecap: "round",
20
- strokeLinejoin: "round"
21
- }
22
- )
11
+ children: [
12
+ /* @__PURE__ */ t.jsx(
13
+ "path",
14
+ {
15
+ d: "M14 7.63636L14 4.5C14 4.22386 13.7761 4 13.5 4L4.5 4C4.22386 4 4 4.22386 4 4.5L4 19.5C4 19.7761 4.22386 20 4.5 20L13.5 20C13.7761 20 14 19.7761 14 19.5L14 16.3636",
16
+ stroke: r,
17
+ "stroke-width": "2",
18
+ "stroke-linecap": "round",
19
+ "stroke-linejoin": "round"
20
+ }
21
+ ),
22
+ /* @__PURE__ */ t.jsx(
23
+ "path",
24
+ {
25
+ d: "M10 12L21 12M21 12L18.0004 8.5M21 12L18 15.5",
26
+ stroke: r,
27
+ "stroke-width": "2",
28
+ "stroke-linecap": "round",
29
+ "stroke-linejoin": "round"
30
+ }
31
+ )
32
+ ]
23
33
  }
24
34
  );
25
35
  export {
26
- a as default
36
+ s as default
27
37
  };
@@ -0,0 +1,4 @@
1
+ import o from "./ExitArrowOutOutline.js";
2
+ export {
3
+ o as default
4
+ };
@@ -1,26 +1,44 @@
1
1
  import { j as e } from "../../../_virtual/jsx-runtime.js";
2
- import o from "../../../colors/grey.js";
3
- const n = ({ color: l = o.m500, size: a = 24, ...r }) => /* @__PURE__ */ e.jsx(
2
+ const r = ({ size: d = 24, color: l = "currentColor", ...i }) => /* @__PURE__ */ e.jsxs(
4
3
  "svg",
5
4
  {
5
+ width: d,
6
+ height: d,
6
7
  viewBox: "0 0 24 24",
7
- width: a,
8
- height: a,
9
8
  fill: "none",
10
9
  xmlns: "http://www.w3.org/2000/svg",
11
- "aria-label": "Hamburger Menu",
12
- ...r,
13
- children: /* @__PURE__ */ e.jsx(
14
- "path",
15
- {
16
- fillRule: "evenodd",
17
- clipRule: "evenodd",
18
- d: "M20.75 7a.75.75 0 0 1-.75.75H4a.75.75 0 0 1 0-1.5h16a.75.75 0 0 1 .75.75M20.75 12a.75.75 0 0 1-.75.75H4a.75.75 0 0 1 0-1.5h16a.75.75 0 0 1 .75.75M20.75 17a.75.75 0 0 1-.75.75H4a.75.75 0 0 1 0-1.5h16a.75.75 0 0 1 .75.75",
19
- fill: l
20
- }
21
- )
10
+ ...i,
11
+ children: [
12
+ /* @__PURE__ */ e.jsx(
13
+ "path",
14
+ {
15
+ "fill-rule": "evenodd",
16
+ "clip-rule": "evenodd",
17
+ d: "M20.75 7C20.75 7.41421 20.4142 7.75 20 7.75L4 7.75C3.58579 7.75 3.25 7.41421 3.25 7C3.25 6.58579 3.58579 6.25 4 6.25L20 6.25C20.4142 6.25 20.75 6.58579 20.75 7Z",
18
+ fill: l
19
+ }
20
+ ),
21
+ /* @__PURE__ */ e.jsx(
22
+ "path",
23
+ {
24
+ "fill-rule": "evenodd",
25
+ "clip-rule": "evenodd",
26
+ d: "M20.75 12C20.75 12.4142 20.4142 12.75 20 12.75L4 12.75C3.58579 12.75 3.25 12.4142 3.25 12C3.25 11.5858 3.58579 11.25 4 11.25L20 11.25C20.4142 11.25 20.75 11.5858 20.75 12Z",
27
+ fill: l
28
+ }
29
+ ),
30
+ /* @__PURE__ */ e.jsx(
31
+ "path",
32
+ {
33
+ "fill-rule": "evenodd",
34
+ "clip-rule": "evenodd",
35
+ d: "M20.75 17C20.75 17.4142 20.4142 17.75 20 17.75L4 17.75C3.58579 17.75 3.25 17.4142 3.25 17C3.25 16.5858 3.58579 16.25 4 16.25L20 16.25C20.4142 16.25 20.75 16.5858 20.75 17Z",
36
+ fill: l
37
+ }
38
+ )
39
+ ]
22
40
  }
23
41
  );
24
42
  export {
25
- n as default
43
+ r as default
26
44
  };
@@ -0,0 +1,4 @@
1
+ import e from "./HamburgerMenu.js";
2
+ export {
3
+ e as default
4
+ };
@@ -1,18 +1,48 @@
1
- import { j as a } from "../../../_virtual/jsx-runtime.js";
2
- import h from "../../../colors/grey.js";
3
- const i = ({ color: e = h.m500, size: r = 24, ...t }) => /* @__PURE__ */ a.jsx(
1
+ import { j as e } from "../../../_virtual/jsx-runtime.js";
2
+ const o = ({ size: t = 24, color: r = "currentColor", ...s }) => /* @__PURE__ */ e.jsxs(
4
3
  "svg",
5
4
  {
5
+ width: t,
6
+ height: t,
6
7
  viewBox: "0 -1 20 20",
7
- width: r,
8
- height: r,
9
8
  fill: "none",
10
9
  xmlns: "http://www.w3.org/2000/svg",
11
- "aria-label": "Hamburger Spaced",
12
- ...t,
13
- children: /* @__PURE__ */ a.jsx("g", { stroke: e, strokeWidth: "1", fill: e, fillRule: "evenodd", children: /* @__PURE__ */ a.jsx("g", { transform: "translate(-210 -887)", fill: e, children: /* @__PURE__ */ a.jsx("path", { d: "M229 895h-18a1 1 0 0 0 0 2h18a1 1 0 1 0 0-2m0 8h-18a1 1 0 0 0 0 2h18a1 1 0 1 0 0-2m-18-14h18a1 1 0 1 0 0-2h-18a1 1 0 0 0 0 2" }) }) })
10
+ ...s,
11
+ children: [
12
+ /* @__PURE__ */ e.jsx("title", { children: "hamburger" }),
13
+ /* @__PURE__ */ e.jsx("desc", { children: "Created with Sketch Beta." }),
14
+ /* @__PURE__ */ e.jsx("defs", {}),
15
+ /* @__PURE__ */ e.jsx(
16
+ "g",
17
+ {
18
+ id: "Page-1",
19
+ stroke: "none",
20
+ "stroke-width": "1",
21
+ fill: "none",
22
+ "fill-rule": "evenodd",
23
+ "sketch:type": "MSPage",
24
+ children: /* @__PURE__ */ e.jsx(
25
+ "g",
26
+ {
27
+ id: "Icon-Set",
28
+ "sketch:type": "MSLayerGroup",
29
+ transform: "translate(-210.000000, -887.000000)",
30
+ fill: r,
31
+ children: /* @__PURE__ */ e.jsx(
32
+ "path",
33
+ {
34
+ d: "M229,895 L211,895 C210.448,895 210,895.448 210,896 C210,896.553 210.448,897 211,897 L229,897 C229.552,897 230,896.553 230,896 C230,895.448 229.552,895 229,895 L229,895 Z M229,903 L211,903 C210.448,903 210,903.448 210,904 C210,904.553 210.448,905 211,905 L229,905 C229.552,905 230,904.553 230,904 C230,903.448 229.552,903 229,903 L229,903 Z M211,889 L229,889 C229.552,889 230,888.553 230,888 C230,887.448 229.552,887 229,887 L211,887 C210.448,887 210,887.448 210,888 C210,888.553 210.448,889 211,889 L211,889 Z",
35
+ id: "hamburger",
36
+ "sketch:type": "MSShapeGroup"
37
+ }
38
+ )
39
+ }
40
+ )
41
+ }
42
+ )
43
+ ]
14
44
  }
15
45
  );
16
46
  export {
17
- i as default
47
+ o as default
18
48
  };
@@ -0,0 +1,4 @@
1
+ import a from "./HamburgerSpaced.js";
2
+ export {
3
+ a as default
4
+ };
@@ -1,20 +1,18 @@
1
- import { j as t } from "../../../_virtual/jsx-runtime.js";
2
- import i from "../../../colors/grey.js";
3
- const s = ({ color: e = i.m500, size: l = 24, ...r }) => /* @__PURE__ */ t.jsx(
1
+ import { j as o } from "../../../_virtual/jsx-runtime.js";
2
+ const s = ({ size: t = 24, color: l = "currentColor", ...r }) => /* @__PURE__ */ o.jsx(
4
3
  "svg",
5
4
  {
5
+ width: t,
6
+ height: t,
6
7
  viewBox: "0 0 16 16",
7
- width: l,
8
- height: l,
9
8
  fill: "none",
10
9
  xmlns: "http://www.w3.org/2000/svg",
11
- "aria-label": "Heart Filled",
12
10
  ...r,
13
- children: /* @__PURE__ */ t.jsx(
11
+ children: /* @__PURE__ */ o.jsx(
14
12
  "path",
15
13
  {
16
- d: "M1.243 8.243 8 15l6.757-6.757a4.24 4.24 0 0 0 1.243-3v-.19A4.052 4.052 0 0 0 8.783 2.52L8 3.5l-.783-.98A4.052 4.052 0 0 0 0 5.053v.19c0 1.126.447 2.205 1.243 3",
17
- fill: e
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",
15
+ fill: l
18
16
  }
19
17
  )
20
18
  }
@@ -0,0 +1,4 @@
1
+ import o from "./HeartFilled.js";
2
+ export {
3
+ o as default
4
+ };
@@ -1,29 +1,27 @@
1
- import { j as t } from "../../../_virtual/jsx-runtime.js";
2
- import i from "../../../colors/grey.js";
3
- const s = ({ color: o = i.m500, size: e = 24, ...r }) => /* @__PURE__ */ t.jsx(
1
+ import { j as o } from "../../../_virtual/jsx-runtime.js";
2
+ const l = ({ size: e = 24, color: t = "currentColor", ...r }) => /* @__PURE__ */ o.jsx(
4
3
  "svg",
5
4
  {
6
- viewBox: "0 0 24 24",
7
5
  width: e,
8
6
  height: e,
7
+ viewBox: "0 0 24 24",
9
8
  fill: "none",
10
9
  xmlns: "http://www.w3.org/2000/svg",
11
- "aria-label": "Heart Outline",
12
10
  ...r,
13
- children: /* @__PURE__ */ t.jsx(
11
+ children: /* @__PURE__ */ o.jsx(
14
12
  "path",
15
13
  {
16
- fillRule: "evenodd",
17
- clipRule: "evenodd",
18
- d: "M12 6c-1.8-2.097-4.806-2.745-7.06-.825-2.255 1.92-2.573 5.131-.802 7.402 1.472 1.888 5.927 5.87 7.387 7.16.163.144.245.216.34.245a.46.46 0 0 0 .258 0c.095-.029.176-.1.34-.245 1.46-1.29 5.915-5.272 7.387-7.16 1.77-2.27 1.492-5.502-.802-7.402S13.8 3.903 12 6",
19
- stroke: o,
20
- strokeWidth: "2",
21
- strokeLinecap: "round",
22
- strokeLinejoin: "round"
14
+ "fill-rule": "evenodd",
15
+ "clip-rule": "evenodd",
16
+ d: "M12 6.00019C10.2006 3.90317 7.19377 3.2551 4.93923 5.17534C2.68468 7.09558 2.36727 10.3061 4.13778 12.5772C5.60984 14.4654 10.0648 18.4479 11.5249 19.7369C11.6882 19.8811 11.7699 19.9532 11.8652 19.9815C11.9483 20.0062 12.0393 20.0062 12.1225 19.9815C12.2178 19.9532 12.2994 19.8811 12.4628 19.7369C13.9229 18.4479 18.3778 14.4654 19.8499 12.5772C21.6204 10.3061 21.3417 7.07538 19.0484 5.17534C16.7551 3.2753 13.7994 3.90317 12 6.00019Z",
17
+ stroke: t,
18
+ "stroke-width": "2",
19
+ "stroke-linecap": "round",
20
+ "stroke-linejoin": "round"
23
21
  }
24
22
  )
25
23
  }
26
24
  );
27
25
  export {
28
- s as default
26
+ l as default
29
27
  };
@@ -0,0 +1,4 @@
1
+ import e from "./HeartOutline.js";
2
+ export {
3
+ e as default
4
+ };
@@ -1,26 +1,24 @@
1
- import { j as e } from "../../../_virtual/jsx-runtime.js";
2
- import i from "../../../colors/grey.js";
3
- const d = ({ color: o = i.m500, size: l = 24, ...h }) => /* @__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
  {
5
+ width: e,
6
+ height: e,
6
7
  viewBox: "0 0 16 16",
7
- width: l,
8
- height: l,
9
8
  fill: "none",
10
9
  xmlns: "http://www.w3.org/2000/svg",
11
- "aria-label": "Home Filled",
12
- ...h,
13
- children: /* @__PURE__ */ e.jsx(
10
+ ...t,
11
+ children: /* @__PURE__ */ l.jsx(
14
12
  "path",
15
13
  {
16
- fillRule: "evenodd",
17
- clipRule: "evenodd",
18
- d: "M8 0 0 6v2h1v7h3v-5h3v5h8V8h1V6l-2-1.5V1h-3v1.25zm1 10h3v3H9z",
14
+ "fill-rule": "evenodd",
15
+ "clip-rule": "evenodd",
16
+ d: "M8 0L0 6V8H1V15H4V10H7V15H15V8H16V6L14 4.5V1H11V2.25L8 0ZM9 10H12V13H9V10Z",
19
17
  fill: o
20
18
  }
21
19
  )
22
20
  }
23
21
  );
24
22
  export {
25
- d as default
23
+ i as default
26
24
  };
@@ -0,0 +1,4 @@
1
+ import e from "./HomeFilled.js";
2
+ export {
3
+ e as default
4
+ };
@@ -1,26 +1,24 @@
1
1
  import { j as e } from "../../../_virtual/jsx-runtime.js";
2
- import s from "../../../colors/grey.js";
3
- const i = ({ color: a = s.m500, size: l = 24, ...o }) => /* @__PURE__ */ e.jsx(
2
+ const n = ({ size: C = 24, color: l = "currentColor", ...o }) => /* @__PURE__ */ e.jsx(
4
3
  "svg",
5
4
  {
5
+ width: C,
6
+ height: C,
6
7
  viewBox: "0 0 24 24",
7
- width: l,
8
- height: l,
9
8
  fill: "none",
10
9
  xmlns: "http://www.w3.org/2000/svg",
11
- "aria-label": "Home Outline",
12
10
  ...o,
13
11
  children: /* @__PURE__ */ e.jsx(
14
12
  "path",
15
13
  {
16
- fillRule: "evenodd",
17
- clipRule: "evenodd",
18
- d: "M16.25 3.75v1.69l2 1.6V3.75zm3.5 4.49V3.5c0-.69-.56-1.25-1.25-1.25H16c-.69 0-1.25.56-1.25 1.25v.74l-.407-.326a3.75 3.75 0 0 0-4.686 0l-8.125 6.5a.75.75 0 0 0 .937 1.172l.781-.626v10.29H2a.75.75 0 0 0 0 1.5h20a.75.75 0 0 0 0-1.5h-1.25V10.96l.782.626a.75.75 0 0 0 .936-1.172zm-.5 1.52-5.844-4.675a2.25 2.25 0 0 0-2.812 0L4.75 9.76v11.49h3.5v-4.3c0-.664 0-1.237.062-1.696.066-.492.215-.963.597-1.345s.854-.531 1.345-.597c.459-.062 1.032-.062 1.697-.062h.098c.665 0 1.238 0 1.697.062.492.066.963.215 1.345.597s.531.853.597 1.345c.062.459.062 1.032.062 1.697v4.299h3.5zm-5 11.49V17c0-.728-.002-1.2-.048-1.546-.044-.325-.114-.427-.172-.484s-.159-.128-.484-.172c-.347-.046-.818-.048-1.546-.048s-1.2.002-1.546.048c-.325.044-.427.115-.484.172s-.128.159-.172.484c-.046.347-.048.818-.048 1.546v4.25zM12 8.25a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5M9.25 9.5a2.75 2.75 0 1 1 5.5 0 2.75 2.75 0 0 1-5.5 0",
19
- fill: a
14
+ "fill-rule": "evenodd",
15
+ "clip-rule": "evenodd",
16
+ d: "M16.25 3.75V5.43953L18.25 7.03953V3.75H16.25ZM19.75 8.23953V3.5C19.75 2.80964 19.1904 2.25 18.5 2.25H16C15.3097 2.25 14.75 2.80964 14.75 3.5V4.23953L14.3426 3.91362C12.9731 2.81796 11.027 2.81796 9.65742 3.91362L1.53151 10.4143C1.20806 10.6731 1.15562 11.1451 1.41438 11.4685C1.67313 11.792 2.1451 11.8444 2.46855 11.5857L3.25003 10.9605V21.25H2.00003C1.58581 21.25 1.25003 21.5858 1.25003 22C1.25003 22.4142 1.58581 22.75 2.00003 22.75H22C22.4142 22.75 22.75 22.4142 22.75 22C22.75 21.5858 22.4142 21.25 22 21.25H20.75V10.9605L21.5315 11.5857C21.855 11.8444 22.3269 11.792 22.5857 11.4685C22.8444 11.1451 22.792 10.6731 22.4685 10.4143L19.75 8.23953ZM19.25 9.76047L13.4056 5.08492C12.5838 4.42753 11.4162 4.42753 10.5945 5.08492L4.75003 9.76047V21.25H8.25003L8.25003 16.9506C8.24999 16.2858 8.24996 15.7129 8.31163 15.2542C8.37773 14.7625 8.52679 14.2913 8.90904 13.909C9.29128 13.5268 9.76255 13.3777 10.2542 13.3116C10.7129 13.2499 11.2858 13.25 11.9507 13.25H12.0494C12.7143 13.25 13.2871 13.2499 13.7459 13.3116C14.2375 13.3777 14.7088 13.5268 15.091 13.909C15.4733 14.2913 15.6223 14.7625 15.6884 15.2542C15.7501 15.7129 15.7501 16.2858 15.75 16.9506L15.75 21.25H19.25V9.76047ZM14.25 21.25V17C14.25 16.2717 14.2484 15.8009 14.2018 15.454C14.1581 15.1287 14.0875 15.0268 14.0304 14.9697C13.9733 14.9126 13.8713 14.842 13.546 14.7982C13.1991 14.7516 12.7283 14.75 12 14.75C11.2717 14.75 10.8009 14.7516 10.4541 14.7982C10.1288 14.842 10.0268 14.9126 9.9697 14.9697C9.9126 15.0268 9.84199 15.1287 9.79826 15.454C9.75162 15.8009 9.75003 16.2717 9.75003 17V21.25H14.25ZM12 8.25C11.3097 8.25 10.75 8.80964 10.75 9.5C10.75 10.1904 11.3097 10.75 12 10.75C12.6904 10.75 13.25 10.1904 13.25 9.5C13.25 8.80964 12.6904 8.25 12 8.25ZM9.25003 9.5C9.25003 7.98122 10.4812 6.75 12 6.75C13.5188 6.75 14.75 7.98122 14.75 9.5C14.75 11.0188 13.5188 12.25 12 12.25C10.4812 12.25 9.25003 11.0188 9.25003 9.5Z",
17
+ fill: l
20
18
  }
21
19
  )
22
20
  }
23
21
  );
24
22
  export {
25
- i as default
23
+ n as default
26
24
  };
@@ -0,0 +1,4 @@
1
+ import e from "./HomeOutline.js";
2
+ export {
3
+ e as default
4
+ };
@@ -1,37 +1,35 @@
1
1
  import { j as t } from "../../../_virtual/jsx-runtime.js";
2
- import o from "../../../colors/grey.js";
3
- const a = ({ color: s = o.m500, size: r = 24, ...e }) => /* @__PURE__ */ t.jsxs(
2
+ const n = ({ size: o = 24, color: s = "currentColor", ...r }) => /* @__PURE__ */ t.jsxs(
4
3
  "svg",
5
4
  {
5
+ width: o,
6
+ height: o,
6
7
  viewBox: "0 0 24 24",
7
- width: r,
8
- height: r,
9
8
  fill: "none",
10
9
  xmlns: "http://www.w3.org/2000/svg",
11
- "aria-label": "Link",
12
- ...e,
10
+ ...r,
13
11
  children: [
14
12
  /* @__PURE__ */ t.jsx(
15
13
  "path",
16
14
  {
17
- d: "M15.197 3.355c1.673-1.68 4.25-1.816 5.757-.305s1.37 4.1-.303 5.78l-2.424 2.433M10.047 14c-1.507-1.512-1.37-4.1.302-5.779L12.5 6.062",
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",
18
16
  stroke: s,
19
- strokeWidth: "1.5",
20
- strokeLinecap: "round"
17
+ "stroke-width": "1.5",
18
+ "stroke-linecap": "round"
21
19
  }
22
20
  ),
23
21
  /* @__PURE__ */ t.jsx(
24
22
  "path",
25
23
  {
26
- d: "M13.954 10c1.506 1.512 1.37 4.1-.303 5.779l-2.424 2.433-2.424 2.433c-1.673 1.68-4.25 1.816-5.757.305s-1.37-4.1.303-5.78l2.424-2.433",
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",
27
25
  stroke: s,
28
- strokeWidth: "1.5",
29
- strokeLinecap: "round"
26
+ "stroke-width": "1.5",
27
+ "stroke-linecap": "round"
30
28
  }
31
29
  )
32
30
  ]
33
31
  }
34
32
  );
35
33
  export {
36
- a as default
34
+ n as default
37
35
  };
@@ -0,0 +1,4 @@
1
+ import r from "./Link.js";
2
+ export {
3
+ r as default
4
+ };
@@ -1,26 +1,24 @@
1
1
  import { j as e } from "../../../_virtual/jsx-runtime.js";
2
- import d from "../../../colors/grey.js";
3
- const r = ({ color: o = d.m500, size: l = 24, ...i }) => /* @__PURE__ */ e.jsx(
2
+ const d = ({ size: l = 24, color: o = "currentColor", ...t }) => /* @__PURE__ */ e.jsx(
4
3
  "svg",
5
4
  {
6
- viewBox: "0 0 16 16",
7
5
  width: l,
8
6
  height: l,
7
+ viewBox: "0 0 16 16",
9
8
  fill: "none",
10
9
  xmlns: "http://www.w3.org/2000/svg",
11
- "aria-label": "Lock Closed Filled",
12
- ...i,
10
+ ...t,
13
11
  children: /* @__PURE__ */ e.jsx(
14
12
  "path",
15
13
  {
16
- fillRule: "evenodd",
17
- clipRule: "evenodd",
18
- d: "M4 6V4a4 4 0 1 1 8 0v2h2v10H2V6zm2-2a2 2 0 1 1 4 0v2H6zm1 9V9h2v4z",
14
+ "fill-rule": "evenodd",
15
+ "clip-rule": "evenodd",
16
+ d: "M4 6V4C4 1.79086 5.79086 0 8 0C10.2091 0 12 1.79086 12 4V6H14V16H2V6H4ZM6 4C6 2.89543 6.89543 2 8 2C9.10457 2 10 2.89543 10 4V6H6V4ZM7 13V9H9V13H7Z",
19
17
  fill: o
20
18
  }
21
19
  )
22
20
  }
23
21
  );
24
22
  export {
25
- r as default
23
+ d as default
26
24
  };
@@ -0,0 +1,4 @@
1
+ import e from "./LockClosedFilled.js";
2
+ export {
3
+ e as default
4
+ };
@@ -1,30 +1,35 @@
1
- import { j as e } from "../../../_virtual/jsx-runtime.js";
2
- import r from "../../../colors/grey.js";
3
- const a = ({ color: t = r.m500, size: s = 24, ...o }) => /* @__PURE__ */ e.jsxs(
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ const r = ({ size: s = 24, color: e = "currentColor", ...o }) => /* @__PURE__ */ t.jsxs(
4
3
  "svg",
5
4
  {
6
- viewBox: "0 0 24 24",
7
5
  width: s,
8
6
  height: s,
7
+ viewBox: "0 0 24 24",
9
8
  fill: "none",
10
9
  xmlns: "http://www.w3.org/2000/svg",
11
- "aria-label": "Lock Closed Outline",
12
10
  ...o,
13
11
  children: [
14
- /* @__PURE__ */ e.jsx("rect", { fill: t }),
15
- /* @__PURE__ */ e.jsx(
12
+ /* @__PURE__ */ t.jsx("rect", { width: "24", height: "24", fill: e }),
13
+ /* @__PURE__ */ t.jsx(
16
14
  "path",
17
15
  {
18
- d: "M6 19v-8a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1Z",
19
- stroke: t,
20
- strokeLinejoin: "round"
16
+ d: "M6 19V11C6 10.4477 6.44772 10 7 10H17C17.5523 10 18 10.4477 18 11V19C18 19.5523 17.5523 20 17 20H7C6.44772 20 6 19.5523 6 19Z",
17
+ stroke: e,
18
+ "stroke-linejoin": "round"
21
19
  }
22
20
  ),
23
- /* @__PURE__ */ e.jsx("circle", { cx: "12", cy: "15", r: "2", stroke: t, strokeLinejoin: "round" }),
24
- /* @__PURE__ */ e.jsx("path", { d: "M8 10V8a4 4 0 1 1 8 0v2z", stroke: t, strokeLinejoin: "round" })
21
+ /* @__PURE__ */ t.jsx("circle", { cx: "12", cy: "15", r: "2", stroke: e, "stroke-linejoin": "round" }),
22
+ /* @__PURE__ */ t.jsx(
23
+ "path",
24
+ {
25
+ d: "M8 10V8C8 5.79086 9.79086 4 12 4C14.2091 4 16 5.79086 16 8V10H8Z",
26
+ stroke: e,
27
+ "stroke-linejoin": "round"
28
+ }
29
+ )
25
30
  ]
26
31
  }
27
32
  );
28
33
  export {
29
- a as default
34
+ r as default
30
35
  };
@@ -0,0 +1,4 @@
1
+ import e from "./LockClosedOutline.js";
2
+ export {
3
+ e as default
4
+ };
@@ -1,26 +1,24 @@
1
1
  import { j as l } from "../../../_virtual/jsx-runtime.js";
2
- import t from "../../../colors/grey.js";
3
- const n = ({ color: o = t.m500, size: e = 24, ...i }) => /* @__PURE__ */ l.jsx(
2
+ const r = ({ size: e = 24, color: o = "currentColor", ...t }) => /* @__PURE__ */ l.jsx(
4
3
  "svg",
5
4
  {
6
- viewBox: "0 0 16 16",
7
5
  width: e,
8
6
  height: e,
7
+ viewBox: "0 0 16 16",
9
8
  fill: "none",
10
9
  xmlns: "http://www.w3.org/2000/svg",
11
- "aria-label": "Lock Open Filled",
12
- ...i,
10
+ ...t,
13
11
  children: /* @__PURE__ */ l.jsx(
14
12
  "path",
15
13
  {
16
- fillRule: "evenodd",
17
- clipRule: "evenodd",
18
- d: "M11.5 2A1.5 1.5 0 0 0 10 3.5V6h3v10H1V6h7V3.5a3.5 3.5 0 1 1 7 0V4h-2v-.5A1.5 1.5 0 0 0 11.5 2M9 10H5v2h4z",
14
+ "fill-rule": "evenodd",
15
+ "clip-rule": "evenodd",
16
+ d: "M11.5 2C10.6716 2 10 2.67157 10 3.5V6H13V16H1V6H8V3.5C8 1.567 9.567 0 11.5 0C13.433 0 15 1.567 15 3.5V4H13V3.5C13 2.67157 12.3284 2 11.5 2ZM9 10H5V12H9V10Z",
19
17
  fill: o
20
18
  }
21
19
  )
22
20
  }
23
21
  );
24
22
  export {
25
- n as default
23
+ r as default
26
24
  };
@@ -0,0 +1,4 @@
1
+ import e from "./LockOpenFilled.js";
2
+ export {
3
+ e as default
4
+ };
@@ -1,38 +1,36 @@
1
- import { j as e } from "../../../_virtual/jsx-runtime.js";
2
- import o from "../../../colors/grey.js";
3
- const a = ({ color: t = o.m500, size: n = 24, ...r }) => /* @__PURE__ */ e.jsxs(
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ const s = ({ size: n = 24, color: e = "currentColor", ...o }) => /* @__PURE__ */ t.jsxs(
4
3
  "svg",
5
4
  {
6
- viewBox: "0 0 24 24",
7
5
  width: n,
8
6
  height: n,
7
+ viewBox: "0 0 24 24",
9
8
  fill: "none",
10
9
  xmlns: "http://www.w3.org/2000/svg",
11
- "aria-label": "Lock Open Outline",
12
- ...r,
10
+ ...o,
13
11
  children: [
14
- /* @__PURE__ */ e.jsx("rect", { fill: t }),
15
- /* @__PURE__ */ e.jsx(
12
+ /* @__PURE__ */ t.jsx("rect", { width: "24", height: "24", fill: e }),
13
+ /* @__PURE__ */ t.jsx(
16
14
  "path",
17
15
  {
18
- d: "M6 19v-8a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1Z",
19
- stroke: t,
20
- strokeLinejoin: "round"
16
+ d: "M6 19V11C6 10.4477 6.44772 10 7 10H17C17.5523 10 18 10.4477 18 11V19C18 19.5523 17.5523 20 17 20H7C6.44772 20 6 19.5523 6 19Z",
17
+ stroke: e,
18
+ "stroke-linejoin": "round"
21
19
  }
22
20
  ),
23
- /* @__PURE__ */ e.jsx("circle", { cx: "12", cy: "15", r: "2", stroke: t, strokeLinejoin: "round" }),
24
- /* @__PURE__ */ e.jsx(
21
+ /* @__PURE__ */ t.jsx("circle", { cx: "12", cy: "15", r: "2", stroke: e, "stroke-linejoin": "round" }),
22
+ /* @__PURE__ */ t.jsx(
25
23
  "path",
26
24
  {
27
- d: "M16 10V6.5A2.5 2.5 0 0 1 18.5 4v0A2.5 2.5 0 0 1 21 6.5V10",
28
- stroke: t,
29
- strokeLinecap: "round",
30
- strokeLinejoin: "round"
25
+ d: "M16 10V6.5C16 5.11929 17.1193 4 18.5 4V4V4C19.8807 4 21 5.11929 21 6.5V10",
26
+ stroke: e,
27
+ "stroke-linecap": "round",
28
+ "stroke-linejoin": "round"
31
29
  }
32
30
  )
33
31
  ]
34
32
  }
35
33
  );
36
34
  export {
37
- a as default
35
+ s as default
38
36
  };
@@ -0,0 +1,4 @@
1
+ import e from "./LockOpenOutline.js";
2
+ export {
3
+ e as default
4
+ };