elementa-icons 1.60.0 → 1.63.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 +3 -3
  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 RupeeDebt2 = ({ 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: "M16.485 2.544c3.912.135 7.239 1.856 9.57 4.517 2.254 2.574 3.56 6.04 3.464 9.827-.043 3.745-1.628 7.096-4.09 9.547-2.457 2.445-5.809 4.009-9.546 4.035a14.08 14.08 0 0 1-9.827-3.818c-2.62-2.462-4.258-5.901-4.143-9.738.101-3.702 1.21-6.935 3.294-9.433 2.036-2.44 4.988-4.177 8.818-4.98a.077.077 0 0 0 .062-.09.077.077 0 0 0-.09-.061c-3.963.648-7.06 2.315-9.255 4.726C2.434 9.61 1.125 12.97.853 16.863.57 21.071 2.234 24.917 5.02 27.719c2.772 2.79 6.665 4.525 10.864 4.588 4.266.03 8.165-1.657 10.956-4.463 2.787-2.8 4.458-6.697 4.408-10.956-.105-4.17-1.694-7.938-4.342-10.62-2.631-2.664-6.277-4.259-10.42-4.116a.197.197 0 0 0-.196.196c0 .108.088.196.196.196" }), _jsx("path", { d: "M17.269 4.085a.02.02 0 0 0-.005-.012l-.06-.065c-.107-.117-.33-.361-.595-.636a20 20 0 0 0-.839-.83q-.117-.107-.212-.188l.113-.085c.138-.107.301-.235.47-.373.55-.448 1.15-.967 1.15-.967a.05.05 0 0 0 .014-.068.05.05 0 0 0-.069-.013s-.698.377-1.314.732a19 19 0 0 0-.515.308l-.338.214a.295.295 0 0 0-.103.367.3.3 0 0 0 .082.109c.075.06.225.186.418.332.13.098.28.202.437.31a33.355 33.355 0 0 0 1.361.875q0 .004.007-.003.005-.008-.001-.012zM24.14 11.265l.012.001.008-.001a.2.2 0 0 0 .092-.044l.19-.141a1.15 1.15 0 0 0 .45-.775 1.2 1.2 0 0 0-.246-.906l-.469-.615a1.3 1.3 0 0 0-.885-.473 1.31 1.31 0 0 0-.97.31l-.162.137a.37.37 0 0 0-.135.272c0 .187.151.338.338.339 0 0 .114.012.24-.098l.159-.141a.68.68 0 0 1 .483-.171.7.7 0 0 1 .482.214l.541.553a.77.77 0 0 1 .235.55.82.82 0 0 1-.24.594l-.17.167c-.008.009-.014.02-.016.017-.045-.044-.038-.013-.016.037-.017 0-.028.027-.028.056a.12.12 0 0 0 .107.118" }), _jsx("path", { d: "M25.236 8.442a.05.05 0 0 0-.012-.055.7.7 0 0 0-.498-.27.75.75 0 0 0-.59.21.8.8 0 0 0-.231.409.7.7 0 0 0-.018.205c.013.224.119.441.304.595.185.14.406.21.62.18a.74.74 0 0 0 .531-.313c.112-.174.163-.346.137-.518a.77.77 0 0 0-.243-.443m-.025.026a.05.05 0 0 1-.053-.008.55.55 0 0 0-.416-.052.47.47 0 0 0-.284.208.42.42 0 0 0-.073.299c.007.1.036.203.114.279a.45.45 0 0 0 .296.149.44.44 0 0 0 .34-.111.55.55 0 0 0 .187-.343.67.67 0 0 0-.11-.418zM6.972 14.686a.04.04 0 0 0 .02.035c.382.282.774.409 1.156.403.421-.005.818-.187 1.19-.523.395-.363.561-.867.55-1.37-.01-.512-.247-1.011-.64-1.393a1.97 1.97 0 0 0-1.494-.511 1.95 1.95 0 0 0-1.364.774 1.823 1.823 0 0 0-.326 1.458c.103.452.356.865.784 1.125.036.031.089.03.124.002M7 14.65a.04.04 0 0 1 .031.004q.58.267 1.083.158c.32-.067.595-.265.829-.575.212-.275.258-.614.202-.934a1.21 1.21 0 0 0-.49-.762c-.24-.19-.533-.243-.815-.222-.286.022-.575.113-.787.339a1.25 1.25 0 0 0-.407.85c-.018.364.071.729.329 1.025.035.03.044.078.025.117M15.202 15.548a4.7 4.7 0 0 1-.34-1.837c.011-.6.143-1.208.405-1.791a4.47 4.47 0 0 1 2.48-2.35 4.36 4.36 0 0 1 3.331.055 4.5 4.5 0 0 1 1.4.941c.408.4.738.867.972 1.376.238.515.386 1.069.41 1.638.023.56-.055 1.13-.277 1.685-.31.803-.74 1.452-1.279 1.945a4.33 4.33 0 0 1-2.128 1.058.04.04 0 0 0-.034.043.04.04 0 0 0 .043.034 4.5 4.5 0 0 0 2.373-.82c.66-.467 1.21-1.132 1.653-1.976a4.7 4.7 0 0 0 .505-1.973 4.9 4.9 0 0 0-.378-2.023 5.1 5.1 0 0 0-1.165-1.702 5.164 5.164 0 0 0-5.723-.985 5.05 5.05 0 0 0-2.648 2.866 4.918 4.918 0 0 0 .222 3.897.098.098 0 1 0 .179-.08" }), _jsx("path", { d: "M16.96 11.508s.913.003 1.946-.04c1.358-.055 2.917-.18 2.917-.18a.12.12 0 0 0 0-.238s-1.56-.125-2.917-.18c-1.033-.043-1.945-.04-1.945-.04a.34.34 0 0 0 0 .678M18.289 13.194s.542.004 1.155-.038c.811-.056 1.733-.18 1.733-.18a.12.12 0 0 0 .12-.12.12.12 0 0 0-.12-.12s-.922-.124-1.733-.18c-.613-.042-1.155-.039-1.155-.039a.34.34 0 0 0 0 .677" }), _jsx("path", { d: "M19.054 11.241c-.002-.014-.002-.026-.007-.025-.028.007-.016.017.007.025l.003.014c.018.07.045.207.091.398.066.273.136.629.194 1 .036.224.056.445.055.648 0 .14-.007.265-.08.35-.061.068-.168.077-.325.072-.261-.008-.6-.065-1.036-.211a.403.403 0 0 0-.493.584c.348.477.74.956 1.138 1.393a26 26 0 0 0 1.895 1.874c.007.007.02.007.026 0 .008-.006.008-.018 0-.025 0 0-.592-.774-1.267-1.799-.19-.288-.386-.595-.575-.91q.285.063.5.059c.418-.004.701-.166.888-.38.164-.188.266-.433.28-.718a2.3 2.3 0 0 0-.133-.86 4 4 0 0 0-.324-.706 6 6 0 0 0-.665-.9c-.034-.034-.056-.014-.07.02.005-.08-.037-.085-.072-.066a.1.1 0 0 0-.038.134l.085.05s-.047-.01-.077-.02M11.573 23.41l2.203-.354.738 2.305a1.07 1.07 0 0 0 .647.682l3.702 1.302a1.43 1.43 0 0 0 1.129-.072 1.41 1.41 0 0 0 .709-.862l.003-.011a1.38 1.38 0 0 0-.102-1.017 1.36 1.36 0 0 0-.762-.662l-2.8-.953a.18.18 0 0 1-.126-.131l-.639-2.926-.126-.282-1.665-2.214a.147.147 0 0 0-.24.17l1.543 2.3.041.11.48 2.957a.81.81 0 0 0 .51.62l2.75 1.088a.56.56 0 0 1 .299.29.55.55 0 0 1 .017.401l-.003.011a.53.53 0 0 1-.285.309.5.5 0 0 1-.404.002L15.59 25.02l-.673-2.424a1.122 1.122 0 0 0-1.228-.796l-2.408.31a1.16 1.16 0 0 0-.907.681l-1.398 3.077a.27.27 0 0 1-.155.137.3.3 0 0 1-.103.014.3.3 0 0 1-.098-.027l-.001-.001a.24.24 0 0 1-.117-.136.23.23 0 0 1 .01-.174l1.79-3.946 2.825-.965a.703.703 0 0 0 .362-1.067l-2.566-3.618a.42.42 0 0 1-.02-.487v-.001a.6.6 0 0 1 .318-.247.62.62 0 0 1 .415.008l7.248 2.857a.69.69 0 0 1 .393.376.72.72 0 0 1-.003.564v.001a.66.66 0 0 1-.352.347.69.69 0 0 1-.512.006l-5.627-2.235a.027.027 0 0 0-.036.014c-.006.014 0 .03.014.036l5.46 2.615c.286.136.6.14.879.048a1.2 1.2 0 0 0 .678-.585V19.4a1.3 1.3 0 0 0 .074-1.025 1.32 1.32 0 0 0-.706-.774l-7.075-3.26a1.74 1.74 0 0 0-1.161-.094c-.381.098-.724.33-.973.665-.205.274-.305.6-.315.925-.011.33.085.659.273.949l1.913 2.921-2.072.654a1.24 1.24 0 0 0-.745.665l-1.832 4.04a1.7 1.7 0 0 0 .85 2.252h.002a1.71 1.71 0 0 0 2.273-.876z" })] }));
13
+ };
14
+ export default RupeeDebt2;
@@ -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 RupeeDebt3 = ({ 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 31", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: [_jsx("path", { d: "m28.731 27.313.204-5.93a.65.65 0 0 1 .21-.451.63.63 0 0 1 .451-.165l.908.025a.573.573 0 0 1 .547.591l-.187 7.516a.347.347 0 0 1-.357.33l-1.395-.013a.3.3 0 0 1-.25-.147l-.8-1.286a.725.725 0 0 0-.893-.278l-3.085 1.268-.097.02c-.409 0-1.387-.002-2.457.009-1.459.015-3.089.051-3.685.061l-.151-.025-6.894-3.184a1.5 1.5 0 0 1-.641-.539 1.56 1.56 0 0 1-.266-.817v-.001a.46.46 0 0 1 .18-.396.49.49 0 0 1 .457-.08l6.388 2.186a.03.03 0 0 0 .036-.016.03.03 0 0 0-.016-.036l-6.19-2.694a1.12 1.12 0 0 0-1.047.092 1.16 1.16 0 0 0-.532.938v.001c-.02.444.095.87.306 1.242.214.379.538.69.935.904l6.697 3.58a1.7 1.7 0 0 0 .736.183c.596.012 2.226.054 3.685.073 1.07.015 2.047.014 2.456.017a1.8 1.8 0 0 0 .68-.136l2.513-1.074.494.75a1.7 1.7 0 0 0 1.453.775l1.395-.037a1.66 1.66 0 0 0 1.16-.505c.29-.303.474-.712.465-1.165l-.186-7.516a1.45 1.45 0 0 0-.442-1.012 1.414 1.414 0 0 0-1.013-.396l-.908.026a1.37 1.37 0 0 0-.96.42c-.236.251-.386.588-.376.96l.178 5.93a.147.147 0 1 0 .294 0M4.104 7.856l-.292 5.93a.56.56 0 0 1-.192.381c-.1.091-.237.13-.382.124l-.908-.038a.453.453 0 0 1-.394-.304.4.4 0 0 1-.018-.164c.027-.914.08-2.335.112-3.757.03-1.423.038-2.846.05-3.758q.002-.107.071-.178a.26.26 0 0 1 .177-.083l1.395-.042a.3.3 0 0 1 .15.02c.046.024.094.05.126.096l.86 1.248a.624.624 0 0 0 .767.239L8.59 6.166l.267-.063 5.39.32.167.023 1.5.378a.03.03 0 0 0 .036-.019.027.027 0 0 0-.018-.034l-1.44-.57-.213-.059-5.318-.93a1.44 1.44 0 0 0-.738.078l-2.566.94-.52-.876a1.68 1.68 0 0 0-1.425-.805l-1.396-.018A1.739 1.739 0 0 0 .581 6.27c.012.911.02 2.334.05 3.758.03 1.422.083 2.843.11 3.757a1.58 1.58 0 0 0 .486 1.105 1.55 1.55 0 0 0 1.104.428l.908-.04a1.47 1.47 0 0 0 1.03-.46c.25-.273.41-.633.394-1.03l-.265-5.931a.147.147 0 1 0-.294 0" }), _jsx("path", { d: "M18.18 25.69c.095-.366.308-.684.575-.937.32-.304.752-.483 1.226-.49l1.833-.128a6.3 6.3 0 0 0 1.648-.414q.776-.322 1.444-.841c.513-.417 1.137-.876 1.766-1.195.479-.243.94-.408 1.352-.392a.03.03 0 0 0 .032-.024.027.027 0 0 0-.023-.031c-.424-.128-.947-.089-1.508.04-.733.168-1.491.5-2.125.808-.42.215-.863.355-1.318.462a5.6 5.6 0 0 1-1.352.15l-1.835.084c-.842.084-1.595.46-2.103 1.062a3.02 3.02 0 0 0-.73 2.16v.006c.017.184.072.357.202.468.128.11.284.202.465.19l3.848-.3a.147.147 0 1 0 .005-.294zM14.72 14.512a.84.84 0 0 1-.44.328.8.8 0 0 1-.544-.018c-.788-.286-1.928-.726-2.944-1.069-.87-.292-1.646-.513-1.993-.622l-.262-.1-.001-.001c-.363-.19-1.27-.641-2.255-.703-.523-.032-1.054.039-1.533.3a.069.069 0 0 0 .052.127c.473-.136.952-.086 1.408.035a5 5 0 0 1 .984.391c.409.207.732.425.904.55q.096.068.2.126l.218.102c.34.128 1.087.433 1.953.738 1.01.356 2.18.713 2.977.974.382.119.78.105 1.129-.036a1.646 1.646 0 0 0 .947-2.092 1.6 1.6 0 0 0-.934-.95h-.002a29 29 0 0 1-2.507-1.003 14 14 0 0 1-1.578-.854l-.017-.018.005-.031.003-.002c.228-.248.446-.398.687-.49.363-.137.768-.146 1.307-.155q.015-.001.017-.016a.02.02 0 0 0-.016-.018c-.554-.04-.971-.065-1.356.043-.273.076-.53.22-.804.469a.3.3 0 0 0-.068.097.275.275 0 0 0 .094.334c.49.372 1.003.703 1.535 1.008.792.454 1.62.846 2.458 1.227a.93.93 0 0 1 .496.586.89.89 0 0 1-.112.728z" }), _jsx("path", { d: "M27.403 7.146c-.022-.017-.036.01-.036.041 0 .055.044.098.099.098 0 0 .051-.007.104-.07l.26-.301c.293-.34.416-.769.386-1.184a1.65 1.65 0 0 0-.577-1.13L22.927.549a1.84 1.84 0 0 0-1.35-.432c-.48.037-.94.265-1.278.66-.844 1-2.152 2.53-3.477 4.126-2.515 3.027-5.127 6.26-5.127 6.26a.5.5 0 0 0 .775.632s2.64-3.21 5.098-6.284c1.296-1.62 2.53-3.21 3.34-4.239.19-.245.458-.394.744-.43.292-.037.599.033.85.227l4.918 3.799c.294.227.47.55.513.89.045.35-.041.716-.274 1.017l-.267.347zM10.17 14.696c.022-.071.15-.263.15-.263.003-.008-.743-.617-.743-.617s-.253.381-.316.597a1.72 1.72 0 0 0 .572 1.833l5.06 3.992c.4.315.887.443 1.355.387a1.82 1.82 0 0 0 1.218-.678L26.932 7.87a.02.02 0 0 0-.003-.025c-.008-.006-.02-.005-.026.002l-9.918 11.708c-.21.25-.503.386-.804.412-.296.025-.6-.066-.845-.272l-4.93-4.151A.8.8 0 0 1 10.13 15a.8.8 0 0 1 .04-.304" }), _jsx("path", { d: "M18.165 7.714c.748-.222 1.461-.126 2.06.206.572.317 1.031.856 1.295 1.556.272.68.217 1.402-.061 2.024-.14.314-.337.603-.586.848a2.71 2.71 0 0 1-2.911.597 2.74 2.74 0 0 1-1.506-1.461c-.309-.71-.347-1.435-.135-2.072.218-.657.697-1.218 1.41-1.577a.011.011 0 0 0-.01-.02c-.762.32-1.291.873-1.562 1.537-.274.673-.28 1.46.005 2.248.295.81.895 1.42 1.621 1.755a3.16 3.16 0 0 0 3.5-.582c.31-.294.557-.647.722-1.033a3.07 3.07 0 0 0-.014-2.463c-.362-.777-.93-1.363-1.615-1.666-.68-.301-1.467-.331-2.252-.008a.059.059 0 0 0 .04.11" }), _jsx("path", { d: "M18.107 9.584c-.014-.031-.028-.017-.032.002a.05.05 0 0 0 .037.058l.01.002s.279.121.536.313c.142.105.268.235.307.396.022.09-.011.187-.083.307q-.07.119-.2.26a3 3 0 0 1-.258.254.223.223 0 0 0 .17.396s.576-.126 1.153-.266c.58-.14 1.15-.289 1.15-.289a.01.01 0 0 0 .007-.01q-.001-.009-.01-.008s-.59.021-1.184.054c-.178.01-.354.02-.515.032l.032-.042a1 1 0 0 0 .155-.284.74.74 0 0 0 .004-.542.93.93 0 0 0-.45-.461 2.3 2.3 0 0 0-.794-.207c-.027-.001-.036.015-.035.035" }), _jsx("path", { d: "M17.439 10.63s.043.005.09-.027a.2.2 0 0 0 .042-.038l.006-.007.047-.06c.087-.115.274-.352.467-.62.352-.49.733-1.07.733-1.07a.06.06 0 1 0-.094-.075s-.477.504-.874.958c-.217.25-.405.487-.496.597l-.054.066zm0 0c-.191-.202-.179-.095-.106-.037a.17.17 0 0 0 .105.037M18.113 10.934c.05 0 .1-.022.133-.064l-.024.012a.4.4 0 0 0 .069-.07c.073-.098.234-.3.397-.532.298-.422.617-.923.617-.923a.06.06 0 0 0-.094-.074s-.415.424-.758.811c-.187.212-.348.415-.426.509l-.046.056zm0 0c-.19-.2-.178-.094-.105-.036a.17.17 0 0 0 .105.036" })] }));
13
+ };
14
+ export default RupeeDebt3;
@@ -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 RupeeDebt4 = ({ 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 30", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: [_jsx("path", { d: "M13.348 26.063c-1.827-2.173-2.587-4.872-2.376-7.497.204-2.537 1.345-5 3.423-6.79 2.001-1.79 4.54-2.563 7.027-2.456 2.48.108 4.935 1.097 6.767 3.047a10.08 10.08 0 0 1 2.805 7.032c-.014 2.59-1.015 5.147-3.08 6.991-2.128 1.913-4.454 2.885-6.856 2.921-2.377.036-4.817-.826-7.206-2.565a.076.076 0 0 0-.107.013.076.076 0 0 0 .013.108c2.36 1.944 4.835 2.964 7.291 3.07 2.588.111 5.153-.797 7.56-2.726 2.451-1.976 3.732-4.829 3.882-7.769.15-2.943-.86-5.965-2.948-8.324-2.152-2.375-5.07-3.68-8.041-3.79-2.965-.11-5.965.968-8.281 3.174-2.237 2.209-3.413 5.1-3.414 8.017 0 2.833 1.08 5.664 3.253 7.81a.196.196 0 0 0 .288-.266" }), _jsx("path", { d: "M29.114 18.493c.265.36.491 1.045.536 2.063.044.991-.072 2.262-.521 3.847q-.006.017.01.024.016.004.025-.012c.686-1.55.998-2.83 1.078-3.848.081-.996-.066-1.742-.268-2.24a2 2 0 0 0-.34-.563c-.192-.224-.434-.263-.72-.178-.249.074-.585.358-.955.57-.218.128-.466.21-.723-.039a10 10 0 0 1-.828-1.695c-.262-.705-.39-1.323-.423-1.862-.094-1.552.55-2.399.55-2.399a.255.255 0 0 0-.073-.393c-.334-.153-.843-.55-1.202-.975-.261-.31-.456-.628-.421-.885a.1.1 0 0 0-.078-.114.097.097 0 0 0-.114.077c-.078.3.085.713.353 1.116.272.41.653.804.977 1.057-.264.37-.735 1.213-.768 2.53-.015.613.07 1.33.324 2.148.186.6.475 1.249.874 1.955a.5.5 0 0 0 .067.09c.378.397.757.523 1.11.514a1.5 1.5 0 0 0 .657-.174c.242-.122.466-.297.665-.456.062-.05.146-.113.208-.158M10.83 17.846s.492.975 1.476 1.96a7.5 7.5 0 0 0 2.05 1.455q.003 0 .006.002c.017.008.02.028.028.044.006.012-.005.026-.007.041-.11.637-.06 1.175.1 1.63.127.37.325.69.567.963.263.296.575.54.897.754.313.207.632.383.917.56.238.147.455.281.603.448.094.106.172.214.191.35a47.172 47.172 0 0 1 .296 2.458q.001.017.02.018.017-.002.018-.018s.063-.531.119-1.241c.03-.387.056-.82.071-1.25.01-.577-.457-1.041-1.07-1.53-.349-.277-.74-.57-1.08-.92a3 3 0 0 1-.496-.668c-.199-.377-.311-.831-.238-1.424v-.003a.96.96 0 0 0-.625-1.014c-.774-.257-1.444-.663-1.996-1.08-1.062-.802-1.68-1.637-1.68-1.637a.098.098 0 1 0-.167.102M15.085 14.761c-.59-.68-1.481-.75-1.973-.394-.472.342-.733 1.16.069 2.385l.02.095-.024.499a1.17 1.17 0 0 0 .27 1.083c.247.288.75.752 1.44 1.106a4.4 4.4 0 0 0 1.776.492 1.5 1.5 0 0 0 .636-.123c.644-.29 1.193-.172 1.715.105.908.482 1.748 1.38 2.706 1.94q.003.001.006.005a1.9 1.9 0 0 0 .74.23c.759.067 1.386.228 1.874.433.501.212.854.46 1.036.703.082.11.147.2.113.282-.717 1.71-2.283 2.232-3.246 3.53-.376.508-.664 1.128-.784 1.97-.002.01.005.02.015.02.01.002.02-.004.022-.014.181-.806.507-1.383.91-1.846.547-.63 1.234-1.045 1.888-1.528.658-.484 1.274-1.036 1.708-1.894.165-.328.005-.88-.617-1.384-.558-.45-1.502-.883-2.827-1.076h-.001a1 1 0 0 1-.21-.056 1 1 0 0 1-.193-.096c-.63-.403-1.2-.972-1.784-1.447-.475-.387-.962-.715-1.479-.892-.61-.21-1.263-.22-1.996.102l-.195.037a3.5 3.5 0 0 1-1.374-.367 4.1 4.1 0 0 1-1.174-.853l-.014-.016a.23.23 0 0 1-.063-.106.25.25 0 0 1-.001-.127.5.5 0 0 0 .02-.108l.007-.585a1.03 1.03 0 0 0-.183-.605q0-.004-.003-.006c-.249-.352-.382-.644-.409-.885-.017-.16.006-.286.096-.356.107-.086.263-.102.424-.064.248.06.503.235.685.534a.49.49 0 0 0 .479.253.48.48 0 0 0 .405-.355c.138-.525.415-.985.753-1.401.924-1.137 2.255-1.983 2.743-3.072q.006-.009.008-.018a.365.365 0 0 1 .32-.25c.525-.017.9-.192 1.167-.418.513-.437.614-1.061.614-1.061a.1.1 0 0 0-.08-.114.097.097 0 0 0-.114.078s-.12.535-.588.887c-.234.176-.558.301-1.002.288h-.003a.72.72 0 0 0-.666.447c-.537 1.034-1.897 1.774-2.861 2.835a4.7 4.7 0 0 0-.801 1.178M19.157 3.32l.012.001.008-.001a.24.24 0 0 0 .094-.045l.211-.157a1.16 1.16 0 0 0 .449-.777 1.21 1.21 0 0 0-.248-.904l-.507-.663a1.3 1.3 0 0 0-.886-.472 1.31 1.31 0 0 0-.969.31l-.181.153c-.01.008-.138.184-.138.273 0 .187.152.339.339.339 0 0 .114.012.24-.1l.179-.157a.68.68 0 0 1 .483-.17.7.7 0 0 1 .481.214l.583.598a.77.77 0 0 1 .234.55.82.82 0 0 1-.242.593l-.187.186c-.009.009-.015.021-.018.018-.045-.044-.038-.014-.016.037-.017 0-.028.026-.028.056a.12.12 0 0 0 .107.118" }), _jsx("path", { d: "M20.276.435a.05.05 0 0 0-.013-.055.72.72 0 0 0-.507-.274.77.77 0 0 0-.6.215.84.84 0 0 0-.235.415.7.7 0 0 0-.018.21c.013.226.12.447.309.604a.86.86 0 0 0 .63.184.75.75 0 0 0 .54-.318c.115-.177.167-.353.14-.528a.78.78 0 0 0-.246-.453m-.026.026a.05.05 0 0 1-.053-.008.56.56 0 0 0-.426-.055.48.48 0 0 0-.293.212.44.44 0 0 0-.077.309.43.43 0 0 0 .118.289.46.46 0 0 0 .307.152.45.45 0 0 0 .35-.116.56.56 0 0 0 .19-.352.7.7 0 0 0-.116-.43M1.612 6.814a.04.04 0 0 0 .018.04c.391.286.791.415 1.181.409.43-.007.834-.193 1.213-.535.401-.371.57-.884.559-1.395-.012-.522-.253-1.03-.655-1.417a2 2 0 0 0-1.518-.52 1.99 1.99 0 0 0-1.388.786 1.86 1.86 0 0 0-.334 1.483c.104.462.361.884.796 1.15.038.032.092.03.128-.001m.022-.029a.04.04 0 0 1 .035.002q.593.274 1.108.165c.327-.069.61-.27.85-.588.22-.282.268-.63.21-.959a1.25 1.25 0 0 0-.502-.785c-.246-.196-.55-.252-.84-.23-.295.022-.593.118-.81.35-.256.243-.4.55-.416.876-.017.373.077.746.342 1.049.035.03.044.08.023.12M10.02 7.698a4.8 4.8 0 0 1-.349-1.878 4.7 4.7 0 0 1 .412-1.833A4.58 4.58 0 0 1 12.62 1.58a4.47 4.47 0 0 1 3.41.055c.55.23 1.028.567 1.435.964.419.409.756.888.996 1.41.243.527.394 1.094.418 1.677a4.1 4.1 0 0 1-.286 1.725c-.318.822-.758 1.485-1.31 1.989a4.4 4.4 0 0 1-2.179 1.079.04.04 0 0 0-.033.043.04.04 0 0 0 .043.033 4.6 4.6 0 0 0 2.423-.84c.673-.478 1.234-1.157 1.685-2.02a4.8 4.8 0 0 0 .513-2.013 5 5 0 0 0-.387-2.063 5.2 5.2 0 0 0-1.188-1.736A5.27 5.27 0 0 0 12.322.876 5.16 5.16 0 0 0 9.618 3.8a5.1 5.1 0 0 0-.3 2.029 5 5 0 0 0 .523 1.95.098.098 0 1 0 .179-.08" }), _jsx("path", { d: "M11.82 3.563s.931.003 1.987-.039c1.387-.055 2.982-.18 2.982-.18.066 0 .12-.054.119-.12a.12.12 0 0 0-.12-.119s-1.593-.125-2.98-.18c-1.057-.042-1.988-.04-1.988-.04a.34.34 0 0 0 0 .678M13.178 5.287s.553.003 1.18-.039c.829-.055 1.772-.18 1.772-.18a.12.12 0 0 0 0-.239s-.943-.124-1.771-.18c-.627-.042-1.182-.04-1.182-.04a.339.339 0 0 0 0 .678" }), _jsx("path", { d: "M13.961 3.298c-.002-.015-.002-.027-.007-.026-.027.007-.015.017.007.026l.003.015c.02.07.048.21.096.405.068.279.142.642.203 1.021.036.23.058.456.057.665 0 .146-.007.277-.084.364-.064.073-.176.083-.341.078-.267-.009-.615-.068-1.061-.218a.401.401 0 0 0-.494.584c.356.487.756.977 1.161 1.425a27 27 0 0 0 1.932 1.918.02.02 0 0 0 .027.001c.007-.007.007-.02 0-.026 0 0-.608-.79-1.3-1.836-.198-.3-.402-.618-.6-.946q.302.068.528.063c.423-.005.71-.168.9-.385.165-.19.269-.439.284-.727a2.4 2.4 0 0 0-.135-.876 4 4 0 0 0-.33-.721 5.3 5.3 0 0 0-.651-.895c-.054-.06-.093.033-.11.083.046-.166-.01-.18-.055-.156a.1.1 0 0 0-.038.134l.085.05s-.047-.009-.077-.02M9.045 10.598l1.573 2.356.04.106.205 1.23a.269.269 0 1 0 .527-.102l-.27-1.217-.127-.283-1.708-2.261a.147.147 0 0 0-.24.17" }), _jsx("path", { d: "m6.3 15.719 2.273-.364.83 2.612a.563.563 0 1 0 1.08-.322l-.77-2.747a1.115 1.115 0 0 0-1.227-.795l-2.476.32a1.17 1.17 0 0 0-.904.68l-1.434 3.15a.28.28 0 0 1-.168.147.3.3 0 0 1-.11.014.3.3 0 0 1-.106-.027v-.001a.254.254 0 0 1-.118-.338l1.837-4.03 2.892-.985a.715.715 0 0 0 .368-1.085L5.642 8.26a.46.46 0 0 1-.02-.52v-.002a.62.62 0 0 1 .327-.255.64.64 0 0 1 .427.008l7.087 2.79a.333.333 0 0 0 .262-.614L6.81 6.475a1.76 1.76 0 0 0-1.173-.095 1.8 1.8 0 0 0-.985.67v.002c-.21.28-.31.612-.322.944-.01.336.088.672.28.967l1.95 2.99-2.128.674a1.25 1.25 0 0 0-.75.67l-1.866 4.136a1.73 1.73 0 0 0 .862 2.283h.001a1.73 1.73 0 0 0 2.302-.888z" }), _jsx("path", { d: "m12.558 11.42-5.01-1.957a.03.03 0 0 0-.036.015c-.006.014 0 .03.015.036l4.837 2.35a.242.242 0 0 0 .194-.444" })] }));
13
+ };
14
+ export default RupeeDebt4;
@@ -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 RupeeDebt5 = ({ 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 24", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: [_jsx("path", { d: "m4.837 9.317-.295 6.676a.56.56 0 0 1-.19.382.53.53 0 0 1-.381.127l-1.221-.045a.44.44 0 0 1-.31-.153.42.42 0 0 1-.104-.311c.027-1.007.082-2.637.114-4.27.03-1.633.038-3.266.05-4.27a.26.26 0 0 1 .249-.26l1.71-.049a.3.3 0 0 1 .15.022.3.3 0 0 1 .126.098l.981 1.434a.624.624 0 0 0 .766.239l3.314-1.553.268-.06 6.005.39.167.025 1.67.431a.027.027 0 0 0 .035-.018.03.03 0 0 0-.018-.035l-1.608-.623-.213-.059-5.934-1.003a1.47 1.47 0 0 0-.737.08L6.51 7.599l-.636-1.063a1.7 1.7 0 0 0-.607-.584 1.7 1.7 0 0 0-.82-.219l-1.712-.018A1.74 1.74 0 0 0 1 7.454c.012 1.002.018 2.636.05 4.27.03 1.631.086 3.262.112 4.269a1.6 1.6 0 0 0 .483 1.105 1.55 1.55 0 0 0 1.106.432l1.22-.049a1.47 1.47 0 0 0 1.03-.457c.252-.27.412-.631.397-1.029l-.266-6.677a.146.146 0 0 0-.147-.148.15.15 0 0 0-.148.147" }), _jsx("path", { d: "M14.107 11.7c-.62-.043-1.084-.069-1.513.057-.301.088-.584.25-.888.533a.28.28 0 0 0-.054.335q.03.055.082.094c.555.42 1.14.79 1.744 1.133.899.51 1.84.947 2.791 1.373a.98.98 0 0 1 .527.613.95.95 0 0 1-.115.773l-.08.132a.9.9 0 0 1-1.074.353c-.873-.315-2.163-.8-3.304-1.193a46 46 0 0 0-1.113-.364c-.496-.155-.897-.27-1.121-.34l-.266-.104c-.388-.208-1.392-.72-2.486-.8-.577-.042-1.166.031-1.698.313a.07.07 0 0 0-.037.09.07.07 0 0 0 .088.038c.527-.158 1.063-.11 1.573.02.4.102.774.263 1.104.428.462.23.826.475 1.013.61q.098.069.204.126l.22.103c.22.084.607.24 1.093.423.33.124.704.263 1.1.4 1.143.395 2.456.807 3.338 1.097.397.126.81.112 1.176-.034.36-.144.676-.402.875-.76l.079-.145a1.68 1.68 0 0 0 .11-1.393 1.66 1.66 0 0 0-.963-.982h-.002c-.965-.35-1.921-.713-2.841-1.146a15.5 15.5 0 0 1-1.787-.976l-.017-.019.006-.03q0-.001.003-.002c.256-.28.5-.45.77-.553.406-.154.858-.163 1.462-.17q.016 0 .017-.016a.02.02 0 0 0-.016-.018" }), _jsx("path", { d: "M30.642 8.538c-.023-.024-.038.005-.038.037 0 .055.044.098.098.098 0 0 .058-.014.118-.086l.382-.446c.292-.341.415-.77.383-1.185a1.65 1.65 0 0 0-.578-1.13l-5.479-4.682a1.85 1.85 0 0 0-1.35-.43 1.88 1.88 0 0 0-1.278.661c-.916 1.091-2.387 2.818-3.887 4.627-2.8 3.377-5.739 7.012-5.739 7.012a.5.5 0 1 0 .775.631s2.967-3.61 5.71-7.035c1.47-1.834 2.864-3.623 3.748-4.74a1.119 1.119 0 0 1 1.189-.399c.144.04.282.106.403.2l5.692 4.42c.293.228.467.552.51.893a1.37 1.37 0 0 1-.276 1.014l-.395.51zM11.06 15.935l-.044-.093-.173.212a1.73 1.73 0 0 0-.182 1.918c.109.197.254.372.433.514l5.833 4.616a1.85 1.85 0 0 0 1.352.39 1.82 1.82 0 0 0 1.219-.677L30.11 9.331a.02.02 0 0 0-.003-.026.02.02 0 0 0-.026.002L19.014 22.421a1.18 1.18 0 0 1-1.253.361 1.2 1.2 0 0 1-.396-.218l-5.698-4.782a.8.8 0 0 1-.275-.543.78.78 0 0 1 .19-.567l.178-.207-.37.171c-.128-.46-.243-.654-.33-.7" }), _jsx("path", { d: "M20.395 9.151c.83-.25 1.625-.148 2.291.217.64.351 1.156.951 1.453 1.73.305.76.247 1.57-.063 2.266a3.1 3.1 0 0 1-.657.95 3.03 3.03 0 0 1-3.256.66 3.06 3.06 0 0 1-1.674-1.634c-.342-.791-.381-1.598-.144-2.305.245-.728.778-1.349 1.572-1.745a.01.01 0 0 0 .005-.015.01.01 0 0 0-.014-.005c-.844.358-1.427.97-1.724 1.705-.3.743-.305 1.612.012 2.481.328.89.99 1.56 1.79 1.928a3.48 3.48 0 0 0 3.845-.645c.34-.324.61-.711.793-1.135.36-.837.383-1.81-.011-2.705-.396-.856-1.02-1.502-1.773-1.84-.749-.335-1.617-.37-2.484-.019a.059.059 0 0 0 .04.111" }), _jsx("path", { d: "M20.337 11.232c-.013-.033-.028-.019-.032 0a.05.05 0 0 0 .037.059h.01s.314.13.602.339c.163.118.309.263.354.446.027.106-.007.22-.091.36q-.08.134-.226.293a4 4 0 0 1-.29.282.222.222 0 0 0 .17.397s.64-.137 1.28-.285 1.275-.307 1.275-.307a.01.01 0 0 0 .007-.01.01.01 0 0 0-.01-.009s-.653.03-1.31.073c-.217.014-.434.03-.626.044q.036-.044.068-.085.118-.16.169-.308a.8.8 0 0 0 .005-.583 1.02 1.02 0 0 0-.485-.504 2.5 2.5 0 0 0-.79-.23l-.081-.009c-.028-.001-.036.016-.036.037" }), _jsx("path", { d: "M19.592 12.37s.036.004.08-.02a.2.2 0 0 0 .052-.045l.006-.007.053-.068c.096-.126.304-.389.519-.685.392-.54.819-1.18.819-1.18a.06.06 0 0 0-.01-.083.06.06 0 0 0-.084.01s-.524.561-.96 1.067c-.24.277-.448.54-.548.662l-.06.073zm0 0c-.191-.202-.179-.095-.106-.037a.17.17 0 0 0 .106.037M20.341 12.707c.05 0 .1-.022.133-.064l-.029.014a.4.4 0 0 0 .079-.079c.082-.108.26-.333.442-.588.333-.465.69-1.016.69-1.016a.06.06 0 0 0-.01-.084.06.06 0 0 0-.083.01s-.455.474-.832.904c-.207.236-.385.46-.471.565l-.05.063zm0 0c-.19-.201-.178-.095-.105-.036a.17.17 0 0 0 .105.036" })] }));
13
+ };
14
+ export default RupeeDebt5;
@@ -0,0 +1,18 @@
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 RupeeLocker = ({ 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 26 23", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: [_jsx("path", { d: "M14.57 1.178C12.242.028 9.672-.045 7.395.737c-2.357.809-4.362 2.56-5.53 4.978a9.73 9.73 0 0 0-.835 5.33c.1.783.303 1.548.594 2.276a9.86 9.86 0 0 0 5.367 5.43 9.9 9.9 0 0 0 4.738.662c1.61-.163 3.167-.688 4.471-1.506a.743.743 0 0 0-.756-1.277c-1.139.638-2.479 1.01-3.848 1.088-1.308.073-2.644-.14-3.86-.695-2.024-.897-3.467-2.543-4.229-4.45a8.36 8.36 0 0 1-.592-3.697c.059-.827.225-1.66.547-2.472a8.3 8.3 0 0 1 4.35-4.619 8.63 8.63 0 0 1 6.6-.246.197.197 0 0 0 .156-.36M19.145 14.62c.135-.236.23-.421.315-.615.08-.184.151-.374.24-.625.166-.473.315-1.01.43-1.544.12-.558.208-1.111.247-1.58l-.914-.1c-.059.429-.168.934-.306 1.442-.133.484-.295.968-.471 1.394-.09.217-.161.38-.24.539a5 5 0 0 1-.287.49zM20.072 7.622a8.5 8.5 0 0 0-1.787-3.587 9.5 9.5 0 0 0-3.103-2.436.077.077 0 0 0-.104.03.077.077 0 0 0 .032.105 9.2 9.2 0 0 1 2.837 2.562c.767 1.063 1.257 2.252 1.438 3.455a.35.35 0 0 0 .687-.129" }), _jsx("path", { d: "M6.91 6.09s1.546.005 3.297-.056c2.299-.081 4.944-.263 4.944-.263a.175.175 0 0 0 .173-.175.173.173 0 0 0-.174-.174s-2.644-.183-4.944-.264c-1.75-.06-3.295-.056-3.295-.056a.494.494 0 1 0 0 .988M9.162 8.947s.918.005 1.958-.057a61 61 0 0 0 2.937-.263.174.174 0 1 0 0-.348s-1.565-.183-2.937-.264c-1.04-.061-1.958-.056-1.958-.056a.495.495 0 0 0 0 .988" }), _jsx("path", { d: "M10.482 5.701c-.003-.022-.005-.04-.013-.037-.04.012-.02.026.013.037l.006.028c.034.117.091.348.177.665.124.46.263 1.062.374 1.69.068.384.111.768.114 1.117 0 .272-.015.515-.159.675-.121.14-.331.172-.647.16-.45-.017-1.033-.124-1.782-.382a.586.586 0 0 0-.721.851c.58.812 1.237 1.628 1.9 2.374a45 45 0 0 0 3.164 3.21c.01.01.027.01.039.001.01-.01.01-.028 0-.038 0 0-1.024-1.298-2.187-3.018-.368-.545-.75-1.13-1.113-1.727.398.1.735.143 1.022.138.669-.012 1.123-.265 1.423-.608.261-.3.422-.694.449-1.15a3.9 3.9 0 0 0-.211-1.423 7 7 0 0 0-.523-1.192 9 9 0 0 0-.617-.96c-.193-.265-.346-.445-.422-.536l-.044-.053c-.046-.05-.077-.025-.095.024.002-.107-.057-.112-.106-.085a.143.143 0 0 0-.055.195l.124.074s-.066-.013-.11-.03M24.126 14.287l-7-.42c-.408-.023-.777.143-1.06.394-.291.26-.46.64-.483 1.06l-.284 5.59c-.022.51.191.969.51 1.316.326.355.798.557 1.317.577.906.025 2.295.09 3.6.1.905.009 1.77-.018 2.4-.025a1.929 1.929 0 0 0 1.365-.601 1.92 1.92 0 0 0 .519-1.366c-.071-.777-.149-1.883-.27-2.932-.181-1.554-.412-2.932-.412-2.932a.202.202 0 1 0-.405 0s-.23 1.378-.411 2.932c-.122 1.05-.199 2.155-.27 2.932l-.069.048-.047-.016c-.63-.007-1.495-.034-2.4-.026-1.305.011-2.694.076-3.6.102-.036 0-.074.012-.099-.01-.03-.028-.073-.054-.075-.098l-.283-5.59a.48.48 0 0 1 .102-.356.52.52 0 0 1 .355-.191l7-.42a.034.034 0 0 0 .033-.034.034.034 0 0 0-.033-.034" }), _jsx("path", { d: "m17.225 14.321.18-1.408c.037-.361.159-.687.316-.99.156-.302.37-.56.616-.786.24-.22.519-.395.823-.523.295-.125.61-.217.95-.23h.003a2.62 2.62 0 0 1 1.895.635c.539.466.91 1.123.973 1.889l.124 1.413q.002.017.018.018a.02.02 0 0 0 .019-.018l.113-1.414a3.18 3.18 0 0 0-.797-2.341c-.573-.654-1.412-1.052-2.348-1.106h-.003a3.25 3.25 0 0 0-1.332.231 3.1 3.1 0 0 0-1.11.776 3.11 3.11 0 0 0-.814 2.446l.178 1.408a.098.098 0 0 0 .196 0" }), _jsx("path", { d: "m24.273 14.32.34-2.634a4.24 4.24 0 0 0-.474-2.337 4 4 0 0 0-.616-.859 4.1 4.1 0 0 0-1.455-1.008 4.25 4.25 0 0 0-1.742-.299l-.4.022c-1.213.076-2.297.594-3.035 1.446-.704.811-1.112 1.88-1.02 3.035l.228 2.634c0 .016.012.028.027.028a.027.027 0 0 0 .028-.028l.228-2.634c.075-.949.539-1.76 1.206-2.338a3.24 3.24 0 0 1 2.338-.78l.4.022c.417.013.806.125 1.168.277.374.158.716.371 1.01.642.362.333.667.725.86 1.19.13.311.24.634.275.987l.34 2.634a.147.147 0 1 0 .294 0" }), _jsx("ellipse", { cx: 721.63, cy: 166, rx: 1.851, ry: 2, transform: "matrix(.54022 0 0 .5 -369.711 -65.088)" }), _jsx("path", { d: "M721.63 164c1.022 0 1.851.896 1.851 2s-.829 2-1.851 2-1.851-.896-1.851-2 .829-2 1.851-2m-.07 2.039-.009.007-.035.016c-.05.032-.096.074-.092.028.011-.137-.399.042-.342-.09.029-.082-.186-.106-.147-.179.063-.119-.012-.284-.003-.41-.038-.15-.067-.289.008-.439.184-.369.315-.662.69-.861v.478c.264.224.131.46.282.759.05.097-.065.17-.029.273.067.199-.103.41-.299.412zm-.628-.628a.16.16 0 0 1 .048-.113c.105-.101.257-.107.385-.177.085-.047.167.135.265.109.153-.052.06.377.206.412.062.014-.103.157-.045.184.09.044-.139.118-.21.195l-.021.018a.2.2 0 0 0-.044.023c-.024.008-.048.006-.063-.015-.041-.06-.161.025-.19-.047-.058-.139-.264-.128-.271-.272-.006-.114-.035-.218-.06-.317", style: {
13
+ fill: 'none'
14
+ }, transform: "matrix(.54022 0 0 .5 -369.711 -65.088)" }), _jsx("path", { d: "M19.774 18.116h.704v2.426h-.704z" }), _jsx("path", { d: "M745.906 159.062h.704v2.034h-.704z", style: {
15
+ fill: 'none'
16
+ }, transform: "matrix(1 0 0 1.19253 -726.13 -171.57)" })] }));
17
+ };
18
+ export default RupeeLocker;
@@ -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 RupeePlant = ({ 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 16 31", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: [_jsx("path", { d: "M6.317 2.342s.564.002 1.203-.021c.84-.03 1.805-.096 1.805-.096a.063.063 0 0 0 .063-.064.063.063 0 0 0-.063-.063S8.36 2.03 7.52 2.002c-.639-.023-1.203-.021-1.203-.021-.1 0-.18.08-.18.18s.08.18.18.18M7.139 3.38s.335.003.715-.02c.5-.03 1.072-.096 1.072-.096a.064.064 0 0 0 0-.127s-.571-.067-1.072-.096c-.38-.023-.715-.021-.715-.021a.18.18 0 0 0 0 .36" }), _jsx("path", { d: "M7.621 2.2q-.001-.014-.005-.014c-.014.004-.007.01.005.014q0 .005.003.01l.064.242c.045.167.096.387.137.615.025.14.04.28.04.407.001.098-.005.185-.057.243-.045.05-.122.061-.237.057a2.3 2.3 0 0 1-.65-.138.215.215 0 0 0-.262.31c.21.296.451.593.692.864.59.66 1.155 1.166 1.155 1.166a.01.01 0 0 0 .015 0 .01.01 0 0 0 0-.013s-.374-.473-.799-1.098c-.134-.197-.272-.41-.404-.626q.214.053.369.05a.67.67 0 0 0 .519-.218.7.7 0 0 0 .166-.42 1.4 1.4 0 0 0-.076-.519 2.6 2.6 0 0 0-.191-.434 3 3 0 0 0-.226-.35c-.07-.096-.126-.16-.154-.194l-.016-.02c-.017-.018-.028-.009-.035.01 0-.04-.02-.042-.038-.031a.05.05 0 0 0-.02.07l.045.027s-.024-.004-.04-.01" }), _jsx("path", { d: "M8.326.438a3.74 3.74 0 0 0-2.738.386 3.56 3.56 0 0 0-1.699 2.345 3.63 3.63 0 0 0 .68 2.897c.593.775 1.507 1.323 2.572 1.488 1.053.142 2.066-.114 2.851-.671.8-.568 1.37-1.428 1.499-2.448.118-.974-.203-2.015-.831-2.837C10.062.818 9.2.235 8.226.118a.02.02 0 0 0-.021.016c-.002.01.005.02.015.021.918.198 1.689.822 2.19 1.617.49.777.713 1.72.532 2.572-.17.822-.686 1.484-1.37 1.9a3.18 3.18 0 0 1-2.278.39 3.17 3.17 0 0 1-1.937-1.178c-.471-.6-.734-1.353-.623-2.147a2.9 2.9 0 0 1 1.17-2.004A3.43 3.43 0 0 1 8.294.63a.098.098 0 0 0 .032-.193M3.29 23.29c.785.015 1.994.048 3.285.034 1.98-.023 4.148-.132 5.27-.175l.174 4.86a1.52 1.52 0 0 1-.393 1.116 1.6 1.6 0 0 1-.504.377c-.197.09-.408.15-.629.158l-4.147.165a.077.077 0 0 0-.003.154l4.137.333c.313.024.62-.022.913-.118.298-.097.57-.26.813-.468a2.44 2.44 0 0 0 .829-1.702l.34-5.173a1.27 1.27 0 0 0-.352-.924 1.3 1.3 0 0 0-.417-.293 1.3 1.3 0 0 0-.502-.11c-1.016-.034-3.382-.16-5.53-.184-1.538-.017-2.96.032-3.686.04a1.46 1.46 0 0 0-1.019.437 1.44 1.44 0 0 0-.403 1.021c.031.555.074 1.503.144 2.529.059.855.139 1.754.2 2.527.062.69.353 1.307.845 1.723.465.395 1.062.64 1.716.59L5.65 30.1a.196.196 0 1 0 .007-.393l-1.273-.151c-.437-.05-.799-.285-1.059-.6-.237-.288-.34-.668-.308-1.067.053-.774.125-1.674.175-2.53.045-.78.076-1.517.1-2.068m.02-.46-.002.062.001-.02zM.233 9.196C.195 9.113.168 9.15.168 9.191c0 .055.044.099.098.099l.846.3c.363.119.686.298.99.507a4.05 4.05 0 0 1 1.358 1.617c.148.31.266.639.327.99l.055.26-.174-.027a3.7 3.7 0 0 1-1.977-.94A3.87 3.87 0 0 1 .532 10.02l-.108-.462c-.009-.036-.04.04-.04.04-.02-.077-.038-.06-.038-.038q0 .005.002.01v.001l.002.003v.002l.003.005.004.005-.007-.003v-.008L.347 9.57H.347c-.014 0-.008.007.003.013v.03l.032.43a4.1 4.1 0 0 0 .934 2.307 4.3 4.3 0 0 0 2.18 1.392l.86.212a.4.4 0 0 0 .068.017l.021-.007c.095-.032.47-.189.415-.614l-.106-.813a4 4 0 0 0-.297-1.027A4.01 4.01 0 0 0 1.2 9.17l-.905-.074c-.067-.006-.073.047-.062.1M14.997 10.621c.027-.01.042-.022.012-.03-.007-.001-.01.012-.012.03-.031.013-.076.023-.076.023-.044-.16-.081-.16-.094-.126q.003.003-.003.013v.011l-.004-.004.003-.006.001-.001v-.005l.003-.008-.001-.002c-.037-.02-.03-.005-.006.022q-.017.02-.035.05l-.408.718a4 4 0 0 1-.677.883 4.05 4.05 0 0 1-1.835 1.044c-.331.09-.677.147-1.032.143l-.267.008.059-.167a3.7 3.7 0 0 1 1.28-1.775 3.87 3.87 0 0 1 2.153-.784l.48-.024.005-.011c.012-.02.029-.062-.01-.067l-.47-.05a4.1 4.1 0 0 0-2.438.504 4.3 4.3 0 0 0-1.762 1.894l-.363.772.417.634.904.048a4 4 0 0 0 1.064-.108 4.01 4.01 0 0 0 2.889-2.781c.098-.365.177-.656.214-.798zM7.948 20.158s-.09-.7.037-1.73c.045-.362.097-.762.201-1.193.213-.88.562-1.862 1.278-2.862a.116.116 0 0 0-.006-.164.116.116 0 0 0-.164.006c-1.02.856-1.676 1.78-2.102 2.665a6.4 6.4 0 0 0-.467 1.325c-.293 1.267-.114 2.167-.114 2.167a.677.677 0 1 0 1.337-.214" }), _jsx("path", { d: "M7.8 19.743s.061-.738-.266-1.875a5 5 0 0 0-.265-.74c-.425-.938-1.146-1.995-2.249-3.094a.116.116 0 1 0-.184.141c.454.794.748 1.533.982 2.215.171.497.27.953.38 1.36.321 1.203.381 1.97.381 1.97a.611.611 0 0 0 1.221.023" }), _jsx("path", { d: "M7.703 16.632s-.418-1.583-.502-4.3a34 34 0 0 1 .163-4.414.067.067 0 1 0-.133-.022 35 35 0 0 0-.687 4.415c-.26 2.846-.04 4.549-.04 4.549a.611.611 0 0 0 1.2-.228" })] }));
13
+ };
14
+ export default RupeePlant;
@@ -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 RupeeTransfer1 = ({ 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 28 33", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: [_jsx("path", { d: "M8.887 22.86c-1.568-1.49-2.364-3.469-2.43-5.475a7.53 7.53 0 0 1 1.982-5.376c1.325-1.509 3.142-2.3 4.999-2.45 1.849-.15 3.762.34 5.306 1.61a7.57 7.57 0 0 1 2.783 4.958c.246 1.938-.241 3.95-1.602 5.536-1.412 1.659-3.065 2.63-4.873 2.901-1.802.27-3.741-.134-5.734-1.211a.077.077 0 0 0-.105.027.077.077 0 0 0 .027.105c1.988 1.284 3.983 1.841 5.881 1.701 2.012-.147 3.91-1.086 5.597-2.796 1.726-1.764 2.454-4.104 2.299-6.407-.156-2.313-1.235-4.574-3.086-6.221-1.914-1.653-4.326-2.4-6.662-2.19-2.33.208-4.569 1.36-6.155 3.32-1.506 1.955-2.131 4.324-1.819 6.592a8.49 8.49 0 0 0 3.34 5.677.196.196 0 1 0 .252-.3" }), _jsx("path", { d: "M10.167 13.911s1.467.005 3.129-.058c2.184-.083 4.693-.27 4.693-.27a.18.18 0 0 0 0-.358s-2.51-.188-4.693-.272c-1.662-.062-3.129-.058-3.129-.058a.508.508 0 0 0 0 1.016M12.306 16.623s.872.005 1.859-.058c1.303-.084 2.788-.27 2.788-.27a.18.18 0 0 0 0-.359s-1.485-.186-2.788-.27c-.987-.063-1.859-.059-1.859-.059a.508.508 0 0 0 0 1.016" }), _jsx("path", { d: "M13.548 13.512c-.003-.023-.004-.04-.012-.038-.041.01-.022.025.012.038q0 .011.006.024c.03.111.079.332.157.636a20 20 0 0 1 .333 1.607c.06.363.096.722.097 1.052 0 .241-.012.456-.139.6-.108.12-.292.142-.567.133-.424-.014-.973-.111-1.68-.35a.602.602 0 0 0-.74.874c.555.77 1.184 1.542 1.818 2.247a42 42 0 0 0 3.027 3.031c.01.011.028.011.039.001a.027.027 0 0 0 .001-.039s-.964-1.238-2.058-2.879a41 41 0 0 1-.987-1.548c.34.081.632.114.884.111.654-.009 1.098-.26 1.39-.595.256-.294.415-.678.44-1.125a3.7 3.7 0 0 0-.209-1.366 6.7 6.7 0 0 0-.508-1.134 8.8 8.8 0 0 0-1.012-1.413l-.044-.05c-.045-.05-.076-.026-.096.021 0-.107-.058-.111-.108-.083a.147.147 0 0 0-.057.2l.128.076s-.07-.014-.115-.031M12.61 3.378c2.008-.122 3.831.067 5.461.502 1.09.291 2.087.7 2.99 1.217.627.357 1.204.77 1.74 1.226q.81.69 1.48 1.523c.44.55.841 1.14 1.187 1.783q.602 1.112.995 2.41c.363 1.198.598 2.502.671 3.923 0 .01.009.018.019.018q.016-.002.019-.018.153-2.168-.196-4.048a12.3 12.3 0 0 0-.797-2.63q-.47-1.09-1.143-2.015a9.7 9.7 0 0 0-1.59-1.707 10.2 10.2 0 0 0-1.944-1.282 11.5 11.5 0 0 0-2.155-.836c-1.246-.346-2.606-.517-4.066-.5a19 19 0 0 0-2.693.239.1.1 0 0 0-.087.108.1.1 0 0 0 .108.087M15.55 29.313c-2.008.123-3.832-.066-5.462-.501q-1.635-.44-2.99-1.217a11.3 11.3 0 0 1-1.74-1.226q-.809-.69-1.48-1.524a11.7 11.7 0 0 1-1.187-1.783q-.601-1.111-.995-2.409a16.4 16.4 0 0 1-.67-3.923.02.02 0 0 0-.02-.018q-.016.002-.019.018-.152 2.168.196 4.048c.175.937.444 1.813.797 2.629.314.725.694 1.4 1.143 2.016a9.7 9.7 0 0 0 1.59 1.707c.589.496 1.24.923 1.944 1.282q1.008.517 2.155.836c1.246.345 2.606.517 4.067.5a19 19 0 0 0 2.692-.239.1.1 0 0 0 .087-.108.1.1 0 0 0-.108-.088" }), _jsx("path", { d: "M11.093 3.295q.15-.124.327-.275.233-.198.48-.427c.838-.78 1.738-1.682 1.738-1.682a.122.122 0 0 0-.147-.194s-1.112.624-2.087 1.222q-.288.176-.54.347c-.364.243-.652.454-.79.55a.58.58 0 0 0-.167.715c.04.078.095.149.168.202l.391.28c.255.172.587.389.944.61.972.6 2.081 1.229 2.081 1.229a.122.122 0 1 0 .147-.194s-.904-.898-1.744-1.673a27 27 0 0 0-.801-.71M17.066 29.396q-.15.124-.327.275-.232.198-.48.427c-.838.779-1.738 1.682-1.738 1.682a.122.122 0 0 0 .147.194s1.112-.624 2.087-1.222q.288-.176.541-.347c.363-.243.651-.454.788-.55a.58.58 0 0 0 .168-.715.6.6 0 0 0-.168-.202l-.391-.28c-.255-.172-.587-.389-.944-.61-.972-.6-2.08-1.23-2.08-1.23a.122.122 0 1 0-.148.195s.904.898 1.744 1.673c.292.268.573.516.801.71" })] }));
13
+ };
14
+ export default RupeeTransfer1;
@@ -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 RupeeTransfer2 = ({ 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 22", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: [_jsx("path", { d: "M18.72 9.823c.247.37.532.781.838 1.205a131 131 0 0 0 2.664 3.532.244.244 0 0 0 .422-.242s-.853-2.17-1.695-4.086a41 41 0 0 0-.743-1.598c-.233-.476-.437-.842-.54-1.04a1.094 1.094 0 0 0-1.907 0c-.136.267-.452.84-.805 1.562-.162.33-.33.69-.494 1.065-.838 1.922-1.677 4.097-1.677 4.097a.243.243 0 1 0 .422.242s1.45-1.826 2.682-3.522a27 27 0 0 0 .832-1.215" }), _jsx("path", { d: "m24.053 19.055-.164-.25a27 27 0 0 0-.668-.966c-1.232-1.696-2.682-3.521-2.682-3.521a.244.244 0 0 0-.423.241s.84 2.176 1.677 4.097c.164.376.332.735.494 1.066.353.721.67 1.295.806 1.561a1.1 1.1 0 0 0 .954.554 1.1 1.1 0 0 0 .953-.554c.103-.198.306-.564.54-1.04.226-.46.485-1.01.743-1.597a131 131 0 0 0 1.695-4.087.244.244 0 0 0-.423-.241s-1.438 1.834-2.664 3.532c-.305.423-.59.835-.838 1.205M19.39 20.939s.007-1.828-.077-3.9c-.111-2.723-.36-5.85-.36-5.85a.24.24 0 0 0-.478 0s-.25 3.127-.36 5.85c-.085 2.072-.079 3.9-.079 3.9a.677.677 0 0 0 1.355 0" }), _jsx("path", { d: "M23.37 7.94s-.007 1.828.078 3.9c.11 2.723.36 5.85.36 5.85a.239.239 0 0 0 .478 0s.25-3.127.36-5.85c.085-2.072.078-3.9.078-3.9a.677.677 0 0 0-1.354 0M14.571 1.167C12.245.013 9.673-.065 7.394.716 5.035 1.524 3.03 3.28 1.86 5.7a9.73 9.73 0 0 0-.825 5.333c.102.781.306 1.546.598 2.273a9.84 9.84 0 0 0 5.384 5.42c1.925.738 3.92.902 5.772.52 1.907-.394 3.662-1.344 5.01-2.792a.637.637 0 1 0-.906-.895c-1.215 1.163-2.747 1.88-4.383 2.13-1.561.238-3.218.028-4.793-.664-2.012-.897-3.454-2.55-4.213-4.463a8.4 8.4 0 0 1-.583-3.698c.06-.825.229-1.658.551-2.47A8.3 8.3 0 0 1 7.82 1.785c2.013-.915 4.36-1.082 6.597-.257a.197.197 0 0 0 .155-.36M19.757 6.676a9.1 9.1 0 0 0-1.87-2.945c-.737-.786-1.635-1.504-2.697-2.14a.077.077 0 0 0-.083.129q1.492 1.037 2.494 2.26c.737.9 1.267 1.868 1.586 2.894a.302.302 0 0 0 .57-.198" }), _jsx("path", { d: "M6.966 6.114s1.545.005 3.296-.056c2.3-.081 4.944-.263 4.944-.263a.175.175 0 0 0 .174-.175.173.173 0 0 0-.175-.174s-2.644-.183-4.943-.264c-1.75-.06-3.296-.056-3.296-.056a.494.494 0 1 0 0 .988M9.217 8.972s.919.005 1.959-.057c1.371-.08 2.937-.263 2.937-.263a.174.174 0 1 0 0-.348s-1.566-.183-2.937-.264c-1.04-.061-1.958-.056-1.958-.056a.495.495 0 0 0 0 .988" }), _jsx("path", { d: "M10.537 5.727c-.004-.022-.005-.04-.013-.037-.04.011-.021.026.013.037l.006.028c.034.116.091.347.177.665.124.46.263 1.062.374 1.69.068.384.111.768.114 1.117 0 .272-.016.515-.159.675-.122.14-.331.172-.647.16-.45-.017-1.033-.124-1.782-.382a.586.586 0 0 0-.721.851c.58.812 1.237 1.628 1.9 2.374 1.611 1.816 3.164 3.21 3.164 3.21.01.01.027.01.038.001s.011-.028.002-.038c0 0-1.025-1.298-2.188-3.018-.368-.545-.75-1.13-1.113-1.727.398.1.735.143 1.021.138.67-.012 1.124-.265 1.424-.608.261-.3.422-.694.449-1.15a3.9 3.9 0 0 0-.211-1.423 7 7 0 0 0-.523-1.192 9 9 0 0 0-.617-.96c-.193-.265-.346-.445-.422-.536l-.044-.053c-.046-.05-.077-.025-.095.024.002-.107-.057-.112-.106-.085a.143.143 0 0 0-.055.195l.124.074s-.067-.013-.11-.03" })] }));
13
+ };
14
+ export default RupeeTransfer2;
@@ -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 Subscription = ({ 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: "M4.444 28.136c-1.764-1.658-2.672-3.866-2.758-6.11-.082-2.155.63-4.339 2.198-6.056 1.491-1.705 3.538-2.607 5.633-2.778 2.086-.169 4.245.391 5.985 1.827a8.53 8.53 0 0 1 3.117 5.593c.27 2.179-.288 4.438-1.823 6.214-1.587 1.85-3.443 2.93-5.469 3.226-2.012.293-4.175-.167-6.393-1.378a.077.077 0 1 0-.078.133c2.214 1.416 4.432 2.03 6.54 1.866 2.23-.172 4.33-1.218 6.193-3.12 1.9-1.955 2.699-4.542 2.52-7.086-.18-2.55-1.372-5.044-3.42-6.856-2.11-1.818-4.767-2.635-7.342-2.406-2.568.229-5.035 1.491-6.788 3.649C.886 17.004.193 19.619.524 22.125a9.42 9.42 0 0 0 3.667 6.31.196.196 0 0 0 .253-.299" }), _jsx("path", { d: "M13.07 11.164a8.9 8.9 0 0 1 .58-3.503 8.6 8.6 0 0 1 1.84-2.919 8.6 8.6 0 0 1 2.072-1.617 8.6 8.6 0 0 1 3.7-1.08 8.7 8.7 0 0 1 3.16.39 8.4 8.4 0 0 1 2.806 1.502 8.53 8.53 0 0 1 3.141 5.566c.286 2.187-.253 4.458-1.78 6.254-1.076 1.275-2.276 2.193-3.578 2.75-1.416.605-2.939.79-4.533.555a.077.077 0 0 0-.029.15c1.636.39 3.236.327 4.762-.177 1.446-.478 2.815-1.36 4.081-2.632 1.91-1.933 2.725-4.507 2.563-7.045-.163-2.556-1.353-5.057-3.395-6.883A9.8 9.8 0 0 0 25.025.531a9.7 9.7 0 0 0-3.927-.396 9.5 9.5 0 0 0-2.305.532 9.75 9.75 0 0 0-4.344 3.197c-.813 1.091-1.38 2.284-1.67 3.531a9.4 9.4 0 0 0-.1 3.811.196.196 0 1 0 .39-.042" }), _jsx("path", { d: "M17.751 6.161s1.59.006 3.389-.07c2.365-.1 5.082-.325 5.082-.325a.214.214 0 1 0 0-.429s-2.716-.224-5.082-.325c-1.8-.076-3.388-.07-3.388-.07a.61.61 0 0 0-.61.609c0 .337.274.61.61.61M20.066 9.1s.945.005 2.013-.071c1.413-.1 3.019-.325 3.019-.325a.215.215 0 1 0 0-.429s-1.605-.224-3.02-.324c-1.067-.077-2.012-.07-2.012-.07a.61.61 0 1 0 0 1.218" }), _jsx("path", { d: "M21.395 5.68c-.003-.024-.003-.046-.012-.044-.05.012-.029.03.012.045l.004.024c.031.122.077.36.154.694.112.478.23 1.096.328 1.745.06.389.092.772.09 1.124-.002.236-.01.447-.135.587-.102.114-.28.126-.542.118-.453-.013-1.04-.11-1.798-.362a.725.725 0 0 0-.888 1.051 30 30 0 0 0 1.992 2.424 45 45 0 0 0 3.312 3.257c.012.013.034.013.047 0a.034.034 0 0 0 .001-.046s-1.03-1.351-2.2-3.14a48 48 0 0 1-.968-1.54c.314.067.589.095.83.093.738-.006 1.237-.293 1.567-.672.288-.33.47-.764.494-1.265a4 4 0 0 0-.236-1.507 7 7 0 0 0-.57-1.232 9 9 0 0 0-1.133-1.518c-.094-.103-.16.046-.19.138.074-.285-.025-.31-.104-.265a.176.176 0 0 0-.07.24l.155.09s-.087-.018-.14-.038M8.842 21.759s1.014-.392 2.127-.921c1.473-.699 3.102-1.608 3.102-1.608a.24.24 0 0 0 .135-.309.24.24 0 0 0-.31-.135s-1.811.445-3.365.937c-1.176.372-2.185.775-2.185.775a.678.678 0 0 0 .496 1.26" }), _jsx("path", { d: "M8.871 18.835c.548-.168 1.396-.426 2.255-.707.681-.223 1.368-.461 1.928-.656.023.643.051 1.455.091 2.294.09 1.9.22 3.926.248 4.46l-.007.124.022-.034c-.226.364-.721.611-1.212.658-.497.048-1.005-.072-1.21-.541-.115-.578.146-.954.526-1.173.518-.3 1.213-.347 1.582-.195.018.01.04.002.05-.017a.037.037 0 0 0-.017-.049c-.452-.275-1.46-.306-2.105.13-.415.279-.672.742-.615 1.433a.3.3 0 0 0 .012.049c.215.821.98 1.188 1.799 1.224.809.035 1.645-.325 2.095-.866l.022-.034a1.4 1.4 0 0 0 .228-.708c.03-.534.161-2.56.254-4.459.057-1.173.092-2.292.12-2.974a1.46 1.46 0 0 0-.152-.656 1.45 1.45 0 0 0-1.742-.728c-.614.199-1.595.502-2.547.822-1.029.347-2.026.711-2.525.886-.29.104-.539.285-.706.527-.166.24-.27.528-.263.834l.278 7.516v.01l-.048.158.026-.014c-.425.244-1.034.35-1.557.27-.492-.077-.944-.282-.908-.786.03-.466.322-.746.698-.884a2.47 2.47 0 0 1 1.42-.052.196.196 0 0 0 .124-.372c-.607-.243-1.438-.286-2.064-.012-.478.21-.826.607-.942 1.224-.15.815.318 1.373 1.018 1.695.802.366 1.96.334 2.752-.017l.026-.015c.223-.112.394-.292.526-.493.134-.205.197-.45.21-.702.043-.686.129-2.223.193-3.761.055-1.318.093-2.632.117-3.409" })] }));
13
+ };
14
+ export default Subscription;
@@ -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 Tax1 = ({ 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 19 32", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: [_jsx("path", { d: "M5.509 10.517S3.632 14.15 2.294 17.72c-.736 1.966-1.287 3.914-1.339 5.257-.066 2.276.967 4.362 2.671 5.849 1.562 1.362 3.704 2.191 6.06 2.228a9.6 9.6 0 0 0 3.234-.548 8.8 8.8 0 0 0 2.841-1.664c1.699-1.497 2.725-3.587 2.646-5.865-.062-1.345-.627-3.318-1.387-5.312-1.376-3.609-3.3-7.28-3.3-7.28-.008-.019-.03-.026-.048-.019-.019.009-.027.031-.019.05 0 0 1.466 3.84 2.463 7.542.515 1.91.91 3.772.851 5.019-.062 1.786-.996 3.345-2.39 4.443a7.6 7.6 0 0 1-2.303 1.22 8.1 8.1 0 0 1-2.587.418c-1.884.03-3.606-.59-4.903-1.621-1.39-1.107-2.313-2.673-2.365-4.46-.048-1.239.355-3.062.885-4.925 1.034-3.629 2.561-7.372 2.561-7.372a.196.196 0 0 0-.356-.164M13.684 9.699h.003l.02-.048a1.03 1.03 0 0 0-.265-.757 1.07 1.07 0 0 0-.757-.358c-.98-.052-2.513-.141-3.901-.207-1.066-.05-2.04-.085-2.601-.108a.94.94 0 0 0-.674.266.96.96 0 0 0-.294.676.995.995 0 0 0 .954 1.012c.43.015 1.104.052 1.875.063.59.009 1.238.006 1.878-.007a100 100 0 0 0 2.632-.097 48 48 0 0 0 1.133-.066.097.097 0 0 0 .098-.094.1.1 0 0 0-.094-.102l-.011-.002-.101-.014c-.173-.023-.53-.076-1.01-.136-.7-.088-1.643-.204-2.616-.298A53 53 0 0 0 8.08 9.27c-.77-.048-1.444-.062-1.875-.081l-.046-.027c-.001-.01-.01-.022-.003-.028.009-.01.014-.026.028-.026.562-.026 1.535-.065 2.6-.12 1.388-.072 2.922-.167 3.9-.223a.9.9 0 0 1 .66.225.94.94 0 0 1 .322.66l.01.024c-.005-.006-.008 0-.008.006q0 .014.015.018M6.155 4.163l1.42 1.118a.961.961 0 0 0 1.507-.863L8.984 2.93l1.57-.086.005 1.665a.7.7 0 0 0 1.215.517l1.162-1.453.777.553a.6.6 0 0 1 .247.32.65.65 0 0 1-.02.44l-1.462 3.226c-.01.017-.003.04.015.05s.04.003.05-.015l1.967-2.943c.18-.272.23-.591.199-.897a1.4 1.4 0 0 0-.437-.85l-.733-.715c-.198-.191-.462-.26-.718-.261a1 1 0 0 0-.628.236l.023-.185a1.3 1.3 0 0 0-.068-.542 1.366 1.366 0 0 0-.734-.798 1.4 1.4 0 0 0-.548-.116l-2.953-.075a.99.99 0 0 0-.976 1.07l.055.6H6.99c-.243-.146-.51-.242-.78-.22-.265.02-.535.088-.75.268l-.403.35c-.33.284-.57.639-.622 1.043-.05.388-.008.798.229 1.14L6.61 8.006a.196.196 0 1 0 .345-.186l-1.22-3.141c-.035-.086.013-.173.04-.255.023-.066.097-.093.16-.131zm.12-.072c.042-.014.08-.046.122-.071zm4.28-1.551v-.108c-.001.036-.006.073 0 .108" }), _jsx("path", { d: "M3.82 20.465s.727.006 1.55-.058a38 38 0 0 0 2.327-.27.18.18 0 0 0 0-.36s-1.236-.186-2.327-.269c-.823-.064-1.55-.058-1.55-.058a.508.508 0 0 0 0 1.015M6.106 24.238s.006-.67-.058-1.424c-.084-1.003-.27-2.135-.27-2.135a.18.18 0 0 0-.18-.178c-.098 0-.179.079-.179.178 0 0-.186 1.132-.27 2.135-.064.754-.058 1.424-.058 1.424a.509.509 0 0 0 1.015 0M8.22 23.312s.515.004 1.095-.058c.778-.085 1.643-.27 1.643-.27a.18.18 0 0 0 0-.36s-.865-.184-1.643-.269c-.58-.063-1.095-.058-1.095-.058a.508.508 0 0 0 0 1.015" }), _jsx("path", { d: "M8.69 24.388s.57-1.377 1.037-2.58c.105-.27.204-.53.292-.764l1.475 3.521c.033.093.136.14.228.107a.18.18 0 0 0 .108-.23l-1.444-4.672a.417.417 0 0 0-.773-.016s-.37.786-.768 1.689C8.325 22.623 7.752 24 7.752 24a.508.508 0 1 0 .938.388M12.156 20.513s.555.806 1.241 1.68a69 69 0 0 0 2.012 2.414.179.179 0 1 0 .294-.205s-.802-1.478-1.568-2.724c-.582-.945-1.146-1.746-1.146-1.746a.508.508 0 0 0-.833.581" }), _jsx("path", { d: "M12.99 24.573s.563-.802 1.145-1.747a68 68 0 0 0 1.568-2.724.179.179 0 1 0-.294-.204s-1.107 1.263-2.012 2.414a38 38 0 0 0-1.24 1.679.508.508 0 0 0 .833.582" })] }));
13
+ };
14
+ export default Tax1;
@@ -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 TaxDocument = ({ 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 26 30", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: [_jsx("path", { d: "M5.31 22.666s3.26-.004 6.954-.063c4.843-.076 10.437-.237 10.437-.237a.35.35 0 0 0 .345-.343.347.347 0 0 0-.346-.346s-5.588-.18-10.432-.276c-3.696-.073-6.957-.09-6.957-.09a.676.676 0 0 0-.002 1.355M5.306 25.369s2.25-.007 4.8-.068c3.344-.079 7.201-.242 7.201-.242a.343.343 0 0 0 .344-.344.34.34 0 0 0-.344-.346s-3.856-.177-7.198-.27c-2.55-.07-4.8-.085-4.8-.085a.677.677 0 0 0-.002 1.355M4.994 12.004s1.03.006 2.195-.079c1.543-.11 3.295-.36 3.295-.36a.238.238 0 0 0 0-.477s-1.752-.25-3.295-.36c-1.165-.085-2.195-.08-2.195-.08a.677.677 0 0 0 0 1.356M8.19 17.39s.005-.946-.08-2.016c-.11-1.418-.36-3.023-.36-3.023a.238.238 0 1 0-.477 0s-.25 1.605-.36 3.023c-.085 1.07-.079 2.015-.079 2.015a.679.679 0 0 0 1.355 0M11.223 16.034s.73.006 1.55-.078c1.1-.113 2.326-.36 2.326-.36a.24.24 0 0 0 .238-.24.24.24 0 0 0-.238-.237s-1.226-.249-2.326-.36c-.82-.086-1.55-.08-1.55-.08a.678.678 0 0 0 0 1.355" }), _jsx("path", { d: "M11.85 17.584s.805-1.95 1.47-3.652l.444-1.158 2.106 5.07c.043.124.181.189.305.144a.24.24 0 0 0 .144-.306l-2.062-6.608a.556.556 0 0 0-1.032-.024s-.52 1.115-1.082 2.393c-.734 1.675-1.544 3.623-1.544 3.623a.676.676 0 1 0 1.25.518M16.827 12.09s.788 1.14 1.753 2.379c1.275 1.633 2.83 3.431 2.83 3.431a.24.24 0 0 0 .393-.274s-1.147-2.082-2.238-3.842c-.827-1.336-1.625-2.47-1.625-2.47a.679.679 0 0 0-1.113.776" }), _jsx("path", { d: "M17.94 17.837s.798-1.134 1.625-2.47c1.091-1.76 2.238-3.843 2.238-3.843a.24.24 0 0 0-.392-.273s-1.556 1.798-2.83 3.43c-.966 1.24-1.754 2.38-1.754 2.38a.679.679 0 0 0 1.113.776" }), _jsx("path", { d: "m19.084 2.977-.105 3.292a1.31 1.31 0 0 0 .79 1.236c.16.072.334.11.512.114l4.242.118a.98.98 0 0 0 .922-.616.99.99 0 0 0-.247-1.1l-5.167-4.948a1.7 1.7 0 0 0-.525-.332 1.7 1.7 0 0 0-.612-.123L3.3.365A2.969 2.969 0 0 0 .315 3.327c0 2.13-.019 5.714.002 9.548.031 5.413.126 11.319.16 14.325a2.8 2.8 0 0 0 .843 1.98 2.8 2.8 0 0 0 1.98.798l20-.331a2.44 2.44 0 0 0 1.71-.738 2.391 2.391 0 0 0 .679-1.71l-.352-18.36a.036.036 0 0 0-.037-.036.037.037 0 0 0-.037.036l-.35 18.36a1.597 1.597 0 0 1-1.012 1.448 1.6 1.6 0 0 1-.6.105l-20-.33a1.21 1.21 0 0 1-.848-.375 1.18 1.18 0 0 1-.328-.848c.033-3.005.128-8.91.158-14.324.022-3.834.002-7.419.003-9.549A1.028 1.028 0 0 1 3.3 2.288l15.594-.253.206.064 5.42 4.669h.013l-.01.024-4.242.126a.67.67 0 0 1-.636-.386.7.7 0 0 1-.064-.263l-.105-3.292a.196.196 0 1 0-.392 0" })] }));
13
+ };
14
+ export default TaxDocument;
@@ -1,7 +1,39 @@
1
1
  /**
2
2
  * This file exports all icons in the "Money" category.
3
3
  */
4
+ import BullishStock from '@/src/icons/money/BullishStock';
4
5
  import Bitcoin from '@/src/icons/money/Bitcoin';
6
+ import Coins1 from '@/src/icons/money/Coins1';
7
+ import Coins2 from '@/src/icons/money/Coins2';
8
+ import CreditCard from '@/src/icons/money/CreditCard';
5
9
  import CreditCards from '@/src/icons/money/CreditCards';
10
+ import HomeDiscount from '@/src/icons/money/HomeDiscount';
11
+ import MoneyBag1 from '@/src/icons/money/MoneyBag1';
12
+ import MoneyCalendar1 from '@/src/icons/money/MoneyCalendar1';
13
+ import MoneyCalendar2 from '@/src/icons/money/MoneyCalendar2';
14
+ import MoneyIn1 from '@/src/icons/money/MoneyIn1';
15
+ import MoneyIn2 from '@/src/icons/money/MoneyIn2';
16
+ import MoneyIn3 from '@/src/icons/money/MoneyIn3';
17
+ import MoneyInstitution1 from '@/src/icons/money/MoneyInstitution1';
18
+ import MoneyInstitution2 from '@/src/icons/money/MoneyInstitution2';
19
+ import MoneyOut1 from '@/src/icons/money/MoneyOut1';
20
+ import MoneyOut2 from '@/src/icons/money/MoneyOut2';
21
+ import MoneyOut3 from '@/src/icons/money/MoneyOut3';
22
+ import PiggyBank from '@/src/icons/money/PiggyBank';
23
+ import Rent from '@/src/icons/money/Rent';
24
+ import RupeeBubble from '@/src/icons/money/RupeeBubble';
25
+ import RupeeCash1 from '@/src/icons/money/RupeeCash1';
26
+ import RupeeDebt1 from '@/src/icons/money/RupeeDebt1';
27
+ import RupeeDebt2 from '@/src/icons/money/RupeeDebt2';
28
+ import RupeeDebt3 from '@/src/icons/money/RupeeDebt3';
29
+ import RupeeDebt4 from '@/src/icons/money/RupeeDebt4';
30
+ import RupeeDebt5 from '@/src/icons/money/RupeeDebt5';
31
+ import RupeeLocker from '@/src/icons/money/RupeeLocker';
32
+ import RupeePlant from '@/src/icons/money/RupeePlant';
33
+ import RupeeTransfer1 from '@/src/icons/money/RupeeTransfer1';
34
+ import RupeeTransfer2 from '@/src/icons/money/RupeeTransfer2';
35
+ import Subscription from '@/src/icons/money/Subscription';
36
+ import Tax1 from '@/src/icons/money/Tax1';
37
+ import TaxDocument from '@/src/icons/money/TaxDocument';
6
38
  import Wallet from '@/src/icons/money/Wallet';
7
- export { Bitcoin, CreditCards, Wallet };
39
+ export { BullishStock, Bitcoin, Coins1, Coins2, CreditCard, CreditCards, HomeDiscount, MoneyBag1, MoneyCalendar1, MoneyCalendar2, MoneyIn1, MoneyIn2, MoneyIn3, MoneyInstitution1, MoneyInstitution2, MoneyOut1, MoneyOut2, MoneyOut3, PiggyBank, Rent, RupeeBubble, RupeeCash1, RupeeDebt1, RupeeDebt2, RupeeDebt3, RupeeDebt4, RupeeDebt5, RupeeLocker, RupeePlant, RupeeTransfer1, RupeeTransfer2, Subscription, Tax1, TaxDocument, Wallet };