@kanmu/popcorn-icons 1.1.1 → 1.1.2

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 (61) hide show
  1. package/LICENSE.md +69 -0
  2. package/README.md +4 -4
  3. package/dist/icons/Bars.js +1 -1
  4. package/dist/icons/Bars.mjs +1 -1
  5. package/dist/icons/Check.js +1 -1
  6. package/dist/icons/Check.mjs +1 -1
  7. package/dist/icons/CheckCircleFill.js +3 -1
  8. package/dist/icons/CheckCircleFill.mjs +3 -1
  9. package/dist/icons/ClockRotateLeft.js +1 -1
  10. package/dist/icons/ClockRotateLeft.mjs +1 -1
  11. package/dist/icons/CreditCard.js +12 -7
  12. package/dist/icons/CreditCard.mjs +13 -8
  13. package/dist/icons/CreditCardFill.js +18 -7
  14. package/dist/icons/CreditCardFill.mjs +19 -8
  15. package/dist/icons/CreditCardSwipe.js +12 -7
  16. package/dist/icons/CreditCardSwipe.mjs +13 -8
  17. package/dist/icons/ExclamationCircle.js +18 -7
  18. package/dist/icons/ExclamationCircle.mjs +19 -8
  19. package/dist/icons/ExclamationCircleFill.js +3 -1
  20. package/dist/icons/ExclamationCircleFill.mjs +3 -1
  21. package/dist/icons/ExclamationTriangle.js +18 -7
  22. package/dist/icons/ExclamationTriangle.mjs +19 -8
  23. package/dist/icons/File.js +18 -7
  24. package/dist/icons/File.mjs +19 -8
  25. package/dist/icons/Gauge.js +16 -7
  26. package/dist/icons/Gauge.mjs +17 -8
  27. package/dist/icons/GearFill.js +3 -1
  28. package/dist/icons/GearFill.mjs +3 -1
  29. package/dist/icons/Gift.js +4 -69
  30. package/dist/icons/Gift.mjs +5 -70
  31. package/dist/icons/HandPointUp.js +2 -2
  32. package/dist/icons/HandPointUp.mjs +2 -2
  33. package/dist/icons/House.js +16 -7
  34. package/dist/icons/House.mjs +17 -8
  35. package/dist/icons/HouseFill.js +1 -1
  36. package/dist/icons/HouseFill.mjs +1 -1
  37. package/dist/icons/MinusCircleFill.js +3 -1
  38. package/dist/icons/MinusCircleFill.mjs +3 -1
  39. package/dist/icons/MonthlyLimit.js +16 -7
  40. package/dist/icons/MonthlyLimit.mjs +17 -8
  41. package/dist/icons/PlusCircleFill.js +3 -1
  42. package/dist/icons/PlusCircleFill.mjs +3 -1
  43. package/dist/icons/Pochitto.js +9 -2
  44. package/dist/icons/Pochitto.mjs +9 -2
  45. package/dist/icons/QuestionCircle.js +18 -7
  46. package/dist/icons/QuestionCircle.mjs +19 -8
  47. package/dist/icons/RotateRight.js +1 -1
  48. package/dist/icons/RotateRight.mjs +1 -1
  49. package/dist/icons/Shop.js +18 -7
  50. package/dist/icons/Shop.mjs +19 -8
  51. package/dist/icons/SquareDot.js +18 -7
  52. package/dist/icons/SquareDot.mjs +19 -8
  53. package/dist/icons/Unlock.js +3 -1
  54. package/dist/icons/Unlock.mjs +3 -1
  55. package/dist/icons/Vandlykun.js +25 -7
  56. package/dist/icons/Vandlykun.mjs +26 -8
  57. package/dist/icons/XmarkCircle.js +7 -10
  58. package/dist/icons/XmarkCircle.mjs +9 -12
  59. package/dist/icons/XmarkCircleFill.js +9 -10
  60. package/dist/icons/XmarkCircleFill.mjs +11 -12
  61. package/package.json +2 -2
@@ -39,12 +39,21 @@ const SvgGauge = ({ size = 24, width = size, height = size, ...restProps }) => {
39
39
  width,
40
40
  height
41
41
  };
42
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react_native_svg.default, { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
43
- import_react_native_svg.Path,
44
- {
45
- fill: "currentColor",
46
- d: "M11.974 2.143c5.915 0 10.71 4.796 10.71 10.71 0 2.61-.611 4.732-2.201 6.5a.974.974 0 0 1-1.342.101 30 30 0 0 1-.556-.47l-.13-.113a63 63 0 0 1-1.3-1.164.974.974 0 1 1 1.32-1.431l.105.095a68 68 0 0 0 1.036.926c.795-1.212 1.12-2.657 1.12-4.443a8.764 8.764 0 1 0-17.526 0c0 1.6.42 3.202 1.149 4.48l.058-.054.007-.007.712-.678.323-.308a.974.974 0 0 1 1.345 1.409l-.324.31-.714.679-.008.007c-.41.39-.723.685-.9.85a.974.974 0 0 1-1.424-.106c-1.378-1.727-2.17-4.157-2.17-6.582 0-5.915 4.795-10.711 10.71-10.711m0 2.434c.48 0 .486.474.486.487l.974 6.329s0 1.46-1.46 1.46c-1.461 0-1.46-1.46-1.46-1.46l.973-6.33c0-.012-.015-.485.486-.486"
47
- }
48
- ) });
42
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_react_native_svg.default, { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ...props, children: [
43
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
44
+ import_react_native_svg.Path,
45
+ {
46
+ fill: "currentColor",
47
+ d: "M11.974 2.143c5.915 0 10.71 4.796 10.71 10.71 0 2.61-.611 4.732-2.201 6.5a.974.974 0 0 1-1.342.101 30 30 0 0 1-.556-.47l-.13-.113a63 63 0 0 1-1.3-1.164.974.974 0 1 1 1.32-1.431l.105.095a68 68 0 0 0 1.036.926c.795-1.212 1.12-2.657 1.12-4.443a8.764 8.764 0 1 0-17.526 0c0 1.6.42 3.202 1.149 4.48l.058-.054.007-.007.712-.678.323-.308a.974.974 0 0 1 1.345 1.409l-.324.31-.714.679-.008.007c-.41.39-.723.685-.9.85a.974.974 0 0 1-1.424-.106c-1.378-1.727-2.17-4.157-2.17-6.582 0-5.915 4.795-10.711 10.71-10.711"
48
+ }
49
+ ),
50
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
51
+ import_react_native_svg.Path,
52
+ {
53
+ fill: "currentColor",
54
+ d: "M11.973 4.577c.48 0 .487.474.487.487l.974 6.329s0 1.46-1.46 1.46c-1.461 0-1.46-1.46-1.46-1.46l.973-6.33c0-.012-.015-.485.486-.486"
55
+ }
56
+ )
57
+ ] });
49
58
  };
50
59
  var Gauge_default = SvgGauge;
@@ -1,4 +1,4 @@
1
- import { jsx } from "react/jsx-runtime";
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
2
  import Svg, { Path } from "react-native-svg";
3
3
  const SvgGauge = ({ size = 24, width = size, height = size, ...restProps }) => {
4
4
  const props = {
@@ -6,13 +6,22 @@ const SvgGauge = ({ size = 24, width = size, height = size, ...restProps }) => {
6
6
  width,
7
7
  height
8
8
  };
9
- return /* @__PURE__ */ jsx(Svg, { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx(
10
- Path,
11
- {
12
- fill: "currentColor",
13
- d: "M11.974 2.143c5.915 0 10.71 4.796 10.71 10.71 0 2.61-.611 4.732-2.201 6.5a.974.974 0 0 1-1.342.101 30 30 0 0 1-.556-.47l-.13-.113a63 63 0 0 1-1.3-1.164.974.974 0 1 1 1.32-1.431l.105.095a68 68 0 0 0 1.036.926c.795-1.212 1.12-2.657 1.12-4.443a8.764 8.764 0 1 0-17.526 0c0 1.6.42 3.202 1.149 4.48l.058-.054.007-.007.712-.678.323-.308a.974.974 0 0 1 1.345 1.409l-.324.31-.714.679-.008.007c-.41.39-.723.685-.9.85a.974.974 0 0 1-1.424-.106c-1.378-1.727-2.17-4.157-2.17-6.582 0-5.915 4.795-10.711 10.71-10.711m0 2.434c.48 0 .486.474.486.487l.974 6.329s0 1.46-1.46 1.46c-1.461 0-1.46-1.46-1.46-1.46l.973-6.33c0-.012-.015-.485.486-.486"
14
- }
15
- ) });
9
+ return /* @__PURE__ */ jsxs(Svg, { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ...props, children: [
10
+ /* @__PURE__ */ jsx(
11
+ Path,
12
+ {
13
+ fill: "currentColor",
14
+ d: "M11.974 2.143c5.915 0 10.71 4.796 10.71 10.71 0 2.61-.611 4.732-2.201 6.5a.974.974 0 0 1-1.342.101 30 30 0 0 1-.556-.47l-.13-.113a63 63 0 0 1-1.3-1.164.974.974 0 1 1 1.32-1.431l.105.095a68 68 0 0 0 1.036.926c.795-1.212 1.12-2.657 1.12-4.443a8.764 8.764 0 1 0-17.526 0c0 1.6.42 3.202 1.149 4.48l.058-.054.007-.007.712-.678.323-.308a.974.974 0 0 1 1.345 1.409l-.324.31-.714.679-.008.007c-.41.39-.723.685-.9.85a.974.974 0 0 1-1.424-.106c-1.378-1.727-2.17-4.157-2.17-6.582 0-5.915 4.795-10.711 10.71-10.711"
15
+ }
16
+ ),
17
+ /* @__PURE__ */ jsx(
18
+ Path,
19
+ {
20
+ fill: "currentColor",
21
+ d: "M11.973 4.577c.48 0 .487.474.487.487l.974 6.329s0 1.46-1.46 1.46c-1.461 0-1.46-1.46-1.46-1.46l.973-6.33c0-.012-.015-.485.486-.486"
22
+ }
23
+ )
24
+ ] });
16
25
  };
17
26
  var Gauge_default = SvgGauge;
18
27
  export {
@@ -43,7 +43,9 @@ const SvgGearFill = ({ size = 24, width = size, height = size, ...restProps }) =
43
43
  import_react_native_svg.Path,
44
44
  {
45
45
  fill: "currentColor",
46
- d: "M12 2.571q.976 0 1.666.69.69.691.691 1.668v.405q.29.099.694.282l.282-.282a2.28 2.28 0 0 1 1.67-.694q.969 0 1.663.694.693.694.694 1.663 0 .976-.694 1.67l-.282.282q.184.406.282.694h.405q.976 0 1.666.69.691.691.692 1.667a2.27 2.27 0 0 1-.692 1.666 2.27 2.27 0 0 1-1.666.692h-.405q-.098.288-.282.693l.282.282q.694.695.694 1.67 0 .969-.694 1.663a2.27 2.27 0 0 1-1.663.694q-.975 0-1.67-.694l-.282-.282q-.405.184-.694.282v.405a2.27 2.27 0 0 1-.69 1.666q-.691.691-1.667.692-.975 0-1.667-.691a2.27 2.27 0 0 1-.69-1.667v-.405a8 8 0 0 1-.694-.282l-.282.282a2.27 2.27 0 0 1-1.663.694q-.976 0-1.667-.694a2.27 2.27 0 0 1-.69-1.663q0-.983.687-1.67l.282-.282a8 8 0 0 1-.282-.693H4.93q-.976 0-1.667-.692A2.27 2.27 0 0 1 2.572 12q0-.975.69-1.667.69-.69 1.667-.69h.405q.099-.288.282-.694l-.282-.282a2.27 2.27 0 0 1-.687-1.67q0-.969.69-1.663a2.27 2.27 0 0 1 1.667-.694q.969 0 1.663.694l.282.282q.406-.183.694-.282V4.93q0-.976.69-1.667.691-.69 1.667-.69m0 6.43a2.9 2.9 0 0 0-2.121.878A2.9 2.9 0 0 0 9 12q0 1.242.879 2.121a2.9 2.9 0 0 0 2.121.88 2.9 2.9 0 0 0 2.121-.88 2.9 2.9 0 0 0 .88-2.12 2.9 2.9 0 0 0-.88-2.122A2.9 2.9 0 0 0 12.001 9"
46
+ fillRule: "evenodd",
47
+ d: "M12 2.571q.976 0 1.666.69.69.691.691 1.668v.405q.29.099.694.282l.282-.282a2.28 2.28 0 0 1 1.67-.694q.969 0 1.663.694.693.694.694 1.663 0 .976-.694 1.67l-.282.282q.184.406.282.694h.405q.976 0 1.666.69.691.691.692 1.667a2.27 2.27 0 0 1-.692 1.666 2.27 2.27 0 0 1-1.666.692h-.405q-.098.288-.282.693l.282.282q.694.695.694 1.67 0 .969-.694 1.663a2.27 2.27 0 0 1-1.663.694q-.975 0-1.67-.694l-.282-.282q-.405.184-.694.282v.405a2.27 2.27 0 0 1-.69 1.666q-.691.691-1.667.692-.975 0-1.667-.691a2.27 2.27 0 0 1-.69-1.667v-.405a8 8 0 0 1-.694-.282l-.282.282a2.27 2.27 0 0 1-1.663.694q-.976 0-1.667-.694a2.27 2.27 0 0 1-.69-1.663q0-.983.687-1.67l.282-.282a8 8 0 0 1-.282-.693H4.93q-.976 0-1.667-.692A2.27 2.27 0 0 1 2.572 12q0-.975.69-1.667.69-.69 1.667-.69h.405q.099-.288.282-.694l-.282-.282a2.27 2.27 0 0 1-.687-1.67q0-.969.69-1.663a2.27 2.27 0 0 1 1.667-.694q.969 0 1.663.694l.282.282q.406-.183.694-.282V4.93q0-.976.69-1.667.691-.69 1.667-.69m0 6.43a2.9 2.9 0 0 0-2.121.878A2.9 2.9 0 0 0 9 12q0 1.242.879 2.121a2.9 2.9 0 0 0 2.121.88 2.9 2.9 0 0 0 2.121-.88 2.9 2.9 0 0 0 .88-2.12 2.9 2.9 0 0 0-.88-2.122A2.9 2.9 0 0 0 12.001 9",
48
+ clipRule: "evenodd"
47
49
  }
48
50
  ) });
49
51
  };
@@ -10,7 +10,9 @@ const SvgGearFill = ({ size = 24, width = size, height = size, ...restProps }) =
10
10
  Path,
11
11
  {
12
12
  fill: "currentColor",
13
- d: "M12 2.571q.976 0 1.666.69.69.691.691 1.668v.405q.29.099.694.282l.282-.282a2.28 2.28 0 0 1 1.67-.694q.969 0 1.663.694.693.694.694 1.663 0 .976-.694 1.67l-.282.282q.184.406.282.694h.405q.976 0 1.666.69.691.691.692 1.667a2.27 2.27 0 0 1-.692 1.666 2.27 2.27 0 0 1-1.666.692h-.405q-.098.288-.282.693l.282.282q.694.695.694 1.67 0 .969-.694 1.663a2.27 2.27 0 0 1-1.663.694q-.975 0-1.67-.694l-.282-.282q-.405.184-.694.282v.405a2.27 2.27 0 0 1-.69 1.666q-.691.691-1.667.692-.975 0-1.667-.691a2.27 2.27 0 0 1-.69-1.667v-.405a8 8 0 0 1-.694-.282l-.282.282a2.27 2.27 0 0 1-1.663.694q-.976 0-1.667-.694a2.27 2.27 0 0 1-.69-1.663q0-.983.687-1.67l.282-.282a8 8 0 0 1-.282-.693H4.93q-.976 0-1.667-.692A2.27 2.27 0 0 1 2.572 12q0-.975.69-1.667.69-.69 1.667-.69h.405q.099-.288.282-.694l-.282-.282a2.27 2.27 0 0 1-.687-1.67q0-.969.69-1.663a2.27 2.27 0 0 1 1.667-.694q.969 0 1.663.694l.282.282q.406-.183.694-.282V4.93q0-.976.69-1.667.691-.69 1.667-.69m0 6.43a2.9 2.9 0 0 0-2.121.878A2.9 2.9 0 0 0 9 12q0 1.242.879 2.121a2.9 2.9 0 0 0 2.121.88 2.9 2.9 0 0 0 2.121-.88 2.9 2.9 0 0 0 .88-2.12 2.9 2.9 0 0 0-.88-2.122A2.9 2.9 0 0 0 12.001 9"
13
+ fillRule: "evenodd",
14
+ d: "M12 2.571q.976 0 1.666.69.69.691.691 1.668v.405q.29.099.694.282l.282-.282a2.28 2.28 0 0 1 1.67-.694q.969 0 1.663.694.693.694.694 1.663 0 .976-.694 1.67l-.282.282q.184.406.282.694h.405q.976 0 1.666.69.691.691.692 1.667a2.27 2.27 0 0 1-.692 1.666 2.27 2.27 0 0 1-1.666.692h-.405q-.098.288-.282.693l.282.282q.694.695.694 1.67 0 .969-.694 1.663a2.27 2.27 0 0 1-1.663.694q-.975 0-1.67-.694l-.282-.282q-.405.184-.694.282v.405a2.27 2.27 0 0 1-.69 1.666q-.691.691-1.667.692-.975 0-1.667-.691a2.27 2.27 0 0 1-.69-1.667v-.405a8 8 0 0 1-.694-.282l-.282.282a2.27 2.27 0 0 1-1.663.694q-.976 0-1.667-.694a2.27 2.27 0 0 1-.69-1.663q0-.983.687-1.67l.282-.282a8 8 0 0 1-.282-.693H4.93q-.976 0-1.667-.692A2.27 2.27 0 0 1 2.572 12q0-.975.69-1.667.69-.69 1.667-.69h.405q.099-.288.282-.694l-.282-.282a2.27 2.27 0 0 1-.687-1.67q0-.969.69-1.663a2.27 2.27 0 0 1 1.667-.694q.969 0 1.663.694l.282.282q.406-.183.694-.282V4.93q0-.976.69-1.667.691-.69 1.667-.69m0 6.43a2.9 2.9 0 0 0-2.121.878A2.9 2.9 0 0 0 9 12q0 1.242.879 2.121a2.9 2.9 0 0 0 2.121.88 2.9 2.9 0 0 0 2.121-.88 2.9 2.9 0 0 0 .88-2.12 2.9 2.9 0 0 0-.88-2.122A2.9 2.9 0 0 0 12.001 9",
15
+ clipRule: "evenodd"
14
16
  }
15
17
  ) });
16
18
  };
@@ -40,93 +40,28 @@ const SvgGift = ({ size = 24, width = size, height = size, ...restProps }) => {
40
40
  height
41
41
  };
42
42
  return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_react_native_svg.default, { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ...props, children: [
43
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react_native_svg.Mask, { id: "gift_svg__a", fill: "#fff", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react_native_svg.Path, { d: "M5.571 11.143c-.857 0-.857.857-.857.857v7.714C4.714 20.424 5.29 21 6 21h9.429v-1.714h-9V12s0-.857-.858-.857" }) }),
44
43
  /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
45
44
  import_react_native_svg.Path,
46
45
  {
47
46
  fill: "currentColor",
48
- d: "M5.571 11.143c-.857 0-.857.857-.857.857v7.714C4.714 20.424 5.29 21 6 21h9.429v-1.714h-9V12s0-.857-.858-.857"
47
+ d: "M5.571 11.143c-.857 0-.857.857-.857.857v7.714C4.714 20.424 5.29 21 6 21h9.429v-1.714h-9V12s0-.857-.858-.857M3 9.857c0 .71.576 1.286 1.286 1.286h9.428V9.428h-9V8.143H3z"
49
48
  }
50
49
  ),
51
50
  /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
52
51
  import_react_native_svg.Path,
53
52
  {
54
53
  fill: "currentColor",
55
- d: "M15.429 21v.428h.428V21zm0-1.714h.428v-.429h-.428zm-9 0h-.43v.428h.43zM4.714 12h.429v.004q0 .001 0 0v-.01a.6.6 0 0 1 .062-.231.3.3 0 0 1 .109-.13.45.45 0 0 1 .257-.062v-.857c-.289 0-.534.074-.733.206a1.2 1.2 0 0 0-.4.46 1.5 1.5 0 0 0-.152.616v.003zm.857-.857v.428c.14 0 .216.034.258.062q.067.045.109.13a.6.6 0 0 1 .062.242V12L6.429 12h.428v-.004l-.003-.064a1.5 1.5 0 0 0-.15-.552 1.2 1.2 0 0 0-.4-.46 1.3 1.3 0 0 0-.733-.206zM6 21v-.429a.857.857 0 0 1-.857-.857h-.857c0 .947.767 1.715 1.714 1.715zm0 0v.428h9.429v-.857h-9.43zm9.429 0h.428v-1.714H15V21zm0-1.714v-.429h-9v.857h9zm-10.715.428h.429V12h-.857v7.714zm1.715-.428h.428V12H6v7.286z",
56
- mask: "url(#gift_svg__a)"
54
+ d: "M3 7.286C3 6.576 3.576 6 4.286 6h9.428v1.714h-9V9H3zM21 9.857c0 .71-.576 1.286-1.286 1.286h-9.428V9.428h9V8.143H21z"
57
55
  }
58
56
  ),
59
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react_native_svg.Mask, { id: "gift_svg__b", fill: "#fff", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react_native_svg.Path, { d: "M3 9.857c0 .71.576 1.286 1.286 1.286h9.428V9.428h-9V8.143H3z" }) }),
60
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react_native_svg.Path, { fill: "currentColor", d: "M3 9.857c0 .71.576 1.286 1.286 1.286h9.428V9.428h-9V8.143H3z" }),
61
57
  /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
62
58
  import_react_native_svg.Path,
63
59
  {
64
60
  fill: "currentColor",
65
- d: "M13.714 11.143v.428h.429v-.428zm0-1.715h.429V9h-.429zm-9 0h-.428v.429h.428zM3 8.143v-.429a.43.43 0 0 0-.429.429zm1.714 0h.429a.43.43 0 0 0-.429-.429zm-.428 3v-.429a.857.857 0 0 1-.857-.857H2.57c0 .947.768 1.714 1.715 1.714zm0 0v.428h9.428v-.857H4.286zm9.428 0h.429V9.428h-.857v1.715zm0-1.715V9h-9v.857h9zM3 9.857h.429V8.143H2.57v1.714zm1.714-.429h.429V8.143h-.857v1.285zm0-1.285v-.429H3v.857h1.714z",
66
- mask: "url(#gift_svg__b)"
67
- }
68
- ),
69
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react_native_svg.Mask, { id: "gift_svg__c", fill: "#fff", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react_native_svg.Path, { d: "M3 7.286C3 6.576 3.576 6 4.286 6h9.428v1.714h-9V9H3z" }) }),
70
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react_native_svg.Path, { fill: "currentColor", d: "M3 7.286C3 6.576 3.576 6 4.286 6h9.428v1.714h-9V9H3z" }),
71
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
72
- import_react_native_svg.Path,
73
- {
74
- fill: "currentColor",
75
- d: "M13.714 6V5.57h.429V6zm0 1.714h.429v.429h-.429zm-9 0h-.428v-.428h.428zM3 9v.428A.43.43 0 0 1 2.571 9zm1.714 0h.429a.43.43 0 0 1-.429.428zm-.428-3v.428a.857.857 0 0 0-.857.858H2.57c0-.947.768-1.715 1.715-1.715zm0 0V5.57h9.428v.857H4.286zm9.428 0h.429v1.714h-.857V6zm0 1.714v.429h-9v-.857h9zM3 7.286h.429V9H2.57V7.286zm1.714.428h.429V9h-.857V7.714zm0 1.286v.428H3v-.857h1.714z",
76
- mask: "url(#gift_svg__c)"
77
- }
78
- ),
79
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react_native_svg.Mask, { id: "gift_svg__d", fill: "#fff", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react_native_svg.Path, { d: "M21 9.857c0 .71-.576 1.286-1.286 1.286h-9.428V9.428h9V8.143H21z" }) }),
80
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
81
- import_react_native_svg.Path,
82
- {
83
- fill: "currentColor",
84
- d: "M21 9.857c0 .71-.576 1.286-1.286 1.286h-9.428V9.428h9V8.143H21z"
85
- }
86
- ),
87
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
88
- import_react_native_svg.Path,
89
- {
90
- fill: "currentColor",
91
- d: "M10.286 11.143v.428h-.429v-.428zm0-1.715h-.429V9h.429zm9 0h.428v.429h-.428zM21 8.143v-.429c.237 0 .429.192.429.429zm-1.714 0h-.429c0-.237.192-.429.429-.429zm.428 3v-.429a.857.857 0 0 0 .857-.857h.858c0 .947-.768 1.714-1.715 1.714zm0 0v.428h-9.428v-.857h9.428zm-9.428 0h-.429V9.428h.857v1.715zm0-1.715V9h9v.857h-9zM21 9.857h-.429V8.143h.858v1.714zm-1.714-.429h-.429V8.143h.857v1.285zm0-1.285v-.429H21v.857h-1.714z",
92
- mask: "url(#gift_svg__d)"
93
- }
94
- ),
95
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react_native_svg.Mask, { id: "gift_svg__e", fill: "#fff", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react_native_svg.Path, { d: "M21 7.286C21 6.576 20.424 6 19.714 6h-9.428v1.714h9V9H21z" }) }),
96
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react_native_svg.Path, { fill: "currentColor", d: "M21 7.286C21 6.576 20.424 6 19.714 6h-9.428v1.714h9V9H21z" }),
97
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
98
- import_react_native_svg.Path,
99
- {
100
- fill: "currentColor",
101
- d: "M10.286 6V5.57h-.429V6zm0 1.714h-.429v.429h.429zm9 0h.428v-.428h-.428zM21 9v.428A.43.43 0 0 0 21.429 9zm-1.714 0h-.429c0 .237.192.428.429.428zm.428-3v.428c.474 0 .857.384.857.858h.858c0-.947-.768-1.715-1.715-1.715zm0 0V5.57h-9.428v.857h9.428zm-9.428 0h-.429v1.714h.857V6zm0 1.714v.429h9v-.857h-9zM21 7.286h-.429V9h.858V7.286zm-1.714.428h-.429V9h.857V7.714zm0 1.286v.428H21v-.857h-1.714z",
102
- mask: "url(#gift_svg__e)"
103
- }
104
- ),
105
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react_native_svg.Mask, { id: "gift_svg__f", fill: "#fff", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react_native_svg.Path, { d: "M18.429 11.143c.857 0 .857.857.857.857v7.714c0 .71-.576 1.286-1.286 1.286H8.571v-1.714h9V12s0-.857.858-.857" }) }),
106
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
107
- import_react_native_svg.Path,
108
- {
109
- fill: "currentColor",
110
- d: "M18.429 11.143c.857 0 .857.857.857.857v7.714c0 .71-.576 1.286-1.286 1.286H8.571v-1.714h9V12s0-.857.858-.857"
111
- }
112
- ),
113
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
114
- import_react_native_svg.Path,
115
- {
116
- fill: "currentColor",
117
- d: "M8.571 21v.428h-.428V21zm0-1.714h-.428v-.429h.428zm9 0h.43v.428h-.43zM19.287 12h-.429v.004q0 .001 0 0v-.01a.6.6 0 0 0-.062-.231.3.3 0 0 0-.109-.13.45.45 0 0 0-.257-.062v-.857c.289 0 .534.074.733.206.196.13.321.302.4.46a1.5 1.5 0 0 1 .152.596v.023zm-.857-.857v.428a.45.45 0 0 0-.258.062.3.3 0 0 0-.11.13.6.6 0 0 0-.06.23l-.001.012V12L17.572 12h-.43v-.004l.001-.005v-.015l.003-.044a1.5 1.5 0 0 1 .15-.552 1.2 1.2 0 0 1 .4-.46c.198-.132.443-.206.733-.206zM18 21v-.429a.857.857 0 0 0 .857-.857h.857c0 .947-.767 1.715-1.714 1.715zm0 0v.428H8.571v-.857h9.43zm-9.429 0h-.428v-1.714H9V21zm0-1.714v-.429h9v.857h-9zm10.715.428h-.429V12h.857v7.714zm-1.715-.428h-.428V12H18v7.286z",
118
- mask: "url(#gift_svg__f)"
119
- }
120
- ),
121
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
122
- import_react_native_svg.Path,
123
- {
124
- fill: "currentColor",
125
- stroke: "currentColor",
126
- strokeWidth: 0.429,
127
- d: "M11.357 6.643h1.286V19.5h-1.286z"
61
+ d: "M21 7.286C21 6.576 20.424 6 19.714 6h-9.428v1.714h9V9H21zM18.429 11.143c.857 0 .857.857.857.857v7.714c0 .71-.576 1.286-1.286 1.286H8.571v-1.714h9V12s0-.857.858-.857"
128
62
  }
129
63
  ),
64
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react_native_svg.Path, { fill: "currentColor", d: "M11.143 6.428h1.714v13.286h-1.714z" }),
130
65
  /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
131
66
  import_react_native_svg.Path,
132
67
  {
@@ -1,5 +1,5 @@
1
1
  import { jsx, jsxs } from "react/jsx-runtime";
2
- import Svg, { Mask, Path } from "react-native-svg";
2
+ import Svg, { Path } from "react-native-svg";
3
3
  const SvgGift = ({ size = 24, width = size, height = size, ...restProps }) => {
4
4
  const props = {
5
5
  ...restProps,
@@ -7,93 +7,28 @@ const SvgGift = ({ size = 24, width = size, height = size, ...restProps }) => {
7
7
  height
8
8
  };
9
9
  return /* @__PURE__ */ jsxs(Svg, { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ...props, children: [
10
- /* @__PURE__ */ jsx(Mask, { id: "gift_svg__a", fill: "#fff", children: /* @__PURE__ */ jsx(Path, { d: "M5.571 11.143c-.857 0-.857.857-.857.857v7.714C4.714 20.424 5.29 21 6 21h9.429v-1.714h-9V12s0-.857-.858-.857" }) }),
11
10
  /* @__PURE__ */ jsx(
12
11
  Path,
13
12
  {
14
13
  fill: "currentColor",
15
- d: "M5.571 11.143c-.857 0-.857.857-.857.857v7.714C4.714 20.424 5.29 21 6 21h9.429v-1.714h-9V12s0-.857-.858-.857"
14
+ d: "M5.571 11.143c-.857 0-.857.857-.857.857v7.714C4.714 20.424 5.29 21 6 21h9.429v-1.714h-9V12s0-.857-.858-.857M3 9.857c0 .71.576 1.286 1.286 1.286h9.428V9.428h-9V8.143H3z"
16
15
  }
17
16
  ),
18
17
  /* @__PURE__ */ jsx(
19
18
  Path,
20
19
  {
21
20
  fill: "currentColor",
22
- d: "M15.429 21v.428h.428V21zm0-1.714h.428v-.429h-.428zm-9 0h-.43v.428h.43zM4.714 12h.429v.004q0 .001 0 0v-.01a.6.6 0 0 1 .062-.231.3.3 0 0 1 .109-.13.45.45 0 0 1 .257-.062v-.857c-.289 0-.534.074-.733.206a1.2 1.2 0 0 0-.4.46 1.5 1.5 0 0 0-.152.616v.003zm.857-.857v.428c.14 0 .216.034.258.062q.067.045.109.13a.6.6 0 0 1 .062.242V12L6.429 12h.428v-.004l-.003-.064a1.5 1.5 0 0 0-.15-.552 1.2 1.2 0 0 0-.4-.46 1.3 1.3 0 0 0-.733-.206zM6 21v-.429a.857.857 0 0 1-.857-.857h-.857c0 .947.767 1.715 1.714 1.715zm0 0v.428h9.429v-.857h-9.43zm9.429 0h.428v-1.714H15V21zm0-1.714v-.429h-9v.857h9zm-10.715.428h.429V12h-.857v7.714zm1.715-.428h.428V12H6v7.286z",
23
- mask: "url(#gift_svg__a)"
21
+ d: "M3 7.286C3 6.576 3.576 6 4.286 6h9.428v1.714h-9V9H3zM21 9.857c0 .71-.576 1.286-1.286 1.286h-9.428V9.428h9V8.143H21z"
24
22
  }
25
23
  ),
26
- /* @__PURE__ */ jsx(Mask, { id: "gift_svg__b", fill: "#fff", children: /* @__PURE__ */ jsx(Path, { d: "M3 9.857c0 .71.576 1.286 1.286 1.286h9.428V9.428h-9V8.143H3z" }) }),
27
- /* @__PURE__ */ jsx(Path, { fill: "currentColor", d: "M3 9.857c0 .71.576 1.286 1.286 1.286h9.428V9.428h-9V8.143H3z" }),
28
24
  /* @__PURE__ */ jsx(
29
25
  Path,
30
26
  {
31
27
  fill: "currentColor",
32
- d: "M13.714 11.143v.428h.429v-.428zm0-1.715h.429V9h-.429zm-9 0h-.428v.429h.428zM3 8.143v-.429a.43.43 0 0 0-.429.429zm1.714 0h.429a.43.43 0 0 0-.429-.429zm-.428 3v-.429a.857.857 0 0 1-.857-.857H2.57c0 .947.768 1.714 1.715 1.714zm0 0v.428h9.428v-.857H4.286zm9.428 0h.429V9.428h-.857v1.715zm0-1.715V9h-9v.857h9zM3 9.857h.429V8.143H2.57v1.714zm1.714-.429h.429V8.143h-.857v1.285zm0-1.285v-.429H3v.857h1.714z",
33
- mask: "url(#gift_svg__b)"
34
- }
35
- ),
36
- /* @__PURE__ */ jsx(Mask, { id: "gift_svg__c", fill: "#fff", children: /* @__PURE__ */ jsx(Path, { d: "M3 7.286C3 6.576 3.576 6 4.286 6h9.428v1.714h-9V9H3z" }) }),
37
- /* @__PURE__ */ jsx(Path, { fill: "currentColor", d: "M3 7.286C3 6.576 3.576 6 4.286 6h9.428v1.714h-9V9H3z" }),
38
- /* @__PURE__ */ jsx(
39
- Path,
40
- {
41
- fill: "currentColor",
42
- d: "M13.714 6V5.57h.429V6zm0 1.714h.429v.429h-.429zm-9 0h-.428v-.428h.428zM3 9v.428A.43.43 0 0 1 2.571 9zm1.714 0h.429a.43.43 0 0 1-.429.428zm-.428-3v.428a.857.857 0 0 0-.857.858H2.57c0-.947.768-1.715 1.715-1.715zm0 0V5.57h9.428v.857H4.286zm9.428 0h.429v1.714h-.857V6zm0 1.714v.429h-9v-.857h9zM3 7.286h.429V9H2.57V7.286zm1.714.428h.429V9h-.857V7.714zm0 1.286v.428H3v-.857h1.714z",
43
- mask: "url(#gift_svg__c)"
44
- }
45
- ),
46
- /* @__PURE__ */ jsx(Mask, { id: "gift_svg__d", fill: "#fff", children: /* @__PURE__ */ jsx(Path, { d: "M21 9.857c0 .71-.576 1.286-1.286 1.286h-9.428V9.428h9V8.143H21z" }) }),
47
- /* @__PURE__ */ jsx(
48
- Path,
49
- {
50
- fill: "currentColor",
51
- d: "M21 9.857c0 .71-.576 1.286-1.286 1.286h-9.428V9.428h9V8.143H21z"
52
- }
53
- ),
54
- /* @__PURE__ */ jsx(
55
- Path,
56
- {
57
- fill: "currentColor",
58
- d: "M10.286 11.143v.428h-.429v-.428zm0-1.715h-.429V9h.429zm9 0h.428v.429h-.428zM21 8.143v-.429c.237 0 .429.192.429.429zm-1.714 0h-.429c0-.237.192-.429.429-.429zm.428 3v-.429a.857.857 0 0 0 .857-.857h.858c0 .947-.768 1.714-1.715 1.714zm0 0v.428h-9.428v-.857h9.428zm-9.428 0h-.429V9.428h.857v1.715zm0-1.715V9h9v.857h-9zM21 9.857h-.429V8.143h.858v1.714zm-1.714-.429h-.429V8.143h.857v1.285zm0-1.285v-.429H21v.857h-1.714z",
59
- mask: "url(#gift_svg__d)"
60
- }
61
- ),
62
- /* @__PURE__ */ jsx(Mask, { id: "gift_svg__e", fill: "#fff", children: /* @__PURE__ */ jsx(Path, { d: "M21 7.286C21 6.576 20.424 6 19.714 6h-9.428v1.714h9V9H21z" }) }),
63
- /* @__PURE__ */ jsx(Path, { fill: "currentColor", d: "M21 7.286C21 6.576 20.424 6 19.714 6h-9.428v1.714h9V9H21z" }),
64
- /* @__PURE__ */ jsx(
65
- Path,
66
- {
67
- fill: "currentColor",
68
- d: "M10.286 6V5.57h-.429V6zm0 1.714h-.429v.429h.429zm9 0h.428v-.428h-.428zM21 9v.428A.43.43 0 0 0 21.429 9zm-1.714 0h-.429c0 .237.192.428.429.428zm.428-3v.428c.474 0 .857.384.857.858h.858c0-.947-.768-1.715-1.715-1.715zm0 0V5.57h-9.428v.857h9.428zm-9.428 0h-.429v1.714h.857V6zm0 1.714v.429h9v-.857h-9zM21 7.286h-.429V9h.858V7.286zm-1.714.428h-.429V9h.857V7.714zm0 1.286v.428H21v-.857h-1.714z",
69
- mask: "url(#gift_svg__e)"
70
- }
71
- ),
72
- /* @__PURE__ */ jsx(Mask, { id: "gift_svg__f", fill: "#fff", children: /* @__PURE__ */ jsx(Path, { d: "M18.429 11.143c.857 0 .857.857.857.857v7.714c0 .71-.576 1.286-1.286 1.286H8.571v-1.714h9V12s0-.857.858-.857" }) }),
73
- /* @__PURE__ */ jsx(
74
- Path,
75
- {
76
- fill: "currentColor",
77
- d: "M18.429 11.143c.857 0 .857.857.857.857v7.714c0 .71-.576 1.286-1.286 1.286H8.571v-1.714h9V12s0-.857.858-.857"
78
- }
79
- ),
80
- /* @__PURE__ */ jsx(
81
- Path,
82
- {
83
- fill: "currentColor",
84
- d: "M8.571 21v.428h-.428V21zm0-1.714h-.428v-.429h.428zm9 0h.43v.428h-.43zM19.287 12h-.429v.004q0 .001 0 0v-.01a.6.6 0 0 0-.062-.231.3.3 0 0 0-.109-.13.45.45 0 0 0-.257-.062v-.857c.289 0 .534.074.733.206.196.13.321.302.4.46a1.5 1.5 0 0 1 .152.596v.023zm-.857-.857v.428a.45.45 0 0 0-.258.062.3.3 0 0 0-.11.13.6.6 0 0 0-.06.23l-.001.012V12L17.572 12h-.43v-.004l.001-.005v-.015l.003-.044a1.5 1.5 0 0 1 .15-.552 1.2 1.2 0 0 1 .4-.46c.198-.132.443-.206.733-.206zM18 21v-.429a.857.857 0 0 0 .857-.857h.857c0 .947-.767 1.715-1.714 1.715zm0 0v.428H8.571v-.857h9.43zm-9.429 0h-.428v-1.714H9V21zm0-1.714v-.429h9v.857h-9zm10.715.428h-.429V12h.857v7.714zm-1.715-.428h-.428V12H18v7.286z",
85
- mask: "url(#gift_svg__f)"
86
- }
87
- ),
88
- /* @__PURE__ */ jsx(
89
- Path,
90
- {
91
- fill: "currentColor",
92
- stroke: "currentColor",
93
- strokeWidth: 0.429,
94
- d: "M11.357 6.643h1.286V19.5h-1.286z"
28
+ d: "M21 7.286C21 6.576 20.424 6 19.714 6h-9.428v1.714h9V9H21zM18.429 11.143c.857 0 .857.857.857.857v7.714c0 .71-.576 1.286-1.286 1.286H8.571v-1.714h9V12s0-.857.858-.857"
95
29
  }
96
30
  ),
31
+ /* @__PURE__ */ jsx(Path, { fill: "currentColor", d: "M11.143 6.428h1.714v13.286h-1.714z" }),
97
32
  /* @__PURE__ */ jsx(
98
33
  Path,
99
34
  {
@@ -51,7 +51,7 @@ const SvgHandPointUp = ({ size = 24, width = size, height = size, ...restProps }
51
51
  import_react_native_svg.Path,
52
52
  {
53
53
  fill: "currentColor",
54
- d: "M12.826 14.872v-2.006c0-.61-.507-1.127-1.16-1.127s-1.16.517-1.16 1.127v2.006a.804.804 0 0 1-1.607 0v-2.006c0-1.522 1.252-2.734 2.767-2.734 1.516 0 2.767 1.212 2.767 2.734v2.006a.804.804 0 0 1-1.607 0M5.767 13.746a.804.804 0 0 1 0 1.607c-.653 0-1.16.517-1.16 1.127l.011 1.808-.004.083a.804.804 0 0 1-1.599.01l-.004-.083L3 16.485v-.005l.004-.142c.074-1.455 1.295-2.592 2.763-2.592"
54
+ d: "M12.826 14.872v-2.006c0-.61-.507-1.127-1.16-1.127s-1.16.517-1.16 1.127v2.006a.804.804 0 0 1-1.607 0v-2.006c0-1.522 1.252-2.734 2.767-2.734 1.516 0 2.767 1.212 2.767 2.734v2.006a.804.804 0 0 1-1.607 0M5.767 13.746a.804.804 0 0 1 0 1.607c-.653 0-1.16.517-1.16 1.127l.011 1.808-.004.083a.804.804 0 0 1-1.599.01l-.004-.083L3 16.485v-.005l.004-.142c.074-1.456 1.295-2.592 2.763-2.592"
55
55
  }
56
56
  ),
57
57
  /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
@@ -65,7 +65,7 @@ const SvgHandPointUp = ({ size = 24, width = size, height = size, ...restProps }
65
65
  import_react_native_svg.Path,
66
66
  {
67
67
  fill: "currentColor",
68
- d: "M22.278 17.01a.804.804 0 0 1-1.607-.006zm-5.526-2.175c0-1.523 1.252-2.735 2.767-2.735 1.516 0 2.767 1.212 2.767 2.735v.002l-.008 2.173-1.607-.006.008-2.17-.006-.113a1.147 1.147 0 0 0-1.154-1.014c-.653 0-1.16.518-1.16 1.128a.803.803 0 1 1-1.607 0"
68
+ d: "M22.278 17.01a.804.804 0 0 1-1.607-.006zm-5.526-2.176c0-1.522 1.252-2.734 2.767-2.734 1.516 0 2.767 1.212 2.767 2.735v.002l-.008 2.173-1.607-.006.008-2.17-.006-.113a1.147 1.147 0 0 0-1.154-1.014c-.653 0-1.16.518-1.16 1.127a.804.804 0 0 1-1.607 0"
69
69
  }
70
70
  )
71
71
  ] });
@@ -18,7 +18,7 @@ const SvgHandPointUp = ({ size = 24, width = size, height = size, ...restProps }
18
18
  Path,
19
19
  {
20
20
  fill: "currentColor",
21
- d: "M12.826 14.872v-2.006c0-.61-.507-1.127-1.16-1.127s-1.16.517-1.16 1.127v2.006a.804.804 0 0 1-1.607 0v-2.006c0-1.522 1.252-2.734 2.767-2.734 1.516 0 2.767 1.212 2.767 2.734v2.006a.804.804 0 0 1-1.607 0M5.767 13.746a.804.804 0 0 1 0 1.607c-.653 0-1.16.517-1.16 1.127l.011 1.808-.004.083a.804.804 0 0 1-1.599.01l-.004-.083L3 16.485v-.005l.004-.142c.074-1.455 1.295-2.592 2.763-2.592"
21
+ d: "M12.826 14.872v-2.006c0-.61-.507-1.127-1.16-1.127s-1.16.517-1.16 1.127v2.006a.804.804 0 0 1-1.607 0v-2.006c0-1.522 1.252-2.734 2.767-2.734 1.516 0 2.767 1.212 2.767 2.734v2.006a.804.804 0 0 1-1.607 0M5.767 13.746a.804.804 0 0 1 0 1.607c-.653 0-1.16.517-1.16 1.127l.011 1.808-.004.083a.804.804 0 0 1-1.599.01l-.004-.083L3 16.485v-.005l.004-.142c.074-1.456 1.295-2.592 2.763-2.592"
22
22
  }
23
23
  ),
24
24
  /* @__PURE__ */ jsx(
@@ -32,7 +32,7 @@ const SvgHandPointUp = ({ size = 24, width = size, height = size, ...restProps }
32
32
  Path,
33
33
  {
34
34
  fill: "currentColor",
35
- d: "M22.278 17.01a.804.804 0 0 1-1.607-.006zm-5.526-2.175c0-1.523 1.252-2.735 2.767-2.735 1.516 0 2.767 1.212 2.767 2.735v.002l-.008 2.173-1.607-.006.008-2.17-.006-.113a1.147 1.147 0 0 0-1.154-1.014c-.653 0-1.16.518-1.16 1.128a.803.803 0 1 1-1.607 0"
35
+ d: "M22.278 17.01a.804.804 0 0 1-1.607-.006zm-5.526-2.176c0-1.522 1.252-2.734 2.767-2.734 1.516 0 2.767 1.212 2.767 2.735v.002l-.008 2.173-1.607-.006.008-2.17-.006-.113a1.147 1.147 0 0 0-1.154-1.014c-.653 0-1.16.518-1.16 1.127a.804.804 0 0 1-1.607 0"
36
36
  }
37
37
  )
38
38
  ] });
@@ -39,12 +39,21 @@ const SvgHouse = ({ size = 24, width = size, height = size, ...restProps }) => {
39
39
  width,
40
40
  height
41
41
  };
42
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react_native_svg.default, { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
43
- import_react_native_svg.Path,
44
- {
45
- fill: "currentColor",
46
- d: "M18 12.429c.857 0 .858.857.858.857v6.856c0 .71-.573 1.287-1.285 1.287h-3.858c-.428 0-.857-.425-.857-.858v-3h-1.715v3c0 .438-.42.858-.858.858H6.427c-.71 0-1.284-.577-1.284-1.287v-6.856s0-.857.857-.857.858.857.858.857v6.428h2.57v-3c.001-.427.427-.857.857-.857h3.43c.429 0 .856.427.856.858v2.999h2.572v-6.429c0-.018.01-.856.857-.856M11.4 2.822a.857.857 0 0 1 1.212 0l8.576 8.577a.857.857 0 1 1-1.212 1.212l-7.97-7.973-7.97 7.973a.857.857 0 1 1-1.213-1.212z"
47
- }
48
- ) });
42
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_react_native_svg.default, { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ...props, children: [
43
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
44
+ import_react_native_svg.Path,
45
+ {
46
+ fill: "currentColor",
47
+ d: "M18 12.429c.857 0 .858.857.858.857v6.856c0 .71-.573 1.287-1.285 1.287h-3.858c-.428 0-.857-.425-.857-.858v-3h-1.715v3c0 .438-.42.858-.858.858H6.427c-.71 0-1.284-.577-1.284-1.287v-6.856s0-.857.857-.857.858.857.858.857v6.428h2.57v-3c.001-.427.427-.857.857-.857h3.43c.429 0 .856.427.856.858v2.999h2.572v-6.429c0-.018.01-.856.857-.856"
48
+ }
49
+ ),
50
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
51
+ import_react_native_svg.Path,
52
+ {
53
+ fill: "currentColor",
54
+ d: "M11.399 2.822a.857.857 0 0 1 1.212 0l8.576 8.577a.857.857 0 1 1-1.212 1.212l-7.97-7.973-7.97 7.973a.857.857 0 1 1-1.213-1.212z"
55
+ }
56
+ )
57
+ ] });
49
58
  };
50
59
  var House_default = SvgHouse;
@@ -1,4 +1,4 @@
1
- import { jsx } from "react/jsx-runtime";
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
2
  import Svg, { Path } from "react-native-svg";
3
3
  const SvgHouse = ({ size = 24, width = size, height = size, ...restProps }) => {
4
4
  const props = {
@@ -6,13 +6,22 @@ const SvgHouse = ({ size = 24, width = size, height = size, ...restProps }) => {
6
6
  width,
7
7
  height
8
8
  };
9
- return /* @__PURE__ */ jsx(Svg, { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx(
10
- Path,
11
- {
12
- fill: "currentColor",
13
- d: "M18 12.429c.857 0 .858.857.858.857v6.856c0 .71-.573 1.287-1.285 1.287h-3.858c-.428 0-.857-.425-.857-.858v-3h-1.715v3c0 .438-.42.858-.858.858H6.427c-.71 0-1.284-.577-1.284-1.287v-6.856s0-.857.857-.857.858.857.858.857v6.428h2.57v-3c.001-.427.427-.857.857-.857h3.43c.429 0 .856.427.856.858v2.999h2.572v-6.429c0-.018.01-.856.857-.856M11.4 2.822a.857.857 0 0 1 1.212 0l8.576 8.577a.857.857 0 1 1-1.212 1.212l-7.97-7.973-7.97 7.973a.857.857 0 1 1-1.213-1.212z"
14
- }
15
- ) });
9
+ return /* @__PURE__ */ jsxs(Svg, { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ...props, children: [
10
+ /* @__PURE__ */ jsx(
11
+ Path,
12
+ {
13
+ fill: "currentColor",
14
+ d: "M18 12.429c.857 0 .858.857.858.857v6.856c0 .71-.573 1.287-1.285 1.287h-3.858c-.428 0-.857-.425-.857-.858v-3h-1.715v3c0 .438-.42.858-.858.858H6.427c-.71 0-1.284-.577-1.284-1.287v-6.856s0-.857.857-.857.858.857.858.857v6.428h2.57v-3c.001-.427.427-.857.857-.857h3.43c.429 0 .856.427.856.858v2.999h2.572v-6.429c0-.018.01-.856.857-.856"
15
+ }
16
+ ),
17
+ /* @__PURE__ */ jsx(
18
+ Path,
19
+ {
20
+ fill: "currentColor",
21
+ d: "M11.399 2.822a.857.857 0 0 1 1.212 0l8.576 8.577a.857.857 0 1 1-1.212 1.212l-7.97-7.973-7.97 7.973a.857.857 0 1 1-1.213-1.212z"
22
+ }
23
+ )
24
+ ] });
16
25
  };
17
26
  var House_default = SvgHouse;
18
27
  export {
@@ -43,7 +43,7 @@ const SvgHouseFill = ({ size = 24, width = size, height = size, ...restProps })
43
43
  import_react_native_svg.Path,
44
44
  {
45
45
  fill: "currentColor",
46
- d: "M11.399 2.822a.857.857 0 0 1 1.212 0l8.576 8.577a.857.857 0 0 1-.695 1.458h-1.634v7.285c0 .71-.573 1.287-1.285 1.287h-3c-.428 0-.859-.425-.859-.858v-3.428h-3.429v3.428c0 .438-.418.858-.856.858H6.427c-.71 0-1.284-.576-1.284-1.287v-7.284c-.018 0-1.782.053-1.72.002a.857.857 0 0 1-.6-1.462z"
46
+ d: "M11.399 2.822a.857.857 0 0 1 1.212 0l8.576 8.577a.857.857 0 0 1-.695 1.458h-1.634v7.285c0 .71-.573 1.287-1.285 1.287h-3c-.428 0-.859-.425-.859-.858v-3.428h-3.429v3.428c0 .438-.418.858-.856.858H6.427c-.71 0-1.284-.577-1.284-1.287v-7.284c-.018 0-1.782.053-1.72.002a.857.857 0 0 1-.6-1.462z"
47
47
  }
48
48
  ) });
49
49
  };
@@ -10,7 +10,7 @@ const SvgHouseFill = ({ size = 24, width = size, height = size, ...restProps })
10
10
  Path,
11
11
  {
12
12
  fill: "currentColor",
13
- d: "M11.399 2.822a.857.857 0 0 1 1.212 0l8.576 8.577a.857.857 0 0 1-.695 1.458h-1.634v7.285c0 .71-.573 1.287-1.285 1.287h-3c-.428 0-.859-.425-.859-.858v-3.428h-3.429v3.428c0 .438-.418.858-.856.858H6.427c-.71 0-1.284-.576-1.284-1.287v-7.284c-.018 0-1.782.053-1.72.002a.857.857 0 0 1-.6-1.462z"
13
+ d: "M11.399 2.822a.857.857 0 0 1 1.212 0l8.576 8.577a.857.857 0 0 1-.695 1.458h-1.634v7.285c0 .71-.573 1.287-1.285 1.287h-3c-.428 0-.859-.425-.859-.858v-3.428h-3.429v3.428c0 .438-.418.858-.856.858H6.427c-.71 0-1.284-.577-1.284-1.287v-7.284c-.018 0-1.782.053-1.72.002a.857.857 0 0 1-.6-1.462z"
14
14
  }
15
15
  ) });
16
16
  };
@@ -43,7 +43,9 @@ const SvgMinusCircleFill = ({ size = 24, width = size, height = size, ...restPro
43
43
  import_react_native_svg.Path,
44
44
  {
45
45
  fill: "currentColor",
46
- d: "M12 2.571a9.43 9.43 0 0 1 9.429 9.43A9.43 9.43 0 0 1 12 21.428 9.43 9.43 0 0 1 2.571 12a9.43 9.43 0 0 1 9.43-9.429m-3.857 8.572a.858.858 0 0 0 0 1.714h7.714a.857.857 0 1 0 0-1.714z"
46
+ fillRule: "evenodd",
47
+ d: "M12 2.571a9.43 9.43 0 0 1 9.429 9.43A9.43 9.43 0 0 1 12 21.428 9.43 9.43 0 0 1 2.571 12a9.43 9.43 0 0 1 9.43-9.429m-3.857 8.572a.858.858 0 0 0 0 1.714h7.714a.857.857 0 1 0 0-1.714z",
48
+ clipRule: "evenodd"
47
49
  }
48
50
  ) });
49
51
  };
@@ -10,7 +10,9 @@ const SvgMinusCircleFill = ({ size = 24, width = size, height = size, ...restPro
10
10
  Path,
11
11
  {
12
12
  fill: "currentColor",
13
- d: "M12 2.571a9.43 9.43 0 0 1 9.429 9.43A9.43 9.43 0 0 1 12 21.428 9.43 9.43 0 0 1 2.571 12a9.43 9.43 0 0 1 9.43-9.429m-3.857 8.572a.858.858 0 0 0 0 1.714h7.714a.857.857 0 1 0 0-1.714z"
13
+ fillRule: "evenodd",
14
+ d: "M12 2.571a9.43 9.43 0 0 1 9.429 9.43A9.43 9.43 0 0 1 12 21.428 9.43 9.43 0 0 1 2.571 12a9.43 9.43 0 0 1 9.43-9.429m-3.857 8.572a.858.858 0 0 0 0 1.714h7.714a.857.857 0 1 0 0-1.714z",
15
+ clipRule: "evenodd"
14
16
  }
15
17
  ) });
16
18
  };
@@ -39,12 +39,21 @@ const SvgMonthlyLimit = ({ size = 24, width = size, height = size, ...restProps
39
39
  width,
40
40
  height
41
41
  };
42
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react_native_svg.default, { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
43
- import_react_native_svg.Path,
44
- {
45
- fill: "currentColor",
46
- d: "M13.944 16.33c.402-.504 1.215-.22 1.215.425v4.279a.684.684 0 0 1-1.365 0V18.7l-1.228 1.537a.684.684 0 0 1-1.067 0L10.271 18.7v2.332a.683.683 0 0 1-1.366 0v-4.278c0-.645.813-.93 1.216-.426l1.911 2.389zM11.977 5.5c.496 0 .5.494.5.5l1 6.5c0 .019-.01 1.5-1.5 1.5s-1.5-1.481-1.5-1.5l1-6.5c0-.007-.019-.5.5-.5m.003-3.357c4.03 0 7.772 1.784 10.315 4.811a1 1 0 0 1-.122 1.41l-2.07 2.065a1 1 0 0 1-1.412-1.415l1.455-1.453a11.43 11.43 0 0 0-8.166-3.418 11.43 11.43 0 0 0-8.17 3.42l1.453 1.45A1 1 0 1 1 3.85 10.43L1.72 8.305a1 1 0 0 1-.292-.717l.004-.086a1 1 0 0 1 .116-.38l.044-.074q.03-.045.066-.09l.004-.004A13.44 13.44 0 0 1 11.98 2.143"
47
- }
48
- ) });
42
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_react_native_svg.default, { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ...props, children: [
43
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
44
+ import_react_native_svg.Path,
45
+ {
46
+ fill: "currentColor",
47
+ d: "M13.944 16.33c.402-.504 1.215-.22 1.215.425v4.279a.684.684 0 0 1-1.365 0V18.7l-1.228 1.537a.684.684 0 0 1-1.067 0L10.271 18.7v2.332a.683.683 0 0 1-1.366 0v-4.278c0-.645.813-.93 1.216-.426l1.911 2.389zM11.977 5.5c.496 0 .5.494.5.5l1 6.5c0 .019-.01 1.5-1.5 1.5s-1.5-1.481-1.5-1.5l1-6.5c0-.007-.019-.5.5-.5"
48
+ }
49
+ ),
50
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
51
+ import_react_native_svg.Path,
52
+ {
53
+ fill: "currentColor",
54
+ d: "M11.98 2.143c4.03 0 7.772 1.784 10.315 4.811a1 1 0 0 1-.122 1.41l-2.07 2.065a1 1 0 0 1-1.412-1.415l1.455-1.453a11.43 11.43 0 0 0-8.166-3.418 11.43 11.43 0 0 0-8.17 3.42l1.453 1.45A1 1 0 1 1 3.85 10.43L1.72 8.305a1 1 0 0 1-.292-.717l.004-.086a1 1 0 0 1 .116-.38l.044-.074q.03-.045.066-.09l.004-.004A13.44 13.44 0 0 1 11.98 2.143"
55
+ }
56
+ )
57
+ ] });
49
58
  };
50
59
  var MonthlyLimit_default = SvgMonthlyLimit;
@@ -1,4 +1,4 @@
1
- import { jsx } from "react/jsx-runtime";
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
2
  import Svg, { Path } from "react-native-svg";
3
3
  const SvgMonthlyLimit = ({ size = 24, width = size, height = size, ...restProps }) => {
4
4
  const props = {
@@ -6,13 +6,22 @@ const SvgMonthlyLimit = ({ size = 24, width = size, height = size, ...restProps
6
6
  width,
7
7
  height
8
8
  };
9
- return /* @__PURE__ */ jsx(Svg, { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx(
10
- Path,
11
- {
12
- fill: "currentColor",
13
- d: "M13.944 16.33c.402-.504 1.215-.22 1.215.425v4.279a.684.684 0 0 1-1.365 0V18.7l-1.228 1.537a.684.684 0 0 1-1.067 0L10.271 18.7v2.332a.683.683 0 0 1-1.366 0v-4.278c0-.645.813-.93 1.216-.426l1.911 2.389zM11.977 5.5c.496 0 .5.494.5.5l1 6.5c0 .019-.01 1.5-1.5 1.5s-1.5-1.481-1.5-1.5l1-6.5c0-.007-.019-.5.5-.5m.003-3.357c4.03 0 7.772 1.784 10.315 4.811a1 1 0 0 1-.122 1.41l-2.07 2.065a1 1 0 0 1-1.412-1.415l1.455-1.453a11.43 11.43 0 0 0-8.166-3.418 11.43 11.43 0 0 0-8.17 3.42l1.453 1.45A1 1 0 1 1 3.85 10.43L1.72 8.305a1 1 0 0 1-.292-.717l.004-.086a1 1 0 0 1 .116-.38l.044-.074q.03-.045.066-.09l.004-.004A13.44 13.44 0 0 1 11.98 2.143"
14
- }
15
- ) });
9
+ return /* @__PURE__ */ jsxs(Svg, { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ...props, children: [
10
+ /* @__PURE__ */ jsx(
11
+ Path,
12
+ {
13
+ fill: "currentColor",
14
+ d: "M13.944 16.33c.402-.504 1.215-.22 1.215.425v4.279a.684.684 0 0 1-1.365 0V18.7l-1.228 1.537a.684.684 0 0 1-1.067 0L10.271 18.7v2.332a.683.683 0 0 1-1.366 0v-4.278c0-.645.813-.93 1.216-.426l1.911 2.389zM11.977 5.5c.496 0 .5.494.5.5l1 6.5c0 .019-.01 1.5-1.5 1.5s-1.5-1.481-1.5-1.5l1-6.5c0-.007-.019-.5.5-.5"
15
+ }
16
+ ),
17
+ /* @__PURE__ */ jsx(
18
+ Path,
19
+ {
20
+ fill: "currentColor",
21
+ d: "M11.98 2.143c4.03 0 7.772 1.784 10.315 4.811a1 1 0 0 1-.122 1.41l-2.07 2.065a1 1 0 0 1-1.412-1.415l1.455-1.453a11.43 11.43 0 0 0-8.166-3.418 11.43 11.43 0 0 0-8.17 3.42l1.453 1.45A1 1 0 1 1 3.85 10.43L1.72 8.305a1 1 0 0 1-.292-.717l.004-.086a1 1 0 0 1 .116-.38l.044-.074q.03-.045.066-.09l.004-.004A13.44 13.44 0 0 1 11.98 2.143"
22
+ }
23
+ )
24
+ ] });
16
25
  };
17
26
  var MonthlyLimit_default = SvgMonthlyLimit;
18
27
  export {
@@ -43,7 +43,9 @@ const SvgPlusCircleFill = ({ size = 24, width = size, height = size, ...restProp
43
43
  import_react_native_svg.Path,
44
44
  {
45
45
  fill: "currentColor",
46
- d: "M12 2.571a9.43 9.43 0 0 1 9.429 9.43A9.43 9.43 0 0 1 12 21.428 9.43 9.43 0 0 1 2.571 12a9.43 9.43 0 0 1 9.43-9.429m0 4.714a.86.86 0 0 0-.857.858v3h-3a.858.858 0 0 0 0 1.714h3v3a.858.858 0 0 0 1.714 0v-3h3a.857.857 0 1 0 0-1.714h-3v-3A.857.857 0 0 0 12 7.285"
46
+ fillRule: "evenodd",
47
+ d: "M12 2.571a9.43 9.43 0 0 1 9.429 9.43A9.43 9.43 0 0 1 12 21.428 9.43 9.43 0 0 1 2.571 12a9.43 9.43 0 0 1 9.43-9.429m0 4.714a.86.86 0 0 0-.857.858v3h-3a.858.858 0 0 0 0 1.714h3v3a.858.858 0 0 0 1.714 0v-3h3a.857.857 0 1 0 0-1.714h-3v-3A.857.857 0 0 0 12 7.285",
48
+ clipRule: "evenodd"
47
49
  }
48
50
  ) });
49
51
  };
@@ -10,7 +10,9 @@ const SvgPlusCircleFill = ({ size = 24, width = size, height = size, ...restProp
10
10
  Path,
11
11
  {
12
12
  fill: "currentColor",
13
- d: "M12 2.571a9.43 9.43 0 0 1 9.429 9.43A9.43 9.43 0 0 1 12 21.428 9.43 9.43 0 0 1 2.571 12a9.43 9.43 0 0 1 9.43-9.429m0 4.714a.86.86 0 0 0-.857.858v3h-3a.858.858 0 0 0 0 1.714h3v3a.858.858 0 0 0 1.714 0v-3h3a.857.857 0 1 0 0-1.714h-3v-3A.857.857 0 0 0 12 7.285"
13
+ fillRule: "evenodd",
14
+ d: "M12 2.571a9.43 9.43 0 0 1 9.429 9.43A9.43 9.43 0 0 1 12 21.428 9.43 9.43 0 0 1 2.571 12a9.43 9.43 0 0 1 9.43-9.429m0 4.714a.86.86 0 0 0-.857.858v3h-3a.858.858 0 0 0 0 1.714h3v3a.858.858 0 0 0 1.714 0v-3h3a.857.857 0 1 0 0-1.714h-3v-3A.857.857 0 0 0 12 7.285",
15
+ clipRule: "evenodd"
14
16
  }
15
17
  ) });
16
18
  };