elementa-icons 1.60.0 → 1.62.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (71) hide show
  1. package/dist/icons/money/BullishStock.js +14 -0
  2. package/dist/icons/money/Coins1.js +14 -0
  3. package/dist/icons/money/Coins2.js +14 -0
  4. package/dist/icons/money/CreditCard.js +14 -0
  5. package/dist/icons/money/HomeDiscount.js +14 -0
  6. package/dist/icons/money/MoneyBag1.js +14 -0
  7. package/dist/icons/money/MoneyCalendar1.js +24 -0
  8. package/dist/icons/money/MoneyCalendar2.js +22 -0
  9. package/dist/icons/money/MoneyIn1.js +14 -0
  10. package/dist/icons/money/MoneyIn2.js +14 -0
  11. package/dist/icons/money/MoneyIn3.js +14 -0
  12. package/dist/icons/money/MoneyInstitution1.js +14 -0
  13. package/dist/icons/money/MoneyInstitution2.js +14 -0
  14. package/dist/icons/money/MoneyOut1.js +14 -0
  15. package/dist/icons/money/MoneyOut2.js +14 -0
  16. package/dist/icons/money/MoneyOut3.js +14 -0
  17. package/dist/icons/money/PiggyBank.js +14 -0
  18. package/dist/icons/money/Rent.js +16 -0
  19. package/dist/icons/money/RupeeBubble.js +14 -0
  20. package/dist/icons/money/RupeeCash1.js +14 -0
  21. package/dist/icons/money/RupeeDebt1.js +14 -0
  22. package/dist/icons/money/RupeeDebt2.js +14 -0
  23. package/dist/icons/money/RupeeDebt3.js +14 -0
  24. package/dist/icons/money/RupeeDebt4.js +14 -0
  25. package/dist/icons/money/RupeeDebt5.js +14 -0
  26. package/dist/icons/money/RupeeLocker.js +18 -0
  27. package/dist/icons/money/RupeePlant.js +14 -0
  28. package/dist/icons/money/RupeeTransfer1.js +14 -0
  29. package/dist/icons/money/RupeeTransfer2.js +14 -0
  30. package/dist/icons/money/Subscription.js +14 -0
  31. package/dist/icons/money/Tax1.js +14 -0
  32. package/dist/icons/money/TaxDocument.js +14 -0
  33. package/dist/icons/money/index.js +33 -1
  34. package/dist/index.esm.js +1 -1
  35. package/dist/index.js +2 -2
  36. package/dist/types/icons/money/BullishStock.d.ts +6 -0
  37. package/dist/types/icons/money/Coins1.d.ts +6 -0
  38. package/dist/types/icons/money/Coins2.d.ts +6 -0
  39. package/dist/types/icons/money/CreditCard.d.ts +6 -0
  40. package/dist/types/icons/money/HomeDiscount.d.ts +6 -0
  41. package/dist/types/icons/money/MoneyBag1.d.ts +6 -0
  42. package/dist/types/icons/money/MoneyCalendar1.d.ts +6 -0
  43. package/dist/types/icons/money/MoneyCalendar2.d.ts +6 -0
  44. package/dist/types/icons/money/MoneyIn1.d.ts +6 -0
  45. package/dist/types/icons/money/MoneyIn2.d.ts +6 -0
  46. package/dist/types/icons/money/MoneyIn3.d.ts +6 -0
  47. package/dist/types/icons/money/MoneyInstitution1.d.ts +6 -0
  48. package/dist/types/icons/money/MoneyInstitution2.d.ts +6 -0
  49. package/dist/types/icons/money/MoneyOut1.d.ts +6 -0
  50. package/dist/types/icons/money/MoneyOut2.d.ts +6 -0
  51. package/dist/types/icons/money/MoneyOut3.d.ts +6 -0
  52. package/dist/types/icons/money/PiggyBank.d.ts +6 -0
  53. package/dist/types/icons/money/Rent.d.ts +6 -0
  54. package/dist/types/icons/money/RupeeBubble.d.ts +6 -0
  55. package/dist/types/icons/money/RupeeCash1.d.ts +6 -0
  56. package/dist/types/icons/money/RupeeDebt1.d.ts +6 -0
  57. package/dist/types/icons/money/RupeeDebt2.d.ts +6 -0
  58. package/dist/types/icons/money/RupeeDebt3.d.ts +6 -0
  59. package/dist/types/icons/money/RupeeDebt4.d.ts +6 -0
  60. package/dist/types/icons/money/RupeeDebt5.d.ts +6 -0
  61. package/dist/types/icons/money/RupeeLocker.d.ts +6 -0
  62. package/dist/types/icons/money/RupeePlant.d.ts +6 -0
  63. package/dist/types/icons/money/RupeeTransfer1.d.ts +6 -0
  64. package/dist/types/icons/money/RupeeTransfer2.d.ts +6 -0
  65. package/dist/types/icons/money/Subscription.d.ts +6 -0
  66. package/dist/types/icons/money/Tax1.d.ts +6 -0
  67. package/dist/types/icons/money/TaxDocument.d.ts +6 -0
  68. package/dist/types/icons/money/index.d.ts +33 -1
  69. package/dist/types/index.d.ts +2 -2
  70. package/package.json +1 -1
  71. package/src/index.ts +74 -2
@@ -0,0 +1,14 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ // Import styles.
3
+ /**
4
+ * This function renders an SVG icon.
5
+ */
6
+ const BullishStock = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '1em' }) => {
7
+ return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", style: {
8
+ fillRule: 'evenodd',
9
+ clipRule: 'evenodd',
10
+ strokeLinejoin: 'round',
11
+ strokeMiterlimit: 2
12
+ }, viewBox: "0 0 32 31", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: [_jsx("path", { d: "M21.88 29.04c-1.08-1.037-1.623-2.409-1.663-3.798a5.2 5.2 0 0 1 1.381-3.703c.913-1.036 2.165-1.575 3.442-1.678 1.271-.102 2.587.231 3.65 1.103a5.22 5.22 0 0 1 1.925 3.41c.173 1.337-.158 2.726-1.094 3.823-.974 1.15-2.115 1.827-3.367 2.019-1.249.191-2.594-.086-3.98-.829a.06.06 0 0 0-.078.02.06.06 0 0 0 .02.08c1.382.897 2.769 1.288 4.09 1.195 1.405-.099 2.729-.75 3.91-1.94 1.21-1.23 1.72-2.866 1.616-4.476-.105-1.619-.86-3.202-2.153-4.357-1.34-1.16-3.029-1.685-4.666-1.538a6.26 6.26 0 0 0-4.308 2.331c-1.05 1.371-1.485 3.028-1.26 4.614a5.91 5.91 0 0 0 2.346 3.95.147.147 0 0 0 .19-.225M3.402 22.415l.01.001.004-.002a.18.18 0 0 0 .103-.151l.053-.463a.32.32 0 0 1 .127-.213.3.3 0 0 1 .104-.047c.034-.01.071-.006.107-.003l.815.077c.048.004.081.042.11.076.024.028.019.069.016.11-.02.365-.061.903-.086 1.537-.02.473-.034.998-.038 1.539-.005.61.006 1.243.018 1.846.02 1.145.06 2.182.077 2.768.001.029-.002.058-.02.077-.02.022-.045.044-.077.046l-.816.03-.118-.035a.17.17 0 0 1-.063-.118l-.3-7.03a.017.017 0 1 0-.034 0l-.303 7.03a.82.82 0 0 0 .497.776c.1.047.21.068.321.072l.816.03a.893.893 0 0 0 .904-.878c.016-.586.056-1.623.077-2.768.011-.603.023-1.235.018-1.846a45 45 0 0 0-.038-1.539c-.025-.634-.066-1.172-.086-1.538a.85.85 0 0 0-.277-.597.82.82 0 0 0-.598-.218l-.815.077a.73.73 0 0 0-.495.244.674.674 0 0 0-.166.497l.056.462.007.036-.001.015a.1.1 0 0 0 .09.1M8.447 19.783h.01l.005-.002a.24.24 0 0 0 .104-.185l.066-.777a.3.3 0 0 1 .038-.118.288.288 0 0 1 .178-.14.3.3 0 0 1 .107-.007l.815.061c.054.003.094.04.127.077.029.033.031.08.029.126-.023.467-.07 1.224-.104 2.135-.023.651-.043 1.38-.05 2.134-.006.848.005 1.726.017 2.56.023 1.638.067 3.106.083 3.843 0 .03-.004.058-.023.078-.02.022-.046.042-.079.043l-.816.023-.11-.034-.057-.11-.314-9.613a.017.017 0 0 0-.017-.018.017.017 0 0 0-.017.018l-.318 9.613a.84.84 0 0 0 .833.855l.816.024a.88.88 0 0 0 .629-.25.9.9 0 0 0 .27-.629c.016-.737.06-2.205.083-3.842.012-.835.023-1.713.016-2.561a80 80 0 0 0-.049-2.134c-.033-.911-.081-1.668-.104-2.135a.83.83 0 0 0-.263-.58.8.8 0 0 0-.582-.216l-.815.06a.73.73 0 0 0-.5.237.7.7 0 0 0-.177.501l.07.776a.3.3 0 0 0 .012.06.101.101 0 0 0 .087.127M13.491 16.284l-.33 13.205a.86.86 0 0 0 .242.604.87.87 0 0 0 .604.258l.815.018a.883.883 0 0 0 .896-.88c.014-.919.063-2.995.087-5.334.011-1.158.023-2.38.013-3.556-.009-1.05-.032-2.063-.059-2.964-.039-1.308-.093-2.373-.116-2.963a.8.8 0 0 0-.517-.73.8.8 0 0 0-.304-.05l-.814.047a.74.74 0 0 0-.505.23.72.72 0 0 0-.184.504l.09 1.347a.101.101 0 1 0 .202 0l.085-1.348a.3.3 0 0 1 .034-.114.3.3 0 0 1 .072-.09.277.277 0 0 1 .205-.063l.815.046c.029.002.055.016.08.028.025.011.042.032.06.053.018.019.026.044.035.068a.2.2 0 0 1 .006.072c-.023.59-.078 1.655-.117 2.963-.027.9-.05 1.914-.06 2.964-.008 1.176.003 2.398.014 3.556.024 2.339.073 4.415.088 5.334l-.025.08-.08.04-.816.019-.104-.035-.052-.104-.326-13.205a.017.017 0 1 0-.034 0" }), _jsx("path", { d: "M18.538 17.502 18.2 29.489a.85.85 0 0 0 .522.8.9.9 0 0 0 .331.07l.816.016a.89.89 0 0 0 .828-.543.9.9 0 0 0 .072-.342l.03-1.846a.43.43 0 0 0-.86 0l.03 1.846-.023.075-.077.04-.816.014-.098-.032-.048-.097-.335-11.988a.02.02 0 0 0-.017-.017.02.02 0 0 0-.017.017" }), _jsx("path", { d: "M20.869 21.365s-.01-1.285-.057-2.644c-.034-1.004-.096-2.046-.123-2.643a.8.8 0 0 0-.257-.563.78.78 0 0 0-.563-.21l-.815.049a.72.72 0 0 0-.495.23.68.68 0 0 0-.18.495l.076 1.183a.101.101 0 0 0 .203 0l.07-1.184a.32.32 0 0 1 .114-.213.3.3 0 0 1 .101-.054.3.3 0 0 1 .111-.01l.815.05c.06.003.107.04.145.082.033.038.04.09.036.145-.027.597-.09 1.639-.124 2.643-.046 1.36-.056 2.644-.056 2.644a.5.5 0 0 0 .999 0M23.592 10.911l-.158 8.07a.174.174 0 1 0 .348 0l-.156-8.07a.02.02 0 0 0-.017-.017.02.02 0 0 0-.017.017" }), _jsx("path", { d: "M25.924 18.981s-.002-3.314-.069-6.305c-.039-1.761-.113-3.407-.14-4.204a.79.79 0 0 0-.243-.549.77.77 0 0 0-.549-.211l-.816.033a.73.73 0 0 0-.5.225.7.7 0 0 0-.191.503l.093 2.072c0 .056.045.102.102.102.055-.001.1-.046.1-.102l.09-2.072a.29.29 0 0 1 .2-.261c.032-.013.07-.015.106-.013l.816.033a.23.23 0 0 1 .16.082c.036.04.05.098.048.158-.026.797-.1 2.443-.14 4.204-.066 2.99-.068 6.305-.068 6.305a.5.5 0 0 0 1 0M22.826 22.809s.974.003 2.078-.04c1.45-.055 3.118-.18 3.118-.18a.12.12 0 1 0 0-.238s-1.667-.125-3.118-.18c-1.104-.043-2.078-.04-2.078-.04a.339.339 0 0 0 0 .677M24.245 24.61s.579.004 1.234-.039c.867-.055 1.853-.18 1.853-.18a.12.12 0 0 0 0-.238s-.987-.125-1.852-.18c-.656-.043-1.235-.04-1.235-.04a.339.339 0 0 0 0 .678" }), _jsx("path", { d: "M25.07 22.543c-.002-.015-.002-.027-.008-.026-.027.008-.014.017.009.026l.003.016c.02.074.052.22.104.422.074.291.154.671.22 1.067.04.241.064.48.064.699 0 .16-.008.302-.091.397-.071.08-.194.095-.376.088-.28-.009-.645-.073-1.115-.232a.402.402 0 0 0-.494.583c.37.511.787 1.024 1.208 1.493a28 28 0 0 0 2.012 2.012c.007.008.019.008.026.001a.02.02 0 0 0 0-.026s-.639-.823-1.365-1.913c-.217-.325-.44-.67-.654-1.026q.336.079.584.074c.436-.006.73-.173.925-.397.17-.194.276-.45.292-.747a2.5 2.5 0 0 0-.138-.909 4.4 4.4 0 0 0-.339-.753 5.8 5.8 0 0 0-.672-.938l-.029-.033c-.03-.033-.052-.018-.064.014 0-.07-.04-.074-.073-.055a.1.1 0 0 0-.038.133l.086.05s-.047-.009-.076-.02M16.725 11.018l-2.404-2.711a1.03 1.03 0 0 0-.715-.322 1.03 1.03 0 0 0-.738.274c-.286.255-1.338 1.146-2.685 2.392-.791.733-1.684 1.586-2.594 2.49a170 170 0 0 0-3.76 3.88c-2.087 2.217-3.65 3.997-3.65 3.997a.197.197 0 0 0 .266.288s1.894-1.423 4.263-3.335a166 166 0 0 0 4.153-3.455c.973-.84 1.89-1.665 2.68-2.398a100 100 0 0 0 2.041-1.954l2.448 2.379c.167.162.375.264.591.262a.85.85 0 0 0 .604-.227l9.48-9.643a.077.077 0 0 0 .004-.109.076.076 0 0 0-.107-.004zm-2.593-1.396" }), _jsx("path", { d: "M24.326 1.715s1.536-.14 2.861-.3c.457-.055.887-.113 1.223-.16l-.517 3.844a.24.24 0 0 0 .187.281.24.24 0 0 0 .28-.186L29.573.72a.538.538 0 0 0-.578-.645s-.899.02-1.919.08c-1.334.076-2.87.21-2.87.21a.677.677 0 1 0 .12 1.35" })] }));
13
+ };
14
+ export default BullishStock;
@@ -0,0 +1,14 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ // Import styles.
3
+ /**
4
+ * This function renders an SVG icon.
5
+ */
6
+ const Coins = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '1em' }) => {
7
+ return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", style: {
8
+ fillRule: 'evenodd',
9
+ clipRule: 'evenodd',
10
+ strokeLinejoin: 'round',
11
+ strokeMiterlimit: 2
12
+ }, viewBox: "0 0 29 28", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: [_jsx("path", { d: "M1.173 15.626c-.145.487.409.939 1.4 1.284 1.085.379 2.713.61 4.53.64 1.878.016 3.616-.196 4.843-.56 1.177-.348 1.859-.836 1.833-1.364-.069-.52-.806-.99-2.004-1.322-1.218-.337-2.87-.542-4.671-.519-1.706.025-3.399.264-4.62.633-1.155.35-1.894.806-1.8 1.28 0 .006.016.01.037.01s.037-.004.037-.01c.088-.449.939-.86 2.155-1.158 1.18-.288 2.705-.463 4.19-.441 1.42.018 2.66.21 3.54.498.829.272 1.303.634 1.251 1.029-.019.384-.582.726-1.423.984-.861.264-2.026.446-3.367.458-1.403.024-2.7-.122-3.678-.378-1.022-.266-1.73-.635-1.857-1.064 0-.031-.089-.056-.198-.056s-.198.025-.198.056" }), _jsx("path", { d: "M.567 15.612s-.242.874-.219 1.705c.014.509.174.972.432 1.289.36.414.858.777 1.465 1.076.484.238 1.04.43 1.64.565 1.032.227 2.197.292 3.356.24 2.568-.12 5.104-.858 6.298-1.96l.01-.01c.18-.194.29-.51.334-.856a5.2 5.2 0 0 0-.02-1.262.05.05 0 0 0-.055-.047c-.029.003-.05.027-.047.054.001.201-.025.732-.15 1.202-.07.26-.172.497-.329.627-1.219.877-3.648 1.184-6.043 1.08a18.4 18.4 0 0 1-3.063-.399 12 12 0 0 1-1.443-.387c-.492-.177-.927-.363-1.252-.636-.188-.148-.307-.405-.388-.69-.207-.729-.224-1.549-.224-1.549a.152.152 0 0 0-.302-.042" }), _jsx("path", { d: "M.567 17.85s-.242.873-.219 1.705c.014.508.174.971.432 1.288.36.414.858.778 1.465 1.077.484.237 1.04.43 1.64.564 1.032.227 2.197.293 3.356.24 2.568-.12 5.104-.857 6.298-1.96q.005-.003.01-.01c.18-.194.29-.51.334-.856a5.2 5.2 0 0 0-.02-1.262.05.05 0 0 0-.055-.047c-.029.003-.05.027-.047.054.001.201-.025.732-.15 1.202-.07.26-.172.497-.329.627-1.219.877-3.648 1.184-6.043 1.08a18.4 18.4 0 0 1-3.063-.398 12 12 0 0 1-1.443-.388c-.492-.177-.927-.363-1.252-.636-.188-.148-.307-.405-.388-.689-.207-.73-.224-1.55-.224-1.55a.152.152 0 0 0-.302-.042" }), _jsx("path", { d: "M.567 20.033s-.242.873-.219 1.705c.014.508.174.971.432 1.288.36.414.858.777 1.465 1.077.484.237 1.04.43 1.64.564 1.032.227 2.197.292 3.356.24 2.568-.12 5.104-.857 6.298-1.96q.005-.003.01-.01c.18-.194.29-.51.334-.856a5.2 5.2 0 0 0-.02-1.262.05.05 0 0 0-.055-.047c-.029.003-.05.027-.047.054.001.201-.025.732-.15 1.202-.07.26-.172.497-.329.627-1.219.877-3.648 1.184-6.043 1.08a18.4 18.4 0 0 1-3.063-.398 12 12 0 0 1-1.443-.388c-.492-.177-.927-.363-1.252-.636-.188-.148-.307-.405-.388-.689-.207-.73-.224-1.55-.224-1.55a.152.152 0 0 0-.302-.042" }), _jsx("path", { d: "M.567 22.229s-.242.873-.219 1.705c.014.508.174.971.432 1.288.36.414.858.777 1.465 1.077.484.237 1.04.43 1.64.564 1.032.227 2.197.292 3.356.24 2.568-.12 5.104-.857 6.298-1.96q.005-.003.01-.01c.18-.194.29-.51.334-.856a5.2 5.2 0 0 0-.02-1.262.05.05 0 0 0-.055-.047c-.029.003-.05.027-.047.054.001.201-.025.732-.15 1.202-.07.26-.172.497-.329.627-1.219.877-3.648 1.184-6.043 1.08a18.4 18.4 0 0 1-3.063-.398 12 12 0 0 1-1.443-.388c-.492-.177-.927-.363-1.252-.636-.188-.148-.307-.405-.388-.689-.207-.73-.224-1.55-.224-1.55a.152.152 0 0 0-.302-.042M15.85 2.725c-.146.487.406.94 1.397 1.288 1.084.381 2.71.615 4.529.65 1.877.02 3.615-.188 4.843-.549 1.178-.345 1.861-.832 1.837-1.36-.068-.521-.805-.991-2.002-1.326-1.217-.34-2.87-.549-4.67-.53-1.706.021-3.399.256-4.62.623-1.157.347-1.897.802-1.805 1.276 0 .006.017.01.038.01s.037-.004.037-.01c.09-.449.941-.858 2.158-1.153 1.18-.285 2.706-.457 4.192-.432 1.419.02 2.66.216 3.537.506.829.273 1.303.637 1.25 1.031-.02.385-.584.725-1.426.981-.862.262-2.027.442-3.368.45-1.403.022-2.699-.127-3.677-.385-1.02-.269-1.728-.639-1.854-1.069 0-.03-.09-.055-.199-.055-.108 0-.197.024-.197.054" }), _jsx("path", { d: "M15.254 2.712s-.244.873-.223 1.704c.013.509.172.972.429 1.29.359.415.856.78 1.463 1.08a7.4 7.4 0 0 0 1.638.567c1.032.23 2.197.298 3.356.247 2.568-.114 5.106-.845 6.302-1.946l.01-.008c.18-.194.291-.51.336-.857a5.2 5.2 0 0 0-.017-1.262.05.05 0 0 0-.055-.047c-.03.003-.05.027-.047.055 0 .2-.027.732-.154 1.2-.07.26-.172.498-.33.627-1.22.875-3.65 1.176-6.045 1.067a18.4 18.4 0 0 1-3.062-.405 12 12 0 0 1-1.442-.39c-.492-.179-.926-.366-1.25-.64-.188-.148-.307-.405-.387-.69-.205-.73-.22-1.55-.22-1.55a.152.152 0 0 0-.302-.042M15.254 11.396s-.244.872-.223 1.704c.013.509.172.972.429 1.29.359.414.856.779 1.463 1.08a7.4 7.4 0 0 0 1.638.567c1.032.23 2.197.297 3.356.247 2.568-.114 5.106-.846 6.302-1.946l.01-.009c.18-.194.291-.509.336-.856a5.2 5.2 0 0 0-.017-1.262.05.05 0 0 0-.055-.047c-.03.003-.05.027-.047.054 0 .201-.027.732-.154 1.201-.07.26-.172.497-.33.627-1.22.874-3.65 1.176-6.045 1.067a18.4 18.4 0 0 1-3.062-.406 12 12 0 0 1-1.442-.39c-.492-.178-.926-.366-1.25-.639-.188-.148-.307-.406-.387-.69-.205-.73-.22-1.55-.22-1.55a.152.152 0 0 0-.302-.042" }), _jsx("path", { d: "M15.254 4.949s-.244.873-.223 1.704c.013.51.172.973.429 1.29.359.415.856.78 1.463 1.08a7.4 7.4 0 0 0 1.638.567c1.032.23 2.197.298 3.356.248 2.568-.115 5.106-.846 6.302-1.947l.01-.008c.18-.194.291-.51.336-.856a5.2 5.2 0 0 0-.017-1.263.05.05 0 0 0-.055-.046c-.03.002-.05.026-.047.054 0 .2-.027.732-.154 1.2-.07.26-.172.498-.33.627-1.22.875-3.65 1.176-6.045 1.067a18.4 18.4 0 0 1-3.062-.405 12 12 0 0 1-1.442-.39c-.492-.179-.926-.366-1.25-.64-.188-.148-.307-.405-.387-.69-.205-.73-.22-1.55-.22-1.55a.152.152 0 0 0-.302-.042M15.254 13.633s-.244.872-.223 1.704c.013.509.172.972.429 1.29.359.414.856.779 1.463 1.08a7.4 7.4 0 0 0 1.638.567c1.032.23 2.197.298 3.356.247 2.568-.114 5.106-.845 6.302-1.946l.01-.009c.18-.194.291-.509.336-.856a5.2 5.2 0 0 0-.017-1.262.05.05 0 0 0-.055-.047c-.03.003-.05.027-.047.054 0 .201-.027.732-.154 1.202-.07.26-.172.496-.33.626-1.22.874-3.65 1.176-6.045 1.067a18.4 18.4 0 0 1-3.062-.405 12 12 0 0 1-1.442-.391c-.492-.178-.926-.366-1.25-.639-.188-.148-.307-.406-.387-.69-.205-.73-.22-1.55-.22-1.55a.152.152 0 0 0-.302-.042M15.254 20.082s-.244.873-.223 1.705c.013.508.172.972.429 1.29.359.414.856.778 1.463 1.079a7.4 7.4 0 0 0 1.638.568c1.032.229 2.197.297 3.356.247 2.568-.115 5.106-.846 6.302-1.946q.005-.003.01-.01c.18-.193.291-.508.336-.855a5.2 5.2 0 0 0-.017-1.262.05.05 0 0 0-.055-.047c-.03.002-.05.026-.047.054 0 .2-.027.732-.154 1.201-.07.26-.172.497-.33.627-1.22.874-3.65 1.175-6.045 1.067a18.4 18.4 0 0 1-3.062-.406 12 12 0 0 1-1.442-.39c-.492-.178-.926-.366-1.25-.64-.188-.147-.307-.405-.387-.69-.205-.73-.22-1.55-.22-1.55a.152.152 0 0 0-.302-.042" }), _jsx("path", { d: "M15.254 7.132s-.244.873-.223 1.704c.013.51.172.973.429 1.29.359.415.856.78 1.463 1.08a7.4 7.4 0 0 0 1.638.567c1.032.23 2.197.298 3.356.247 2.568-.114 5.106-.845 6.302-1.946l.01-.008c.18-.194.291-.51.336-.857a5.2 5.2 0 0 0-.017-1.262.05.05 0 0 0-.055-.046c-.03.002-.05.026-.047.054 0 .2-.027.732-.154 1.2-.07.26-.172.498-.33.627-1.22.875-3.65 1.176-6.045 1.067a18.4 18.4 0 0 1-3.062-.405 12 12 0 0 1-1.442-.39c-.492-.179-.926-.366-1.25-.64-.188-.148-.307-.405-.387-.69-.205-.73-.22-1.55-.22-1.55a.152.152 0 0 0-.302-.042M15.254 15.816s-.244.872-.223 1.704c.013.509.172.972.429 1.29.359.414.856.779 1.463 1.08a7.4 7.4 0 0 0 1.638.567c1.032.23 2.197.298 3.356.247 2.568-.114 5.106-.846 6.302-1.946l.01-.009c.18-.194.291-.509.336-.856a5.2 5.2 0 0 0-.017-1.262.05.05 0 0 0-.055-.047c-.03.003-.05.027-.047.054 0 .201-.027.732-.154 1.202-.07.26-.172.496-.33.626-1.22.874-3.65 1.176-6.045 1.067a18.4 18.4 0 0 1-3.062-.406 12 12 0 0 1-1.442-.39c-.492-.178-.926-.366-1.25-.639-.188-.148-.307-.406-.387-.69-.205-.73-.22-1.55-.22-1.55a.152.152 0 0 0-.302-.042M15.254 22.216s-.244.873-.223 1.704c.013.51.172.973.429 1.29.359.415.856.78 1.463 1.08a7.4 7.4 0 0 0 1.638.567c1.032.23 2.197.298 3.356.247 2.568-.114 5.106-.845 6.302-1.946l.01-.008c.18-.194.291-.51.336-.857a5.2 5.2 0 0 0-.017-1.262.05.05 0 0 0-.055-.046c-.03.002-.05.026-.047.054 0 .2-.027.732-.154 1.2-.07.26-.172.498-.33.627-1.22.875-3.65 1.176-6.045 1.067a18.4 18.4 0 0 1-3.062-.405 12 12 0 0 1-1.442-.39c-.492-.179-.926-.366-1.25-.64-.188-.148-.307-.405-.387-.69-.205-.73-.22-1.55-.22-1.55a.152.152 0 0 0-.302-.042" }), _jsx("path", { d: "M15.254 9.328s-.244.873-.223 1.704c.013.51.172.973.429 1.29.359.415.856.78 1.463 1.08a7.4 7.4 0 0 0 1.638.567c1.032.23 2.197.298 3.356.247 2.568-.114 5.106-.845 6.302-1.946l.01-.008c.18-.194.291-.51.336-.857a5.2 5.2 0 0 0-.017-1.262.05.05 0 0 0-.055-.046c-.03.002-.05.026-.047.054 0 .2-.027.732-.154 1.2-.07.26-.172.498-.33.627-1.22.875-3.65 1.176-6.045 1.067a18.4 18.4 0 0 1-3.062-.405 12 12 0 0 1-1.442-.39c-.492-.179-.926-.366-1.25-.64-.188-.148-.307-.405-.387-.69-.205-.73-.22-1.55-.22-1.55a.152.152 0 0 0-.302-.042M15.254 17.95s-.244.872-.223 1.704c.013.509.172.972.429 1.29.359.414.856.779 1.463 1.08a7.4 7.4 0 0 0 1.638.567c1.032.23 2.197.297 3.356.247 2.568-.114 5.106-.846 6.302-1.946l.01-.009c.18-.194.291-.51.336-.856a5.2 5.2 0 0 0-.017-1.262.05.05 0 0 0-.055-.047c-.03.003-.05.026-.047.054 0 .2-.027.732-.154 1.201-.07.26-.172.497-.33.627-1.22.874-3.65 1.176-6.045 1.067a18.4 18.4 0 0 1-3.062-.406 12 12 0 0 1-1.442-.39c-.492-.178-.926-.366-1.25-.64-.188-.147-.307-.405-.387-.689-.205-.73-.22-1.55-.22-1.55a.152.152 0 0 0-.302-.042" })] }));
13
+ };
14
+ export default Coins;
@@ -0,0 +1,14 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ // Import styles.
3
+ /**
4
+ * This function renders an SVG icon.
5
+ */
6
+ const Coins2 = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '1em' }) => {
7
+ return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", style: {
8
+ fillRule: 'evenodd',
9
+ clipRule: 'evenodd',
10
+ strokeLinejoin: 'round',
11
+ strokeMiterlimit: 2
12
+ }, viewBox: "0 0 32 32", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: [_jsx("path", { d: "M21.73 21.962c.117.393-.33.759-1.13 1.038-.877.305-2.19.491-3.659.516-1.515.013-2.919-.158-3.91-.451-.95-.282-1.5-.676-1.48-1.103.056-.42.652-.798 1.619-1.067.984-.272 2.318-.437 3.771-.419 1.378.02 2.745.213 3.73.51.933.283 1.53.652 1.455 1.035 0 .005-.014.008-.03.008-.017 0-.03-.003-.03-.008-.072-.363-.759-.695-1.74-.935-.953-.233-2.185-.374-3.385-.357-1.146.015-2.147.17-2.857.403-.67.219-1.053.512-1.01.83.015.311.47.587 1.149.795.695.213 1.635.36 2.718.37 1.133.02 2.18-.099 2.97-.305.825-.215 1.396-.513 1.5-.86 0-.025.071-.045.16-.045.087 0 .16.02.16.045" }), _jsx("path", { d: "M21.959 21.985s-.02.66-.192 1.248c-.065.225-.162.428-.311.544-.262.217-.612.364-1.007.504-.352.126-.745.22-1.161.31-.764.165-1.61.286-2.467.324-1.932.089-3.89-.149-4.883-.86-.118-.097-.199-.286-.256-.494a4 4 0 0 1-.125-.968.043.043 0 0 0-.04-.047.043.043 0 0 0-.046.04c-.026.166-.07.613-.02 1.02.034.282.123.538.27.697l.008.008c.727.679 2.072 1.183 3.588 1.438.84.14 1.73.208 2.587.171.77-.034 1.518-.139 2.17-.344.852-.27 1.537-.696 1.978-1.193.209-.26.34-.638.35-1.052.013-.675-.187-1.381-.187-1.381a.13.13 0 0 0-.146-.11.13.13 0 0 0-.11.145" }), _jsx("path", { d: "M21.98 23.791s-.02.662-.191 1.249c-.066.225-.163.428-.312.544-.262.217-.612.364-1.007.504-.352.126-.744.22-1.161.309-.764.166-1.61.286-2.467.325-1.931.089-3.89-.149-4.883-.86-.118-.097-.198-.286-.256-.494a4 4 0 0 1-.125-.968.043.043 0 0 0-.04-.047.043.043 0 0 0-.046.04c-.026.166-.07.613-.02 1.02.034.282.123.538.27.697l.008.008c.727.678 2.072 1.183 3.589 1.438.84.14 1.728.207 2.586.17.77-.033 1.519-.138 2.17-.344.852-.27 1.537-.696 1.978-1.192.209-.26.34-.638.35-1.053.013-.674-.187-1.38-.187-1.38a.13.13 0 0 0-.145-.11.13.13 0 0 0-.111.144" }), _jsx("path", { d: "M21.989 25.556s-.02.662-.192 1.249c-.065.225-.162.428-.311.544-.262.217-.612.364-1.007.504-.352.126-.745.22-1.161.309-.764.166-1.61.286-2.467.325-1.932.089-3.89-.149-4.883-.86-.118-.097-.198-.286-.256-.494a4 4 0 0 1-.125-.968.043.043 0 0 0-.04-.047.043.043 0 0 0-.046.04c-.026.166-.07.613-.02 1.02.034.282.123.538.27.697l.008.008c.727.678 2.072 1.183 3.588 1.438.841.14 1.73.208 2.587.17.77-.033 1.519-.138 2.17-.344.852-.27 1.537-.696 1.978-1.192.209-.26.34-.638.35-1.052.013-.675-.187-1.381-.187-1.381a.13.13 0 0 0-.146-.11.13.13 0 0 0-.11.144" }), _jsx("path", { d: "M21.959 27.327s-.02.662-.192 1.249c-.065.225-.162.428-.311.544-.262.217-.612.364-1.007.504-.352.126-.745.22-1.161.309-.764.166-1.61.286-2.467.325-1.932.089-3.89-.149-4.883-.86-.118-.097-.199-.286-.256-.494a4 4 0 0 1-.125-.968.043.043 0 0 0-.04-.047.043.043 0 0 0-.046.04c-.026.166-.07.613-.02 1.02.034.282.123.538.27.697l.008.008c.727.678 2.072 1.183 3.588 1.438.84.14 1.73.208 2.587.17.77-.033 1.518-.138 2.17-.344.852-.27 1.537-.696 1.978-1.192.209-.26.34-.638.35-1.052.013-.675-.187-1.381-.187-1.381a.13.13 0 0 0-.146-.11.13.13 0 0 0-.11.144M10.446 11.545c.118.393-.328.76-1.128 1.04-.876.308-2.189.497-3.657.525-1.516.016-2.92-.152-3.91-.443-.952-.28-1.504-.672-1.484-1.1.055-.42.65-.8 1.617-1.07.983-.275 2.316-.442 3.77-.427 1.378.017 2.745.206 3.731.502.934.28 1.532.648 1.457 1.031 0 .005-.014.009-.03.009-.017 0-.03-.004-.03-.009-.072-.362-.76-.693-1.742-.93-.953-.231-2.186-.37-3.385-.35-1.146.017-2.148.175-2.857.408-.669.221-1.051.515-1.009.833.016.311.471.586 1.152.792.695.212 1.636.357 2.72.364 1.132.017 2.178-.103 2.968-.311.824-.217 1.395-.516 1.498-.863 0-.025.071-.045.16-.045.087 0 .16.02.16.044" }), _jsx("path", { d: "M10.673 11.568s-.02.662-.189 1.249c-.065.225-.161.428-.31.545-.262.217-.612.365-1.006.506-.352.127-.744.221-1.16.312-.764.167-1.61.29-2.467.33-1.931.093-3.89-.14-4.884-.85-.118-.096-.2-.285-.257-.493a4 4 0 0 1-.128-.968.043.043 0 0 0-.04-.046.043.043 0 0 0-.046.04 4.2 4.2 0 0 0-.018 1.02c.035.282.125.537.271.696l.009.008c.728.677 2.075 1.179 3.592 1.43.84.139 1.729.204 2.586.166.77-.036 1.519-.142 2.17-.35.851-.272 1.535-.699 1.975-1.196.208-.262.34-.639.347-1.054.012-.674-.19-1.38-.19-1.38a.13.13 0 0 0-.145-.11.13.13 0 0 0-.11.145M10.683 18.58s-.018.662-.188 1.25c-.065.225-.162.428-.31.544-.262.218-.612.365-1.007.507-.351.126-.744.22-1.16.311-.764.168-1.609.29-2.466.33-1.931.094-3.89-.14-4.885-.849-.118-.096-.199-.286-.257-.493a4 4 0 0 1-.127-.968.043.043 0 0 0-.04-.047.043.043 0 0 0-.047.04 4.2 4.2 0 0 0-.017 1.021c.035.281.124.537.27.695l.01.009c.728.677 2.074 1.178 3.591 1.43.841.138 1.73.204 2.587.165.77-.035 1.518-.142 2.169-.35.852-.271 1.536-.699 1.975-1.196.209-.261.34-.638.348-1.053.012-.675-.19-1.38-.19-1.38a.13.13 0 0 0-.145-.11.13.13 0 0 0-.11.145" }), _jsx("path", { d: "M10.697 13.375s-.018.661-.188 1.249c-.065.225-.162.428-.31.545-.262.217-.612.365-1.006.506-.352.126-.744.22-1.16.311-.764.168-1.61.29-2.467.331-1.931.093-3.89-.14-4.885-.85-.118-.096-.199-.285-.257-.493a4 4 0 0 1-.127-.968.043.043 0 0 0-.04-.047.043.043 0 0 0-.046.04 4.2 4.2 0 0 0-.018 1.021c.035.282.124.537.27.696l.01.008c.728.677 2.074 1.178 3.591 1.43.841.139 1.73.204 2.587.165.77-.035 1.519-.142 2.169-.349.852-.272 1.536-.7 1.976-1.196.208-.262.339-.64.347-1.054.012-.674-.19-1.38-.19-1.38a.13.13 0 0 0-.145-.11.13.13 0 0 0-.11.145M10.708 20.384s-.019.662-.189 1.25c-.064.225-.16.428-.31.544-.261.218-.611.365-1.006.507-.352.126-.744.22-1.16.311-.764.168-1.609.29-2.466.33-1.932.093-3.89-.14-4.885-.849-.118-.096-.2-.286-.257-.494a4 4 0 0 1-.127-.967.043.043 0 0 0-.04-.047.043.043 0 0 0-.047.04 4.2 4.2 0 0 0-.018 1.02c.036.282.125.538.272.696l.008.008c.729.677 2.075 1.179 3.592 1.43.84.14 1.73.204 2.587.166.77-.036 1.518-.142 2.169-.35.852-.271 1.535-.699 1.975-1.196.209-.261.34-.639.347-1.053.013-.675-.19-1.38-.19-1.38a.13.13 0 0 0-.145-.11.13.13 0 0 0-.11.144M10.821 25.593s-.018.661-.188 1.249c-.065.225-.162.428-.31.545-.262.217-.612.365-1.007.506-.351.126-.744.221-1.16.312-.764.167-1.609.29-2.466.33-1.931.093-3.89-.14-4.885-.85-.118-.096-.199-.285-.257-.493a4 4 0 0 1-.127-.968.043.043 0 0 0-.04-.046.043.043 0 0 0-.046.04 4.2 4.2 0 0 0-.018 1.02c.035.282.124.537.27.696l.01.008c.728.677 2.074 1.179 3.591 1.43.841.139 1.73.204 2.587.165.77-.035 1.518-.141 2.169-.349.852-.272 1.536-.7 1.975-1.196.209-.262.34-.639.348-1.054.012-.674-.19-1.38-.19-1.38a.13.13 0 0 0-.145-.11.13.13 0 0 0-.11.145" }), _jsx("path", { d: "M10.71 15.137s-.019.661-.189 1.249c-.065.225-.161.428-.31.545-.261.217-.612.365-1.006.506-.352.126-.744.221-1.16.312-.764.167-1.61.29-2.467.33-1.93.093-3.89-.14-4.884-.85-.118-.096-.2-.285-.257-.493a4 4 0 0 1-.128-.968.043.043 0 0 0-.04-.047.043.043 0 0 0-.046.04 4.2 4.2 0 0 0-.018 1.021c.035.282.125.537.271.696l.01.008c.727.677 2.074 1.178 3.59 1.43.842.139 1.73.204 2.587.165.77-.035 1.519-.142 2.17-.349.851-.272 1.535-.7 1.975-1.196.208-.262.34-.639.347-1.054.012-.674-.19-1.38-.19-1.38a.13.13 0 0 0-.145-.11.13.13 0 0 0-.11.145M10.722 22.15s-.019.66-.188 1.248c-.065.226-.162.429-.31.545-.262.218-.612.365-1.007.507-.351.126-.744.22-1.16.311-.764.168-1.609.29-2.466.33-1.931.093-3.89-.14-4.885-.849-.118-.096-.2-.286-.257-.493a4 4 0 0 1-.127-.968.043.043 0 0 0-.04-.047.043.043 0 0 0-.047.04 4.2 4.2 0 0 0-.018 1.02c.036.282.125.538.272.696l.009.008c.728.677 2.074 1.179 3.591 1.43.841.14 1.73.204 2.587.166.77-.035 1.518-.142 2.169-.35.852-.271 1.536-.699 1.975-1.196.209-.261.34-.639.348-1.053.012-.675-.19-1.38-.19-1.38a.13.13 0 0 0-.146-.11.13.13 0 0 0-.11.144M10.825 27.316s-.019.662-.189 1.25c-.065.224-.161.427-.31.544-.261.218-.612.365-1.006.507-.352.126-.744.22-1.16.31-.764.169-1.61.29-2.467.331-1.93.093-3.89-.14-4.884-.849-.118-.096-.2-.286-.257-.494a4 4 0 0 1-.128-.967.043.043 0 0 0-.04-.047.043.043 0 0 0-.046.04 4.2 4.2 0 0 0-.018 1.02c.035.282.125.538.271.696l.01.008c.727.677 2.074 1.179 3.59 1.43.842.139 1.73.204 2.587.166.77-.036 1.519-.142 2.17-.35.851-.271 1.535-.699 1.975-1.196.209-.261.34-.639.347-1.053.013-.675-.19-1.38-.19-1.38a.13.13 0 0 0-.145-.11.13.13 0 0 0-.11.144" }), _jsx("path", { d: "M10.683 16.911s-.018.661-.188 1.249c-.065.225-.162.428-.31.545-.262.217-.612.365-1.007.506-.351.126-.744.22-1.16.312-.764.167-1.609.29-2.466.33-1.931.093-3.89-.14-4.885-.85-.118-.096-.199-.285-.257-.493a4 4 0 0 1-.127-.968.043.043 0 0 0-.04-.047.043.043 0 0 0-.047.04 4.2 4.2 0 0 0-.017 1.021c.035.282.124.537.27.696l.01.008c.728.677 2.074 1.178 3.591 1.43.841.139 1.73.204 2.587.165.77-.035 1.518-.142 2.169-.349.852-.272 1.536-.7 1.975-1.196.209-.262.34-.64.348-1.054.012-.674-.19-1.38-.19-1.38a.13.13 0 0 0-.145-.11.13.13 0 0 0-.11.145M10.818 23.873s-.019.661-.189 1.249c-.065.225-.161.428-.31.544-.261.218-.612.365-1.006.507-.352.126-.744.22-1.16.311-.764.168-1.61.29-2.467.33-1.93.094-3.89-.14-4.884-.849-.118-.096-.2-.285-.257-.493a4 4 0 0 1-.128-.968.043.043 0 0 0-.04-.047.043.043 0 0 0-.046.04 4.2 4.2 0 0 0-.018 1.021c.035.281.125.537.271.696l.01.008c.727.677 2.074 1.178 3.59 1.43.842.138 1.73.204 2.587.165.77-.035 1.519-.142 2.17-.349.851-.272 1.535-.7 1.975-1.197.208-.261.34-.638.347-1.053.012-.675-.19-1.38-.19-1.38a.13.13 0 0 0-.145-.11.13.13 0 0 0-.11.145M28.38 17.56l-.157 12.698a.327.327 0 0 1-.203.293.3.3 0 0 1-.121.021l-5.246-.048a.263.263 0 0 1-.26-.266l.011-1.863a.252.252 0 0 0-.503 0l.013 1.863a.75.75 0 0 0 .219.52.74.74 0 0 0 .52.213l5.246-.047a.68.68 0 0 0 .482-.205.67.67 0 0 0 .194-.481l-.16-12.698a.02.02 0 0 0-.018-.016.02.02 0 0 0-.016.016M25.279 1.25a599.97 599.97 0 0 0 4.817 4.864l-1.197.024a.83.83 0 0 0-.82.836l.216 9.815a.101.101 0 0 0 .202 0l.222-9.814c.001-.049.026-.09.058-.122a.17.17 0 0 1 .122-.042l2.095.042a.38.38 0 0 0 .273-.641s-1.367-1.48-2.76-2.967C27.3 1.957 26.072.665 25.728.3a.63.63 0 0 0-.904-.002l-5.65 5.83a.498.498 0 0 0 .359.847l2.12-.006.01.007.021 5.19a.47.47 0 1 0 .939 0l.021-5.19a.994.994 0 0 0-.99-.993l-.948-.003z" }), _jsx("path", { d: "M19.467 11.075c1.314.364 2.275 1.168 2.858 2.211.55.986.73 2.192.483 3.46-.204 1.225-.925 2.218-1.874 2.88a4.8 4.8 0 0 1-1.588.731c-.559.14-1.151.192-1.754.11a4.59 4.59 0 0 1-3.05-1.732 4.73 4.73 0 0 1-.987-3.484c.153-1.345.725-2.476 1.602-3.254.914-.811 2.137-1.246 3.546-1.165a.03.03 0 0 0 .03-.024.03.03 0 0 0-.024-.03c-1.466-.227-2.787.125-3.822.884-1.058.776-1.803 1.982-2.11 3.464a5.64 5.64 0 0 0 .861 4.264c.832 1.24 2.154 2.137 3.735 2.443a5.8 5.8 0 0 0 2.313-.037 5.628 5.628 0 0 0 4.394-4.873c.133-1.558-.219-3.003-1.03-4.104-.799-1.083-2.002-1.84-3.525-2.032a.147.147 0 1 0-.058.288" }), _jsx("path", { d: "M17.713 16.982a1.9 1.9 0 0 0 .575-.1c.381-.133.639-.347.784-.619.183-.342.231-.755.142-1.164a3.4 3.4 0 0 0-.316-.85 4 4 0 0 0-.274-.45l-.03-.042c-.029-.04-.05-.018-.065.017.006-.08-.035-.085-.07-.068a.097.097 0 0 0-.045.131s.132.529.141 1.108c.004.304-.044.608-.222.83-.096.12-.257.167-.486.195-.16.02-.345.025-.567.009a6 6 0 0 1-.633-.072.446.446 0 0 0-.41.758s.817.655 1.655 1.297c.843.644 1.689 1.261 1.689 1.261.008.007.02.007.026 0a.02.02 0 0 0 0-.026s-.669-.807-1.363-1.608z" }), _jsx("path", { d: "M16.543 14.134s.718.003 1.53-.039c1.072-.056 2.297-.18 2.297-.18a.12.12 0 1 0 0-.24s-1.225-.124-2.296-.18c-.813-.042-1.531-.038-1.531-.038a.339.339 0 0 0 0 .677M16.863 15.41s.615.003 1.31-.039c.918-.055 1.964-.18 1.964-.18a.12.12 0 1 0 0-.24s-1.046-.124-1.964-.18c-.695-.042-1.31-.038-1.31-.038a.339.339 0 0 0 0 .677" })] }));
13
+ };
14
+ export default Coins2;
@@ -0,0 +1,14 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ // Import styles.
3
+ /**
4
+ * This function renders an SVG icon.
5
+ */
6
+ const CreditCard = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '1em' }) => {
7
+ return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", style: {
8
+ fillRule: 'evenodd',
9
+ clipRule: 'evenodd',
10
+ strokeLinejoin: 'round',
11
+ strokeMiterlimit: 2
12
+ }, viewBox: "0 0 30 22", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: [_jsx("path", { d: "m27.078.77-.066-.002q-.032 0-.066.002l-21.975.494a.037.037 0 0 0 0 .074l21.975.495c.402.007.758.183 1.017.452.252.262.397.623.389 1.016l-.265 14.646a1.14 1.14 0 0 1-.35.79 1.102 1.102 0 0 1-.792.305c-1.683-.018-4.279-.061-7.19-.082a599.023 599.023 0 0 0-10.788.033c-2.42.028-4.545.074-5.994.099a1.16 1.16 0 0 1-.831-.314 1.219 1.219 0 0 1-.379-.83L1.317 3.3a1.67 1.67 0 0 1 .443-1.214 1.75 1.75 0 0 1 1.213-.56l.765-.03.007-.017c.032-.074.142-.37-.084-.379l-.688-.025a2.25 2.25 0 0 0-1.616.61A2.32 2.32 0 0 0 .628 3.3L.182 17.947c-.008.372.063.736.195 1.075a2.8 2.8 0 0 0 1.509 1.549c.34.148.709.224 1.087.23 1.449.025 3.573.072 5.993.101a538.363 538.363 0 0 0 10.788.032c2.912-.021 5.508-.064 7.192-.083a2.894 2.894 0 0 0 2.652-1.806c.138-.346.213-.718.207-1.098l-.264-14.646a2.57 2.57 0 0 0-.782-1.813A2.55 2.55 0 0 0 27.078.77" }), _jsx("path", { d: "M.973 7.887h27.974V5.355H.973zM4.172 17.368s1.271-.008 2.712-.071c1.894-.083 4.07-.249 4.07-.249.19 0 .345-.154.346-.344a.346.346 0 0 0-.345-.345s-2.175-.174-4.068-.264c-1.441-.069-2.713-.082-2.713-.082a.677.677 0 1 0-.002 1.355M12.957 17.166l2-.126a.35.35 0 0 0 .002-.7l-2-.134a.48.48 0 0 0-.002.96" })] }));
13
+ };
14
+ export default CreditCard;
@@ -0,0 +1,14 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ // Import styles.
3
+ /**
4
+ * This function renders an SVG icon.
5
+ */
6
+ const HomeDiscount = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '1em' }) => {
7
+ return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", style: {
8
+ fillRule: 'evenodd',
9
+ clipRule: 'evenodd',
10
+ strokeLinejoin: 'round',
11
+ strokeMiterlimit: 2
12
+ }, viewBox: "0 0 31 32", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: [_jsx("path", { d: "M.62 15.746s4.93-4.395 9.149-8.272a275.774 275.774 0 0 0 5.249-4.957 152 152 0 0 0 2.239 2.169c.89.844 1.93 1.794 3.017 2.784a379 379 0 0 0 3.668 3.293c3.016 2.672 5.573 4.87 5.573 4.87a.036.036 0 0 0 .052 0 .036.036 0 0 0 0-.051s-2.202-2.554-4.878-5.565a380 380 0 0 0-3.3-3.664A217 217 0 0 0 18.6 3.34C16.939 1.594 15.733.408 15.733.408a1 1 0 0 0-1.41-.001s-1.194 1.202-2.861 2.948c-.847.888-1.814 1.914-2.813 2.994-3.892 4.206-8.304 9.12-8.304 9.12a.196.196 0 1 0 .276.277M29.542 30.097s-5.446-.008-11.624.077c-8.093.111-17.435.36-17.435.36a.238.238 0 0 0 0 .478s9.342.25 17.435.36c6.178.085 11.624.08 11.624.08a.677.677 0 0 0 0-1.355" }), _jsx("path", { d: "m24.004 5.712.943-.013c.066.748.165 1.967.285 3.157.176 1.742.38 3.385.38 3.385 0 .015.013.027.028.027a.03.03 0 0 0 .028-.028s.187-1.644.347-3.388c.12-1.321.213-2.676.27-3.387.02-.328-.127-.62-.33-.848-.206-.232-.515-.354-.849-.372l-1.297-.02c-.342.01-.656.14-.872.373-.212.231-.359.535-.342.873.028.331.058.793.11 1.295q.044.427.106.862c.161 1.134.35 2.159.35 2.159a.148.148 0 0 0 .295 0s.19-1.025.351-2.159q.063-.435.106-.862c.041-.39.067-.755.09-1.054m.932-.14-.009-.1c.003.034 0 .07.009.1M11.452 18.506c-.717-.022-1.329-.348-1.793-.825A2.35 2.35 0 0 1 9 16.033c-.033-.593.21-1.124.565-1.547.35-.418.828-.742 1.411-.814a2.3 2.3 0 0 1 1.682.375c.499.35.878.869.96 1.516.097.708-.013 1.322-.342 1.824-.34.519-.875.918-1.599 1.18a.058.058 0 0 0 .03.111c.833-.152 1.48-.501 1.94-1.002.501-.547.756-1.276.777-2.159.013-.936-.417-1.757-1.064-2.347-.658-.6-1.567-.911-2.519-.873-.982.071-1.86.529-2.432 1.24a3.4 3.4 0 0 0-.702 2.623c.18.926.662 1.72 1.396 2.197.684.444 1.52.64 2.377.442a.147.147 0 0 0-.029-.293M18.102 20.611c.71-.104 1.37.11 1.91.498.485.348.823.874.938 1.506.136.579-.011 1.144-.285 1.623-.271.473-.685.876-1.247 1.05-.582.2-1.199.168-1.721-.075-.553-.257-1.017-.701-1.212-1.324-.22-.68-.219-1.304.017-1.856.243-.57.7-1.056 1.367-1.442a.058.058 0 0 0-.05-.104c-.792.296-1.367.753-1.732 1.327-.398.626-.522 1.389-.387 2.262.152.923.72 1.656 1.46 2.123.753.476 1.702.623 2.633.418.954-.243 1.737-.847 2.177-1.648a3.4 3.4 0 0 0 .23-2.706c-.34-.879-.954-1.577-1.76-1.917-.751-.317-1.61-.363-2.418-.018a.147.147 0 0 0 .08.283M9.21 26.375s2.443-2.432 5.14-5.26c3.537-3.708 7.52-8.08 7.52-8.08a.263.263 0 0 0-.373-.372s-4.37 3.983-8.08 7.52a314 314 0 0 0-5.26 5.138.745.745 0 0 0 1.053 1.054M28.027 30.38s.006-2.963-.066-6.324a554 554 0 0 0-.306-9.488.204.204 0 0 0-.204-.203.206.206 0 0 0-.203.204s-.212 5.08-.306 9.485c-.071 3.362-.067 6.327-.067 6.327a.576.576 0 0 0 1.152-.002M3.175 30.38s.005-2.963-.066-6.324a554 554 0 0 0-.307-9.488.204.204 0 0 0-.203-.203.206.206 0 0 0-.203.204s-.212 5.08-.307 9.485c-.07 3.362-.066 6.327-.066 6.327a.576.576 0 0 0 1.152-.002" })] }));
13
+ };
14
+ export default HomeDiscount;
@@ -0,0 +1,14 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ // Import styles.
3
+ /**
4
+ * This function renders an SVG icon.
5
+ */
6
+ const MoneyBag1 = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '1em' }) => {
7
+ return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", style: {
8
+ fillRule: 'evenodd',
9
+ clipRule: 'evenodd',
10
+ strokeLinejoin: 'round',
11
+ strokeMiterlimit: 2
12
+ }, viewBox: "0 0 31 31", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: [_jsx("path", { d: "M14.265 9.016s-1.537 2.703-2.472 5.49c-.48 1.43-.793 2.87-.713 3.968a4.7 4.7 0 0 0 .3 1.34.04.04 0 1 0 .077-.023 4.6 4.6 0 0 1-.088-1.317c.076-1.047.599-2.347 1.22-3.643 1.231-2.565 2.922-5.04 2.922-5.04a.733.733 0 0 0-1.246-.775M27.002 21.168q.38-.534.61-1.133a4.8 4.8 0 0 0 .293-1.286c.059-.733-.063-1.642-.317-2.62-.14-.538-.32-1.093-.53-1.644-1.108-2.894-2.868-5.726-2.868-5.726a.679.679 0 0 0-1.153.714s1.688 2.738 2.951 5.463c.298.643.585 1.276.813 1.882.267.71.474 1.363.521 1.93a4.5 4.5 0 0 1-.043 1.195 5 5 0 0 1-.357 1.18.046.046 0 0 0 .017.062c.022.012.05.005.063-.017M23.221 7.673h.003l.02-.019a.91.91 0 0 0-.235-.666.9.9 0 0 0-.298-.224 1 1 0 0 0-.369-.094c-.968-.053-2.568-.147-4.01-.216-1.112-.054-2.124-.09-2.675-.114a.88.88 0 0 0-.63.25.9.9 0 0 0-.274.63v.001a.915.915 0 0 0 .874.921c.415.014 1.1.052 1.896.061a60 60 0 0 0 3.037-.053c1.474-.066 2.661-.15 2.661-.15.054.002.1-.04.101-.094a.097.097 0 0 0-.094-.102s-1.18-.16-2.646-.323a59.678 59.678 0 0 0-3.028-.252 38 38 0 0 0-.955-.04c.501-.02 1.101-.048 1.733-.08 1.443-.076 3.042-.176 4.01-.232a.8.8 0 0 1 .58.197.84.84 0 0 1 .284.58v.001q0 .014.015.018" }), _jsx("path", { d: "m15.684 3.018 1.486 1.024a.96.96 0 0 0 1.447-.913l-.083-1.112 1.567-.088-.002 1.289a.698.698 0 0 0 1.172.562l1.193-1.295-.047-.038.716.423a.6.6 0 0 1 .291.342c.046.16.05.339-.035.497l-1.373 2.6a.037.037 0 1 0 .062.04l1.818-2.31c.222-.283.287-.631.253-.964-.035-.35-.223-.668-.51-.914l-.63-.54c-.188-.157-.424-.21-.653-.213-.224-.004-.437.089-.625.23v-.001a1.322 1.322 0 0 0-.335-1.015 1.4 1.4 0 0 0-.449-.327 1.4 1.4 0 0 0-.546-.12l-2.949-.09a.994.994 0 0 0-.979 1.086l.041.384-.073-.038c-.222-.11-.455-.189-.693-.168-.234.022-.472.07-.666.218l-.296.224c-.185.141-.357.293-.47.492-.112.192-.21.395-.239.62-.023.221-.034.44.028.648.06.202.132.402.268.57l1.781 2.125a.196.196 0 0 0 .332-.209L15.344 3.51c-.024-.051-.009-.11-.01-.165-.003-.049.034-.09.051-.137l.19-.137zm.085-.04c.048-.002.088-.042.134-.066zm4.332-1.336.001-.122c0 .042-.012.084 0 .122M5.746 26.107l.245-7.745a1.46 1.46 0 0 0-.411-1.045 1.49 1.49 0 0 0-1.045-.457l-1.67-.052a1.56 1.56 0 0 0-1.117.438 1.58 1.58 0 0 0-.487 1.118L1.004 28.37c-.01.513.2.977.528 1.322.332.347.8.556 1.317.57l2.165.059a1.93 1.93 0 0 0 1.655-.883l.678-1.03 3.18 1.358a2 2 0 0 0 .775.156l7.864-.127q.219-.004.429-.056c.139-.036.276-.083.403-.15l8.797-4.725c.41-.223.75-.545.97-.938.218-.386.34-.83.318-1.29v-.002a1.72 1.72 0 0 0-.794-1.39 1.67 1.67 0 0 0-1.55-.132l-7.492 3.281a.037.037 0 0 0-.022.048.04.04 0 0 0 .048.022l7.746-2.63a.849.849 0 0 1 .78.133.8.8 0 0 1 .313.676v.002a1.4 1.4 0 0 1-.244.732 1.36 1.36 0 0 1-.577.477l-9.072 4.169-.056.002-7.865-.102L7.357 26.3a.974.974 0 0 0-1.194.372l-1.086 1.746-.048.039-2.164.02c-.033 0-.066 0-.087-.021-.024-.023-.05-.05-.05-.086l-.261-10.006a.422.422 0 0 1 .398-.445l1.669-.049a.5.5 0 0 1 .365.129c.1.092.171.219.176.365l.28 7.744a.196.196 0 1 0 .391 0" }), _jsx("path", { d: "m19.059 24.318-4.671.315a.1.1 0 0 0-.097.1c0 .054.046.097.1.096l4.721.156c.18.006.34-.074.462-.186a.67.67 0 0 0 .202-.466v-.005a3.36 3.36 0 0 0-.857-2.362 3.43 3.43 0 0 0-2.3-1.126c-.466-.028-.95-.063-1.424-.086-.502-.025-.99-.037-1.426-.054a5.7 5.7 0 0 1-1.443-.217 5.8 5.8 0 0 1-1.361-.575v-.001c-.77-.442-1.768-.958-2.734-1.256-.725-.224-1.422-.326-1.982-.193a.02.02 0 0 0-.016.021c.002.01.012.018.021.016.553-.054 1.204.138 1.868.441.89.406 1.791 1.012 2.478 1.526.454.331.947.6 1.468.798.526.2 1.08.321 1.646.376.435.034.922.078 1.424.111.472.032.958.053 1.425.078.67.024 1.273.304 1.715.746a2.6 2.6 0 0 1 .78 1.747M15.54 12.174s1.474.005 3.144-.058c2.194-.083 4.716-.27 4.716-.27a.18.18 0 0 0 0-.36s-2.522-.186-4.716-.27c-1.67-.063-3.144-.059-3.144-.059a.51.51 0 0 0 0 1.017M17.688 14.9s.876.006 1.868-.058c1.31-.084 2.802-.27 2.802-.27a.18.18 0 0 0 0-.358s-1.493-.188-2.802-.271c-.992-.063-1.868-.058-1.868-.058a.508.508 0 1 0 0 1.016" }), _jsx("path", { d: "M18.937 11.775c-.004-.023-.005-.04-.012-.038-.042.01-.023.025.012.038l.004.024c.032.112.08.332.16.639.111.44.235 1.014.336 1.614.06.364.097.726.098 1.057 0 .243-.013.46-.14.606-.11.122-.296.144-.574.135-.425-.014-.977-.112-1.688-.353a.604.604 0 0 0-.74.875 28 28 0 0 0 1.826 2.258 42 42 0 0 0 3.04 3.047c.01.011.028.011.039.001s.011-.028 0-.039c0 0-.968-1.245-2.068-2.892-.33-.495-.67-1.021-.997-1.562q.515.121.894.112c.656-.008 1.102-.26 1.395-.596.256-.294.415-.68.44-1.127a3.7 3.7 0 0 0-.209-1.374 6.6 6.6 0 0 0-.51-1.138 9 9 0 0 0-1.014-1.42l-.044-.05c-.047-.051-.077-.027-.097.02 0-.106-.058-.11-.109-.082a.15.15 0 0 0-.057.2l.129.075s-.07-.014-.114-.03" })] }));
13
+ };
14
+ export default MoneyBag1;
@@ -0,0 +1,24 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ // Import styles.
3
+ /**
4
+ * This function renders an SVG icon.
5
+ */
6
+ const MoneyCalendar1 = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '1em' }) => {
7
+ return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", style: {
8
+ fillRule: 'evenodd',
9
+ clipRule: 'evenodd',
10
+ strokeLinejoin: 'round',
11
+ strokeMiterlimit: 2
12
+ }, viewBox: "0 0 32 33", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: [_jsx("path", { d: "M21.414 1.503v2.85a.506.506 0 0 0 1.013 0v-2.85a.507.507 0 0 0-1.013 0M5.413 1.503v2.85a.506.506 0 0 0 1.013 0v-2.85a.507.507 0 0 0-1.013 0" }), _jsx("path", { d: "m1.92 7.31.277-3.002a.7.7 0 0 1 .259-.465.61.61 0 0 1 .466-.128c.638.054 1.54.14 2.639.22 1.152.086 2.5.177 3.96.255.852.045 1.738.085 2.639.112.583.016 1.172.03 1.76.03a75 75 0 0 0 4.4-.128 206 206 0 0 0 3.3-.196c1.396-.094 2.539-.192 3.302-.249a.64.64 0 0 1 .469.13.7.7 0 0 1 .26.469l.269 3.001.269-3.001c.03-.36-.108-.687-.324-.943-.226-.268-.564-.425-.942-.458-.762-.06-1.905-.163-3.3-.263a206 206 0 0 0-3.298-.212c-.714-.04-1.45-.08-2.2-.105a72 72 0 0 0-2.2-.042 65 65 0 0 0-1.76.022c-.902.023-1.787.058-2.64.099-1.46.071-2.808.157-3.961.237-1.098.076-2.002.158-2.64.208a1.4 1.4 0 0 0-.528.136 1.35 1.35 0 0 0-.687.769c-.051.161-.08.33-.065.502zM8.965 12.612a.75.75 0 0 0-.75-.75h-1.5a.75.75 0 0 0-.75.75v1.5c0 .414.336.75.75.75h1.5a.75.75 0 0 0 .75-.75z" }), _jsx("path", { d: "M600.457 371.839A1 1 0 0 1 600 371v-2a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-.501-.135 1 1 0 0 0 .5-.865l.001.093 2 .256c.121.02.243.053.336-.013.122-.086.252-.178.281-.336l.383-2a.92.92 0 0 0-.405-.595c-.171-.114-.378-.134-.595-.091l-2 .347c-.071.01-.096.093-.144.139-.05.048.004.127.013.2l-.008.008a.5.5 0 0 1 .022.112c.022.212.065.667.09 1.08.017.307.021.587.024.72.013.499-.272.773-.54.919", style: {
13
+ fill: 'none'
14
+ }, transform: "matrix(.75 0 0 .75 -444.035 -264.136)" }), _jsx("path", { d: "M15.965 12.612a.75.75 0 0 0-.75-.75h-1.5a.75.75 0 0 0-.75.75v1.5c0 .414.336.75.75.75h1.5a.75.75 0 0 0 .75-.75z" }), _jsx("path", { d: "M604 369a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1zm-3.003 2.002v-.082c-.003-.133-.007-.413-.024-.72a28 28 0 0 0-.09-1.08.5.5 0 0 0-.015-.089l.001-.031c-.009-.073-.063-.152-.013-.2.048-.046.073-.129.144-.139l2-.347c.217-.043.424-.023.595.091A.92.92 0 0 1 604 369l-.383 2c-.029.158-.159.25-.281.336-.093.066-.215.033-.336.013l-2-.256-.001-.093z", style: {
15
+ fill: 'none'
16
+ }, transform: "matrix(.75 0 0 .75 -437.035 -264.136)" }), _jsx("path", { d: "M15.965 18.047a.75.75 0 0 0-.75-.75h-1.5a.75.75 0 0 0-.75.75v1.5c0 .414.336.75.75.75h1.5a.75.75 0 0 0 .75-.75z" }), _jsx("path", { d: "M604 369a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1zm-3.003 2.002v-.082c-.003-.133-.007-.413-.024-.72a28 28 0 0 0-.09-1.08.5.5 0 0 0-.015-.089l.001-.031c-.009-.073-.063-.152-.013-.2.048-.046.073-.129.144-.139l2-.347c.217-.043.424-.023.595.091A.92.92 0 0 1 604 369l-.383 2c-.029.158-.159.25-.281.336-.093.066-.215.033-.336.013l-2-.256-.001-.093z", style: {
17
+ fill: 'none'
18
+ }, transform: "matrix(.75 0 0 .75 -437.035 -258.702)" }), _jsx("path", { d: "M8.965 18.047a.75.75 0 0 0-.75-.75h-1.5a.75.75 0 0 0-.75.75v1.5c0 .414.336.75.75.75h1.5a.75.75 0 0 0 .75-.75z" }), _jsx("path", { d: "M600.457 371.839A1 1 0 0 1 600 371v-2a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-.501-.135 1 1 0 0 0 .5-.865l.001.093 2 .256c.121.02.243.053.336-.013.122-.086.252-.178.281-.336l.383-2a.92.92 0 0 0-.405-.595c-.171-.114-.378-.134-.595-.091l-2 .347c-.071.01-.096.093-.144.139-.05.048.004.127.013.2l-.008.008a.5.5 0 0 1 .022.112c.022.212.065.667.09 1.08.017.307.021.587.024.72.013.499-.272.773-.54.919", style: {
19
+ fill: 'none'
20
+ }, transform: "matrix(.75 0 0 .75 -444.035 -258.702)" }), _jsx("path", { d: "M8.965 23.495a.75.75 0 0 0-.75-.75h-1.5a.75.75 0 0 0-.75.75v1.5c0 .414.336.75.75.75h1.5a.75.75 0 0 0 .75-.75z" }), _jsx("path", { d: "M600.457 371.839A1 1 0 0 1 600 371v-2a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-.501-.135 1 1 0 0 0 .5-.865l.001.093 2 .256c.121.02.243.053.336-.013.122-.086.252-.178.281-.336l.383-2a.92.92 0 0 0-.405-.595c-.171-.114-.378-.134-.595-.091l-2 .347c-.071.01-.096.093-.144.139-.05.048.004.127.013.2l-.008.008a.5.5 0 0 1 .022.112c.022.212.065.667.09 1.08.017.307.021.587.024.72.013.499-.272.773-.54.919", style: {
21
+ fill: 'none'
22
+ }, transform: "matrix(.75 0 0 .75 -444.035 -253.254)" }), _jsx("path", { d: "M25.744 9.82v.005c0 .108.087.196.195.196 0 0 .19-.022.197-.21l.006-.127a2.23 2.23 0 0 0-.6-1.603 2.3 2.3 0 0 0-1.602-.729c-2.65-.097-7.504-.302-11.984-.437-3.157-.097-6.123-.149-7.99-.194A2.98 2.98 0 0 0 .96 9.685h.001c0 1.701-.013 4.303-.001 7.061.018 3.928.072 8.172.094 10.594a2.9 2.9 0 0 0 .867 2.046c.528.515 1.25.838 2.047.828l6.68-.093c.43 0 .782-.35.782-.78a.78.78 0 0 0-.782-.781l-6.68-.094a1.11 1.11 0 0 1-1.088-1.126c.022-2.422.077-6.666.094-10.594.012-2.758 0-5.36 0-7.062a1.02 1.02 0 0 1 .994-1.036c1.866-.045 4.832-.097 7.99-.194 4.479-.135 9.333-.34 11.983-.437.47-.02.904.147 1.224.443.334.306.553.736.574 1.224l.005.127zM26.09 12.236l-.1-1.456a.05.05 0 0 0-.1 0l-.1 1.456a.151.151 0 0 0 .3 0" }), _jsx("path", { d: "M20.087 17.144s-1.107 1.964-1.772 3.99c-.342 1.04-.56 2.084-.496 2.882a3.5 3.5 0 0 0 .224.97.033.033 0 0 0 .04.022.033.033 0 0 0 .022-.04 3.4 3.4 0 0 1-.055-.952c.06-.757.447-1.69.903-2.624.901-1.847 2.13-3.629 2.13-3.629a.586.586 0 1 0-.996-.619M29.39 25.967q.28-.384.45-.818c.119-.297.189-.607.223-.934.047-.532-.036-1.194-.216-1.907a11 11 0 0 0-.379-1.194c-.794-2.1-2.07-4.153-2.07-4.153a.543.543 0 0 0-.924.572s1.219 1.976 2.138 3.941c.217.464.428.919.596 1.355.196.51.351.978.389 1.386q.046.438-.022.861a3.6 3.6 0 0 1-.248.855.037.037 0 0 0 .013.05c.018.01.04.004.05-.014M26.615 16.338h.002l.013-.013a.678.678 0 0 0-.651-.71c-.702-.037-1.863-.103-2.909-.151-.808-.038-1.543-.064-1.938-.08A.628.628 0 0 0 20.5 16a.656.656 0 0 0 .632.668c.303.009.798.036 1.369.042a45 45 0 0 0 2.193-.035 85 85 0 0 0 1.92-.102.069.069 0 1 0 .005-.137s-.852-.114-1.91-.228q-.399-.043-.819-.08a45 45 0 0 0-1.367-.099c-.38-.02-.726-.03-1.004-.036.41-.018.961-.04 1.552-.07 1.046-.053 2.207-.124 2.908-.163a.57.57 0 0 1 .42.145q.092.08.143.187a.6.6 0 0 1 .062.233q.001.011.01.013M21.178 12.72l1.119.756a.578.578 0 0 0 .87-.548L23.094 12l1.344-.067-.003-.02.023-.002-.014 1.076a.417.417 0 0 0 .7.336l.795-.843c.028-.03.058-.06.097-.065.044-.006.092-.01.131.014l.19.115a.75.75 0 0 1 .346.444c.052.196.04.41-.065.6l-.89 1.632a.023.023 0 0 0 .006.03c.01.007.024.004.03-.006l1.13-1.477c.194-.255.256-.565.223-.861a1.25 1.25 0 0 0-.457-.812l-.171-.142a.8.8 0 0 0-.514-.17.83.83 0 0 0-.52.199l-.067.056.007-.057a.99.99 0 0 0-.582-1.003 1 1 0 0 0-.408-.09l-1.983-.049a.597.597 0 0 0-.586.651l.05.483-.391-.205a.58.58 0 0 0-.608.011l-.156.115a1.4 1.4 0 0 0-.383.398 1.4 1.4 0 0 0-.193.504c-.022.178-.024.356.023.525.045.165.109.325.217.462l1.108 1.377a.117.117 0 1 0 .199-.125l-.76-1.595a.576.576 0 0 1 .113-.639.4.4 0 0 1 .103-.08" }), _jsx("path", { d: "m13.976 29.539.178-5.328a1.35 1.35 0 0 0-.375-.96 1.37 1.37 0 0 0-.96-.422l-.655-.021a1.4 1.4 0 0 0-1.013.393 1.44 1.44 0 0 0-.444 1.012l-.182 6.689c-.01.452.175.86.463 1.164.292.307.705.493 1.16.506l1.14.034a1.7 1.7 0 0 0 1.453-.773l.395-.6 2.231.955a1.7 1.7 0 0 0 .68.136c.382-.002 1.264-.002 2.226-.016 1.316-.02 2.782-.06 3.342-.073a1.7 1.7 0 0 0 .736-.185l6.697-3.609c.178-.097.327-.234.423-.405.094-.167.151-.36.142-.559l-.018-.347a1.34 1.34 0 0 0-.616-1.075 1.282 1.282 0 0 0-1.197-.1l-5.322 2.343a.027.027 0 0 0-.015.036.027.027 0 0 0 .035.016l5.51-1.859a.68.68 0 0 1 .621.107.64.64 0 0 1 .247.538l-.011.347a.3.3 0 0 1-.052.138.26.26 0 0 1-.112.085l-6.919 3.166-.151.025c-.56-.01-2.027-.047-3.342-.062-.962-.011-1.844-.008-2.227-.01l-.098-.019-2.8-1.149a.726.726 0 0 0-.892.278l-.705 1.134a.3.3 0 0 1-.249.148l-1.14.014a.34.34 0 0 1-.242-.087.35.35 0 0 1-.116-.243l-.184-6.688a.55.55 0 0 1 .142-.403.58.58 0 0 1 .403-.19l.655-.02a.63.63 0 0 1 .451.162.65.65 0 0 1 .212.45l.201 5.328a.147.147 0 1 0 .294-.001" }), _jsx("path", { d: "m23.566 28.221-3.344.244a.08.08 0 0 0-.077.08c0 .043.037.077.08.077l3.538.135a.385.385 0 0 0 .381-.38l.001-.013a2.58 2.58 0 0 0-.651-1.814 2.64 2.64 0 0 0-1.768-.867l-1.524-.08a5.8 5.8 0 0 1-1.402-.202 6 6 0 0 1-1.334-.528c-.546-.295-1.198-.605-1.823-.777-.48-.131-.936-.184-1.309-.092a.02.02 0 0 0-.012.017q.003.013.017.012c.367-.033.791.085 1.23.277.57.249 1.153.626 1.636.978q.651.464 1.395.74a6.1 6.1 0 0 0 1.557.349l1.524.097c.507.017.963.228 1.299.561a2 2 0 0 1 .586 1.186M21.056 19.43s1.066.003 2.275-.039c1.586-.055 3.411-.18 3.411-.18a.12.12 0 0 0 .12-.12.12.12 0 0 0-.12-.119s-1.825-.125-3.412-.18c-1.208-.042-2.274-.04-2.274-.04a.338.338 0 1 0 0 .678M22.61 21.401s.634.004 1.351-.039c.947-.055 2.027-.18 2.027-.18a.12.12 0 1 0 0-.239s-1.08-.124-2.027-.18c-.717-.042-1.35-.039-1.35-.039a.339.339 0 0 0-.001.677" }), _jsx("path", { d: "M23.523 19.163c-.002-.015-.003-.027-.009-.026-.027.008-.014.018.01.026l.003.02c.024.079.063.239.122.457.087.318.183.734.26 1.166.048.267.078.53.08.772 0 .189-.011.357-.11.469-.085.097-.231.119-.45.11-.31-.01-.713-.085-1.231-.264a.403.403 0 0 0-.494.583c.4.561.853 1.124 1.31 1.639a31 31 0 0 0 2.182 2.216q.013.012.027 0c.007-.006.007-.018 0-.025 0 0-.707-.896-1.51-2.082a29 29 0 0 1-.772-1.197q.413.104.71.096c.461-.007.773-.182.98-.418a1.3 1.3 0 0 0 .308-.792c.018-.298-.03-.64-.145-.981a5 5 0 0 0-.36-.822 6 6 0 0 0-.425-.663c-.132-.183-.237-.307-.29-.37l-.03-.036c-.032-.036-.053-.018-.066.015.002-.073-.038-.077-.072-.057a.1.1 0 0 0-.038.133l.085.05s-.046-.008-.075-.019" })] }));
23
+ };
24
+ export default MoneyCalendar1;
@@ -0,0 +1,22 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ // Import styles.
3
+ /**
4
+ * This function renders an SVG icon.
5
+ */
6
+ const MoneyCalendar2 = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '1em' }) => {
7
+ return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", style: {
8
+ fillRule: 'evenodd',
9
+ clipRule: 'evenodd',
10
+ strokeLinejoin: 'round',
11
+ strokeMiterlimit: 2
12
+ }, viewBox: "0 0 33 32", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: [_jsx("path", { d: "M21.458 1.232v2.85a.506.506 0 0 0 1.013 0v-2.85a.507.507 0 0 0-1.013 0M5.458 1.232v2.85a.506.506 0 0 0 1.013 0v-2.85a.507.507 0 0 0-1.013 0" }), _jsx("path", { d: "m1.964 7.038.277-3.001a.7.7 0 0 1 .259-.465.61.61 0 0 1 .466-.128c.638.053 1.54.14 2.639.22 1.152.085 2.5.177 3.96.255.852.045 1.738.084 2.639.111.583.017 1.172.03 1.76.03a75 75 0 0 0 4.4-.127c1.189-.061 2.303-.13 3.3-.197 1.396-.094 2.539-.191 3.302-.248a.64.64 0 0 1 .469.129.7.7 0 0 1 .26.47l.269 3 .269-3c.03-.36-.108-.687-.324-.943-.226-.269-.564-.426-.942-.458-.762-.061-1.905-.163-3.3-.264a206 206 0 0 0-3.298-.211c-.714-.04-1.45-.08-2.2-.105a72 72 0 0 0-2.2-.043 65 65 0 0 0-1.76.022c-.902.023-1.787.058-2.64.1-1.46.07-2.808.156-3.961.236-1.098.076-2.002.159-2.64.209a1.4 1.4 0 0 0-.528.136 1.35 1.35 0 0 0-.687.768c-.051.162-.08.33-.065.503zM9.009 12.342a.75.75 0 0 0-.75-.75h-1.5a.75.75 0 0 0-.75.75v1.5c0 .414.336.75.75.75h1.5a.75.75 0 0 0 .75-.75z" }), _jsx("path", { d: "M604 369a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1zm-3.003 2.002v-.082c-.003-.133-.007-.413-.024-.72a28 28 0 0 0-.09-1.08.5.5 0 0 0-.022-.112l.008-.008c-.009-.073-.063-.152-.013-.2.048-.046.073-.129.144-.139l2-.347c.217-.043.424-.023.595.091A.92.92 0 0 1 604 369l-.383 2c-.029.158-.159.25-.281.336-.093.066-.215.033-.336.013l-2-.256-.001-.093z", style: {
13
+ fill: 'none'
14
+ }, transform: "matrix(.75 0 0 .75 -443.991 -264.408)" }), _jsx("path", { d: "M16.01 12.342a.75.75 0 0 0-.75-.75h-1.5a.75.75 0 0 0-.75.75v1.5c0 .414.335.75.75.75h1.5a.75.75 0 0 0 .75-.75z" }), _jsx("path", { d: "M604 369a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1zm-3.003 2.002v-.082c-.003-.133-.007-.413-.024-.72a28 28 0 0 0-.09-1.08.5.5 0 0 0-.022-.112l.008-.008c-.009-.073-.063-.152-.013-.2.048-.046.073-.129.144-.139l2-.347c.217-.043.424-.023.595.091A.92.92 0 0 1 604 369l-.383 2c-.029.158-.159.25-.281.336-.093.066-.215.033-.336.013l-2-.256-.001-.093z", style: {
15
+ fill: 'none'
16
+ }, transform: "matrix(.75 0 0 .75 -436.99 -264.408)" }), _jsx("path", { d: "M9.009 17.776a.75.75 0 0 0-.75-.75h-1.5a.75.75 0 0 0-.75.75v1.5c0 .414.336.75.75.75h1.5a.75.75 0 0 0 .75-.75z" }), _jsx("path", { d: "M604 369a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1zm-3.003 2.002v-.082c-.003-.133-.007-.413-.024-.72a28 28 0 0 0-.09-1.08.5.5 0 0 0-.022-.112l.008-.008c-.009-.073-.063-.152-.013-.2.048-.046.073-.129.144-.139l2-.347c.217-.043.424-.023.595.091A.92.92 0 0 1 604 369l-.383 2c-.029.158-.159.25-.281.336-.093.066-.215.033-.336.013l-2-.256-.001-.093z", style: {
17
+ fill: 'none'
18
+ }, transform: "matrix(.75 0 0 .75 -443.991 -258.974)" }), _jsx("path", { d: "M9.009 23.225a.75.75 0 0 0-.75-.75h-1.5a.75.75 0 0 0-.75.75v1.5c0 .414.336.75.75.75h1.5a.75.75 0 0 0 .75-.75z" }), _jsx("path", { d: "M604 369a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1zm-3.003 2.002v-.082c-.003-.133-.007-.413-.024-.72a28 28 0 0 0-.09-1.08.5.5 0 0 0-.022-.112l.008-.008c-.009-.073-.063-.152-.013-.2.048-.046.073-.129.144-.139l2-.347c.217-.043.424-.023.595.091A.92.92 0 0 1 604 369l-.383 2c-.029.158-.159.25-.281.336-.093.066-.215.033-.336.013l-2-.256-.001-.093z", style: {
19
+ fill: 'none'
20
+ }, transform: "matrix(.75 0 0 .75 -443.991 -253.525)" }), _jsx("path", { d: "M15.274 29.177C13.37 27.4 12.38 25.025 12.28 22.61c-.096-2.327.666-4.69 2.354-6.547 1.612-1.847 3.825-2.83 6.09-3.015 2.26-.184 4.594.427 6.477 1.983a9.22 9.22 0 0 1 3.358 6.051c.288 2.353-.322 4.79-1.983 6.705-1.714 1.988-3.717 3.145-5.898 3.459-2.164.311-4.489-.19-6.87-1.496a.077.077 0 1 0-.078.132c2.377 1.513 4.757 2.166 7.017 1.986 2.385-.19 4.632-1.314 6.622-3.354 2.026-2.093 2.876-4.86 2.68-7.576-.196-2.723-1.472-5.385-3.66-7.315-2.254-1.938-5.088-2.806-7.834-2.562-2.74.243-5.373 1.586-7.246 3.885-1.793 2.292-2.536 5.085-2.19 7.763a10.1 10.1 0 0 0 3.904 6.768.196.196 0 1 0 .252-.3" }), _jsx("path", { d: "M16.83 18.345s1.754.004 3.741-.06a216 216 0 0 0 5.612-.27c.098.001.18-.08.178-.178a.18.18 0 0 0-.179-.18s-3.003-.187-5.612-.27c-1.987-.063-3.74-.058-3.74-.058a.507.507 0 1 0 0 1.016M19.386 21.588s1.042.005 2.223-.059c1.555-.083 3.334-.27 3.334-.27a.18.18 0 0 0 0-.358s-1.78-.187-3.335-.27c-1.18-.063-2.222-.059-2.222-.059a.508.508 0 0 0 0 1.016" }), _jsx("path", { d: "M20.896 17.946c-.005-.024-.006-.043-.014-.04-.042.013-.022.028.014.04q.003.016.008.035c.04.13.11.392.215.749.149.517.32 1.203.453 1.912.084.442.14.881.144 1.283.004.332-.02.626-.193.823-.152.171-.41.22-.8.203-.516-.021-1.183-.15-2.041-.45a.602.602 0 0 0-.74.875c.65.925 1.39 1.854 2.133 2.703 1.814 2.072 3.563 3.666 3.563 3.666.01.01.028.012.038.001a.026.026 0 0 0 .002-.038s-1.175-1.465-2.509-3.407a47 47 0 0 1-1.359-2.088c.503.138.927.194 1.28.187.734-.014 1.232-.29 1.56-.666.288-.329.46-.761.493-1.262.029-.482-.05-1.037-.23-1.592a8.3 8.3 0 0 0-.575-1.35c-.23-.425-.47-.794-.682-1.094-.211-.301-.38-.509-.466-.614l-.049-.06c-.045-.054-.077-.025-.097.027.004-.113-.057-.119-.108-.09a.146.146 0 0 0-.057.199l.128.076s-.067-.012-.11-.028" }), _jsx("path", { d: "M25.788 9.55v.005c0 .108.087.196.195.196 0 0 .19-.022.197-.21q.002-.034.006-.127a2.23 2.23 0 0 0-.6-1.602c-.4-.432-.968-.7-1.601-.725-2.651-.093-7.505-.288-11.985-.422-3.156-.095-6.122-.152-7.99-.199a2.97 2.97 0 0 0-2.995 2.947h.001c-.003 2.062-.024 5.446-.012 8.829.01 3.382.054 6.765.07 8.828a2.91 2.91 0 0 0 2.937 2.9l9.213-.12a.781.781 0 1 0 0-1.561l-9.213-.12a1.08 1.08 0 0 1-1.065-1.1c.017-2.062.06-5.445.07-8.827.011-3.383-.008-6.767-.011-8.828-.005-.282.096-.54.278-.728.186-.192.44-.32.728-.325 1.867-.046 4.833-.104 7.99-.198 4.48-.134 9.333-.329 11.984-.422.47-.02.905.15 1.226.446.332.306.552.738.571 1.227l.005.126zM26.135 12.946l-.1-2.436a.05.05 0 0 0-.1 0l-.102 2.436a.15.15 0 0 0 .302 0" })] }));
21
+ };
22
+ export default MoneyCalendar2;
@@ -0,0 +1,14 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ // Import styles.
3
+ /**
4
+ * This function renders an SVG icon.
5
+ */
6
+ const MoneyIn1 = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '1em' }) => {
7
+ return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", style: {
8
+ fillRule: 'evenodd',
9
+ clipRule: 'evenodd',
10
+ strokeLinejoin: 'round',
11
+ strokeMiterlimit: 2
12
+ }, viewBox: "0 0 25 32", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: [_jsx("path", { d: "M12.518 10.077c-.22-.277-.508-.64-.836-1.037-.221-.269-.46-.551-.707-.838a206 206 0 0 0-2.73-3.08.134.134 0 0 0-.213.162c0-.001 1.146 1.816 2.233 3.457.21.315.418.62.617.906.391.56.741 1.035.956 1.335a.86.86 0 0 0 .68.34.85.85 0 0 0 .68-.34c.123-.17.291-.396.48-.666.314-.445.696-1 1.084-1.582 1.092-1.636 2.242-3.451 2.242-3.451a.134.134 0 1 0-.213-.162S15.352 6.717 14.07 8.21c-.456.53-.888 1.048-1.232 1.469q-.18.22-.32.4" }), _jsx("path", { d: "M11.907.717s-.006 1.433.07 3.057c.1 2.136.325 4.585.325 4.585a.215.215 0 0 0 .43 0s.224-2.45.324-4.585c.076-1.624.07-3.057.07-3.057a.61.61 0 0 0-1.219 0M.992 13.572.544 27.993c-.019.711.256 1.361.7 1.852.45.497 1.091.814 1.81.867 2.106.146 5.677.413 9.265.643 3.545.227 7.105.42 9.268.547a2.99 2.99 0 0 0 3.144-2.97l-.017-13.704a2.85 2.85 0 0 0-2.73-2.846l-15.257-.487 2.343-.336a.335.335 0 0 0-.083-.663l-7.858.827a.483.483 0 0 0 .035.961l20.74 1.347c.313.02.586.167.783.38.193.211.3.496.294.803l-.243 13.701a.99.99 0 0 1-.656.93q-.19.072-.396.063c-2.165-.086-5.727-.245-9.278-.367-3.593-.123-7.173-.209-9.283-.27a1.3 1.3 0 0 1-.89-.37 1.34 1.34 0 0 1-.402-.908l-.449-14.421a.196.196 0 1 0-.392 0M16.288 10.524s1.105-.125 2.355-.297a190 190 0 0 0 3.41-.507l.042 2.214c-.001.02.016.036.036.037.02 0 .037-.017.037-.037l.091-2.336a.106.106 0 0 0-.118-.105s-1.901.17-3.545.352c-1.254.14-2.357.289-2.357.289a.197.197 0 0 0 .049.39" }), _jsx("path", { d: "m23.283 19.218-7.728.377a1.63 1.63 0 0 0-1.13.499 1.6 1.6 0 0 0-.44 1.132l.09 2.385a1.474 1.474 0 0 0 1.493 1.44l7.715-.213a.239.239 0 1 0 0-.478l-7.715-.206a.54.54 0 0 1-.374-.176.52.52 0 0 1-.133-.372l.062-2.386a.41.41 0 0 1 .144-.289.4.4 0 0 1 .137-.077.4.4 0 0 1 .15-.014l7.729.378a1 1 0 0 0 0-2" })] }));
13
+ };
14
+ export default MoneyIn1;
@@ -0,0 +1,14 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ // Import styles.
3
+ /**
4
+ * This function renders an SVG icon.
5
+ */
6
+ const MoneyOut1 = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '1em' }) => {
7
+ return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", style: {
8
+ fillRule: 'evenodd',
9
+ clipRule: 'evenodd',
10
+ strokeLinejoin: 'round',
11
+ strokeMiterlimit: 2
12
+ }, viewBox: "0 0 33 27", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: [_jsx("path", { d: "M19.282 9.84s1.192 1.742 2.438 3.416c.614.825 1.253 1.615 1.71 2.204a1.72 1.72 0 0 0 1.31.61 1.707 1.707 0 0 0 1.309-.614c.455-.589 1.088-1.382 1.703-2.209 1.245-1.673 2.447-3.407 2.447-3.407a.182.182 0 1 0-.276-.239s-1.549 1.433-3.031 2.9c-.732.723-1.43 1.462-1.95 1.994-.026.029-.062.043-.096.058a.3.3 0 0 1-.106.018.3.3 0 0 1-.105-.02.3.3 0 0 1-.093-.058c-.52-.534-1.212-1.277-1.943-2.001a121 121 0 0 0-3.041-2.891.182.182 0 1 0-.275.239" }), _jsx("path", { d: "M24.063.75s-.006 2.448.078 5.222c.111 3.64.36 7.831.36 7.831a.239.239 0 1 0 .478 0s.25-4.19.36-7.831c.085-2.774.079-5.221.079-5.221a.678.678 0 0 0-1.355 0M5.847 21.923l.244-8.526a1.46 1.46 0 0 0-.412-1.045 1.5 1.5 0 0 0-1.046-.454l-1.997-.058a1.5 1.5 0 0 0-.6.109 1.586 1.586 0 0 0-1.002 1.45L.772 24.475a1.876 1.876 0 0 0 1.847 1.891l2.496.064a1.942 1.942 0 0 0 1.656-.884l.805-1.225 3.546 1.51a2 2 0 0 0 .775.156l8.605-.129q.218-.003.429-.054.21-.053.403-.152l9.529-5.084a2.77 2.77 0 0 0 1.101-1.06c.249-.438.386-.94.362-1.462v-.003a1.77 1.77 0 0 0-.811-1.428 1.71 1.71 0 0 0-1.593-.139l-8.263 3.582a.04.04 0 0 0-.02.048c.006.02.028.028.047.021l8.517-2.926a.9.9 0 0 1 .822.135.9.9 0 0 1 .257.322c.06.12.082.255.078.393v.003a1.72 1.72 0 0 1-1.003 1.497l-9.802 4.535-.056.004-8.605-.102-4.31-1.777a.974.974 0 0 0-1.194.373l-1.211 1.942-.047.038-2.497.019c-.032 0-.064-.001-.085-.022-.024-.024-.05-.05-.05-.086l-.264-11.078a.4.4 0 0 1 .02-.156.43.43 0 0 1 .215-.242.5.5 0 0 1 .164-.044l1.997-.052a.524.524 0 0 1 .54.496l.282 8.524a.196.196 0 1 0 .393-.001" }), _jsx("path", { d: "m20.023 19.706-4.749.52a.196.196 0 1 0 .007.392l4.994.376c.32.023.603-.127.829-.321.232-.2.346-.506.373-.835l.007-.106c.068-1.009-.3-1.943-.907-2.663-.627-.742-1.554-1.204-2.592-1.31-.565-.039-1.163-.094-1.748-.118-.623-.027-1.227-.022-1.753-.031-.458.005-.91-.04-1.351-.15a5.5 5.5 0 0 1-1.31-.485v-.001c-.88-.453-2.032-1.001-3.155-1.29-.839-.215-1.63-.297-2.26-.11a.037.037 0 0 0-.03.043c.003.02.022.034.042.03.614-.025 1.308.238 2.024.617.966.51 1.917 1.237 2.632 1.835.47.377.987.674 1.539.909.559.238 1.153.373 1.762.452.523.05 1.124.125 1.744.17.585.044 1.185.058 1.75.085.551.008 1.055.208 1.426.561.39.37.681.857.726 1.43m.107-.011.123-.014c-.043.005-.092-.008-.123.014M9.533 11.825c-.954-.93-1.423-2.152-1.45-3.388a4.59 4.59 0 0 1 1.24-3.26c.805-.908 1.908-1.375 3.03-1.465 1.117-.09 2.273.198 3.207.963a4.6 4.6 0 0 1 1.71 2.997c.157 1.18-.127 2.41-.95 3.381-.86 1.026-1.87 1.633-2.98 1.809-1.113.176-2.313-.065-3.551-.72a.058.058 0 1 0-.059.1c1.235.809 2.476 1.164 3.662 1.086 1.263-.083 2.455-.665 3.522-1.73 1.097-1.105 1.561-2.58 1.472-4.035-.089-1.464-.77-2.895-1.936-3.944-1.211-1.052-2.741-1.531-4.224-1.397A5.66 5.66 0 0 0 8.33 4.34C7.39 5.584 6.998 7.08 7.21 8.51a5.3 5.3 0 0 0 2.132 3.539.147.147 0 1 0 .19-.225" }), _jsx("path", { d: "M10.311 6.309s.912.003 1.943-.04c1.357-.055 2.915-.18 2.915-.18a.12.12 0 0 0 .12-.119.12.12 0 0 0-.12-.12s-1.558-.124-2.914-.18c-1.032-.042-1.943-.038-1.943-.038a.339.339 0 1 0 0 .677M11.639 7.993s.541.003 1.154-.039c.81-.055 1.731-.18 1.731-.18a.12.12 0 0 0 0-.239s-.92-.124-1.73-.18c-.613-.042-1.155-.04-1.155-.04a.34.34 0 0 0 0 .678" }), _jsx("path", { d: "M12.403 6.042c-.002-.015-.002-.026-.007-.025-.028.007-.016.017.007.025l.003.014c.018.07.045.206.091.397.066.273.135.628.194 1 .035.223.055.444.054.647 0 .14-.006.265-.08.348-.06.069-.167.077-.324.072-.26-.007-.599-.065-1.035-.21a.402.402 0 0 0-.493.584c.348.476.74.955 1.138 1.392a26 26 0 0 0 1.892 1.871c.008.008.02.008.027 0 .007-.006.008-.018 0-.025 0 0-.592-.773-1.267-1.797-.189-.288-.385-.593-.573-.908q.285.063.499.059c.418-.004.7-.166.888-.381.163-.187.265-.432.28-.717a2.3 2.3 0 0 0-.134-.859 4 4 0 0 0-.323-.705 6 6 0 0 0-.666-.898c-.033-.035-.055-.015-.069.02.004-.082-.037-.087-.072-.066a.1.1 0 0 0-.038.133l.085.05s-.047-.01-.077-.021" })] }));
13
+ };
14
+ export default MoneyOut1;
@@ -0,0 +1,14 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ // Import styles.
3
+ /**
4
+ * This function renders an SVG icon.
5
+ */
6
+ const MoneyIn3 = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '1em' }) => {
7
+ return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", style: {
8
+ fillRule: 'evenodd',
9
+ clipRule: 'evenodd',
10
+ strokeLinejoin: 'round',
11
+ strokeMiterlimit: 2
12
+ }, viewBox: "0 0 33 32", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: [_jsx("path", { d: "M16.406 7.317a10 10 0 0 0-.561-.535c-.64-.56-1.354-1.126-1.354-1.126a.122.122 0 0 0-.184.16s.461.786.926 1.497q.134.204.265.384c.172.236.33.43.424.552a.64.64 0 0 0 .749.163.6.6 0 0 0 .217-.164c.054-.069.13-.16.214-.274.138-.186.303-.418.468-.667.468-.707.933-1.492.933-1.492a.122.122 0 0 0-.183-.16s-.712.57-1.346 1.134a16 16 0 0 0-.568.528m-.25.258-.02.02zm.496-.003.023.024-.014-.015z" }), _jsx("path", { d: "M16.067 3.427s-.004.63.039 1.342c.055.94.18 2.012.18 2.012a.12.12 0 0 0 .239 0s.124-1.073.18-2.012c.042-.713.039-1.342.039-1.342a.339.339 0 0 0-.677 0M23.955 10.452a10 10 0 0 0 .154-.764c.133-.838.231-1.742.231-1.742a.122.122 0 0 0-.233-.07s-.419.806-.772 1.578q-.102.22-.184.428c-.107.269-.186.505-.24.651a.65.65 0 0 0 .263.727.64.64 0 0 0 .256.097c.088.009.206.024.345.035.231.017.515.033.813.04.847.019 1.755-.006 1.755-.006a.122.122 0 0 0 .037-.24s-.859-.298-1.672-.535c-.272-.079-.534-.147-.753-.199m-.083.337-.008.032.005-.018z" }), _jsx("path", { d: "M27.066 8.09s-.534.333-1.114.749a42 42 0 0 0-1.607 1.225.12.12 0 0 0 .127.202s.974-.466 1.8-.92c.624-.344 1.155-.682 1.155-.682a.339.339 0 0 0-.36-.573M8.865 10.453a16 16 0 0 0-.7.185c-.828.239-1.726.548-1.726.548a.122.122 0 0 0 .037.24s.95.024 1.81.002c.314-.008.609-.025.839-.044l.356-.04a.56.56 0 0 0 .474-.483.6.6 0 0 0-.019-.24c-.043-.118-.125-.371-.244-.674a9 9 0 0 0-.186-.442c-.357-.785-.794-1.63-.794-1.63a.122.122 0 0 0-.233.071s.104.945.242 1.796a9 9 0 0 0 .144.711" }), _jsx("path", { d: "M5.392 8.664s.53.338 1.156.682c.825.454 1.799.92 1.799.92a.12.12 0 0 0 .127-.202s-.841-.677-1.607-1.225c-.58-.416-1.114-.748-1.114-.748a.339.339 0 0 0-.361.573M25.132 17.433a9 9 0 0 0 .523-.547 42 42 0 0 0 1.14-1.368.122.122 0 0 0-.16-.184s-.8.469-1.514.937q-.206.135-.388.269c-.244.179-.441.341-.557.43a.61.61 0 0 0-.156.716c.038.078.088.15.156.207l.277.218c.185.139.42.306.674.474a42 42 0 0 0 1.508.945.122.122 0 0 0 .16-.184s-.58-.722-1.147-1.36a15 15 0 0 0-.516-.553" }), _jsx("path", { d: "M29.024 17.093s-.629-.003-1.341.04c-.94.055-2.013.18-2.013.18a.12.12 0 0 0 0 .238s1.073.125 2.013.18c.712.043 1.341.04 1.341.04a.339.339 0 0 0 0-.678M7.677 17.434c-.158.16-.344.358-.532.57-.562.634-1.13 1.342-1.13 1.342a.122.122 0 0 0 .16.184s.781-.463 1.487-.93c.248-.165.48-.328.666-.466.112-.083.203-.16.273-.214a.644.644 0 0 0 0-.977c-.106-.083-.264-.212-.456-.354-.146-.106-.306-.22-.476-.332-.709-.466-1.494-.923-1.494-.923a.122.122 0 0 0-.16.184s.563.713 1.123 1.35a11 11 0 0 0 .539.566m.258.248.014.013-.021-.02z" }), _jsx("path", { d: "M3.786 17.77s.63.004 1.342-.038c.94-.056 2.012-.18 2.012-.18a.12.12 0 0 0 0-.24s-1.073-.124-2.012-.18c-.713-.042-1.342-.039-1.342-.039a.339.339 0 0 0 0 .678M8.398 27.976l.178-6.006c.01-.372-.14-.71-.377-.96a1.37 1.37 0 0 0-.96-.42l-.94-.027a1.42 1.42 0 0 0-1.012.396 1.43 1.43 0 0 0-.442 1.013l-.187 7.62a1.657 1.657 0 0 0 1.626 1.67l1.428.037a1.7 1.7 0 0 0 1.452-.774l.507-.77 2.549 1.089a1.8 1.8 0 0 0 .679.136c.412-.003 1.402-.002 2.485-.017 1.477-.02 3.127-.061 3.728-.073a1.7 1.7 0 0 0 .736-.184l6.771-3.616c.401-.217.73-.531.946-.913.213-.376.33-.808.31-1.256v-.002a1.17 1.17 0 0 0-.536-.943 1.128 1.128 0 0 0-1.053-.092l-6.261 2.72a.03.03 0 0 0-.016.037.03.03 0 0 0 .036.016l6.459-2.213a.5.5 0 0 1 .606.262.5.5 0 0 1 .041.22 1.58 1.58 0 0 1-.923 1.38l-6.967 3.22-.151.026c-.601-.01-2.25-.046-3.728-.061-1.084-.011-2.073-.008-2.485-.01l-.098-.019-3.12-1.284a.73.73 0 0 0-.893.28l-.813 1.304a.303.303 0 0 1-.25.147l-1.427.013a.34.34 0 0 1-.242-.088.35.35 0 0 1-.114-.243l-.189-7.62a.56.56 0 0 1 .326-.535.6.6 0 0 1 .222-.055l.94-.025a.63.63 0 0 1 .45.165.65.65 0 0 1 .21.45l.205 6.006c0 .082.066.147.147.147a.15.15 0 0 0 .147-.148" }), _jsx("path", { d: "m18.777 26.342-3.448.385a.147.147 0 1 0 .005.294l3.884.298c.183.013.34-.081.471-.191.132-.113.188-.288.204-.474v-.003a3.05 3.05 0 0 0-.736-2.177c-.513-.606-1.271-.984-2.119-1.069l-1.875-.086a5.6 5.6 0 0 1-1.355-.15 5.8 5.8 0 0 1-1.318-.465c-.641-.314-1.41-.653-2.153-.825-.568-.131-1.1-.172-1.529-.043a.03.03 0 0 0-.023.032c.003.015.017.025.032.023.419-.016.886.15 1.372.397.639.323 1.273.79 1.792 1.21q.67.522 1.447.843a6.4 6.4 0 0 0 1.652.414l1.872.132c.48.007.917.189 1.242.496.272.258.488.583.583.96M13.2 19.671c-.954-.93-1.424-2.152-1.451-3.387a4.59 4.59 0 0 1 1.24-3.26c.806-.909 1.908-1.376 3.03-1.465 1.117-.09 2.273.198 3.208.963a4.6 4.6 0 0 1 1.709 2.996c.157 1.181-.127 2.41-.95 3.382-.86 1.026-1.87 1.633-2.98 1.808-1.113.176-2.313-.064-3.55-.72a.058.058 0 1 0-.059.1c1.234.81 2.476 1.164 3.661 1.086 1.263-.082 2.456-.664 3.523-1.729 1.097-1.106 1.56-2.581 1.472-4.035-.09-1.464-.77-2.896-1.936-3.944-1.212-1.052-2.742-1.532-4.224-1.398a5.66 5.66 0 0 0-3.897 2.118c-.94 1.244-1.332 2.74-1.119 4.172a5.3 5.3 0 0 0 2.133 3.538.147.147 0 1 0 .19-.225" }), _jsx("path", { d: "M13.978 14.157s.911.003 1.943-.04a87 87 0 0 0 2.914-.18.12.12 0 0 0 .12-.119.12.12 0 0 0-.12-.12s-1.558-.124-2.914-.18c-1.032-.042-1.943-.038-1.943-.038a.339.339 0 1 0 0 .677M15.305 15.841s.542.004 1.154-.038c.81-.056 1.732-.18 1.732-.18a.12.12 0 0 0 0-.24s-.921-.124-1.731-.18c-.613-.042-1.155-.039-1.155-.039a.34.34 0 0 0 0 .677" }), _jsx("path", { d: "M16.07 13.89c-.003-.014-.003-.025-.007-.024-.028.007-.016.017.006.025l.003.014c.018.07.046.206.091.397.066.273.136.628.195 1 .035.223.054.444.054.647-.001.14-.007.265-.08.348-.061.069-.167.077-.325.072-.26-.007-.598-.065-1.034-.21a.402.402 0 0 0-.494.583c.348.477.741.956 1.138 1.392a26 26 0 0 0 1.893 1.872c.007.008.02.008.026 0 .008-.006.008-.018 0-.025 0 0-.592-.773-1.266-1.797-.19-.288-.385-.594-.573-.908.19.043.355.06.498.059.418-.004.701-.166.888-.381.163-.187.266-.432.28-.717a2.3 2.3 0 0 0-.134-.859 4 4 0 0 0-.323-.706 6 6 0 0 0-.665-.897c-.033-.036-.055-.015-.07.02.005-.082-.037-.087-.072-.067a.1.1 0 0 0-.038.134l.086.05s-.048-.01-.078-.021M16.406.582a.78.78 0 0 1 .786.763.79.79 0 0 1-.221.559.83.83 0 0 1-.565.255.85.85 0 0 1-.88-.814 1.06 1.06 0 0 1 .12-.56c.13-.23.322-.339.419-.357a.083.083 0 0 0 .07-.095.083.083 0 0 0-.095-.07c-.126.014-.39.127-.578.41a1.3 1.3 0 0 0-.199.672c-.01.317.115.609.318.823.207.218.5.352.825.365a1.198 1.198 0 0 0 1.236-1.188c.003-.34-.136-.65-.36-.874a1.24 1.24 0 0 0-.876-.362.237.237 0 1 0 0 .473M29.836 6.86a.78.78 0 0 1-.315 1.048.79.79 0 0 1-.598.061.83.83 0 0 1-.487-.384.85.85 0 0 1 .318-1.156 1.06 1.06 0 0 1 .553-.151c.262.01.448.13.51.208.025.037.08.046.116.018a.083.083 0 0 0 .018-.117c-.07-.105-.293-.288-.63-.324a1.3 1.3 0 0 0-.688.133 1.15 1.15 0 0 0-.585.661c-.098.284-.082.606.057.9a1.198 1.198 0 0 0 1.624.55c.302-.153.513-.418.609-.72.096-.303.075-.641-.082-.946a.237.237 0 1 0-.42.218M31.81 17.572a.78.78 0 0 1-.94.561.79.79 0 0 1-.482-.358.83.83 0 0 1-.1-.612.85.85 0 0 1 1.015-.638c.23.054.396.15.51.261.187.184.242.399.235.497a.083.083 0 0 0 .074.092.083.083 0 0 0 .092-.073c.02-.125-.022-.41-.245-.664a1.3 1.3 0 0 0-.598-.367 1.15 1.15 0 0 0-.878.092c-.264.144-.47.392-.566.703a1.198 1.198 0 0 0 .826 1.502c.327.091.662.038.937-.12.275-.159.487-.422.578-.753a.237.237 0 1 0-.457-.123M1.11 17.318a.78.78 0 0 1 .819-.727.79.79 0 0 1 .54.262.83.83 0 0 1 .213.583.85.85 0 0 1-.878.816 1.06 1.06 0 0 1-.55-.162c-.218-.146-.313-.346-.324-.444a.083.083 0 0 0-.09-.077.083.083 0 0 0-.076.09c.004.126.098.399.365.606.155.12.368.217.656.25.315.034.615-.07.845-.256.232-.19.388-.472.425-.795a1.198 1.198 0 0 0-1.092-1.322 1.22 1.22 0 0 0-.898.293c-.24.207-.4.506-.428.847a.237.237 0 1 0 .472.036M2.983 6.863a.78.78 0 0 1 1.093-.077.79.79 0 0 1 .27.538.83.83 0 0 1-.187.591.85.85 0 0 1-1.193.113 1.06 1.06 0 0 1-.338-.463c-.085-.25-.037-.466.013-.55a.083.083 0 0 0-.024-.116.083.083 0 0 0-.115.024c-.074.104-.166.377-.08.704.05.189.16.396.368.597.23.22.53.32.826.312.3-.009.595-.138.821-.372a1.198 1.198 0 0 0-.061-1.713 1.22 1.22 0 0 0-.89-.315 1.24 1.24 0 0 0-.855.412.237.237 0 1 0 .352.315" })] }));
13
+ };
14
+ export default MoneyIn3;
@@ -0,0 +1,14 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ // Import styles.
3
+ /**
4
+ * This function renders an SVG icon.
5
+ */
6
+ const MoneyInstitution1 = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '1em' }) => {
7
+ return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", style: {
8
+ fillRule: 'evenodd',
9
+ clipRule: 'evenodd',
10
+ strokeLinejoin: 'round',
11
+ strokeMiterlimit: 2
12
+ }, viewBox: "0 0 30 30", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: [_jsx("path", { d: "M26.945 9.855c-1.287-.032-3.021-.076-4.986-.108a431 431 0 0 0-6.698-.069c-1.83-.002-3.658.016-5.362.047-2.636.048-4.973.125-6.545.178.977-.813 2.298-1.91 3.682-3.067 3.442-2.882 7.258-6.12 7.258-6.12a.034.034 0 0 0 .007-.052c-.01-.016-.034-.02-.052-.006 0 0-4.112 2.853-7.78 5.436-2.217 1.561-4.262 3.022-5.163 3.661a.9.9 0 0 0-.32.456.9.9 0 0 0 .007.56c.055.19.182.341.33.455.151.116.34.17.537.177 1.25.035 4.35.157 8.04.224 1.703.032 3.53.05 5.361.049 2.316-.002 4.633-.037 6.698-.071 3.076-.05 5.589-.125 6.7-.15a1 1 0 0 0 .572-.189.95.95 0 0 0 .35-.488.97.97 0 0 0 0-.6 1 1 0 0 0-.354-.482L15.058.07a.2.2 0 0 0-.275.043.197.197 0 0 0 .045.275z" }), _jsx("path", { d: "M4.141 26.636s-.005-2.78-.065-5.932c-.079-4.133-.24-8.9-.24-8.9a.34.34 0 0 0-.345-.342.343.343 0 0 0-.345.343s-.179 4.765-.272 8.896c-.072 3.152-.087 5.932-.087 5.932a.677.677 0 0 0 1.355.003M25.413 26.827s-.005-2.813-.065-6c-.079-4.182-.24-9.005-.24-9.005a.343.343 0 0 0-.345-.343.34.34 0 0 0-.345.344s-.179 4.82-.272 9c-.072 3.188-.087 6.001-.087 6.001a.677.677 0 0 0 1.354.003M5.028 12.203s.016 2.76.087 5.887c.094 4.1.272 8.828.272 8.828a.345.345 0 0 0 .69 0s.162-4.73.24-8.831c.06-3.127.066-5.886.066-5.886a.678.678 0 1 0-1.355.002M26.298 12.213s.016 2.792.087 5.956c.094 4.147.272 8.931.272 8.931 0 .19.155.344.346.345a.343.343 0 0 0 .344-.344s.162-4.786.24-8.935c.06-3.164.066-5.955.066-5.955a.68.68 0 0 0-.678-.678.68.68 0 0 0-.677.68M10.87 24.9a6.58 6.58 0 0 1-2.148-4.544 6.4 6.4 0 0 1 1.606-4.624c1.135-1.314 2.699-2.026 4.304-2.159 1.602-.132 3.257.313 4.59 1.42a6.5 6.5 0 0 1 2.341 4.288c.19 1.655-.255 3.365-1.432 4.7-1.205 1.376-2.61 2.168-4.13 2.374-1.5.202-3.107-.159-4.748-1.078a.039.039 0 0 0-.039.067c1.639 1.022 3.274 1.458 4.82 1.321 1.624-.143 3.15-.919 4.494-2.32 1.36-1.426 1.925-3.3 1.78-5.136a7.31 7.31 0 0 0-2.493-4.92 7.14 7.14 0 0 0-5.268-1.71 7.12 7.12 0 0 0-4.882 2.594C8.44 16.71 7.93 18.595 8.141 20.406a6.9 6.9 0 0 0 2.603 4.643.098.098 0 1 0 .126-.15" }), _jsx("path", { d: "m25.538 27.523-23.762-.345a.856.856 0 0 0-.802.528.9.9 0 0 0-.069.332l-.01.753a.9.9 0 0 0 .255.626.89.89 0 0 0 .626.263c1.349.013 5.26.07 9.725.095 2.11.011 4.34.02 6.484.008 1.51-.008 2.975-.028 4.323-.052 3.044-.055 5.487-.134 6.483-.158a.77.77 0 0 0 .533-.234.733.733 0 0 0 .208-.533l-.026-.782a.72.72 0 0 0-.218-.497.7.7 0 0 0-.497-.193l-2.787.106a.101.101 0 0 0 0 .203l2.787.1a.28.28 0 0 1 .19.092.27.27 0 0 1 .064.189l-.026.783a.223.223 0 0 1-.076.153.2.2 0 0 1-.072.04c-.025.01-.052.01-.08.01-.996-.025-3.439-.104-6.483-.159a346 346 0 0 0-4.323-.052 603 603 0 0 0-6.484.008c-4.465.025-8.376.082-9.725.095l-.08-.03-.04-.08-.009-.754.034-.094.095-.045 23.762-.342a.02.02 0 0 0 .017-.017.02.02 0 0 0-.017-.017M11.658 16.908s1.324.005 2.823-.058c1.972-.083 4.236-.271 4.236-.271a.179.179 0 1 0 0-.357s-2.264-.187-4.235-.271c-1.5-.064-2.824-.059-2.824-.059a.51.51 0 0 0 0 1.016M13.587 19.356s.788.004 1.678-.059a44 44 0 0 0 2.516-.27.18.18 0 1 0 0-.358s-1.338-.187-2.516-.27c-.89-.064-1.678-.059-1.678-.059a.508.508 0 1 0 0 1.016" }), _jsx("path", { d: "M14.696 16.508c-.003-.021-.003-.04-.01-.037-.042.01-.024.024.01.037l.003.02c.026.101.064.3.129.578.093.398.19.913.273 1.455.05.323.076.643.074.936 0 .197-.008.372-.111.489-.086.095-.233.105-.452.098-.378-.01-.867-.091-1.499-.3a.605.605 0 0 0-.74.875c.51.692 1.08 1.386 1.66 2.02 1.41 1.541 2.76 2.714 2.76 2.714.01.01.028.01.04 0a.03.03 0 0 0 0-.039S15.976 24.23 15 22.738c-.266-.408-.54-.84-.806-1.284.262.057.491.08.692.078.615-.005 1.03-.244 1.306-.56a1.7 1.7 0 0 0 .411-1.054c.02-.383-.043-.82-.196-1.256a6 6 0 0 0-.475-1.026 7.5 7.5 0 0 0-.945-1.266c-.078-.085-.133.038-.157.116.061-.238-.021-.258-.088-.221a.147.147 0 0 0-.057.2l.129.075s-.073-.015-.117-.032" })] }));
13
+ };
14
+ export default MoneyInstitution1;
@@ -0,0 +1,14 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ // Import styles.
3
+ /**
4
+ * This function renders an SVG icon.
5
+ */
6
+ const MoneyInstitution2 = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '1em' }) => {
7
+ return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", style: {
8
+ fillRule: 'evenodd',
9
+ clipRule: 'evenodd',
10
+ strokeLinejoin: 'round',
11
+ strokeMiterlimit: 2
12
+ }, viewBox: "0 0 31 32", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: [_jsx("path", { d: "m24.038 28.66-.002.039c0 .186.152.338.338.338 0 0 .34-.08.338-.42l-.006-.743a.226.226 0 0 1 .217-.228l2.934-.12a.32.32 0 0 1 .233.076.34.34 0 0 1 .117.232l.048.965a.12.12 0 0 0 .239 0l.048-.965a.69.69 0 0 0-.186-.498.7.7 0 0 0-.5-.226l-2.934-.107a.876.876 0 0 0-.88.87zM24.29 12.446l-.003-.04c0-.186.152-.338.339-.338 0 0 .34.081.338.421l-.006.742a.226.226 0 0 0 .217.228l2.934.12a.32.32 0 0 0 .232-.075.34.34 0 0 0 .117-.233l.049-.964a.12.12 0 0 1 .238 0l.049.964a.69.69 0 0 1-.187.499.7.7 0 0 1-.5.225l-2.934.107a.876.876 0 0 1-.88-.87zM2.115 12.446l-.002-.04c0-.186.152-.338.338-.338 0 0 .34.081.338.421l-.006.742A.226.226 0 0 0 3 13.46l2.934.12a.32.32 0 0 0 .233-.075.34.34 0 0 0 .117-.233l.048-.964a.12.12 0 0 1 .239 0l.048.964a.69.69 0 0 1-.186.499.7.7 0 0 1-.5.225l-2.934.107a.876.876 0 0 1-.88-.87zM1.627 28.537l-.003.04c0 .186.152.338.339.338 0 0 .34-.081.338-.421l-.006-.742a.226.226 0 0 1 .217-.228l2.934-.12a.32.32 0 0 1 .232.076.34.34 0 0 1 .117.232l.049.964a.12.12 0 0 0 .238 0l.049-.964a.69.69 0 0 0-.187-.499.7.7 0 0 0-.5-.225L2.51 26.88a.876.876 0 0 0-.88.87z" }), _jsx("path", { d: "M27.745 10.47c-1.36-.034-3.224-.078-5.344-.112a478 478 0 0 0-7.058-.069c-1.928-.001-3.853.015-5.647.048-2.826.048-5.322.128-6.976.18 1.035-.856 2.457-2.03 3.947-3.274 3.63-3.023 7.66-6.428 7.66-6.428a.04.04 0 0 0 .007-.05c-.015-.017-.037-.02-.055-.007 0 0-4.323 3.018-8.18 5.744C3.76 8.156 1.602 9.704.673 10.365a.93.93 0 0 0-.322.458.93.93 0 0 0 .34 1.014c.148.115.336.17.535.177 1.292.034 4.566.157 8.47.225 1.794.032 3.719.049 5.647.049 2.442-.004 4.884-.037 7.058-.071 3.256-.05 5.908-.127 7.055-.15a1 1 0 0 0 .575-.19.968.968 0 0 0 .347-1.087.97.97 0 0 0-.35-.482L15.122.147a.197.197 0 0 0-.275.044.2.2 0 0 0 .044.273zM3.619 26.82s-.006-2.429-.066-5.181c-.078-3.61-.24-7.774-.24-7.774a.347.347 0 0 0-.343-.344.346.346 0 0 0-.345.345s-.18 4.162-.274 7.77c-.071 2.752-.087 5.181-.087 5.181a.678.678 0 1 0 1.355.003M25.98 26.953s-.007-2.443-.066-5.211c-.078-3.631-.24-7.82-.24-7.82a.343.343 0 0 0-.343-.343.34.34 0 0 0-.346.344s-.18 4.187-.274 7.816c-.071 2.769-.087 5.211-.087 5.211 0 .375.302.68.677.68a.68.68 0 0 0 .678-.677M4.619 14.214s.015 2.41.086 5.142c.095 3.58.274 7.71.274 7.71 0 .19.155.345.346.346a.346.346 0 0 0 .343-.346s.162-4.131.24-7.714c.06-2.73.065-5.141.065-5.141a.675.675 0 0 0-.68-.675.676.676 0 0 0-.674.678M26.979 14.277s.016 2.425.087 5.173c.094 3.601.274 7.755.274 7.755a.344.344 0 1 0 .689 0s.161-4.155.239-7.759c.06-2.747.066-5.171.066-5.171a.676.676 0 1 0-1.355.002M10.724 26.246a6.92 6.92 0 0 1-2.27-4.777 6.75 6.75 0 0 1 1.685-4.878c1.198-1.386 2.846-2.14 4.54-2.28 1.69-.14 3.437.332 4.842 1.5a6.86 6.86 0 0 1 2.466 4.524c.199 1.744-.273 3.545-1.515 4.952-1.27 1.447-2.75 2.279-4.352 2.493-1.577.212-3.267-.17-4.991-1.138a.04.04 0 0 0-.053.013.04.04 0 0 0 .014.053c1.722 1.072 3.44 1.529 5.065 1.383 1.704-.152 3.305-.968 4.714-2.44 1.424-1.496 2.016-3.462 1.862-5.388a7.67 7.67 0 0 0-2.616-5.155 7.48 7.48 0 0 0-5.52-1.79 7.47 7.47 0 0 0-5.118 2.715c-1.288 1.61-1.824 3.585-1.604 5.485a7.24 7.24 0 0 0 2.725 4.878.098.098 0 1 0 .126-.15M26.145 29l-24.583-.345a1.3 1.3 0 0 0-.911.369 1.3 1.3 0 0 0-.387.912 1.304 1.304 0 0 0 1.298 1.314c1.705.016 5.577.07 9.936.09 2.157.012 4.434.02 6.624.008a366 366 0 0 0 4.416-.051c2.94-.052 5.372-.125 6.624-.154q.24-.008.455-.103a1.19 1.19 0 0 0 .621-.65c.053-.142.082-.292.077-.446l-.001-.016a1.15 1.15 0 0 0-.353-.798 1.13 1.13 0 0 0-.8-.308l-2.526.094c-.055 0-.1.046-.1.102a.1.1 0 0 0 .1.1l2.527.09a.7.7 0 0 1 .271.065.72.72 0 0 1 .363.392q.045.127.04.263v.016a.676.676 0 0 1-.213.46.632.632 0 0 1-.46.167c-1.253-.03-3.685-.103-6.625-.154a366 366 0 0 0-4.416-.052 649 649 0 0 0-6.624.008c-4.36.021-8.231.075-9.936.09a.536.536 0 0 1-.543-.528.55.55 0 0 1 .543-.561l24.583-.34q.016-.002.017-.018a.02.02 0 0 0-.017-.017" }), _jsx("path", { d: "M11.555 17.814s1.39.005 2.968-.058c2.072-.084 4.452-.27 4.452-.27a.18.18 0 0 0 0-.358s-2.38-.188-4.452-.271c-1.577-.064-2.968-.059-2.968-.059a.509.509 0 0 0 0 1.016M13.583 20.387s.827.005 1.763-.058a48 48 0 0 0 2.645-.271.179.179 0 1 0 0-.358s-1.407-.187-2.645-.27c-.936-.064-1.763-.059-1.763-.059a.508.508 0 1 0 0 1.016" }), _jsx("path", { d: "M14.754 17.414c-.003-.023-.003-.04-.01-.038-.042.011-.024.025.01.038l.004.022c.028.106.072.314.142.606.102.416.212.958.302 1.525.055.343.086.681.085.992 0 .217-.01.412-.125.542-.095.107-.26.122-.507.115-.399-.013-.916-.102-1.583-.325a.602.602 0 0 0-.74.874c.53.73 1.13 1.46 1.734 2.13 1.473 1.624 2.887 2.863 2.887 2.863.01.01.027.011.039 0 .01-.01.012-.028.001-.038 0 0-.908-1.18-1.94-2.741a40 40 0 0 1-.892-1.409c.3.068.558.095.783.093.633-.007 1.063-.251 1.346-.576.247-.284.402-.656.424-1.088a3.5 3.5 0 0 0-.202-1.308 6.2 6.2 0 0 0-.491-1.078 8 8 0 0 0-.579-.858c-.183-.238-.324-.395-.397-.477-.08-.09-.138.048-.163.123.068-.248-.016-.27-.084-.231a.146.146 0 0 0-.056.2l.128.075s-.07-.013-.116-.031" })] }));
13
+ };
14
+ export default MoneyInstitution2;
@@ -0,0 +1,14 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ // Import styles.
3
+ /**
4
+ * This function renders an SVG icon.
5
+ */
6
+ const MoneyOut1 = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '1em' }) => {
7
+ return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", style: {
8
+ fillRule: 'evenodd',
9
+ clipRule: 'evenodd',
10
+ strokeLinejoin: 'round',
11
+ strokeMiterlimit: 2
12
+ }, viewBox: "0 0 25 32", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: [_jsx("path", { d: "M12.41 1.356c.092.118.2.254.32.4.344.421.775.938 1.231 1.469a204 204 0 0 0 2.721 3.087.134.134 0 1 0 .213-.161s-1.15-1.815-2.241-3.452a81 81 0 0 0-1.084-1.582c-.19-.27-.358-.495-.48-.665a.85.85 0 0 0-.68-.34.86.86 0 0 0-.68.34c-.215.3-.565.774-.957 1.335a47 47 0 0 0-.616.906 207 207 0 0 0-2.233 3.458.134.134 0 0 0 .213.161s1.443-1.592 2.73-3.08c.247-.287.485-.57.707-.838.328-.398.615-.76.835-1.038" }), _jsx("path", { d: "M13.02 10.714s.006-1.433-.07-3.057c-.1-2.136-.325-4.585-.325-4.585a.215.215 0 0 0-.43 0s-.224 2.45-.324 4.585c-.076 1.624-.07 3.057-.07 3.057a.61.61 0 0 0 1.219 0" }), _jsx("path", { d: "M.885 13.52.436 27.944c-.018.71.256 1.36.7 1.851.45.498 1.092.814 1.811.867 2.105.146 5.676.413 9.264.643 3.546.228 7.106.42 9.269.547a2.99 2.99 0 0 0 3.144-2.97l-.017-13.704a2.85 2.85 0 0 0-2.73-2.845L6.62 11.844l2.343-.336a.335.335 0 0 0-.083-.663l-7.859.827a.483.483 0 0 0 .036.961l20.74 1.347c.313.02.585.167.783.38.192.211.3.496.294.803l-.244 13.702a.99.99 0 0 1-.656.93q-.19.071-.396.063c-2.164-.087-5.726-.246-9.277-.367-3.593-.124-7.174-.21-9.283-.271a1.3 1.3 0 0 1-.89-.37 1.34 1.34 0 0 1-.402-.907L1.277 13.52a.196.196 0 1 0-.392 0M16.18 10.473s1.106-.125 2.356-.297a190 190 0 0 0 3.409-.507l.042 2.214c0 .02.016.037.037.037s.037-.016.037-.037l.09-2.336c0-.03-.011-.06-.034-.079a.1.1 0 0 0-.083-.026s-1.902.17-3.545.352c-1.255.14-2.358.29-2.358.29a.197.197 0 0 0 .05.39" }), _jsx("path", { d: "m23.175 19.17-7.728.378a1.63 1.63 0 0 0-1.13.498 1.6 1.6 0 0 0-.44 1.133l.09 2.384a1.474 1.474 0 0 0 1.493 1.44l7.715-.212a.239.239 0 1 0 0-.478l-7.715-.207a.54.54 0 0 1-.374-.175.52.52 0 0 1-.133-.373l.063-2.386a.41.41 0 0 1 .143-.289.4.4 0 0 1 .137-.076.4.4 0 0 1 .15-.014l7.729.377a1 1 0 0 0 0-2" })] }));
13
+ };
14
+ export default MoneyOut1;
@@ -0,0 +1,14 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ // Import styles.
3
+ /**
4
+ * This function renders an SVG icon.
5
+ */
6
+ const MoneyOut2 = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '1em' }) => {
7
+ return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", style: {
8
+ fillRule: 'evenodd',
9
+ clipRule: 'evenodd',
10
+ strokeLinejoin: 'round',
11
+ strokeMiterlimit: 2
12
+ }, viewBox: "0 0 32 27", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: [_jsx("path", { d: "M19.113 6.541s1.558-1.423 3.04-2.89c.732-.725 1.425-1.468 1.943-2.002a.3.3 0 0 1 .094-.058.3.3 0 0 1 .105-.02q.056-.002.106.019c.034.014.07.029.095.057.521.533 1.218 1.27 1.95 1.995 1.483 1.467 3.032 2.9 3.032 2.9a.182.182 0 0 0 .275-.24s-1.202-1.734-2.447-3.407c-.614-.827-1.247-1.62-1.702-2.21a1.707 1.707 0 0 0-2.62-.002c-.457.588-1.095 1.378-1.71 2.204-1.245 1.673-2.437 3.415-2.437 3.415a.182.182 0 1 0 .276.24" }), _jsx("path", { d: "M24.973 15.39s.006-2.447-.079-5.221c-.11-3.64-.36-7.831-.36-7.831a.239.239 0 0 0-.477 0s-.25 4.19-.361 7.831c-.085 2.774-.078 5.221-.078 5.221a.677.677 0 0 0 1.355 0" }), _jsx("path", { d: "m5.403 21.993.244-8.525a1.46 1.46 0 0 0-.412-1.045 1.5 1.5 0 0 0-1.045-.455l-1.997-.057a1.5 1.5 0 0 0-.6.108A1.586 1.586 0 0 0 .59 13.47L.329 24.546c-.01.514.201.978.53 1.322.332.347.8.557 1.317.57l2.496.063a1.942 1.942 0 0 0 1.656-.884l.804-1.224 3.546 1.51a2 2 0 0 0 .776.155l8.605-.128q.219-.004.428-.055c.14-.036.276-.084.404-.152l9.528-5.084a2.77 2.77 0 0 0 1.102-1.06c.248-.438.385-.94.362-1.462v-.003a1.77 1.77 0 0 0-.812-1.428 1.71 1.71 0 0 0-1.593-.139l-8.262 3.582a.04.04 0 0 0-.021.049c.007.019.029.028.048.02l8.516-2.926a.9.9 0 0 1 .822.135.9.9 0 0 1 .258.322c.059.12.081.256.077.393v.003a1.72 1.72 0 0 1-1.003 1.497l-9.802 4.535-.055.004-8.605-.101-4.31-1.778a.974.974 0 0 0-1.195.373l-1.21 1.943-.047.037-2.497.02c-.032 0-.064-.002-.086-.023-.024-.023-.049-.05-.05-.086L1.793 13.47a.4.4 0 0 1 .02-.157.43.43 0 0 1 .214-.241.5.5 0 0 1 .165-.045l1.997-.052a.524.524 0 0 1 .54.496l.282 8.524a.196.196 0 1 0 .392 0" }), _jsx("path", { d: "m19.58 19.776-4.75.521a.196.196 0 1 0 .007.392l4.994.376c.321.022.603-.128.83-.322.232-.2.345-.506.373-.835l.007-.106c.067-1.009-.3-1.942-.908-2.662-.626-.743-1.554-1.204-2.591-1.311-.565-.038-1.164-.094-1.748-.118-.623-.027-1.228-.022-1.754-.031-.458.005-.91-.04-1.35-.149a5.5 5.5 0 0 1-1.31-.486c-.88-.453-2.033-1.002-3.155-1.29-.84-.216-1.63-.297-2.26-.11a.037.037 0 0 0-.03.042c.002.02.021.034.041.03.614-.025 1.308.239 2.024.617.966.51 1.918 1.237 2.633 1.836.47.376.987.674 1.538.908.56.239 1.154.373 1.763.452.523.051 1.123.126 1.744.171.584.043 1.185.057 1.75.084.55.009 1.054.209 1.426.562.39.37.68.857.726 1.43m.107-.01.122-.015c-.043.005-.091-.008-.122.014M9.09 11.896c-.954-.93-1.424-2.152-1.451-3.388a4.59 4.59 0 0 1 1.24-3.26c.806-.908 1.908-1.375 3.03-1.465 1.117-.09 2.273.198 3.208.963a4.6 4.6 0 0 1 1.709 2.997c.157 1.18-.127 2.41-.95 3.381-.86 1.026-1.87 1.633-2.98 1.809-1.113.176-2.313-.065-3.55-.72a.058.058 0 1 0-.059.1c1.234.809 2.476 1.164 3.662 1.086 1.262-.083 2.455-.665 3.522-1.73 1.097-1.105 1.56-2.58 1.472-4.035-.09-1.463-.77-2.895-1.936-3.944-1.212-1.051-2.742-1.531-4.224-1.397A5.66 5.66 0 0 0 7.886 4.41c-.94 1.244-1.332 2.74-1.118 4.171A5.3 5.3 0 0 0 8.9 12.121a.147.147 0 1 0 .19-.225" }), _jsx("path", { d: "M9.866 6.38s.912.002 1.943-.04c1.357-.055 2.915-.18 2.915-.18a.12.12 0 0 0 .12-.12.12.12 0 0 0-.12-.12s-1.559-.123-2.915-.179c-1.032-.042-1.942-.039-1.942-.039a.339.339 0 1 0 0 .677M11.194 8.064s.541.003 1.154-.04c.81-.055 1.731-.18 1.731-.18a.12.12 0 0 0 0-.238s-.921-.125-1.731-.18c-.613-.043-1.155-.04-1.155-.04a.34.34 0 0 0 0 .678" }), _jsx("path", { d: "M11.96 6.112c-.003-.014-.003-.026-.007-.025-.028.007-.016.017.007.025l.002.014c.018.07.046.207.092.398.065.273.135.628.194.999.035.224.054.444.054.648-.001.14-.007.264-.08.347-.061.07-.167.078-.325.073-.26-.008-.598-.065-1.034-.21a.402.402 0 0 0-.494.583c.349.477.741.955 1.139 1.392.966 1.062 1.892 1.872 1.892 1.872.007.007.02.007.026 0 .008-.007.008-.018 0-.025 0 0-.592-.774-1.266-1.797-.19-.289-.385-.594-.573-.908q.284.062.498.058c.418-.004.701-.166.888-.38.164-.187.266-.432.28-.717a2.3 2.3 0 0 0-.134-.86 4 4 0 0 0-.323-.705 6 6 0 0 0-.665-.898c-.033-.035-.055-.015-.07.02.005-.081-.037-.086-.072-.066a.1.1 0 0 0-.038.133l.086.05s-.048-.009-.077-.02" })] }));
13
+ };
14
+ export default MoneyOut2;
@@ -0,0 +1,14 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ // Import styles.
3
+ /**
4
+ * This function renders an SVG icon.
5
+ */
6
+ const MoneyOut3 = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '1em' }) => {
7
+ return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", style: {
8
+ fillRule: 'evenodd',
9
+ clipRule: 'evenodd',
10
+ strokeLinejoin: 'round',
11
+ strokeMiterlimit: 2
12
+ }, viewBox: "0 0 33 32", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: [_jsx("path", { d: "M16.235 4.16c.148.146.326.315.52.488a44 44 0 0 0 1.392 1.176.122.122 0 0 0 .184-.16s-.492-.823-.97-1.542c-.147-.22-.291-.424-.416-.593-.133-.178-.244-.31-.297-.378a.54.54 0 0 0-.415-.19.55.55 0 0 0-.415.19c-.071.09-.245.299-.444.569q-.136.183-.277.395a41 41 0 0 0-.962 1.55.122.122 0 0 0 .183.159s.751-.597 1.4-1.17a9 9 0 0 0 .517-.494" }), _jsx("path", { d: "M16.571 8.053s.003-.63-.039-1.342c-.055-.94-.18-2.012-.18-2.012a.12.12 0 0 0-.239 0s-.124 1.072-.18 2.012c-.042.712-.039 1.342-.039 1.342a.339.339 0 0 0 .677 0M26.459 8.77a10 10 0 0 0-.146.717c-.137.85-.24 1.79-.24 1.79a.122.122 0 0 0 .233.07s.434-.84.79-1.623q.105-.229.187-.44c.117-.297.199-.548.243-.671a.576.576 0 0 0-.463-.736l-.355-.04c-.23-.019-.523-.035-.835-.043a42 42 0 0 0-1.803.002.122.122 0 0 0-.037.24s.893.308 1.719.547c.256.074.5.138.707.187" }), _jsx("path", { d: "M23.347 11.132s.534-.333 1.114-.748c.766-.548 1.607-1.225 1.607-1.225a.12.12 0 0 0-.127-.202s-.974.466-1.8.92c-.624.344-1.155.682-1.155.682a.339.339 0 0 0 .36.573M6.017 8.77c.206-.05.451-.113.708-.187a42 42 0 0 0 1.718-.546.122.122 0 0 0-.037-.24s-.944-.024-1.803-.003c-.311.008-.604.024-.834.043l-.355.04a.57.57 0 0 0-.484.493.6.6 0 0 0 .02.245c.045.124.126.374.243.67q.082.211.186.44c.356.784.79 1.622.79 1.622a.122.122 0 0 0 .234-.07s-.103-.94-.24-1.789a9 9 0 0 0-.146-.718" }), _jsx("path", { d: "M9.49 10.559s-.531-.338-1.156-.682c-.825-.454-1.8-.92-1.8-.92a.12.12 0 0 0-.126.202s.84.677 1.606 1.225c.58.415 1.115.748 1.115.748a.339.339 0 0 0 .36-.573M28.127 17.44c-.146.15-.316.331-.49.527a42 42 0 0 0-1.173 1.387.122.122 0 0 0 .16.183s.82-.488 1.537-.966c.263-.175.504-.347.688-.485l.28-.225a.55.55 0 0 0 .193-.422.56.56 0 0 0-.193-.421c-.095-.075-.301-.246-.567-.442a9 9 0 0 0-.394-.276c-.721-.475-1.544-.959-1.544-.959a.122.122 0 0 0-.16.184s.594.747 1.165 1.395a9 9 0 0 0 .498.52" }), _jsx("path", { d: "M24.234 17.778s.63.003 1.342-.039c.94-.056 2.012-.18 2.012-.18a.12.12 0 0 0 0-.239s-1.072-.125-2.012-.18c-.712-.043-1.342-.04-1.342-.04a.339.339 0 0 0 0 .678M4.342 17.44c.151-.154.327-.342.507-.544.57-.64 1.155-1.37 1.155-1.37a.122.122 0 0 0-.16-.183s-.804.478-1.517.952c-.257.17-.494.339-.68.477-.12.09-.213.17-.277.221a.59.59 0 0 0-.151.694.6.6 0 0 0 .151.201c.11.086.31.251.56.435q.182.134.39.27c.718.472 1.525.945 1.525.945a.122.122 0 0 0 .16-.183s-.583-.733-1.15-1.377a9 9 0 0 0-.513-.539m-.3.289-.018.017zm-.018-.594.021.02-.005-.005z" }), _jsx("path", { d: "M8.234 17.102s-.629-.003-1.341.039c-.94.055-2.013.18-2.013.18a.12.12 0 0 0 0 .239s1.073.124 2.013.18c.712.042 1.341.04 1.341.04a.339.339 0 0 0 0-.678M8.227 27.984l.178-6.007c.01-.371-.14-.709-.377-.96a1.37 1.37 0 0 0-.96-.419l-.94-.028a1.42 1.42 0 0 0-1.012.397 1.43 1.43 0 0 0-.442 1.012l-.186 7.62a1.657 1.657 0 0 0 1.626 1.67l1.427.038a1.7 1.7 0 0 0 1.452-.774l.507-.77 2.549 1.089a1.8 1.8 0 0 0 .679.136c.412-.003 1.402-.003 2.485-.017 1.477-.02 3.127-.062 3.728-.074a1.7 1.7 0 0 0 .736-.183l6.771-3.616c.401-.217.73-.532.946-.913.213-.376.33-.808.31-1.257v-.001a1.17 1.17 0 0 0-.536-.943 1.128 1.128 0 0 0-1.053-.092l-6.261 2.72a.03.03 0 0 0-.016.037.03.03 0 0 0 .036.015l6.459-2.212a.5.5 0 0 1 .606.261.5.5 0 0 1 .041.22v.001a1.58 1.58 0 0 1-.922 1.38l-6.967 3.22-.152.026c-.6-.01-2.25-.047-3.728-.062-1.084-.01-2.073-.008-2.485-.01l-.098-.018-3.12-1.284a.73.73 0 0 0-.893.279l-.813 1.304a.303.303 0 0 1-.25.147l-1.426.014a.34.34 0 0 1-.243-.088.35.35 0 0 1-.114-.243l-.189-7.62a.56.56 0 0 1 .326-.535.6.6 0 0 1 .222-.056l.94-.025a.63.63 0 0 1 .45.165.65.65 0 0 1 .21.45l.205 6.007c0 .081.067.147.147.147a.15.15 0 0 0 .147-.148" }), _jsx("path", { d: "m18.606 26.35-3.448.384a.147.147 0 1 0 .005.294l3.885.298c.182.014.34-.08.47-.19.132-.113.188-.288.204-.475v-.002a3.05 3.05 0 0 0-.736-2.177c-.513-.606-1.27-.984-2.119-1.07l-1.875-.085a5.6 5.6 0 0 1-1.355-.15 5.8 5.8 0 0 1-1.318-.466c-.64-.314-1.41-.652-2.152-.824-.57-.132-1.1-.172-1.53-.044a.03.03 0 0 0-.023.032c.003.016.017.026.032.023.419-.015.886.151 1.373.397.638.324 1.272.79 1.792 1.211q.668.52 1.447.842a6.4 6.4 0 0 0 1.651.415l1.872.131c.48.008.917.189 1.242.497.272.258.488.583.583.959M13.027 19.678c-.954-.93-1.423-2.151-1.45-3.387a4.59 4.59 0 0 1 1.24-3.26c.805-.909 1.907-1.375 3.03-1.465 1.117-.09 2.273.198 3.207.963a4.6 4.6 0 0 1 1.709 2.997c.157 1.18-.127 2.41-.95 3.381-.86 1.026-1.869 1.633-2.98 1.809-1.112.176-2.312-.065-3.55-.72a.058.058 0 1 0-.059.1c1.235.809 2.476 1.164 3.662 1.086 1.263-.083 2.455-.665 3.522-1.73 1.097-1.105 1.561-2.58 1.472-4.035-.09-1.464-.77-2.895-1.936-3.944-1.212-1.052-2.742-1.531-4.224-1.397a5.66 5.66 0 0 0-3.896 2.118c-.94 1.244-1.332 2.74-1.12 4.171a5.3 5.3 0 0 0 2.133 3.539.147.147 0 1 0 .19-.226" }), _jsx("path", { d: "M13.805 14.164s.912.003 1.943-.04a87 87 0 0 0 2.915-.18.12.12 0 0 0 .12-.119.12.12 0 0 0-.12-.12s-1.559-.124-2.915-.18c-1.032-.042-1.942-.039-1.942-.039a.339.339 0 1 0 0 .678M15.133 15.848s.541.003 1.154-.039c.81-.056 1.731-.18 1.731-.18a.12.12 0 0 0 0-.239s-.921-.125-1.73-.18c-.614-.042-1.155-.04-1.155-.04a.34.34 0 0 0 0 .678" }), _jsx("path", { d: "M15.897 13.895c-.002-.014-.002-.026-.007-.025-.028.007-.016.017.007.025l.003.014c.018.07.045.207.09.398.066.273.136.628.195.999.035.224.055.444.054.648 0 .14-.006.264-.08.347-.061.07-.167.078-.324.073-.26-.008-.599-.065-1.035-.21a.402.402 0 0 0-.493.583c.348.477.74.955 1.138 1.392.966 1.062 1.892 1.871 1.892 1.871.008.008.02.008.026.001.008-.007.009-.019.001-.025 0 0-.592-.774-1.267-1.797-.19-.289-.385-.594-.573-.909.19.043.356.06.499.06.418-.005.7-.167.888-.382.163-.186.265-.432.28-.716a2.3 2.3 0 0 0-.134-.86 4 4 0 0 0-.323-.705 6 6 0 0 0-.666-.898c-.033-.035-.055-.015-.069.02.004-.081-.037-.086-.072-.066a.1.1 0 0 0-.038.133l.085.05s-.047-.009-.077-.02M16.233.59a.78.78 0 0 1 .786.762.79.79 0 0 1-.22.56.83.83 0 0 1-.566.254.85.85 0 0 1-.88-.814 1.06 1.06 0 0 1 .12-.56c.13-.23.323-.338.42-.357a.083.083 0 0 0 .07-.095.083.083 0 0 0-.096-.07c-.126.014-.39.128-.577.41a1.3 1.3 0 0 0-.2.672c-.01.318.116.609.318.824.207.218.5.352.825.364a1.198 1.198 0 0 0 1.236-1.188c.003-.34-.135-.649-.36-.873a1.24 1.24 0 0 0-.876-.363.237.237 0 1 0 0 .473M29.665 6.864a.78.78 0 0 1-.315 1.049.79.79 0 0 1-.598.06.83.83 0 0 1-.487-.383.85.85 0 0 1 .318-1.156 1.06 1.06 0 0 1 .553-.152c.263.01.448.13.51.208.026.037.08.046.116.018a.083.083 0 0 0 .018-.116c-.07-.106-.293-.288-.63-.324a1.3 1.3 0 0 0-.688.132 1.15 1.15 0 0 0-.585.662c-.098.284-.082.605.057.9a1.198 1.198 0 0 0 1.624.55c.302-.153.513-.419.61-.721.095-.302.074-.64-.082-.945a.237.237 0 1 0-.42.218M31.638 17.58a.78.78 0 0 1-.94.56.79.79 0 0 1-.483-.358.83.83 0 0 1-.1-.612.85.85 0 0 1 1.015-.638c.23.054.396.15.51.262.187.184.243.399.236.497a.083.083 0 0 0 .073.092.083.083 0 0 0 .092-.074c.02-.125-.021-.41-.245-.664a1.3 1.3 0 0 0-.598-.367 1.15 1.15 0 0 0-.878.093c-.264.143-.47.391-.566.702a1.198 1.198 0 0 0 .826 1.502c.327.092.662.038.937-.12s.488-.422.578-.752a.237.237 0 1 0-.457-.123M.937 17.325a.78.78 0 0 1 .82-.727.79.79 0 0 1 .54.262.83.83 0 0 1 .212.583.85.85 0 0 1-.878.816 1.06 1.06 0 0 1-.55-.161c-.218-.146-.312-.347-.324-.444a.083.083 0 0 0-.089-.077.083.083 0 0 0-.077.09c.005.126.098.398.365.606.155.12.368.216.656.249.316.034.616-.07.845-.255.233-.19.388-.472.425-.796a1.198 1.198 0 0 0-1.092-1.322 1.22 1.22 0 0 0-.898.294c-.24.207-.4.505-.427.847a.237.237 0 1 0 .472.035M2.811 6.87a.78.78 0 0 1 1.093-.076.79.79 0 0 1 .27.537.83.83 0 0 1-.187.591.85.85 0 0 1-1.193.113 1.06 1.06 0 0 1-.338-.463c-.085-.249-.037-.465.013-.55a.083.083 0 0 0-.024-.115.083.083 0 0 0-.115.024c-.074.103-.166.376-.08.703.05.19.16.396.368.597.23.22.53.32.826.313.3-.01.595-.138.821-.372a1.198 1.198 0 0 0-.061-1.713 1.22 1.22 0 0 0-.89-.315 1.24 1.24 0 0 0-.855.411.237.237 0 1 0 .352.316" })] }));
13
+ };
14
+ export default MoneyOut3;
@@ -0,0 +1,14 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ // Import styles.
3
+ /**
4
+ * This function renders an SVG icon.
5
+ */
6
+ const PiggyBank = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '1em' }) => {
7
+ return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", style: {
8
+ fillRule: 'evenodd',
9
+ clipRule: 'evenodd',
10
+ strokeLinejoin: 'round',
11
+ strokeMiterlimit: 2
12
+ }, viewBox: "0 0 32 26", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: [_jsx("path", { d: "M20.284 5.17c.278-.452.424-.963.424-1.484 0-1.636-1.417-2.965-3.162-2.965-1.746 0-3.163 1.329-3.163 2.965 0 .52.146 1.032.424 1.483z" }), _jsx("ellipse", { cx: 621.368, cy: 81.007, rx: 0.649, ry: 0.642, transform: "translate(-613.369 -69.48)" }), _jsx("path", { d: "M3.476 10.594a54 54 0 0 0-1.163-.024 1.63 1.63 0 0 0-1.14.464 1.66 1.66 0 0 0-.5 1.143L.57 15.15c-.016.475.172.908.469 1.234.3.33.73.534 1.21.563l.955.059c.038.002.07.024.099.046a.2.2 0 0 1 .054.088l.006.017c.343.904 1.11 2.528 2.465 3.902.89.904 2.035 1.69 3.462 2.124.076.678.193 1.636.193 1.636a.985.985 0 0 0 .93.856l3.086.156a1 1 0 0 0 1.036-.87l.204-1.604 7.053.018.307 1.62a.886.886 0 0 0 .906.731l2.887-.15a.846.846 0 0 0 .812-.8l.093-2.5c1.184-.519 2.196-1.494 2.927-2.767 1.01-1.76 1.504-4.08 1.219-6.38-.405-3.264-2.34-6.5-6.513-7.938-.984-.373-2.85-.516-4.831-.527-3.06-.018-6.39.253-7.026.292-.187-.865-.581-1.505-1.032-1.97C10.719 2.14 9.717 1.88 9.5 1.894a.037.037 0 0 0-.035.038.04.04 0 0 0 .038.036c.209-.004 1.156.293 1.906 1.142.423.479.782 1.136.906 2.017.01.066.064.115.13.12.133.014 3.804-.147 7.138.016 1.87.09 3.633.28 4.559.677l.012.004c3.682 1.44 5.325 4.378 5.574 7.313.17 2.008-.316 4.01-1.25 5.509-.674 1.085-1.59 1.897-2.675 2.187a.795.795 0 0 0-.576.722l-.157 2.23-1.348.033-.265-1.637a.92.92 0 0 0-.893-.76l-8.692-.182a1 1 0 0 0-1.002.872l-.2 1.568-1.348-.056c-.058-.43-.124-.923-.158-1.204l-.017-.14-.002-.044a.96.96 0 0 0-.778-.883c-1.37-.247-2.441-.922-3.266-1.707-1.177-1.12-1.876-2.458-2.195-3.213a1.82 1.82 0 0 0-1.642-1.155l-.958-.012c-.061-.001-.122-.013-.163-.054-.044-.044-.083-.1-.084-.166l-.047-2.975a.34.34 0 0 1 .079-.246.37.37 0 0 1 .245-.128 32 32 0 0 1 1.454-.051l.04-.002-.012-.003.013.003H3.83l.01.002h.005l.013.005a.568.568 0 0 0 .618-.286.63.63 0 0 0 .073-.45c.047-.968.51-1.805 1.073-2.483 1.044-1.258 2.417-1.993 2.417-1.993a.36.36 0 0 0 .202-.321L8.12 1.723a.196.196 0 1 0-.392-.004L7.53 6.003c-.53.27-2.04 1.12-3.071 2.467-.47.61-.83 1.324-.983 2.124m.68 1.156a.6.6 0 0 1-.135.028h.003l.037-.004.036-.007.036-.01zm-.287.02.009.002zm-.038-.008.014.003h.004zm-.075-.025.013.005.042.015q-.027-.009-.055-.02m.417.007-.01.003zm-.621-.15.009.009-.011-.01zm-.024-.028.006.007z" })] }));
13
+ };
14
+ export default PiggyBank;
@@ -0,0 +1,16 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ // Import styles.
3
+ /**
4
+ * This function renders an SVG icon.
5
+ */
6
+ const Rent = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '1em' }) => {
7
+ return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", style: {
8
+ fillRule: 'evenodd',
9
+ clipRule: 'evenodd',
10
+ strokeLinejoin: 'round',
11
+ strokeMiterlimit: 2
12
+ }, viewBox: "0 0 31 33", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: [_jsx("path", { d: "M20.272 21.19s.844.075 1.804.104c1.265.035 2.72-.003 2.72-.003a.156.156 0 0 0 .167-.142.156.156 0 0 0-.141-.168s-1.427-.285-2.68-.465c-.95-.135-1.795-.204-1.795-.204a.44.44 0 0 0-.075.878M22.371 25.745s.07-.775.092-1.656c.026-1.163-.022-2.497-.022-2.497a.156.156 0 0 0-.31-.027s-.274 1.306-.446 2.457a29 29 0 0 0-.192 1.647.44.44 0 0 0 .878.076M7.746 24.496s.085-.932.112-1.992c.035-1.398-.015-3.001-.015-3.001a.18.18 0 0 0-.163-.194.18.18 0 0 0-.193.164s-.322 1.57-.525 2.955c-.153 1.05-.228 1.98-.228 1.98a.509.509 0 0 0 1.012.088" }), _jsx("path", { d: "M8.866 22.532c.24-.048.506-.133.74-.282.405-.26.738-.687.708-1.406-.043-.615-.328-1.015-.735-1.251-.769-.446-1.911-.288-1.911-.288a.087.087 0 1 0 .01.174s1.01.037 1.612.531c.225.185.368.451.34.834a.84.84 0 0 1-.288.63c-.322.278-.807.293-1.03.3q-.116.002-.156.006c-.387.031-.394.392-.389.455.001.01.06.183.207.43.388.642 1.4 2.271 1.4 2.271a.415.415 0 1 0 .705-.436s-.758-1.226-1.213-1.968M11.705 22.332c-.123-.31-.229-.192-.242-.043a.34.34 0 0 0 .308.366h.03s.426.04.912.041c.667.002 1.424-.058 1.424-.058a.12.12 0 0 0 .13-.11.12.12 0 0 0-.109-.13s-.737-.185-1.393-.298c-.357-.063-.687-.09-.842-.11-.226-.026-.248.16-.218.342" }), _jsx("path", { d: "m13.973 24.57-1.735-.13a.275.275 0 0 1-.24-.18.3.3 0 0 1-.018-.109l.2-3.537a.4.4 0 0 1 .03-.149.418.418 0 0 1 .39-.252l1.74.063a.179.179 0 1 0 .03-.356l-1.725-.234a.98.98 0 0 0-.72.203 1.012 1.012 0 0 0-.373.671l-.407 3.52a1.14 1.14 0 0 0 .253.823 1.132 1.132 0 0 0 .765.404l1.732.167a.456.456 0 0 0 .493-.413.456.456 0 0 0-.415-.491M18.143 20.562l-.281 3.239-1.713-3.56a.311.311 0 0 0-.595.102l-.289 5.064a.167.167 0 0 0 .333.029l.442-3.857 1.72 4.044a.441.441 0 0 0 .84-.14l.487-4.833a.475.475 0 0 0-.944-.088" }), _jsx("path", { d: "m7.063 17.934.98.053s.128-.181-.001-.197l-.957-.112a1.14 1.14 0 0 0-.838.243 1.16 1.16 0 0 0-.43.781l-.716 6.37a1.365 1.365 0 0 0 1.223 1.488c.975.1 2.584.274 4.466.46 1.391.137 2.93.285 4.469.423s3.08.267 4.473.378c1.884.15 3.499.264 4.476.338a1.44 1.44 0 0 0 1.048-.341c.277-.24.468-.583.497-.977l.455-6.393a1.34 1.34 0 0 0-.319-.965 1.32 1.32 0 0 0-.9-.453L8.923 17.946a.02.02 0 0 0-.02.017q.001.017.016.02l16.019 1.664a.7.7 0 0 1 .459.251.67.67 0 0 1 .144.493l-.638 6.377a.565.565 0 0 1-.618.504c-.976-.094-2.587-.256-4.469-.428a484 484 0 0 0-4.472-.388c-1.54-.126-3.081-.242-4.475-.343-1.886-.137-3.502-.24-4.48-.306a.63.63 0 0 1-.434-.209.64.64 0 0 1-.163-.467l.378-6.399a.83.83 0 0 1 .274-.578.86.86 0 0 1 .62-.22M15.668 3.049a150 150 0 0 0 2.293 2.222c.888.842 1.92 1.786 3 2.767 1.2 1.093 2.455 2.219 3.647 3.274 3 2.657 5.54 4.84 5.54 4.84a.036.036 0 0 0 .05 0 .036.036 0 0 0 0-.053s-2.186-2.536-4.847-5.532a386 386 0 0 0-3.279-3.642 213 213 0 0 0-2.771-2.995c-1.452-1.526-2.57-2.63-2.85-2.917a1.1 1.1 0 0 0-.776-.32 1.1 1.1 0 0 0-.775.32c-.28.288-1.386 1.406-2.842 2.931-.845.885-1.805 1.905-2.796 2.976-3.877 4.192-8.252 9.067-8.252 9.067a.196.196 0 1 0 .276.277s4.89-4.359 9.095-8.22a254.815 254.815 0 0 0 5.287-4.995" }), _jsx("path", { d: "m24.643 6.02.942-.014c.065.745.163 1.963.284 3.153.176 1.74.38 3.38.38 3.38 0 .015.013.027.028.027a.03.03 0 0 0 .028-.028s.188-1.642.346-3.383c.12-1.32.214-2.672.27-3.383.021-.328-.125-.621-.328-.849-.207-.231-.515-.353-.85-.37l-1.294-.02a1.224 1.224 0 0 0-1.214 1.244c.028.332.057.792.11 1.294q.044.426.106.862c.161 1.131.35 2.155.35 2.155a.147.147 0 1 0 .295 0s.19-1.024.351-2.155q.063-.436.106-.862c.04-.389.067-.753.09-1.051M3.054 15.142l-.548 15.244c-.013.483.187.92.495 1.247.311.33.756.526 1.246.54 1.163.03 3.242.098 5.705.146 1.77.035 3.737.073 5.706.081 1.968.008 3.936-.006 5.706-.035 2.463-.04 4.541-.12 5.706-.15a1.8 1.8 0 0 0 1.251-.544c.16-.17.291-.364.37-.58.081-.212.129-.439.12-.67-.051-1.304-.135-3.71-.248-6.256-.197-4.489-.454-9.383-.454-9.383a.037.037 0 0 0-.037-.038.037.037 0 0 0-.036.038s-.257 4.894-.454 9.383c-.113 2.545-.198 4.952-.25 6.255l-.094.165-.166.04c-1.165-.034-3.241-.12-5.705-.167-1.77-.035-3.738-.054-5.706-.052s-3.936.033-5.706.063c-2.464.042-4.542.103-5.706.13-.062.001-.124-.008-.166-.047-.046-.044-.09-.098-.091-.166l-.546-15.244a.196.196 0 0 0-.392 0" }), _jsx("ellipse", { cx: 853.314, cy: 300.829, rx: 0.864, ry: 0.829, transform: "matrix(.98405 0 0 1.02518 -824.044 -295.454)" }), _jsx("path", { d: "M853.314 300c.477 0 .864.372.864.829 0 .458-.387.829-.864.829s-.864-.371-.864-.829.387-.829.864-.829m0 .661c.05-.001.099.009.133.04.037.034.073.075.075.128.003.061.003.123-.036.166-.048.053-.093.123-.172.13-.098.011-.198.018-.27-.037-.086-.067-.175-.145-.189-.259-.016-.135-.003-.267.078-.366a.58.58 0 0 1 .381-.23z", style: {
13
+ fill: 'none'
14
+ }, transform: "matrix(.98405 0 0 1.02518 -824.044 -295.454)" }), _jsx("path", { d: "M15.645 13.06c.253.185.718.52 1.315.934.64.443 1.432.973 2.265 1.527a252 252 0 0 0 2.287 1.497 423 423 0 0 0 3.454 2.214c.008.006.02.004.026-.004a.02.02 0 0 0-.005-.026s-1.457-1.17-3.215-2.548c-.697-.547-1.44-1.126-2.158-1.677a150 150 0 0 0-2.18-1.648c-.749-.551-1.308-.938-1.479-1.061a.515.515 0 0 0-.578-.011c-.288.198-1.643 1.109-3.13 2.152-2.178 1.524-4.64 3.312-4.64 3.312a.1.1 0 0 0-.03.136c.03.046.091.058.136.029 0 0 2.624-1.544 4.891-2.93 1.336-.817 2.542-1.581 3.041-1.895" })] }));
15
+ };
16
+ export default Rent;
@@ -0,0 +1,14 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ // Import styles.
3
+ /**
4
+ * This function renders an SVG icon.
5
+ */
6
+ const RupeeBubble = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '1em' }) => {
7
+ return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", style: {
8
+ fillRule: 'evenodd',
9
+ clipRule: 'evenodd',
10
+ strokeLinejoin: 'round',
11
+ strokeMiterlimit: 2
12
+ }, viewBox: "0 0 32 31", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: [_jsx("path", { d: "M8.516 17.654c-.38-2.076.127-4.092 1.226-5.713a7.33 7.33 0 0 1 4.639-3.1c1.905-.432 3.789-.016 5.338.925 1.543.938 2.774 2.415 3.267 4.298a7.38 7.38 0 0 1-.632 5.504c-.913 1.674-2.448 2.987-4.43 3.462-1.958.479-3.788.304-5.357-.458-1.594-.774-2.917-2.128-3.844-3.988a.077.077 0 0 0-.14.063c.811 2.018 2.094 3.53 3.694 4.467 1.662.974 3.663 1.313 5.859.95 2.377-.402 4.296-1.835 5.497-3.745 1.206-1.92 1.65-4.329 1.132-6.697-.565-2.41-2.046-4.387-4.017-5.565-1.966-1.174-4.402-1.547-6.786-.904-2.316.687-4.171 2.205-5.224 4.184a8.3 8.3 0 0 0-.603 6.412.197.197 0 0 0 .381-.095" }), _jsx("path", { d: "M21.52 14.535a5.43 5.43 0 0 1-.824 4.065 5.26 5.26 0 0 1-3.324 2.257c-1.385.312-2.757.017-3.879-.673-1.118-.69-1.996-1.78-2.34-3.154a5.33 5.33 0 0 1 .522-3.97c.675-1.19 1.796-2.11 3.225-2.427 1.466-.33 2.781-.235 3.893.308 1.109.542 2.013 1.518 2.667 2.94.008.02.03.03.05.02a.04.04 0 0 0 .02-.05c-.591-1.507-1.478-2.562-2.593-3.186-1.155-.645-2.556-.825-4.14-.556-1.628.28-2.944 1.26-3.763 2.57a6.14 6.14 0 0 0-.774 4.566 6 6 0 0 0 2.713 3.789 5.98 5.98 0 0 0 4.602.666c1.59-.437 2.87-1.46 3.619-2.795a5.75 5.75 0 0 0 .516-4.416.098.098 0 1 0-.19.046" }), _jsx("path", { d: "M13.379 13.125s1.031.003 2.2-.04c1.536-.054 3.302-.18 3.302-.18a.12.12 0 1 0 0-.238s-1.766-.125-3.302-.18c-1.169-.043-2.2-.04-2.2-.04a.34.34 0 0 0 0 .678M14.882 15.033s.613.003 1.307-.039c.917-.056 1.962-.18 1.962-.18a.12.12 0 1 0 0-.24s-1.045-.124-1.962-.18c-.694-.042-1.307-.038-1.307-.038a.339.339 0 1 0 0 .677" }), _jsx("path", { d: "M15.761 12.86c-.002-.016-.003-.028-.009-.027-.027.008-.014.018.009.026l.004.018c.023.078.06.232.116.445.081.307.172.71.245 1.129.044.256.073.51.073.744 0 .178-.01.336-.103.442-.08.09-.217.11-.422.102-.299-.011-.687-.082-1.187-.252a.403.403 0 0 0-.494.583c.389.542.828 1.086 1.272 1.584 1.08 1.212 2.118 2.14 2.118 2.14.007.006.019.007.026 0a.02.02 0 0 0 0-.026s-.681-.868-1.455-2.019c-.242-.357-.49-.74-.728-1.133.257.065.476.091.663.088.451-.006.757-.179.959-.41.176-.202.285-.468.302-.775.017-.29-.03-.622-.143-.954a4.6 4.6 0 0 0-.351-.796 6 6 0 0 0-.415-.64c-.13-.177-.233-.296-.284-.357l-.03-.035c-.031-.034-.052-.018-.065.015 0-.073-.04-.076-.073-.057a.1.1 0 0 0-.037.134l.085.05s-.046-.009-.076-.02M24.13 16.12s.75.004 1.6-.038c1.12-.057 2.4-.18 2.4-.18a.12.12 0 0 0 .12-.121.12.12 0 0 0-.12-.118s-1.28-.125-2.4-.181c-.85-.042-1.6-.04-1.6-.04a.339.339 0 0 0 0 .678M16.498 7.76s.004-.751-.039-1.6c-.056-1.12-.18-2.4-.18-2.4a.12.12 0 0 0-.12-.12.12.12 0 0 0-.119.119s-.125 1.281-.18 2.4c-.043.85-.04 1.6-.04 1.6a.339.339 0 0 0 .678 0M22.557 9.811s.717-.712 1.497-1.552c1.025-1.104 2.16-2.414 2.16-2.414a.12.12 0 0 0 0-.17.12.12 0 0 0-.168 0s-1.312 1.136-2.416 2.16c-.84.78-1.553 1.497-1.553 1.497a.34.34 0 0 0 .48.48M22.077 21.633s.713.717 1.553 1.497c1.104 1.024 2.416 2.16 2.416 2.16a.12.12 0 0 0 .168 0 .12.12 0 0 0 0-.17s-1.135-1.31-2.16-2.414c-.78-.84-1.497-1.552-1.497-1.552a.339.339 0 0 0-.48.479M10.236 9.447S9.523 8.73 8.683 7.95C7.58 6.926 6.268 5.79 6.268 5.79a.12.12 0 0 0-.169 0 .12.12 0 0 0 0 .17s1.136 1.31 2.16 2.414c.78.84 1.498 1.552 1.498 1.552a.339.339 0 0 0 .479-.479M9.809 20.983s-.728.722-1.519 1.574c-1.038 1.118-2.192 2.446-2.192 2.446a.12.12 0 0 0 0 .169.12.12 0 0 0 .169 0s1.329-1.152 2.447-2.191c.851-.792 1.574-1.518 1.574-1.518a.34.34 0 0 0-.48-.48M15.762 23.729s-.004.684.037 1.458c.054 1.02.178 2.188.178 2.188 0 .06.053.11.118.11.066 0 .12-.05.12-.11 0 0 .126-1.168.184-2.188.044-.774.04-1.459.04-1.459.001-.17-.15-.308-.337-.308s-.34.138-.34.309M7.87 15.419s-.71-.003-1.513.039c-1.058.056-2.269.181-2.269.181a.12.12 0 1 0 0 .239s1.211.123 2.269.18c.803.042 1.513.038 1.513.038a.339.339 0 0 0 0-.677" }), _jsx("path", { d: "M28.694 16.863a1.42 1.42 0 0 1-.413-.994 1.33 1.33 0 0 1 .367-.943c.233-.26.552-.393.876-.418.321-.026.655.055.924.275.28.22.453.534.499.864.047.342-.032.7-.27.983-.25.3-.542.48-.866.534-.327.053-.68-.015-1.044-.205a.02.02 0 0 0-.02.033c.364.242.73.348 1.081.327.375-.022.73-.194 1.048-.508.328-.328.468-.767.443-1.2a1.74 1.74 0 0 0-.574-1.18 1.7 1.7 0 0 0-1.264-.42c-.442.04-.866.262-1.164.636-.278.373-.394.82-.327 1.246.064.407.28.788.641 1.045a.05.05 0 0 0 .063-.075M1.388 16.863a1.42 1.42 0 0 1-.414-.994 1.33 1.33 0 0 1 .368-.943c.233-.26.552-.393.875-.418.322-.026.655.055.925.275.28.22.453.534.498.864.048.342-.032.7-.27.983-.249.3-.542.48-.866.534-.326.053-.679-.015-1.043-.205a.02.02 0 0 0-.02.033c.364.242.73.348 1.08.327.376-.022.73-.194 1.048-.508.329-.328.468-.767.444-1.2a1.74 1.74 0 0 0-.575-1.18 1.7 1.7 0 0 0-1.263-.42c-.442.04-.866.262-1.164.636-.278.373-.394.82-.327 1.246.064.407.28.788.64 1.045a.05.05 0 0 0 .064-.075M15.22 3.27a1.42 1.42 0 0 1-.415-.994 1.33 1.33 0 0 1 .368-.942c.233-.261.552-.393.875-.419s.655.055.925.275c.28.22.453.534.498.864.048.343-.032.7-.269.983-.25.301-.543.48-.867.534-.326.054-.679-.015-1.043-.205a.02.02 0 0 0-.02.033c.364.242.73.348 1.08.327.376-.022.73-.193 1.048-.507.329-.328.468-.768.444-1.201a1.74 1.74 0 0 0-.575-1.18 1.7 1.7 0 0 0-1.263-.42c-.442.04-.866.262-1.164.637-.278.373-.394.82-.327 1.246.064.406.28.787.64 1.044a.05.05 0 0 0 .064-.075M27.335.725a2.83 2.83 0 0 1 2.15.134c.612.29 1.113.805 1.366 1.49.264.648.22 1.336-.02 1.94-.237.6-.676 1.126-1.308 1.416a2.66 2.66 0 0 1-1.99.134c-.656-.217-1.227-.674-1.526-1.35-.32-.713-.385-1.397-.195-2.025.192-.634.625-1.206 1.288-1.692a.04.04 0 0 0 .01-.053.04.04 0 0 0-.052-.011c-.755.439-1.269 1.002-1.54 1.65-.29.692-.295 1.479-.012 2.327.299.879.964 1.516 1.764 1.854a3.47 3.47 0 0 0 2.623.01A3.39 3.39 0 0 0 31.76 4.65 3.37 3.37 0 0 0 31.644 2c-.425-.827-1.123-1.429-1.948-1.684a3.14 3.14 0 0 0-2.44.23.098.098 0 0 0 .08.18M2.586.725a2.83 2.83 0 0 1 2.15.134c.611.29 1.113.805 1.366 1.49.263.648.219 1.336-.02 1.94-.238.6-.676 1.126-1.308 1.416a2.66 2.66 0 0 1-1.99.134c-.656-.217-1.227-.674-1.526-1.35-.321-.713-.385-1.397-.195-2.025.191-.634.624-1.206 1.287-1.692a.04.04 0 0 0 .011-.053.04.04 0 0 0-.053-.011c-.754.439-1.268 1.002-1.54 1.65-.29.692-.294 1.479-.011 2.327.299.879.964 1.516 1.763 1.854a3.47 3.47 0 0 0 2.624.01A3.39 3.39 0 0 0 7.011 4.65 3.37 3.37 0 0 0 6.895 2C6.47 1.174 5.77.572 4.947.317a3.14 3.14 0 0 0-2.44.23.098.098 0 0 0 .079.18M27.335 24.464a2.83 2.83 0 0 1 2.15.134c.612.29 1.113.805 1.366 1.49.264.648.22 1.336-.02 1.94-.237.599-.676 1.126-1.308 1.416a2.66 2.66 0 0 1-1.99.134c-.656-.217-1.227-.674-1.526-1.35-.32-.713-.385-1.397-.195-2.026.192-.633.625-1.205 1.288-1.692a.04.04 0 0 0 .01-.053.04.04 0 0 0-.052-.01c-.755.438-1.269 1.002-1.54 1.65-.29.692-.295 1.478-.012 2.327.299.879.964 1.516 1.764 1.854a3.47 3.47 0 0 0 2.623.009 3.39 3.39 0 0 0 1.867-1.898 3.37 3.37 0 0 0-.116-2.65c-.425-.827-1.123-1.429-1.948-1.685a3.14 3.14 0 0 0-2.44.23.098.098 0 0 0 .08.18M6.529 26.269c.167.76.002 1.506-.38 2.12a2.66 2.66 0 0 1-1.638 1.186c-.674.187-1.352.064-1.924-.243-.568-.305-1.041-.802-1.257-1.463a2.66 2.66 0 0 1 .096-1.992c.291-.626.811-1.141 1.517-1.36.745-.237 1.432-.222 2.034.04.607.262 1.126.758 1.533 1.472.01.02.032.027.051.017a.04.04 0 0 0 .017-.051c-.35-.8-.85-1.375-1.462-1.72-.654-.367-1.435-.462-2.31-.279-.908.196-1.617.784-2.045 1.54a3.47 3.47 0 0 0-.31 2.604c.267.922.88 1.661 1.67 2.073.787.41 1.739.496 2.645.19.871-.327 1.55-.952 1.898-1.742a3.14 3.14 0 0 0 .052-2.45.098.098 0 0 0-.187.058M15.162 30.205a1.42 1.42 0 0 1-.413-.994 1.33 1.33 0 0 1 .367-.942c.233-.262.552-.393.876-.42.321-.025.655.056.924.276.28.22.453.534.499.864.047.342-.032.7-.27.983-.25.301-.542.48-.866.534-.327.053-.68-.015-1.044-.205a.02.02 0 0 0-.02.033c.364.242.73.348 1.081.327.375-.022.73-.193 1.048-.507.328-.329.468-.768.443-1.201a1.74 1.74 0 0 0-.574-1.18 1.7 1.7 0 0 0-1.264-.42c-.442.04-.866.262-1.164.636-.278.373-.394.82-.327 1.246.064.407.28.788.641 1.045a.05.05 0 0 0 .063-.075" })] }));
13
+ };
14
+ export default RupeeBubble;
@@ -0,0 +1,14 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ // Import styles.
3
+ /**
4
+ * This function renders an SVG icon.
5
+ */
6
+ const RupeeCash1 = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '1em' }) => {
7
+ return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", style: {
8
+ fillRule: 'evenodd',
9
+ clipRule: 'evenodd',
10
+ strokeLinejoin: 'round',
11
+ strokeMiterlimit: 2
12
+ }, viewBox: "0 0 32 32", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: [_jsx("path", { d: "m29.04 17.543.81-.473c.254-.159.466-.367.635-.605a2.28 2.28 0 0 0 .38-1.719c-.052-.3-.168-.59-.332-.854l-5.05-7.925a2.7 2.7 0 0 0-.742-.753A2.75 2.75 0 0 0 21.68 5.2c-1.235.81-3.064 1.995-5.135 3.372a508 508 0 0 0-5.099 3.424 494 494 0 0 0-5.053 3.49c-2.037 1.424-3.807 2.697-5.012 3.551-.312.222-.58.499-.778.817a2.87 2.87 0 0 0 .074 3.188l5.478 7.63a2.66 2.66 0 0 0 1.718 1.075 2.612 2.612 0 0 0 1.948-.45l18.203-13.207a.036.036 0 0 0 .008-.05.036.036 0 0 0-.05-.01L9.147 30.319a1.4 1.4 0 0 1-1.045.19 1.345 1.345 0 0 1-.85-.59l-5.173-7.841a1.126 1.126 0 0 1 .322-1.557C3.63 19.7 5.45 18.5 7.509 17.107a511 511 0 0 0 5.064-3.475 526 526 0 0 0 5.018-3.54c2.025-1.445 3.785-2.73 4.983-3.594a1.24 1.24 0 0 1 1.383-.074c.144.088.274.197.376.335l5.6 7.546a1.66 1.66 0 0 1 .328 1.236 1.74 1.74 0 0 1-.671 1.148l-.653.491s-.091.058-.091.167c0 .108.088.196.196.196" }), _jsx("path", { d: "M29.839 9.799c-.03-.005-.05.04-.05.09 0 .109.089.197.197.197 0 0 .112-.018.211-.155.078-.106.242-.33.437-.599a2.275 2.275 0 0 0 .395-1.687 2.32 2.32 0 0 0-.94-1.514L22.482.61a2.7 2.7 0 0 0-.981-.433 2.78 2.78 0 0 0-2.099.372 2.8 2.8 0 0 0-.795.76c-.603.862-1.398 1.98-2.225 3.178-2.37 3.439-5.08 7.487-5.08 7.487a.995.995 0 0 0 1.654 1.104s2.697-4.057 4.961-7.567c.79-1.223 1.515-2.387 2.08-3.275a1.18 1.18 0 0 1 .73-.546c.159-.036.321-.05.48-.024.16.026.32.076.461.163l8.02 4.901a1.67 1.67 0 0 1 .762 1.03 1.75 1.75 0 0 1-.2 1.316l-.424.698zM12.138 29.702l1.564.994a2.6 2.6 0 0 0 1.948.355 2.57 2.57 0 0 0 1.605-1.114l4.182-6.618a.34.34 0 0 0-.566-.378l-4.506 6.403a1.426 1.426 0 0 1-1.994.349l-1.518-1.063a.644.644 0 0 0-.715 1.072M11.351 28.996a5.2 5.2 0 0 0-1.398-1.17 4 4 0 0 0-.563-.264 3.511 3.511 0 0 0-1.84-.215 4.5 4.5 0 0 0-.725.155 5 5 0 0 0-.997.437.013.013 0 0 0-.007.017c.002.007.01.01.016.008a5.6 5.6 0 0 1 1.045-.096c.23-.003.452.01.68.03.186.017.367.047.55.075q.272.041.542.095c.18.035.361.069.54.113.27.068.536.146.798.247.445.172.869.38 1.265.668a.069.069 0 1 0 .094-.1" }), _jsx("path", { d: "M20.482 8.168c.404.478.87.871 1.398 1.17q.273.154.563.264a3.511 3.511 0 0 0 1.84.215c.247-.033.486-.081.725-.155.348-.108.673-.253.997-.437a.013.013 0 0 0 .007-.017c-.002-.006-.01-.01-.016-.007a5.6 5.6 0 0 1-1.045.096c-.23.002-.452-.011-.68-.032-.186-.016-.367-.046-.551-.074q-.272-.041-.542-.095c-.18-.034-.36-.069-.539-.113a7 7 0 0 1-.798-.247 5.5 5.5 0 0 1-1.265-.668.069.069 0 1 0-.094.1M3.726 24.495a5.2 5.2 0 0 0 1.17-1.398q.153-.273.263-.563a3.511 3.511 0 0 0 .215-1.84 4.5 4.5 0 0 0-.155-.725 5 5 0 0 0-.437-.997.013.013 0 0 0-.017-.008q-.01.005-.007.017c.069.352.092.693.096 1.045.002.23-.011.452-.032.68-.016.185-.046.367-.074.55q-.042.272-.094.542c-.035.18-.07.36-.114.54-.067.27-.146.535-.247.798-.172.444-.38.869-.668 1.265a.069.069 0 1 0 .1.094M28.686 12.81a5.2 5.2 0 0 0-1.17 1.397q-.154.273-.264.564a3.511 3.511 0 0 0-.215 1.84c.033.246.082.485.156.724.108.349.253.674.437.998.002.006.01.01.016.007.007-.002.01-.01.008-.016a5.6 5.6 0 0 1-.096-1.046c-.002-.23.01-.452.031-.679.017-.186.047-.367.074-.551q.042-.272.095-.542c.035-.18.07-.36.114-.539.067-.27.145-.536.247-.798.171-.445.38-.87.667-1.266a.069.069 0 1 0-.1-.094M15.85 14.323c1.116.017 2.045.456 2.723 1.163.64.669 1.032 1.59 1.098 2.647.09 1.017-.278 1.955-.896 2.678-.31.364-.685.675-1.112.907-.416.227-.877.39-1.374.448a3.76 3.76 0 0 1-2.78-.752 3.88 3.88 0 0 1-1.497-2.567c-.153-1.098.07-2.113.608-2.91.558-.83 1.44-1.424 2.574-1.648a.022.022 0 1 0-.006-.044c-1.208.123-2.182.673-2.845 1.487-.678.831-1.02 1.94-.958 3.175a4.6 4.6 0 0 0 1.556 3.195 4.73 4.73 0 0 0 5.273.663 4.595 4.595 0 0 0 2.478-4.75c-.212-1.259-.786-2.33-1.652-3.036-.852-.694-1.959-1.048-3.204-.89a.117.117 0 1 0 .013.234" }), _jsx("path", { d: "M15.011 16.873c-.013-.039-.036-.026-.049-.004a.07.07 0 0 0 .028.093l.033.009-.01.002c.011.01.028.032.048.049.12.102.358.325.567.598.158.206.283.44.273.683-.007.14-.091.264-.244.405q-.148.137-.388.282c-.134.08-.285.167-.464.25a.312.312 0 0 0 .072.599s.855.06 1.717.104c.864.044 1.72.071 1.72.071q.013 0 .015-.01a.013.013 0 0 0-.011-.016s-.831-.207-1.675-.4c-.261-.06-.523-.118-.758-.17l.082-.059c.141-.105.25-.218.33-.33.183-.255.25-.508.223-.746a1.35 1.35 0 0 0-.434-.821 2.8 2.8 0 0 0-.598-.425 4 4 0 0 0-.387-.178l-.04-.015c-.033-.012-.046.004-.05.029m.001.1c-.01.002-.023.003-.015-.005q.005-.005.015.005" }), _jsx("path", { d: "M13.851 18.023s.48-.338 1.007-.747c.692-.538 1.46-1.19 1.46-1.19a.084.084 0 0 0 .02-.117.084.084 0 0 0-.116-.02s-.87.51-1.607.985c-.56.36-1.038.703-1.038.703a.237.237 0 0 0 .274.386M14.67 18.72s.412-.288.859-.641c.59-.466 1.239-1.034 1.239-1.034a.084.084 0 1 0-.097-.136s-.75.425-1.384.828c-.482.305-.89.597-.89.597a.237.237 0 1 0 .273.387" })] }));
13
+ };
14
+ export default RupeeCash1;
@@ -0,0 +1,14 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ // Import styles.
3
+ /**
4
+ * This function renders an SVG icon.
5
+ */
6
+ const RupeeDebt1 = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '1em' }) => {
7
+ return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", style: {
8
+ fillRule: 'evenodd',
9
+ clipRule: 'evenodd',
10
+ strokeLinejoin: 'round',
11
+ strokeMiterlimit: 2
12
+ }, viewBox: "0 0 32 32", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: [_jsx("path", { d: "M28.929 5.824h.018l.015-.003a.6.6 0 0 0 .182-.1l.719-.542a1.25 1.25 0 0 0 .48-.847 1.329 1.329 0 0 0-.275-.973l-1.464-1.883a1.46 1.46 0 0 0-1.001-.524 1.48 1.48 0 0 0-1.087.35l-.655.553c-.16.136-.25.309-.249.446 0 .28.228.508.508.508 0 0 .192 0 .403-.186l.644-.568a.5.5 0 0 1 .365-.132.52.52 0 0 1 .366.163l1.652 1.72a.68.68 0 0 1 .206.483.72.72 0 0 1-.21.521l-.644.63c-.032.03-.054.074-.065.063-.067-.068-.056-.02-.022.06-.03-.006-.047.036-.047.083 0 .092.07.169.16.178" }), _jsx("path", { d: "M30.663 1.37a.08.08 0 0 0-.021-.087c-.198-.263-.483-.392-.787-.429a1.2 1.2 0 0 0-.935.331c-.192.181-.31.41-.368.649a1.1 1.1 0 0 0-.027.326c.02.354.188.699.482.943.292.22.643.333.982.286.33-.046.645-.2.842-.498.177-.276.256-.548.215-.82a1.2 1.2 0 0 0-.383-.7m-.041.043a.08.08 0 0 1-.085-.013c-.209-.125-.437-.13-.657-.08a.74.74 0 0 0-.445.329c-.108.137-.125.307-.114.468.01.158.056.32.178.438a.7.7 0 0 0 .465.235c.192.011.389-.03.535-.173.173-.164.278-.34.297-.54a1.06 1.06 0 0 0-.172-.66zM1.807 11.222c-.01.025 0 .055.024.07.606.44 1.223.638 1.826.627.66-.012 1.284-.3 1.866-.829.615-.572.875-1.36.856-2.146-.02-.802-.39-1.583-1.008-2.177-.663-.593-1.511-.875-2.332-.796A3.06 3.06 0 0 0 .906 7.176a3 3 0 0 0-.363.64C.34 8.351.27 8.914.388 9.456c.157.71.552 1.361 1.22 1.774.06.05.146.045.199-.008m.021-.027a.06.06 0 0 1 .062-.003c.609.286 1.185.37 1.714.26.509-.105.95-.415 1.324-.907.342-.438.421-.98.333-1.493a1.95 1.95 0 0 0-.78-1.23c-.386-.305-.86-.395-1.315-.361-.462.034-.926.188-1.266.553-.396.378-.619.86-.64 1.367-.025.578.125 1.157.538 1.624a.15.15 0 0 1 .03.19M14.844 12.582a7.3 7.3 0 0 1-.5-2.886 7.1 7.1 0 0 1 .662-2.79c.794-1.74 2.226-2.975 3.885-3.606a6.72 6.72 0 0 1 5.125.126 6.9 6.9 0 0 1 2.14 1.452 7.2 7.2 0 0 1 1.497 2.105c.369.79.608 1.634.653 2.507.045.862-.057 1.744-.39 2.602q-.697 1.893-1.941 3.067a6.8 6.8 0 0 1-3.313 1.723.077.077 0 0 0-.066.086.077.077 0 0 0 .086.066c1.413-.059 2.685-.48 3.8-1.244 1.071-.732 1.96-1.786 2.69-3.129.534-1.02.801-2.1.847-3.18a7.8 7.8 0 0 0-.591-3.276 8.2 8.2 0 0 0-1.881-2.758 8.4 8.4 0 0 0-2.82-1.782c-2.179-.802-4.482-.687-6.432.23a8.1 8.1 0 0 0-4.22 4.635 7.82 7.82 0 0 0 .411 6.214.196.196 0 0 0 .358-.162" }), _jsx("path", { d: "M17.583 6.19s1.44.005 3.073-.057c2.145-.084 4.61-.272 4.61-.272.1 0 .18-.08.179-.178 0-.1-.08-.18-.179-.18 0 0-2.465-.187-4.61-.27-1.632-.064-3.073-.059-3.073-.059a.508.508 0 0 0 0 1.016M19.683 8.855s.856.005 1.825-.059c1.281-.084 2.74-.27 2.74-.27a.179.179 0 1 0 0-.359s-1.459-.186-2.74-.27c-.968-.063-1.826-.058-1.826-.058a.508.508 0 1 0 0 1.016" }), _jsx("path", { d: "M20.9 5.79c-.003-.022-.004-.04-.012-.038-.041.011-.023.026.012.038l.005.024c.03.11.076.325.152.625.108.43.226.992.322 1.58.06.355.093.707.093 1.03 0 .233-.01.44-.133.58-.104.116-.282.135-.547.127-.415-.014-.953-.108-1.646-.342a.602.602 0 0 0-.74.875 27 27 0 0 0 1.788 2.206 41 41 0 0 0 2.978 2.973c.011.01.029.012.04 0 .012-.009.012-.026 0-.038 0 0-.943-1.218-2.016-2.832-.316-.474-.641-.98-.955-1.499.326.076.607.107.85.104.647-.008 1.085-.256 1.375-.588.252-.29.41-.67.433-1.112a3.6 3.6 0 0 0-.206-1.347 6.4 6.4 0 0 0-.503-1.114 8 8 0 0 0-.592-.89c-.186-.247-.331-.41-.406-.495q-.033-.036-.042-.05c-.047-.05-.078-.025-.098.022.001-.107-.059-.11-.108-.084a.147.147 0 0 0-.057.2l.128.076s-.07-.013-.115-.03M8.953 24.876l3.702-.586 1.24 3.913a1.24 1.24 0 0 0 .758.804l5.968 2.123a2.15 2.15 0 0 0 1.701-.106 2.1 2.1 0 0 0 1.072-1.298l.001-.003a2.08 2.08 0 0 0-1.301-2.539l-4.567-1.574-.059-.054-1.036-4.85-.138-.312-2.653-3.558a.197.197 0 0 0-.274-.047.197.197 0 0 0-.046.274l2.488 3.676.03.08.815 4.892a.92.92 0 0 0 .579.7l4.498 1.758a.985.985 0 0 1 .571 1.222l-.001.003a.95.95 0 0 1-.506.561.93.93 0 0 1-.735.012l-5.759-2.298-1.16-4.129a1.32 1.32 0 0 0-.552-.74 1.32 1.32 0 0 0-.906-.2l-4.211.552a1.39 1.39 0 0 0-1.078.813L5.122 28.99a.6.6 0 0 1-.336.306.6.6 0 0 1-.226.032.6.6 0 0 1-.218-.057h-.001a.564.564 0 0 1-.269-.749l2.855-6.294 4.543-1.543a.94.94 0 0 0 .483-1.42L7.968 13.61a.94.94 0 0 1-.184-.535.97.97 0 0 1 .158-.556 1 1 0 0 1 .525-.399c.216-.065.453-.069.675.021l11.573 4.621a1.1 1.1 0 0 1 .626.61 1.14 1.14 0 0 1-.012.9l-.003.005c-.13.288-.358.502-.63.611-.28.111-.602.124-.902.002l-8.814-3.557a.037.037 0 0 0-.049.02c-.008.018 0 .04.019.048l8.595 4.058c.452.213.947.22 1.387.072A1.89 1.89 0 0 0 22 18.605l.002-.005a1.92 1.92 0 0 0 .104-1.514 1.95 1.95 0 0 0-1.043-1.138L9.722 10.783a2.5 2.5 0 0 0-1.67-.13 2.54 2.54 0 0 0-1.394.956h-.001a2.56 2.56 0 0 0-.491 1.452 2.6 2.6 0 0 0 .429 1.484l3.117 4.73-3.609 1.145c-.198.064-.378.17-.53.306a1.5 1.5 0 0 0-.363.493l-2.941 6.485a2.52 2.52 0 0 0-.061 1.933 2.5 2.5 0 0 0 1.32 1.406h.001a2.515 2.515 0 0 0 2.776-.476 2.5 2.5 0 0 0 .563-.809z" })] }));
13
+ };
14
+ export default RupeeDebt1;