meticulous-ui 1.1.3 → 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 (187) hide show
  1. package/README.md +2 -6
  2. package/components/Icons/Add/Add.js +38 -37
  3. package/components/Icons/Add/index.js +4 -0
  4. package/components/Icons/AddCircle/AddCircle.js +12 -14
  5. package/components/Icons/AddCircle/index.js +4 -0
  6. package/components/Icons/AddCircleFilled/AddCircleFilled.js +8 -10
  7. package/components/Icons/AddCircleFilled/index.js +4 -0
  8. package/components/Icons/ArrowDown/ArrowDown.js +9 -11
  9. package/components/Icons/ArrowDown/index.js +4 -0
  10. package/components/Icons/ArrowLeft/ArrowLeft.js +11 -13
  11. package/components/Icons/ArrowLeft/index.js +4 -0
  12. package/components/Icons/ArrowRight/ArrowRight.js +11 -13
  13. package/components/Icons/ArrowRight/index.js +4 -0
  14. package/components/Icons/ArrowUp/ArrowUp.js +8 -10
  15. package/components/Icons/ArrowUp/index.js +4 -0
  16. package/components/Icons/BellFilled/BellFilled.js +25 -16
  17. package/components/Icons/BellFilled/index.js +4 -0
  18. package/components/Icons/BellOffFilled/BellOffFilled.js +24 -17
  19. package/components/Icons/BellOffFilled/index.js +4 -0
  20. package/components/Icons/BellOffOutline/BellOffOutline.js +20 -12
  21. package/components/Icons/BellOffOutline/index.js +4 -0
  22. package/components/Icons/BellOutline/BellOutline.js +14 -16
  23. package/components/Icons/BellOutline/index.js +4 -0
  24. package/components/Icons/BookmarkFilled/BookmarkFilled.js +37 -7
  25. package/components/Icons/BookmarkFilled/index.js +4 -0
  26. package/components/Icons/BookmarkOutline/BookmarkOutline.js +8 -10
  27. package/components/Icons/BookmarkOutline/index.js +4 -0
  28. package/components/Icons/CartCheckFilled/CartCheckFilled.js +40 -0
  29. package/components/Icons/CartCheckFilled/index.js +4 -0
  30. package/components/Icons/CartCheckOutline/CartCheckOutline.js +50 -0
  31. package/components/Icons/CartCheckOutline/index.js +4 -0
  32. package/components/Icons/CartCrossFilled/CartCrossFilled.js +40 -0
  33. package/components/Icons/CartCrossFilled/index.js +4 -0
  34. package/components/Icons/CartCrossOutline/CartCrossOutline.js +49 -0
  35. package/components/Icons/CartCrossOutline/index.js +4 -0
  36. package/components/Icons/CartFilled/CartFilled.js +38 -0
  37. package/components/Icons/CartFilled/index.js +4 -0
  38. package/components/Icons/CartMinusFilled/CartMinusFilled.js +40 -0
  39. package/components/Icons/CartMinusFilled/index.js +4 -0
  40. package/components/Icons/CartMinusOutline/CartMinusOutline.js +51 -0
  41. package/components/Icons/CartMinusOutline/index.js +4 -0
  42. package/components/Icons/CartOutline/CartOutline.js +50 -0
  43. package/components/Icons/CartOutline/index.js +4 -0
  44. package/components/Icons/CartPlusFilled/CartPlusFilled.js +40 -0
  45. package/components/Icons/CartPlusFilled/index.js +4 -0
  46. package/components/Icons/CartPlusOutline/CartPlusOutline.js +49 -0
  47. package/components/Icons/CartPlusOutline/index.js +4 -0
  48. package/components/Icons/ChevronDown/ChevronDown.js +11 -13
  49. package/components/Icons/ChevronDown/index.js +4 -0
  50. package/components/Icons/ChevronLeft/ChevronLeft.js +9 -11
  51. package/components/Icons/ChevronLeft/index.js +4 -0
  52. package/components/Icons/ChevronRight/ChevronRight.js +7 -9
  53. package/components/Icons/ChevronRight/index.js +4 -0
  54. package/components/Icons/ChevronUp/ChevronUp.js +10 -12
  55. package/components/Icons/ChevronUp/index.js +4 -0
  56. package/components/Icons/ClockCircleOutline/ClockCircleOutline.js +11 -13
  57. package/components/Icons/ClockCircleOutline/index.js +4 -0
  58. package/components/Icons/ClockSquareOutline/ClockSquareOutline.js +11 -13
  59. package/components/Icons/ClockSquareOutline/index.js +4 -0
  60. package/components/Icons/Close/Close.js +9 -11
  61. package/components/Icons/Close/index.js +4 -0
  62. package/components/Icons/CloseCircleFilled/CloseCircleFilled.js +6 -8
  63. package/components/Icons/CloseCircleFilled/index.js +4 -0
  64. package/components/Icons/CloseCircleOutline/CloseCircleOutline.js +13 -14
  65. package/components/Icons/CloseCircleOutline/index.js +4 -0
  66. package/components/Icons/CommentBubbleFilled/CommentBubbleFilled.js +37 -7
  67. package/components/Icons/CommentBubbleFilled/index.js +4 -0
  68. package/components/Icons/CommentBubbleOutline/CommentBubbleOutline.js +38 -8
  69. package/components/Icons/CommentBubbleOutline/index.js +4 -0
  70. package/components/Icons/CommentFilled/CommentFilled.js +37 -7
  71. package/components/Icons/CommentFilled/index.js +4 -0
  72. package/components/Icons/CommentLineFilled/CommentLineFilled.js +37 -7
  73. package/components/Icons/CommentLineFilled/index.js +4 -0
  74. package/components/Icons/CommentLineOutline/CommentLineOutline.js +37 -7
  75. package/components/Icons/CommentLineOutline/index.js +4 -0
  76. package/components/Icons/CommentOutline/CommentOutline.js +39 -9
  77. package/components/Icons/CommentOutline/index.js +4 -0
  78. package/components/Icons/ContactDetailsFilled/ContactDetailsFilled.js +15 -8
  79. package/components/Icons/ContactDetailsFilled/index.js +4 -0
  80. package/components/Icons/ContactDetailsOutline/ContactDetailsOutline.js +15 -8
  81. package/components/Icons/ContactDetailsOutline/index.js +4 -0
  82. package/components/Icons/DetailsOutline/DetailsOutline.js +10 -9
  83. package/components/Icons/DetailsOutline/index.js +4 -0
  84. package/components/Icons/DotsHorizontalFilled/DotsHorizontalFilled.js +28 -14
  85. package/components/Icons/DotsHorizontalFilled/index.js +4 -0
  86. package/components/Icons/DotsHorizontalOutline/DotsHorizontalOutline.js +37 -17
  87. package/components/Icons/DotsHorizontalOutline/index.js +4 -0
  88. package/components/Icons/DotsVerticalFilled/DotsVerticalFilled.js +29 -15
  89. package/components/Icons/DotsVerticalFilled/index.js +4 -0
  90. package/components/Icons/DotsVerticalOutline/DotsVerticalOutline.js +36 -16
  91. package/components/Icons/DotsVerticalOutline/index.js +4 -0
  92. package/components/Icons/ExitArrowInOutline/ExitArrowInOutline.js +12 -13
  93. package/components/Icons/ExitArrowInOutline/index.js +4 -0
  94. package/components/Icons/ExitArrowOutOutline/ExitArrowOutOutline.js +27 -17
  95. package/components/Icons/ExitArrowOutOutline/index.js +4 -0
  96. package/components/Icons/HamburgerMenu/HamburgerMenu.js +34 -16
  97. package/components/Icons/HamburgerMenu/index.js +4 -0
  98. package/components/Icons/HamburgerSpaced/HamburgerSpaced.js +39 -9
  99. package/components/Icons/HamburgerSpaced/index.js +4 -0
  100. package/components/Icons/HeartFilled/HeartFilled.js +7 -9
  101. package/components/Icons/HeartFilled/index.js +4 -0
  102. package/components/Icons/HeartOutline/HeartOutline.js +12 -14
  103. package/components/Icons/HeartOutline/index.js +4 -0
  104. package/components/Icons/HomeFilled/HomeFilled.js +10 -12
  105. package/components/Icons/HomeFilled/index.js +4 -0
  106. package/components/Icons/HomeOutline/HomeOutline.js +8 -10
  107. package/components/Icons/HomeOutline/index.js +4 -0
  108. package/components/Icons/Link/Link.js +11 -13
  109. package/components/Icons/Link/index.js +4 -0
  110. package/components/Icons/LockClosedFilled/LockClosedFilled.js +7 -9
  111. package/components/Icons/LockClosedFilled/index.js +4 -0
  112. package/components/Icons/LockClosedOutline/LockClosedOutline.js +18 -13
  113. package/components/Icons/LockClosedOutline/index.js +4 -0
  114. package/components/Icons/LockOpenFilled/LockOpenFilled.js +7 -9
  115. package/components/Icons/LockOpenFilled/index.js +4 -0
  116. package/components/Icons/LockOpenOutline/LockOpenOutline.js +16 -18
  117. package/components/Icons/LockOpenOutline/index.js +4 -0
  118. package/components/Icons/Minus/Minus.js +8 -10
  119. package/components/Icons/Minus/index.js +4 -0
  120. package/components/Icons/MinusCircle/MinusCircle.js +39 -9
  121. package/components/Icons/MinusCircle/index.js +4 -0
  122. package/components/Icons/MinusCircleFilled/MinusCircleFilled.js +38 -8
  123. package/components/Icons/MinusCircleFilled/index.js +4 -0
  124. package/components/Icons/ProfileFemaleOutline/ProfileFemaleOutline.js +21 -11
  125. package/components/Icons/ProfileFemaleOutline/index.js +4 -0
  126. package/components/Icons/ProfileGroupFilled/ProfileGroupFilled.js +10 -11
  127. package/components/Icons/ProfileGroupFilled/index.js +4 -0
  128. package/components/Icons/ProfileMaleFilled/ProfileMaleFilled.js +14 -15
  129. package/components/Icons/ProfileMaleFilled/index.js +4 -0
  130. package/components/Icons/ProfileMaleOutline/ProfileMaleOutline.js +22 -11
  131. package/components/Icons/ProfileMaleOutline/index.js +4 -0
  132. package/components/Icons/Search/Search.js +37 -7
  133. package/components/Icons/Search/index.js +4 -0
  134. package/components/Icons/SettingFilled/SettingFilled.js +7 -9
  135. package/components/Icons/SettingFilled/index.js +4 -0
  136. package/components/Icons/SettingOutline/SettingOutline.js +5 -7
  137. package/components/Icons/SettingOutline/index.js +4 -0
  138. package/components/Icons/ShareAllFilled/ShareAllFilled.js +10 -12
  139. package/components/Icons/ShareAllFilled/index.js +4 -0
  140. package/components/Icons/ShareAllOutline/ShareAllOutline.js +24 -10
  141. package/components/Icons/ShareAllOutline/index.js +4 -0
  142. package/components/Icons/ShareBoxOutline/ShareBoxOutline.js +9 -11
  143. package/components/Icons/ShareBoxOutline/index.js +4 -0
  144. package/components/Icons/ShareFilled/ShareFilled.js +14 -16
  145. package/components/Icons/ShareFilled/index.js +4 -0
  146. package/components/Icons/ShareOutline/ShareOutline.js +12 -14
  147. package/components/Icons/ShareOutline/index.js +4 -0
  148. package/components/Icons/ShareThickFilled/ShareThickFilled.js +9 -11
  149. package/components/Icons/ShareThickFilled/index.js +4 -0
  150. package/components/Icons/ShieldCheckFilled/ShieldCheckFilled.js +9 -11
  151. package/components/Icons/ShieldCheckFilled/index.js +4 -0
  152. package/components/Icons/ShieldCheckOutline/ShieldCheckOutline.js +12 -14
  153. package/components/Icons/ShieldCheckOutline/index.js +4 -0
  154. package/components/Icons/ShieldCrossFilled/ShieldCrossFilled.js +9 -11
  155. package/components/Icons/ShieldCrossFilled/index.js +4 -0
  156. package/components/Icons/ShieldCrossOutline/ShieldCrossOutline.js +17 -11
  157. package/components/Icons/ShieldCrossOutline/index.js +4 -0
  158. package/components/Icons/ShieldWarningFilled/ShieldWarningFilled.js +11 -13
  159. package/components/Icons/ShieldWarningFilled/index.js +4 -0
  160. package/components/Icons/ShieldWarningOutline/ShieldWarningOutline.js +9 -11
  161. package/components/Icons/ShieldWarningOutline/index.js +4 -0
  162. package/components/Icons/StarFilled/StarFilled.js +13 -10
  163. package/components/Icons/StarFilled/index.js +4 -0
  164. package/components/Icons/StarOutline/StarOutline.js +15 -10
  165. package/components/Icons/StarOutline/index.js +4 -0
  166. package/components/Icons/ThumbsDownFilled/ThumbsDownFilled.js +8 -10
  167. package/components/Icons/ThumbsDownFilled/index.js +4 -0
  168. package/components/Icons/ThumbsDownOutline/ThumbsDownOutline.js +7 -9
  169. package/components/Icons/ThumbsDownOutline/index.js +4 -0
  170. package/components/Icons/ThumbsUpFilled/ThumbsUpFilled.js +9 -11
  171. package/components/Icons/ThumbsUpFilled/index.js +4 -0
  172. package/components/Icons/ThumbsUpOutline/ThumbsUpOutline.js +7 -9
  173. package/components/Icons/ThumbsUpOutline/index.js +4 -0
  174. package/components/Icons/Upload/Upload.js +11 -13
  175. package/components/Icons/Upload/index.js +4 -0
  176. package/components/Icons/UploadBoxFilled/UploadBoxFilled.js +10 -12
  177. package/components/Icons/UploadBoxFilled/index.js +4 -0
  178. package/components/Icons/UploadBoxOutline/UploadBoxOutline.js +21 -16
  179. package/components/Icons/UploadBoxOutline/index.js +4 -0
  180. package/components/Icons/WalletFilled/WalletFilled.js +38 -8
  181. package/components/Icons/WalletFilled/index.js +4 -0
  182. package/components/Icons/WalletOutline/WalletOutline.js +39 -9
  183. package/components/Icons/WalletOutline/index.js +4 -0
  184. package/components/Icons/index.js +273 -162
  185. package/components/Pagination/styles.js +6 -6
  186. package/index.js +6 -8
  187. package/package.json +2 -3
@@ -1,24 +1,27 @@
1
- import { j as a } from "../../../_virtual/jsx-runtime.js";
2
- import i from "../../../colors/grey.js";
3
- const s = ({ color: t = i.m500, size: l = 24, ...r }) => /* @__PURE__ */ a.jsx(
1
+ import { j as c } from "../../../_virtual/jsx-runtime.js";
2
+ const r = ({ size: l = 24, color: n = "currentColor", ...t }) => /* @__PURE__ */ c.jsx(
4
3
  "svg",
5
4
  {
6
- viewBox: "0 0 64 64",
7
5
  width: l,
8
6
  height: l,
7
+ viewBox: "0 0 64 64",
9
8
  fill: "none",
10
9
  xmlns: "http://www.w3.org/2000/svg",
11
- "aria-label": "Star Filled",
12
- ...r,
13
- children: /* @__PURE__ */ a.jsx(
10
+ ...t,
11
+ children: /* @__PURE__ */ c.jsx(
14
12
  "path",
15
13
  {
16
- fill: t,
17
- d: "M63.893 24.277a2 2 0 0 0-1.595-1.343l-19.674-3.006L33.809 1.15a2.002 2.002 0 0 0-3.622 0l-8.815 18.778-19.674 3.007a2.003 2.003 0 0 0-1.13 3.374l14.294 14.657-3.378 20.704a2 2 0 0 0 .822 1.957 1.99 1.99 0 0 0 2.119.116l17.572-9.719 17.572 9.719a1.991 1.991 0 0 0 2.119-.116c.627-.44.946-1.201.822-1.957l-3.378-20.704 14.294-14.657a2 2 0 0 0 .467-2.032"
14
+ fill: n,
15
+ d: `M63.893,24.277c-0.238-0.711-0.854-1.229-1.595-1.343l-19.674-3.006L33.809,1.15
16
+ C33.479,0.448,32.773,0,31.998,0s-1.48,0.448-1.811,1.15l-8.815,18.778L1.698,22.935c-0.741,0.113-1.356,0.632-1.595,1.343
17
+ c-0.238,0.71-0.059,1.494,0.465,2.031l14.294,14.657L11.484,61.67c-0.124,0.756,0.195,1.517,0.822,1.957
18
+ c0.344,0.243,0.747,0.366,1.151,0.366c0.332,0,0.666-0.084,0.968-0.25l17.572-9.719l17.572,9.719c0.302,0.166,0.636,0.25,0.968,0.25
19
+ c0.404,0,0.808-0.123,1.151-0.366c0.627-0.44,0.946-1.201,0.822-1.957l-3.378-20.704l14.294-14.657
20
+ C63.951,25.771,64.131,24.987,63.893,24.277z`
18
21
  }
19
22
  )
20
23
  }
21
24
  );
22
25
  export {
23
- s as default
26
+ r as default
24
27
  };
@@ -0,0 +1,4 @@
1
+ import r from "./StarFilled.js";
2
+ export {
3
+ r as default
4
+ };
@@ -1,24 +1,29 @@
1
- import { j as t } from "../../../_virtual/jsx-runtime.js";
2
- import i from "../../../colors/grey.js";
3
- const s = ({ color: a = i.m500, size: l = 24, ...r }) => /* @__PURE__ */ t.jsx(
1
+ import { j as n } from "../../../_virtual/jsx-runtime.js";
2
+ const r = ({ size: l = 24, color: c = "currentColor", ...t }) => /* @__PURE__ */ n.jsx(
4
3
  "svg",
5
4
  {
6
- viewBox: "0 0 64 64",
7
5
  width: l,
8
6
  height: l,
7
+ viewBox: "0 0 64 64",
9
8
  fill: "none",
10
9
  xmlns: "http://www.w3.org/2000/svg",
11
- "aria-label": "Star Outline",
12
- ...r,
13
- children: /* @__PURE__ */ t.jsx(
10
+ ...t,
11
+ children: /* @__PURE__ */ n.jsx(
14
12
  "path",
15
13
  {
16
- fill: a,
17
- d: "M32.001 2.484c.279 0 .463.509.463.509l8.806 18.759 20.729 3.167L47 40.299 50.541 62l-18.54-10.254L13.461 62l3.541-21.701-14.999-15.38 20.729-3.167L31.53 3.009s.192-.525.471-.525m0-2.477c-.775 0-1.48.448-1.811 1.15l-8.815 18.778-19.674 3.006a2.003 2.003 0 0 0-1.13 3.374l14.294 14.657-3.378 20.704a2 2 0 0 0 .822 1.957 1.99 1.99 0 0 0 2.12.117l17.572-9.719 17.572 9.719a1.991 1.991 0 0 0 2.119-.116c.627-.44.946-1.201.822-1.957l-3.378-20.704L63.43 26.316a2 2 0 0 0-1.13-3.374l-19.674-3.006-8.814-18.779a2 2 0 0 0-1.811-1.15"
14
+ fill: c,
15
+ d: `M32.001,2.484c0.279,0,0.463,0.509,0.463,0.509l8.806,18.759l20.729,3.167L47,40.299L50.541,62
16
+ l-18.54-10.254L13.461,62l3.541-21.701L2.003,24.919l20.729-3.167L31.53,3.009C31.53,3.009,31.722,2.484,32.001,2.484 M32.001,0.007
17
+ c-0.775,0-1.48,0.448-1.811,1.15l-8.815,18.778L1.701,22.941c-0.741,0.113-1.356,0.632-1.595,1.343
18
+ c-0.238,0.71-0.059,1.494,0.465,2.031l14.294,14.657l-3.378,20.704c-0.124,0.756,0.195,1.517,0.822,1.957
19
+ C12.653,63.877,13.057,64,13.461,64c0.332,0,0.666-0.084,0.968-0.25l17.572-9.719l17.572,9.719c0.302,0.166,0.636,0.25,0.968,0.25
20
+ c0.404,0,0.808-0.123,1.151-0.366c0.627-0.44,0.946-1.201,0.822-1.957l-3.378-20.704l14.294-14.657
21
+ c0.523-0.537,0.703-1.321,0.465-2.031c-0.238-0.711-0.854-1.229-1.595-1.343l-19.674-3.006L33.812,1.157
22
+ C33.481,0.455,32.776,0.007,32.001,0.007L32.001,0.007z`
18
23
  }
19
24
  )
20
25
  }
21
26
  );
22
27
  export {
23
- s as default
28
+ r as default
24
29
  };
@@ -0,0 +1,4 @@
1
+ import o from "./StarOutline.js";
2
+ export {
3
+ o as default
4
+ };
@@ -1,20 +1,18 @@
1
- import { j as h } from "../../../_virtual/jsx-runtime.js";
2
- import i from "../../../colors/grey.js";
3
- const r = ({ color: o = i.m500, size: l = 24, ...t }) => /* @__PURE__ */ h.jsx(
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ const r = ({ size: o = 24, color: l = "currentColor", ...s }) => /* @__PURE__ */ t.jsx(
4
3
  "svg",
5
4
  {
5
+ width: o,
6
+ height: o,
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": "Thumbs Down Filled",
12
- ...t,
13
- children: /* @__PURE__ */ h.jsx(
10
+ ...s,
11
+ children: /* @__PURE__ */ t.jsx(
14
12
  "path",
15
13
  {
16
- d: "M20 5.61v5.77c0 .89-.73 1.62-1.62 1.62h-1.61V4h1.61c.9 0 1.62.72 1.62 1.61M5.34 5.24l-1.32 7.5c-.16.92.54 1.76 1.48 1.76h4.78V18c0 1.1.9 2 1.99 2h.09c.4 0 .76-.24.92-.61L16.01 13V4h-9.2c-.73 0-1.35.52-1.48 1.24z",
17
- fill: o
14
+ d: "M20 5.61V11.38C20 12.27 19.27 13 18.38 13H16.77V4H18.38C19.28 4 20 4.72 20 5.61ZM5.34001 5.24L4.02001 12.74C3.86001 13.66 4.56001 14.5 5.50001 14.5H10.28V18C10.28 19.1 11.18 20 12.27 20H12.36C12.76 20 13.12 19.76 13.28 19.39L16.01 13V4H6.81001C6.08001 4 5.46001 4.52 5.33001 5.24H5.34001Z",
15
+ fill: l
18
16
  }
19
17
  )
20
18
  }
@@ -0,0 +1,4 @@
1
+ import e from "./ThumbsDownFilled.js";
2
+ export {
3
+ e as default
4
+ };
@@ -1,24 +1,22 @@
1
1
  import { j as t } from "../../../_virtual/jsx-runtime.js";
2
- import o from "../../../colors/grey.js";
3
- const s = ({ color: h = o.m500, size: l = 24, ...c }) => /* @__PURE__ */ t.jsx(
2
+ const l = ({ size: C = 24, color: o = "currentColor", ...n }) => /* @__PURE__ */ t.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": "Thumbs Down Outline",
12
- ...c,
10
+ ...n,
13
11
  children: /* @__PURE__ */ t.jsx(
14
12
  "path",
15
13
  {
16
- d: "M18.38 3.25H6.81c-1.09 0-2.02.78-2.21 1.86l-1.31 7.5c-.11.66.07 1.33.49 1.84.43.51 1.05.8 1.72.8h4.03V18c0 1.52 1.23 2.75 2.83 2.75.7 0 1.33-.42 1.61-1.07l2.54-5.93h1.88c1.31 0 2.37-1.06 2.37-2.37V5.61c0-1.3-1.06-2.36-2.37-2.36zm-3.12 9.6-2.67 6.25c-.04.09-.13.16-.32.16-.69 0-1.24-.56-1.24-1.25v-4.25H5.5c-.23 0-.43-.09-.57-.26a.72.72 0 0 1-.16-.62l1.31-7.5c.06-.36.37-.62.74-.62h8.44zm3.99-1.47c0 .48-.39.87-.87.87h-1.61v-7.5h1.61c.48 0 .87.39.87.86z",
17
- fill: h
14
+ d: "M18.38 3.25H6.81C5.72 3.25 4.79 4.03 4.6 5.11L3.29 12.61C3.18 13.27 3.36 13.94 3.78 14.45C4.21 14.96 4.83 15.25 5.5 15.25H9.53V18C9.53 19.52 10.76 20.75 12.36 20.75C13.06 20.75 13.69 20.33 13.97 19.68L16.51 13.75H18.39C19.7 13.75 20.76 12.69 20.76 11.38V5.61C20.76 4.31 19.7 3.25 18.39 3.25H18.38ZM15.26 12.85L12.59 19.1C12.55 19.19 12.46 19.26 12.27 19.26C11.58 19.26 11.03 18.7 11.03 18.01V13.76H5.5C5.27 13.76 5.07 13.67 4.93 13.5C4.78 13.33 4.73 13.11 4.77 12.88L6.08 5.38C6.14 5.02 6.45001 4.76 6.82 4.76H15.26V12.85ZM19.25 11.38C19.25 11.86 18.86 12.25 18.38 12.25H16.77V4.75H18.38C18.86 4.75 19.25 5.14 19.25 5.61V11.38Z",
15
+ fill: o
18
16
  }
19
17
  )
20
18
  }
21
19
  );
22
20
  export {
23
- s as default
21
+ l as default
24
22
  };
@@ -0,0 +1,4 @@
1
+ import t from "./ThumbsDownOutline.js";
2
+ export {
3
+ t as default
4
+ };
@@ -1,24 +1,22 @@
1
- import { j as t } from "../../../_virtual/jsx-runtime.js";
2
- import s from "../../../colors/grey.js";
3
- const r = ({ color: h = s.m500, size: l = 24, ...i }) => /* @__PURE__ */ t.jsx(
1
+ import { j as o } from "../../../_virtual/jsx-runtime.js";
2
+ const e = ({ size: t = 24, color: l = "currentColor", ...s }) => /* @__PURE__ */ o.jsx(
4
3
  "svg",
5
4
  {
5
+ width: t,
6
+ height: t,
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": "Thumbs Up Filled",
12
- ...i,
13
- children: /* @__PURE__ */ t.jsx(
10
+ ...s,
11
+ children: /* @__PURE__ */ o.jsx(
14
12
  "path",
15
13
  {
16
- d: "M7.24 11v9H5.63c-.9 0-1.62-.72-1.62-1.61v-5.77c0-.89.73-1.62 1.62-1.62zM18.5 9.5h-4.78V6c0-1.1-.9-2-1.99-2h-.09c-.4 0-.76.24-.92.61L7.99 11v9h9.2c.73 0 1.35-.52 1.48-1.24l1.32-7.5c.16-.92-.54-1.76-1.48-1.76z",
17
- fill: h
14
+ d: "M7.24001 11V20H5.63001C4.73001 20 4.01001 19.28 4.01001 18.39V12.62C4.01001 11.73 4.74001 11 5.63001 11H7.24001ZM18.5 9.5H13.72V6C13.72 4.9 12.82 4 11.73 4H11.64C11.24 4 10.88 4.24 10.72 4.61L7.99001 11V20H17.19C17.92 20 18.54 19.48 18.67 18.76L19.99 11.26C20.15 10.34 19.45 9.5 18.51 9.5H18.5Z",
15
+ fill: l
18
16
  }
19
17
  )
20
18
  }
21
19
  );
22
20
  export {
23
- r as default
21
+ e as default
24
22
  };
@@ -0,0 +1,4 @@
1
+ import e from "./ThumbsUpFilled.js";
2
+ export {
3
+ e as default
4
+ };
@@ -1,24 +1,22 @@
1
1
  import { j as t } from "../../../_virtual/jsx-runtime.js";
2
- import s from "../../../colors/grey.js";
3
- const e = ({ color: c = s.m500, size: l = 24, ...h }) => /* @__PURE__ */ t.jsx(
2
+ const n = ({ size: C = 24, color: o = "currentColor", ...s }) => /* @__PURE__ */ t.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": "Thumbs Up Outline",
12
- ...h,
10
+ ...s,
13
11
  children: /* @__PURE__ */ t.jsx(
14
12
  "path",
15
13
  {
16
- d: "M20.22 9.55c-.43-.51-1.05-.8-1.72-.8h-4.03V6c0-1.52-1.23-2.75-2.83-2.75-.7 0-1.33.42-1.61 1.07l-2.54 5.93H5.62c-1.31 0-2.37 1.06-2.37 2.37v5.77c0 1.3 1.07 2.36 2.37 2.36h11.56c1.09 0 2.02-.78 2.21-1.86l1.32-7.5c.11-.66-.07-1.33-.5-1.84zm-14.6 9.7c-.48 0-.87-.39-.87-.86v-5.77c0-.48.39-.87.87-.87h1.61v7.5zm12.3-.62c-.06.36-.37.62-.74.62H8.74v-8.1l2.67-6.25c.04-.09.13-.16.32-.16.69 0 1.24.56 1.24 1.25v4.25h5.53c.23 0 .43.09.57.26s.2.39.16.62l-1.32 7.5z",
17
- fill: c
14
+ d: "M20.22 9.55C19.79 9.04 19.17 8.75 18.5 8.75H14.47V6C14.47 4.48 13.24 3.25 11.64 3.25C10.94 3.25 10.31 3.67 10.03 4.32L7.49 10.25H5.62C4.31 10.25 3.25 11.31 3.25 12.62V18.39C3.25 19.69 4.32 20.75 5.62 20.75H17.18C18.27 20.75 19.2 19.97 19.39 18.89L20.71 11.39C20.82 10.73 20.64 10.06 20.21 9.55H20.22ZM5.62 19.25C5.14 19.25 4.75 18.86 4.75 18.39V12.62C4.75 12.14 5.14 11.75 5.62 11.75H7.23V19.25H5.62ZM17.92 18.63C17.86 18.99 17.55 19.25 17.18 19.25H8.74V11.15L11.41 4.9C11.45 4.81 11.54 4.74 11.73 4.74C12.42 4.74 12.97 5.3 12.97 5.99V10.24H18.5C18.73 10.24 18.93 10.33 19.07 10.5C19.21 10.67 19.27 10.89 19.23 11.12L17.91 18.62L17.92 18.63Z",
15
+ fill: o
18
16
  }
19
17
  )
20
18
  }
21
19
  );
22
20
  export {
23
- e as default
21
+ n as default
24
22
  };
@@ -0,0 +1,4 @@
1
+ import t from "./ThumbsUpOutline.js";
2
+ export {
3
+ t as default
4
+ };
@@ -1,33 +1,31 @@
1
- import { j as a } from "../../../_virtual/jsx-runtime.js";
2
- import i from "../../../colors/grey.js";
3
- const r = ({ color: l = i.m500, size: t = 24, ...s }) => /* @__PURE__ */ a.jsxs(
1
+ import { j as C } from "../../../_virtual/jsx-runtime.js";
2
+ const i = ({ size: t = 24, color: s = "currentColor", ...l }) => /* @__PURE__ */ C.jsxs(
4
3
  "svg",
5
4
  {
6
- viewBox: "0 0 24 24",
7
5
  width: t,
8
6
  height: t,
7
+ viewBox: "0 0 24 24",
9
8
  fill: "none",
10
9
  xmlns: "http://www.w3.org/2000/svg",
11
- "aria-label": "Upload",
12
- ...s,
10
+ ...l,
13
11
  children: [
14
- /* @__PURE__ */ a.jsx(
12
+ /* @__PURE__ */ C.jsx(
15
13
  "path",
16
14
  {
17
- d: "M12.554 2.494a.75.75 0 0 0-1.107 0l-4 4.375A.75.75 0 0 0 8.553 7.88l2.696-2.95V16a.75.75 0 0 0 1.5 0V4.932l2.697 2.95a.75.75 0 1 0 1.107-1.013z",
18
- fill: l
15
+ d: "M12.5535 2.49392C12.4114 2.33852 12.2106 2.25 12 2.25C11.7894 2.25 11.5886 2.33852 11.4465 2.49392L7.44648 6.86892C7.16698 7.17462 7.18822 7.64902 7.49392 7.92852C7.79963 8.20802 8.27402 8.18678 8.55352 7.88108L11.25 4.9318V16C11.25 16.4142 11.5858 16.75 12 16.75C12.4142 16.75 12.75 16.4142 12.75 16V4.9318L15.4465 7.88108C15.726 8.18678 16.2004 8.20802 16.5061 7.92852C16.8118 7.64902 16.833 7.17462 16.5535 6.86892L12.5535 2.49392Z",
16
+ fill: s
19
17
  }
20
18
  ),
21
- /* @__PURE__ */ a.jsx(
19
+ /* @__PURE__ */ C.jsx(
22
20
  "path",
23
21
  {
24
- d: "M3.75 15a.75.75 0 0 0-1.5 0v.055c0 1.367 0 2.47.117 3.337.12.9.38 1.658.981 2.26.602.602 1.36.86 2.26.982.867.116 1.97.116 3.337.116h6.11c1.367 0 2.47 0 3.337-.116.9-.122 1.658-.38 2.26-.982s.86-1.36.982-2.26c.116-.867.116-1.97.116-3.337V15a.75.75 0 0 0-1.5 0c0 1.435-.002 2.436-.103 3.192-.099.734-.28 1.122-.556 1.399-.277.277-.665.457-1.4.556-.755.101-1.756.103-3.191.103H9c-1.435 0-2.437-.002-3.192-.103-.734-.099-1.122-.28-1.399-.556-.277-.277-.457-.665-.556-1.4-.101-.755-.103-1.756-.103-3.191",
25
- fill: l
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
26
24
  }
27
25
  )
28
26
  ]
29
27
  }
30
28
  );
31
29
  export {
32
- r as default
30
+ i as default
33
31
  };
@@ -0,0 +1,4 @@
1
+ import a from "./Upload.js";
2
+ export {
3
+ a 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 t = ({ color: o = i.m500, size: l = 24, ...a }) => /* @__PURE__ */ e.jsx(
1
+ import { j as l } from "../../../_virtual/jsx-runtime.js";
2
+ const r = ({ size: C = 24, color: o = "currentColor", ...e }) => /* @__PURE__ */ l.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": "Upload Box Filled",
12
- ...a,
13
- children: /* @__PURE__ */ e.jsx(
10
+ ...e,
11
+ children: /* @__PURE__ */ l.jsx(
14
12
  "path",
15
13
  {
16
- fillRule: "evenodd",
17
- clipRule: "evenodd",
18
- d: "M2 12c0-4.714 0-7.071 1.464-8.536C4.93 2 7.286 2 12 2s7.071 0 8.535 1.464C22 4.93 22 7.286 22 12s0 7.071-1.465 8.535C19.072 22 16.714 22 12 22s-7.071 0-8.536-1.465C2 19.072 2 16.714 2 12m10 5.75a.75.75 0 0 0 .75-.75v-5.19l1.72 1.72a.75.75 0 1 0 1.06-1.06l-3-3a.75.75 0 0 0-1.06 0l-3 3a.75.75 0 1 0 1.06 1.06l1.72-1.72V17c0 .414.336.75.75.75m-4-10a.75.75 0 0 1 0-1.5h8a.75.75 0 0 1 0 1.5z",
14
+ "fill-rule": "evenodd",
15
+ "clip-rule": "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 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",
19
17
  fill: o
20
18
  }
21
19
  )
22
20
  }
23
21
  );
24
22
  export {
25
- t as default
23
+ r as default
26
24
  };
@@ -0,0 +1,4 @@
1
+ import l from "./UploadBoxFilled.js";
2
+ export {
3
+ l as default
4
+ };
@@ -1,35 +1,40 @@
1
- import { j as l } from "../../../_virtual/jsx-runtime.js";
2
- import t from "../../../colors/grey.js";
3
- const c = ({ color: a = t.m500, size: e = 24, ...s }) => /* @__PURE__ */ l.jsxs(
1
+ import { j as C } from "../../../_virtual/jsx-runtime.js";
2
+ const s = ({ size: t = 24, color: l = "currentColor", ...e }) => /* @__PURE__ */ C.jsxs(
4
3
  "svg",
5
4
  {
5
+ width: t,
6
+ height: t,
6
7
  viewBox: "0 0 24 24",
7
- width: e,
8
- height: e,
9
8
  fill: "none",
10
9
  xmlns: "http://www.w3.org/2000/svg",
11
- "aria-label": "Upload Box Outline",
12
- ...s,
10
+ ...e,
13
11
  children: [
14
- /* @__PURE__ */ l.jsx(
12
+ /* @__PURE__ */ C.jsx(
15
13
  "path",
16
14
  {
17
- d: "M7.25 7c0 .414.336.75.75.75h8a.75.75 0 0 0 0-1.5H8a.75.75 0 0 0-.75.75M12 17.75a.75.75 0 0 0 .75-.75v-5.19l1.72 1.72a.75.75 0 1 0 1.06-1.06l-3-3a.75.75 0 0 0-1.06 0l-3 3a.75.75 0 1 0 1.06 1.06l1.72-1.72V17c0 .414.336.75.75.75",
18
- fill: a
15
+ d: "M7.25 7C7.25 7.41421 7.58579 7.75 8 7.75H16C16.4142 7.75 16.75 7.41421 16.75 7C16.75 6.58579 16.4142 6.25 16 6.25H8C7.58579 6.25 7.25 6.58579 7.25 7Z",
16
+ fill: l
19
17
  }
20
18
  ),
21
- /* @__PURE__ */ l.jsx(
19
+ /* @__PURE__ */ C.jsx(
22
20
  "path",
23
21
  {
24
- fillRule: "evenodd",
25
- clipRule: "evenodd",
26
- d: "M11.943 1.25c-2.309 0-4.118 0-5.53.19-1.444.194-2.584.6-3.479 1.494-.895.895-1.3 2.035-1.494 3.48-.19 1.411-.19 3.22-.19 5.529v.114c0 2.309 0 4.118.19 5.53.194 1.444.6 2.584 1.494 3.479.895.895 2.035 1.3 3.48 1.494 1.411.19 3.22.19 5.529.19h.114c2.309 0 4.118 0 5.53-.19 1.444-.194 2.584-.6 3.479-1.494.895-.895 1.3-2.035 1.494-3.48.19-1.411.19-3.22.19-5.529v-.114c0-2.309 0-4.118-.19-5.53-.194-1.444-.6-2.584-1.494-3.479-.895-.895-2.035-1.3-3.48-1.494-1.411-.19-3.22-.19-5.529-.19zM3.995 3.995c.57-.57 1.34-.897 2.619-1.069 1.3-.174 3.008-.176 5.386-.176s4.086.002 5.386.176c1.279.172 2.05.5 2.62 1.069.569.57.896 1.34 1.068 2.619.174 1.3.176 3.008.176 5.386s-.002 4.086-.176 5.386c-.172 1.279-.5 2.05-1.069 2.62-.57.569-1.34.896-2.619 1.068-1.3.174-3.008.176-5.386.176s-4.086-.002-5.386-.176c-1.279-.172-2.05-.5-2.62-1.069-.569-.57-.896-1.34-1.068-2.619-.174-1.3-.176-3.008-.176-5.386s.002-4.086.176-5.386c.172-1.279.5-2.05 1.069-2.62",
27
- fill: a
22
+ d: "M12 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.75Z",
23
+ fill: l
24
+ }
25
+ ),
26
+ /* @__PURE__ */ C.jsx(
27
+ "path",
28
+ {
29
+ "fill-rule": "evenodd",
30
+ "clip-rule": "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
28
33
  }
29
34
  )
30
35
  ]
31
36
  }
32
37
  );
33
38
  export {
34
- c as default
39
+ s as default
35
40
  };
@@ -0,0 +1,4 @@
1
+ import t from "./UploadBoxOutline.js";
2
+ export {
3
+ t as default
4
+ };
@@ -1,18 +1,48 @@
1
- import { j as l } from "../../../_virtual/jsx-runtime.js";
2
- import h from "../../../colors/grey.js";
3
- const s = ({ color: e = h.m500, size: t = 24, ...a }) => /* @__PURE__ */ l.jsx(
1
+ import { j as e } from "../../../_virtual/jsx-runtime.js";
2
+ const i = ({ size: t = 24, color: l = "currentColor", ...s }) => /* @__PURE__ */ e.jsxs(
4
3
  "svg",
5
4
  {
6
- viewBox: "-1.5 0 33 33",
7
5
  width: t,
8
6
  height: t,
7
+ viewBox: "-1.5 0 33 33",
9
8
  fill: "none",
10
9
  xmlns: "http://www.w3.org/2000/svg",
11
- "aria-label": "Wallet Filled",
12
- ...a,
13
- children: /* @__PURE__ */ l.jsx("g", { stroke: e, strokeWidth: "1", fill: e, fillRule: "evenodd", children: /* @__PURE__ */ l.jsx("g", { transform: "translate(-259 -776)", fill: e, children: /* @__PURE__ */ l.jsx("path", { d: "M283 799h6v-2h-6zm4-12h-28v20a2 2 0 0 0 2 2h26a2 2 0 0 0 2-2v-6h-7a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1h7v-6a2 2 0 0 0-2-2m0-9c0-.553-.236-.859-.75-1.062-.396-.157-.781-.063-1.25.062l-26 8h28z" }) }) })
10
+ ...s,
11
+ children: [
12
+ /* @__PURE__ */ e.jsx("title", { children: "wallet" }),
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-Filled",
28
+ "sketch:type": "MSLayerGroup",
29
+ transform: "translate(-259.000000, -776.000000)",
30
+ fill: l,
31
+ children: /* @__PURE__ */ e.jsx(
32
+ "path",
33
+ {
34
+ d: "M283,799 L289,799 L289,797 L283,797 L283,799 Z M287,787 L259,787 L259,807 C259,808.104 259.896,809 261,809 L287,809 C288.104,809 289,808.104 289,807 L289,801 L282,801 C281.448,801 281,800.553 281,800 L281,796 C281,795.448 281.448,795 282,795 L289,795 L289,789 C289,787.896 288.104,787 287,787 L287,787 Z M287,778 C287,777.447 286.764,777.141 286.25,776.938 C285.854,776.781 285.469,776.875 285,777 L259,785 L287,785 L287,778 L287,778 Z",
35
+ id: "wallet",
36
+ "sketch:type": "MSShapeGroup"
37
+ }
38
+ )
39
+ }
40
+ )
41
+ }
42
+ )
43
+ ]
14
44
  }
15
45
  );
16
46
  export {
17
- s as default
47
+ i as default
18
48
  };
@@ -0,0 +1,4 @@
1
+ import e from "./WalletFilled.js";
2
+ export {
3
+ e as default
4
+ };
@@ -1,18 +1,48 @@
1
- import { j as l } from "../../../_virtual/jsx-runtime.js";
2
- import h from "../../../colors/grey.js";
3
- const s = ({ color: t = h.m500, size: a = 24, ...e }) => /* @__PURE__ */ l.jsx(
1
+ import { j as e } from "../../../_virtual/jsx-runtime.js";
2
+ const r = ({ size: t = 24, color: L = "currentColor", ...l }) => /* @__PURE__ */ e.jsxs(
4
3
  "svg",
5
4
  {
5
+ width: t,
6
+ height: t,
6
7
  viewBox: "-1.5 0 33 33",
7
- width: a,
8
- height: a,
9
8
  fill: "none",
10
9
  xmlns: "http://www.w3.org/2000/svg",
11
- "aria-label": "Wallet Outline",
12
- ...e,
13
- children: /* @__PURE__ */ l.jsx("g", { stroke: t, strokeWidth: "1", fill: t, fillRule: "evenodd", children: /* @__PURE__ */ l.jsx("g", { transform: "translate(-257 -774)", fill: t, children: /* @__PURE__ */ l.jsx("path", { d: "M285 793h-5a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h5v5a1 1 0 0 1-1 1h-24a1 1 0 0 1-1-1v-19h25a1 1 0 0 1 1 1zm0 3v1h-4v-2h4zm-2-19v6h-19.5zm2 6v-7c0-.553-.236-.859-.75-1.062-.396-.157-.781-.063-1.25.062l-26 8v22a2 2 0 0 0 2 2h26a2 2 0 0 0 2-2v-20a2 2 0 0 0-2-2" }) }) })
10
+ ...l,
11
+ children: [
12
+ /* @__PURE__ */ e.jsx("title", { children: "wallet" }),
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(-257.000000, -774.000000)",
30
+ fill: L,
31
+ children: /* @__PURE__ */ e.jsx(
32
+ "path",
33
+ {
34
+ d: "M285,793 L280,793 C279.448,793 279,793.448 279,794 L279,798 C279,798.553 279.448,799 280,799 L285,799 L285,804 C285,804.553 284.552,805 284,805 L260,805 C259.448,805 259,804.553 259,804 L259,785 L284,785 C284.552,785 285,785.447 285,786 L285,793 L285,793 Z M285,796 L285,797 L281,797 L281,796 L281,795 L285,795 L285,796 L285,796 Z M283,777 L283,783 L263.5,783 L283,777 L283,777 Z M285,783 L285,776 C285,775.447 284.764,775.141 284.25,774.938 C283.854,774.781 283.469,774.875 283,775 L257,783 L257,805 C257,806.104 257.896,807 259,807 L285,807 C286.104,807 287,806.104 287,805 L287,785 C287,783.896 286.104,783 285,783 L285,783 Z",
35
+ id: "wallet",
36
+ "sketch:type": "MSShapeGroup"
37
+ }
38
+ )
39
+ }
40
+ )
41
+ }
42
+ )
43
+ ]
14
44
  }
15
45
  );
16
46
  export {
17
- s as default
47
+ r as default
18
48
  };
@@ -0,0 +1,4 @@
1
+ import e from "./WalletOutline.js";
2
+ export {
3
+ e as default
4
+ };