@huma-finance/shared 0.0.28 → 0.0.30
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.
- package/LICENSE +660 -660
- package/README.md +28 -28
- package/dist/abis/BaseCreditPool.json +1179 -1179
- package/dist/abis/BaseCreditPoolReceivable.json +764 -0
- package/dist/abis/BaseFeeManager.json +480 -480
- package/dist/abis/BasePoolConfig.json +1364 -1364
- package/dist/abis/ERC20TransferableReceivable.json +648 -648
- package/dist/abis/ERC20TransferrableReceivable.json +648 -0
- package/dist/abis/HDT.json +512 -512
- package/dist/abis/IConstantFlowAgreementV1.json +890 -890
- package/dist/abis/ISuperfluid.json +1122 -1122
- package/dist/abis/InvoiceNFT.json +625 -625
- package/dist/abis/Multisend.json +26 -26
- package/dist/abis/RealWorldReceivable.json +823 -823
- package/dist/abis/ReceivableFactoringPool.json +1529 -1529
- package/dist/abis/StreamFactoringPool.json +1523 -1523
- package/dist/abis/StreamFeeManager.json +522 -522
- package/dist/abis/SuperfluidPoolProcessor.json +692 -692
- package/dist/abis/TestERC20.json +358 -358
- package/dist/abis/TradableStream.json +850 -850
- package/dist/abis/Transfer.json +24 -24
- package/dist/abis/TransferNFT.json +27 -27
- package/dist/abis/erc20.json +117 -117
- package/dist/abis/erc2612.json +132 -132
- package/dist/abis/erc721.json +673 -673
- package/dist/abis/index.d.ts +3 -3
- package/dist/abis/index.js +3 -3
- package/dist/abis/types/BaseCreditPool.d.ts +803 -803
- package/dist/abis/types/BaseCreditPool.js +1 -1
- package/dist/abis/types/BaseCreditPoolReceivable.d.ts +518 -0
- package/dist/abis/types/BaseCreditPoolReceivable.js +2 -0
- package/dist/abis/types/BaseCreditPoolReceivable.js.map +1 -0
- package/dist/abis/types/BaseFeeManager.d.ts +408 -408
- package/dist/abis/types/BaseFeeManager.js +1 -1
- package/dist/abis/types/BasePoolConfig.d.ts +1097 -1097
- package/dist/abis/types/BasePoolConfig.js +1 -1
- package/dist/abis/types/ERC20TransferableReceivable.d.ts +407 -407
- package/dist/abis/types/ERC20TransferableReceivable.js +1 -1
- package/dist/abis/types/ERC20TransferrableReceivable.d.ts +407 -0
- package/dist/abis/types/ERC20TransferrableReceivable.js +2 -0
- package/dist/abis/types/ERC20TransferrableReceivable.js.map +1 -0
- package/dist/abis/types/Erc20.d.ts +168 -168
- package/dist/abis/types/Erc20.js +1 -1
- package/dist/abis/types/Erc2612.d.ts +192 -192
- package/dist/abis/types/Erc2612.js +1 -1
- package/dist/abis/types/Erc721.d.ts +474 -474
- package/dist/abis/types/Erc721.js +1 -1
- package/dist/abis/types/HDT.d.ts +369 -369
- package/dist/abis/types/HDT.js +1 -1
- package/dist/abis/types/IConstantFlowAgreementV1.d.ts +573 -573
- package/dist/abis/types/IConstantFlowAgreementV1.js +1 -1
- package/dist/abis/types/ISuperfluid.d.ts +728 -728
- package/dist/abis/types/ISuperfluid.js +1 -1
- package/dist/abis/types/InvoiceNFT.d.ts +425 -425
- package/dist/abis/types/InvoiceNFT.js +1 -1
- package/dist/abis/types/Multisend.d.ts +50 -50
- package/dist/abis/types/Multisend.js +1 -1
- package/dist/abis/types/RealWorldReceivable.d.ts +564 -564
- package/dist/abis/types/RealWorldReceivable.js +1 -1
- package/dist/abis/types/ReceivableFactoringPool.d.ts +999 -999
- package/dist/abis/types/ReceivableFactoringPool.js +1 -1
- package/dist/abis/types/StreamFactoringPool.d.ts +985 -985
- package/dist/abis/types/StreamFactoringPool.js +1 -1
- package/dist/abis/types/StreamFeeManager.d.ts +440 -440
- package/dist/abis/types/StreamFeeManager.js +1 -1
- package/dist/abis/types/SuperfluidPoolProcessor.d.ts +398 -398
- package/dist/abis/types/SuperfluidPoolProcessor.js +1 -1
- package/dist/abis/types/TestERC20.d.ts +270 -270
- package/dist/abis/types/TestERC20.js +1 -1
- package/dist/abis/types/TradableStream.d.ts +607 -607
- package/dist/abis/types/TradableStream.js +1 -1
- package/dist/abis/types/Transfer.d.ts +45 -45
- package/dist/abis/types/Transfer.js +1 -1
- package/dist/abis/types/TransferNFT.d.ts +45 -45
- package/dist/abis/types/TransferNFT.js +1 -1
- package/dist/abis/types/common.d.ts +22 -22
- package/dist/abis/types/common.js +1 -1
- package/dist/abis/types/factories/BaseCreditPoolReceivable__factory.d.ts +597 -0
- package/dist/abis/types/factories/BaseCreditPoolReceivable__factory.js +778 -0
- package/dist/abis/types/factories/BaseCreditPoolReceivable__factory.js.map +1 -0
- package/dist/abis/types/factories/BaseCreditPool__factory.d.ts +931 -931
- package/dist/abis/types/factories/BaseCreditPool__factory.js +1192 -1192
- package/dist/abis/types/factories/BaseFeeManager__factory.d.ts +379 -379
- package/dist/abis/types/factories/BaseFeeManager__factory.js +493 -493
- package/dist/abis/types/factories/BasePoolConfig__factory.d.ts +1074 -1074
- package/dist/abis/types/factories/BasePoolConfig__factory.js +1377 -1377
- package/dist/abis/types/factories/ERC20TransferableReceivable__factory.d.ts +508 -508
- package/dist/abis/types/factories/ERC20TransferableReceivable__factory.js +661 -661
- package/dist/abis/types/factories/ERC20TransferrableReceivable__factory.d.ts +508 -0
- package/dist/abis/types/factories/ERC20TransferrableReceivable__factory.js +663 -0
- package/dist/abis/types/factories/ERC20TransferrableReceivable__factory.js.map +1 -0
- package/dist/abis/types/factories/Erc20__factory.d.ts +175 -175
- package/dist/abis/types/factories/Erc20__factory.js +235 -235
- package/dist/abis/types/factories/Erc2612__factory.d.ts +209 -209
- package/dist/abis/types/factories/Erc2612__factory.js +278 -278
- package/dist/abis/types/factories/Erc721__factory.d.ts +539 -539
- package/dist/abis/types/factories/Erc721__factory.js +686 -686
- package/dist/abis/types/factories/HDT__factory.d.ts +399 -399
- package/dist/abis/types/factories/HDT__factory.js +525 -525
- package/dist/abis/types/factories/IConstantFlowAgreementV1__factory.d.ts +695 -695
- package/dist/abis/types/factories/IConstantFlowAgreementV1__factory.js +903 -903
- package/dist/abis/types/factories/ISuperfluid__factory.d.ts +866 -866
- package/dist/abis/types/factories/ISuperfluid__factory.js +1135 -1135
- package/dist/abis/types/factories/InvoiceNFT__factory.d.ts +489 -489
- package/dist/abis/types/factories/InvoiceNFT__factory.js +638 -638
- package/dist/abis/types/factories/Multisend__factory.d.ts +26 -26
- package/dist/abis/types/factories/Multisend__factory.js +39 -39
- package/dist/abis/types/factories/RealWorldReceivable__factory.d.ts +645 -645
- package/dist/abis/types/factories/RealWorldReceivable__factory.js +836 -836
- package/dist/abis/types/factories/ReceivableFactoringPool__factory.d.ts +1204 -1204
- package/dist/abis/types/factories/ReceivableFactoringPool__factory.js +1542 -1542
- package/dist/abis/types/factories/StreamFactoringPool__factory.d.ts +1200 -1200
- package/dist/abis/types/factories/StreamFactoringPool__factory.js +1536 -1536
- package/dist/abis/types/factories/StreamFeeManager__factory.d.ts +412 -412
- package/dist/abis/types/factories/StreamFeeManager__factory.js +535 -535
- package/dist/abis/types/factories/SuperfluidPoolProcessor__factory.d.ts +546 -546
- package/dist/abis/types/factories/SuperfluidPoolProcessor__factory.js +705 -705
- package/dist/abis/types/factories/TestERC20__factory.d.ts +280 -280
- package/dist/abis/types/factories/TestERC20__factory.js +371 -371
- package/dist/abis/types/factories/TradableStream__factory.d.ts +663 -663
- package/dist/abis/types/factories/TradableStream__factory.js +863 -863
- package/dist/abis/types/factories/TransferNFT__factory.d.ts +28 -28
- package/dist/abis/types/factories/TransferNFT__factory.js +40 -40
- package/dist/abis/types/factories/Transfer__factory.d.ts +25 -25
- package/dist/abis/types/factories/Transfer__factory.js +37 -37
- package/dist/abis/types/factories/index.d.ts +21 -21
- package/dist/abis/types/factories/index.js +24 -24
- package/dist/abis/types/index.d.ts +43 -43
- package/dist/abis/types/index.js +22 -22
- package/dist/cjs/abis/BaseCreditPool.json +1179 -1179
- package/dist/cjs/abis/BaseCreditPoolReceivable.json +764 -0
- package/dist/cjs/abis/BaseFeeManager.json +480 -480
- package/dist/cjs/abis/BasePoolConfig.json +1364 -1364
- package/dist/cjs/abis/ERC20TransferableReceivable.json +648 -648
- package/dist/cjs/abis/HDT.json +512 -512
- package/dist/cjs/abis/IConstantFlowAgreementV1.json +890 -890
- package/dist/cjs/abis/ISuperfluid.json +1122 -1122
- package/dist/cjs/abis/InvoiceNFT.json +625 -625
- package/dist/cjs/abis/Multisend.json +26 -26
- package/dist/cjs/abis/RealWorldReceivable.json +823 -823
- package/dist/cjs/abis/ReceivableFactoringPool.json +1529 -1529
- package/dist/cjs/abis/StreamFactoringPool.json +1523 -1523
- package/dist/cjs/abis/StreamFeeManager.json +522 -522
- package/dist/cjs/abis/SuperfluidPoolProcessor.json +692 -692
- package/dist/cjs/abis/TestERC20.json +358 -358
- package/dist/cjs/abis/TradableStream.json +850 -850
- package/dist/cjs/abis/Transfer.json +24 -24
- package/dist/cjs/abis/TransferNFT.json +27 -27
- package/dist/cjs/abis/erc20.json +117 -117
- package/dist/cjs/abis/erc2612.json +132 -132
- package/dist/cjs/abis/erc721.json +673 -673
- package/dist/cjs/abis/index.d.ts +3 -3
- package/dist/cjs/abis/index.js +12 -12
- package/dist/cjs/abis/types/BaseCreditPool.d.ts +803 -803
- package/dist/cjs/abis/types/BaseCreditPool.js +2 -2
- package/dist/cjs/abis/types/BaseCreditPoolReceivable.d.ts +518 -0
- package/dist/cjs/abis/types/BaseCreditPoolReceivable.js +3 -0
- package/dist/cjs/abis/types/BaseCreditPoolReceivable.js.map +1 -0
- package/dist/cjs/abis/types/BaseFeeManager.d.ts +408 -408
- package/dist/cjs/abis/types/BaseFeeManager.js +2 -2
- package/dist/cjs/abis/types/BasePoolConfig.d.ts +1097 -1097
- package/dist/cjs/abis/types/BasePoolConfig.js +2 -2
- package/dist/cjs/abis/types/ERC20TransferableReceivable.d.ts +407 -407
- package/dist/cjs/abis/types/ERC20TransferableReceivable.js +2 -2
- package/dist/cjs/abis/types/Erc20.d.ts +168 -168
- package/dist/cjs/abis/types/Erc20.js +2 -2
- package/dist/cjs/abis/types/Erc2612.d.ts +192 -192
- package/dist/cjs/abis/types/Erc2612.js +2 -2
- package/dist/cjs/abis/types/Erc721.d.ts +474 -474
- package/dist/cjs/abis/types/Erc721.js +2 -2
- package/dist/cjs/abis/types/HDT.d.ts +369 -369
- package/dist/cjs/abis/types/HDT.js +2 -2
- package/dist/cjs/abis/types/IConstantFlowAgreementV1.d.ts +573 -573
- package/dist/cjs/abis/types/IConstantFlowAgreementV1.js +2 -2
- package/dist/cjs/abis/types/ISuperfluid.d.ts +728 -728
- package/dist/cjs/abis/types/ISuperfluid.js +2 -2
- package/dist/cjs/abis/types/InvoiceNFT.d.ts +425 -425
- package/dist/cjs/abis/types/InvoiceNFT.js +2 -2
- package/dist/cjs/abis/types/Multisend.d.ts +50 -50
- package/dist/cjs/abis/types/Multisend.js +2 -2
- package/dist/cjs/abis/types/RealWorldReceivable.d.ts +564 -564
- package/dist/cjs/abis/types/RealWorldReceivable.js +2 -2
- package/dist/cjs/abis/types/ReceivableFactoringPool.d.ts +999 -999
- package/dist/cjs/abis/types/ReceivableFactoringPool.js +2 -2
- package/dist/cjs/abis/types/StreamFactoringPool.d.ts +985 -985
- package/dist/cjs/abis/types/StreamFactoringPool.js +2 -2
- package/dist/cjs/abis/types/StreamFeeManager.d.ts +440 -440
- package/dist/cjs/abis/types/StreamFeeManager.js +2 -2
- package/dist/cjs/abis/types/SuperfluidPoolProcessor.d.ts +398 -398
- package/dist/cjs/abis/types/SuperfluidPoolProcessor.js +2 -2
- package/dist/cjs/abis/types/TestERC20.d.ts +270 -270
- package/dist/cjs/abis/types/TestERC20.js +2 -2
- package/dist/cjs/abis/types/TradableStream.d.ts +607 -607
- package/dist/cjs/abis/types/TradableStream.js +2 -2
- package/dist/cjs/abis/types/Transfer.d.ts +45 -45
- package/dist/cjs/abis/types/Transfer.js +2 -2
- package/dist/cjs/abis/types/TransferNFT.d.ts +45 -45
- package/dist/cjs/abis/types/TransferNFT.js +2 -2
- package/dist/cjs/abis/types/common.d.ts +22 -22
- package/dist/cjs/abis/types/common.js +2 -2
- package/dist/cjs/abis/types/factories/BaseCreditPoolReceivable__factory.d.ts +597 -0
- package/dist/cjs/abis/types/factories/BaseCreditPoolReceivable__factory.js +782 -0
- package/dist/cjs/abis/types/factories/BaseCreditPoolReceivable__factory.js.map +1 -0
- package/dist/cjs/abis/types/factories/BaseCreditPool__factory.d.ts +931 -931
- package/dist/cjs/abis/types/factories/BaseCreditPool__factory.js +1196 -1196
- package/dist/cjs/abis/types/factories/BaseFeeManager__factory.d.ts +379 -379
- package/dist/cjs/abis/types/factories/BaseFeeManager__factory.js +497 -497
- package/dist/cjs/abis/types/factories/BasePoolConfig__factory.d.ts +1074 -1074
- package/dist/cjs/abis/types/factories/BasePoolConfig__factory.js +1381 -1381
- package/dist/cjs/abis/types/factories/ERC20TransferableReceivable__factory.d.ts +508 -508
- package/dist/cjs/abis/types/factories/ERC20TransferableReceivable__factory.js +665 -665
- package/dist/cjs/abis/types/factories/Erc20__factory.d.ts +175 -175
- package/dist/cjs/abis/types/factories/Erc20__factory.js +239 -239
- package/dist/cjs/abis/types/factories/Erc2612__factory.d.ts +209 -209
- package/dist/cjs/abis/types/factories/Erc2612__factory.js +282 -282
- package/dist/cjs/abis/types/factories/Erc721__factory.d.ts +539 -539
- package/dist/cjs/abis/types/factories/Erc721__factory.js +690 -690
- package/dist/cjs/abis/types/factories/HDT__factory.d.ts +399 -399
- package/dist/cjs/abis/types/factories/HDT__factory.js +529 -529
- package/dist/cjs/abis/types/factories/IConstantFlowAgreementV1__factory.d.ts +695 -695
- package/dist/cjs/abis/types/factories/IConstantFlowAgreementV1__factory.js +907 -907
- package/dist/cjs/abis/types/factories/ISuperfluid__factory.d.ts +866 -866
- package/dist/cjs/abis/types/factories/ISuperfluid__factory.js +1139 -1139
- package/dist/cjs/abis/types/factories/InvoiceNFT__factory.d.ts +489 -489
- package/dist/cjs/abis/types/factories/InvoiceNFT__factory.js +642 -642
- package/dist/cjs/abis/types/factories/Multisend__factory.d.ts +26 -26
- package/dist/cjs/abis/types/factories/Multisend__factory.js +43 -43
- package/dist/cjs/abis/types/factories/RealWorldReceivable__factory.d.ts +645 -645
- package/dist/cjs/abis/types/factories/RealWorldReceivable__factory.js +840 -840
- package/dist/cjs/abis/types/factories/ReceivableFactoringPool__factory.d.ts +1204 -1204
- package/dist/cjs/abis/types/factories/ReceivableFactoringPool__factory.js +1546 -1546
- package/dist/cjs/abis/types/factories/StreamFactoringPool__factory.d.ts +1200 -1200
- package/dist/cjs/abis/types/factories/StreamFactoringPool__factory.js +1540 -1540
- package/dist/cjs/abis/types/factories/StreamFeeManager__factory.d.ts +412 -412
- package/dist/cjs/abis/types/factories/StreamFeeManager__factory.js +539 -539
- package/dist/cjs/abis/types/factories/SuperfluidPoolProcessor__factory.d.ts +546 -546
- package/dist/cjs/abis/types/factories/SuperfluidPoolProcessor__factory.js +709 -709
- package/dist/cjs/abis/types/factories/TestERC20__factory.d.ts +280 -280
- package/dist/cjs/abis/types/factories/TestERC20__factory.js +375 -375
- package/dist/cjs/abis/types/factories/TradableStream__factory.d.ts +663 -663
- package/dist/cjs/abis/types/factories/TradableStream__factory.js +867 -867
- package/dist/cjs/abis/types/factories/TransferNFT__factory.d.ts +28 -28
- package/dist/cjs/abis/types/factories/TransferNFT__factory.js +44 -44
- package/dist/cjs/abis/types/factories/Transfer__factory.d.ts +25 -25
- package/dist/cjs/abis/types/factories/Transfer__factory.js +41 -41
- package/dist/cjs/abis/types/factories/index.d.ts +21 -21
- package/dist/cjs/abis/types/factories/index.js +48 -48
- package/dist/cjs/abis/types/index.d.ts +43 -43
- package/dist/cjs/abis/types/index.js +47 -47
- package/dist/cjs/hooks/index.d.ts +18 -18
- package/dist/cjs/hooks/index.js +21 -21
- package/dist/cjs/hooks/useActiveRoute.d.ts +8 -8
- package/dist/cjs/hooks/useActiveRoute.js +11 -11
- package/dist/cjs/hooks/useAsyncError.d.ts +14 -14
- package/dist/cjs/hooks/useAsyncError.js +26 -26
- package/dist/cjs/hooks/useCLPoolContract.d.ts +27 -27
- package/dist/cjs/hooks/useCLPoolContract.js +53 -53
- package/dist/cjs/hooks/useContract.d.ts +7 -7
- package/dist/cjs/hooks/useContract.js +49 -49
- package/dist/cjs/hooks/useContractFunction.d.ts +18 -18
- package/dist/cjs/hooks/useContractFunction.js +57 -57
- package/dist/cjs/hooks/useERC2612Permit/ethPermit/index.d.ts +35 -35
- package/dist/cjs/hooks/useERC2612Permit/ethPermit/index.js +145 -145
- package/dist/cjs/hooks/useERC2612Permit/ethPermit/lib.d.ts +1 -1
- package/dist/cjs/hooks/useERC2612Permit/ethPermit/lib.js +26 -26
- package/dist/cjs/hooks/useERC2612Permit/ethPermit/rpc.d.ts +10 -10
- package/dist/cjs/hooks/useERC2612Permit/ethPermit/rpc.js +104 -104
- package/dist/cjs/hooks/useERC2612Permit/index.d.ts +6 -6
- package/dist/cjs/hooks/useERC2612Permit/index.js +35 -35
- package/dist/cjs/hooks/useFactoring.d.ts +19 -19
- package/dist/cjs/hooks/useFactoring.js +94 -94
- package/dist/cjs/hooks/useForceRefresh.d.ts +1 -1
- package/dist/cjs/hooks/useForceRefresh.js +12 -12
- package/dist/cjs/hooks/useGetSizes.d.ts +12 -12
- package/dist/cjs/hooks/useGetSizes.js +23 -23
- package/dist/cjs/hooks/useInvoiceNFTContract.d.ts +11 -11
- package/dist/cjs/hooks/useInvoiceNFTContract.js +72 -72
- package/dist/cjs/hooks/useMQ.d.ts +6 -6
- package/dist/cjs/hooks/useMQ.js +18 -18
- package/dist/cjs/hooks/useMount.d.ts +2 -2
- package/dist/cjs/hooks/useMount.js +13 -13
- package/dist/cjs/hooks/useParamsSearch.d.ts +2 -2
- package/dist/cjs/hooks/useParamsSearch.js +11 -11
- package/dist/cjs/hooks/usePool.d.ts +4 -4
- package/dist/cjs/hooks/usePool.js +45 -45
- package/dist/cjs/hooks/usePoolContract.d.ts +73 -73
- package/dist/cjs/hooks/usePoolContract.js +309 -309
- package/dist/cjs/hooks/useRFPoolContract.d.ts +22 -22
- package/dist/cjs/hooks/useRFPoolContract.js +41 -41
- package/dist/cjs/hooks/useRefresh.d.ts +1 -1
- package/dist/cjs/hooks/useRefresh.js +51 -51
- package/dist/cjs/hooks/web3/index.d.ts +15 -15
- package/dist/cjs/hooks/web3/index.js +147 -147
- package/dist/cjs/hooks/web3/useConnectors.d.ts +17 -17
- package/dist/cjs/hooks/web3/useConnectors.js +30 -30
- package/dist/cjs/hooks/web3/useJsonRpcUrlsMap.d.ts +13 -13
- package/dist/cjs/hooks/web3/useJsonRpcUrlsMap.js +62 -62
- package/dist/cjs/index.d.ts +5 -5
- package/dist/cjs/index.js +8 -8
- package/dist/cjs/services/EAService.d.ts +153 -153
- package/dist/cjs/services/EAService.js +80 -80
- package/dist/cjs/services/IdentityService.d.ts +35 -35
- package/dist/cjs/services/IdentityService.js +56 -56
- package/dist/cjs/services/RNService.d.ts +14 -14
- package/dist/cjs/services/RNService.js +13 -13
- package/dist/cjs/services/index.d.ts +3 -3
- package/dist/cjs/services/index.js +6 -6
- package/dist/cjs/utils/JsonRpcConnector.d.ts +11 -11
- package/dist/cjs/utils/JsonRpcConnector.js +42 -42
- package/dist/cjs/utils/WalletConnect.d.ts +10 -10
- package/dist/cjs/utils/WalletConnect.js +55 -55
- package/dist/cjs/utils/chain.d.ts +34 -34
- package/dist/cjs/utils/chain.js +108 -108
- package/dist/cjs/utils/common.d.ts +4 -4
- package/dist/cjs/utils/common.js +17 -17
- package/dist/cjs/utils/config.d.ts +7 -7
- package/dist/cjs/utils/config.js +35 -35
- package/dist/cjs/utils/const.d.ts +2 -2
- package/dist/cjs/utils/const.js +5 -5
- package/dist/cjs/utils/contractError.json +73 -73
- package/dist/cjs/utils/contractconfig.json +19 -19
- package/dist/cjs/utils/credit.d.ts +21 -21
- package/dist/cjs/utils/credit.js +39 -39
- package/dist/cjs/utils/errors.d.ts +26 -26
- package/dist/cjs/utils/errors.js +46 -46
- package/dist/cjs/utils/index.d.ts +18 -18
- package/dist/cjs/utils/index.js +21 -21
- package/dist/cjs/utils/jsonRpcEndpoints.d.ts +12 -12
- package/dist/cjs/utils/jsonRpcEndpoints.js +28 -28
- package/dist/cjs/utils/number.d.ts +5 -5
- package/dist/cjs/utils/number.js +55 -55
- package/dist/cjs/utils/pool.d.ts +94 -88
- package/dist/cjs/utils/pool.js +413 -384
- package/dist/cjs/utils/pool.js.map +1 -1
- package/dist/cjs/utils/request.d.ts +3 -3
- package/dist/cjs/utils/request.js +45 -45
- package/dist/cjs/utils/scientificToDecimal.d.ts +1 -1
- package/dist/cjs/utils/scientificToDecimal.js +61 -61
- package/dist/cjs/utils/string.d.ts +1 -1
- package/dist/cjs/utils/string.js +5 -5
- package/dist/cjs/utils/style.d.ts +1 -1
- package/dist/cjs/utils/style.js +16 -16
- package/dist/cjs/utils/time.d.ts +26 -26
- package/dist/cjs/utils/time.js +58 -58
- package/dist/cjs/utils/transaction.d.ts +32 -32
- package/dist/cjs/utils/transaction.js +96 -96
- package/dist/cjs/utils/web3.d.ts +4 -4
- package/dist/cjs/utils/web3.js +39 -39
- package/dist/components/icons/approve-lender.svg +30 -0
- package/dist/components/icons/auto-payback.svg +40 -0
- package/dist/components/icons/check-circle.svg +3 -0
- package/dist/components/icons/check-green.svg +3 -0
- package/dist/components/icons/check.svg +10 -0
- package/dist/components/icons/donut.svg +904 -0
- package/dist/components/icons/ellipse.svg +3 -0
- package/dist/components/icons/ethereum.svg +1 -0
- package/dist/components/icons/huma-full.svg +22 -0
- package/dist/components/icons/huma.svg +15 -0
- package/dist/components/icons/index.d.ts +19 -0
- package/dist/components/icons/index.js +70 -0
- package/dist/components/icons/index.js.map +1 -0
- package/dist/components/icons/loader.svg +229 -0
- package/dist/components/icons/metamask.svg +31 -0
- package/dist/components/icons/polygon.svg +16 -0
- package/dist/components/icons/receipt.svg +3 -0
- package/dist/components/icons/separator.svg +3 -0
- package/dist/components/icons/sorry.svg +31 -0
- package/dist/components/icons/usdc.svg +5 -0
- package/dist/components/icons/wallet-connect.svg +12 -0
- package/dist/hooks/index.d.ts +18 -18
- package/dist/hooks/index.js +18 -18
- package/dist/hooks/useActiveRoute.d.ts +8 -8
- package/dist/hooks/useActiveRoute.js +7 -7
- package/dist/hooks/useAsyncError.d.ts +14 -14
- package/dist/hooks/useAsyncError.js +22 -22
- package/dist/hooks/useCLPoolContract.d.ts +27 -27
- package/dist/hooks/useCLPoolContract.js +38 -38
- package/dist/hooks/useContract.d.ts +7 -7
- package/dist/hooks/useContract.js +40 -40
- package/dist/hooks/useContractFunction.d.ts +18 -18
- package/dist/hooks/useContractFunction.js +54 -54
- package/dist/hooks/useERC2612Permit/ethPermit/index.d.ts +35 -35
- package/dist/hooks/useERC2612Permit/ethPermit/index.js +139 -139
- package/dist/hooks/useERC2612Permit/ethPermit/lib.d.ts +1 -1
- package/dist/hooks/useERC2612Permit/ethPermit/lib.js +21 -21
- package/dist/hooks/useERC2612Permit/ethPermit/rpc.d.ts +10 -10
- package/dist/hooks/useERC2612Permit/ethPermit/rpc.js +96 -96
- package/dist/hooks/useERC2612Permit/index.d.ts +6 -6
- package/dist/hooks/useERC2612Permit/index.js +31 -31
- package/dist/hooks/useFactoring.d.ts +19 -19
- package/dist/hooks/useFactoring.js +90 -90
- package/dist/hooks/useForceRefresh.d.ts +1 -1
- package/dist/hooks/useForceRefresh.js +8 -8
- package/dist/hooks/useGetSizes.d.ts +12 -12
- package/dist/hooks/useGetSizes.js +19 -19
- package/dist/hooks/useInvoiceNFTContract.d.ts +11 -11
- package/dist/hooks/useInvoiceNFTContract.js +64 -64
- package/dist/hooks/useMQ.d.ts +6 -6
- package/dist/hooks/useMQ.js +14 -14
- package/dist/hooks/useMount.d.ts +2 -2
- package/dist/hooks/useMount.js +8 -8
- package/dist/hooks/useParamsSearch.d.ts +2 -2
- package/dist/hooks/useParamsSearch.js +6 -6
- package/dist/hooks/usePool.d.ts +4 -4
- package/dist/hooks/usePool.js +39 -39
- package/dist/hooks/usePoolContract.d.ts +73 -73
- package/dist/hooks/usePoolContract.js +286 -286
- package/dist/hooks/useRFPoolContract.d.ts +22 -22
- package/dist/hooks/useRFPoolContract.js +29 -29
- package/dist/hooks/useRefresh.d.ts +1 -1
- package/dist/hooks/useRefresh.js +47 -47
- package/dist/hooks/web3/index.d.ts +15 -15
- package/dist/hooks/web3/index.js +142 -142
- package/dist/hooks/web3/useConnectors.d.ts +17 -17
- package/dist/hooks/web3/useConnectors.js +24 -24
- package/dist/hooks/web3/useJsonRpcUrlsMap.d.ts +13 -13
- package/dist/hooks/web3/useJsonRpcUrlsMap.js +53 -53
- package/dist/index.d.ts +5 -5
- package/dist/index.js +5 -5
- package/dist/services/EAService.d.ts +153 -153
- package/dist/services/EAService.js +77 -77
- package/dist/services/IdentityService.d.ts +35 -35
- package/dist/services/IdentityService.js +53 -53
- package/dist/services/RNService.d.ts +14 -14
- package/dist/services/RNService.js +10 -10
- package/dist/services/index.d.ts +3 -3
- package/dist/services/index.js +3 -3
- package/dist/theme/breakpoints.d.ts +5 -0
- package/dist/theme/breakpoints.js +4 -0
- package/dist/theme/breakpoints.js.map +1 -0
- package/dist/theme/components.d.ts +6 -0
- package/dist/theme/components.js +62 -0
- package/dist/theme/components.js.map +1 -0
- package/dist/theme/coreThemeConstants.d.ts +18 -0
- package/dist/theme/coreThemeConstants.js +30 -0
- package/dist/theme/coreThemeConstants.js.map +1 -0
- package/dist/theme/cssMixins.d.ts +20 -0
- package/dist/theme/cssMixins.js +90 -0
- package/dist/theme/cssMixins.js.map +1 -0
- package/dist/theme/index.d.ts +8 -0
- package/dist/theme/index.js +27 -0
- package/dist/theme/index.js.map +1 -0
- package/dist/theme/palette.d.ts +53 -0
- package/dist/theme/palette.js +137 -0
- package/dist/theme/palette.js.map +1 -0
- package/dist/theme/shape.d.ts +2 -0
- package/dist/theme/shape.js +5 -0
- package/dist/theme/shape.js.map +1 -0
- package/dist/theme/theme.types.d.ts +72 -0
- package/dist/theme/theme.types.js +2 -0
- package/dist/theme/theme.types.js.map +1 -0
- package/dist/theme/typography.d.ts +2 -0
- package/dist/theme/typography.js +116 -0
- package/dist/theme/typography.js.map +1 -0
- package/dist/tsconfig.cjs.tsbuildinfo +1 -1
- package/dist/utils/JsonRpcConnector.d.ts +11 -11
- package/dist/utils/JsonRpcConnector.js +38 -38
- package/dist/utils/WalletConnect.d.ts +10 -10
- package/dist/utils/WalletConnect.js +49 -49
- package/dist/utils/chain.d.ts +34 -34
- package/dist/utils/chain.js +102 -102
- package/dist/utils/common.d.ts +4 -4
- package/dist/utils/common.js +10 -10
- package/dist/utils/config.d.ts +7 -7
- package/dist/utils/config.js +32 -32
- package/dist/utils/const.d.ts +2 -2
- package/dist/utils/const.js +2 -2
- package/dist/utils/contractError.json +73 -73
- package/dist/utils/contractconfig.json +19 -19
- package/dist/utils/credit.d.ts +21 -21
- package/dist/utils/credit.js +35 -35
- package/dist/utils/ddLogger.d.ts +4 -0
- package/dist/utils/ddLogger.js +48 -0
- package/dist/utils/ddLogger.js.map +1 -0
- package/dist/utils/errors.d.ts +26 -26
- package/dist/utils/errors.js +39 -39
- package/dist/utils/index.d.ts +18 -18
- package/dist/utils/index.js +18 -18
- package/dist/utils/jsonRpcEndpoints.d.ts +12 -12
- package/dist/utils/jsonRpcEndpoints.js +25 -25
- package/dist/utils/number.d.ts +5 -5
- package/dist/utils/number.js +48 -48
- package/dist/utils/pool.d.ts +94 -88
- package/dist/utils/pool.js +406 -378
- package/dist/utils/pool.js.map +1 -1
- package/dist/utils/request.d.ts +3 -3
- package/dist/utils/request.js +38 -38
- package/dist/utils/scientificToDecimal.d.ts +1 -1
- package/dist/utils/scientificToDecimal.js +57 -57
- package/dist/utils/sentry.d.ts +1 -0
- package/dist/utils/sentry.js +19 -0
- package/dist/utils/sentry.js.map +1 -0
- package/dist/utils/storage.d.ts +12 -0
- package/dist/utils/storage.js +32 -0
- package/dist/utils/storage.js.map +1 -0
- package/dist/utils/string.d.ts +1 -1
- package/dist/utils/string.js +1 -1
- package/dist/utils/style.d.ts +1 -1
- package/dist/utils/style.js +12 -12
- package/dist/utils/time.d.ts +26 -26
- package/dist/utils/time.js +50 -50
- package/dist/utils/transaction.d.ts +32 -32
- package/dist/utils/transaction.js +87 -87
- package/dist/utils/web3.d.ts +4 -4
- package/dist/utils/web3.js +34 -34
- package/package.json +11 -6
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="2500" height="2500" viewBox="0 0 32 32"><g fill="none" fill-rule="evenodd"><circle cx="16" cy="16" r="16" fill="#627EEA"/><g fill="#FFF" fill-rule="nonzero"><path fill-opacity=".602" d="M16.498 4v8.87l7.497 3.35z"/><path d="M16.498 4L9 16.22l7.498-3.35z"/><path fill-opacity=".602" d="M16.498 21.968v6.027L24 17.616z"/><path d="M16.498 27.995v-6.028L9 17.616z"/><path fill-opacity=".2" d="M16.498 20.573l7.497-4.353-7.497-3.348z"/><path fill-opacity=".602" d="M9 16.22l7.498 4.353v-7.701z"/></g></g></svg>
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<svg width="110" height="32" viewBox="0 0 110 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect x="11.2676" y="14.5305" width="11.2329" height="3.7961" fill="#B246FF"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.5496 4.36143C13.8705 2.70849 7.6775 5.39263 5.09814 10.9144C2.51877 16.4362 4.43722 22.9028 9.35286 26.1903L15.2227 13.6244L19.5496 4.36143Z" fill="url(#paint0_linear_623_5196)"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.7575 5.80971C27.6731 9.09723 29.5916 15.5638 27.0122 21.0856C24.4328 26.6074 18.2399 29.2915 12.5607 27.6386L18.4305 15.0727L22.7575 5.80971Z" fill="url(#paint1_linear_623_5196)"/>
|
|
5
|
+
<path d="M61.7981 25.4777C60.3692 25.4777 59.5535 25.2253 58.4321 24.7205C57.525 24.0848 56.7984 23.3475 56.2879 22.5842C55.673 21.6648 55.3655 20.1522 55.3655 19.4474V13.0366L59.8974 12.2276V19.3662C59.8974 19.8245 60.0602 20.3832 60.3858 20.7257C60.7294 21.0502 61.3741 21.2592 61.8806 21.2592C62.3689 21.2592 63.042 21.0502 63.3495 20.7257C63.675 20.3832 63.8378 19.9064 63.8378 19.3662V12.4754L68.3437 11.6438V19.4474C68.3437 20.398 68.0362 21.6918 67.4213 22.6112C66.8244 23.5126 66.1974 24.2157 65.1122 24.7205C64.027 25.2253 63.2088 25.4777 61.7981 25.4777Z" fill="#423B46"/>
|
|
6
|
+
<path d="M77.085 11.386C78.5138 11.386 79.1652 11.6383 80.2866 12.1431C81.1938 12.7788 81.9203 13.5161 82.4308 14.2794C83.0458 15.1988 83.3533 16.7114 83.3533 17.4162L83.3533 25.1501L78.8213 25.1501L78.8213 17.4974C78.8213 16.9025 78.6585 16.4337 78.333 16.0912C77.9893 15.7667 77.5643 15.6045 77.0578 15.6045C76.5695 15.6045 76.1716 15.7667 75.8641 16.0912C75.5386 16.4337 75.3758 16.9025 75.3758 17.4974L75.3758 25.1501L70.8698 25.1501L70.8698 17.4162C70.8698 16.4656 71.1773 15.1718 71.7923 14.2524C72.3891 13.351 73.0162 12.6479 74.1014 12.1431C75.1866 11.6383 75.6742 11.386 77.085 11.386Z" fill="#423B46"/>
|
|
7
|
+
<path d="M85.3325 11.386C86.7614 11.386 87.4128 11.6383 88.5342 12.1431C89.4413 12.7788 90.1679 13.5161 90.6784 14.2794C91.2934 15.1988 91.6008 16.7114 91.6008 17.4162L91.6008 25.1501L87.0689 25.1501L87.0689 17.4974C87.0689 16.9025 86.9061 16.4337 86.5805 16.0912C86.2369 15.7667 85.8118 15.6045 85.3054 15.6045C84.8171 15.6045 84.4191 15.7667 84.1117 16.0912C83.7861 16.4337 83.6233 16.9025 83.6233 17.4974L83.6233 25.1501L79.1174 25.1501L79.1174 17.4162C79.1174 16.4656 79.4249 15.1718 80.0398 14.2524C80.6367 13.351 81.2638 12.6479 82.349 12.1431C83.4342 11.6383 83.9218 11.386 85.3325 11.386Z" fill="#423B46"/>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M105.158 23.6244C103.96 24.5863 102.435 25.1624 100.774 25.1624C96.9206 25.1624 93.7964 22.0586 93.7964 18.23C93.7964 14.4013 96.9206 11.2976 100.774 11.2976C102.452 11.2976 103.991 11.8856 105.195 12.8655L109.116 12.1393V25.1622H105.158V23.6244ZM104.022 18.2796C104.022 20.0443 102.582 21.4748 100.806 21.4748C99.0298 21.4748 97.5898 20.0443 97.5898 18.2796C97.5898 16.5149 99.0298 15.0843 100.806 15.0843C102.582 15.0843 104.022 16.5149 104.022 18.2796Z" fill="#423B46"/>
|
|
9
|
+
<rect x="35.9031" y="6.63403" width="4.94816" height="18.5161" fill="#423B46"/>
|
|
10
|
+
<rect x="47.4487" y="6.63403" width="4.94816" height="18.5161" fill="#423B46"/>
|
|
11
|
+
<rect width="10.1536" height="3.60562" transform="matrix(0.985002 -0.172546 0.174757 0.984612 38.6948 15.3645)" fill="#423B46"/>
|
|
12
|
+
<defs>
|
|
13
|
+
<linearGradient id="paint0_linear_623_5196" x1="18.5668" y1="6.46542" x2="-11.3801" y2="2.80595" gradientUnits="userSpaceOnUse">
|
|
14
|
+
<stop stop-color="#B246FF"/>
|
|
15
|
+
<stop offset="1" stop-color="#FF6A8A"/>
|
|
16
|
+
</linearGradient>
|
|
17
|
+
<linearGradient id="paint1_linear_623_5196" x1="21.7747" y1="7.9137" x2="43.7938" y2="28.5207" gradientUnits="userSpaceOnUse">
|
|
18
|
+
<stop stop-color="#B246FF"/>
|
|
19
|
+
<stop offset="1" stop-color="#FF6A8A"/>
|
|
20
|
+
</linearGradient>
|
|
21
|
+
</defs>
|
|
22
|
+
</svg>
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<svg viewBox="0 0 33 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect x="11.2676" y="14.5305" width="11.2329" height="3.7961" fill="#B246FF"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.5496 4.36143C13.8705 2.70849 7.6775 5.39263 5.09814 10.9144C2.51877 16.4362 4.43722 22.9028 9.35286 26.1903L15.2227 13.6244L19.5496 4.36143Z" fill="url(#paint0_linear_623_5197)"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.7575 5.80971C27.6731 9.09723 29.5916 15.5638 27.0122 21.0856C24.4328 26.6074 18.2399 29.2915 12.5607 27.6386L18.4305 15.0727L22.7575 5.80971Z" fill="url(#paint1_linear_623_5197)"/>
|
|
5
|
+
<defs>
|
|
6
|
+
<linearGradient id="paint0_linear_623_5197" x1="18.5668" y1="6.46542" x2="-11.3801" y2="2.80595" gradientUnits="userSpaceOnUse">
|
|
7
|
+
<stop stop-color="#B246FF"/>
|
|
8
|
+
<stop offset="1" stop-color="#FF6A8A"/>
|
|
9
|
+
</linearGradient>
|
|
10
|
+
<linearGradient id="paint1_linear_623_5197" x1="21.7747" y1="7.9137" x2="43.7938" y2="28.5207" gradientUnits="userSpaceOnUse">
|
|
11
|
+
<stop stop-color="#B246FF"/>
|
|
12
|
+
<stop offset="1" stop-color="#FF6A8A"/>
|
|
13
|
+
</linearGradient>
|
|
14
|
+
</defs>
|
|
15
|
+
</svg>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SvgIconProps } from '@mui/material';
|
|
3
|
+
export declare function HumaIcon(props: SvgIconProps): React.ReactElement;
|
|
4
|
+
export declare function HumaFullIcon(props: SvgIconProps): React.ReactElement;
|
|
5
|
+
export declare function MetamaskIcon(props: SvgIconProps): React.ReactElement;
|
|
6
|
+
export declare function WalletConnectIcon(props: SvgIconProps): React.ReactElement;
|
|
7
|
+
export declare function EthereumIcon(props: SvgIconProps): React.ReactElement;
|
|
8
|
+
export declare function PolygonIcon(props: SvgIconProps): React.ReactElement;
|
|
9
|
+
export declare function ReceiptIcon(props: SvgIconProps): React.ReactElement;
|
|
10
|
+
export declare function SeparatorIcon(props: SvgIconProps): React.ReactElement;
|
|
11
|
+
export declare function LoaderIcon(props: SvgIconProps): React.ReactElement;
|
|
12
|
+
export declare function SorryIcon(props: SvgIconProps): React.ReactElement;
|
|
13
|
+
export declare function CheckIcon(props: SvgIconProps): React.ReactElement;
|
|
14
|
+
export declare function CheckGreenIcon(props: SvgIconProps): React.ReactElement;
|
|
15
|
+
export declare function CheckCircleIcon(props: SvgIconProps): React.ReactElement;
|
|
16
|
+
export declare function AutoPaybackIcon(props: SvgIconProps): React.ReactElement;
|
|
17
|
+
export declare function ApproveLenderIcon(props: SvgIconProps): React.ReactElement;
|
|
18
|
+
export declare function DonutIcon(props: SvgIconProps): React.ReactElement;
|
|
19
|
+
export declare function UsdcIcon(props: SvgIconProps): React.ReactElement;
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ReactComponent as HumaLogoSvg } from './huma.svg';
|
|
3
|
+
import { ReactComponent as HumaFullLogoSvg } from './huma-full.svg';
|
|
4
|
+
import { ReactComponent as MetamaskSvg } from './metamask.svg';
|
|
5
|
+
import { ReactComponent as WalletConnectSvg } from './wallet-connect.svg';
|
|
6
|
+
import { ReactComponent as EthereumSvg } from './ethereum.svg';
|
|
7
|
+
import { ReactComponent as PolygonSvg } from './polygon.svg';
|
|
8
|
+
import { ReactComponent as ReceiptSvg } from './receipt.svg';
|
|
9
|
+
import { ReactComponent as SeparatorSvg } from './separator.svg';
|
|
10
|
+
import { ReactComponent as LoaderSvg } from './loader.svg';
|
|
11
|
+
import { ReactComponent as SorrySvg } from './sorry.svg';
|
|
12
|
+
import { ReactComponent as CheckSvg } from './check.svg';
|
|
13
|
+
import { ReactComponent as CheckGreenSvg } from './check-green.svg';
|
|
14
|
+
import { ReactComponent as CheckCircleSvg } from './check-circle.svg';
|
|
15
|
+
import { ReactComponent as AutoPaybackSvg } from './auto-payback.svg';
|
|
16
|
+
import { ReactComponent as ApproveLenderSvg } from './approve-lender.svg';
|
|
17
|
+
import { ReactComponent as DonutSvg } from './donut.svg';
|
|
18
|
+
import { ReactComponent as UsdcSvg } from './usdc.svg';
|
|
19
|
+
export function HumaIcon(props) {
|
|
20
|
+
return React.createElement(HumaLogoSvg, Object.assign({}, props));
|
|
21
|
+
}
|
|
22
|
+
export function HumaFullIcon(props) {
|
|
23
|
+
return React.createElement(HumaFullLogoSvg, Object.assign({}, props));
|
|
24
|
+
}
|
|
25
|
+
export function MetamaskIcon(props) {
|
|
26
|
+
return React.createElement(MetamaskSvg, Object.assign({}, props));
|
|
27
|
+
}
|
|
28
|
+
export function WalletConnectIcon(props) {
|
|
29
|
+
return React.createElement(WalletConnectSvg, Object.assign({}, props));
|
|
30
|
+
}
|
|
31
|
+
export function EthereumIcon(props) {
|
|
32
|
+
return React.createElement(EthereumSvg, Object.assign({}, props));
|
|
33
|
+
}
|
|
34
|
+
export function PolygonIcon(props) {
|
|
35
|
+
return React.createElement(PolygonSvg, Object.assign({}, props));
|
|
36
|
+
}
|
|
37
|
+
export function ReceiptIcon(props) {
|
|
38
|
+
return React.createElement(ReceiptSvg, Object.assign({}, props));
|
|
39
|
+
}
|
|
40
|
+
export function SeparatorIcon(props) {
|
|
41
|
+
return React.createElement(SeparatorSvg, Object.assign({}, props));
|
|
42
|
+
}
|
|
43
|
+
export function LoaderIcon(props) {
|
|
44
|
+
return React.createElement(LoaderSvg, Object.assign({}, props));
|
|
45
|
+
}
|
|
46
|
+
export function SorryIcon(props) {
|
|
47
|
+
return React.createElement(SorrySvg, Object.assign({}, props));
|
|
48
|
+
}
|
|
49
|
+
export function CheckIcon(props) {
|
|
50
|
+
return React.createElement(CheckSvg, Object.assign({}, props));
|
|
51
|
+
}
|
|
52
|
+
export function CheckGreenIcon(props) {
|
|
53
|
+
return React.createElement(CheckGreenSvg, Object.assign({}, props));
|
|
54
|
+
}
|
|
55
|
+
export function CheckCircleIcon(props) {
|
|
56
|
+
return React.createElement(CheckCircleSvg, Object.assign({}, props));
|
|
57
|
+
}
|
|
58
|
+
export function AutoPaybackIcon(props) {
|
|
59
|
+
return React.createElement(AutoPaybackSvg, Object.assign({}, props));
|
|
60
|
+
}
|
|
61
|
+
export function ApproveLenderIcon(props) {
|
|
62
|
+
return React.createElement(ApproveLenderSvg, Object.assign({}, props));
|
|
63
|
+
}
|
|
64
|
+
export function DonutIcon(props) {
|
|
65
|
+
return React.createElement(DonutSvg, Object.assign({}, props));
|
|
66
|
+
}
|
|
67
|
+
export function UsdcIcon(props) {
|
|
68
|
+
return React.createElement(UsdcSvg, Object.assign({}, props));
|
|
69
|
+
}
|
|
70
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/icons/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,OAAO,EAAE,cAAc,IAAI,WAAW,EAAE,MAAM,YAAY,CAAA;AAC1D,OAAO,EAAE,cAAc,IAAI,eAAe,EAAE,MAAM,iBAAiB,CAAA;AACnE,OAAO,EAAE,cAAc,IAAI,WAAW,EAAE,MAAM,gBAAgB,CAAA;AAC9D,OAAO,EAAE,cAAc,IAAI,gBAAgB,EAAE,MAAM,sBAAsB,CAAA;AACzE,OAAO,EAAE,cAAc,IAAI,WAAW,EAAE,MAAM,gBAAgB,CAAA;AAC9D,OAAO,EAAE,cAAc,IAAI,UAAU,EAAE,MAAM,eAAe,CAAA;AAC5D,OAAO,EAAE,cAAc,IAAI,UAAU,EAAE,MAAM,eAAe,CAAA;AAC5D,OAAO,EAAE,cAAc,IAAI,YAAY,EAAE,MAAM,iBAAiB,CAAA;AAChE,OAAO,EAAE,cAAc,IAAI,SAAS,EAAE,MAAM,cAAc,CAAA;AAC1D,OAAO,EAAE,cAAc,IAAI,QAAQ,EAAE,MAAM,aAAa,CAAA;AACxD,OAAO,EAAE,cAAc,IAAI,QAAQ,EAAE,MAAM,aAAa,CAAA;AACxD,OAAO,EAAE,cAAc,IAAI,aAAa,EAAE,MAAM,mBAAmB,CAAA;AACnE,OAAO,EAAE,cAAc,IAAI,cAAc,EAAE,MAAM,oBAAoB,CAAA;AACrE,OAAO,EAAE,cAAc,IAAI,cAAc,EAAE,MAAM,oBAAoB,CAAA;AACrE,OAAO,EAAE,cAAc,IAAI,gBAAgB,EAAE,MAAM,sBAAsB,CAAA;AACzE,OAAO,EAAE,cAAc,IAAI,QAAQ,EAAE,MAAM,aAAa,CAAA;AACxD,OAAO,EAAE,cAAc,IAAI,OAAO,EAAE,MAAM,YAAY,CAAA;AAEtD,MAAM,UAAU,QAAQ,CAAC,KAAmB;IAC1C,OAAO,oBAAC,WAAW,oBAAK,KAAK,EAAI,CAAA;AACnC,CAAC;AAED,MAAM,UAAU,YAAY,CAAC,KAAmB;IAC9C,OAAO,oBAAC,eAAe,oBAAK,KAAK,EAAI,CAAA;AACvC,CAAC;AAED,MAAM,UAAU,YAAY,CAAC,KAAmB;IAC9C,OAAO,oBAAC,WAAW,oBAAK,KAAK,EAAI,CAAA;AACnC,CAAC;AAED,MAAM,UAAU,iBAAiB,CAAC,KAAmB;IACnD,OAAO,oBAAC,gBAAgB,oBAAK,KAAK,EAAI,CAAA;AACxC,CAAC;AAED,MAAM,UAAU,YAAY,CAAC,KAAmB;IAC9C,OAAO,oBAAC,WAAW,oBAAK,KAAK,EAAI,CAAA;AACnC,CAAC;AAED,MAAM,UAAU,WAAW,CAAC,KAAmB;IAC7C,OAAO,oBAAC,UAAU,oBAAK,KAAK,EAAI,CAAA;AAClC,CAAC;AAED,MAAM,UAAU,WAAW,CAAC,KAAmB;IAC7C,OAAO,oBAAC,UAAU,oBAAK,KAAK,EAAI,CAAA;AAClC,CAAC;AAED,MAAM,UAAU,aAAa,CAAC,KAAmB;IAC/C,OAAO,oBAAC,YAAY,oBAAK,KAAK,EAAI,CAAA;AACpC,CAAC;AAED,MAAM,UAAU,UAAU,CAAC,KAAmB;IAC5C,OAAO,oBAAC,SAAS,oBAAK,KAAK,EAAI,CAAA;AACjC,CAAC;AAED,MAAM,UAAU,SAAS,CAAC,KAAmB;IAC3C,OAAO,oBAAC,QAAQ,oBAAK,KAAK,EAAI,CAAA;AAChC,CAAC;AAED,MAAM,UAAU,SAAS,CAAC,KAAmB;IAC3C,OAAO,oBAAC,QAAQ,oBAAK,KAAK,EAAI,CAAA;AAChC,CAAC;AAED,MAAM,UAAU,cAAc,CAAC,KAAmB;IAChD,OAAO,oBAAC,aAAa,oBAAK,KAAK,EAAI,CAAA;AACrC,CAAC;AAED,MAAM,UAAU,eAAe,CAAC,KAAmB;IACjD,OAAO,oBAAC,cAAc,oBAAK,KAAK,EAAI,CAAA;AACtC,CAAC;AAED,MAAM,UAAU,eAAe,CAAC,KAAmB;IACjD,OAAO,oBAAC,cAAc,oBAAK,KAAK,EAAI,CAAA;AACtC,CAAC;AAED,MAAM,UAAU,iBAAiB,CAAC,KAAmB;IACnD,OAAO,oBAAC,gBAAgB,oBAAK,KAAK,EAAI,CAAA;AACxC,CAAC;AAED,MAAM,UAAU,SAAS,CAAC,KAAmB;IAC3C,OAAO,oBAAC,QAAQ,oBAAK,KAAK,EAAI,CAAA;AAChC,CAAC;AAED,MAAM,UAAU,QAAQ,CAAC,KAAmB;IAC1C,OAAO,oBAAC,OAAO,oBAAK,KAAK,EAAI,CAAA;AAC/B,CAAC"}
|
|
@@ -0,0 +1,229 @@
|
|
|
1
|
+
<svg id="huma-loader" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 81 80">
|
|
2
|
+
<path stroke="url(#SS)" stroke-miterlimit="10" stroke-width=".5" d="M40.976 0v26.34"/>
|
|
3
|
+
<path stroke="url(#bbb)" stroke-miterlimit="10" stroke-width=".5" d="M42.877 26.471 46.542.39"/>
|
|
4
|
+
<path stroke="url(#dd)" stroke-miterlimit="10" stroke-width=".5" d="m44.742 26.866 7.26-25.317"/>
|
|
5
|
+
<path stroke="url(#ff)" stroke-miterlimit="10" stroke-width=".5" d="m46.533 27.518 10.712-24.06"/>
|
|
6
|
+
<path stroke="url(#hh)" stroke-miterlimit="10" stroke-width=".5" d="M48.215 28.414 62.172 6.078"/>
|
|
7
|
+
<path stroke="url(#jj)" stroke-miterlimit="10" stroke-width=".5" d="M49.756 29.536 66.687 9.358"/>
|
|
8
|
+
<path stroke="url(#ll)" stroke-miterlimit="10" stroke-width=".5" d="m51.127 30.86 19.575-17.625"/>
|
|
9
|
+
<path stroke="url(#nn)" stroke-miterlimit="10" stroke-width=".5" d="m52.302 32.36 21.835-14.728"/>
|
|
10
|
+
<path stroke="url(#pp)" stroke-miterlimit="10" stroke-width=".5" d="m53.256 34.01 23.671-11.545"/>
|
|
11
|
+
<path stroke="url(#rr)" stroke-miterlimit="10" stroke-width=".5" d="m53.97 35.778 25.049-8.139"/>
|
|
12
|
+
<path stroke="url(#tt)" stroke-miterlimit="10" stroke-width=".5" d="m54.43 37.628 25.938-4.574"/>
|
|
13
|
+
<path stroke="url(#vv)" stroke-miterlimit="10" stroke-width=".5" d="m54.627 39.523 26.324-.92"/>
|
|
14
|
+
<path stroke="url(#xx)" stroke-miterlimit="10" stroke-width=".5" d="m80.756 44.181-26.194-2.753"/>
|
|
15
|
+
<path stroke="url(#zz)" stroke-miterlimit="10" stroke-width=".5" d="m79.787 49.677-25.555-6.372"/>
|
|
16
|
+
<path stroke="url(#BB)" stroke-miterlimit="10" stroke-width=".5" d="m78.063 54.984-24.419-9.866"/>
|
|
17
|
+
<path stroke="url(#DD)" stroke-miterlimit="10" stroke-width=".5" d="m75.617 60-22.81-13.169"/>
|
|
18
|
+
<path stroke="url(#FF)" stroke-miterlimit="10" stroke-width=".5" d="M72.496 64.627 51.74 48.41"/>
|
|
19
|
+
<path stroke="url(#HH)" stroke-miterlimit="10" stroke-width=".5" d="M68.763 68.774 50.465 49.826"/>
|
|
20
|
+
<path stroke="url(#JJ)" stroke-miterlimit="10" stroke-width=".5" d="M64.487 72.36 49.005 51.053"/>
|
|
21
|
+
<path stroke="url(#LL)" stroke-miterlimit="10" stroke-width=".5" d="M59.754 75.318 47.39 52.063"/>
|
|
22
|
+
<path stroke="url(#NN)" stroke-miterlimit="10" stroke-width=".5" d="M54.657 77.588 45.649 52.84"/>
|
|
23
|
+
<path stroke="url(#PP)" stroke-miterlimit="10" stroke-width=".5" d="m49.292 79.126-5.476-25.762"/>
|
|
24
|
+
<path stroke="url(#RR)" stroke-miterlimit="10" stroke-width=".5" d="m43.766 79.903-1.837-26.276"/>
|
|
25
|
+
<path stroke="url(#aaa)" stroke-miterlimit="10" stroke-width=".5" d="m38.185 79.903 1.838-26.276"/>
|
|
26
|
+
<path stroke="url(#ccc)" stroke-miterlimit="10" stroke-width=".5" d="m32.66 79.126 5.475-25.762"/>
|
|
27
|
+
<path stroke="url(#ee)" stroke-miterlimit="10" stroke-width=".5" d="m27.295 77.588 9.007-24.748"/>
|
|
28
|
+
<path stroke="url(#gg)" stroke-miterlimit="10" stroke-width=".5" d="m22.196 75.318 12.365-23.255"/>
|
|
29
|
+
<path stroke="url(#ii)" stroke-miterlimit="10" stroke-width=".5" d="m17.464 72.36 15.482-21.308"/>
|
|
30
|
+
<path stroke="url(#kk)" stroke-miterlimit="10" stroke-width=".5" d="m13.188 68.774 18.298-18.948"/>
|
|
31
|
+
<path stroke="url(#mm)" stroke-miterlimit="10" stroke-width=".5" d="M9.455 64.627 30.211 48.41"/>
|
|
32
|
+
<path stroke="url(#oo)" stroke-miterlimit="10" stroke-width=".5" d="m6.334 60 22.81-13.169"/>
|
|
33
|
+
<path stroke="url(#qq)" stroke-miterlimit="10" stroke-width=".5" d="m3.889 54.984 24.418-9.866"/>
|
|
34
|
+
<path stroke="url(#ss)" stroke-miterlimit="10" stroke-width=".5" d="m2.164 49.677 25.555-6.372"/>
|
|
35
|
+
<path stroke="url(#uu)" stroke-miterlimit="10" stroke-width=".5" d="m1.194 44.181 26.195-2.753"/>
|
|
36
|
+
<path stroke="url(#ww)" stroke-miterlimit="10" stroke-width=".5" d="M27.324 39.523 1 38.603"/>
|
|
37
|
+
<path stroke="url(#yy)" stroke-miterlimit="10" stroke-width=".5" d="M27.52 37.628 1.584 33.054"/>
|
|
38
|
+
<path stroke="url(#AA)" stroke-miterlimit="10" stroke-width=".5" d="M27.98 35.778 2.934 27.639"/>
|
|
39
|
+
<path stroke="url(#CC)" stroke-miterlimit="10" stroke-width=".5" d="M28.695 34.01 5.023 22.465"/>
|
|
40
|
+
<path stroke="url(#EE)" stroke-miterlimit="10" stroke-width=".5" d="M29.65 32.36 7.814 17.632"/>
|
|
41
|
+
<path stroke="url(#GG)" stroke-miterlimit="10" stroke-width=".5" d="M30.825 30.86 11.25 13.235"/>
|
|
42
|
+
<path stroke="url(#II)" stroke-miterlimit="10" stroke-width=".5" d="M32.195 29.536 15.264 9.358"/>
|
|
43
|
+
<path stroke="url(#KK)" stroke-miterlimit="10" stroke-width=".5" d="M33.736 28.414 19.778 6.078"/>
|
|
44
|
+
<path stroke="url(#MM)" stroke-miterlimit="10" stroke-width=".5" d="M35.418 27.518 24.706 3.458"/>
|
|
45
|
+
<path stroke="url(#OO)" stroke-miterlimit="10" stroke-width=".5" d="M37.21 26.866 29.95 1.549"/>
|
|
46
|
+
<path stroke="url(#QQ)" stroke-miterlimit="10" stroke-width=".5" d="M39.075 26.471 35.409.39"/>
|
|
47
|
+
<defs>
|
|
48
|
+
<linearGradient id="aaa" x1="40.023" x2="34.391" y1="56.16" y2="56.46" gradientUnits="userSpaceOnUse">
|
|
49
|
+
<stop stop-color="#7632E0"/>
|
|
50
|
+
<stop offset="1" stop-color="#FE557A"/>
|
|
51
|
+
</linearGradient>
|
|
52
|
+
<linearGradient id="bbb" x1="46.542" x2="35.401" y1="2.903" y2="4.096" gradientUnits="userSpaceOnUse">
|
|
53
|
+
<stop stop-color="#7632E0"/>
|
|
54
|
+
<stop offset="1" stop-color="#FE557A"/>
|
|
55
|
+
</linearGradient>
|
|
56
|
+
<linearGradient id="ccc" x1="38.135" x2="21.729" y1="55.847" y2="58.503" gradientUnits="userSpaceOnUse">
|
|
57
|
+
<stop stop-color="#7632E0"/>
|
|
58
|
+
<stop offset="1" stop-color="#FE557A"/>
|
|
59
|
+
</linearGradient>
|
|
60
|
+
<linearGradient id="dd" x1="52.002" x2="30.699" y1="3.989" y2="8.642" gradientUnits="userSpaceOnUse">
|
|
61
|
+
<stop stop-color="#7632E0"/>
|
|
62
|
+
<stop offset="1" stop-color="#FE557A"/>
|
|
63
|
+
</linearGradient>
|
|
64
|
+
<linearGradient id="ee" x1="36.302" x2="10.586" y1="55.225" y2="62.354" gradientUnits="userSpaceOnUse">
|
|
65
|
+
<stop stop-color="#7632E0"/>
|
|
66
|
+
<stop offset="1" stop-color="#FE557A"/>
|
|
67
|
+
</linearGradient>
|
|
68
|
+
<linearGradient id="ff" x1="57.245" x2="27.708" y1="5.777" y2="15.793" gradientUnits="userSpaceOnUse">
|
|
69
|
+
<stop stop-color="#7632E0"/>
|
|
70
|
+
<stop offset="1" stop-color="#FE557A"/>
|
|
71
|
+
</linearGradient>
|
|
72
|
+
<linearGradient id="gg" x1="34.561" x2="1.902" y1="54.305" y2="67.53" gradientUnits="userSpaceOnUse">
|
|
73
|
+
<stop stop-color="#7632E0"/>
|
|
74
|
+
<stop offset="1" stop-color="#FE557A"/>
|
|
75
|
+
</linearGradient>
|
|
76
|
+
<linearGradient id="hh" x1="62.172" x2="27.185" y1="8.231" y2="24.881" gradientUnits="userSpaceOnUse">
|
|
77
|
+
<stop stop-color="#7632E0"/>
|
|
78
|
+
<stop offset="1" stop-color="#FE557A"/>
|
|
79
|
+
</linearGradient>
|
|
80
|
+
<linearGradient id="ii" x1="32.946" x2="-3.495" y1="53.106" y2="73.27" gradientUnits="userSpaceOnUse">
|
|
81
|
+
<stop stop-color="#7632E0"/>
|
|
82
|
+
<stop offset="1" stop-color="#FE557A"/>
|
|
83
|
+
</linearGradient>
|
|
84
|
+
<linearGradient id="jj" x1="66.687" x2="29.728" y1="11.303" y2="34.922" gradientUnits="userSpaceOnUse">
|
|
85
|
+
<stop stop-color="#7632E0"/>
|
|
86
|
+
<stop offset="1" stop-color="#FE557A"/>
|
|
87
|
+
</linearGradient>
|
|
88
|
+
<linearGradient id="kk" x1="31.486" x2="-5.021" y1="51.653" y2="78.503" gradientUnits="userSpaceOnUse">
|
|
89
|
+
<stop stop-color="#7632E0"/>
|
|
90
|
+
<stop offset="1" stop-color="#FE557A"/>
|
|
91
|
+
</linearGradient>
|
|
92
|
+
<linearGradient id="ll" x1="70.702" x2="35.621" y1="14.934" y2="44.607" gradientUnits="userSpaceOnUse">
|
|
93
|
+
<stop stop-color="#7632E0"/>
|
|
94
|
+
<stop offset="1" stop-color="#FE557A"/>
|
|
95
|
+
</linearGradient>
|
|
96
|
+
<linearGradient id="mm" x1="30.211" x2="-2.509" y1="49.974" y2="81.869" gradientUnits="userSpaceOnUse">
|
|
97
|
+
<stop stop-color="#7632E0"/>
|
|
98
|
+
<stop offset="1" stop-color="#FE557A"/>
|
|
99
|
+
</linearGradient>
|
|
100
|
+
<linearGradient id="nn" x1="74.137" x2="44.628" y1="19.052" y2="52.371" gradientUnits="userSpaceOnUse">
|
|
101
|
+
<stop stop-color="#7632E0"/>
|
|
102
|
+
<stop offset="1" stop-color="#FE557A"/>
|
|
103
|
+
</linearGradient>
|
|
104
|
+
<linearGradient id="oo" x1="29.143" x2="3.551" y1="48.1" y2="81.86" gradientUnits="userSpaceOnUse">
|
|
105
|
+
<stop stop-color="#7632E0"/>
|
|
106
|
+
<stop offset="1" stop-color="#FE557A"/>
|
|
107
|
+
</linearGradient>
|
|
108
|
+
<linearGradient id="pp" x1="76.927" x2="55.762" y1="23.578" y2="56.629" gradientUnits="userSpaceOnUse">
|
|
109
|
+
<stop stop-color="#7632E0"/>
|
|
110
|
+
<stop offset="1" stop-color="#FE557A"/>
|
|
111
|
+
</linearGradient>
|
|
112
|
+
<linearGradient id="qq" x1="28.307" x2="11.82" y1="46.069" y2="77.149" gradientUnits="userSpaceOnUse">
|
|
113
|
+
<stop stop-color="#7632E0"/>
|
|
114
|
+
<stop offset="1" stop-color="#FE557A"/>
|
|
115
|
+
</linearGradient>
|
|
116
|
+
<linearGradient id="rr" x1="79.019" x2="67.161" y1="28.424" y2="56.218" gradientUnits="userSpaceOnUse">
|
|
117
|
+
<stop stop-color="#7632E0"/>
|
|
118
|
+
<stop offset="1" stop-color="#FE557A"/>
|
|
119
|
+
</linearGradient>
|
|
120
|
+
<linearGradient id="ss" x1="27.719" x2="20.115" y1="43.919" y2="67.15" gradientUnits="userSpaceOnUse">
|
|
121
|
+
<stop stop-color="#7632E0"/>
|
|
122
|
+
<stop offset="1" stop-color="#FE557A"/>
|
|
123
|
+
</linearGradient>
|
|
124
|
+
<linearGradient id="tt" x1="80.368" x2="76.311" y1="33.495" y2="51.018" gradientUnits="userSpaceOnUse">
|
|
125
|
+
<stop stop-color="#7632E0"/>
|
|
126
|
+
<stop offset="1" stop-color="#FE557A"/>
|
|
127
|
+
</linearGradient>
|
|
128
|
+
<linearGradient id="uu" x1="27.389" x2="25.884" y1="41.694" y2="52.599" gradientUnits="userSpaceOnUse">
|
|
129
|
+
<stop stop-color="#7632E0"/>
|
|
130
|
+
<stop offset="1" stop-color="#FE557A"/>
|
|
131
|
+
</linearGradient>
|
|
132
|
+
<linearGradient id="vv" x1="80.951" x2="80.781" y1="38.692" y2="42.397" gradientUnits="userSpaceOnUse">
|
|
133
|
+
<stop stop-color="#7632E0"/>
|
|
134
|
+
<stop offset="1" stop-color="#FE557A"/>
|
|
135
|
+
</linearGradient>
|
|
136
|
+
<linearGradient id="ww" x1="27.324" x2="27.154" y1="38.692" y2="42.397" gradientUnits="userSpaceOnUse">
|
|
137
|
+
<stop stop-color="#7632E0"/>
|
|
138
|
+
<stop offset="1" stop-color="#FE557A"/>
|
|
139
|
+
</linearGradient>
|
|
140
|
+
<linearGradient id="xx" x1="80.756" x2="79.251" y1="41.694" y2="52.599" gradientUnits="userSpaceOnUse">
|
|
141
|
+
<stop stop-color="#7632E0"/>
|
|
142
|
+
<stop offset="1" stop-color="#FE557A"/>
|
|
143
|
+
</linearGradient>
|
|
144
|
+
<linearGradient id="yy" x1="27.521" x2="23.464" y1="33.495" y2="51.018" gradientUnits="userSpaceOnUse">
|
|
145
|
+
<stop stop-color="#7632E0"/>
|
|
146
|
+
<stop offset="1" stop-color="#FE557A"/>
|
|
147
|
+
</linearGradient>
|
|
148
|
+
<linearGradient id="zz" x1="79.787" x2="72.183" y1="43.919" y2="67.15" gradientUnits="userSpaceOnUse">
|
|
149
|
+
<stop stop-color="#7632E0"/>
|
|
150
|
+
<stop offset="1" stop-color="#FE557A"/>
|
|
151
|
+
</linearGradient>
|
|
152
|
+
<linearGradient id="AA" x1="27.981" x2="16.123" y1="28.424" y2="56.218" gradientUnits="userSpaceOnUse">
|
|
153
|
+
<stop stop-color="#7632E0"/>
|
|
154
|
+
<stop offset="1" stop-color="#FE557A"/>
|
|
155
|
+
</linearGradient>
|
|
156
|
+
<linearGradient id="BB" x1="78.063" x2="61.576" y1="46.069" y2="77.149" gradientUnits="userSpaceOnUse">
|
|
157
|
+
<stop stop-color="#7632E0"/>
|
|
158
|
+
<stop offset="1" stop-color="#FE557A"/>
|
|
159
|
+
</linearGradient>
|
|
160
|
+
<linearGradient id="CC" x1="28.695" x2="7.529" y1="23.578" y2="56.629" gradientUnits="userSpaceOnUse">
|
|
161
|
+
<stop stop-color="#7632E0"/>
|
|
162
|
+
<stop offset="1" stop-color="#FE557A"/>
|
|
163
|
+
</linearGradient>
|
|
164
|
+
<linearGradient id="DD" x1="75.617" x2="50.025" y1="48.1" y2="81.86" gradientUnits="userSpaceOnUse">
|
|
165
|
+
<stop stop-color="#7632E0"/>
|
|
166
|
+
<stop offset="1" stop-color="#FE557A"/>
|
|
167
|
+
</linearGradient>
|
|
168
|
+
<linearGradient id="EE" x1="29.649" x2=".14" y1="19.052" y2="52.371" gradientUnits="userSpaceOnUse">
|
|
169
|
+
<stop stop-color="#7632E0"/>
|
|
170
|
+
<stop offset="1" stop-color="#FE557A"/>
|
|
171
|
+
</linearGradient>
|
|
172
|
+
<linearGradient id="FF" x1="72.496" x2="39.777" y1="49.974" y2="81.869" gradientUnits="userSpaceOnUse">
|
|
173
|
+
<stop stop-color="#7632E0"/>
|
|
174
|
+
<stop offset="1" stop-color="#FE557A"/>
|
|
175
|
+
</linearGradient>
|
|
176
|
+
<linearGradient id="GG" x1="30.825" x2="-4.256" y1="14.934" y2="44.607" gradientUnits="userSpaceOnUse">
|
|
177
|
+
<stop stop-color="#7632E0"/>
|
|
178
|
+
<stop offset="1" stop-color="#FE557A"/>
|
|
179
|
+
</linearGradient>
|
|
180
|
+
<linearGradient id="HH" x1="68.763" x2="32.255" y1="51.653" y2="78.503" gradientUnits="userSpaceOnUse">
|
|
181
|
+
<stop stop-color="#7632E0"/>
|
|
182
|
+
<stop offset="1" stop-color="#FE557A"/>
|
|
183
|
+
</linearGradient>
|
|
184
|
+
<linearGradient id="II" x1="32.195" x2="-4.765" y1="11.303" y2="34.922" gradientUnits="userSpaceOnUse">
|
|
185
|
+
<stop stop-color="#7632E0"/>
|
|
186
|
+
<stop offset="1" stop-color="#FE557A"/>
|
|
187
|
+
</linearGradient>
|
|
188
|
+
<linearGradient id="JJ" x1="64.487" x2="28.046" y1="53.106" y2="73.27" gradientUnits="userSpaceOnUse">
|
|
189
|
+
<stop stop-color="#7632E0"/>
|
|
190
|
+
<stop offset="1" stop-color="#FE557A"/>
|
|
191
|
+
</linearGradient>
|
|
192
|
+
<linearGradient id="KK" x1="33.736" x2="-1.251" y1="8.231" y2="24.881" gradientUnits="userSpaceOnUse">
|
|
193
|
+
<stop stop-color="#7632E0"/>
|
|
194
|
+
<stop offset="1" stop-color="#FE557A"/>
|
|
195
|
+
</linearGradient>
|
|
196
|
+
<linearGradient id="LL" x1="59.754" x2="27.096" y1="54.305" y2="67.53" gradientUnits="userSpaceOnUse">
|
|
197
|
+
<stop stop-color="#7632E0"/>
|
|
198
|
+
<stop offset="1" stop-color="#FE557A"/>
|
|
199
|
+
</linearGradient>
|
|
200
|
+
<linearGradient id="MM" x1="35.418" x2="5.881" y1="5.777" y2="15.793" gradientUnits="userSpaceOnUse">
|
|
201
|
+
<stop stop-color="#7632E0"/>
|
|
202
|
+
<stop offset="1" stop-color="#FE557A"/>
|
|
203
|
+
</linearGradient>
|
|
204
|
+
<linearGradient id="NN" x1="54.657" x2="28.94" y1="55.225" y2="62.354" gradientUnits="userSpaceOnUse">
|
|
205
|
+
<stop stop-color="#7632E0"/>
|
|
206
|
+
<stop offset="1" stop-color="#FE557A"/>
|
|
207
|
+
</linearGradient>
|
|
208
|
+
<linearGradient id="OO" x1="37.21" x2="15.907" y1="3.989" y2="8.642" gradientUnits="userSpaceOnUse">
|
|
209
|
+
<stop stop-color="#7632E0"/>
|
|
210
|
+
<stop offset="1" stop-color="#FE557A"/>
|
|
211
|
+
</linearGradient>
|
|
212
|
+
<linearGradient id="PP" x1="49.292" x2="32.887" y1="55.847" y2="58.503" gradientUnits="userSpaceOnUse">
|
|
213
|
+
<stop stop-color="#7632E0"/>
|
|
214
|
+
<stop offset="1" stop-color="#FE557A"/>
|
|
215
|
+
</linearGradient>
|
|
216
|
+
<linearGradient id="QQ" x1="39.075" x2="27.933" y1="2.903" y2="4.096" gradientUnits="userSpaceOnUse">
|
|
217
|
+
<stop stop-color="#7632E0"/>
|
|
218
|
+
<stop offset="1" stop-color="#FE557A"/>
|
|
219
|
+
</linearGradient>
|
|
220
|
+
<linearGradient id="RR" x1="43.766" x2="38.134" y1="56.16" y2="56.46" gradientUnits="userSpaceOnUse">
|
|
221
|
+
<stop stop-color="#7632E0"/>
|
|
222
|
+
<stop offset="1" stop-color="#FE557A"/>
|
|
223
|
+
</linearGradient>
|
|
224
|
+
<linearGradient id="SS" x1="41.976" x2="38.904" y1="2.539" y2="2.628" gradientUnits="userSpaceOnUse">
|
|
225
|
+
<stop stop-color="#7632E0"/>
|
|
226
|
+
<stop offset="1" stop-color="#FE557A"/>
|
|
227
|
+
</linearGradient>
|
|
228
|
+
</defs>
|
|
229
|
+
</svg>
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M28.4229 1.17953L16.7889 9.82025L18.9403 4.72235L28.4229 1.17953Z" fill="#E2761B" stroke="#E2761B" stroke-width="0.116924" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M1.56537 1.17953L13.1058 9.9021L11.0596 4.72235L1.56537 1.17953Z" fill="#E4761B" stroke="#E4761B" stroke-width="0.116924" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M24.237 21.2087L21.1385 25.9558L27.7682 27.7798L29.674 21.3139L24.237 21.2087Z" fill="#E4761B" stroke="#E4761B" stroke-width="0.116924" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M0.337646 21.3139L2.23182 27.7798L8.86144 25.9558L5.76294 21.2087L0.337646 21.3139Z" fill="#E4761B" stroke="#E4761B" stroke-width="0.116924" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
<path d="M8.48724 13.1877L6.63983 15.9822L13.2227 16.2745L12.9888 9.20056L8.48724 13.1877Z" fill="#E4761B" stroke="#E4761B" stroke-width="0.116924" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
+
<path d="M21.5009 13.1877L16.9409 9.11871L16.7889 16.2745L23.36 15.9822L21.5009 13.1877Z" fill="#E4761B" stroke="#E4761B" stroke-width="0.116924" stroke-linecap="round" stroke-linejoin="round"/>
|
|
8
|
+
<path d="M8.86145 25.9558L12.8135 24.0266L9.3993 21.3607L8.86145 25.9558Z" fill="#E4761B" stroke="#E4761B" stroke-width="0.116924" stroke-linecap="round" stroke-linejoin="round"/>
|
|
9
|
+
<path d="M17.1748 24.0266L21.1385 25.9558L20.589 21.3607L17.1748 24.0266Z" fill="#E4761B" stroke="#E4761B" stroke-width="0.116924" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10
|
+
<path d="M21.1385 25.9558L17.1748 24.0266L17.4905 26.6106L17.4554 27.698L21.1385 25.9558Z" fill="#D7C1B3" stroke="#D7C1B3" stroke-width="0.116924" stroke-linecap="round" stroke-linejoin="round"/>
|
|
11
|
+
<path d="M8.86145 25.9558L12.5446 27.698L12.5212 26.6106L12.8135 24.0266L8.86145 25.9558Z" fill="#D7C1B3" stroke="#D7C1B3" stroke-width="0.116924" stroke-linecap="round" stroke-linejoin="round"/>
|
|
12
|
+
<path d="M12.603 19.6536L9.30573 18.6831L11.6325 17.6191L12.603 19.6536Z" fill="#233447" stroke="#233447" stroke-width="0.116924" stroke-linecap="round" stroke-linejoin="round"/>
|
|
13
|
+
<path d="M17.3852 19.6536L18.3557 17.6191L20.6942 18.6831L17.3852 19.6536Z" fill="#233447" stroke="#233447" stroke-width="0.116924" stroke-linecap="round" stroke-linejoin="round"/>
|
|
14
|
+
<path d="M8.86144 25.9558L9.42267 21.2087L5.76294 21.3139L8.86144 25.9558Z" fill="#CD6116" stroke="#CD6116" stroke-width="0.116924" stroke-linecap="round" stroke-linejoin="round"/>
|
|
15
|
+
<path d="M20.5773 21.2087L21.1385 25.9558L24.237 21.3139L20.5773 21.2087Z" fill="#CD6116" stroke="#CD6116" stroke-width="0.116924" stroke-linecap="round" stroke-linejoin="round"/>
|
|
16
|
+
<path d="M23.36 15.9821L16.7889 16.2745L17.3969 19.6536L18.3674 17.6191L20.7058 18.6831L23.36 15.9821Z" fill="#CD6116" stroke="#CD6116" stroke-width="0.116924" stroke-linecap="round" stroke-linejoin="round"/>
|
|
17
|
+
<path d="M9.30498 18.6831L11.6435 17.6191L12.6022 19.6536L13.2219 16.2745L6.6391 15.9821L9.30498 18.6831Z" fill="#CD6116" stroke="#CD6116" stroke-width="0.116924" stroke-linecap="round" stroke-linejoin="round"/>
|
|
18
|
+
<path d="M6.63983 15.9821L9.39925 21.3607L9.30571 18.6831L6.63983 15.9821Z" fill="#E4751F" stroke="#E4751F" stroke-width="0.116924" stroke-linecap="round" stroke-linejoin="round"/>
|
|
19
|
+
<path d="M20.7059 18.6831L20.589 21.3607L23.3601 15.9821L20.7059 18.6831Z" fill="#E4751F" stroke="#E4751F" stroke-width="0.116924" stroke-linecap="round" stroke-linejoin="round"/>
|
|
20
|
+
<path d="M13.2227 16.2745L12.603 19.6536L13.3747 23.6407L13.5501 18.3908L13.2227 16.2745Z" fill="#E4751F" stroke="#E4751F" stroke-width="0.116924" stroke-linecap="round" stroke-linejoin="round"/>
|
|
21
|
+
<path d="M16.7889 16.2745L16.4732 18.3791L16.6135 23.6407L17.3969 19.6536L16.7889 16.2745Z" fill="#E4751F" stroke="#E4751F" stroke-width="0.116924" stroke-linecap="round" stroke-linejoin="round"/>
|
|
22
|
+
<path d="M17.3969 19.6536L16.6135 23.6407L17.1748 24.0266L20.589 21.3607L20.7059 18.6831L17.3969 19.6536Z" fill="#F6851B" stroke="#F6851B" stroke-width="0.116924" stroke-linecap="round" stroke-linejoin="round"/>
|
|
23
|
+
<path d="M9.30573 18.6831L9.39927 21.3607L12.8135 24.0266L13.3747 23.6407L12.603 19.6536L9.30573 18.6831Z" fill="#F6851B" stroke="#F6851B" stroke-width="0.116924" stroke-linecap="round" stroke-linejoin="round"/>
|
|
24
|
+
<path d="M17.4554 27.698L17.4905 26.6106L17.1982 26.3534H12.7901L12.5212 26.6106L12.5446 27.698L8.86145 25.9558L10.1476 27.0081L12.755 28.8205H17.2332L19.8523 27.0081L21.1385 25.9558L17.4554 27.698Z" fill="#C0AD9E" stroke="#C0AD9E" stroke-width="0.116924" stroke-linecap="round" stroke-linejoin="round"/>
|
|
25
|
+
<path d="M17.1747 24.0266L16.6135 23.6407H13.3747L12.8134 24.0266L12.5211 26.6106L12.79 26.3534H17.1981L17.4904 26.6106L17.1747 24.0266Z" fill="#161616" stroke="#161616" stroke-width="0.116924" stroke-linecap="round" stroke-linejoin="round"/>
|
|
26
|
+
<path d="M28.914 10.3815L29.9079 5.61097L28.4229 1.17953L17.1748 9.52794L21.501 13.1877L27.6162 14.9766L28.9725 13.3981L28.3879 12.9772L29.3233 12.1237L28.5983 11.5624L29.5337 10.8492L28.914 10.3815Z" fill="#763D16" stroke="#763D16" stroke-width="0.116924" stroke-linecap="round" stroke-linejoin="round"/>
|
|
27
|
+
<path d="M0.0921021 5.61097L1.08596 10.3815L0.454568 10.8492L1.38996 11.5624L0.676724 12.1237L1.61212 12.9772L1.0275 13.3981L2.37213 14.9766L8.48728 13.1877L12.8135 9.52794L1.56535 1.17953L0.0921021 5.61097Z" fill="#763D16" stroke="#763D16" stroke-width="0.116924" stroke-linecap="round" stroke-linejoin="round"/>
|
|
28
|
+
<path d="M27.6162 14.9766L21.501 13.1877L23.3601 15.9821L20.589 21.3607L24.237 21.3139H29.674L27.6162 14.9766Z" fill="#F6851B" stroke="#F6851B" stroke-width="0.116924" stroke-linecap="round" stroke-linejoin="round"/>
|
|
29
|
+
<path d="M8.48728 13.1877L2.37213 14.9766L0.337646 21.3139H5.76294L9.39929 21.3607L6.63988 15.9821L8.48728 13.1877Z" fill="#F6851B" stroke="#F6851B" stroke-width="0.116924" stroke-linecap="round" stroke-linejoin="round"/>
|
|
30
|
+
<path d="M16.7889 16.2745L17.1748 9.52795L18.952 4.72235H11.0596L12.8135 9.52795L13.2227 16.2745L13.363 18.4025L13.3747 23.6407H16.6135L16.6369 18.4025L16.7889 16.2745Z" fill="#F6851B" stroke="#F6851B" stroke-width="0.116924" stroke-linecap="round" stroke-linejoin="round"/>
|
|
31
|
+
</svg>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
+
viewBox="0 0 38.4 33.5" style="enable-background:new 0 0 38.4 33.5;" xml:space="preserve">
|
|
5
|
+
<style type="text/css">
|
|
6
|
+
.st0{fill:#8247E5;}
|
|
7
|
+
</style>
|
|
8
|
+
<g>
|
|
9
|
+
<path class="st0" d="M29,10.2c-0.7-0.4-1.6-0.4-2.4,0L21,13.5l-3.8,2.1l-5.5,3.3c-0.7,0.4-1.6,0.4-2.4,0L5,16.3
|
|
10
|
+
c-0.7-0.4-1.2-1.2-1.2-2.1v-5c0-0.8,0.4-1.6,1.2-2.1l4.3-2.5c0.7-0.4,1.6-0.4,2.4,0L16,7.2c0.7,0.4,1.2,1.2,1.2,2.1v3.3l3.8-2.2V7
|
|
11
|
+
c0-0.8-0.4-1.6-1.2-2.1l-8-4.7c-0.7-0.4-1.6-0.4-2.4,0L1.2,5C0.4,5.4,0,6.2,0,7v9.4c0,0.8,0.4,1.6,1.2,2.1l8.1,4.7
|
|
12
|
+
c0.7,0.4,1.6,0.4,2.4,0l5.5-3.2l3.8-2.2l5.5-3.2c0.7-0.4,1.6-0.4,2.4,0l4.3,2.5c0.7,0.4,1.2,1.2,1.2,2.1v5c0,0.8-0.4,1.6-1.2,2.1
|
|
13
|
+
L29,28.8c-0.7,0.4-1.6,0.4-2.4,0l-4.3-2.5c-0.7-0.4-1.2-1.2-1.2-2.1V21l-3.8,2.2v3.3c0,0.8,0.4,1.6,1.2,2.1l8.1,4.7
|
|
14
|
+
c0.7,0.4,1.6,0.4,2.4,0l8.1-4.7c0.7-0.4,1.2-1.2,1.2-2.1V17c0-0.8-0.4-1.6-1.2-2.1L29,10.2z"/>
|
|
15
|
+
</g>
|
|
16
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M18 17H6V15H18V17ZM18 13H6V11H18V13ZM18 9H6V7H18V9ZM3 22L4.5 20.5L6 22L7.5 20.5L9 22L10.5 20.5L12 22L13.5 20.5L15 22L16.5 20.5L18 22L19.5 20.5L21 22V2L19.5 3.5L18 2L16.5 3.5L15 2L13.5 3.5L12 2L10.5 3.5L9 2L7.5 3.5L6 2L4.5 3.5L3 2V22Z" fill="#76707E"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="324" height="242" fill="none" viewBox="0 0 324 242">
|
|
2
|
+
<path stroke="#000" stroke-linecap="round" d="M4.494 215.76h313.958"/>
|
|
3
|
+
<path stroke="#000" d="M287.935 135.475a.524.524 0 1 0 0-1.048.524.524 0 0 0 0 1.048ZM78.84 116.228a.524.524 0 1 0-.001-1.048.524.524 0 0 0 0 1.048Zm-18.97 87.197a.524.524 0 1 0-.001-1.048.524.524 0 0 0 .001 1.048Zm.919-186.026a.524.524 0 1 0 0-1.048.524.524 0 0 0 0 1.048Zm144.574 26.3a.524.524 0 1 0 0-1.05.524.524 0 0 0 0 1.05Zm-68.49 140.617a.524.524 0 1 0-.001-1.047.524.524 0 0 0 .001 1.047Z"/>
|
|
4
|
+
<path stroke="#000" stroke-linecap="round" d="m240.004 112.677 2.903 2.117m-76.084 48.731 2.903 2.107m-9.273-133.11 2.903 2.117M159.26 2.76 162.38 1m-46.155 237.883 2.903 2.117m-81.554-87.306-2.943 2.057m135.638 68.751-2.943 2.057m113.115-47.436-2.943 2.058M41.602 51.017 39.52 48.09m229.397 15.301 3.338-1.315m5.243-44.272 1.955 3.017M34.6 232.949l1.946 3.016"/>
|
|
5
|
+
<path stroke="#000" d="m60.979 130.112 1.461 7.932 6.241-2.601-5.786 4.55 5.174 2.552-5.994-1.118 1.254 7.448-3.09-7.24-5.452 5.914 3.595-6.735-5.392-1.81 5.155-.327-1.55-3.323 3.001 2.384 1.383-7.626Z" clip-rule="evenodd"/>
|
|
6
|
+
<path fill="#000" d="M51.446 98.154 53.5 109.27l8.749-3.64-8.117 6.389 7.258 3.571-8.413-1.573 1.757 10.445-4.335-10.158-7.643 8.299 5.036-9.456-7.564-2.542 7.229-.455-2.173-4.668 4.217 3.343 1.945-10.672Zm56.671-82.694 2.153 11.662 9.183-3.818L110.932 30l7.613 3.748-8.818-1.641 1.846 10.959-4.542-10.653-8.028 8.694 5.283-9.91-7.94-2.67 7.584-.476-2.281-4.895 4.424 3.5 2.044-11.196Z"/>
|
|
7
|
+
<path stroke="#000" d="M101.305 79.493H47.34c.869-5.4 3.89-4.025 5.302-2.65 9.056-19.209 17.508-8.408 20.6-.604 4.433-7.24 9.074-3.017 10.841 0 9.154-6.083 15.296-.366 17.222 3.254ZM205.66 26.34h34.344c-.553-3.442-2.478-2.561-3.377-1.691-5.767-12.225-11.139-5.351-13.113-.386-2.825-4.609-5.777-1.919-6.903 0-5.816-3.857-9.726-.217-10.951 2.077Z" clip-rule="evenodd"/>
|
|
8
|
+
<path stroke="#000" d="m96.84 129.006-.257 2.097-14.99 1.296c-1.451.089-1.787.752-.82 1.434-1.016-.237-2.646.88-1.293 2.413-.898-.009-1.836.94-.938 2.008.089.109.385.366.8.475.415.109 1.669.277 2.242.336l-2.884.871c-.889.267-1.076 1.988.593 1.968l12.728-1.375-5.984 3.689c-.74.782-.563 2.839 1.61 2.008 1.046-.316 10.131-2.215 14.239-4.282l3.634-3.591 4.167-10.603"/>
|
|
9
|
+
<path stroke="#000" stroke-linecap="round" d="m80.724 133.823 7.88.05m-9.213 2.373 8.551.089m-6.715 2.8 5.757-.989m58.479-92.014c.878 2.334 1.965 8.16-.721 12.769a3.662 3.662 0 0 1-.277.375m-7.781-1.048c-.306-.445-1.017-1.553-1.363-2.473m1.363 2.473c.454.623 1.116 1.316 1.758 1.74 2.824 1.712 4.631.525 5.322 0 .247-.187.484-.425.711-.692m-7.791-1.048v2.997m7.791-1.949v2.374"/>
|
|
10
|
+
<path fill="#A363F4" d="M154.904 62.926c-3.417-1.246-7.979-1.998-10.013-1.988-2.242 1.86-6.814.781-8.631 0 0 0-3.624.692-5.915 1.553-7.722 2.077-11.948 8.931-13.4 12.284l-22.474 54.222h16.056v7.477h8.413c7.268-13.857 22.969-43.203 27.313-50.918 4.345-7.715 10.784-16.666 14.2-19.05-.237.01-2.133-2.334-5.549-3.58Z"/>
|
|
11
|
+
<path stroke="#000" stroke-linecap="round" d="m208.167 72.036.02 1.206c-.03 2.7 3.15 3.61 3.653.445.069-1.72-.108-6.567-.345-10.731-.247-1.731-2.331-2.265-3.358-1.039m-.009-.01-.08-1.552c-.078-1.583-1.323-3.007-2.764-1.939m2.844 3.491.394 7.963m-3.238-11.454c-.06-1.128-.81-2.8-2.913-2.067-1.985.781-4.306 2.532-6.32 4.233m9.233-2.166.483 9.693m-4.196-6.815.503 7.527m-91.123 58.435 18.1-42.936m17.142-34.766c-.622 0-2.182.326-2.646 1.453-.464 1.128.079 4.036.967 5.56-.464-.14-1.155-.199-2.182-1.514m-1.411-4.589c-.514-.455-1.847-1.058-3.062.128m2.162 6.458c.366-.128 1.255-.207 1.896.465m-5.55-3.155c-.207-.326-.839-.949-1.767-.84"/>
|
|
12
|
+
<path stroke="#000" stroke-linecap="round" d="M135.479 53.728c-.247.079-.642.425-.208 1.137"/>
|
|
13
|
+
<path fill="#000" d="M147.043 48.02c3.535 2.157.958 4.382-.711 5.114.148-1.147-.138-3.244-.138-3.353-.682-.326-.692-.86-.613-1.088l-1.807-1.81-6.122.247c.326 1.988-1.452 4.056-2.251 4.748.385.316.256.83.256.722-1.481-.455-2.034.415-2.123.91-.523-.534-1.55-1.89-1.461-3.076.089-1.187 1.56-2.107 2.291-2.423-1.422-4.926 1.501-5.668 3.14-5.42-.129-.614.089-2.463 1.609-2.889 4.79-.94 5.175 4.105 5.175 3.996 2.972-.296 3.081 2.75 2.755 4.323Z"/>
|
|
14
|
+
<path stroke="#000" stroke-linecap="round" d="M136.231 55.547c-.78.139-2.439.1-2.814-1.147-.474-1.553.967-2.225 2.271-1.681"/>
|
|
15
|
+
<path fill="#000" d="M136.042 57.13c.563-.643.533-1.217.444-1.424h-1.215l.771 1.424Zm.435-5.747 5.766.485-1.293 2.76-3.525.237-.948-3.482Z"/>
|
|
16
|
+
<path fill="#fff" d="m140.407 51.72.553.05-1.007 2.937-.504.04.958-3.027Zm-.898-.08.523.05-1.057 3.086-.424.03.958-3.165Z"/>
|
|
17
|
+
<path fill="#000" d="m149.265 51.383-5.767.485 1.294 2.76 3.525.237.948-3.482Z"/>
|
|
18
|
+
<path fill="#fff" d="m147.032 51.571.583-.059-1.096 3.234-.484-.03.997-3.145Zm-.967.079.582-.049-1.066 3.086-.425-.03.909-3.007Z"/>
|
|
19
|
+
<path stroke="#000" d="M144.179 52.798h-2.736m-4.236-.258-2.202-.593"/>
|
|
20
|
+
<path fill="#000" d="m144.457 60.977.098-1.473c-1.481 1.671-4.779 1.177-6.25.732 2.3 2.571 5.075 1.384 6.152.742Z"/>
|
|
21
|
+
<path fill="#A363F4" d="m178.276 97.969 6.221 13.313c-5.836 6.706-12.008 4.332-14.368 2.305l8.147-15.618Z"/>
|
|
22
|
+
<path stroke="#000" d="m178.089 98.068 12.985 25.667 5.836-.772m-18.821-24.895-20.095 38h-10.319m30.414-38-3.387-6.933-27.027 44.933m0 0h-22.189m0 0h-6.556s20.815-39.019 29.624-54.172c8.808-15.162 18.258-24.133 31.47-21.126 13.213 3.006 18.446 14.025 21.033 20.395 1.501 2.76 15.859 39.147 15.859 39.147l-20.016 2.651m-71.414 13.105 52.593-65.694 18.821 52.589"/>
|
|
23
|
+
<path stroke="#000" d="M180.271 60.859c2.499-1.86 10.902-4.669 21.458 3.383m14.97 55.338 10.961-1.918c-2.893-10.732-9.164-29.346-16.787-42.125"/>
|
|
24
|
+
<path fill="#000" stroke="#000" stroke-linecap="round" d="M204.661 136.484h-7.899l.79-13.442 13.795-1.82v3.234l23.245 12.028h-26.85l-2.577-3.521-.504 3.521Z"/>
|
|
25
|
+
<path stroke="#000" stroke-linecap="round" d="M223.335 121.213v-2.671m0 2.671v3.234l23.245 12.027h-26.849l-2.578-3.521-.513 3.521h-7.9l.79-13.442 13.805-1.819Z"/>
|
|
26
|
+
<mask id="a" width="324" height="71" x="0" y="135.504" fill="#000" maskUnits="userSpaceOnUse">
|
|
27
|
+
<path fill="#fff" d="M0 135.504h324v71H0z"/>
|
|
28
|
+
<path d="M39.722 158.337c-.174-2.179-.99-3.879-2.447-5.099-1.436-1.22-3.622-1.83-6.56-1.83-1.87 0-3.404.229-4.6.686-1.175.436-2.045 1.035-2.61 1.798a4.448 4.448 0 0 0-.882 2.615c-.044.806.098 1.536.424 2.19.348.631.892 1.209 1.632 1.732.74.501 1.686.959 2.839 1.373 1.153.414 2.523.784 4.111 1.111l5.482 1.177c3.699.784 6.864 1.819 9.496 3.105 2.632 1.285 4.786 2.8 6.461 4.543 1.675 1.721 2.904 3.66 3.688 5.818.804 2.157 1.218 4.51 1.24 7.06-.022 4.401-1.12 8.127-3.296 11.178-2.176 3.05-5.287 5.371-9.333 6.962-4.024 1.59-8.865 2.386-14.52 2.386-5.81 0-10.878-.861-15.207-2.583-4.307-1.721-7.658-4.368-10.05-7.942-2.372-3.595-3.568-8.193-3.59-13.793h17.23c.108 2.048.62 3.77 1.533 5.164.914 1.395 2.197 2.452 3.85 3.171 1.676.719 3.666 1.078 5.972 1.078 1.936 0 3.557-.239 4.862-.719 1.305-.479 2.295-1.144 2.97-1.994a4.708 4.708 0 0 0 1.044-2.908 4.142 4.142 0 0 0-1.012-2.681c-.63-.784-1.675-1.481-3.132-2.091-1.458-.632-3.427-1.221-5.907-1.765l-6.656-1.439c-5.918-1.285-10.584-3.431-14-6.438-3.393-3.029-5.079-7.158-5.057-12.388-.022-4.249 1.11-7.964 3.393-11.145 2.306-3.203 5.494-5.698 9.561-7.485 4.09-1.787 8.778-2.68 14.065-2.68 5.395 0 10.061.904 13.998 2.712 3.938 1.809 6.973 4.358 9.105 7.649 2.153 3.268 3.241 7.092 3.263 11.472h-17.36Zm71.251 12.551c0-4.009-.533-7.387-1.599-10.132-1.045-2.768-2.6-4.859-4.667-6.276-2.045-1.438-4.568-2.157-7.57-2.157-3.002 0-5.537.719-7.603 2.157-2.045 1.417-3.6 3.508-4.666 6.276-1.045 2.745-1.567 6.123-1.567 10.132 0 4.009.522 7.398 1.567 10.165 1.065 2.745 2.62 4.837 4.666 6.275 2.066 1.417 4.6 2.125 7.603 2.125 3.002 0 5.525-.708 7.57-2.125 2.067-1.438 3.622-3.53 4.667-6.275 1.066-2.767 1.599-6.156 1.599-10.165Zm27.059 33.469v-66.938h28.846c4.96 0 9.3.904 13.02 2.713 3.72 1.808 6.614 4.412 8.68 7.811 2.067 3.4 3.1 7.474 3.1 12.224 0 4.794-1.066 8.836-3.198 12.126-2.11 3.291-5.079 5.775-8.908 7.453-3.807 1.677-8.256 2.516-13.346 2.516h-17.23v-14.12h13.575c2.132 0 3.948-.261 5.449-.784 1.523-.545 2.687-1.405 3.492-2.582.827-1.177 1.24-2.713 1.24-4.609 0-1.917-.413-3.475-1.24-4.674-.805-1.22-1.969-2.113-3.492-2.68-1.501-.588-3.317-.882-5.449-.882h-6.396v52.426h-18.143Zm39.158-30.724 16.707 30.724h-19.709l-16.316-30.724h19.318Zm22.222 30.724v-66.938h28.846c4.96 0 9.3.904 13.02 2.713 3.72 1.808 6.613 4.412 8.68 7.811 2.067 3.4 3.1 7.474 3.1 12.224 0 4.794-1.066 8.836-3.198 12.126-2.11 3.291-5.08 5.775-8.908 7.453-3.807 1.677-8.256 2.516-13.347 2.516h-17.229v-14.12h13.575c2.132 0 3.948-.261 5.449-.784 1.523-.545 2.687-1.405 3.492-2.582.826-1.177 1.24-2.713 1.24-4.609 0-1.917-.414-3.475-1.24-4.674-.805-1.22-1.969-2.113-3.492-2.68-1.501-.588-3.317-.882-5.449-.882h-6.396v52.426h-18.143Zm39.158-30.724 16.707 30.724h-19.709l-16.316-30.724h19.318Zm16.34-36.214h20.231l13.053 27.194h.522l13.052-27.194H322l-24.539 45.889v21.049h-18.012v-21.049l-24.539-45.889Z"/>
|
|
29
|
+
</mask>
|
|
30
|
+
<path fill="#000" d="m125.298 189.747.435.247v-.001l-.435-.246Zm-11.715 11.603.235.442.001-.001-.236-.441Zm-32.958-.033-.238.44.002.001.236-.441Zm-11.682-11.635-.436.244.001.002.435-.246Zm0-37.62-.435-.246.435.246Zm44.64-11.603-.236.44.001.001.235-.441Zm11.715 11.603-.436.246h.001l.435-.246Zm3.84 18.826c0 7.388-1.434 13.585-4.276 18.613l.871.492c2.946-5.213 4.405-11.589 4.405-19.105h-1Zm-4.275 18.612c-2.849 5.021-6.687 8.82-11.516 11.409l.472.882c5.004-2.684 8.976-6.621 11.914-11.797l-.87-.494Zm-11.515 11.409c-4.838 2.573-10.238 3.863-16.211 3.863v1c6.122 0 11.686-1.324 16.681-3.98l-.47-.883Zm-16.211 3.863c-6.017 0-11.438-1.301-16.275-3.895l-.473.881c4.996 2.679 10.582 4.014 16.748 4.014v-1Zm-16.273-3.894c-4.808-2.611-8.636-6.421-11.486-11.443l-.87.493c2.937 5.176 6.898 9.123 11.879 11.829l.477-.879Zm-11.485-11.441c-2.82-5.029-4.243-11.204-4.243-18.549h-1c0 7.472 1.448 13.826 4.371 19.038l.872-.489Zm-4.243-18.549c0-7.389 1.424-13.575 4.243-18.581l-.871-.491c-2.924 5.192-4.372 11.557-4.372 19.072h1Zm48.212-29.988c4.828 2.567 8.665 6.365 11.514 11.408l.871-.492c-2.937-5.199-6.91-9.137-11.915-11.799l-.47.883Zm11.515 11.408c2.84 5.006 4.275 11.191 4.275 18.58h1c0-7.516-1.459-13.881-4.405-19.073l-.87.493Zm-55.484 0c2.295-4.062 5.223-7.314 8.783-9.767l-.567-.823c-3.695 2.544-6.723 5.914-9.087 10.098l.87.492Zm36.457-14.288a31.998 31.998 0 0 1 7.511 2.879l.472-.881a32.94 32.94 0 0 0-7.744-2.969l-.239.971Zm-66.114 20.317-.997.08.074.92h.923v-1Zm-2.447-5.099-.648.762.006.005.642-.767Zm-11.16-1.144.347.938.01-.004-.357-.934Zm-2.61 1.798-.804-.596.803.596Zm-.882 2.615.999.054v-.032l-.999-.022Zm.424 2.19-.895.446.01.018.01.018.875-.482Zm1.632 1.732-.577.816.008.006.008.006.56-.828Zm6.95 2.484.21-.978-.008-.002-.202.98Zm5.482 1.177-.21.977.003.001.207-.978Zm15.957 7.648-.72.693.004.004.716-.697Zm3.688 5.818-.94.341.003.008.936-.349Zm1.24 7.06 1 .004v-.013l-1 .009ZM54.7 195.794l.814.58-.814-.58Zm-9.333 6.962-.366-.931-.001.001.367.93Zm-29.727-.197-.371.929.001.001.37-.93Zm-10.05-7.942-.835.551.004.005.83-.556ZM2 180.824v-1H.996L1 180.828l1-.004Zm17.23 0 .998-.053-.05-.947h-.949v1Zm1.533 5.164-.836.548.836-.548Zm3.85 3.171-.398.917.004.002.395-.919Zm10.834.359.345.939-.345-.939Zm2.97-1.994.783.622-.783-.622Zm1.044-2.908 1 .02v-.042l-1 .022Zm-1.012-2.681-.779.627.01.012.01.012.76-.651Zm-3.132-2.091-.398.917.012.005.386-.922Zm-5.907-1.765.215-.977-.003-.001-.212.978Zm-6.656-1.439-.213.978h.001l.212-.978Zm-14-6.438-.665.746.005.004.66-.75Zm-5.057-12.388 1 .004v-.009l-1 .005Zm3.393-11.145-.811-.585v.001l.811.584Zm9.561-7.485-.4-.917-.002.001.402.916Zm28.064.032-.418.909.418-.909Zm9.104 7.649-.84.544.005.006.835-.55Zm3.263 11.472v1h1.005l-.005-1.005-1 .005Zm52.292 2.419-.936.353.003.009.933-.362Zm-4.667-6.276-.575.818.01.007.565-.825Zm-15.173 0 .57.822.001-.001-.571-.821Zm-4.666 6.276-.934-.36-.001.004.934.356Zm0 20.297-.936.353.003.009.933-.362Zm4.666 6.275-.576.818.01.007.566-.825Zm15.173 0 .57.822.002-.001-.572-.821Zm4.667-6.275-.933-.36-.002.004.935.356Zm28.658 23.304h-1v1h1v-1Zm0-66.938v-1h-1v1h1Zm50.546 10.524.855-.519-.855.519Zm-.098 24.35-.839-.543-.002.004.841.539Zm-8.908 7.453-.401-.916h-.002l.403.916Zm-30.576 2.516h-1v1h1v-1Zm0-14.12v-1h-1v1h1Zm19.024-.784.33.944.007-.002-.337-.942Zm3.492-2.582-.818-.575-.007.01.825.565Zm0-9.283-.835.551.006.009.006.008.823-.568Zm-3.492-2.68-.364.931.008.004.008.003.348-.938Zm-11.845-.882v-1h-1v1h1Zm0 52.426v1h1v-1h-1Zm21.015-30.724.878-.477-.284-.523h-.594v1Zm16.707 30.724v1h1.682l-.803-1.478-.879.478Zm-19.709 0-.883.469.282.531h.601v-1Zm-16.316-30.724v-1h-1.663l.78 1.47.883-.47Zm41.54 30.724h-1v1h1v-1Zm0-66.938v-1h-1v1h1Zm50.546 10.524.854-.519-.854.519Zm-.098 24.35-.839-.543-.003.004.842.539Zm-8.908 7.453-.402-.916h-.002l.404.916Zm-30.576 2.516h-1v1h1v-1Zm0-14.12v-1h-1v1h1Zm19.024-.784.329.944.008-.002-.337-.942Zm3.492-2.582-.819-.575-.007.01.826.565Zm0-9.283-.835.551.006.009.006.008.823-.568Zm-3.492-2.68-.365.931.008.004.008.003.349-.938Zm-11.845-.882v-1h-1v1h1Zm0 52.426v1h1v-1h-1Zm21.015-30.724.878-.477-.284-.523h-.594v1Zm16.707 30.724v1h1.682l-.804-1.478-.878.478Zm-19.709 0-.884.469.282.531h.602v-1Zm-16.316-30.724v-1h-1.663l.78 1.47.883-.47Zm35.658-36.214v-1h-1.669l.787 1.471.882-.471Zm20.231 0 .902-.433-.272-.567h-.63v1Zm13.053 27.194-.902.432.273.568h.629v-1Zm.522 0v1h.629l.272-.568-.901-.432Zm13.052-27.194v-1h-.629l-.272.567.901.433Zm20.232 0 .882.471.787-1.471H322v1Zm-24.539 45.889-.882-.471-.118.221v.25h1Zm0 21.049v1h1v-1h-1Zm-18.012 0h-1v1h1v-1Zm0-21.049h1v-.25l-.119-.221-.881.471Zm-238.73-25.051c-.192-2.402-1.108-4.367-2.803-5.786l-1.283 1.534c1.22 1.022 1.936 2.456 2.092 4.412l1.994-.16Zm-2.797-5.781c-1.694-1.439-4.158-2.068-7.206-2.068v2c2.825 0 4.733.591 5.911 1.592l1.295-1.524Zm-7.206-2.068c-1.942 0-3.608.236-4.959.752l.715 1.868c1.043-.399 2.444-.62 4.244-.62v-2Zm-4.95.749c-1.299.482-2.352 1.178-3.065 2.139l1.606 1.192c.419-.565 1.105-1.067 2.155-1.456l-.695-1.875Zm-3.065 2.139a5.448 5.448 0 0 0-1.078 3.189l2 .044c.017-.781.246-1.451.684-2.041l-1.606-1.192Zm-1.076 3.157c-.052.96.116 1.866.527 2.69l1.79-.893c-.241-.483-.356-1.038-.32-1.689l-1.997-.108Zm.546 2.726c.438.794 1.098 1.478 1.93 2.066l1.155-1.633c-.647-.457-1.074-.928-1.333-1.398l-1.752.965Zm1.947 2.078c.83.562 1.857 1.053 3.062 1.486l.676-1.883c-1.101-.395-1.966-.818-2.616-1.259l-1.122 1.656Zm3.062 1.486c1.209.434 2.627.816 4.248 1.149l.403-1.959c-1.556-.32-2.878-.679-3.975-1.073l-.676 1.883Zm4.24 1.148 5.482 1.176.42-1.955-5.483-1.177-.42 1.956Zm5.484 1.177c3.64.772 6.723 1.784 9.264 3.025l.878-1.797c-2.724-1.33-5.97-2.388-9.727-3.185l-.415 1.957Zm9.264 3.025c2.549 1.245 4.6 2.695 6.18 4.338l1.441-1.386c-1.771-1.844-4.027-3.422-6.743-4.749l-.878 1.797Zm6.184 4.342c1.58 1.625 2.731 3.444 3.464 5.462l1.88-.683c-.834-2.296-2.142-4.356-3.911-6.174l-1.433 1.395Zm3.467 5.47c.76 2.037 1.156 4.274 1.176 6.719l2-.017c-.022-2.653-.453-5.124-1.303-7.401l-1.873.699Zm1.176 6.706c-.02 4.232-1.074 7.748-3.11 10.602l1.629 1.161c2.315-3.246 3.459-7.183 3.481-11.754l-2-.009Zm-3.11 10.602c-2.045 2.869-4.988 5.08-8.884 6.612l.732 1.861c4.197-1.65 7.476-4.079 9.78-7.312l-1.627-1.161ZM45 201.826c-3.878 1.532-8.587 2.316-14.154 2.316v2c5.745 0 10.717-.808 14.889-2.456l-.735-1.86Zm-14.154 2.316c-5.712 0-10.65-.847-14.837-2.512l-.739 1.859c4.472 1.778 9.671 2.653 15.576 2.653v-2Zm-14.835-2.511c-4.135-1.653-7.319-4.178-9.59-7.57l-1.662 1.112c2.514 3.755 6.03 6.525 10.51 8.315l.742-1.857Zm-9.587-7.565c-2.236-3.39-3.403-7.783-3.424-13.246l-2 .008c.022 5.737 1.249 10.54 3.755 14.34l1.67-1.102ZM2 181.824h17.23v-2H2v2Zm16.23-.947c.117 2.184.666 4.087 1.697 5.659l1.672-1.096c-.796-1.216-1.27-2.757-1.371-4.669l-1.997.106Zm1.697 5.659c1.029 1.571 2.47 2.75 4.288 3.54l.797-1.834c-1.49-.648-2.614-1.584-3.413-2.802l-1.672 1.096Zm4.292 3.542c1.828.784 3.96 1.159 6.366 1.159v-2c-2.205 0-4.055-.344-5.577-.997l-.789 1.838Zm6.366 1.159c2.011 0 3.757-.248 5.207-.78l-.69-1.877c-1.16.426-2.656.657-4.517.657v2Zm5.207-.78c1.43-.525 2.591-1.282 3.408-2.311l-1.567-1.243c-.532.67-1.35 1.243-2.53 1.677l.689 1.877Zm3.408-2.311a5.708 5.708 0 0 0 1.26-3.51l-1.999-.04a3.713 3.713 0 0 1-.828 2.307l1.567 1.243Zm1.26-3.552a5.136 5.136 0 0 0-1.25-3.309l-1.52 1.301c.498.583.754 1.253.771 2.051l2-.043Zm-1.232-3.285c-.778-.968-1.993-1.747-3.525-2.388l-.773 1.845c1.384.579 2.257 1.195 2.74 1.796l1.558-1.253Zm-3.514-2.383c-1.54-.668-3.579-1.273-6.09-1.824l-.428 1.953c2.45.538 4.349 1.11 5.723 1.706l.795-1.835Zm-6.092-1.825-6.657-1.438-.423 1.955 6.657 1.438.423-1.955Zm-6.656-1.438c-5.804-1.261-10.298-3.349-13.55-6.212l-1.322 1.501c3.578 3.151 8.417 5.355 14.447 6.666l.425-1.955ZM9.42 169.456c-3.147-2.809-4.745-6.647-4.724-11.638l-2-.008c-.023 5.468 1.752 9.889 5.392 13.138l1.332-1.492Zm-4.724-11.647c-.021-4.057 1.055-7.562 3.206-10.557l-1.625-1.167c-2.418 3.368-3.604 7.293-3.581 11.734l2-.01Zm3.205-10.556c2.189-3.041 5.226-5.429 9.152-7.154l-.805-1.831c-4.21 1.85-7.547 4.451-9.97 7.816l1.623 1.169Zm9.15-7.153c3.942-1.722 8.49-2.596 13.664-2.596v-2c-5.4 0-10.228.912-14.465 2.763l.8 1.833Zm13.664-2.596c5.285 0 9.803.886 13.581 2.621l.835-1.817c-4.096-1.882-8.912-2.804-14.416-2.804v2Zm13.581 2.621c3.784 1.738 6.664 4.169 8.683 7.283l1.678-1.087c-2.246-3.466-5.435-6.134-9.526-8.013l-.835 1.817Zm8.687 7.29c2.034 3.088 3.077 6.717 3.098 10.927l2-.01c-.023-4.55-1.156-8.568-3.428-12.017l-1.67 1.1Zm4.098 9.922h-17.36v2h17.36v-2Zm54.891 13.551c0-4.091-.543-7.6-1.667-10.494l-1.865.724c1.009 2.596 1.532 5.843 1.532 9.77h2Zm-1.664-10.485c-1.103-2.924-2.772-5.196-5.036-6.748l-1.131 1.65c1.869 1.281 3.311 3.192 4.296 5.804l1.871-.706Zm-5.026-6.741c-2.245-1.578-4.98-2.339-8.146-2.339v2c2.838 0 5.15.678 6.995 1.975l1.151-1.636Zm-8.146-2.339c-3.166 0-5.91.761-8.174 2.336l1.142 1.642c1.869-1.3 4.194-1.978 7.032-1.978v-2Zm-8.173 2.335c-2.239 1.551-3.906 3.82-5.03 6.738l1.867.719c1.008-2.617 2.452-4.531 4.302-5.813l-1.139-1.644Zm-5.031 6.742c-1.1 2.892-1.632 6.399-1.632 10.488h2c0-3.929.513-7.178 1.501-9.777l-1.87-.711ZM82.3 170.888c0 4.09.532 7.606 1.63 10.518l1.872-.706c-.99-2.622-1.502-5.883-1.502-9.812h-2Zm1.634 10.527c1.125 2.896 2.79 5.161 5.023 6.731l1.151-1.636c-1.856-1.305-3.302-3.224-4.31-5.819l-1.864.724Zm5.034 6.738c2.263 1.552 5.005 2.3 8.168 2.3v-2c-2.841 0-5.168-.668-7.038-1.95l-1.13 1.65Zm8.168 2.3c3.163 0 5.896-.748 8.14-2.303l-1.139-1.644c-1.846 1.279-4.16 1.947-7.001 1.947v2Zm8.142-2.304c2.258-1.571 3.926-3.839 5.029-6.741l-1.869-.711c-.985 2.59-2.428 4.506-4.303 5.811l1.143 1.641Zm5.028-6.737c1.123-2.914 1.666-6.432 1.666-10.524h-2c0 3.927-.523 7.185-1.532 9.805l1.866.719Zm28.725 22.945v-66.938h-2v66.938h2Zm-1-65.938h28.846v-2h-28.846v2Zm28.846 0c4.839 0 9.024.882 12.583 2.612l.875-1.799c-3.881-1.886-8.376-2.813-13.458-2.813v2Zm12.583 2.612c3.555 1.728 6.3 4.203 8.263 7.432l1.709-1.039c-2.171-3.57-5.212-6.303-9.097-8.192l-.875 1.799Zm8.263 7.432c1.954 3.214 2.954 7.102 2.954 11.704h2c0-4.897-1.066-9.159-3.245-12.743l-1.709 1.039Zm2.954 11.704c0 4.644-1.031 8.487-3.037 11.583l1.679 1.087c2.258-3.485 3.358-7.726 3.358-12.67h-2Zm-3.039 11.587c-1.997 3.112-4.807 5.471-8.468 7.076l.802 1.831c3.997-1.751 7.125-4.36 9.349-7.828l-1.683-1.079Zm-8.47 7.076c-3.655 1.611-7.961 2.432-12.943 2.432v2c5.199 0 9.79-.857 13.749-2.601l-.806-1.831Zm-12.943 2.432h-17.23v2h17.23v-2Zm-16.23 1v-14.12h-2v14.12h2Zm-1-13.12h13.575v-2h-13.575v2Zm13.575 0c2.208 0 4.142-.27 5.778-.84l-.658-1.888c-1.366.476-3.064.728-5.12.728v2Zm5.786-.842c1.694-.606 3.041-1.586 3.98-2.959l-1.65-1.13c-.671.98-1.651 1.722-3.003 2.205l.673 1.884Zm3.973-2.949c.978-1.391 1.422-3.147 1.422-5.184h-2c0 1.755-.382 3.072-1.058 4.034l1.636 1.15Zm1.422-5.184c0-2.056-.443-3.83-1.417-5.241l-1.646 1.135c.68.986 1.063 2.328 1.063 4.106h2Zm-1.405-5.224c-.935-1.417-2.279-2.435-3.978-3.067l-.697 1.875c1.347.501 2.33 1.27 3.005 2.293l1.67-1.101Zm-3.962-3.061c-1.648-.646-3.595-.951-5.814-.951v2c2.045 0 3.731.283 5.085.813l.729-1.862Zm-5.814-.951h-6.396v2h6.396v-2Zm-7.396 1v52.426h2v-52.426h-2Zm1 51.426h-18.143v2h18.143v-2Zm20.136-29.246 16.708 30.724 1.757-.956-16.708-30.723-1.757.955Zm17.586 29.246h-19.709v2h19.709v-2Zm-18.826.531-16.316-30.724-1.766.939 16.316 30.723 1.766-.938Zm-17.199-29.255h19.318v-2h-19.318v2Zm42.54 29.724v-66.938h-2v66.938h2Zm-1-65.938h28.846v-2h-28.846v2Zm28.846 0c4.838 0 9.024.882 12.583 2.612l.874-1.799c-3.88-1.886-8.375-2.813-13.457-2.813v2Zm12.583 2.612c3.554 1.728 6.3 4.203 8.263 7.432l1.708-1.039c-2.17-3.57-5.211-6.303-9.097-8.192l-.874 1.799Zm8.263 7.432c1.954 3.214 2.954 7.102 2.954 11.704h2c0-4.897-1.067-9.159-3.246-12.743l-1.708 1.039Zm2.954 11.704c0 4.644-1.031 8.487-3.037 11.583l1.678 1.087c2.258-3.485 3.359-7.726 3.359-12.67h-2Zm-3.04 11.587c-1.996 3.112-4.806 5.471-8.468 7.076l.803 1.831c3.996-1.751 7.125-4.36 9.349-7.828l-1.684-1.079Zm-8.47 7.076c-3.654 1.611-7.961 2.432-12.943 2.432v2c5.2 0 9.791-.857 13.75-2.601l-.807-1.831Zm-12.943 2.432h-17.229v2h17.229v-2Zm-16.229 1v-14.12h-2v14.12h2Zm-1-13.12h13.575v-2h-13.575v2Zm13.575 0c2.208 0 4.142-.27 5.778-.84l-.658-1.888c-1.366.476-3.065.728-5.12.728v2Zm5.786-.842c1.694-.606 3.041-1.586 3.98-2.959l-1.651-1.13c-.67.98-1.651 1.722-3.003 2.205l.674 1.884Zm3.973-2.949c.977-1.391 1.422-3.147 1.422-5.184h-2c0 1.755-.383 3.072-1.058 4.034l1.636 1.15Zm1.422-5.184c0-2.056-.444-3.83-1.417-5.241l-1.646 1.135c.68.986 1.063 2.328 1.063 4.106h2Zm-1.405-5.224c-.935-1.417-2.28-2.435-3.978-3.067l-.698 1.875c1.348.501 2.331 1.27 3.006 2.293l1.67-1.101Zm-3.962-3.061c-1.648-.646-3.596-.951-5.814-.951v2c2.045 0 3.73.283 5.084.813l.73-1.862Zm-5.814-.951h-6.396v2h6.396v-2Zm-7.396 1v52.426h2v-52.426h-2Zm1 51.426h-18.143v2h18.143v-2Zm20.136-29.246 16.707 30.724 1.757-.956-16.707-30.723-1.757.955Zm17.586 29.246h-19.709v2h19.709v-2Zm-18.826.531-16.316-30.724-1.766.939 16.315 30.723 1.767-.938Zm-17.199-29.255h19.318v-2h-19.318v2Zm35.658-36.214h20.231v-2h-20.23v2Zm19.33-.567 13.052 27.193 1.803-.865-13.052-27.194-1.803.866Zm13.954 27.761h.522v-2h-.522v2Zm1.423-.568 13.053-27.193-1.803-.866-13.053 27.194 1.803.865Zm12.151-26.626H322v-2h-20.232v2Zm19.35-1.472-24.539 45.89 1.764.943 24.539-45.89-1.764-.943Zm-24.657 46.361v21.049h2v-21.049h-2Zm1 20.049h-18.012v2h18.012v-2Zm-17.012 1v-21.049h-2v21.049h2Zm-.119-21.52-24.538-45.89-1.764.943 24.539 45.89 1.763-.943Z" mask="url(#a)"/>
|
|
31
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg data-name="86977684-12db-4850-8f30-233a7c267d11" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2000 2000">
|
|
2
|
+
<path d="M1000 2000c554.17 0 1000-445.83 1000-1000S1554.17 0 1000 0 0 445.83 0 1000s445.83 1000 1000 1000z" fill="#2775ca"/>
|
|
3
|
+
<path d="M1275 1158.33c0-145.83-87.5-195.83-262.5-216.66-125-16.67-150-50-150-108.34s41.67-95.83 125-95.83c75 0 116.67 25 137.5 87.5 4.17 12.5 16.67 20.83 29.17 20.83h66.66c16.67 0 29.17-12.5 29.17-29.16v-4.17c-16.67-91.67-91.67-162.5-187.5-170.83v-100c0-16.67-12.5-29.17-33.33-33.34h-62.5c-16.67 0-29.17 12.5-33.34 33.34v95.83c-125 16.67-204.16 100-204.16 204.17 0 137.5 83.33 191.66 258.33 212.5 116.67 20.83 154.17 45.83 154.17 112.5s-58.34 112.5-137.5 112.5c-108.34 0-145.84-45.84-158.34-108.34-4.16-16.66-16.66-25-29.16-25h-70.84c-16.66 0-29.16 12.5-29.16 29.17v4.17c16.66 104.16 83.33 179.16 220.83 200v100c0 16.66 12.5 29.16 33.33 33.33h62.5c16.67 0 29.17-12.5 33.34-33.33v-100c125-20.84 208.33-108.34 208.33-220.84z" fill="#fff"/>
|
|
4
|
+
<path d="M787.5 1595.83c-325-116.66-491.67-479.16-370.83-800 62.5-175 200-308.33 370.83-370.83 16.67-8.33 25-20.83 25-41.67V325c0-16.67-8.33-29.17-25-33.33-4.17 0-12.5 0-16.67 4.16-395.83 125-612.5 545.84-487.5 941.67 75 233.33 254.17 412.5 487.5 487.5 16.67 8.33 33.34 0 37.5-16.67 4.17-4.16 4.17-8.33 4.17-16.66v-58.34c0-12.5-12.5-29.16-25-37.5zM1229.17 295.83c-16.67-8.33-33.34 0-37.5 16.67-4.17 4.17-4.17 8.33-4.17 16.67v58.33c0 16.67 12.5 33.33 25 41.67 325 116.66 491.67 479.16 370.83 800-62.5 175-200 308.33-370.83 370.83-16.67 8.33-25 20.83-25 41.67V1700c0 16.67 8.33 29.17 25 33.33 4.17 0 12.5 0 16.67-4.16 395.83-125 612.5-545.84 487.5-941.67-75-237.5-258.34-416.67-487.5-491.67z" fill="#fff"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="300px" height="185px" viewBox="0 0 300 185" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<!-- Generator: Sketch 49.3 (51167) - http://www.bohemiancoding.com/sketch -->
|
|
4
|
+
<title>WalletConnect</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs></defs>
|
|
7
|
+
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<g id="walletconnect-logo-alt" fill="#3B99FC" fill-rule="nonzero">
|
|
9
|
+
<path d="M61.4385429,36.2562612 C110.349767,-11.6319051 189.65053,-11.6319051 238.561752,36.2562612 L244.448297,42.0196786 C246.893858,44.4140867 246.893858,48.2961898 244.448297,50.690599 L224.311602,70.406102 C223.088821,71.6033071 221.106302,71.6033071 219.883521,70.406102 L211.782937,62.4749541 C177.661245,29.0669724 122.339051,29.0669724 88.2173582,62.4749541 L79.542302,70.9685592 C78.3195204,72.1657633 76.337001,72.1657633 75.1142214,70.9685592 L54.9775265,51.2530561 C52.5319653,48.8586469 52.5319653,44.9765439 54.9775265,42.5821357 L61.4385429,36.2562612 Z M280.206339,77.0300061 L298.128036,94.5769031 C300.573585,96.9713 300.573599,100.85338 298.128067,103.247793 L217.317896,182.368927 C214.872352,184.763353 210.907314,184.76338 208.461736,182.368989 C208.461726,182.368979 208.461714,182.368967 208.461704,182.368957 L151.107561,126.214385 C150.496171,125.615783 149.504911,125.615783 148.893521,126.214385 C148.893517,126.214389 148.893514,126.214393 148.89351,126.214396 L91.5405888,182.368927 C89.095052,184.763359 85.1300133,184.763399 82.6844276,182.369014 C82.6844133,182.369 82.684398,182.368986 82.6843827,182.36897 L1.87196327,103.246785 C-0.573596939,100.852377 -0.573596939,96.9702735 1.87196327,94.5758653 L19.7936929,77.028998 C22.2392531,74.6345898 26.2042918,74.6345898 28.6498531,77.028998 L86.0048306,133.184355 C86.6162214,133.782957 87.6074796,133.782957 88.2188704,133.184355 C88.2188796,133.184346 88.2188878,133.184338 88.2188969,133.184331 L145.571,77.028998 C148.016505,74.6345347 151.981544,74.6344449 154.427161,77.028798 C154.427195,77.0288316 154.427229,77.0288653 154.427262,77.028899 L211.782164,133.184331 C212.393554,133.782932 213.384814,133.782932 213.996204,133.184331 L271.350179,77.0300061 C273.79574,74.6355969 277.760778,74.6355969 280.206339,77.0300061 Z" id="WalletConnect"></path>
|
|
10
|
+
</g>
|
|
11
|
+
</g>
|
|
12
|
+
</svg>
|
package/dist/hooks/index.d.ts
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
export * from './useERC2612Permit';
|
|
2
|
-
export * from './web3';
|
|
3
|
-
export * from './useActiveRoute';
|
|
4
|
-
export * from './useAsyncError';
|
|
5
|
-
export * from './useCLPoolContract';
|
|
6
|
-
export * from './useContract';
|
|
7
|
-
export * from './useContractFunction';
|
|
8
|
-
export * from './useFactoring';
|
|
9
|
-
export * from './useForceRefresh';
|
|
10
|
-
export * from './useInvoiceNFTContract';
|
|
11
|
-
export * from './useMQ';
|
|
12
|
-
export * from './useMount';
|
|
13
|
-
export * from './useParamsSearch';
|
|
14
|
-
export * from './usePool';
|
|
15
|
-
export * from './usePoolContract';
|
|
16
|
-
export * from './useRFPoolContract';
|
|
17
|
-
export * from './useRefresh';
|
|
18
|
-
export * from './useGetSizes';
|
|
1
|
+
export * from './useERC2612Permit';
|
|
2
|
+
export * from './web3';
|
|
3
|
+
export * from './useActiveRoute';
|
|
4
|
+
export * from './useAsyncError';
|
|
5
|
+
export * from './useCLPoolContract';
|
|
6
|
+
export * from './useContract';
|
|
7
|
+
export * from './useContractFunction';
|
|
8
|
+
export * from './useFactoring';
|
|
9
|
+
export * from './useForceRefresh';
|
|
10
|
+
export * from './useInvoiceNFTContract';
|
|
11
|
+
export * from './useMQ';
|
|
12
|
+
export * from './useMount';
|
|
13
|
+
export * from './useParamsSearch';
|
|
14
|
+
export * from './usePool';
|
|
15
|
+
export * from './usePoolContract';
|
|
16
|
+
export * from './useRFPoolContract';
|
|
17
|
+
export * from './useRefresh';
|
|
18
|
+
export * from './useGetSizes';
|