be-components 1.1.0 → 1.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/AdServer/components/CompanyAdCard.js +5 -3
- package/lib/commonjs/AdServer/components/CompanyAdCard.js.map +1 -1
- package/lib/commonjs/AdServer/index.js +10 -8
- package/lib/commonjs/AdServer/index.js.map +1 -1
- package/lib/commonjs/Authenticator/Components/AuthStrategyIdentifier.js +17 -16
- package/lib/commonjs/Authenticator/Components/AuthStrategyIdentifier.js.map +1 -1
- package/lib/commonjs/Authenticator/Components/LoginForm.js +60 -58
- package/lib/commonjs/Authenticator/Components/LoginForm.js.map +1 -1
- package/lib/commonjs/Authenticator/Components/StrategyForm.js +69 -67
- package/lib/commonjs/Authenticator/Components/StrategyForm.js.map +1 -1
- package/lib/commonjs/Authenticator/index.js +16 -14
- package/lib/commonjs/Authenticator/index.js.map +1 -1
- package/lib/commonjs/BettorSearch/index.js +10 -8
- package/lib/commonjs/BettorSearch/index.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketCompetitionCard.js +94 -92
- package/lib/commonjs/Bracket/components/BracketCompetitionCard.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketCompetitionSelector.js +39 -37
- package/lib/commonjs/Bracket/components/BracketCompetitionSelector.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketPlay/BracketNavigator.js +19 -18
- package/lib/commonjs/Bracket/components/BracketPlay/BracketNavigator.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketPlay/BracketRound.js +8 -7
- package/lib/commonjs/Bracket/components/BracketPlay/BracketRound.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketPlay/RoundEvent.js +46 -45
- package/lib/commonjs/Bracket/components/BracketPlay/RoundEvent.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketPlay/index.js +29 -27
- package/lib/commonjs/Bracket/components/BracketPlay/index.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketSelector.js +24 -22
- package/lib/commonjs/Bracket/components/BracketSelector.js.map +1 -1
- package/lib/commonjs/Bracket/components/CompetitionLeaderboard.js +36 -34
- package/lib/commonjs/Bracket/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/commonjs/Bracket/components/JoinCompetitionCard.js +22 -20
- package/lib/commonjs/Bracket/components/JoinCompetitionCard.js.map +1 -1
- package/lib/commonjs/Bracket/components/PlayerBalanceCard.js +9 -7
- package/lib/commonjs/Bracket/components/PlayerBalanceCard.js.map +1 -1
- package/lib/commonjs/Bracket/components/PlayerBracketManager.js +77 -75
- package/lib/commonjs/Bracket/components/PlayerBracketManager.js.map +1 -1
- package/lib/commonjs/Bracket/components/PlayerBrackets.js +28 -27
- package/lib/commonjs/Bracket/components/PlayerBrackets.js.map +1 -1
- package/lib/commonjs/Bracket/components/RoomMenu.js +16 -15
- package/lib/commonjs/Bracket/components/RoomMenu.js.map +1 -1
- package/lib/commonjs/Bracket/index.js +11 -9
- package/lib/commonjs/Bracket/index.js.map +1 -1
- package/lib/commonjs/Checkout/components/AccountSummaryCard.js +44 -43
- package/lib/commonjs/Checkout/components/AccountSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/components/ItemSummaryCard.js +8 -7
- package/lib/commonjs/Checkout/components/ItemSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/components/OrderSummaryCard.js +13 -12
- package/lib/commonjs/Checkout/components/OrderSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/components/PayPalOrderCapture.js +4 -2
- package/lib/commonjs/Checkout/components/PayPalOrderCapture.js.map +1 -1
- package/lib/commonjs/Checkout/components/ShippingSummaryCard.js +8 -7
- package/lib/commonjs/Checkout/components/ShippingSummaryCard.js.map +1 -1
- package/lib/commonjs/Checkout/index.js +60 -58
- package/lib/commonjs/Checkout/index.js.map +1 -1
- package/lib/commonjs/Competition/components/AthleteMarketCard.js +21 -20
- package/lib/commonjs/Competition/components/AthleteMarketCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionCard.js +26 -25
- package/lib/commonjs/Competition/components/CompetitionCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionInfoCard.js +32 -31
- package/lib/commonjs/Competition/components/CompetitionInfoCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionLeaderboard.js +36 -34
- package/lib/commonjs/Competition/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionPlay.js +118 -116
- package/lib/commonjs/Competition/components/CompetitionPlay.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionSeasonCard.js +17 -16
- package/lib/commonjs/Competition/components/CompetitionSeasonCard.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionSelector.js +16 -14
- package/lib/commonjs/Competition/components/CompetitionSelector.js.map +1 -1
- package/lib/commonjs/Competition/components/CompetitionTypeCard.js +45 -43
- package/lib/commonjs/Competition/components/CompetitionTypeCard.js.map +1 -1
- package/lib/commonjs/Competition/components/EnterCompetitionPrompt.js +31 -29
- package/lib/commonjs/Competition/components/EnterCompetitionPrompt.js.map +1 -1
- package/lib/commonjs/Competition/components/LeaderPicks.js +41 -39
- package/lib/commonjs/Competition/components/LeaderPicks.js.map +1 -1
- package/lib/commonjs/Competition/components/ManageSeasonForm.js +87 -85
- package/lib/commonjs/Competition/components/ManageSeasonForm.js.map +1 -1
- package/lib/commonjs/Competition/components/MarketsCard.js +19 -17
- package/lib/commonjs/Competition/components/MarketsCard.js.map +1 -1
- package/lib/commonjs/Competition/components/MatchMarketCard.js +26 -25
- package/lib/commonjs/Competition/components/MatchMarketCard.js.map +1 -1
- package/lib/commonjs/Competition/components/NavOutPrompt.js +19 -18
- package/lib/commonjs/Competition/components/NavOutPrompt.js.map +1 -1
- package/lib/commonjs/Competition/components/SeasonInfoModal.js +54 -52
- package/lib/commonjs/Competition/components/SeasonInfoModal.js.map +1 -1
- package/lib/commonjs/Competition/components/TeamEventCard.js +31 -30
- package/lib/commonjs/Competition/components/TeamEventCard.js.map +1 -1
- package/lib/commonjs/Competition/components/WagerPickForm.js +32 -30
- package/lib/commonjs/Competition/components/WagerPickForm.js.map +1 -1
- package/lib/commonjs/Competition/index.js +5 -3
- package/lib/commonjs/Competition/index.js.map +1 -1
- package/lib/commonjs/Components/Button.js +8 -7
- package/lib/commonjs/Components/Button.js.map +1 -1
- package/lib/commonjs/Components/Checkbox.js +4 -3
- package/lib/commonjs/Components/Checkbox.js.map +1 -1
- package/lib/commonjs/Components/Icons.js +409 -408
- package/lib/commonjs/Components/Icons.js.map +1 -1
- package/lib/commonjs/Components/ImageUploader.js +5 -3
- package/lib/commonjs/Components/ImageUploader.js.map +1 -1
- package/lib/commonjs/Components/Jerseys.js +125 -124
- package/lib/commonjs/Components/Jerseys.js.map +1 -1
- package/lib/commonjs/Components/LinearDiagnal.js +9 -7
- package/lib/commonjs/Components/LinearDiagnal.js.map +1 -1
- package/lib/commonjs/Components/Spring.js +3 -1
- package/lib/commonjs/Components/Spring.js.map +1 -1
- package/lib/commonjs/Components/Switch.js +9 -8
- package/lib/commonjs/Components/Switch.js.map +1 -1
- package/lib/commonjs/Components/Text.js +2 -1
- package/lib/commonjs/Components/Text.js.map +1 -1
- package/lib/commonjs/Components/TextInput.js +2 -1
- package/lib/commonjs/Components/TextInput.js.map +1 -1
- package/lib/commonjs/LocationTracker/index.js +28 -27
- package/lib/commonjs/LocationTracker/index.js.map +1 -1
- package/lib/commonjs/Observer/Observer.js +4 -2
- package/lib/commonjs/Observer/Observer.js.map +1 -1
- package/lib/commonjs/Poll/components/CampaignPlay.js +58 -56
- package/lib/commonjs/Poll/components/CampaignPlay.js.map +1 -1
- package/lib/commonjs/Poll/components/CampaignProgressBar.js +13 -11
- package/lib/commonjs/Poll/components/CampaignProgressBar.js.map +1 -1
- package/lib/commonjs/Poll/components/CampaignResult.js +58 -56
- package/lib/commonjs/Poll/components/CampaignResult.js.map +1 -1
- package/lib/commonjs/Poll/components/CampaignSelector.js +14 -12
- package/lib/commonjs/Poll/components/CampaignSelector.js.map +1 -1
- package/lib/commonjs/Poll/components/PollCampaignCard.js +8 -7
- package/lib/commonjs/Poll/components/PollCampaignCard.js.map +1 -1
- package/lib/commonjs/Poll/components/PollCard.js +51 -49
- package/lib/commonjs/Poll/components/PollCard.js.map +1 -1
- package/lib/commonjs/Poll/components/PollOptionCard.js +16 -14
- package/lib/commonjs/Poll/components/PollOptionCard.js.map +1 -1
- package/lib/commonjs/Poll/components/PollSelectCard.js +26 -25
- package/lib/commonjs/Poll/components/PollSelectCard.js.map +1 -1
- package/lib/commonjs/Poll/components/ResponseTimer.js +5 -3
- package/lib/commonjs/Poll/components/ResponseTimer.js.map +1 -1
- package/lib/commonjs/Poll/components/WidgetHeader.js +12 -11
- package/lib/commonjs/Poll/components/WidgetHeader.js.map +1 -1
- package/lib/commonjs/Poll/flashmarket/ResultCard.js +49 -47
- package/lib/commonjs/Poll/flashmarket/ResultCard.js.map +1 -1
- package/lib/commonjs/Poll/flashmarket/index.js +54 -52
- package/lib/commonjs/Poll/flashmarket/index.js.map +1 -1
- package/lib/commonjs/Poll/index.js +8 -6
- package/lib/commonjs/Poll/index.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/BasicInfoManager.js +37 -35
- package/lib/commonjs/ProfileManager/Components/BasicInfoManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/BasicStatus.js +38 -36
- package/lib/commonjs/ProfileManager/Components/BasicStatus.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/CodeRedeem.js +52 -50
- package/lib/commonjs/ProfileManager/Components/CodeRedeem.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/DOBManager.js +26 -24
- package/lib/commonjs/ProfileManager/Components/DOBManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/EmailManager.js +38 -36
- package/lib/commonjs/ProfileManager/Components/EmailManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/PasswordManager.js +38 -36
- package/lib/commonjs/ProfileManager/Components/PasswordManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/PhoneManager.js +38 -36
- package/lib/commonjs/ProfileManager/Components/PhoneManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfilePicManager.js +19 -17
- package/lib/commonjs/ProfileManager/Components/ProfilePicManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfileWelcome.js +16 -15
- package/lib/commonjs/ProfileManager/Components/ProfileWelcome.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfileWizard.js +68 -66
- package/lib/commonjs/ProfileManager/Components/ProfileWizard.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/SettingsManager.js +31 -29
- package/lib/commonjs/ProfileManager/Components/SettingsManager.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/VouchCard.js +65 -63
- package/lib/commonjs/ProfileManager/Components/VouchCard.js.map +1 -1
- package/lib/commonjs/ProfileManager/index.js +18 -16
- package/lib/commonjs/ProfileManager/index.js.map +1 -1
- package/lib/commonjs/SocialComponents/PlayerCard.js +12 -11
- package/lib/commonjs/SocialComponents/PlayerCard.js.map +1 -1
- package/lib/commonjs/SocialComponents/PlayerFollowButton.js +4 -3
- package/lib/commonjs/SocialComponents/PlayerFollowButton.js.map +1 -1
- package/lib/commonjs/SocialComponents/PlayerList.js +6 -4
- package/lib/commonjs/SocialComponents/PlayerList.js.map +1 -1
- package/lib/commonjs/Socket/index.js +5 -3
- package/lib/commonjs/Socket/index.js.map +1 -1
- package/lib/commonjs/Squares/components/BidForm.js +28 -27
- package/lib/commonjs/Squares/components/BidForm.js.map +1 -1
- package/lib/commonjs/Squares/components/BidToggle.js +7 -6
- package/lib/commonjs/Squares/components/BidToggle.js.map +1 -1
- package/lib/commonjs/Squares/components/BoardStats.js +32 -30
- package/lib/commonjs/Squares/components/BoardStats.js.map +1 -1
- package/lib/commonjs/Squares/components/EventCard.js +25 -23
- package/lib/commonjs/Squares/components/EventCard.js.map +1 -1
- package/lib/commonjs/Squares/components/MySquaresCard.js +22 -20
- package/lib/commonjs/Squares/components/MySquaresCard.js.map +1 -1
- package/lib/commonjs/Squares/components/OfferForm.js +30 -29
- package/lib/commonjs/Squares/components/OfferForm.js.map +1 -1
- package/lib/commonjs/Squares/components/ResultsCard.js +23 -21
- package/lib/commonjs/Squares/components/ResultsCard.js.map +1 -1
- package/lib/commonjs/Squares/components/SquareCard.js +7 -6
- package/lib/commonjs/Squares/components/SquareCard.js.map +1 -1
- package/lib/commonjs/Squares/components/SquareOfferCard.js +36 -34
- package/lib/commonjs/Squares/components/SquareOfferCard.js.map +1 -1
- package/lib/commonjs/Squares/components/SquareOwners.js +22 -20
- package/lib/commonjs/Squares/components/SquareOwners.js.map +1 -1
- package/lib/commonjs/Squares/components/SquaresBoard.js +28 -26
- package/lib/commonjs/Squares/components/SquaresBoard.js.map +1 -1
- package/lib/commonjs/Squares/components/SquaresDetails.js +24 -22
- package/lib/commonjs/Squares/components/SquaresDetails.js.map +1 -1
- package/lib/commonjs/Squares/index.js +29 -27
- package/lib/commonjs/Squares/index.js.map +1 -1
- package/lib/commonjs/Wallet/components/ACHAddCard.js +39 -38
- package/lib/commonjs/Wallet/components/ACHAddCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountCard.js +18 -17
- package/lib/commonjs/Wallet/components/AccountCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountLimitManager.js +34 -32
- package/lib/commonjs/Wallet/components/AccountLimitManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountManager.js +32 -31
- package/lib/commonjs/Wallet/components/AccountManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountSnoozeManager.js +33 -31
- package/lib/commonjs/Wallet/components/AccountSnoozeManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/AddressCard.js +8 -7
- package/lib/commonjs/Wallet/components/AddressCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/AddressManager.js +46 -44
- package/lib/commonjs/Wallet/components/AddressManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/DepositCard.js +43 -41
- package/lib/commonjs/Wallet/components/DepositCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/FundAccountCard.js +55 -54
- package/lib/commonjs/Wallet/components/FundAccountCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/ItemOrderCard.js +17 -15
- package/lib/commonjs/Wallet/components/ItemOrderCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/ItemOrderDetailCard.js +25 -23
- package/lib/commonjs/Wallet/components/ItemOrderDetailCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/LinkAccountManager.js +42 -40
- package/lib/commonjs/Wallet/components/LinkAccountManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/ManageAccountCard.js +38 -36
- package/lib/commonjs/Wallet/components/ManageAccountCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/ManualACHAdd.js +35 -33
- package/lib/commonjs/Wallet/components/ManualACHAdd.js.map +1 -1
- package/lib/commonjs/Wallet/components/ManualCardAdd.js +49 -47
- package/lib/commonjs/Wallet/components/ManualCardAdd.js.map +1 -1
- package/lib/commonjs/Wallet/components/MyBalance.js +35 -34
- package/lib/commonjs/Wallet/components/MyBalance.js.map +1 -1
- package/lib/commonjs/Wallet/components/OrderManager.js +17 -15
- package/lib/commonjs/Wallet/components/OrderManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/RemoveAccount.js +12 -10
- package/lib/commonjs/Wallet/components/RemoveAccount.js.map +1 -1
- package/lib/commonjs/Wallet/components/VerifyACHAccount.js +22 -20
- package/lib/commonjs/Wallet/components/VerifyACHAccount.js.map +1 -1
- package/lib/commonjs/Wallet/components/WalletActionSelector.js +51 -49
- package/lib/commonjs/Wallet/components/WalletActionSelector.js.map +1 -1
- package/lib/commonjs/Wallet/components/WalletSettings.js +100 -98
- package/lib/commonjs/Wallet/components/WalletSettings.js.map +1 -1
- package/lib/commonjs/Wallet/components/WalletSetup.js +60 -58
- package/lib/commonjs/Wallet/components/WalletSetup.js.map +1 -1
- package/lib/commonjs/Wallet/components/WithdrawCard.js +48 -46
- package/lib/commonjs/Wallet/components/WithdrawCard.js.map +1 -1
- package/lib/commonjs/Wallet/index.js +47 -45
- package/lib/commonjs/Wallet/index.js.map +1 -1
- package/lib/module/AdServer/components/CompanyAdCard.js +1 -1
- package/lib/module/AdServer/components/CompanyAdCard.js.map +1 -1
- package/lib/module/AdServer/index.js +1 -1
- package/lib/module/AdServer/index.js.map +1 -1
- package/lib/module/Authenticator/Components/AuthStrategyIdentifier.js +1 -0
- package/lib/module/Authenticator/Components/AuthStrategyIdentifier.js.map +1 -1
- package/lib/module/Authenticator/Components/LoginForm.js +1 -1
- package/lib/module/Authenticator/Components/LoginForm.js.map +1 -1
- package/lib/module/Authenticator/Components/StrategyForm.js +1 -1
- package/lib/module/Authenticator/Components/StrategyForm.js.map +1 -1
- package/lib/module/Authenticator/index.js +1 -1
- package/lib/module/Authenticator/index.js.map +1 -1
- package/lib/module/BettorSearch/index.js +1 -1
- package/lib/module/BettorSearch/index.js.map +1 -1
- package/lib/module/Bracket/components/BracketCompetitionCard.js +1 -1
- package/lib/module/Bracket/components/BracketCompetitionCard.js.map +1 -1
- package/lib/module/Bracket/components/BracketCompetitionSelector.js +1 -1
- package/lib/module/Bracket/components/BracketCompetitionSelector.js.map +1 -1
- package/lib/module/Bracket/components/BracketPlay/BracketNavigator.js +1 -0
- package/lib/module/Bracket/components/BracketPlay/BracketNavigator.js.map +1 -1
- package/lib/module/Bracket/components/BracketPlay/BracketRound.js +1 -0
- package/lib/module/Bracket/components/BracketPlay/BracketRound.js.map +1 -1
- package/lib/module/Bracket/components/BracketPlay/RoundEvent.js +1 -0
- package/lib/module/Bracket/components/BracketPlay/RoundEvent.js.map +1 -1
- package/lib/module/Bracket/components/BracketPlay/index.js +1 -1
- package/lib/module/Bracket/components/BracketPlay/index.js.map +1 -1
- package/lib/module/Bracket/components/BracketSelector.js +1 -1
- package/lib/module/Bracket/components/BracketSelector.js.map +1 -1
- package/lib/module/Bracket/components/CompetitionLeaderboard.js +1 -1
- package/lib/module/Bracket/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/module/Bracket/components/JoinCompetitionCard.js +1 -1
- package/lib/module/Bracket/components/JoinCompetitionCard.js.map +1 -1
- package/lib/module/Bracket/components/PlayerBalanceCard.js +1 -1
- package/lib/module/Bracket/components/PlayerBalanceCard.js.map +1 -1
- package/lib/module/Bracket/components/PlayerBracketManager.js +1 -1
- package/lib/module/Bracket/components/PlayerBracketManager.js.map +1 -1
- package/lib/module/Bracket/components/PlayerBrackets.js +1 -0
- package/lib/module/Bracket/components/PlayerBrackets.js.map +1 -1
- package/lib/module/Bracket/components/RoomMenu.js +1 -0
- package/lib/module/Bracket/components/RoomMenu.js.map +1 -1
- package/lib/module/Bracket/index.js +1 -1
- package/lib/module/Bracket/index.js.map +1 -1
- package/lib/module/Checkout/components/AccountSummaryCard.js +1 -0
- package/lib/module/Checkout/components/AccountSummaryCard.js.map +1 -1
- package/lib/module/Checkout/components/ItemSummaryCard.js +1 -0
- package/lib/module/Checkout/components/ItemSummaryCard.js.map +1 -1
- package/lib/module/Checkout/components/OrderSummaryCard.js +1 -0
- package/lib/module/Checkout/components/OrderSummaryCard.js.map +1 -1
- package/lib/module/Checkout/components/PayPalOrderCapture.js +1 -0
- package/lib/module/Checkout/components/PayPalOrderCapture.js.map +1 -1
- package/lib/module/Checkout/components/ShippingSummaryCard.js +1 -0
- package/lib/module/Checkout/components/ShippingSummaryCard.js.map +1 -1
- package/lib/module/Checkout/index.js +1 -1
- package/lib/module/Checkout/index.js.map +1 -1
- package/lib/module/Competition/components/AthleteMarketCard.js +1 -0
- package/lib/module/Competition/components/AthleteMarketCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionCard.js +1 -0
- package/lib/module/Competition/components/CompetitionCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionInfoCard.js +1 -0
- package/lib/module/Competition/components/CompetitionInfoCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionLeaderboard.js +1 -1
- package/lib/module/Competition/components/CompetitionLeaderboard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionPlay.js +1 -0
- package/lib/module/Competition/components/CompetitionPlay.js.map +1 -1
- package/lib/module/Competition/components/CompetitionSeasonCard.js +1 -0
- package/lib/module/Competition/components/CompetitionSeasonCard.js.map +1 -1
- package/lib/module/Competition/components/CompetitionSelector.js +1 -0
- package/lib/module/Competition/components/CompetitionSelector.js.map +1 -1
- package/lib/module/Competition/components/CompetitionTypeCard.js +1 -1
- package/lib/module/Competition/components/CompetitionTypeCard.js.map +1 -1
- package/lib/module/Competition/components/EnterCompetitionPrompt.js +1 -1
- package/lib/module/Competition/components/EnterCompetitionPrompt.js.map +1 -1
- package/lib/module/Competition/components/LeaderPicks.js +1 -1
- package/lib/module/Competition/components/LeaderPicks.js.map +1 -1
- package/lib/module/Competition/components/ManageSeasonForm.js +1 -1
- package/lib/module/Competition/components/ManageSeasonForm.js.map +1 -1
- package/lib/module/Competition/components/MarketsCard.js +1 -1
- package/lib/module/Competition/components/MarketsCard.js.map +1 -1
- package/lib/module/Competition/components/MatchMarketCard.js +1 -0
- package/lib/module/Competition/components/MatchMarketCard.js.map +1 -1
- package/lib/module/Competition/components/NavOutPrompt.js +1 -0
- package/lib/module/Competition/components/NavOutPrompt.js.map +1 -1
- package/lib/module/Competition/components/SeasonInfoModal.js +1 -1
- package/lib/module/Competition/components/SeasonInfoModal.js.map +1 -1
- package/lib/module/Competition/components/TeamEventCard.js +1 -0
- package/lib/module/Competition/components/TeamEventCard.js.map +1 -1
- package/lib/module/Competition/components/WagerPickForm.js +1 -1
- package/lib/module/Competition/components/WagerPickForm.js.map +1 -1
- package/lib/module/Competition/index.js +1 -1
- package/lib/module/Competition/index.js.map +1 -1
- package/lib/module/Components/Button.js +1 -0
- package/lib/module/Components/Button.js.map +1 -1
- package/lib/module/Components/Checkbox.js +1 -0
- package/lib/module/Components/Checkbox.js.map +1 -1
- package/lib/module/Components/Icons.js +1 -0
- package/lib/module/Components/Icons.js.map +1 -1
- package/lib/module/Components/ImageUploader.js +1 -1
- package/lib/module/Components/ImageUploader.js.map +1 -1
- package/lib/module/Components/Jerseys.js +1 -0
- package/lib/module/Components/Jerseys.js.map +1 -1
- package/lib/module/Components/LinearDiagnal.js +1 -1
- package/lib/module/Components/LinearDiagnal.js.map +1 -1
- package/lib/module/Components/Spring.js +1 -0
- package/lib/module/Components/Spring.js.map +1 -1
- package/lib/module/Components/Switch.js +1 -0
- package/lib/module/Components/Switch.js.map +1 -1
- package/lib/module/Components/Text.js +1 -0
- package/lib/module/Components/Text.js.map +1 -1
- package/lib/module/Components/TextInput.js +1 -0
- package/lib/module/Components/TextInput.js.map +1 -1
- package/lib/module/Components/ViewportObserver.js.map +1 -1
- package/lib/module/LocationTracker/index.js +1 -0
- package/lib/module/LocationTracker/index.js.map +1 -1
- package/lib/module/Observer/Observer.js +1 -1
- package/lib/module/Observer/Observer.js.map +1 -1
- package/lib/module/Poll/components/CampaignPlay.js +1 -1
- package/lib/module/Poll/components/CampaignPlay.js.map +1 -1
- package/lib/module/Poll/components/CampaignProgressBar.js +1 -1
- package/lib/module/Poll/components/CampaignProgressBar.js.map +1 -1
- package/lib/module/Poll/components/CampaignResult.js +1 -1
- package/lib/module/Poll/components/CampaignResult.js.map +1 -1
- package/lib/module/Poll/components/CampaignSelector.js +1 -1
- package/lib/module/Poll/components/CampaignSelector.js.map +1 -1
- package/lib/module/Poll/components/PollCampaignCard.js +1 -0
- package/lib/module/Poll/components/PollCampaignCard.js.map +1 -1
- package/lib/module/Poll/components/PollCard.js +1 -1
- package/lib/module/Poll/components/PollCard.js.map +1 -1
- package/lib/module/Poll/components/PollOptionCard.js +1 -1
- package/lib/module/Poll/components/PollOptionCard.js.map +1 -1
- package/lib/module/Poll/components/PollSelectCard.js +1 -0
- package/lib/module/Poll/components/PollSelectCard.js.map +1 -1
- package/lib/module/Poll/components/ResponseTimer.js +1 -1
- package/lib/module/Poll/components/ResponseTimer.js.map +1 -1
- package/lib/module/Poll/components/WidgetHeader.js +1 -0
- package/lib/module/Poll/components/WidgetHeader.js.map +1 -1
- package/lib/module/Poll/flashmarket/ResultCard.js +1 -1
- package/lib/module/Poll/flashmarket/ResultCard.js.map +1 -1
- package/lib/module/Poll/flashmarket/index.js +1 -1
- package/lib/module/Poll/flashmarket/index.js.map +1 -1
- package/lib/module/Poll/index.js +1 -1
- package/lib/module/Poll/index.js.map +1 -1
- package/lib/module/ProfileManager/Components/BasicInfoManager.js +1 -1
- package/lib/module/ProfileManager/Components/BasicInfoManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/BasicStatus.js +1 -1
- package/lib/module/ProfileManager/Components/BasicStatus.js.map +1 -1
- package/lib/module/ProfileManager/Components/CodeRedeem.js +1 -1
- package/lib/module/ProfileManager/Components/CodeRedeem.js.map +1 -1
- package/lib/module/ProfileManager/Components/DOBManager.js +1 -1
- package/lib/module/ProfileManager/Components/DOBManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/EmailManager.js +1 -1
- package/lib/module/ProfileManager/Components/EmailManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/PasswordManager.js +1 -1
- package/lib/module/ProfileManager/Components/PasswordManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/PhoneManager.js +1 -1
- package/lib/module/ProfileManager/Components/PhoneManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/ProfilePicManager.js +1 -1
- package/lib/module/ProfileManager/Components/ProfilePicManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/ProfileWelcome.js +1 -0
- package/lib/module/ProfileManager/Components/ProfileWelcome.js.map +1 -1
- package/lib/module/ProfileManager/Components/ProfileWizard.js +1 -1
- package/lib/module/ProfileManager/Components/ProfileWizard.js.map +1 -1
- package/lib/module/ProfileManager/Components/SettingsManager.js +1 -1
- package/lib/module/ProfileManager/Components/SettingsManager.js.map +1 -1
- package/lib/module/ProfileManager/Components/VouchCard.js +1 -1
- package/lib/module/ProfileManager/Components/VouchCard.js.map +1 -1
- package/lib/module/ProfileManager/index.js +1 -1
- package/lib/module/ProfileManager/index.js.map +1 -1
- package/lib/module/SocialComponents/PlayerCard.js +1 -0
- package/lib/module/SocialComponents/PlayerCard.js.map +1 -1
- package/lib/module/SocialComponents/PlayerFollowButton.js +1 -0
- package/lib/module/SocialComponents/PlayerFollowButton.js.map +1 -1
- package/lib/module/SocialComponents/PlayerList.js +1 -1
- package/lib/module/SocialComponents/PlayerList.js.map +1 -1
- package/lib/module/Socket/index.js +1 -1
- package/lib/module/Socket/index.js.map +1 -1
- package/lib/module/Squares/components/BidForm.js +1 -0
- package/lib/module/Squares/components/BidForm.js.map +1 -1
- package/lib/module/Squares/components/BidToggle.js +1 -0
- package/lib/module/Squares/components/BidToggle.js.map +1 -1
- package/lib/module/Squares/components/BoardStats.js +1 -1
- package/lib/module/Squares/components/BoardStats.js.map +1 -1
- package/lib/module/Squares/components/EventCard.js +1 -1
- package/lib/module/Squares/components/EventCard.js.map +1 -1
- package/lib/module/Squares/components/MySquaresCard.js +1 -1
- package/lib/module/Squares/components/MySquaresCard.js.map +1 -1
- package/lib/module/Squares/components/OfferForm.js +1 -0
- package/lib/module/Squares/components/OfferForm.js.map +1 -1
- package/lib/module/Squares/components/ResultsCard.js +1 -1
- package/lib/module/Squares/components/ResultsCard.js.map +1 -1
- package/lib/module/Squares/components/SquareCard.js +1 -0
- package/lib/module/Squares/components/SquareCard.js.map +1 -1
- package/lib/module/Squares/components/SquareOfferCard.js +1 -1
- package/lib/module/Squares/components/SquareOfferCard.js.map +1 -1
- package/lib/module/Squares/components/SquareOwners.js +1 -1
- package/lib/module/Squares/components/SquareOwners.js.map +1 -1
- package/lib/module/Squares/components/SquaresBoard.js +1 -1
- package/lib/module/Squares/components/SquaresBoard.js.map +1 -1
- package/lib/module/Squares/components/SquaresDetails.js +1 -1
- package/lib/module/Squares/components/SquaresDetails.js.map +1 -1
- package/lib/module/Squares/index.js +1 -1
- package/lib/module/Squares/index.js.map +1 -1
- package/lib/module/Wallet/components/ACHAddCard.js +1 -0
- package/lib/module/Wallet/components/ACHAddCard.js.map +1 -1
- package/lib/module/Wallet/components/AccountCard.js +1 -0
- package/lib/module/Wallet/components/AccountCard.js.map +1 -1
- package/lib/module/Wallet/components/AccountLimitManager.js +1 -1
- package/lib/module/Wallet/components/AccountLimitManager.js.map +1 -1
- package/lib/module/Wallet/components/AccountManager.js +1 -0
- package/lib/module/Wallet/components/AccountManager.js.map +1 -1
- package/lib/module/Wallet/components/AccountSnoozeManager.js +1 -1
- package/lib/module/Wallet/components/AccountSnoozeManager.js.map +1 -1
- package/lib/module/Wallet/components/AddressCard.js +1 -0
- package/lib/module/Wallet/components/AddressCard.js.map +1 -1
- package/lib/module/Wallet/components/AddressManager.js +1 -1
- package/lib/module/Wallet/components/AddressManager.js.map +1 -1
- package/lib/module/Wallet/components/DepositCard.js +1 -1
- package/lib/module/Wallet/components/DepositCard.js.map +1 -1
- package/lib/module/Wallet/components/FundAccountCard.js +1 -0
- package/lib/module/Wallet/components/FundAccountCard.js.map +1 -1
- package/lib/module/Wallet/components/ItemOrderCard.js +1 -1
- package/lib/module/Wallet/components/ItemOrderCard.js.map +1 -1
- package/lib/module/Wallet/components/ItemOrderDetailCard.js +1 -1
- package/lib/module/Wallet/components/ItemOrderDetailCard.js.map +1 -1
- package/lib/module/Wallet/components/LinkAccountManager.js +1 -1
- package/lib/module/Wallet/components/LinkAccountManager.js.map +1 -1
- package/lib/module/Wallet/components/ManageAccountCard.js +1 -1
- package/lib/module/Wallet/components/ManageAccountCard.js.map +1 -1
- package/lib/module/Wallet/components/ManualACHAdd.js +1 -1
- package/lib/module/Wallet/components/ManualACHAdd.js.map +1 -1
- package/lib/module/Wallet/components/ManualCardAdd.js +1 -1
- package/lib/module/Wallet/components/ManualCardAdd.js.map +1 -1
- package/lib/module/Wallet/components/MyBalance.js +1 -0
- package/lib/module/Wallet/components/MyBalance.js.map +1 -1
- package/lib/module/Wallet/components/OrderManager.js +1 -1
- package/lib/module/Wallet/components/OrderManager.js.map +1 -1
- package/lib/module/Wallet/components/RemoveAccount.js +1 -1
- package/lib/module/Wallet/components/RemoveAccount.js.map +1 -1
- package/lib/module/Wallet/components/VerifyACHAccount.js +1 -1
- package/lib/module/Wallet/components/VerifyACHAccount.js.map +1 -1
- package/lib/module/Wallet/components/WalletActionSelector.js +1 -1
- package/lib/module/Wallet/components/WalletActionSelector.js.map +1 -1
- package/lib/module/Wallet/components/WalletSettings.js +1 -1
- package/lib/module/Wallet/components/WalletSettings.js.map +1 -1
- package/lib/module/Wallet/components/WalletSetup.js +1 -1
- package/lib/module/Wallet/components/WalletSetup.js.map +1 -1
- package/lib/module/Wallet/components/WithdrawCard.js +1 -1
- package/lib/module/Wallet/components/WithdrawCard.js.map +1 -1
- package/lib/module/Wallet/index.js +1 -1
- package/lib/module/Wallet/index.js.map +1 -1
- package/lib/typescript/src/AdServer/components/CompanyAdCard.d.ts +2 -1
- package/lib/typescript/src/AdServer/components/CompanyAdCard.d.ts.map +1 -1
- package/lib/typescript/src/AdServer/index.d.ts +3 -2
- package/lib/typescript/src/AdServer/index.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/Components/AuthStrategyIdentifier.d.ts +2 -1
- package/lib/typescript/src/Authenticator/Components/AuthStrategyIdentifier.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/Components/LoginForm.d.ts +2 -1
- package/lib/typescript/src/Authenticator/Components/LoginForm.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/Components/StrategyForm.d.ts +2 -1
- package/lib/typescript/src/Authenticator/Components/StrategyForm.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/index.d.ts +2 -1
- package/lib/typescript/src/Authenticator/index.d.ts.map +1 -1
- package/lib/typescript/src/BettorSearch/index.d.ts +2 -1
- package/lib/typescript/src/BettorSearch/index.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketCompetitionCard.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/BracketCompetitionCard.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketCompetitionSelector.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/BracketCompetitionSelector.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/BracketNavigator.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/BracketNavigator.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/BracketRound.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/BracketRound.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/RoundEvent.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/RoundEvent.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/index.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/index.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketSelector.d.ts +1 -1
- package/lib/typescript/src/Bracket/components/BracketSelector.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/CompetitionLeaderboard.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/CompetitionLeaderboard.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/JoinCompetitionCard.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/JoinCompetitionCard.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/PlayerBalanceCard.d.ts +1 -1
- package/lib/typescript/src/Bracket/components/PlayerBalanceCard.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/PlayerBracketManager.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/PlayerBracketManager.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/PlayerBrackets.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/PlayerBrackets.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/RoomMenu.d.ts +2 -1
- package/lib/typescript/src/Bracket/components/RoomMenu.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/index.d.ts +2 -1
- package/lib/typescript/src/Bracket/index.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/AccountSummaryCard.d.ts +2 -1
- package/lib/typescript/src/Checkout/components/AccountSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/ItemSummaryCard.d.ts +2 -1
- package/lib/typescript/src/Checkout/components/ItemSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/OrderSummaryCard.d.ts +2 -1
- package/lib/typescript/src/Checkout/components/OrderSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/PayPalOrderCapture.d.ts +2 -1
- package/lib/typescript/src/Checkout/components/PayPalOrderCapture.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/ShippingSummaryCard.d.ts +2 -1
- package/lib/typescript/src/Checkout/components/ShippingSummaryCard.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/index.d.ts +2 -1
- package/lib/typescript/src/Checkout/index.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/AthleteMarketCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/AthleteMarketCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/CompetitionCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionInfoCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/CompetitionInfoCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionLeaderboard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/CompetitionLeaderboard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionPlay.d.ts +2 -1
- package/lib/typescript/src/Competition/components/CompetitionPlay.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionSeasonCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/CompetitionSeasonCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionSelector.d.ts +2 -1
- package/lib/typescript/src/Competition/components/CompetitionSelector.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/CompetitionTypeCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/CompetitionTypeCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/EnterCompetitionPrompt.d.ts +2 -1
- package/lib/typescript/src/Competition/components/EnterCompetitionPrompt.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/LeaderPicks.d.ts +2 -1
- package/lib/typescript/src/Competition/components/LeaderPicks.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/ManageSeasonForm.d.ts +2 -1
- package/lib/typescript/src/Competition/components/ManageSeasonForm.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/MarketsCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/MarketsCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/MatchMarketCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/MatchMarketCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/NavOutPrompt.d.ts +2 -1
- package/lib/typescript/src/Competition/components/NavOutPrompt.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/SeasonInfoModal.d.ts +2 -1
- package/lib/typescript/src/Competition/components/SeasonInfoModal.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/TeamEventCard.d.ts +2 -1
- package/lib/typescript/src/Competition/components/TeamEventCard.d.ts.map +1 -1
- package/lib/typescript/src/Competition/components/WagerPickForm.d.ts +2 -1
- package/lib/typescript/src/Competition/components/WagerPickForm.d.ts.map +1 -1
- package/lib/typescript/src/Competition/index.d.ts +2 -1
- package/lib/typescript/src/Competition/index.d.ts.map +1 -1
- package/lib/typescript/src/Components/Button.d.ts +2 -1
- package/lib/typescript/src/Components/Button.d.ts.map +1 -1
- package/lib/typescript/src/Components/Checkbox.d.ts +2 -1
- package/lib/typescript/src/Components/Checkbox.d.ts.map +1 -1
- package/lib/typescript/src/Components/Icons.d.ts +57 -56
- package/lib/typescript/src/Components/Icons.d.ts.map +1 -1
- package/lib/typescript/src/Components/ImageUploader.d.ts +2 -1
- package/lib/typescript/src/Components/ImageUploader.d.ts.map +1 -1
- package/lib/typescript/src/Components/Jerseys.d.ts +3 -2
- package/lib/typescript/src/Components/Jerseys.d.ts.map +1 -1
- package/lib/typescript/src/Components/LinearDiagnal.d.ts +2 -1
- package/lib/typescript/src/Components/LinearDiagnal.d.ts.map +1 -1
- package/lib/typescript/src/Components/Spring.d.ts +2 -1
- package/lib/typescript/src/Components/Spring.d.ts.map +1 -1
- package/lib/typescript/src/Components/Switch.d.ts +2 -1
- package/lib/typescript/src/Components/Switch.d.ts.map +1 -1
- package/lib/typescript/src/Components/Text.d.ts +2 -1
- package/lib/typescript/src/Components/Text.d.ts.map +1 -1
- package/lib/typescript/src/Components/TextInput.d.ts +2 -1
- package/lib/typescript/src/Components/TextInput.d.ts.map +1 -1
- package/lib/typescript/src/LocationTracker/index.d.ts +2 -1
- package/lib/typescript/src/LocationTracker/index.d.ts.map +1 -1
- package/lib/typescript/src/Observer/Observer.d.ts +2 -1
- package/lib/typescript/src/Observer/Observer.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/CampaignPlay.d.ts +2 -1
- package/lib/typescript/src/Poll/components/CampaignPlay.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/CampaignProgressBar.d.ts +2 -1
- package/lib/typescript/src/Poll/components/CampaignProgressBar.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/CampaignResult.d.ts +2 -1
- package/lib/typescript/src/Poll/components/CampaignResult.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/CampaignSelector.d.ts +2 -1
- package/lib/typescript/src/Poll/components/CampaignSelector.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/PollCampaignCard.d.ts +2 -1
- package/lib/typescript/src/Poll/components/PollCampaignCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/PollCard.d.ts +2 -1
- package/lib/typescript/src/Poll/components/PollCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/PollOptionCard.d.ts +2 -1
- package/lib/typescript/src/Poll/components/PollOptionCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/PollSelectCard.d.ts +2 -1
- package/lib/typescript/src/Poll/components/PollSelectCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/ResponseTimer.d.ts +2 -1
- package/lib/typescript/src/Poll/components/ResponseTimer.d.ts.map +1 -1
- package/lib/typescript/src/Poll/components/WidgetHeader.d.ts +2 -1
- package/lib/typescript/src/Poll/components/WidgetHeader.d.ts.map +1 -1
- package/lib/typescript/src/Poll/flashmarket/ResultCard.d.ts +2 -1
- package/lib/typescript/src/Poll/flashmarket/ResultCard.d.ts.map +1 -1
- package/lib/typescript/src/Poll/flashmarket/index.d.ts +2 -1
- package/lib/typescript/src/Poll/flashmarket/index.d.ts.map +1 -1
- package/lib/typescript/src/Poll/index.d.ts +2 -1
- package/lib/typescript/src/Poll/index.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/BasicInfoManager.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/BasicInfoManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/BasicStatus.d.ts +1 -1
- package/lib/typescript/src/ProfileManager/Components/BasicStatus.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/CodeRedeem.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/CodeRedeem.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/DOBManager.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/DOBManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/EmailManager.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/EmailManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/PasswordManager.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/PasswordManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/PhoneManager.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/PhoneManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfilePicManager.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/ProfilePicManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfileWelcome.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/ProfileWelcome.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfileWizard.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/ProfileWizard.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/SettingsManager.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/SettingsManager.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/VouchCard.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/Components/VouchCard.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/index.d.ts +2 -1
- package/lib/typescript/src/ProfileManager/index.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/PlayerCard.d.ts +2 -1
- package/lib/typescript/src/SocialComponents/PlayerCard.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/PlayerFollowButton.d.ts +2 -1
- package/lib/typescript/src/SocialComponents/PlayerFollowButton.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/PlayerList.d.ts +2 -1
- package/lib/typescript/src/SocialComponents/PlayerList.d.ts.map +1 -1
- package/lib/typescript/src/Socket/index.d.ts +2 -1
- package/lib/typescript/src/Socket/index.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/BidForm.d.ts +2 -1
- package/lib/typescript/src/Squares/components/BidForm.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/BidToggle.d.ts +2 -1
- package/lib/typescript/src/Squares/components/BidToggle.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/BoardStats.d.ts +2 -1
- package/lib/typescript/src/Squares/components/BoardStats.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/EventCard.d.ts +2 -1
- package/lib/typescript/src/Squares/components/EventCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/MySquaresCard.d.ts +2 -1
- package/lib/typescript/src/Squares/components/MySquaresCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/OfferForm.d.ts +2 -1
- package/lib/typescript/src/Squares/components/OfferForm.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/ResultsCard.d.ts +2 -1
- package/lib/typescript/src/Squares/components/ResultsCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/SquareCard.d.ts +2 -1
- package/lib/typescript/src/Squares/components/SquareCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/SquareOfferCard.d.ts +2 -1
- package/lib/typescript/src/Squares/components/SquareOfferCard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/SquareOwners.d.ts +2 -1
- package/lib/typescript/src/Squares/components/SquareOwners.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/SquaresBoard.d.ts +2 -1
- package/lib/typescript/src/Squares/components/SquaresBoard.d.ts.map +1 -1
- package/lib/typescript/src/Squares/components/SquaresDetails.d.ts +2 -1
- package/lib/typescript/src/Squares/components/SquaresDetails.d.ts.map +1 -1
- package/lib/typescript/src/Squares/index.d.ts +2 -1
- package/lib/typescript/src/Squares/index.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ACHAddCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/ACHAddCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AccountCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/AccountCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AccountLimitManager.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/AccountLimitManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AccountManager.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/AccountManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AccountSnoozeManager.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/AccountSnoozeManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AddressCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/AddressCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/AddressManager.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/AddressManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/DepositCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/DepositCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/FundAccountCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/FundAccountCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ItemOrderCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/ItemOrderCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ItemOrderDetailCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/ItemOrderDetailCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/LinkAccountManager.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/LinkAccountManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ManageAccountCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/ManageAccountCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ManualACHAdd.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/ManualACHAdd.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ManualCardAdd.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/ManualCardAdd.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/MyBalance.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/MyBalance.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/OrderManager.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/OrderManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/RemoveAccount.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/RemoveAccount.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/VerifyACHAccount.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/VerifyACHAccount.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WalletActionSelector.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/WalletActionSelector.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WalletSettings.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/WalletSettings.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WalletSetup.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/WalletSetup.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/WithdrawCard.d.ts +2 -1
- package/lib/typescript/src/Wallet/components/WithdrawCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/index.d.ts +2 -1
- package/lib/typescript/src/Wallet/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/AdServer/components/CompanyAdCard.tsx +1 -1
- package/src/AdServer/index.tsx +1 -1
- package/src/Authenticator/Components/AuthStrategyIdentifier.tsx +1 -0
- package/src/Authenticator/Components/LoginForm.tsx +1 -1
- package/src/Authenticator/Components/StrategyForm.tsx +1 -1
- package/src/Authenticator/index.tsx +1 -1
- package/src/BettorSearch/index.tsx +1 -1
- package/src/Bracket/components/BracketCompetitionCard.tsx +1 -1
- package/src/Bracket/components/BracketCompetitionSelector.tsx +1 -1
- package/src/Bracket/components/BracketPlay/BracketNavigator.tsx +1 -0
- package/src/Bracket/components/BracketPlay/BracketRound.tsx +1 -0
- package/src/Bracket/components/BracketPlay/RoundEvent.tsx +1 -0
- package/src/Bracket/components/BracketPlay/index.tsx +1 -1
- package/src/Bracket/components/BracketSelector.tsx +1 -1
- package/src/Bracket/components/CompetitionLeaderboard.tsx +1 -1
- package/src/Bracket/components/JoinCompetitionCard.tsx +1 -1
- package/src/Bracket/components/PlayerBalanceCard.tsx +1 -1
- package/src/Bracket/components/PlayerBracketManager.tsx +1 -1
- package/src/Bracket/components/PlayerBrackets.tsx +1 -0
- package/src/Bracket/components/RoomMenu.tsx +1 -1
- package/src/Bracket/index.tsx +1 -1
- package/src/Checkout/components/AccountSummaryCard.tsx +1 -0
- package/src/Checkout/components/ItemSummaryCard.tsx +1 -0
- package/src/Checkout/components/OrderSummaryCard.tsx +1 -0
- package/src/Checkout/components/PayPalOrderCapture.tsx +1 -0
- package/src/Checkout/components/ShippingSummaryCard.tsx +1 -0
- package/src/Checkout/index.tsx +1 -1
- package/src/Competition/components/AthleteMarketCard.tsx +1 -0
- package/src/Competition/components/CompetitionCard.tsx +1 -0
- package/src/Competition/components/CompetitionInfoCard.tsx +1 -0
- package/src/Competition/components/CompetitionLeaderboard.tsx +1 -1
- package/src/Competition/components/CompetitionPlay.tsx +1 -0
- package/src/Competition/components/CompetitionSeasonCard.tsx +1 -0
- package/src/Competition/components/CompetitionSelector.tsx +1 -0
- package/src/Competition/components/CompetitionTypeCard.tsx +1 -1
- package/src/Competition/components/EnterCompetitionPrompt.tsx +1 -1
- package/src/Competition/components/LeaderPicks.tsx +1 -1
- package/src/Competition/components/ManageSeasonForm.tsx +1 -1
- package/src/Competition/components/MarketsCard.tsx +1 -1
- package/src/Competition/components/MatchMarketCard.tsx +1 -0
- package/src/Competition/components/NavOutPrompt.tsx +1 -0
- package/src/Competition/components/SeasonInfoModal.tsx +1 -1
- package/src/Competition/components/TeamEventCard.tsx +1 -1
- package/src/Competition/components/WagerPickForm.tsx +1 -1
- package/src/Competition/index.tsx +1 -1
- package/src/Components/Button.tsx +1 -0
- package/src/Components/Checkbox.tsx +1 -0
- package/src/Components/Icons.tsx +1 -0
- package/src/Components/ImageUploader.tsx +1 -1
- package/src/Components/Jerseys.tsx +1 -0
- package/src/Components/LinearDiagnal.tsx +1 -1
- package/src/Components/Spring.tsx +1 -0
- package/src/Components/Switch.tsx +1 -0
- package/src/Components/Text.tsx +1 -0
- package/src/Components/TextInput.tsx +1 -0
- package/src/Components/ViewportObserver.tsx +1 -1
- package/src/LocationTracker/index.tsx +1 -0
- package/src/Observer/Observer.tsx +1 -1
- package/src/Poll/components/CampaignPlay.tsx +1 -1
- package/src/Poll/components/CampaignProgressBar.tsx +1 -1
- package/src/Poll/components/CampaignResult.tsx +1 -1
- package/src/Poll/components/CampaignSelector.tsx +1 -1
- package/src/Poll/components/PollCampaignCard.tsx +1 -0
- package/src/Poll/components/PollCard.tsx +1 -1
- package/src/Poll/components/PollOptionCard.tsx +1 -1
- package/src/Poll/components/PollSelectCard.tsx +1 -0
- package/src/Poll/components/ResponseTimer.tsx +1 -1
- package/src/Poll/components/WidgetHeader.tsx +1 -0
- package/src/Poll/flashmarket/ResultCard.tsx +1 -1
- package/src/Poll/flashmarket/index.tsx +1 -1
- package/src/Poll/index.tsx +1 -1
- package/src/ProfileManager/Components/BasicInfoManager.tsx +1 -1
- package/src/ProfileManager/Components/BasicStatus.tsx +1 -1
- package/src/ProfileManager/Components/CodeRedeem.tsx +1 -1
- package/src/ProfileManager/Components/DOBManager.tsx +1 -1
- package/src/ProfileManager/Components/EmailManager.tsx +1 -1
- package/src/ProfileManager/Components/PasswordManager.tsx +1 -1
- package/src/ProfileManager/Components/PhoneManager.tsx +1 -1
- package/src/ProfileManager/Components/ProfilePicManager.tsx +1 -1
- package/src/ProfileManager/Components/ProfileWelcome.tsx +1 -0
- package/src/ProfileManager/Components/ProfileWizard.tsx +1 -1
- package/src/ProfileManager/Components/SettingsManager.tsx +1 -1
- package/src/ProfileManager/Components/VouchCard.tsx +1 -1
- package/src/ProfileManager/index.tsx +1 -1
- package/src/SocialComponents/PlayerCard.tsx +1 -0
- package/src/SocialComponents/PlayerFollowButton.tsx +1 -0
- package/src/SocialComponents/PlayerList.tsx +1 -1
- package/src/Socket/index.tsx +1 -1
- package/src/Squares/components/BidForm.tsx +1 -0
- package/src/Squares/components/BidToggle.tsx +1 -0
- package/src/Squares/components/BoardStats.tsx +1 -1
- package/src/Squares/components/EventCard.tsx +1 -1
- package/src/Squares/components/MySquaresCard.tsx +1 -1
- package/src/Squares/components/OfferForm.tsx +1 -0
- package/src/Squares/components/ResultsCard.tsx +1 -1
- package/src/Squares/components/SquareCard.tsx +1 -0
- package/src/Squares/components/SquareOfferCard.tsx +1 -1
- package/src/Squares/components/SquareOwners.tsx +1 -1
- package/src/Squares/components/SquaresBoard.tsx +1 -1
- package/src/Squares/components/SquaresDetails.tsx +1 -1
- package/src/Squares/index.tsx +1 -1
- package/src/Wallet/components/ACHAddCard.tsx +1 -0
- package/src/Wallet/components/AccountCard.tsx +1 -0
- package/src/Wallet/components/AccountLimitManager.tsx +1 -1
- package/src/Wallet/components/AccountManager.tsx +1 -0
- package/src/Wallet/components/AccountSnoozeManager.tsx +1 -1
- package/src/Wallet/components/AddressCard.tsx +1 -0
- package/src/Wallet/components/AddressManager.tsx +1 -1
- package/src/Wallet/components/DepositCard.tsx +1 -1
- package/src/Wallet/components/FundAccountCard.tsx +1 -0
- package/src/Wallet/components/ItemOrderCard.tsx +1 -1
- package/src/Wallet/components/ItemOrderDetailCard.tsx +1 -1
- package/src/Wallet/components/LinkAccountManager.tsx +1 -1
- package/src/Wallet/components/ManageAccountCard.tsx +1 -1
- package/src/Wallet/components/ManualACHAdd.tsx +1 -1
- package/src/Wallet/components/ManualCardAdd.tsx +1 -1
- package/src/Wallet/components/MyBalance.tsx +1 -0
- package/src/Wallet/components/OrderManager.tsx +1 -1
- package/src/Wallet/components/RemoveAccount.tsx +1 -1
- package/src/Wallet/components/VerifyACHAccount.tsx +1 -1
- package/src/Wallet/components/WalletActionSelector.tsx +1 -1
- package/src/Wallet/components/WalletSettings.tsx +1 -1
- package/src/Wallet/components/WalletSetup.tsx +1 -1
- package/src/Wallet/components/WithdrawCard.tsx +1 -1
- package/src/Wallet/index.tsx +1 -1
|
@@ -4,6 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
7
8
|
var _colors = _interopRequireDefault(require("../constants/colors"));
|
|
8
9
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
9
10
|
const SearchIcon = ({
|
|
@@ -11,24 +12,24 @@ const SearchIcon = ({
|
|
|
11
12
|
size
|
|
12
13
|
}) => {
|
|
13
14
|
const icon_size = size ?? 19;
|
|
14
|
-
return /*#__PURE__*/
|
|
15
|
+
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
15
16
|
width: `${icon_size}px`,
|
|
16
17
|
height: `${icon_size}px`,
|
|
17
18
|
viewBox: "0 0 19 19",
|
|
18
19
|
version: "1.1",
|
|
19
20
|
xmlns: "http://www.w3.org/2000/svg"
|
|
20
|
-
}, /*#__PURE__*/
|
|
21
|
+
}, /*#__PURE__*/_react.default.createElement("title", null, "Vector (2)"), /*#__PURE__*/_react.default.createElement("g", {
|
|
21
22
|
id: "Page-1",
|
|
22
23
|
stroke: "none",
|
|
23
24
|
"stroke-width": "1",
|
|
24
25
|
fill: "none",
|
|
25
26
|
"fill-rule": "evenodd"
|
|
26
|
-
}, /*#__PURE__*/
|
|
27
|
+
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
27
28
|
id: "Vector-(2)",
|
|
28
29
|
transform: "translate(0.000000, 0.000000)",
|
|
29
30
|
fill: color ?? _colors.default.brand.midnight,
|
|
30
31
|
"fill-rule": "nonzero"
|
|
31
|
-
}, /*#__PURE__*/
|
|
32
|
+
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
32
33
|
d: "M8.00050802,14.000488 C8.78843802,14.000488 9.56868802,13.845288 10.296588,13.543788 C11.024588,13.242288 11.685988,12.800288 12.243188,12.243188 C12.800288,11.685988 13.242288,11.024588 13.543788,10.296588 C13.845288,9.56868802 14.000488,8.78843802 14.000488,8.00050802 C14.000488,7.21256802 13.845288,6.43235802 13.543788,5.70439802 C13.242288,4.97644802 12.800288,4.31501802 12.243188,3.75785802 C11.685988,3.20070802 11.024588,2.75875802 10.296588,2.45722802 C9.56868802,2.15569802 8.78843802,2.00050802 8.00050802,2.00050802 C6.40920802,2.00050802 4.88307802,2.63264802 3.75785802,3.75785802 C2.63264802,4.88307802 2.00050802,6.40920802 2.00050802,8.00050802 C2.00050802,9.59178802 2.63264802,11.117888 3.75785802,12.243188 C4.88307802,13.368388 6.40920802,14.000488 8.00050802,14.000488 Z M14.320488,12.906488 L17.900488,16.486488 C17.995988,16.578788 18.072088,16.689188 18.124388,16.811288 C18.176688,16.933288 18.204188,17.064488 18.2053164,17.197288 C18.206288,17.330088 18.180888,17.461788 18.130488,17.584588 C18.080188,17.707488 18.005788,17.819088 17.911888,17.912888 C17.817888,18.006688 17.706188,18.080888 17.583288,18.131088 C17.460388,18.181288 17.328688,18.206488 17.195888,18.2053289 C17.063088,18.203988 16.931888,18.176288 16.809988,18.123788 C16.687988,18.071288 16.577688,17.995088 16.485488,17.899488 L12.905488,14.319488 C11.297988,15.567388 9.27529802,16.155688 7.24925802,15.964688 C5.22321802,15.773688 3.34610802,14.817788 2.00005802,13.291588 C0.653998017,11.765288 -0.0598119827,9.78348802 0.00392901727,7.74942802 C0.0676700173,5.71540802 0.904168017,3.78212802 2.34314802,2.34314802 C3.78212802,0.904168017 5.71540802,0.0676700173 7.74942802,0.00392901727 C9.78348802,-0.0598119827 11.765288,0.653998017 13.291588,2.00005802 C14.817788,3.34610802 15.773688,5.22321802 15.964688,7.24925802 C16.155688,9.27529802 15.567388,11.297988 14.319488,12.905488 L14.320488,12.906488 Z",
|
|
33
34
|
id: "Shape"
|
|
34
35
|
}))));
|
|
@@ -37,13 +38,13 @@ const UnbidSquare = ({
|
|
|
37
38
|
color,
|
|
38
39
|
secondary_color
|
|
39
40
|
}) => {
|
|
40
|
-
return /*#__PURE__*/
|
|
41
|
+
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
41
42
|
width: "45",
|
|
42
43
|
height: "45",
|
|
43
44
|
viewBox: "0 0 50 51",
|
|
44
45
|
fill: "none",
|
|
45
46
|
xmlns: "http://www.w3.org/2000/svg"
|
|
46
|
-
}, /*#__PURE__*/
|
|
47
|
+
}, /*#__PURE__*/_react.default.createElement("mask", {
|
|
47
48
|
id: "mask0_720_125",
|
|
48
49
|
style: {
|
|
49
50
|
maskType: 'alpha'
|
|
@@ -53,28 +54,28 @@ const UnbidSquare = ({
|
|
|
53
54
|
y: "0",
|
|
54
55
|
width: "50",
|
|
55
56
|
height: "51"
|
|
56
|
-
}, /*#__PURE__*/
|
|
57
|
+
}, /*#__PURE__*/_react.default.createElement("rect", {
|
|
57
58
|
y: "0.5",
|
|
58
59
|
width: "50",
|
|
59
60
|
height: "50",
|
|
60
61
|
rx: "5.67771",
|
|
61
62
|
fill: "#D9D9D9"
|
|
62
|
-
})), /*#__PURE__*/
|
|
63
|
+
})), /*#__PURE__*/_react.default.createElement("g", {
|
|
63
64
|
mask: "url(#mask0_720_125)"
|
|
64
|
-
}, /*#__PURE__*/
|
|
65
|
+
}, /*#__PURE__*/_react.default.createElement("rect", {
|
|
65
66
|
y: "0.5",
|
|
66
67
|
width: "50",
|
|
67
68
|
height: "50",
|
|
68
69
|
rx: "5.67771",
|
|
69
70
|
fill: color ?? _colors.default.brand.midnight
|
|
70
|
-
}), /*#__PURE__*/
|
|
71
|
+
}), /*#__PURE__*/_react.default.createElement("rect", {
|
|
71
72
|
x: "-50.6396",
|
|
72
73
|
y: "53.9214",
|
|
73
74
|
width: "72.8366",
|
|
74
75
|
height: "71.825",
|
|
75
76
|
transform: "rotate(-45 -50.6396 53.9214)",
|
|
76
77
|
fill: secondary_color ?? _colors.default.brand.cyan
|
|
77
|
-
}), /*#__PURE__*/
|
|
78
|
+
}), /*#__PURE__*/_react.default.createElement("rect", {
|
|
78
79
|
x: "0.300451",
|
|
79
80
|
y: "0.800451",
|
|
80
81
|
width: "49.3991",
|
|
@@ -82,14 +83,14 @@ const UnbidSquare = ({
|
|
|
82
83
|
rx: "5.37725",
|
|
83
84
|
stroke: "#FCFCFC",
|
|
84
85
|
"stroke-width": "0.600902"
|
|
85
|
-
}), /*#__PURE__*/
|
|
86
|
+
}), /*#__PURE__*/_react.default.createElement("rect", {
|
|
86
87
|
x: "-2.30176",
|
|
87
88
|
y: "0.5",
|
|
88
89
|
width: "52.9414",
|
|
89
90
|
height: "50.256",
|
|
90
91
|
fill: secondary_color ?? _colors.default.brand.cyan,
|
|
91
92
|
"fill-opacity": "0.4"
|
|
92
|
-
}), /*#__PURE__*/
|
|
93
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
93
94
|
d: "M14.0734 29V18.4516H18.1562C19.3411 18.4516 20.2213 18.7049 20.7965 19.2115C21.3718 19.7095 21.6595 20.4007 21.6595 21.2851C21.6595 21.7574 21.5478 22.1781 21.3246 22.5473C21.1099 22.908 20.8266 23.1913 20.4746 23.3974C20.8695 23.5605 21.2259 23.8568 21.5436 24.2861C21.8613 24.7068 22.0201 25.2306 22.0201 25.8574C22.0201 26.7761 21.7239 27.5317 21.1314 28.1242C20.5389 28.7081 19.7189 29 18.6714 29H14.0734ZM16.2114 27.1711H18.3623C18.7401 27.1711 19.0707 27.0595 19.354 26.8362C19.646 26.613 19.7919 26.2867 19.7919 25.8574C19.7919 25.4624 19.6631 25.1361 19.4055 24.8785C19.1565 24.6124 18.7916 24.4793 18.3108 24.4793H16.2114V27.1711ZM16.2114 22.6761H17.9888C18.4267 22.6761 18.7744 22.5731 19.032 22.367C19.2982 22.1609 19.4313 21.8561 19.4313 21.4526C19.4313 20.6798 18.9633 20.2934 18.0274 20.2934H16.2114V22.6761ZM23.5399 29V18.4516H25.6779V29H23.5399ZM27.7 29V18.4516H30.9972C32.6372 18.4516 33.8865 18.911 34.7451 19.8297C35.6038 20.7399 36.0331 22.0364 36.0331 23.7194C36.0331 24.2603 35.9859 24.7669 35.8914 25.2392C35.8055 25.7114 35.6424 26.1837 35.402 26.6559C35.1702 27.1282 34.8696 27.5317 34.5004 27.8666C34.1398 28.2015 33.659 28.4762 33.0579 28.6909C32.4569 28.897 31.7699 29 30.9972 29H27.7ZM29.838 27.1969H30.7911C31.7957 27.1969 32.547 26.9221 33.045 26.3726C33.543 25.823 33.792 24.9386 33.792 23.7194C33.792 22.4658 33.5344 21.5771 33.0193 21.0533C32.5041 20.5295 31.7699 20.2676 30.8169 20.2676H29.838V27.1969Z",
|
|
94
95
|
fill: "white"
|
|
95
96
|
})));
|
|
@@ -100,37 +101,37 @@ const DiscoverCardIcon = ({
|
|
|
100
101
|
const ratio = 0.7;
|
|
101
102
|
const width = size ?? 30;
|
|
102
103
|
const height = width * ratio;
|
|
103
|
-
return /*#__PURE__*/
|
|
104
|
+
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
104
105
|
width: `${width}px`,
|
|
105
106
|
height: `${height}px`,
|
|
106
107
|
viewBox: "0 0 53 37",
|
|
107
108
|
version: "1.1",
|
|
108
109
|
xmlns: "http://www.w3.org/2000/svg"
|
|
109
|
-
}, /*#__PURE__*/
|
|
110
|
+
}, /*#__PURE__*/_react.default.createElement("title", null, "discover-svgrepo-com"), /*#__PURE__*/_react.default.createElement("defs", null, /*#__PURE__*/_react.default.createElement("linearGradient", {
|
|
110
111
|
x1: "119.04999%",
|
|
111
112
|
y1: "34.8173989%",
|
|
112
113
|
x2: "34.8160554%",
|
|
113
114
|
y2: "-19.0523015%",
|
|
114
115
|
id: "linearGradient-1"
|
|
115
|
-
}, /*#__PURE__*/
|
|
116
|
+
}, /*#__PURE__*/_react.default.createElement("stop", {
|
|
116
117
|
"stop-color": "#F6A000",
|
|
117
118
|
offset: "0%"
|
|
118
|
-
}), /*#__PURE__*/
|
|
119
|
+
}), /*#__PURE__*/_react.default.createElement("stop", {
|
|
119
120
|
"stop-color": "#E47E02",
|
|
120
121
|
offset: "62.3918%"
|
|
121
|
-
}), /*#__PURE__*/
|
|
122
|
+
}), /*#__PURE__*/_react.default.createElement("stop", {
|
|
122
123
|
"stop-color": "#D36002",
|
|
123
124
|
offset: "100%"
|
|
124
|
-
}))), /*#__PURE__*/
|
|
125
|
+
}))), /*#__PURE__*/_react.default.createElement("g", {
|
|
125
126
|
id: "Page-1",
|
|
126
127
|
stroke: "none",
|
|
127
128
|
"stroke-width": "1",
|
|
128
129
|
fill: "none",
|
|
129
130
|
"fill-rule": "evenodd"
|
|
130
|
-
}, /*#__PURE__*/
|
|
131
|
+
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
131
132
|
id: "discover-svgrepo-com",
|
|
132
133
|
transform: "translate(1.896552, 1.000000)"
|
|
133
|
-
}, /*#__PURE__*/
|
|
134
|
+
}, /*#__PURE__*/_react.default.createElement("rect", {
|
|
134
135
|
id: "Rectangle",
|
|
135
136
|
stroke: "#F3F3F3",
|
|
136
137
|
"stroke-width": "2",
|
|
@@ -141,11 +142,11 @@ const DiscoverCardIcon = ({
|
|
|
141
142
|
width: "50",
|
|
142
143
|
height: "34.2105263",
|
|
143
144
|
rx: "4"
|
|
144
|
-
}), /*#__PURE__*/
|
|
145
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
145
146
|
d: "M16.2885088,17.3880702 C16.2885088,19.5302632 17.970614,21.1912281 20.1353509,21.1912281 C20.747193,21.1912281 21.2714035,21.0709649 21.9176316,20.7665789 L21.9176316,19.0932456 C21.3494737,19.6620175 20.8459649,19.8914912 20.2014912,19.8914912 C18.7697368,19.8914912 17.7535088,18.8533333 17.7535088,17.3773684 C17.7535088,15.9782456 18.8018421,14.8744737 20.1353509,14.8744737 C20.8133333,14.8744737 21.3266667,15.1164035 21.9176316,15.694386 L21.9176316,14.0219298 C21.2936842,13.7054386 20.7807018,13.5742105 20.1688596,13.5742105 C18.0150877,13.5742105 16.2885088,15.2689474 16.2885088,17.3880702 Z M12.6403509,15.6180702 C12.6403509,16.0119298 12.8907018,16.22 13.7438596,16.5357018 C15.3608772,17.1272807 15.8400877,17.6512281 15.8400877,18.8092982 C15.8400877,20.22 14.8036842,21.2023684 13.3265789,21.2023684 C12.2447368,21.2023684 11.4580702,20.7764035 10.8031579,19.8148246 L11.7215789,18.9304386 C12.0487719,19.5633333 12.595,19.9026316 13.2730702,19.9026316 C13.9074561,19.9026316 14.3768421,19.4650877 14.3768421,18.8746491 C14.3768421,18.5685965 14.2346491,18.3058772 13.9505263,18.1203509 C13.8077193,18.0324561 13.5244737,17.9018421 12.967807,17.7052632 C11.6326316,17.2249123 11.1748246,16.7107895 11.1748246,15.7067544 C11.1748246,14.5140351 12.1583333,13.6185965 13.4478947,13.6185965 C14.2470175,13.6185965 14.9782456,13.8917544 15.5894737,14.4264035 L14.845614,15.4003509 C14.4753509,14.9853509 14.1250877,14.8101754 13.699386,14.8101754 C13.0866667,14.8101754 12.6403509,15.1591228 12.6403509,15.6180702 Z M8.84614035,21.0271053 L10.267807,21.0271053 L10.267807,13.7390351 L8.84614035,13.7390351 L8.84614035,21.0271053 Z M5.94036842,19.2138596 C5.49380702,19.6173684 4.91349123,19.7933333 3.99501754,19.7933333 L3.61349123,19.7933333 L3.61349123,14.9736842 L3.99501754,14.9736842 C4.91349123,14.9736842 5.471,15.1381579 5.94036842,15.5633333 C6.43199123,16.0008772 6.72764035,16.6794737 6.72764035,17.3774561 C6.72764035,18.077193 6.43199123,18.7763158 5.94036842,19.2138596 Z M4.27968421,13.7390351 L2.19298246,13.7390351 L2.19298246,21.0268421 L4.26870175,21.0268421 C5.37244737,21.0268421 6.16928947,20.7666667 6.86898246,20.1855263 C7.70045614,19.4977193 8.19207018,18.4607018 8.19207018,17.3881579 C8.19207018,15.2372807 6.58516667,13.7390351 4.27968421,13.7390351 Z M31.2458772,13.7390351 L33.1892105,18.634386 L35.1579825,13.7390351 L36.6989474,13.7390351 L33.5505263,21.2141228 L32.7854386,21.2141228 L29.6927193,13.7390351 L31.2458772,13.7390351 Z M37.3418421,21.0270175 L41.3733333,21.0270175 L41.3733333,19.7931579 L38.7622807,19.7931579 L38.7622807,17.8258772 L41.2772807,17.8258772 L41.2772807,16.5914035 L38.7622807,16.5914035 L38.7622807,14.9738596 L41.3733333,14.9738596 L41.3733333,13.7388596 L37.3418421,13.7388596 L37.3418421,21.0270175 Z M43.7347368,17.0942105 L44.15,17.0942105 C45.0580702,17.0942105 45.5392982,16.6997368 45.5392982,15.9671053 C45.5392982,15.2578947 45.0580702,14.8870175 44.1725439,14.8870175 L43.7347368,14.8870175 L43.7347368,17.0942105 Z M44.4228947,13.7387719 C46.062193,13.7387719 47.0020175,14.5260526 47.0020175,15.8905263 C47.0020175,17.0064035 46.4124561,17.7390351 45.3416667,17.9566667 L47.6361404,21.0269298 L45.8878947,21.0269298 L43.9202632,18.0991228 L43.7347368,18.0991228 L43.7347368,21.0269298 L42.3147368,21.0269298 L42.3147368,13.7387719 L44.4228947,13.7387719 Z",
|
|
146
147
|
id: "Shape",
|
|
147
148
|
fill: "#1D1D1B"
|
|
148
|
-
}), /*#__PURE__*/
|
|
149
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
149
150
|
d: "M29.525,19.497193 C30.6787719,17.6929825 30.1518421,15.2961404 28.3478947,14.1424561 L28.3478947,14.1424561 C26.5438596,12.9887719 24.1465789,13.5154386 22.9927193,15.3196491 L22.9927193,15.3196491 C21.8392105,17.1233333 22.3664035,19.5209649 24.1703509,20.6746491 L24.1703509,20.6746491 C25.9742982,21.8283333 28.3714035,21.3008772 29.525,19.497193 Z",
|
|
150
151
|
id: "Path",
|
|
151
152
|
fill: "url(#linearGradient-1)"
|
|
@@ -157,22 +158,22 @@ const VisaCardIcon = ({
|
|
|
157
158
|
const ratio = 0.7;
|
|
158
159
|
const width = size ?? 30;
|
|
159
160
|
const height = width * ratio;
|
|
160
|
-
return /*#__PURE__*/
|
|
161
|
+
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
161
162
|
width: `${width}px`,
|
|
162
163
|
height: `${height}px`,
|
|
163
164
|
viewBox: "0 0 53 37",
|
|
164
165
|
version: "1.1",
|
|
165
166
|
xmlns: "http://www.w3.org/2000/svg"
|
|
166
|
-
}, /*#__PURE__*/
|
|
167
|
+
}, /*#__PURE__*/_react.default.createElement("title", null, "visa-classic-svgrepo-com"), /*#__PURE__*/_react.default.createElement("g", {
|
|
167
168
|
id: "Page-1",
|
|
168
169
|
stroke: "none",
|
|
169
170
|
"stroke-width": "1",
|
|
170
171
|
fill: "none",
|
|
171
172
|
"fill-rule": "evenodd"
|
|
172
|
-
}, /*#__PURE__*/
|
|
173
|
+
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
173
174
|
id: "visa-classic-svgrepo-com",
|
|
174
175
|
transform: "translate(1.896552, 1.000000)"
|
|
175
|
-
}, /*#__PURE__*/
|
|
176
|
+
}, /*#__PURE__*/_react.default.createElement("rect", {
|
|
176
177
|
id: "Rectangle",
|
|
177
178
|
stroke: "#F3F3F3",
|
|
178
179
|
"stroke-width": "2",
|
|
@@ -183,21 +184,21 @@ const VisaCardIcon = ({
|
|
|
183
184
|
width: "50",
|
|
184
185
|
height: "34.2105263",
|
|
185
186
|
rx: "4"
|
|
186
|
-
}), /*#__PURE__*/
|
|
187
|
+
}), /*#__PURE__*/_react.default.createElement("polygon", {
|
|
187
188
|
id: "Path",
|
|
188
189
|
fill: "#15195A",
|
|
189
190
|
"fill-rule": "nonzero",
|
|
190
191
|
points: "22.1505263 23.625614 18.7632456 23.625614 20.8819298 11.3442982 24.2690351 11.3442982"
|
|
191
|
-
}), /*#__PURE__*/
|
|
192
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
192
193
|
d: "M34.4297368,11.6445614 C33.7615789,11.3960526 32.7019298,11.1216667 31.3916667,11.1216667 C28.0465789,11.1216667 25.6910526,12.7939474 25.6765789,15.1847368 C25.6487719,16.9486842 27.3630702,17.9284211 28.6452632,18.5165789 C29.9557018,19.1176316 30.4012281,19.5099123 30.4012281,20.045614 C30.3878947,20.8684211 29.3422807,21.2476316 28.3670175,21.2476316 C27.0146491,21.2476316 26.2900877,21.0521053 25.1888596,20.594386 L24.7428947,20.3981579 L24.2688596,23.155 C25.0633333,23.4942982 26.5270175,23.7954386 28.0465789,23.8086842 C31.6007895,23.8086842 33.9146491,22.1622807 33.9420175,19.6144737 C33.9555263,18.2164035 33.0503509,17.1450877 31.0987719,16.2697368 C29.9140351,15.707807 29.1885088,15.3288596 29.1885088,14.7539474 C29.2024561,14.2312281 29.802193,13.6958772 31.1395614,13.6958772 C32.2407018,13.6696491 33.0498246,13.917807 33.6627193,14.1661404 L33.9690351,14.2965789 L34.4297368,11.6445614 L34.4297368,11.6445614 L34.4297368,11.6445614 Z",
|
|
193
194
|
id: "Path",
|
|
194
195
|
fill: "#15195A",
|
|
195
196
|
"fill-rule": "nonzero"
|
|
196
|
-
}), /*#__PURE__*/
|
|
197
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
197
198
|
d: "M40.492807,11.3442982 L43.112807,11.3442982 L45.8455263,23.6254386 L42.7092105,23.6254386 C42.7092105,23.6254386 42.4022807,22.214386 42.3050877,21.7831579 L37.9560526,21.7831579 C37.8303509,22.1096491 37.2451754,23.6254386 37.2451754,23.6254386 L33.6910526,23.6254386 L38.7223684,12.3632456 C39.0709649,11.5662281 39.6848246,11.3442982 40.492807,11.3442982 Z M40.2840351,15.8385965 C40.2840351,15.8385965 39.210614,18.5692105 38.9316667,19.2747368 L41.747193,19.2747368 C41.6078947,18.6607895 40.9664035,15.7209649 40.9664035,15.7209649 L40.7297368,14.662807 C40.63,14.9352632 40.4858772,15.3099123 40.3885965,15.5626316 C40.3227193,15.7338596 40.2783333,15.8491228 40.2840351,15.8385965 Z",
|
|
198
199
|
id: "Shape",
|
|
199
200
|
fill: "#15195A"
|
|
200
|
-
}), /*#__PURE__*/
|
|
201
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
201
202
|
d: "M4.08675439,11.3442982 L9.53649123,11.3442982 C10.2752632,11.3701754 10.8746491,11.5922807 11.0696491,12.3766667 L12.2540351,18.0194737 C12.2541228,18.0198246 12.2542982,18.0201754 12.254386,18.0205263 L12.6168421,19.7189474 L15.9341228,11.3442982 L19.5158772,11.3442982 L14.1916667,23.6126316 L10.6097368,23.6126316 L7.59067544,12.9412281 C6.54900877,12.3702632 5.36017544,11.9110526 4.031,11.5924561 L4.08675439,11.3442982 Z",
|
|
202
203
|
id: "Path",
|
|
203
204
|
fill: "#15195A"
|
|
@@ -209,22 +210,22 @@ const MasterCardIcon = ({
|
|
|
209
210
|
const ratio = 0.7;
|
|
210
211
|
const width = size ?? 30;
|
|
211
212
|
const height = width * ratio;
|
|
212
|
-
return /*#__PURE__*/
|
|
213
|
+
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
213
214
|
width: `${width}px`,
|
|
214
215
|
height: `${height}px`,
|
|
215
216
|
viewBox: "0 0 53 37",
|
|
216
217
|
version: "1.1",
|
|
217
218
|
xmlns: "http://www.w3.org/2000/svg"
|
|
218
|
-
}, /*#__PURE__*/
|
|
219
|
+
}, /*#__PURE__*/_react.default.createElement("title", null, "mastercard-full-svgrepo-com"), /*#__PURE__*/_react.default.createElement("g", {
|
|
219
220
|
id: "Page-1",
|
|
220
221
|
stroke: "none",
|
|
221
222
|
"stroke-width": "1",
|
|
222
223
|
fill: "none",
|
|
223
224
|
"fill-rule": "evenodd"
|
|
224
|
-
}, /*#__PURE__*/
|
|
225
|
+
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
225
226
|
id: "mastercard-full-svgrepo-com",
|
|
226
227
|
transform: "translate(1.896552, 1.000000)"
|
|
227
|
-
}, /*#__PURE__*/
|
|
228
|
+
}, /*#__PURE__*/_react.default.createElement("rect", {
|
|
228
229
|
id: "Rectangle",
|
|
229
230
|
stroke: "#F3F3F3",
|
|
230
231
|
"stroke-width": "2",
|
|
@@ -235,21 +236,21 @@ const MasterCardIcon = ({
|
|
|
235
236
|
width: "50",
|
|
236
237
|
height: "34.2105263",
|
|
237
238
|
rx: "6"
|
|
238
|
-
}), /*#__PURE__*/
|
|
239
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
239
240
|
d: "M18.2007895,26.6584211 L18.2007895,27.9538596 L18.2007895,29.249386 L17.6329825,29.249386 L17.6329825,28.9348246 C17.4528947,29.1681579 17.1796491,29.3145614 16.8082456,29.3145614 C16.0759649,29.3145614 15.5019298,28.745614 15.5019298,27.9538596 C15.5019298,27.162807 16.0759649,26.5932456 16.8082456,26.5932456 C17.1796491,26.5932456 17.4528947,26.7396491 17.6329825,26.9729825 L17.6329825,26.6584211 L18.2007895,26.6584211 Z M16.8788596,27.124386 C16.3873684,27.124386 16.0865789,27.4985088 16.0865789,27.9538596 C16.0865789,28.4092982 16.3873684,28.7834211 16.8788596,28.7834211 C17.3485088,28.7834211 17.6655263,28.4254386 17.6655263,27.9538596 C17.6655263,27.4823684 17.3485088,27.124386 16.8788596,27.124386 Z M37.3884211,27.9538596 C37.3884211,27.4985088 37.6892105,27.124386 38.1807018,27.124386 C38.6509649,27.124386 38.9673684,27.4823684 38.9673684,27.9538596 C38.9673684,28.4254386 38.6509649,28.7834211 38.1807018,28.7834211 C37.6892105,28.7834211 37.3884211,28.4092982 37.3884211,27.9538596 Z M39.5033333,25.6178947 L39.5033333,27.9538596 L39.5033333,29.249386 L38.9349123,29.249386 L38.9349123,28.9348246 C38.7547368,29.1681579 38.4814912,29.3145614 38.1100877,29.3145614 C37.377807,29.3145614 36.8037719,28.745614 36.8037719,27.9538596 C36.8037719,27.162807 37.377807,26.5932456 38.1100877,26.5932456 C38.4814912,26.5932456 38.7547368,26.7396491 38.9349123,26.9729825 L38.9349123,25.6178947 L39.5033333,25.6178947 Z M25.2489474,27.0977193 C25.6147368,27.0977193 25.8498246,27.3253509 25.9099123,27.7262281 L24.5548246,27.7262281 C24.6154386,27.3521053 24.8442982,27.0977193 25.2489474,27.0977193 Z M23.9594737,27.9538596 C23.9594737,27.1460526 24.4947368,26.5932456 25.2601754,26.5932456 C25.9918421,26.5932456 26.4945614,27.1460526 26.5001754,27.9538596 C26.5001754,28.0295614 26.4945614,28.1003509 26.4889474,28.1704386 L24.5498246,28.1704386 C24.6317544,28.6370175 24.965,28.8051754 25.3307895,28.8051754 C25.592807,28.8051754 25.8717544,28.7071053 26.090614,28.5340351 L26.3688596,28.9515789 C26.0518421,29.2171053 25.6916667,29.3145614 25.2983333,29.3145614 C24.5166667,29.3145614 23.9594737,28.7778947 23.9594737,27.9538596 Z M32.1163158,27.9538596 C32.1163158,27.4985088 32.4171053,27.124386 32.9085965,27.124386 C33.3781579,27.124386 33.6952632,27.4823684 33.6952632,27.9538596 C33.6952632,28.4254386 33.3781579,28.7834211 32.9085965,28.7834211 C32.4171053,28.7834211 32.1163158,28.4092982 32.1163158,27.9538596 Z M34.2305263,26.6584211 L34.2305263,27.9538596 L34.2305263,29.249386 L33.6627193,29.249386 L33.6627193,28.9348246 C33.4820175,29.1681579 33.209386,29.3145614 32.8378947,29.3145614 C32.105614,29.3145614 31.5315789,28.745614 31.5315789,27.9538596 C31.5315789,27.162807 32.105614,26.5932456 32.8378947,26.5932456 C33.209386,26.5932456 33.4820175,26.7396491 33.6627193,26.9729825 L33.6627193,26.6584211 L34.2305263,26.6584211 Z M28.9095614,27.9538596 C28.9095614,28.74 29.4611404,29.3145614 30.302807,29.3145614 C30.6961404,29.3145614 30.9581579,29.2277193 31.2421053,29.0055263 L30.969386,28.5501754 C30.7562281,28.702193 30.5322807,28.7834211 30.2859649,28.7834211 C29.8325439,28.7778947 29.4992982,28.4527193 29.4992982,27.9538596 C29.4992982,27.4550877 29.8325439,27.1299123 30.2859649,27.124386 C30.5322807,27.124386 30.7562281,27.205614 30.969386,27.3576316 L31.2421053,26.902193 C30.9581579,26.6800877 30.6961404,26.5932456 30.302807,26.5932456 C29.4611404,26.5932456 28.9095614,27.167807 28.9095614,27.9538596 Z M35.5418421,26.9729825 C35.689386,26.7452632 35.9026316,26.5932456 36.2303509,26.5932456 C36.3453509,26.5932456 36.5092105,26.615 36.6349123,26.6639474 L36.4598246,27.1950877 C36.3397368,27.1460526 36.2196491,27.1299123 36.1046491,27.1299123 C35.7331579,27.1299123 35.5474561,27.3681579 35.5474561,27.7969298 L35.5474561,29.249386 L34.9790351,29.249386 L34.9790351,26.6584211 L35.5418421,26.6584211 L35.5418421,26.9729825 Z M21.0092105,26.864386 C20.7358772,26.6857018 20.3594737,26.5932456 19.9442105,26.5932456 C19.2826316,26.5932456 18.8567544,26.907807 18.8567544,27.422807 C18.8567544,27.8453509 19.1738596,28.1058772 19.7578947,28.187193 L20.0261404,28.225 C20.3375439,28.2685088 20.4845614,28.3497368 20.4845614,28.4961404 C20.4845614,28.6965789 20.2769298,28.8107018 19.8892105,28.8107018 C19.4958772,28.8107018 19.2120175,28.6860526 19.020614,28.5395614 L18.7529825,28.9782456 C19.064386,29.2059649 19.4577193,29.3145614 19.8835965,29.3145614 C20.6377193,29.3145614 21.0748246,28.9621053 21.0748246,28.4688596 C21.0748246,28.0134211 20.7308772,27.7751754 20.1624561,27.6939474 L19.8948246,27.6554386 C19.6491228,27.6231579 19.4521053,27.5748246 19.4521053,27.4010526 C19.4521053,27.2112281 19.637807,27.0977193 19.9492105,27.0977193 C20.2825439,27.0977193 20.6051754,27.2223684 20.7634211,27.3198246 L21.0092105,26.864386 Z M27.6477193,26.9729825 C27.7946491,26.7452632 28.0078947,26.5932456 28.3355263,26.5932456 C28.450614,26.5932456 28.6144737,26.615 28.7400877,26.6639474 L28.565,27.1950877 C28.445,27.1460526 28.3249123,27.1299123 28.2098246,27.1299123 C27.8384211,27.1299123 27.6527193,27.3681579 27.6527193,27.7969298 L27.6527193,29.249386 L27.0849123,29.249386 L27.0849123,26.6584211 L27.6477193,26.6584211 L27.6477193,26.9729825 Z M23.4898246,26.6584211 L22.5612281,26.6584211 L22.5612281,25.8722807 L21.987193,25.8722807 L21.987193,26.6584211 L21.4575439,26.6584211 L21.4575439,27.1733333 L21.987193,27.1733333 L21.987193,28.3553509 C21.987193,28.9565789 22.2222807,29.3145614 22.8939474,29.3145614 C23.1402632,29.3145614 23.4242105,29.2388596 23.6042982,29.1141228 L23.4404386,28.6314035 C23.2709649,28.7288596 23.0852632,28.7778947 22.9377193,28.7778947 C22.6537719,28.7778947 22.5612281,28.6041228 22.5612281,28.3441228 L22.5612281,27.1733333 L23.4898246,27.1733333 L23.4898246,26.6584211 Z M14.9997368,27.6231579 L14.9997368,29.249386 L14.4257018,29.249386 L14.4257018,27.8074561 C14.4257018,27.3681579 14.24,27.124386 13.8522807,27.124386 C13.4751754,27.124386 13.2131579,27.3632456 13.2131579,27.8130702 L13.2131579,29.249386 L12.6391228,29.249386 L12.6391228,27.8074561 C12.6391228,27.3681579 12.4484211,27.124386 12.0713158,27.124386 C11.6829825,27.124386 11.4316667,27.3632456 11.4316667,27.8130702 L11.4316667,29.249386 L10.8582456,29.249386 L10.8582456,26.6584211 L11.4266667,26.6584211 L11.4266667,26.9778947 C11.6399123,26.6745614 11.9125439,26.5932456 12.1914035,26.5932456 C12.5903509,26.5932456 12.8742982,26.7670175 13.054386,27.0542105 C13.2950877,26.6907018 13.6390351,26.5876316 13.9723684,26.5932456 C14.6064035,26.5988596 14.9997368,27.0107895 14.9997368,27.6231579 Z",
|
|
240
241
|
id: "Shape",
|
|
241
242
|
fill: "#231F20"
|
|
242
|
-
}), /*#__PURE__*/
|
|
243
|
+
}), /*#__PURE__*/_react.default.createElement("polygon", {
|
|
243
244
|
id: "Path",
|
|
244
245
|
fill: "#FF5F00",
|
|
245
246
|
"fill-rule": "nonzero",
|
|
246
247
|
points: "29.4267544 22.2557018 20.8209649 22.2557018 20.8209649 6.91078947 29.4267544 6.91078947"
|
|
247
|
-
}), /*#__PURE__*/
|
|
248
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
248
249
|
d: "M21.3669298,14.5835965 C21.3669298,11.4707895 22.8357895,8.69798246 25.1232456,6.91111404 C23.4505263,5.60444737 21.339386,4.82454386 19.0450877,4.82454386 C13.6135088,4.82454386 9.21052632,9.19377193 9.21052632,14.5835965 C9.21052632,19.9734211 13.6135088,24.3426316 19.0450877,24.3426316 C21.339386,24.3426316 23.4505263,23.5627193 25.1232456,22.2560526 C22.8357895,20.4692105 21.3669298,17.6964035 21.3669298,14.5835965",
|
|
249
250
|
id: "Path",
|
|
250
251
|
fill: "#EB001B",
|
|
251
252
|
"fill-rule": "nonzero"
|
|
252
|
-
}), /*#__PURE__*/
|
|
253
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
253
254
|
d: "M41.0366667,14.5835965 C41.0366667,19.9734211 36.6336842,24.3426316 31.2021053,24.3426316 C28.9077193,24.3426316 26.7966667,23.5627193 25.1232456,22.2560526 C27.4113158,20.4692105 28.8802632,17.6964035 28.8802632,14.5835965 C28.8802632,11.4707895 27.4113158,8.69798246 25.1232456,6.91111404 C26.7966667,5.60444737 28.9077193,4.82454386 31.2021053,4.82454386 C36.6336842,4.82454386 41.0366667,9.19377193 41.0366667,14.5835965",
|
|
254
255
|
id: "Path",
|
|
255
256
|
fill: "#F79E1B",
|
|
@@ -262,60 +263,60 @@ const AmexCardIcon = ({
|
|
|
262
263
|
const ratio = 0.7;
|
|
263
264
|
const width = size ?? 30;
|
|
264
265
|
const height = width * ratio;
|
|
265
|
-
return /*#__PURE__*/
|
|
266
|
+
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
266
267
|
width: `${width}px`,
|
|
267
268
|
height: `${height}px`,
|
|
268
269
|
viewBox: "0 0 50 35",
|
|
269
270
|
version: "1.1",
|
|
270
271
|
xmlns: "http://www.w3.org/2000/svg"
|
|
271
|
-
}, /*#__PURE__*/
|
|
272
|
+
}, /*#__PURE__*/_react.default.createElement("title", null, "american-express-svgrepo-com (1)"), /*#__PURE__*/_react.default.createElement("g", {
|
|
272
273
|
id: "Page-1",
|
|
273
274
|
stroke: "none",
|
|
274
275
|
"stroke-width": "1",
|
|
275
276
|
fill: "none",
|
|
276
277
|
"fill-rule": "evenodd"
|
|
277
|
-
}, /*#__PURE__*/
|
|
278
|
+
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
278
279
|
id: "american-express-svgrepo-com-(1)",
|
|
279
280
|
transform: "translate(0.000000, 0.245636)",
|
|
280
281
|
"fill-rule": "nonzero"
|
|
281
|
-
}, /*#__PURE__*/
|
|
282
|
+
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
282
283
|
d: "M50,31.5263672 C50,33.1587891 48.6767578,34.4821289 47.0444336,34.4821289 L2.95556641,34.4821289 C1.32324219,34.4821289 0,33.1587891 0,31.5263672 L0,2.95566406 C0,1.32333984 1.32324219,0 2.95556641,0 L47.0444336,0 C48.6768555,0 50,1.32333984 50,2.95566406 L50,31.5263672 L50,31.5263672 Z",
|
|
283
284
|
id: "Path",
|
|
284
285
|
fill: "#306FC5"
|
|
285
|
-
}), /*#__PURE__*/
|
|
286
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
286
287
|
d: "M2.10126953,31.5263672 L2.10126953,2.95566406 C2.10126953,1.32333984 3.42470703,0 5.05703125,0 L2.95546875,0 C1.32324219,0 0,1.32324219 0,2.95566406 L0,31.5264648 C0,33.1588867 1.32324219,34.4822266 2.95556641,34.4822266 L5.05712891,34.4822266 C3.42480469,34.4822266 2.10126953,33.1587891 2.10126953,31.5263672 Z",
|
|
287
288
|
id: "Path",
|
|
288
289
|
fill: "#202121",
|
|
289
290
|
opacity: "0.15"
|
|
290
|
-
}), /*#__PURE__*/
|
|
291
|
+
}), /*#__PURE__*/_react.default.createElement("g", {
|
|
291
292
|
id: "Group",
|
|
292
293
|
transform: "translate(3.588672, 10.131543)",
|
|
293
294
|
fill: "#FFFFFF"
|
|
294
|
-
}, /*#__PURE__*/
|
|
295
|
+
}, /*#__PURE__*/_react.default.createElement("polygon", {
|
|
295
296
|
id: "Path",
|
|
296
297
|
points: "3.69550781 3.66699219 5.18945312 3.66699219 4.44267578 1.765625"
|
|
297
|
-
}), /*#__PURE__*/
|
|
298
|
+
}), /*#__PURE__*/_react.default.createElement("polygon", {
|
|
298
299
|
id: "Path",
|
|
299
300
|
points: "11.6404297 10.049707 11.6404297 10.9326172 14.1530273 10.9326172 14.1530273 11.8834961 11.6404297 11.8834961 11.6404297 12.9023438 14.4245117 12.9023438 15.7146484 11.4759766 14.4924805 10.049707"
|
|
300
|
-
}), /*#__PURE__*/
|
|
301
|
+
}), /*#__PURE__*/_react.default.createElement("polygon", {
|
|
301
302
|
id: "Path",
|
|
302
303
|
points: "31.2646484 1.765625 30.449707 3.66699219 32.0117188 3.66699219"
|
|
303
|
-
}), /*#__PURE__*/
|
|
304
|
+
}), /*#__PURE__*/_react.default.createElement("polygon", {
|
|
304
305
|
id: "Path",
|
|
305
306
|
points: "18.90625 13.4450195 18.90625 9.57451172 17.140625 11.4759766"
|
|
306
|
-
}), /*#__PURE__*/
|
|
307
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
307
308
|
d: "M22.2335938,10.6611328 C22.165625,10.2537109 21.89375,10.049707 21.4861328,10.049707 L20.0604492,10.049707 L20.0604492,11.2719727 L21.5544922,11.2719727 C21.9618164,11.2720703 22.2335938,11.068457 22.2335938,10.6611328 Z",
|
|
308
309
|
id: "Path"
|
|
309
|
-
}), /*#__PURE__*/
|
|
310
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
310
311
|
d: "M26.9865234,11.1365234 C27.1223633,11.068457 27.1905273,10.8645508 27.1905273,10.6612305 C27.2584961,10.3898438 27.1223633,10.2538086 26.9865234,10.1858398 C26.8510742,10.1178711 26.6470703,10.1178711 26.4436523,10.1178711 L25.0852539,10.1178711 L25.0852539,11.2044922 L26.4435547,11.2044922 C26.6469727,11.2044922 26.8509766,11.2044922 26.9865234,11.1365234 Z",
|
|
311
312
|
id: "Path"
|
|
312
|
-
}), /*#__PURE__*/
|
|
313
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
313
314
|
d: "M36.7645508,0 L36.7645508,0.81484375 L36.3574219,0 L33.1662109,0 L33.1662109,0.81484375 L32.7585938,0 L28.4126953,0 C27.6658203,0 27.0543945,0.1359375 26.5114258,0.407519531 L26.5114258,0 L23.4558594,0 L23.4558594,0.06796875 L23.4558594,0.407519531 C23.1164063,0.136035156 22.7089844,0 22.1657227,0 L11.2331055,0 L10.4858398,1.69765625 L9.7390625,0 L7.29462891,0 L6.27597656,0 L6.27597656,0.81484375 L5.93642578,0 L5.86845703,0 L2.94863281,0 L1.59033203,3.19140625 L0.0287109375,6.65449219 L-1.33226763e-15,6.72255859 L0.0287109375,6.72255859 L3.49189453,6.72255859 L3.53525391,6.72255859 L3.55986328,6.65449219 L3.96748047,5.63613281 L4.85019531,5.63613281 L5.25761719,6.72255859 L9.19570312,6.72255859 L9.19570312,6.65449219 L9.19570312,5.90771484 L9.53544922,6.72246094 L11.5044922,6.72246094 L11.8438477,5.90771484 L11.8438477,6.65449219 L11.8438477,6.72255859 L13.4056641,6.72255859 L21.2147461,6.72255859 L21.2827148,6.72255859 L21.2827148,4.95693359 L21.4188477,4.95693359 C21.5544922,4.95693359 21.5544922,4.95693359 21.5544922,5.16074219 L21.5544922,6.65458984 L26.4436523,6.65458984 L26.4436523,6.24716797 C26.8510742,6.45117188 27.4618164,6.65458984 28.2767578,6.65458984 L30.3141602,6.65458984 L30.721582,5.56835938 L31.6719727,5.56835938 L32.0793945,6.65458984 L36.0176758,6.65458984 L36.0176758,5.97568359 L36.0176758,5.63623047 L36.6291016,6.65458984 L36.7645508,6.65458984 L36.8327148,6.65458984 L39.8205078,6.65458984 L39.8205078,0 L36.7647461,0 L36.7647461,0 L36.7645508,0 L36.7645508,0 Z M13.7454102,5.70419922 L13.0662109,5.70419922 L12.6588867,5.70419922 L12.6588867,5.29707031 L12.6588867,1.96933594 L12.590918,2.12509766 L12.590918,2.12324219 L11.0112305,5.70419922 L10.9612305,5.70419922 L10.5980469,5.70419922 L10.0104492,5.70419922 L8.38085937,1.96933594 L8.38085937,5.70419922 L6.07226562,5.70419922 L5.59697266,4.68564453 L3.28798828,4.68564453 L2.81259766,5.70419922 L1.61894531,5.70419922 L3.62773437,0.95078125 L5.32519531,0.95078125 L7.22646484,5.50029297 L7.22646484,0.95078125 L7.63378906,0.95078125 L9.02548828,0.95078125 L9.05751953,1.01884766 L9.05986328,1.01884766 L9.91660156,2.88349609 L10.5318359,4.28056641 L10.5536133,4.21015625 L11.9116211,0.950878906 L13.7454102,0.950878906 L13.7454102,5.70419922 L13.7454102,5.70419922 L13.7454102,5.70419922 Z M18.430957,1.96933594 L15.7826172,1.96933594 L15.7826172,2.85205078 L18.3629883,2.85205078 L18.3629883,3.80263672 L15.7826172,3.80263672 L15.7826172,4.75361328 L18.430957,4.75361328 L18.430957,5.771875 L14.6283203,5.771875 L14.6283203,0.950878906 L18.430957,0.950878906 L18.430957,1.96933594 L18.430957,1.96933594 Z M23.2742187,3.7203125 C23.2759766,3.721875 23.2782227,3.72294922 23.2803711,3.72441406 C23.3060547,3.7515625 23.3280273,3.77880859 23.3467773,3.80488281 C23.4768555,3.97539063 23.5820312,4.22900391 23.5873047,4.60087891 C23.5876953,4.60732422 23.5879883,4.61367188 23.5883789,4.62011719 C23.5883789,4.62382813 23.5890625,4.62705078 23.5890625,4.63085938 C23.5890625,4.63300781 23.5888672,4.63466797 23.5888672,4.63671875 C23.5904297,4.67412109 23.5914063,4.71230469 23.5914063,4.75361328 L23.5914063,5.70429688 L22.5730469,5.70429688 L22.5730469,5.16083984 C22.5730469,4.88925781 22.5730469,4.48173828 22.369043,4.21015625 C22.3048828,4.14599609 22.2399414,4.10371094 22.1692383,4.07363281 C22.0674805,4.00771484 21.8746094,4.00664063 21.5544922,4.00664063 L20.3318359,4.00664063 L20.3318359,5.70429688 L19.1777344,5.70429688 L19.1777344,0.950878906 L21.7583008,0.950878906 C22.369043,0.950878906 22.7766602,0.950878906 23.1163086,1.15458984 C23.4490234,1.35439453 23.65,1.68574219 23.6576172,2.21044922 C23.6418945,2.93310547 23.1780273,3.32958984 22.8445313,3.46328125 C22.8445312,3.46328125 23.0710937,3.50888672 23.2742187,3.7203125 Z M25.5608398,5.70419922 L24.4063477,5.70419922 L24.4063477,0.95078125 L25.5608398,0.95078125 L25.5608398,5.70419922 Z M38.8022461,5.70419922 L37.3081055,5.70419922 L35.1352539,2.10507813 L35.1352539,5.09287109 L35.128125,5.08583984 L35.128125,5.70712891 L33.980957,5.70712891 L33.980957,5.70429688 L32.8264648,5.70429688 L32.419043,4.68574219 L30.0421875,4.68574219 L29.6347656,5.77197266 L28.3446289,5.77197266 C27.8017578,5.77197266 27.1222656,5.63632813 26.7150391,5.22890625 C26.3076172,4.82148438 26.1041016,4.27822266 26.1041016,3.39560547 C26.1041016,2.71660156 26.2397461,2.03710938 26.7150391,1.49404297 C27.0542969,1.08632812 27.6657227,0.950878906 28.4125,0.950878906 L29.4992187,0.950878906 L29.4992187,1.96933594 L28.4125,1.96933594 C28.0050781,1.96933594 27.8017578,2.03701172 27.5295898,2.24111328 C27.3262695,2.44472656 27.190332,2.85205078 27.190332,3.32734375 C27.190332,3.87070312 27.2583008,4.21015625 27.5295898,4.48173828 C27.7337891,4.68574219 28.0051758,4.75371094 28.3446289,4.75371094 L28.8199219,4.75371094 L30.381543,1.01904297 L31.0609375,1.01904297 L32.0792969,1.01904297 L33.9808594,5.56855469 L33.9808594,5.33652344 L33.9808594,3.80283203 L33.9808594,3.6671875 L33.9808594,1.01914062 L35.6783203,1.01914062 L37.647168,4.34628906 L37.647168,1.01914062 L38.8020508,1.01914062 L38.8020508,5.70439453 L38.8022461,5.70439453 L38.8022461,5.70419922 L38.8022461,5.70419922 Z",
|
|
314
315
|
id: "Shape"
|
|
315
|
-
}), /*#__PURE__*/
|
|
316
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
316
317
|
d: "M22.305957,2.93056641 C22.3257812,2.909375 22.34375,2.88535156 22.3589844,2.8578125 C22.4205078,2.76044922 22.4910156,2.58505859 22.4530273,2.34570313 C22.4514648,2.32373047 22.4474609,2.30341797 22.4427734,2.28378906 C22.4415039,2.27832031 22.4416992,2.27353516 22.4402344,2.26806641 L22.4395508,2.26816406 C22.4057617,2.15185547 22.3195312,2.08037109 22.2334961,2.03701172 C22.0973633,1.96933594 21.8936523,1.96933594 21.6900391,1.96933594 L20.3317383,1.96933594 L20.3317383,3.05595703 L21.6900391,3.05595703 C21.8936523,3.05595703 22.0974609,3.05595703 22.2334961,2.98789063 C22.2539062,2.97753906 22.2720703,2.96347656 22.2895508,2.94755859 L22.2897461,2.9484375 C22.2898437,2.94833984 22.2967773,2.94111328 22.305957,2.93056641 Z",
|
|
317
318
|
id: "Path"
|
|
318
|
-
}), /*#__PURE__*/
|
|
319
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
319
320
|
d: "M42.8083008,12.4947266 C42.8083008,12.0194336 42.6726563,11.5439453 42.469043,11.2044922 L42.469043,8.14892578 L42.465918,8.14892578 L42.465918,7.94492188 C42.465918,7.94492188 39.6197266,7.94492188 39.1960938,7.94492188 C38.7726563,7.94492188 38.2587891,8.35224609 38.2587891,8.35224609 L38.2587891,7.94492188 L35.1353516,7.94492188 C34.6597656,7.94492188 34.0490234,8.08085938 33.7770508,8.35224609 L33.7770508,7.94492188 L28.209082,7.94492188 L28.209082,8.14892578 L28.209082,8.35214844 C27.8019531,8.01289063 27.0543945,7.94482422 26.7151367,7.94482422 L23.0482422,7.94482422 L23.0482422,8.14882813 L23.0482422,8.35205078 C22.7087891,8.01279297 21.8935547,7.94472656 21.4859375,7.94472656 L17.4123047,7.94472656 L16.4614258,8.96337891 L15.5786133,7.94472656 L15.2943359,7.94472656 L14.8317383,7.94472656 L9.46748047,7.94472656 L9.46748047,8.14873047 L9.46748047,8.68515625 L9.46748047,14.803418 L15.4430664,14.803418 L16.4249023,13.8212891 L17.2759766,14.803418 L17.3441406,14.803418 L20.7873047,14.803418 L20.9433594,14.803418 L21.0113281,14.803418 L21.0789063,14.803418 L21.0789063,14.1244141 L21.0789063,13.2416992 L21.4186523,13.2416992 C21.8935547,13.2416992 22.5049805,13.2416992 22.9802734,13.0376953 L22.9802734,14.7351563 L22.9802734,14.8712891 L26.0360352,14.8712891 L26.0360352,14.7351563 L26.0360352,13.1056641 L26.1714844,13.1056641 C26.3754883,13.1056641 26.3754883,13.1056641 26.3754883,13.309375 L26.3754883,14.7351563 L26.3754883,14.8712891 L35.6101563,14.8712891 C36.2217773,14.8712891 36.8325195,14.7351563 37.1719727,14.4635742 L37.1719727,14.7351563 L37.1719727,14.8712891 L40.0920898,14.8712891 C40.702832,14.8712891 41.3144531,14.803418 41.721875,14.5316406 C42.3470703,14.156543 42.7411133,13.4925781 42.799707,12.7006836 C42.8024414,12.6772461 42.8058594,12.6538086 42.8083008,12.6302734 L42.8040039,12.6264648 C42.806543,12.5825195 42.8083008,12.5390625 42.8083008,12.4947266 Z M21.41875,12.0874023 L20.0603516,12.0874023 L20.0603516,12.290625 L20.0603516,12.6982422 L20.0603516,13.1057617 L20.0603516,13.8527344 L17.828418,13.8527344 L16.5293945,12.3586914 L16.5249023,12.3636719 L16.4614258,12.290625 L14.9675781,13.8527344 L10.6217773,13.8527344 L10.6217773,9.09951172 L15.0355469,9.09951172 L16.2414063,10.4203125 L16.4949219,10.696875 L16.5292969,10.6612305 L17.9554688,9.09960938 L21.5542969,9.09960938 C22.2527344,9.09960938 23.0348633,9.27197266 23.33125,9.98261719 C23.3668945,10.1233398 23.3875977,10.2797852 23.3875977,10.4575195 C23.3875977,11.8155273 22.4369141,12.0874023 21.41875,12.0874023 Z M28.209082,12.0193359 C28.3447266,12.2225586 28.4126953,12.4946289 28.4126953,12.9022461 L28.4126953,13.8526367 L27.2584961,13.8526367 L27.2584961,13.2416992 C27.2584961,12.9696289 27.2584961,12.4946289 27.0544922,12.290625 C26.919043,12.0874023 26.6470703,12.0874023 26.2399414,12.0874023 L25.0177734,12.0874023 L25.0177734,13.8527344 L23.8634766,13.8527344 L23.8634766,9.03154297 L26.4436523,9.03154297 C26.9865234,9.03154297 27.4618164,9.03154297 27.8019531,9.23505859 C28.1412109,9.43896484 28.4126953,9.77851563 28.4126953,10.3217773 C28.4126953,11.0685547 27.9375977,11.4759766 27.5979492,11.6120117 C27.9375977,11.7472656 28.1412109,11.8834961 28.209082,12.0193359 Z M32.8946289,10.049707 L30.2459961,10.049707 L30.2459961,10.9325195 L32.8264648,10.9325195 L32.8264648,11.8833984 L30.2459961,11.8833984 L30.2459961,12.8341797 L32.8946289,12.8341797 L32.8946289,13.8526367 L29.0919922,13.8526367 L29.0919922,9.03144531 L32.8946289,9.03144531 L32.8946289,10.049707 Z M35.7463867,13.8527344 L33.5733398,13.8527344 L33.5733398,12.8342773 L35.7463867,12.8342773 C35.949707,12.8342773 36.0858398,12.8342773 36.2219727,12.6983398 C36.2899414,12.6302734 36.3574219,12.4947266 36.3574219,12.3587891 C36.3574219,12.2226563 36.2899414,12.0875 36.2219727,12.0194336 C36.1538086,11.9515625 36.0177734,11.8835938 35.8141602,11.8835938 C34.7276367,11.815625 33.4375,11.8835938 33.4375,10.3898438 C33.4375,9.71074219 33.8449219,8.96367188 35.0672852,8.96367188 L37.3080078,8.96367188 L37.3080078,10.1178711 L35.203125,10.1178711 C34.9995117,10.1178711 34.8634766,10.1178711 34.7275391,10.1858398 C34.5920898,10.2539063 34.5920898,10.3898438 34.5920898,10.5254883 C34.5920898,10.7292969 34.7275391,10.7972656 34.8633789,10.8646484 C34.9995117,10.9327148 35.1351563,10.9327148 35.2708008,10.9327148 L35.8820313,10.9327148 C36.4932617,10.9327148 36.9005859,11.0685547 37.172168,11.3402344 C37.3759766,11.544043 37.5118164,11.8835938 37.5118164,12.3587891 C37.5118164,13.3770508 36.9006836,13.8527344 35.7463867,13.8527344 Z M41.5861328,13.3770508 C41.3148437,13.6490234 40.8392578,13.8527344 40.1599609,13.8527344 L37.9875,13.8527344 L37.9875,12.8342773 L40.1598633,12.8342773 C40.3636719,12.8342773 40.4998047,12.8342773 40.6354492,12.6983398 C40.703125,12.6302734 40.7712891,12.4947266 40.7712891,12.3587891 C40.7712891,12.2226563 40.703125,12.0875 40.6354492,12.0194336 C40.5674805,11.9515625 40.4318359,11.8835937 40.2280273,11.8835937 C39.1418945,11.815625 37.8513672,11.8835937 37.8513672,10.3899414 C37.8513672,9.74453125 38.2206055,9.16152344 39.13125,8.98837891 C39.2401367,8.97333984 39.3551758,8.96367188 39.4811523,8.96367188 L41.722168,8.96367188 L41.722168,10.1178711 L40.2280273,10.1178711 L39.6849609,10.1178711 L39.6169922,10.1178711 C39.4131836,10.1178711 39.2775391,10.1178711 39.1418945,10.1858398 C39.0735352,10.2539063 39.0055664,10.3898438 39.0055664,10.5254883 C39.0055664,10.7292969 39.0735352,10.7972656 39.2775391,10.8646484 C39.4131836,10.9327148 39.5490234,10.9327148 39.6849609,10.9327148 L39.7524414,10.9327148 L40.2958984,10.9327148 C40.5926758,10.9327148 40.8170898,10.9693359 41.0224609,11.0415039 C41.2105469,11.1095703 41.8332031,11.3880859 41.9724609,12.1151367 C41.9845703,12.1913086 41.993457,12.2708008 41.993457,12.3587891 C41.993457,12.7663086 41.8576172,13.1057617 41.5861328,13.3770508 Z",
|
|
320
321
|
id: "Shape"
|
|
321
322
|
})))));
|
|
@@ -327,13 +328,13 @@ const EyeOnIcon = ({
|
|
|
327
328
|
const ratio = 0.75;
|
|
328
329
|
let width = size ?? 14;
|
|
329
330
|
let height = width * ratio;
|
|
330
|
-
return /*#__PURE__*/
|
|
331
|
+
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
331
332
|
width: `${width}px`,
|
|
332
333
|
height: `${height}px`,
|
|
333
334
|
viewBox: "0 0 24 18",
|
|
334
335
|
version: "1.1",
|
|
335
336
|
xmlns: "http://www.w3.org/2000/svg"
|
|
336
|
-
}, /*#__PURE__*/
|
|
337
|
+
}, /*#__PURE__*/_react.default.createElement("title", null, "eye"), /*#__PURE__*/_react.default.createElement("g", {
|
|
337
338
|
id: "Page-1",
|
|
338
339
|
stroke: "none",
|
|
339
340
|
"stroke-width": "1",
|
|
@@ -341,15 +342,15 @@ const EyeOnIcon = ({
|
|
|
341
342
|
"fill-rule": "evenodd",
|
|
342
343
|
"stroke-linecap": "round",
|
|
343
344
|
"stroke-linejoin": "round"
|
|
344
|
-
}, /*#__PURE__*/
|
|
345
|
+
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
345
346
|
id: "eye",
|
|
346
347
|
transform: "translate(1.000000, 1.000000)",
|
|
347
348
|
stroke: color,
|
|
348
349
|
"stroke-width": "2"
|
|
349
|
-
}, /*#__PURE__*/
|
|
350
|
+
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
350
351
|
d: "M0,8 C0,8 4,0 11,0 C18,0 22,8 22,8 C22,8 18,16 11,16 C4,16 0,8 0,8 Z",
|
|
351
352
|
id: "Path"
|
|
352
|
-
}), /*#__PURE__*/
|
|
353
|
+
}), /*#__PURE__*/_react.default.createElement("circle", {
|
|
353
354
|
id: "Oval",
|
|
354
355
|
cx: "11",
|
|
355
356
|
cy: "8",
|
|
@@ -362,23 +363,23 @@ const PlaidIcon = ({
|
|
|
362
363
|
const ratio = 0.9615;
|
|
363
364
|
let height = size ?? 14;
|
|
364
365
|
let width = height * ratio;
|
|
365
|
-
return /*#__PURE__*/
|
|
366
|
+
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
366
367
|
width: `${width}px`,
|
|
367
368
|
height: `${height}px`,
|
|
368
369
|
viewBox: "0 0 50 52",
|
|
369
370
|
version: "1.1",
|
|
370
371
|
xmlns: "http://www.w3.org/2000/svg"
|
|
371
|
-
}, /*#__PURE__*/
|
|
372
|
+
}, /*#__PURE__*/_react.default.createElement("title", null, "Plaid_(company)-Vertical-Logo.wine (1)"), /*#__PURE__*/_react.default.createElement("g", {
|
|
372
373
|
id: "Page-1",
|
|
373
374
|
stroke: "none",
|
|
374
375
|
"stroke-width": "1",
|
|
375
376
|
fill: "none",
|
|
376
377
|
"fill-rule": "evenodd"
|
|
377
|
-
}, /*#__PURE__*/
|
|
378
|
+
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
378
379
|
id: "Plaid_(company)-Vertical-Logo.wine-(1)",
|
|
379
380
|
fill: "#111212",
|
|
380
381
|
"fill-rule": "nonzero"
|
|
381
|
-
}, /*#__PURE__*/
|
|
382
|
+
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
382
383
|
d: "M37.0521625,26.381365 L32.705422,22.0347244 L36.121831,18.6185151 L38.4456123,20.9423964 L37.0521625,26.381365 Z M36.121831,14.5189642 L32.705422,11.1027549 L37.0521625,6.75621419 L38.4456123,12.1953826 L36.121831,14.5189642 Z M29.563668,3.31293895 L35.0025368,4.70618903 L30.6558962,9.0530294 L27.239687,5.63682015 L29.563668,3.31293895 Z M23.1402359,5.63692003 L19.7239267,9.0530294 L15.377386,4.70638878 L20.8163547,3.31293895 L23.1402359,5.63692003 Z M13.327261,6.7558147 L17.6742012,11.1028548 L14.2580918,14.5189642 L11.9338111,12.1946835 L13.327261,6.7558147 Z M14.2580918,18.6183154 L17.6742012,22.0344248 L13.327261,26.381365 L11.9338111,20.9424962 L14.2580918,18.6183154 Z M20.8161549,29.8245404 L15.3769865,28.4310906 L19.7239267,24.0842502 L23.140136,27.5005593 L20.8161549,29.8245404 Z M28.6060708,22.0346245 L25.1898615,25.4508338 L21.7735524,22.0346245 L25.1898615,18.6183154 L28.6060708,22.0346245 Z M30.6557963,13.1523806 L34.0720056,16.5686897 L30.6557963,19.984899 L27.2394872,16.5686897 L30.6557963,13.1523806 Z M23.140136,16.5686897 L19.7239267,19.984899 L16.3078174,16.5686897 L19.7239267,13.1525804 L23.140136,16.5686897 Z M21.7737522,11.1028548 L25.1899614,7.68664557 L28.6060708,11.1027549 L25.1898615,14.5189642 L21.7737522,11.1028548 Z M27.2394872,27.5005593 L30.6557963,24.0844499 L35.0023371,28.4310906 L29.5633684,29.8243406 L27.2394872,27.5005593 Z M39.1108767,30.4897049 L41.7585513,20.1556845 L38.1715565,16.5687896 L41.7585513,12.9815951 L39.1107769,2.64747477 L28.7766565,0 L25.1899614,3.58709461 L21.6025672,0 L11.2685467,2.6477744 L8.62107193,12.9817949 L12.2083663,16.5686897 L8.62107193,20.1558842 L11.2685467,30.4899047 L21.6027669,33.1374793 L25.1898615,29.550185 L28.7767564,33.1374793 L39.1108767,30.4897049 Z M48.8647259,41.2489913 C48.4431554,40.6529399 47.9401871,40.1758391 47.3574191,39.8157914 C46.4012201,39.2196401 45.0980568,38.9215146 43.4473302,38.9215146 L39.2775674,38.9215146 L39.2775674,51.3383191 L44.1550413,51.3383191 C45.9167286,51.3383191 47.3322507,50.7680353 48.3995102,49.6261695 C49.4666699,48.4843037 50,46.970505 50,45.0837748 C50,43.5823606 49.6212757,42.3044656 48.8647259,41.2489913 M43.8014853,48.5279489 L42.4421926,48.5279489 L42.4421926,41.7327836 L43.820062,41.7327836 C44.7881461,41.7327836 45.5321117,42.0323074 46.0534569,42.6306559 C46.5750018,43.2296036 46.8352749,44.0786372 46.8352749,45.1761587 C46.8352749,47.4111516 45.8236455,48.5279489 43.8014853,48.5279489 M33.4143316,51.3388184 L36.5789568,51.3388184 L36.5789568,38.9221138 L33.4143316,38.9221138 L33.4143316,51.3388184 Z M24.3856716,38.9219141 L19.415614,51.3388184 L22.8220355,51.3388184 L23.4736171,49.5334859 L27.7918934,49.5334859 L28.3874454,51.3388184 L31.8323186,51.3388184 L26.8985155,38.9219141 L24.3856716,38.9219141 Z M24.3486181,47.0204423 L25.6517814,42.7759734 L26.9356688,47.0204423 L24.3486181,47.0204423 Z M14.5197632,38.9219141 L11.3552378,38.9219141 L11.3552378,51.3388184 L18.1874566,51.3388184 L18.1874566,48.5275494 L14.5197632,48.5275494 L14.5197632,38.9219141 Z M7.87440974,39.8528448 C7.12954529,39.2323242 5.85744305,38.9224134 4.05810302,38.9224134 L0,38.9224134 L0,51.3386187 L3.03448868,51.3386187 L3.03448868,47.4484048 L4.39318216,47.4484048 C6.04390885,47.4484048 7.25378924,47.0881573 8.02302308,46.3677621 C8.89123261,45.5617744 9.32598656,44.4885224 9.32598656,43.1477065 C9.32598656,41.757952 8.84239395,40.6597314 7.87440974,39.8528448 M4.31847599,44.6371358 L3.03448868,44.6371358 L3.03448868,41.7328835 L4.18823957,41.7328835 C5.59047836,41.7328835 6.29159775,42.2202713 6.29159775,43.1941481 C6.29159775,44.1564395 5.63412354,44.6371358 4.31847599,44.6371358",
|
|
383
384
|
id: "Shape"
|
|
384
385
|
}))));
|
|
@@ -390,43 +391,43 @@ const GiftIcon = ({
|
|
|
390
391
|
const ratio = 0.96;
|
|
391
392
|
let width = size ?? 14;
|
|
392
393
|
let height = width * ratio;
|
|
393
|
-
return /*#__PURE__*/
|
|
394
|
+
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
394
395
|
width: `${width}px`,
|
|
395
396
|
height: `${height}px`,
|
|
396
397
|
viewBox: "0 0 22 21",
|
|
397
398
|
version: "1.1",
|
|
398
399
|
xmlns: "http://www.w3.org/2000/svg"
|
|
399
|
-
}, /*#__PURE__*/
|
|
400
|
+
}, /*#__PURE__*/_react.default.createElement("title", null, "gift-svgrepo-com"), /*#__PURE__*/_react.default.createElement("g", {
|
|
400
401
|
id: "Page-1",
|
|
401
402
|
stroke: "none",
|
|
402
403
|
"stroke-width": "1",
|
|
403
404
|
fill: "none",
|
|
404
405
|
"fill-rule": "evenodd",
|
|
405
406
|
"stroke-linejoin": "round"
|
|
406
|
-
}, /*#__PURE__*/
|
|
407
|
+
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
407
408
|
id: "gift-svgrepo-com",
|
|
408
409
|
transform: "translate(1.000000, 1.000000)",
|
|
409
410
|
stroke: color ?? _colors.default.brand.midnight,
|
|
410
411
|
"stroke-width": "2"
|
|
411
|
-
}, /*#__PURE__*/
|
|
412
|
+
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
412
413
|
d: "M0,7.22751235 C0,6.71122347 0,6.45309013 0.0427,6.23842347 C0.218044444,5.35689013 0.907155556,4.66777902 1.78868889,4.49243458 C2.00335556,4.44973458 2.26148889,4.44973458 2.77777778,4.44973458 L10,4.44973458 L17.2222222,4.44973458 C17.7385556,4.44973458 17.9966667,4.44973458 18.2113333,4.49243458 C19.0928889,4.66777902 19.782,5.35689013 19.9573333,6.23842347 C20,6.45309013 20,6.71122347 20,7.22751235 L20,7.22751235 L20,7.22751235 C20,7.74380124 20,8.0019568 19.9573333,8.21662347 C19.782,9.09817902 19.0928889,9.78729013 18.2113333,9.96262347 C17.9966667,10.0052901 17.7385556,10.0052901 17.2222222,10.0052901 L10,10.0052901 L2.77777778,10.0052901 C2.26148889,10.0052901 2.00335556,10.0052901 1.78868889,9.96262347 C0.907155556,9.78729013 0.218044444,9.09817902 0.0427,8.21662347 C0,8.0019568 0,7.74380124 0,7.22751235 L0,7.22751235 L0,7.22751235 Z",
|
|
413
414
|
id: "Path"
|
|
414
|
-
}), /*#__PURE__*/
|
|
415
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
415
416
|
d: "M1.11111111,10.0052901 L1.11111111,14.4497346 C1.11111111,16.5448457 1.11111111,17.5924012 1.76198889,18.2432901 C2.41285556,18.894179 3.46042222,18.894179 5.55555556,18.894179 L6.66666667,18.894179 L13.3333333,18.894179 L14.4444444,18.894179 C16.5395556,18.894179 17.5871111,18.894179 18.238,18.2432901 C18.8888889,17.5924012 18.8888889,16.5448457 18.8888889,14.4497346 L18.8888889,10.0052901",
|
|
416
417
|
id: "Path",
|
|
417
418
|
"stroke-linecap": "round"
|
|
418
|
-
}), /*#__PURE__*/
|
|
419
|
+
}), /*#__PURE__*/_react.default.createElement("line", {
|
|
419
420
|
x1: "10",
|
|
420
421
|
y1: "4.44973458",
|
|
421
422
|
x2: "10",
|
|
422
423
|
y2: "18.894179",
|
|
423
424
|
id: "Path",
|
|
424
425
|
"stroke-linecap": "round"
|
|
425
|
-
}), /*#__PURE__*/
|
|
426
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
426
427
|
d: "M9.30588889,3.58210124 L7.10655556,0.832923465 C6.27916667,-0.201309868 4.73446667,-0.28473209 3.79792222,0.651812354 C2.398,2.05173458 3.38513333,4.44973458 5.36492222,4.44973458 L8.88888889,4.44973458 C9.33666667,4.44973458 9.58566667,3.93176791 9.30588889,3.58210124 Z",
|
|
427
428
|
id: "Path",
|
|
428
429
|
"stroke-linecap": "round"
|
|
429
|
-
}), /*#__PURE__*/
|
|
430
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
430
431
|
d: "M10.6941111,3.58210124 L12.8934444,0.832923465 C13.7208889,-0.201309868 15.2655556,-0.28473209 16.2021111,0.651812354 C17.602,2.05173458 16.6148889,4.44973458 14.6351111,4.44973458 L11.1111111,4.44973458 C10.6633333,4.44973458 10.4143333,3.93176791 10.6941111,3.58210124 Z",
|
|
431
432
|
id: "Path",
|
|
432
433
|
"stroke-linecap": "round"
|
|
@@ -436,42 +437,42 @@ const TransactionSuccessIcon = ({
|
|
|
436
437
|
size
|
|
437
438
|
}) => {
|
|
438
439
|
const icon_size = size ?? 250;
|
|
439
|
-
return /*#__PURE__*/
|
|
440
|
+
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
440
441
|
width: `${icon_size}px`,
|
|
441
442
|
height: `${icon_size}px`,
|
|
442
443
|
viewBox: "0 0 280 280",
|
|
443
444
|
version: "1.1",
|
|
444
445
|
xmlns: "http://www.w3.org/2000/svg"
|
|
445
|
-
}, /*#__PURE__*/
|
|
446
|
+
}, /*#__PURE__*/_react.default.createElement("title", null, "success-filled-svgrepo-com"), /*#__PURE__*/_react.default.createElement("defs", null, /*#__PURE__*/_react.default.createElement("linearGradient", {
|
|
446
447
|
x1: "10.1840112%",
|
|
447
448
|
y1: "0%",
|
|
448
449
|
x2: "83.3721051%",
|
|
449
450
|
y2: "96.1944687%",
|
|
450
451
|
id: "linearGradient-1"
|
|
451
|
-
}, /*#__PURE__*/
|
|
452
|
+
}, /*#__PURE__*/_react.default.createElement("stop", {
|
|
452
453
|
"stop-color": "#AB9F5E",
|
|
453
454
|
offset: "0%"
|
|
454
|
-
}), /*#__PURE__*/
|
|
455
|
+
}), /*#__PURE__*/_react.default.createElement("stop", {
|
|
455
456
|
"stop-color": "#AB9F5E",
|
|
456
457
|
"stop-opacity": "0.5",
|
|
457
458
|
offset: "100%"
|
|
458
|
-
}))), /*#__PURE__*/
|
|
459
|
+
}))), /*#__PURE__*/_react.default.createElement("g", {
|
|
459
460
|
id: "Page-1",
|
|
460
461
|
stroke: "none",
|
|
461
462
|
"stroke-width": "1",
|
|
462
463
|
fill: "none",
|
|
463
464
|
"fill-rule": "evenodd"
|
|
464
|
-
}, /*#__PURE__*/
|
|
465
|
+
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
465
466
|
id: "success-filled-svgrepo-com",
|
|
466
467
|
transform: "translate(14.818182, 14.909091)"
|
|
467
|
-
}, /*#__PURE__*/
|
|
468
|
+
}, /*#__PURE__*/_react.default.createElement("circle", {
|
|
468
469
|
id: "Oval",
|
|
469
470
|
stroke: "url(#linearGradient-1)",
|
|
470
471
|
"stroke-width": "30",
|
|
471
472
|
cx: "125.181818",
|
|
472
473
|
cy: "125.090909",
|
|
473
474
|
r: "125"
|
|
474
|
-
}), /*#__PURE__*/
|
|
475
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
475
476
|
d: "M125,0 C194.035594,0 250,55.9644063 250,125 C250,194.035594 194.035594,250 125,250 C55.9644063,250 0,194.035594 0,125 C0,55.9644063 55.9644063,0 125,0 Z M109.428571,149.660714 L81.6607143,121.875 C78.9525135,119.166799 75.0052249,118.109126 71.3057539,119.100397 C67.6062828,120.091667 64.716667,122.981283 63.7253967,126.680754 C62.7341264,130.380225 63.7917992,134.327514 66.5,137.035714 L101.857143,172.392857 C103.862111,174.413566 106.590895,175.550121 109.4375,175.550121 C112.284105,175.550121 115.012889,174.413566 117.017857,172.392857 L190.232143,99.1607143 C192.977104,96.4631674 194.064403,92.5006372 193.080578,88.77993 C192.096752,85.0592229 189.192965,82.152011 185.47342,81.1638015 C181.753875,80.1755921 177.790066,81.2582195 175.089286,84 L109.428571,149.660714 Z",
|
|
476
477
|
id: "Shape",
|
|
477
478
|
fill: "#7DCD85",
|
|
@@ -482,40 +483,40 @@ const TransactionErrorIcon = ({
|
|
|
482
483
|
size
|
|
483
484
|
}) => {
|
|
484
485
|
const icon_size = size ?? 250;
|
|
485
|
-
return /*#__PURE__*/
|
|
486
|
+
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
486
487
|
width: `${icon_size}px`,
|
|
487
488
|
height: `${icon_size}px`,
|
|
488
489
|
viewBox: "0 0 270 270",
|
|
489
490
|
version: "1.1",
|
|
490
491
|
xmlns: "http://www.w3.org/2000/svg"
|
|
491
|
-
}, /*#__PURE__*/
|
|
492
|
+
}, /*#__PURE__*/_react.default.createElement("title", null, "error-filled-svgrepo-com"), /*#__PURE__*/_react.default.createElement("defs", null, /*#__PURE__*/_react.default.createElement("linearGradient", {
|
|
492
493
|
x1: "24.8993998%",
|
|
493
494
|
y1: "1.46791298%",
|
|
494
495
|
x2: "80.892076%",
|
|
495
496
|
y2: "92.9436978%",
|
|
496
497
|
id: "linearGradient-1"
|
|
497
|
-
}, /*#__PURE__*/
|
|
498
|
+
}, /*#__PURE__*/_react.default.createElement("stop", {
|
|
498
499
|
"stop-color": "#6E8894",
|
|
499
500
|
offset: "0%"
|
|
500
|
-
}), /*#__PURE__*/
|
|
501
|
+
}), /*#__PURE__*/_react.default.createElement("stop", {
|
|
501
502
|
"stop-color": "#6E8894",
|
|
502
503
|
"stop-opacity": "0.64",
|
|
503
504
|
offset: "100%"
|
|
504
|
-
}))), /*#__PURE__*/
|
|
505
|
+
}))), /*#__PURE__*/_react.default.createElement("g", {
|
|
505
506
|
id: "Page-1",
|
|
506
507
|
stroke: "none",
|
|
507
508
|
"stroke-width": "1",
|
|
508
509
|
fill: "none",
|
|
509
510
|
"fill-rule": "evenodd"
|
|
510
|
-
}, /*#__PURE__*/
|
|
511
|
+
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
511
512
|
id: "error-filled-svgrepo-com",
|
|
512
513
|
transform: "translate(10.000000, 10.000000)"
|
|
513
|
-
}, /*#__PURE__*/
|
|
514
|
+
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
514
515
|
d: "M125,0 C194.025,0 250,55.975 250,125 C250,194.025 194.025,250 125,250 C55.975,250 0,194.025 0,125 C0,55.975 55.975,0 125,0 Z M153.6625,78.6625001 L125,107.325 L96.3374999,78.6625001 L78.6625001,96.3374999 L107.325,125 L78.6625001,153.6625 L96.3374999,171.3375 L125,142.675 L153.6625,171.3375 L171.3375,153.6625 L142.675,125 L171.3375,96.3374999 L153.6625,78.6625001 Z",
|
|
515
516
|
id: "Combined-Shape",
|
|
516
517
|
fill: "#D5573B",
|
|
517
518
|
"fill-rule": "nonzero"
|
|
518
|
-
}), /*#__PURE__*/
|
|
519
|
+
}), /*#__PURE__*/_react.default.createElement("circle", {
|
|
519
520
|
id: "Oval",
|
|
520
521
|
stroke: "url(#linearGradient-1)",
|
|
521
522
|
"stroke-width": "20",
|
|
@@ -529,23 +530,23 @@ const LogoutIcon = ({
|
|
|
529
530
|
size
|
|
530
531
|
}) => {
|
|
531
532
|
const icon_size = size ?? 20;
|
|
532
|
-
return /*#__PURE__*/
|
|
533
|
+
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
533
534
|
width: `${icon_size}px`,
|
|
534
535
|
height: `${icon_size}px`,
|
|
535
536
|
viewBox: "0 0 20 20",
|
|
536
537
|
version: "1.1",
|
|
537
538
|
xmlns: "http://www.w3.org/2000/svg"
|
|
538
|
-
}, /*#__PURE__*/
|
|
539
|
+
}, /*#__PURE__*/_react.default.createElement("title", null, "logout-svgrepo-com"), /*#__PURE__*/_react.default.createElement("g", {
|
|
539
540
|
id: "Page-1",
|
|
540
541
|
stroke: "none",
|
|
541
542
|
"stroke-width": "1",
|
|
542
543
|
fill: "none",
|
|
543
544
|
"fill-rule": "evenodd"
|
|
544
|
-
}, /*#__PURE__*/
|
|
545
|
+
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
545
546
|
id: "logout-svgrepo-com",
|
|
546
547
|
transform: "translate(-0.000000, 0.000000)",
|
|
547
548
|
fill: color ?? _colors.default.brand.midnight
|
|
548
|
-
}, /*#__PURE__*/
|
|
549
|
+
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
549
550
|
d: "M0,4.28571939 C0,1.91878324 1.91878324,0 4.28571939,0 L9.52382086,0 C11.6277281,0 13.3333492,1.70558298 13.3333492,3.80952834 L13.3333492,4.76191043 C13.3333492,5.28789201 12.9069677,5.71429252 12.3809671,5.71429252 C11.8549665,5.71429252 11.428585,5.28789201 11.428585,4.76191043 L11.428585,3.80952834 C11.428585,2.75755566 10.5758221,1.90476417 9.52382086,1.90476417 L4.28571939,1.90476417 C2.97075592,1.90476417 1.90476417,2.97075592 1.90476417,4.28571939 L1.90476417,14.7619223 C1.90476417,16.0768763 2.97075592,17.1428776 4.28571939,17.1428776 L9.52382086,17.1428776 C10.5758221,17.1428776 11.428585,16.2901146 11.428585,15.2381134 L11.428585,14.2857313 C11.428585,13.7597307 11.8549665,13.3333492 12.3809671,13.3333492 C12.9069677,13.3333492 13.3333492,13.7597307 13.3333492,14.2857313 L13.3333492,15.2381134 C13.3333492,17.3420206 11.6277281,19.0476417 9.52382086,19.0476417 L4.28571939,19.0476417 C1.91878324,19.0476417 0,17.1288775 0,14.7619223 L0,4.28571939 Z M15.5170661,5.99323571 C15.8889713,5.62131145 16.4920196,5.62131145 16.8639248,5.99323571 L19.7210711,8.85039149 C20.0929763,9.22229669 20.0929763,9.82534503 19.7210711,10.1972502 L16.8639248,13.0543965 C16.4920196,13.4263017 15.8889713,13.4263017 15.5170661,13.0543965 C15.1451609,12.6824913 15.1451609,12.079443 15.5170661,11.7075377 L16.7484009,10.4762029 L8.57143878,10.4762029 C8.04543815,10.4762029 7.61905669,10.0498215 7.61905669,9.52382086 C7.61905669,8.99782024 8.04543815,8.57143878 8.57143878,8.57143878 L16.7484009,8.57143878 L15.5170661,7.3401135 C15.1451609,6.96817972 15.1451609,6.36516948 15.5170661,5.99323571 Z",
|
|
550
551
|
id: "Shape"
|
|
551
552
|
}))));
|
|
@@ -557,13 +558,13 @@ const EyeOffIcon = ({
|
|
|
557
558
|
const ratio = 1;
|
|
558
559
|
let width = size ?? 14;
|
|
559
560
|
let height = width * ratio;
|
|
560
|
-
return /*#__PURE__*/
|
|
561
|
+
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
561
562
|
width: `${width}px`,
|
|
562
563
|
height: `${height}px`,
|
|
563
564
|
viewBox: "0 0 24 24",
|
|
564
565
|
version: "1.1",
|
|
565
566
|
xmlns: "http://www.w3.org/2000/svg"
|
|
566
|
-
}, /*#__PURE__*/
|
|
567
|
+
}, /*#__PURE__*/_react.default.createElement("title", null, "eye-off"), /*#__PURE__*/_react.default.createElement("g", {
|
|
567
568
|
id: "Page-1",
|
|
568
569
|
stroke: "none",
|
|
569
570
|
"stroke-width": "1",
|
|
@@ -571,15 +572,15 @@ const EyeOffIcon = ({
|
|
|
571
572
|
"fill-rule": "evenodd",
|
|
572
573
|
"stroke-linecap": "round",
|
|
573
574
|
"stroke-linejoin": "round"
|
|
574
|
-
}, /*#__PURE__*/
|
|
575
|
+
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
575
576
|
id: "eye-off",
|
|
576
577
|
transform: "translate(1.000000, 1.000000)",
|
|
577
578
|
stroke: color,
|
|
578
579
|
"stroke-width": "2"
|
|
579
|
-
}, /*#__PURE__*/
|
|
580
|
+
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
580
581
|
d: "M16.94,16.94 C15.23059,18.2430022 13.1491075,18.9648632 11,19 C4,19 0,11 0,11 C1.2438899,8.68189567 2.96913545,6.65660741 5.06,5.06 M8.9,3.24 C9.5883323,3.07887951 10.2930641,2.99833874 11,2.99997482 C18,2.99997482 22,11 22,11 C21.3929796,12.1356074 20.6690554,13.2047361 19.84,14.19 M13.12,13.12 C12.3721177,13.9226127 11.2457778,14.2529967 10.1828444,13.9815422 C9.1199109,13.7100876 8.28991239,12.8800891 8.01845783,11.8171556 C7.74700327,10.7542222 8.07738729,9.62788232 8.88,8.88",
|
|
581
582
|
id: "Shape"
|
|
582
|
-
}), /*#__PURE__*/
|
|
583
|
+
}), /*#__PURE__*/_react.default.createElement("line", {
|
|
583
584
|
x1: "0",
|
|
584
585
|
y1: "0",
|
|
585
586
|
x2: "22",
|
|
@@ -594,28 +595,28 @@ const NotificationIcon = ({
|
|
|
594
595
|
const ratio = 0.863;
|
|
595
596
|
let height = size ?? 14;
|
|
596
597
|
let width = height * ratio;
|
|
597
|
-
return /*#__PURE__*/
|
|
598
|
+
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
598
599
|
width: `${width}px`,
|
|
599
600
|
height: `${height}px`,
|
|
600
601
|
viewBox: "0 0 19 22",
|
|
601
602
|
version: "1.1",
|
|
602
603
|
xmlns: "http://www.w3.org/2000/svg"
|
|
603
|
-
}, /*#__PURE__*/
|
|
604
|
+
}, /*#__PURE__*/_react.default.createElement("title", null, "notification-bell-on-svgrepo-com (1)"), /*#__PURE__*/_react.default.createElement("g", {
|
|
604
605
|
id: "Page-1",
|
|
605
606
|
stroke: "none",
|
|
606
607
|
"stroke-width": "1",
|
|
607
608
|
fill: "none",
|
|
608
609
|
"fill-rule": "evenodd",
|
|
609
610
|
"stroke-linejoin": "round"
|
|
610
|
-
}, /*#__PURE__*/
|
|
611
|
+
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
611
612
|
id: "notification-bell-on-svgrepo-com-(1)",
|
|
612
613
|
transform: "translate(1.887826, 1.000000)",
|
|
613
614
|
stroke: color ?? _colors.default.brand.midnight,
|
|
614
615
|
"stroke-width": "2"
|
|
615
|
-
}, /*#__PURE__*/
|
|
616
|
+
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
616
617
|
d: "M5.09214307,16.8717414 C4.4618511,16.8717414 2.49815976,16.8717414 1.04327967,16.8717414 C0.26810762,16.8717414 -0.235114486,16.0559958 0.111548704,15.3626694 L1.00216393,13.581439 C1.29174683,13.0022941 1.44250804,12.3643379 1.44250804,11.7167883 C1.44250804,10.9141814 1.44250804,9.72200209 1.44250804,8.52971846 C1.44250804,6.44421272 2.4852609,2.27320125 7.69902524,2.27320125 C12.9127896,2.27320125 13.9555424,6.44421272 13.9555424,8.52971846 C13.9555424,9.72200209 13.9555424,10.9141814 13.9555424,11.7167883 C13.9555424,12.3643379 14.1063245,13.0022941 14.395897,13.581439 L15.2865122,15.3626694 C15.6331233,16.0559958 15.1289522,16.8717414 14.353874,16.8717414 L10.3059074,16.8717414 M5.09214307,16.8717414 C5.09214307,18.9572471 6.13489594,20 7.69902524,20 C9.26315454,20 10.3059074,18.9572471 10.3059074,16.8717414 M5.09214307,16.8717414 C6.72102733,16.8717414 10.3059074,16.8717414 10.3059074,16.8717414",
|
|
617
618
|
id: "Shape"
|
|
618
|
-
}), /*#__PURE__*/
|
|
619
|
+
}), /*#__PURE__*/_react.default.createElement("line", {
|
|
619
620
|
x1: "7.69902524",
|
|
620
621
|
y1: "2.08550574",
|
|
621
622
|
x2: "7.69902524",
|
|
@@ -629,24 +630,24 @@ const USDIcon = ({
|
|
|
629
630
|
size
|
|
630
631
|
}) => {
|
|
631
632
|
let icon_size = size ?? 17;
|
|
632
|
-
return /*#__PURE__*/
|
|
633
|
+
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
633
634
|
width: `${icon_size}px`,
|
|
634
635
|
height: `${icon_size}px`,
|
|
635
636
|
viewBox: "0 0 17 17",
|
|
636
637
|
version: "1.1",
|
|
637
638
|
xmlns: "http://www.w3.org/2000/svg"
|
|
638
|
-
}, /*#__PURE__*/
|
|
639
|
+
}, /*#__PURE__*/_react.default.createElement("title", null, "Group"), /*#__PURE__*/_react.default.createElement("g", {
|
|
639
640
|
id: "Page-1",
|
|
640
641
|
stroke: "none",
|
|
641
642
|
"stroke-width": "1",
|
|
642
643
|
fill: "none",
|
|
643
644
|
"fill-rule": "evenodd"
|
|
644
|
-
}, /*#__PURE__*/
|
|
645
|
+
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
645
646
|
id: "Group",
|
|
646
647
|
transform: "translate(-0.000000, -0.000000)",
|
|
647
648
|
fill: color,
|
|
648
649
|
"fill-rule": "nonzero"
|
|
649
|
-
}, /*#__PURE__*/
|
|
650
|
+
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
650
651
|
d: "M7.500003,10.833313 L7.500003,9.166663 C6.836963,9.166663 6.201073,8.903273 5.732233,8.434433 C5.263393,7.965593 5.000003,7.329713 5.000003,6.666663 C5.000003,6.003623 5.263393,5.367743 5.732233,4.898903 C6.201073,4.430063 6.836963,4.166663 7.500003,4.166663 L7.500003,3.333333 C7.500003,3.112323 7.587803,2.900363 7.744083,2.744073 C7.900363,2.587793 8.112323,2.500003 8.333333,2.500003 C8.554343,2.500003 8.766313,2.587793 8.922593,2.744073 C9.078873,2.900363 9.166663,3.112323 9.166663,3.333333 L9.166663,4.166663 L9.185003,4.166663 C9.843213,4.166663 10.474413,4.428123 10.939813,4.893533 C11.405213,5.358933 11.666713,5.990153 11.666713,6.648333 C11.666713,6.869343 11.578913,7.081313 11.422613,7.237593 C11.266313,7.393873 11.054313,7.481663 10.833313,7.481663 C10.612313,7.481663 10.400313,7.393873 10.244113,7.237593 C10.087813,7.081313 10.000013,6.869343 10.000013,6.648333 C10.000013,6.432183 9.914113,6.224883 9.761313,6.072043 C9.608413,5.919203 9.401113,5.833333 9.185003,5.833333 L9.166663,5.833333 L9.166663,7.500003 C9.829713,7.500003 10.465613,7.763393 10.934413,8.232233 C11.403313,8.701073 11.666713,9.336963 11.666713,10.000013 C11.666713,10.663013 11.403313,11.298913 10.934413,11.767813 C10.465613,12.236613 9.829713,12.500013 9.166663,12.500013 L9.166663,13.333313 C9.166663,13.554313 9.078873,13.766313 8.922593,13.922613 C8.766313,14.078913 8.554343,14.166713 8.333333,14.166713 C8.112323,14.166713 7.900363,14.078913 7.744083,13.922613 C7.587803,13.766313 7.500003,13.554313 7.500003,13.333313 L7.500003,12.500013 L7.457503,12.500013 C6.805733,12.500013 6.180653,12.241113 5.719783,11.780213 C5.258913,11.319313 5.000003,10.694313 5.000003,10.042513 C5.000003,9.821483 5.087793,9.609523 5.244083,9.453243 C5.400363,9.296963 5.612323,9.209163 5.833333,9.209163 C6.054343,9.209163 6.266313,9.296963 6.422593,9.453243 C6.578873,9.609523 6.666663,9.821483 6.666663,10.042513 C6.666883,10.252213 6.750283,10.453213 6.898543,10.601413 C7.046803,10.749713 7.247823,10.833113 7.457503,10.833313 L7.500003,10.833313 Z M9.166663,10.833313 C9.387713,10.833313 9.599613,10.745513 9.755913,10.589213 C9.912213,10.433013 10.000013,10.221013 10.000013,10.000013 C10.000013,9.778983 9.912213,9.567023 9.755913,9.410743 C9.599613,9.254463 9.387713,9.166663 9.166663,9.166663 L9.166663,10.833313 Z M7.500003,5.833333 C7.278983,5.833333 7.067023,5.921133 6.910743,6.077413 C6.754463,6.233693 6.666663,6.445653 6.666663,6.666663 C6.666663,6.887683 6.754463,7.099643 6.910743,7.255923 C7.067023,7.412203 7.278983,7.500003 7.500003,7.500003 L7.500003,5.833333 Z M8.333333,16.666713 C3.730833,16.666713 4.4408921e-16,12.935813 4.4408921e-16,8.333333 C4.4408921e-16,3.730833 3.730833,4.16333634e-16 8.333333,4.16333634e-16 C12.935813,4.16333634e-16 16.666713,3.730833 16.666713,8.333333 C16.666713,12.935813 12.935813,16.666713 8.333333,16.666713 Z M8.333333,15.000013 C10.101413,15.000013 11.797113,14.297613 13.047413,13.047413 C14.297613,11.797113 15.000013,10.101413 15.000013,8.333333 C15.000013,6.565223 14.297613,4.869533 13.047413,3.619293 C11.797113,2.369043 10.101413,1.666663 8.333333,1.666663 C6.565223,1.666663 4.869533,2.369043 3.619293,3.619293 C2.369043,4.869533 1.666663,6.565223 1.666663,8.333333 C1.666663,10.101413 2.369043,11.797113 3.619293,13.047413 C4.869533,14.297613 6.565223,15.000013 8.333333,15.000013 Z",
|
|
651
652
|
id: "Shape"
|
|
652
653
|
}))));
|
|
@@ -656,13 +657,13 @@ const EdgeCoinIcon = ({
|
|
|
656
657
|
size
|
|
657
658
|
}) => {
|
|
658
659
|
let icon_size = size ?? 17;
|
|
659
|
-
return /*#__PURE__*/
|
|
660
|
+
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
660
661
|
width: `${icon_size}px`,
|
|
661
662
|
height: `${icon_size}px`,
|
|
662
663
|
viewBox: "0 0 22 22",
|
|
663
664
|
version: "1.1",
|
|
664
665
|
xmlns: "http://www.w3.org/2000/svg"
|
|
665
|
-
}, /*#__PURE__*/
|
|
666
|
+
}, /*#__PURE__*/_react.default.createElement("title", null, "currency-dollar-circle-svgrepo-com"), /*#__PURE__*/_react.default.createElement("g", {
|
|
666
667
|
id: "Page-1",
|
|
667
668
|
stroke: "none",
|
|
668
669
|
"stroke-width": "1",
|
|
@@ -670,12 +671,12 @@ const EdgeCoinIcon = ({
|
|
|
670
671
|
"fill-rule": "evenodd",
|
|
671
672
|
"stroke-linecap": "round",
|
|
672
673
|
"stroke-linejoin": "round"
|
|
673
|
-
}, /*#__PURE__*/
|
|
674
|
+
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
674
675
|
id: "currency-dollar-circle-svgrepo-com",
|
|
675
676
|
transform: "translate(1.000000, 1.000000)",
|
|
676
677
|
stroke: color ?? _colors.default.brand.midnight,
|
|
677
678
|
"stroke-width": "2"
|
|
678
|
-
}, /*#__PURE__*/
|
|
679
|
+
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
679
680
|
d: "M6.56111111,4.49999979 L6.53611111,15.4833333 M6.51666667,4.50277788 L12.95,4.50277788 M6.51666667,10.2361112 L12.95,10.2361112 M6.51666667,15.5694445 L12.95,15.5694445 M20,10 C20,13.5726557 18.0940108,16.873926 15,18.660254 C11.9059893,20.4465819 8.09401075,20.4465819 5,18.660254 C1.90598917,16.873926 4.93432455e-16,13.5726557 4.93432455e-16,10 C4.93432455e-16,4.47715237 4.47715258,0 10,0 C15.5228474,0 20,4.47715237 20,10 L20,10 Z",
|
|
680
681
|
id: "Shape"
|
|
681
682
|
}))));
|
|
@@ -685,77 +686,77 @@ const ChangeIcon = ({
|
|
|
685
686
|
size
|
|
686
687
|
}) => {
|
|
687
688
|
let icon_size = size ?? 14;
|
|
688
|
-
return /*#__PURE__*/
|
|
689
|
+
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
689
690
|
width: `${icon_size}px`,
|
|
690
691
|
height: `${icon_size}px`,
|
|
691
692
|
viewBox: "0 0 50 50",
|
|
692
693
|
version: "1.1",
|
|
693
694
|
xmlns: "http://www.w3.org/2000/svg"
|
|
694
|
-
}, /*#__PURE__*/
|
|
695
|
+
}, /*#__PURE__*/_react.default.createElement("title", null, "change-svgrepo-com"), /*#__PURE__*/_react.default.createElement("g", {
|
|
695
696
|
id: "Page-1",
|
|
696
697
|
stroke: "none",
|
|
697
698
|
"stroke-width": "1",
|
|
698
699
|
fill: "none",
|
|
699
700
|
"fill-rule": "evenodd"
|
|
700
|
-
}, /*#__PURE__*/
|
|
701
|
+
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
701
702
|
id: "change-svgrepo-com",
|
|
702
703
|
fill: color ?? _colors.default.brand.midnight,
|
|
703
704
|
"fill-rule": "nonzero"
|
|
704
|
-
}, /*#__PURE__*/
|
|
705
|
+
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
705
706
|
d: "M16.2740785,40.028426 C15.755866,39.5000562 14.9179053,39.5000562 14.3996928,40.028426 C13.8814803,40.5567957 13.8814803,41.4111809 14.3996928,41.9395506 L15.8992014,43.4684504 L9.81296064,43.4684504 C5.85469899,43.4684504 2.64619163,40.1858127 2.64619163,36.161209 L2.64619163,31.6307193 C2.64619163,30.8887533 2.05079851,30.2816901 1.32309582,30.2816901 C0.595393117,30.2816901 0,30.8887533 0,31.6307193 L0,36.161209 C0,41.6809867 4.39929359,46.1665087 9.81296064,46.1665087 L15.8992014,46.1665087 L14.3996928,47.6954085 C13.8814803,48.2237782 13.8814803,49.0781634 14.3996928,49.6065332 C14.6532862,49.8650971 14.9950859,50 15.3368857,50 C15.6786854,50 16.0094594,49.8650971 16.2740785,49.6065332 L20.0338758,45.7730419 C20.5520883,45.2446721 20.5520883,44.390287 20.0338758,43.8619172 L16.2740785,40.028426 Z",
|
|
706
707
|
id: "Path"
|
|
707
|
-
}), /*#__PURE__*/
|
|
708
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
708
709
|
d: "M23.3101458,0 L1.33774151,0 C0.60198368,0 0,0.60198368 0,1.33774151 L0,23.3101458 C0,24.0459036 0.60198368,24.6478873 1.33774151,24.6478873 L23.3101458,24.6478873 C24.0459036,24.6478873 24.6478873,24.0459036 24.6478873,23.3101458 L24.6478873,1.33774151 C24.6478873,0.60198368 24.0570515,0 23.3101458,0 Z M21.9724043,21.9724043 L2.67548302,21.9724043 L2.67548302,2.67548302 L21.9724043,2.67548302 L21.9724043,21.9724043 Z",
|
|
709
710
|
id: "Shape"
|
|
710
|
-
}), /*#__PURE__*/
|
|
711
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
711
712
|
d: "M40.1760136,3.83575502 L34.0897728,3.83575502 L35.5892814,2.30707316 C36.1074939,1.7787787 36.1074939,0.924515312 35.5892814,0.396220848 C35.0710689,-0.132073616 34.2331082,-0.132073616 33.7148957,0.396220848 L29.9661242,4.22916579 C29.4479117,4.75746025 29.4479117,5.61172364 29.9661242,6.1400181 L33.7259215,9.97296305 C33.9795148,10.2314901 34.3213146,10.3663738 34.6631143,10.3663738 C35.0049141,10.3663738 35.335688,10.2314901 35.6003072,9.97296305 C36.1185197,9.44466858 36.1185197,8.59040519 35.6003072,8.06211073 L34.1007986,6.53342888 L40.1870394,6.53342888 C44.145301,6.53342888 47.3538084,9.81559874 47.3538084,13.8396289 L47.3538084,18.3694729 C47.3538084,19.1113332 47.9492015,19.7183099 48.6769042,19.7183099 C49.4046069,19.7183099 50,19.1113332 50,18.3694729 L50,13.8396289 C50,8.32063781 45.5896806,3.83575502 40.1760136,3.83575502 Z",
|
|
712
713
|
id: "Path"
|
|
713
|
-
}), /*#__PURE__*/
|
|
714
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
714
715
|
d: "M48.5915493,47.1830986 C48.2159624,47.1830986 47.8521127,47.3356808 47.5938967,47.5938967 C47.3356808,47.8521127 47.1830986,48.2159624 47.1830986,48.5915493 C47.1830986,48.9553991 47.3356808,49.3309859 47.5938967,49.5892019 C47.8521127,49.8474178 48.2159624,50 48.5915493,50 C48.9671362,50 49.3309859,49.8474178 49.5892019,49.5892019 C49.8474178,49.3309859 50,48.9671362 50,48.5915493 C50,48.2159624 49.8474178,47.8521127 49.5892019,47.5938967 C49.3192488,47.3356808 48.9553991,47.1830986 48.5915493,47.1830986 Z",
|
|
715
716
|
id: "Path"
|
|
716
|
-
}), /*#__PURE__*/
|
|
717
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
717
718
|
d: "M42.9577465,47.1830986 C42.1830986,47.1830986 41.5492958,47.8169014 41.5492958,48.5915493 C41.5492958,49.3661972 42.1830986,50 42.9577465,50 C43.7323944,50 44.3661972,49.3661972 44.3661972,48.5915493 C44.3661972,47.8169014 43.7323944,47.1830986 42.9577465,47.1830986 Z",
|
|
718
719
|
id: "Path"
|
|
719
|
-
}), /*#__PURE__*/
|
|
720
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
720
721
|
d: "M32.3943662,47.1830986 C31.6197183,47.1830986 30.9859155,47.8169014 30.9859155,48.5915493 C30.9859155,49.3661972 31.6197183,50 32.3943662,50 C33.1690141,50 33.8028169,49.3661972 33.8028169,48.5915493 C33.8028169,47.8169014 33.1807512,47.1830986 32.3943662,47.1830986 Z",
|
|
721
722
|
id: "Path"
|
|
722
|
-
}), /*#__PURE__*/
|
|
723
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
723
724
|
d: "M37.3239437,47.1830986 C36.5492958,47.1830986 35.915493,47.8169014 35.915493,48.5915493 C35.915493,49.3661972 36.5492958,50 37.3239437,50 C38.0985915,50 38.7323944,49.3661972 38.7323944,48.5915493 C38.7323944,47.8169014 38.0985915,47.1830986 37.3239437,47.1830986 Z",
|
|
724
725
|
id: "Path"
|
|
725
|
-
}), /*#__PURE__*/
|
|
726
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
726
727
|
d: "M26.7605634,47.1830986 C26.3849765,47.1830986 26.0211268,47.3356808 25.7629108,47.5938967 C25.5046948,47.8521127 25.3521127,48.2159624 25.3521127,48.5915493 C25.3521127,48.9553991 25.5046948,49.3309859 25.7629108,49.5892019 C26.0211268,49.8474178 26.3849765,50 26.7605634,50 C27.1244131,50 27.5,49.8474178 27.758216,49.5892019 C28.0164319,49.3309859 28.1690141,48.9671362 28.1690141,48.5915493 C28.1690141,48.2159624 28.0164319,47.8521127 27.758216,47.5938967 C27.5,47.3356808 27.1242958,47.1830986 26.7605634,47.1830986 Z",
|
|
727
728
|
id: "Path"
|
|
728
|
-
}), /*#__PURE__*/
|
|
729
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
729
730
|
d: "M26.7605634,41.5492958 C25.9859155,41.5492958 25.3521127,42.1830986 25.3521127,42.9577465 C25.3521127,43.7323944 25.9859155,44.3661972 26.7605634,44.3661972 C27.5352113,44.3661972 28.1690141,43.7323944 28.1690141,42.9577465 C28.1690141,42.1830986 27.5350939,41.5492958 26.7605634,41.5492958 Z",
|
|
730
731
|
id: "Path"
|
|
731
|
-
}), /*#__PURE__*/
|
|
732
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
732
733
|
d: "M26.7605634,36.6197183 C25.9859155,36.6197183 25.3521127,37.2535211 25.3521127,38.028169 C25.3521127,38.8028169 25.9859155,39.4366197 26.7605634,39.4366197 C27.5352113,39.4366197 28.1690141,38.8028169 28.1690141,38.028169 C28.1690141,37.2535211 27.5350939,36.6197183 26.7605634,36.6197183 Z",
|
|
733
734
|
id: "Path"
|
|
734
|
-
}), /*#__PURE__*/
|
|
735
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
735
736
|
d: "M26.7605634,30.9859155 C25.9859155,30.9859155 25.3521127,31.6197183 25.3521127,32.3943662 C25.3521127,33.1690141 25.9859155,33.8028169 26.7605634,33.8028169 C27.5352113,33.8028169 28.1690141,33.1690141 28.1690141,32.3943662 C28.1690141,31.6197183 27.5350939,30.9859155 26.7605634,30.9859155 Z",
|
|
736
737
|
id: "Path"
|
|
737
|
-
}), /*#__PURE__*/
|
|
738
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
738
739
|
d: "M26.7605634,25.3521127 C26.3849765,25.3521127 26.0211268,25.5046948 25.7629108,25.7629108 C25.5046948,26.0211268 25.3521127,26.3849765 25.3521127,26.7605634 C25.3521127,27.1361502 25.5046948,27.5 25.7629108,27.758216 C26.0211268,28.0164319 26.3849765,28.1690141 26.7605634,28.1690141 C27.1244131,28.1690141 27.5,28.0164319 27.758216,27.758216 C28.0164319,27.5 28.1690141,27.1361502 28.1690141,26.7605634 C28.1690141,26.3967136 28.0164319,26.0211268 27.758216,25.7629108 C27.4881455,25.4929577 27.1242958,25.3521127 26.7605634,25.3521127 Z",
|
|
739
740
|
id: "Path"
|
|
740
|
-
}), /*#__PURE__*/
|
|
741
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
741
742
|
d: "M42.9577465,25.3521127 C42.1830986,25.3521127 41.5492958,25.9859155 41.5492958,26.7605634 C41.5492958,27.5352113 42.1830986,28.1690141 42.9577465,28.1690141 C43.7323944,28.1690141 44.3661972,27.5352113 44.3661972,26.7605634 C44.3661972,25.9859155 43.7323944,25.3521127 42.9577465,25.3521127 Z",
|
|
742
743
|
id: "Path"
|
|
743
|
-
}), /*#__PURE__*/
|
|
744
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
744
745
|
d: "M37.3239437,25.3521127 C36.5492958,25.3521127 35.915493,25.9859155 35.915493,26.7605634 C35.915493,27.5352113 36.5492958,28.1690141 37.3239437,28.1690141 C38.0985915,28.1690141 38.7323944,27.5352113 38.7323944,26.7605634 C38.7323944,25.9859155 38.0985915,25.3521127 37.3239437,25.3521127 Z",
|
|
745
746
|
id: "Path"
|
|
746
|
-
}), /*#__PURE__*/
|
|
747
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
747
748
|
d: "M32.3943662,25.3521127 C31.6197183,25.3521127 30.9859155,25.9859155 30.9859155,26.7605634 C30.9859155,27.5352113 31.6197183,28.1690141 32.3943662,28.1690141 C33.1690141,28.1690141 33.8028169,27.5352113 33.8028169,26.7605634 C33.8028169,25.9859155 33.1807512,25.3521127 32.3943662,25.3521127 Z",
|
|
748
749
|
id: "Path"
|
|
749
|
-
}), /*#__PURE__*/
|
|
750
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
750
751
|
d: "M48.5915493,25.3521127 C48.2159624,25.3521127 47.8521127,25.5046948 47.5938967,25.7629108 C47.3356808,26.0211268 47.1830986,26.3849765 47.1830986,26.7605634 C47.1830986,27.1361502 47.3356808,27.5 47.5938967,27.758216 C47.8521127,28.0164319 48.2159624,28.1690141 48.5915493,28.1690141 C48.9671362,28.1690141 49.3309859,28.0164319 49.5892019,27.758216 C49.8474178,27.5 50,27.1361502 50,26.7605634 C50,26.3967136 49.8474178,26.0211268 49.5892019,25.7629108 C49.3192488,25.5046948 48.9553991,25.3521127 48.5915493,25.3521127 Z",
|
|
751
752
|
id: "Path"
|
|
752
|
-
}), /*#__PURE__*/
|
|
753
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
753
754
|
d: "M48.5915493,30.9859155 C47.8169014,30.9859155 47.1830986,31.6197183 47.1830986,32.3943662 C47.1830986,33.1690141 47.8169014,33.8028169 48.5915493,33.8028169 C49.3661972,33.8028169 50,33.1690141 50,32.3943662 C50,31.6197183 49.3661972,30.9859155 48.5915493,30.9859155 Z",
|
|
754
755
|
id: "Path"
|
|
755
|
-
}), /*#__PURE__*/
|
|
756
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
756
757
|
d: "M48.5915493,41.5492958 C47.8169014,41.5492958 47.1830986,42.1830986 47.1830986,42.9577465 C47.1830986,43.7323944 47.8169014,44.3661972 48.5915493,44.3661972 C49.3661972,44.3661972 50,43.7323944 50,42.9577465 C50,42.1830986 49.3661972,41.5492958 48.5915493,41.5492958 Z",
|
|
757
758
|
id: "Path"
|
|
758
|
-
}), /*#__PURE__*/
|
|
759
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
759
760
|
d: "M48.5915493,36.6197183 C47.8169014,36.6197183 47.1830986,37.2535211 47.1830986,38.028169 C47.1830986,38.8028169 47.8169014,39.4366197 48.5915493,39.4366197 C49.3661972,39.4366197 50,38.8028169 50,38.028169 C50,37.2535211 49.3661972,36.6197183 48.5915493,36.6197183 Z",
|
|
760
761
|
id: "Path"
|
|
761
762
|
}))));
|
|
@@ -767,13 +768,13 @@ const LockClosedIcon = ({
|
|
|
767
768
|
const ratio = 0.909;
|
|
768
769
|
const height = size ?? 22;
|
|
769
770
|
const width = height * ratio;
|
|
770
|
-
return /*#__PURE__*/
|
|
771
|
+
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
771
772
|
width: `${width}px`,
|
|
772
773
|
height: `${height}px`,
|
|
773
774
|
viewBox: "0 0 20 22",
|
|
774
775
|
version: "1.1",
|
|
775
776
|
xmlns: "http://www.w3.org/2000/svg"
|
|
776
|
-
}, /*#__PURE__*/
|
|
777
|
+
}, /*#__PURE__*/_react.default.createElement("title", null, "lock"), /*#__PURE__*/_react.default.createElement("g", {
|
|
777
778
|
id: "Page-1",
|
|
778
779
|
stroke: "none",
|
|
779
780
|
"stroke-width": "1",
|
|
@@ -781,19 +782,19 @@ const LockClosedIcon = ({
|
|
|
781
782
|
"fill-rule": "evenodd",
|
|
782
783
|
"stroke-linecap": "round",
|
|
783
784
|
"stroke-linejoin": "round"
|
|
784
|
-
}, /*#__PURE__*/
|
|
785
|
+
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
785
786
|
id: "lock",
|
|
786
787
|
transform: "translate(1.000000, 1.000000)",
|
|
787
788
|
stroke: color,
|
|
788
789
|
"stroke-width": "2"
|
|
789
|
-
}, /*#__PURE__*/
|
|
790
|
+
}, /*#__PURE__*/_react.default.createElement("rect", {
|
|
790
791
|
id: "Rectangle",
|
|
791
792
|
x: "0",
|
|
792
793
|
y: "9",
|
|
793
794
|
width: "18",
|
|
794
795
|
height: "11",
|
|
795
796
|
rx: "2"
|
|
796
|
-
}), /*#__PURE__*/
|
|
797
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
797
798
|
d: "M4,9 L4,5 C4,2.23857625 6.23857625,8.8817842e-16 9,8.8817842e-16 C11.7614237,8.8817842e-16 14,2.23857625 14,5 L14,9",
|
|
798
799
|
id: "Path"
|
|
799
800
|
}))));
|
|
@@ -802,13 +803,13 @@ const PausedIcon = ({
|
|
|
802
803
|
color,
|
|
803
804
|
size
|
|
804
805
|
}) => {
|
|
805
|
-
return /*#__PURE__*/
|
|
806
|
+
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
806
807
|
width: `${size ?? 14}px`,
|
|
807
808
|
height: `${size ?? 14}px`,
|
|
808
809
|
viewBox: "0 0 22 22",
|
|
809
810
|
version: "1.1",
|
|
810
811
|
xmlns: "http://www.w3.org/2000/svg"
|
|
811
|
-
}, /*#__PURE__*/
|
|
812
|
+
}, /*#__PURE__*/_react.default.createElement("title", null, "pause-circle"), /*#__PURE__*/_react.default.createElement("g", {
|
|
812
813
|
id: "Page-1",
|
|
813
814
|
stroke: "none",
|
|
814
815
|
"stroke-width": "1",
|
|
@@ -816,23 +817,23 @@ const PausedIcon = ({
|
|
|
816
817
|
"fill-rule": "evenodd",
|
|
817
818
|
"stroke-linecap": "round",
|
|
818
819
|
"stroke-linejoin": "round"
|
|
819
|
-
}, /*#__PURE__*/
|
|
820
|
+
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
820
821
|
id: "pause-circle",
|
|
821
822
|
transform: "translate(1.000000, 1.000000)",
|
|
822
823
|
stroke: color,
|
|
823
824
|
"stroke-width": "2"
|
|
824
|
-
}, /*#__PURE__*/
|
|
825
|
+
}, /*#__PURE__*/_react.default.createElement("circle", {
|
|
825
826
|
id: "Oval",
|
|
826
827
|
cx: "10",
|
|
827
828
|
cy: "10",
|
|
828
829
|
r: "10"
|
|
829
|
-
}), /*#__PURE__*/
|
|
830
|
+
}), /*#__PURE__*/_react.default.createElement("line", {
|
|
830
831
|
x1: "8",
|
|
831
832
|
y1: "13",
|
|
832
833
|
x2: "8",
|
|
833
834
|
y2: "7",
|
|
834
835
|
id: "Path"
|
|
835
|
-
}), /*#__PURE__*/
|
|
836
|
+
}), /*#__PURE__*/_react.default.createElement("line", {
|
|
836
837
|
x1: "12",
|
|
837
838
|
y1: "13",
|
|
838
839
|
x2: "12",
|
|
@@ -844,13 +845,13 @@ const PlusCircleIcon = ({
|
|
|
844
845
|
color,
|
|
845
846
|
size
|
|
846
847
|
}) => {
|
|
847
|
-
return /*#__PURE__*/
|
|
848
|
+
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
848
849
|
width: `${size ?? 14}px`,
|
|
849
850
|
height: `${size ?? 14}px`,
|
|
850
851
|
viewBox: "0 0 22 22",
|
|
851
852
|
version: "1.1",
|
|
852
853
|
xmlns: "http://www.w3.org/2000/svg"
|
|
853
|
-
}, /*#__PURE__*/
|
|
854
|
+
}, /*#__PURE__*/_react.default.createElement("title", null, "plus-circle"), /*#__PURE__*/_react.default.createElement("g", {
|
|
854
855
|
id: "Page-1",
|
|
855
856
|
stroke: "none",
|
|
856
857
|
"stroke-width": "1",
|
|
@@ -858,23 +859,23 @@ const PlusCircleIcon = ({
|
|
|
858
859
|
"fill-rule": "evenodd",
|
|
859
860
|
"stroke-linecap": "round",
|
|
860
861
|
"stroke-linejoin": "round"
|
|
861
|
-
}, /*#__PURE__*/
|
|
862
|
+
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
862
863
|
id: "plus-circle",
|
|
863
864
|
transform: "translate(1.000000, 1.000000)",
|
|
864
865
|
stroke: color,
|
|
865
866
|
"stroke-width": "2"
|
|
866
|
-
}, /*#__PURE__*/
|
|
867
|
+
}, /*#__PURE__*/_react.default.createElement("circle", {
|
|
867
868
|
id: "Oval",
|
|
868
869
|
cx: "10",
|
|
869
870
|
cy: "10",
|
|
870
871
|
r: "10"
|
|
871
|
-
}), /*#__PURE__*/
|
|
872
|
+
}), /*#__PURE__*/_react.default.createElement("line", {
|
|
872
873
|
x1: "10",
|
|
873
874
|
y1: "6",
|
|
874
875
|
x2: "10",
|
|
875
876
|
y2: "14",
|
|
876
877
|
id: "Path"
|
|
877
|
-
}), /*#__PURE__*/
|
|
878
|
+
}), /*#__PURE__*/_react.default.createElement("line", {
|
|
878
879
|
x1: "6",
|
|
879
880
|
y1: "10",
|
|
880
881
|
x2: "14",
|
|
@@ -886,13 +887,13 @@ const TVIcon = ({
|
|
|
886
887
|
color,
|
|
887
888
|
size
|
|
888
889
|
}) => {
|
|
889
|
-
return /*#__PURE__*/
|
|
890
|
+
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
890
891
|
width: `${size ?? 14}px`,
|
|
891
892
|
height: `${size ?? 14}px`,
|
|
892
893
|
viewBox: "0 0 22 22",
|
|
893
894
|
version: "1.1",
|
|
894
895
|
xmlns: "http://www.w3.org/2000/svg"
|
|
895
|
-
}, /*#__PURE__*/
|
|
896
|
+
}, /*#__PURE__*/_react.default.createElement("title", null, "tv"), /*#__PURE__*/_react.default.createElement("g", {
|
|
896
897
|
id: "Page-1",
|
|
897
898
|
stroke: "none",
|
|
898
899
|
"stroke-width": "1",
|
|
@@ -900,19 +901,19 @@ const TVIcon = ({
|
|
|
900
901
|
"fill-rule": "evenodd",
|
|
901
902
|
"stroke-linecap": "round",
|
|
902
903
|
"stroke-linejoin": "round"
|
|
903
|
-
}, /*#__PURE__*/
|
|
904
|
+
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
904
905
|
id: "tv-(1)",
|
|
905
906
|
transform: "translate(1.000000, 1.000000)",
|
|
906
907
|
stroke: color,
|
|
907
908
|
"stroke-width": "2"
|
|
908
|
-
}, /*#__PURE__*/
|
|
909
|
+
}, /*#__PURE__*/_react.default.createElement("rect", {
|
|
909
910
|
id: "Rectangle",
|
|
910
911
|
x: "0",
|
|
911
912
|
y: "5",
|
|
912
913
|
width: "20",
|
|
913
914
|
height: "15",
|
|
914
915
|
rx: "2"
|
|
915
|
-
}), /*#__PURE__*/
|
|
916
|
+
}), /*#__PURE__*/_react.default.createElement("polyline", {
|
|
916
917
|
id: "Path",
|
|
917
918
|
points: "15 0 10 5 5 0"
|
|
918
919
|
}))));
|
|
@@ -921,23 +922,23 @@ const PreferencesIcon = ({
|
|
|
921
922
|
color,
|
|
922
923
|
size
|
|
923
924
|
}) => {
|
|
924
|
-
return /*#__PURE__*/
|
|
925
|
+
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
925
926
|
width: `${size ?? 14}px`,
|
|
926
927
|
height: `${size ?? 14}px`,
|
|
927
928
|
viewBox: "0 0 20 20",
|
|
928
929
|
version: "1.1",
|
|
929
930
|
xmlns: "http://www.w3.org/2000/svg"
|
|
930
|
-
}, /*#__PURE__*/
|
|
931
|
+
}, /*#__PURE__*/_react.default.createElement("title", null, "preferences-svgrepo-com"), /*#__PURE__*/_react.default.createElement("g", {
|
|
931
932
|
id: "Page-1",
|
|
932
933
|
stroke: "none",
|
|
933
934
|
"stroke-width": "1",
|
|
934
935
|
fill: "none",
|
|
935
936
|
"fill-rule": "evenodd"
|
|
936
|
-
}, /*#__PURE__*/
|
|
937
|
+
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
937
938
|
id: "preferences-svgrepo-com",
|
|
938
939
|
fill: color ?? _colors.default.brand.midnight,
|
|
939
940
|
"fill-rule": "nonzero"
|
|
940
|
-
}, /*#__PURE__*/
|
|
941
|
+
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
941
942
|
d: "M18.75,17.5 C18.75,18.19 18.19,18.75 17.5,18.75 L2.5,18.75 C1.81,18.75 1.25,18.19 1.25,17.5 L1.25,2.5 C1.25,1.81 1.81,1.25 2.5,1.25 L17.5,1.25 C18.19,1.25 18.75,1.81 18.75,2.5 L18.75,17.5 L18.75,17.5 Z M17.5,0 L2.5,0 C1.119375,0 0,1.119375 0,2.5 L0,17.5 C0,18.880625 1.119375,20 2.5,20 L17.5,20 C18.880625,20 20,18.880625 20,17.5 L20,2.5 C20,1.119375 18.880625,0 17.5,0 L17.5,0 Z M12.5,12.125 C11.67125,12.125 11,11.453125 11,10.625 C11,9.796875 11.67125,9.125 12.5,9.125 C13.32875,9.125 14,9.796875 14,10.625 C14,11.453125 13.32875,12.125 12.5,12.125 L12.5,12.125 Z M16.25,10 L14.91125,10 C14.633125,8.923125 13.66375,8.125 12.5,8.125 C11.33625,8.125 10.3675,8.923125 10.08875,10 L3.75,10 C3.405,10 3.125,10.28 3.125,10.625 C3.125,10.970625 3.405,11.25 3.75,11.25 L10.08875,11.25 C10.366875,12.326875 11.33625,13.125 12.5,13.125 C13.66375,13.125 14.633125,12.326875 14.91125,11.25 L16.25,11.25 C16.595,11.25 16.875,10.970625 16.875,10.625 C16.875,10.28 16.595,10 16.25,10 L16.25,10 Z M6.875,7.125 C6.04625,7.125 5.375,6.453125 5.375,5.625 C5.375,4.796875 6.04625,4.125625 6.875,4.125625 C7.70375,4.125625 8.375,4.796875 8.375,5.625 C8.375,6.453125 7.70375,7.125 6.875,7.125 L6.875,7.125 Z M16.25,5 L9.28625,5 C9.008125,3.923125 8.03875,3.125 6.875,3.125 C5.71125,3.125 4.741875,3.923125 4.46375,5 L3.75,5 C3.405,5 3.125,5.28 3.125,5.625 C3.125,5.970625 3.405,6.25 3.75,6.25 L4.46375,6.25 C4.741875,7.326875 5.71125,8.125 6.875,8.125 C8.03875,8.125 9.008125,7.326875 9.28625,6.25 L16.25,6.25 C16.595,6.25 16.875,5.970625 16.875,5.625 C16.875,5.28 16.595,5 16.25,5 L16.25,5 Z M6.875,17.125 C6.04625,17.125 5.375,16.453125 5.375,15.625 C5.375,14.796875 6.04625,14.125625 6.875,14.125625 C7.70375,14.125625 8.375,14.796875 8.375,15.625 C8.375,16.453125 7.70375,17.125 6.875,17.125 L6.875,17.125 Z M16.25,15 L9.28625,15 C9.008125,13.92375 8.03875,13.125 6.875,13.125 C5.71125,13.125 4.741875,13.92375 4.46375,15 L3.75,15 C3.405,15 3.125,15.279375 3.125,15.625 C3.125,15.970625 3.405,16.25 3.75,16.25 L4.46375,16.25 C4.741875,17.326875 5.71125,18.125 6.875,18.125 C8.03875,18.125 9.008125,17.326875 9.28625,16.25 L16.25,16.25 C16.595,16.25 16.875,15.970625 16.875,15.625 C16.875,15.279375 16.595,15 16.25,15 L16.25,15 Z",
|
|
942
943
|
id: "preferences"
|
|
943
944
|
}))));
|
|
@@ -949,13 +950,13 @@ const AwardRibbonIcon = ({
|
|
|
949
950
|
const ratio = 0.666667;
|
|
950
951
|
const height = size ?? 14;
|
|
951
952
|
const width = height * ratio;
|
|
952
|
-
return /*#__PURE__*/
|
|
953
|
+
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
953
954
|
width: `${width}px`,
|
|
954
955
|
height: `${height}px`,
|
|
955
956
|
viewBox: "0 0 16 24",
|
|
956
957
|
version: "1.1",
|
|
957
958
|
xmlns: "http://www.w3.org/2000/svg"
|
|
958
|
-
}, /*#__PURE__*/
|
|
959
|
+
}, /*#__PURE__*/_react.default.createElement("title", null, "award"), /*#__PURE__*/_react.default.createElement("g", {
|
|
959
960
|
id: "Page-1",
|
|
960
961
|
stroke: "none",
|
|
961
962
|
"stroke-width": "1",
|
|
@@ -963,17 +964,17 @@ const AwardRibbonIcon = ({
|
|
|
963
964
|
"fill-rule": "evenodd",
|
|
964
965
|
"stroke-linecap": "round",
|
|
965
966
|
"stroke-linejoin": "round"
|
|
966
|
-
}, /*#__PURE__*/
|
|
967
|
+
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
967
968
|
id: "award",
|
|
968
969
|
transform: "translate(1.000000, 1.000000)",
|
|
969
970
|
stroke: color ?? _colors.default.brand.midnight,
|
|
970
971
|
"stroke-width": "2"
|
|
971
|
-
}, /*#__PURE__*/
|
|
972
|
+
}, /*#__PURE__*/_react.default.createElement("circle", {
|
|
972
973
|
id: "Oval",
|
|
973
974
|
cx: "7",
|
|
974
975
|
cy: "7",
|
|
975
976
|
r: "7"
|
|
976
|
-
}), /*#__PURE__*/
|
|
977
|
+
}), /*#__PURE__*/_react.default.createElement("polyline", {
|
|
977
978
|
id: "Path",
|
|
978
979
|
points: "3.21 12.89 2 22 7 19 12 22 10.79 12.88"
|
|
979
980
|
}))));
|
|
@@ -982,13 +983,13 @@ const PacerCarIcon = ({
|
|
|
982
983
|
size,
|
|
983
984
|
color
|
|
984
985
|
}) => {
|
|
985
|
-
return /*#__PURE__*/
|
|
986
|
+
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
986
987
|
width: `${size ?? 40}px`,
|
|
987
988
|
height: `${size ?? 40}px`,
|
|
988
989
|
viewBox: "0 0 42 42",
|
|
989
990
|
version: "1.1",
|
|
990
991
|
xmlns: "http://www.w3.org/2000/svg"
|
|
991
|
-
}, /*#__PURE__*/
|
|
992
|
+
}, /*#__PURE__*/_react.default.createElement("title", null, "car-salesman-service-svgrepo-com"), /*#__PURE__*/_react.default.createElement("g", {
|
|
992
993
|
id: "Page-1",
|
|
993
994
|
stroke: "none",
|
|
994
995
|
"stroke-width": "1",
|
|
@@ -996,56 +997,56 @@ const PacerCarIcon = ({
|
|
|
996
997
|
"fill-rule": "evenodd",
|
|
997
998
|
"stroke-linecap": "round",
|
|
998
999
|
"stroke-linejoin": "round"
|
|
999
|
-
}, /*#__PURE__*/
|
|
1000
|
+
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
1000
1001
|
id: "car-salesman-service-svgrepo-com",
|
|
1001
1002
|
transform: "translate(1.000000, 1.000000)",
|
|
1002
1003
|
stroke: color ?? _colors.default.brand.midnight,
|
|
1003
1004
|
"stroke-width": "2"
|
|
1004
|
-
}, /*#__PURE__*/
|
|
1005
|
+
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
1005
1006
|
d: "M15.1724138,35.862069 L15.1724138,38.6206897 C15.1724138,39.3834483 14.5558621,40 13.7931034,40 L11.0344828,40",
|
|
1006
1007
|
id: "XMLID_336_"
|
|
1007
|
-
}), /*#__PURE__*/
|
|
1008
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
1008
1009
|
d: "M38.6206897,35.862069 L38.6206897,38.6206897 C38.6206897,39.3834483 38.0041379,40 37.2413793,40 L35.862069,40 C35.0993103,40 34.4827586,39.3834483 34.4827586,38.6206897 L34.4827586,35.862069",
|
|
1009
1010
|
id: "XMLID_6229_"
|
|
1010
|
-
}), /*#__PURE__*/
|
|
1011
|
+
}), /*#__PURE__*/_react.default.createElement("line", {
|
|
1011
1012
|
x1: "40",
|
|
1012
1013
|
y1: "35.862069",
|
|
1013
1014
|
x2: "13.7931034",
|
|
1014
1015
|
y2: "35.862069",
|
|
1015
1016
|
id: "XMLID_5901_"
|
|
1016
|
-
}), /*#__PURE__*/
|
|
1017
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
1017
1018
|
d: "M13.7875862,26.7944828 C16.1531034,26.3489655 19.697931,26.2068966 24.8275862,26.2068966 C36.5517241,26.2068966 40,27.0110345 40,30.3448276 L40,31.9834483",
|
|
1018
1019
|
id: "XMLID_5891_"
|
|
1019
|
-
}), /*#__PURE__*/
|
|
1020
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
1020
1021
|
d: "M34.4827586,33.1034483 L34.4827586,31.7241379 C34.4827586,30.9655172 35.1034483,30.3448276 35.862069,30.3448276 L40,30.3448276 L40,33.1034483 L34.4827586,33.1034483 Z",
|
|
1021
1022
|
id: "XMLID_351_"
|
|
1022
|
-
}), /*#__PURE__*/
|
|
1023
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
1023
1024
|
d: "M13.1034483,30.3448276 L13.7931034,30.3448276 C14.5517241,30.3448276 15.1724138,30.9655172 15.1724138,31.7241379 L15.1724138,33.1034483 L11.0344828,33.1034483",
|
|
1024
1025
|
id: "XMLID_337_"
|
|
1025
|
-
}), /*#__PURE__*/
|
|
1026
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
1026
1027
|
d: "M17.9310345,33.1034483 L17.9310345,33.1034483 C17.9310345,31.5806897 19.1668966,30.3448276 20.6896552,30.3448276 L28.9655172,30.3448276 C30.4882759,30.3448276 31.7241379,31.5806897 31.7241379,33.1034483 L31.7241379,33.1034483",
|
|
1027
1028
|
id: "XMLID_5872_"
|
|
1028
|
-
}), /*#__PURE__*/
|
|
1029
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
1029
1030
|
d: "M37.3365517,27.1806897 L34.9241379,19.9310345 C34.6744828,19.2 33.8744828,18.5241379 33.1158621,18.4275862 C31.4758621,18.2206897 28.4675862,17.9310345 24.8262069,17.9310345 C21.1848276,17.9310345 18.177931,18.2206897 16.5365517,18.4275862 C15.777931,18.5241379 14.977931,19.2 14.7282759,19.9310345 L13.56,23.4482759",
|
|
1030
1031
|
id: "XMLID_341_"
|
|
1031
|
-
}), /*#__PURE__*/
|
|
1032
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
1032
1033
|
d: "M11.0344828,40 L11.0344828,17.9310345 L11.0344828,17.9310345 C12.0537931,17.9310345 12.9448276,17.377931 13.422069,16.5544828 C13.657931,16.1475862 13.7931034,15.6758621 13.7931034,15.1724138 L13.7931034,13.1034483 C13.7931034,11.2068966 12.2413793,9.65517241 10.3448276,9.65517241 L3.44827586,9.65517241 C1.54344828,9.65517241 0,11.1986207 0,13.1034483 L0,15.1724138 C0,16.6951724 1.23586207,17.9310345 2.75862069,17.9310345 L2.75862069,17.9310345 L2.75862069,24.8275862 L0,40",
|
|
1033
1034
|
id: "XMLID_6327_"
|
|
1034
|
-
}), /*#__PURE__*/
|
|
1035
|
+
}), /*#__PURE__*/_react.default.createElement("circle", {
|
|
1035
1036
|
id: "XMLID_6326_",
|
|
1036
1037
|
cx: "6.89655172",
|
|
1037
1038
|
cy: "3.44827586",
|
|
1038
1039
|
r: "3.44827586"
|
|
1039
|
-
}), /*#__PURE__*/
|
|
1040
|
+
}), /*#__PURE__*/_react.default.createElement("g", {
|
|
1040
1041
|
id: "XMLID_6270_",
|
|
1041
1042
|
transform: "translate(2.758621, 13.543448)"
|
|
1042
|
-
}, /*#__PURE__*/
|
|
1043
|
+
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
1043
1044
|
d: "M8.27586207,2.31862069 L8.27586207,1.87862069 C8.27586207,1.0262069 7.51034483,0.376551724 6.67034483,0.51862069 L1.60551724,1.36137931 C0.765517241,1.50068966 0,0.853793103 0,-2.84217094e-15",
|
|
1044
1045
|
id: "XMLID_6276_"
|
|
1045
|
-
}), /*#__PURE__*/
|
|
1046
|
+
}), /*#__PURE__*/_react.default.createElement("polyline", {
|
|
1046
1047
|
id: "XMLID_6274_",
|
|
1047
1048
|
points: "5.51724138 26.4565517 4.13793103 10.5944828 0 26.4565517"
|
|
1048
|
-
}), /*#__PURE__*/
|
|
1049
|
+
}), /*#__PURE__*/_react.default.createElement("line", {
|
|
1049
1050
|
x1: "2.75862069",
|
|
1050
1051
|
y1: "4.38758621",
|
|
1051
1052
|
x2: "8.27586207",
|
|
@@ -1060,13 +1061,13 @@ const ShareSocialIcon = ({
|
|
|
1060
1061
|
const ratio = 0.88;
|
|
1061
1062
|
let height = size ?? 14;
|
|
1062
1063
|
let width = height * ratio;
|
|
1063
|
-
return /*#__PURE__*/
|
|
1064
|
+
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
1064
1065
|
width: `${width}px`,
|
|
1065
1066
|
height: `${height}px`,
|
|
1066
1067
|
viewBox: "0 0 22 25",
|
|
1067
1068
|
version: "1.1",
|
|
1068
1069
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1069
|
-
}, /*#__PURE__*/
|
|
1070
|
+
}, /*#__PURE__*/_react.default.createElement("title", null, "share-social-outline"), /*#__PURE__*/_react.default.createElement("g", {
|
|
1070
1071
|
id: "Page-1",
|
|
1071
1072
|
stroke: "none",
|
|
1072
1073
|
"stroke-width": "1",
|
|
@@ -1074,27 +1075,27 @@ const ShareSocialIcon = ({
|
|
|
1074
1075
|
"fill-rule": "evenodd",
|
|
1075
1076
|
"stroke-linecap": "round",
|
|
1076
1077
|
"stroke-linejoin": "round"
|
|
1077
|
-
}, /*#__PURE__*/
|
|
1078
|
+
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
1078
1079
|
id: "share-social-outline",
|
|
1079
1080
|
transform: "translate(1.000000, 1.000000)",
|
|
1080
1081
|
stroke: color,
|
|
1081
1082
|
"stroke-width": "2"
|
|
1082
|
-
}, /*#__PURE__*/
|
|
1083
|
+
}, /*#__PURE__*/_react.default.createElement("circle", {
|
|
1083
1084
|
id: "Oval",
|
|
1084
1085
|
cx: "2.5",
|
|
1085
1086
|
cy: "12.5",
|
|
1086
1087
|
r: "2.5"
|
|
1087
|
-
}), /*#__PURE__*/
|
|
1088
|
+
}), /*#__PURE__*/_react.default.createElement("circle", {
|
|
1088
1089
|
id: "Oval",
|
|
1089
1090
|
cx: "17.5",
|
|
1090
1091
|
cy: "2.5",
|
|
1091
1092
|
r: "2.5"
|
|
1092
|
-
}), /*#__PURE__*/
|
|
1093
|
+
}), /*#__PURE__*/_react.default.createElement("circle", {
|
|
1093
1094
|
id: "Oval",
|
|
1094
1095
|
cx: "17.5",
|
|
1095
1096
|
cy: "20.5",
|
|
1096
1097
|
r: "2.5"
|
|
1097
|
-
}), /*#__PURE__*/
|
|
1098
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
1098
1099
|
d: "M5,12.9648875 L16,19 M16,4 L5,10.0351125",
|
|
1099
1100
|
id: "Shape"
|
|
1100
1101
|
}))));
|
|
@@ -1121,111 +1122,111 @@ const ChevronIcon = ({
|
|
|
1121
1122
|
}
|
|
1122
1123
|
switch (direction) {
|
|
1123
1124
|
case 'up':
|
|
1124
|
-
return /*#__PURE__*/
|
|
1125
|
+
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
1125
1126
|
width: `${up_down_width}`,
|
|
1126
1127
|
height: `${up_down_height}`,
|
|
1127
1128
|
viewBox: "0 0 9 6",
|
|
1128
1129
|
version: "1.1",
|
|
1129
1130
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1130
|
-
}, /*#__PURE__*/
|
|
1131
|
+
}, /*#__PURE__*/_react.default.createElement("title", null, "Group"), /*#__PURE__*/_react.default.createElement("g", {
|
|
1131
1132
|
id: "Page-1",
|
|
1132
1133
|
stroke: "none",
|
|
1133
1134
|
"stroke-width": "1",
|
|
1134
1135
|
fill: "none",
|
|
1135
1136
|
"fill-rule": "evenodd"
|
|
1136
|
-
}, /*#__PURE__*/
|
|
1137
|
+
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
1137
1138
|
id: "Group",
|
|
1138
1139
|
transform: "translate(-0.000000, 0.000000)",
|
|
1139
1140
|
fill: color,
|
|
1140
1141
|
"fill-rule": "nonzero"
|
|
1141
|
-
}, /*#__PURE__*/
|
|
1142
|
+
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
1142
1143
|
d: "M4.4298072,1.609187 L1.1298072,4.909187 C1.0040772,5.030627 0.835667203,5.097827 0.660877203,5.09633223 C0.486077203,5.094787 0.318868203,5.024677 0.195262203,4.901067 C0.0716572032,4.777467 0.00154420324,4.610257 -3.33066907e-16,4.435457 C-0.00149379676,4.260657 0.0657032032,4.092257 0.187141203,3.966527 L3.9584772,0.195191 C4.0834972,0.07021 4.2530372,-1.11022302e-16 4.4298072,-1.11022302e-16 C4.6065872,-1.11022302e-16 4.7761272,0.07021 4.9011372,0.195191 L8.6724772,3.966527 C8.7939172,4.092257 8.8611072,4.260657 8.85961244,4.435457 C8.8580772,4.610257 8.7879572,4.777467 8.6643572,4.901067 C8.5407472,5.024677 8.3735372,5.094787 8.1987472,5.09633223 C8.0239472,5.097827 7.8555472,5.030627 7.7298072,4.909187 L4.4298072,1.609187 L4.4298072,1.609187 Z",
|
|
1143
1144
|
id: "Path"
|
|
1144
1145
|
}))));
|
|
1145
1146
|
case 'down':
|
|
1146
|
-
return /*#__PURE__*/
|
|
1147
|
+
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
1147
1148
|
width: `${up_down_width}`,
|
|
1148
1149
|
height: `${up_down_height}`,
|
|
1149
1150
|
viewBox: "0 0 9 6",
|
|
1150
1151
|
version: "1.1",
|
|
1151
1152
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1152
|
-
}, /*#__PURE__*/
|
|
1153
|
+
}, /*#__PURE__*/_react.default.createElement("title", null, "Group"), /*#__PURE__*/_react.default.createElement("g", {
|
|
1153
1154
|
id: "Page-1",
|
|
1154
1155
|
stroke: "none",
|
|
1155
1156
|
"stroke-width": "1",
|
|
1156
1157
|
fill: "none",
|
|
1157
1158
|
"fill-rule": "evenodd"
|
|
1158
|
-
}, /*#__PURE__*/
|
|
1159
|
+
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
1159
1160
|
id: "Group",
|
|
1160
1161
|
transform: "translate(0.000000, 0.000000)",
|
|
1161
1162
|
fill: color,
|
|
1162
1163
|
"fill-rule": "nonzero"
|
|
1163
|
-
}, /*#__PURE__*/
|
|
1164
|
+
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
1164
1165
|
d: "M4.44619516,3.50352216 L7.74619516,0.203525159 C7.80769516,0.139852159 7.88125516,0.0890631588 7.96259516,0.0541241588 C8.04392516,0.0191851588 8.13140516,0.000794158788 8.21992516,-5.55111512e-17 C8.30844516,-0.000743841212 8.39623516,0.0161231588 8.47816516,0.0496441588 C8.56009516,0.0831651588 8.63452516,0.132667159 8.69712516,0.195262159 C8.75971516,0.257857159 8.80922516,0.332291159 8.84274516,0.414222159 C8.87626516,0.496153159 8.89312516,0.583940159 8.89238975,0.672462159 C8.89159516,0.760982159 8.87320516,0.848462159 8.83826516,0.929792159 C8.80332516,1.01113216 8.75253516,1.08469216 8.68886516,1.14619216 L4.91752516,4.91752216 C4.79250516,5.04250216 4.62296516,5.11271216 4.44619516,5.11271216 C4.26941516,5.11271216 4.09987516,5.04250216 3.97485516,4.91752216 L0.203526157,1.14619216 C0.139852157,1.08469216 0.0890641574,1.01113216 0.0541251574,0.929792159 C0.0191851574,0.848462159 0.000795157381,0.760982159 0,0.672462159 C-0.000743842619,0.583940159 0.0161241574,0.496153159 0.0496451574,0.414222159 C0.0831651574,0.332291159 0.132667157,0.257857159 0.195262157,0.195262159 C0.257858157,0.132667159 0.332292157,0.0831651588 0.414225157,0.0496441588 C0.496155157,0.0161231588 0.583945157,-0.000743841212 0.672455157,-5.55111512e-17 C0.760975157,0.000794158788 0.848455157,0.0191851588 0.929795157,0.0541241588 C1.01113516,0.0890631588 1.08469516,0.139852159 1.14619516,0.203525159 L4.44619516,3.50352216 Z",
|
|
1165
1166
|
id: "Path"
|
|
1166
1167
|
}))));
|
|
1167
1168
|
case 'right':
|
|
1168
|
-
return /*#__PURE__*/
|
|
1169
|
+
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
1169
1170
|
width: `${right_left_width}`,
|
|
1170
1171
|
height: `${right_left_height}`,
|
|
1171
1172
|
viewBox: "0 0 5 9",
|
|
1172
1173
|
version: "1.1",
|
|
1173
1174
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1174
|
-
}, /*#__PURE__*/
|
|
1175
|
+
}, /*#__PURE__*/_react.default.createElement("title", null, "Group"), /*#__PURE__*/_react.default.createElement("g", {
|
|
1175
1176
|
id: "Page-1",
|
|
1176
1177
|
stroke: "none",
|
|
1177
1178
|
"stroke-width": "1",
|
|
1178
1179
|
fill: "none",
|
|
1179
1180
|
"fill-rule": "evenodd"
|
|
1180
|
-
}, /*#__PURE__*/
|
|
1181
|
+
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
1181
1182
|
id: "Group",
|
|
1182
1183
|
fill: color,
|
|
1183
1184
|
"fill-rule": "nonzero"
|
|
1184
|
-
}, /*#__PURE__*/
|
|
1185
|
+
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
1185
1186
|
d: "M3.42628961,4.5083094 L0.199038607,1.1622094 C0.136769607,1.0998494 0.087100807,1.0252594 0.052931607,0.942785403 C0.018762407,0.860313403 0.000777086037,0.771610403 1.12960314e-16,0.681854403 C-0.000727827963,0.592098403 0.015768307,0.503086403 0.048549907,0.420010403 C0.081331507,0.336934403 0.129742607,0.261460403 0.190957607,0.197990403 C0.252172607,0.134520403 0.324966607,0.0843266034 0.405090607,0.0503376034 C0.485215607,0.0163486034 0.571066607,-0.00075456557 0.657634607,3.46944695e-16 C0.744202607,0.00080563043 0.829753607,0.0194538034 0.909296607,0.0548809034 C0.988838607,0.0903079034 1.06077961,0.141806403 1.12091961,0.206369403 L4.80910961,4.0303894 C4.93133961,4.1571494 5,4.3290594 5,4.5083094 C5,4.6875494 4.93133961,4.8594594 4.80910961,4.9862194 L1.12091961,8.8102394 C0.997960607,8.9333794 0.833271607,9.0015094 0.662327607,9 C0.491383607,8.9984294 0.327861607,8.9273394 0.206981607,8.8020094 C0.086101107,8.6766794 0.017533807,8.5071294 0.016048407,8.3298894 C0.014563107,8.1526494 0.080277907,7.9818994 0.199039607,7.8544094 L3.42628961,4.5083094 Z",
|
|
1186
1187
|
id: "Path"
|
|
1187
1188
|
}))));
|
|
1188
1189
|
case 'left':
|
|
1189
|
-
return /*#__PURE__*/
|
|
1190
|
+
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
1190
1191
|
width: `${right_left_width}`,
|
|
1191
1192
|
height: `${right_left_height}`,
|
|
1192
1193
|
viewBox: "0 0 5 9",
|
|
1193
1194
|
version: "1.1",
|
|
1194
1195
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1195
|
-
}, /*#__PURE__*/
|
|
1196
|
+
}, /*#__PURE__*/_react.default.createElement("title", null, "Group"), /*#__PURE__*/_react.default.createElement("g", {
|
|
1196
1197
|
id: "Page-1",
|
|
1197
1198
|
stroke: "none",
|
|
1198
1199
|
"stroke-width": "1",
|
|
1199
1200
|
fill: "none",
|
|
1200
1201
|
"fill-rule": "evenodd"
|
|
1201
|
-
}, /*#__PURE__*/
|
|
1202
|
+
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
1202
1203
|
id: "Group",
|
|
1203
1204
|
transform: "translate(0.000000, 0.000000)",
|
|
1204
1205
|
fill: color,
|
|
1205
1206
|
"fill-rule": "nonzero"
|
|
1206
|
-
}, /*#__PURE__*/
|
|
1207
|
+
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
1207
1208
|
d: "M1.57371568,4.49170068 L4.80094025,7.83779879 C4.86321636,7.90017832 4.91289642,7.97472551 4.94708569,8.05722224 C4.98119672,8.13971897 4.99919107,8.22838064 5,8.31817797 C5.0007558,8.40789417 4.98424794,8.49696144 4.95146692,8.58002599 C4.9186859,8.66309054 4.87025763,8.73853003 4.80907683,8.80204521 C4.74781779,8.86547927 4.67505802,8.91569114 4.59494403,8.94967947 C4.5147518,8.9836678 4.42892657,9.00078364 4.3423972,9 C4.2557896,8.9992424 4.1702773,8.98058532 4.09071097,8.94513688 C4.01114464,8.90968843 3.93924546,8.85817867 3.87908174,8.79360896 L0.190888788,4.96963821 C0.0686601911,4.84285121 -6.94878077e-16,4.67096275 -6.94878077e-16,4.49170068 C-6.94878077e-16,4.31245484 0.0686601911,4.14054204 0.190888788,4.01377937 L3.87908174,0.189751841 C4.00206922,0.0666151323 4.16675667,-0.00151564628 4.33770302,0 C4.50864937,0.00156682733 4.67216327,0.0726584029 4.79303838,0.19798529 C4.91391349,0.32332029 4.9824485,0.49286445 4.98393499,0.670106683 C4.98542148,0.847348915 4.91970298,1.01810173 4.80094025,1.14559446 L1.57371568,4.49170068 Z",
|
|
1208
1209
|
id: "Path"
|
|
1209
1210
|
}))));
|
|
1210
1211
|
default:
|
|
1211
|
-
return /*#__PURE__*/
|
|
1212
|
+
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
1212
1213
|
width: `${up_down_width}`,
|
|
1213
1214
|
height: `${up_down_height}`,
|
|
1214
1215
|
viewBox: "0 0 9 6",
|
|
1215
1216
|
version: "1.1",
|
|
1216
1217
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1217
|
-
}, /*#__PURE__*/
|
|
1218
|
+
}, /*#__PURE__*/_react.default.createElement("title", null, "Group"), /*#__PURE__*/_react.default.createElement("g", {
|
|
1218
1219
|
id: "Page-1",
|
|
1219
1220
|
stroke: "none",
|
|
1220
1221
|
"stroke-width": "1",
|
|
1221
1222
|
fill: "none",
|
|
1222
1223
|
"fill-rule": "evenodd"
|
|
1223
|
-
}, /*#__PURE__*/
|
|
1224
|
+
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
1224
1225
|
id: "Group",
|
|
1225
1226
|
transform: "translate(-0.000000, 0.000000)",
|
|
1226
1227
|
fill: color,
|
|
1227
1228
|
"fill-rule": "nonzero"
|
|
1228
|
-
}, /*#__PURE__*/
|
|
1229
|
+
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
1229
1230
|
d: "M4.4298072,1.609187 L1.1298072,4.909187 C1.0040772,5.030627 0.835667203,5.097827 0.660877203,5.09633223 C0.486077203,5.094787 0.318868203,5.024677 0.195262203,4.901067 C0.0716572032,4.777467 0.00154420324,4.610257 -3.33066907e-16,4.435457 C-0.00149379676,4.260657 0.0657032032,4.092257 0.187141203,3.966527 L3.9584772,0.195191 C4.0834972,0.07021 4.2530372,-1.11022302e-16 4.4298072,-1.11022302e-16 C4.6065872,-1.11022302e-16 4.7761272,0.07021 4.9011372,0.195191 L8.6724772,3.966527 C8.7939172,4.092257 8.8611072,4.260657 8.85961244,4.435457 C8.8580772,4.610257 8.7879572,4.777467 8.6643572,4.901067 C8.5407472,5.024677 8.3735372,5.094787 8.1987472,5.09633223 C8.0239472,5.097827 7.8555472,5.030627 7.7298072,4.909187 L4.4298072,1.609187 L4.4298072,1.609187 Z",
|
|
1230
1231
|
id: "Path"
|
|
1231
1232
|
}))));
|
|
@@ -1237,28 +1238,28 @@ const PayPalIcon = ({
|
|
|
1237
1238
|
const ratio = 0.3168;
|
|
1238
1239
|
const width = size ?? 75;
|
|
1239
1240
|
const height = width * ratio;
|
|
1240
|
-
return /*#__PURE__*/
|
|
1241
|
+
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
1241
1242
|
width: `${width}px`,
|
|
1242
1243
|
height: `${height}px`,
|
|
1243
1244
|
viewBox: "0 0 101 32",
|
|
1244
1245
|
preserveAspectRatio: "xMinYMin meet",
|
|
1245
1246
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1246
|
-
}, /*#__PURE__*/
|
|
1247
|
+
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
1247
1248
|
fill: "#003087",
|
|
1248
1249
|
d: "M 12.237 2.8 L 4.437 2.8 C 3.937 2.8 3.437 3.2 3.337 3.7 L 0.237 23.7 C 0.137 24.1 0.437 24.4 0.837 24.4 L 4.537 24.4 C 5.037 24.4 5.537 24 5.637 23.5 L 6.437 18.1 C 6.537 17.6 6.937 17.2 7.537 17.2 L 10.037 17.2 C 15.137 17.2 18.137 14.7 18.937 9.8 C 19.237 7.7 18.937 6 17.937 4.8 C 16.837 3.5 14.837 2.8 12.237 2.8 Z M 13.137 10.1 C 12.737 12.9 10.537 12.9 8.537 12.9 L 7.337 12.9 L 8.137 7.7 C 8.137 7.4 8.437 7.2 8.737 7.2 L 9.237 7.2 C 10.637 7.2 11.937 7.2 12.637 8 C 13.137 8.4 13.337 9.1 13.137 10.1 Z"
|
|
1249
|
-
}), /*#__PURE__*/
|
|
1250
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
1250
1251
|
fill: "#003087",
|
|
1251
1252
|
d: "M 35.437 10 L 31.737 10 C 31.437 10 31.137 10.2 31.137 10.5 L 30.937 11.5 L 30.637 11.1 C 29.837 9.9 28.037 9.5 26.237 9.5 C 22.137 9.5 18.637 12.6 17.937 17 C 17.537 19.2 18.037 21.3 19.337 22.7 C 20.437 24 22.137 24.6 24.037 24.6 C 27.337 24.6 29.237 22.5 29.237 22.5 L 29.037 23.5 C 28.937 23.9 29.237 24.3 29.637 24.3 L 33.037 24.3 C 33.537 24.3 34.037 23.9 34.137 23.4 L 36.137 10.6 C 36.237 10.4 35.837 10 35.437 10 Z M 30.337 17.2 C 29.937 19.3 28.337 20.8 26.137 20.8 C 25.037 20.8 24.237 20.5 23.637 19.8 C 23.037 19.1 22.837 18.2 23.037 17.2 C 23.337 15.1 25.137 13.6 27.237 13.6 C 28.337 13.6 29.137 14 29.737 14.6 C 30.237 15.3 30.437 16.2 30.337 17.2 Z"
|
|
1252
|
-
}), /*#__PURE__*/
|
|
1253
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
1253
1254
|
fill: "#003087",
|
|
1254
1255
|
d: "M 55.337 10 L 51.637 10 C 51.237 10 50.937 10.2 50.737 10.5 L 45.537 18.1 L 43.337 10.8 C 43.237 10.3 42.737 10 42.337 10 L 38.637 10 C 38.237 10 37.837 10.4 38.037 10.9 L 42.137 23 L 38.237 28.4 C 37.937 28.8 38.237 29.4 38.737 29.4 L 42.437 29.4 C 42.837 29.4 43.137 29.2 43.337 28.9 L 55.837 10.9 C 56.137 10.6 55.837 10 55.337 10 Z"
|
|
1255
|
-
}), /*#__PURE__*/
|
|
1256
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
1256
1257
|
fill: "#009cde",
|
|
1257
1258
|
d: "M 67.737 2.8 L 59.937 2.8 C 59.437 2.8 58.937 3.2 58.837 3.7 L 55.737 23.6 C 55.637 24 55.937 24.3 56.337 24.3 L 60.337 24.3 C 60.737 24.3 61.037 24 61.037 23.7 L 61.937 18 C 62.037 17.5 62.437 17.1 63.037 17.1 L 65.537 17.1 C 70.637 17.1 73.637 14.6 74.437 9.7 C 74.737 7.6 74.437 5.9 73.437 4.7 C 72.237 3.5 70.337 2.8 67.737 2.8 Z M 68.637 10.1 C 68.237 12.9 66.037 12.9 64.037 12.9 L 62.837 12.9 L 63.637 7.7 C 63.637 7.4 63.937 7.2 64.237 7.2 L 64.737 7.2 C 66.137 7.2 67.437 7.2 68.137 8 C 68.637 8.4 68.737 9.1 68.637 10.1 Z"
|
|
1258
|
-
}), /*#__PURE__*/
|
|
1259
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
1259
1260
|
fill: "#009cde",
|
|
1260
1261
|
d: "M 90.937 10 L 87.237 10 C 86.937 10 86.637 10.2 86.637 10.5 L 86.437 11.5 L 86.137 11.1 C 85.337 9.9 83.537 9.5 81.737 9.5 C 77.637 9.5 74.137 12.6 73.437 17 C 73.037 19.2 73.537 21.3 74.837 22.7 C 75.937 24 77.637 24.6 79.537 24.6 C 82.837 24.6 84.737 22.5 84.737 22.5 L 84.537 23.5 C 84.437 23.9 84.737 24.3 85.137 24.3 L 88.537 24.3 C 89.037 24.3 89.537 23.9 89.637 23.4 L 91.637 10.6 C 91.637 10.4 91.337 10 90.937 10 Z M 85.737 17.2 C 85.337 19.3 83.737 20.8 81.537 20.8 C 80.437 20.8 79.637 20.5 79.037 19.8 C 78.437 19.1 78.237 18.2 78.437 17.2 C 78.737 15.1 80.537 13.6 82.637 13.6 C 83.737 13.6 84.537 14 85.137 14.6 C 85.737 15.3 85.937 16.2 85.737 17.2 Z"
|
|
1261
|
-
}), /*#__PURE__*/
|
|
1262
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
1262
1263
|
fill: "#009cde",
|
|
1263
1264
|
d: "M 95.337 3.3 L 92.137 23.6 C 92.037 24 92.337 24.3 92.737 24.3 L 95.937 24.3 C 96.437 24.3 96.937 23.9 97.037 23.4 L 100.237 3.5 C 100.337 3.1 100.037 2.8 99.637 2.8 L 96.037 2.8 C 95.637 2.8 95.437 3 95.337 3.3 Z"
|
|
1264
1265
|
}));
|
|
@@ -1270,13 +1271,13 @@ const CreditCardIcon = ({
|
|
|
1270
1271
|
let ratio = 0.75;
|
|
1271
1272
|
let width = size ?? 24;
|
|
1272
1273
|
let height = width * ratio;
|
|
1273
|
-
return /*#__PURE__*/
|
|
1274
|
+
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
1274
1275
|
width: `${width}px`,
|
|
1275
1276
|
height: `${height}px`,
|
|
1276
1277
|
viewBox: "0 0 24 18",
|
|
1277
1278
|
version: "1.1",
|
|
1278
1279
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1279
|
-
}, /*#__PURE__*/
|
|
1280
|
+
}, /*#__PURE__*/_react.default.createElement("title", null, "credit-card"), /*#__PURE__*/_react.default.createElement("g", {
|
|
1280
1281
|
id: "Images",
|
|
1281
1282
|
stroke: "none",
|
|
1282
1283
|
"stroke-width": "1",
|
|
@@ -1284,19 +1285,19 @@ const CreditCardIcon = ({
|
|
|
1284
1285
|
"fill-rule": "evenodd",
|
|
1285
1286
|
"stroke-linecap": "round",
|
|
1286
1287
|
"stroke-linejoin": "round"
|
|
1287
|
-
}, /*#__PURE__*/
|
|
1288
|
+
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
1288
1289
|
id: "credit-card",
|
|
1289
1290
|
transform: "translate(1.000000, 1.000000)",
|
|
1290
1291
|
stroke: color,
|
|
1291
1292
|
"stroke-width": "2"
|
|
1292
|
-
}, /*#__PURE__*/
|
|
1293
|
+
}, /*#__PURE__*/_react.default.createElement("rect", {
|
|
1293
1294
|
id: "Rectangle",
|
|
1294
1295
|
x: "0",
|
|
1295
1296
|
y: "0",
|
|
1296
1297
|
width: "22",
|
|
1297
1298
|
height: "16",
|
|
1298
1299
|
rx: "2"
|
|
1299
|
-
}), /*#__PURE__*/
|
|
1300
|
+
}), /*#__PURE__*/_react.default.createElement("line", {
|
|
1300
1301
|
x1: "0",
|
|
1301
1302
|
y1: "6",
|
|
1302
1303
|
x2: "22",
|
|
@@ -1308,13 +1309,13 @@ const BankIcon = ({
|
|
|
1308
1309
|
size,
|
|
1309
1310
|
color
|
|
1310
1311
|
}) => {
|
|
1311
|
-
return /*#__PURE__*/
|
|
1312
|
+
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
1312
1313
|
width: `${size ?? 33}px`,
|
|
1313
1314
|
height: `${size ?? 33}px`,
|
|
1314
1315
|
viewBox: "0 0 33 33",
|
|
1315
1316
|
version: "1.1",
|
|
1316
1317
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1317
|
-
}, /*#__PURE__*/
|
|
1318
|
+
}, /*#__PURE__*/_react.default.createElement("title", null, "bank-svgrepo-com"), /*#__PURE__*/_react.default.createElement("g", {
|
|
1318
1319
|
id: "Images",
|
|
1319
1320
|
stroke: "none",
|
|
1320
1321
|
"stroke-width": "1",
|
|
@@ -1322,12 +1323,12 @@ const BankIcon = ({
|
|
|
1322
1323
|
"fill-rule": "evenodd",
|
|
1323
1324
|
"stroke-linecap": "round",
|
|
1324
1325
|
"stroke-linejoin": "round"
|
|
1325
|
-
}, /*#__PURE__*/
|
|
1326
|
+
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
1326
1327
|
id: "bank-svgrepo-com",
|
|
1327
1328
|
transform: "translate(2.000000, 2.000000)",
|
|
1328
1329
|
stroke: color,
|
|
1329
1330
|
"stroke-width": "2.666667"
|
|
1330
|
-
}, /*#__PURE__*/
|
|
1331
|
+
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
1331
1332
|
d: "M0,29.2622951 L29,29.2622951 M1.5,24.3442623 L27.5,24.3442623 M4.75,23.5901639 L4.75,15.7213115 M11.25,23.5901639 L11.25,15.7213115 M17.75,23.5901639 L17.75,15.7213115 M24.25,23.5901639 L24.25,15.7213115 M29,11.8032787 L17.9252222,1.9561866 C16.7131833,0.878592829 16.1072444,0.339812056 15.4234889,0.135190751 C14.8209333,-0.0450635838 14.1790667,-0.0450635838 13.5765111,0.135190751 C12.8927556,0.339812056 12.2868167,0.878592829 11.0748422,1.9561866 L0,11.8032787 L29,11.8032787 Z",
|
|
1332
1333
|
id: "Shape"
|
|
1333
1334
|
}))));
|
|
@@ -1338,33 +1339,33 @@ const BankInstantIcon = ({
|
|
|
1338
1339
|
}) => {
|
|
1339
1340
|
let width = size ?? 42;
|
|
1340
1341
|
let height = width * .92857;
|
|
1341
|
-
return /*#__PURE__*/
|
|
1342
|
+
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
1342
1343
|
width: `${width}px`,
|
|
1343
1344
|
height: `${height}px`,
|
|
1344
1345
|
viewBox: "0 0 42 39",
|
|
1345
1346
|
version: "1.1",
|
|
1346
1347
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1347
|
-
}, /*#__PURE__*/
|
|
1348
|
+
}, /*#__PURE__*/_react.default.createElement("title", null, "bank_icon"), /*#__PURE__*/_react.default.createElement("g", {
|
|
1348
1349
|
id: "Page-1",
|
|
1349
1350
|
stroke: "none",
|
|
1350
1351
|
"stroke-width": "1",
|
|
1351
1352
|
fill: "none",
|
|
1352
1353
|
"fill-rule": "evenodd"
|
|
1353
|
-
}, /*#__PURE__*/
|
|
1354
|
+
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
1354
1355
|
id: "bank_icon",
|
|
1355
1356
|
transform: "translate(4.000000, 1.370506)",
|
|
1356
1357
|
stroke: color
|
|
1357
|
-
}, /*#__PURE__*/
|
|
1358
|
+
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
1358
1359
|
d: "M0,35.8917894 L29,35.8917894 M1.5,30.9737566 L27.5,30.9737566 M4.75,30.2196582 L4.75,22.3508058 M11.25,30.2196582 L11.25,22.3508058 M17.75,30.2196582 L17.75,22.3508058 M24.25,30.2196582 L24.25,22.3508058 M29,18.432773 L17.9252222,8.58568093 C16.7131833,7.50808716 16.1072444,6.96930639 15.4234889,6.76468508 C14.8209333,6.58443075 14.1790667,6.58443075 13.5765111,6.76468508 C12.8927556,6.96930639 12.2868167,7.50808716 11.0748422,8.58568093 L0,18.432773 L29,18.432773 Z",
|
|
1359
1360
|
id: "Shape",
|
|
1360
1361
|
"stroke-width": "2.666667"
|
|
1361
|
-
}), /*#__PURE__*/
|
|
1362
|
+
}), /*#__PURE__*/_react.default.createElement("g", {
|
|
1362
1363
|
id: "zap",
|
|
1363
1364
|
transform: "translate(30.500000, 10.629494) rotate(10.000000) translate(-30.500000, -10.629494) translate(26.000000, 0.629494)",
|
|
1364
1365
|
"stroke-linecap": "round",
|
|
1365
1366
|
"stroke-linejoin": "round",
|
|
1366
1367
|
"stroke-width": "2"
|
|
1367
|
-
}, /*#__PURE__*/
|
|
1368
|
+
}, /*#__PURE__*/_react.default.createElement("polygon", {
|
|
1368
1369
|
id: "Path",
|
|
1369
1370
|
points: "0 12 4.5 12 4 20 9 8 4.5 8 5 1.13686838e-13"
|
|
1370
1371
|
})))));
|
|
@@ -1374,24 +1375,24 @@ const DepositIcon = ({
|
|
|
1374
1375
|
size
|
|
1375
1376
|
}) => {
|
|
1376
1377
|
let width = size ?? 20;
|
|
1377
|
-
return /*#__PURE__*/
|
|
1378
|
+
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
1378
1379
|
width: `${width}px`,
|
|
1379
1380
|
height: `${width}px`,
|
|
1380
1381
|
viewBox: "0 0 23 24",
|
|
1381
1382
|
version: "1.1",
|
|
1382
1383
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1383
|
-
}, /*#__PURE__*/
|
|
1384
|
+
}, /*#__PURE__*/_react.default.createElement("title", null, "dollar-sign (1)"), /*#__PURE__*/_react.default.createElement("g", {
|
|
1384
1385
|
id: "Images",
|
|
1385
1386
|
stroke: "none",
|
|
1386
1387
|
"stroke-width": "1",
|
|
1387
1388
|
fill: "none",
|
|
1388
1389
|
"fill-rule": "evenodd"
|
|
1389
|
-
}, /*#__PURE__*/
|
|
1390
|
+
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
1390
1391
|
id: "dollar-sign-(1)",
|
|
1391
1392
|
transform: "translate(1.000000, 1.000000)",
|
|
1392
1393
|
stroke: color,
|
|
1393
1394
|
"stroke-width": "2"
|
|
1394
|
-
}, /*#__PURE__*/
|
|
1395
|
+
}, /*#__PURE__*/_react.default.createElement("line", {
|
|
1395
1396
|
x1: "11.5",
|
|
1396
1397
|
y1: "6",
|
|
1397
1398
|
x2: "11.5",
|
|
@@ -1399,24 +1400,24 @@ const DepositIcon = ({
|
|
|
1399
1400
|
id: "Path",
|
|
1400
1401
|
"stroke-linecap": "round",
|
|
1401
1402
|
"stroke-linejoin": "round"
|
|
1402
|
-
}), /*#__PURE__*/
|
|
1403
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
1403
1404
|
d: "M14.4166667,9 L10.0416667,9 C8.91408531,9 8,9.8954305 8,11 C8,12.1045695 8.91408531,13 10.0416667,13 L12.9583334,13 C14.0859147,13 15,13.8954305 15,15 C15,16.1045695 14.0859147,17 12.9583334,17 L8,17",
|
|
1404
1405
|
id: "Path",
|
|
1405
1406
|
"stroke-linecap": "round",
|
|
1406
1407
|
"stroke-linejoin": "round"
|
|
1407
|
-
}), /*#__PURE__*/
|
|
1408
|
+
}), /*#__PURE__*/_react.default.createElement("circle", {
|
|
1408
1409
|
id: "Oval",
|
|
1409
1410
|
cx: "11.5",
|
|
1410
1411
|
cy: "12.5",
|
|
1411
1412
|
r: "9.5"
|
|
1412
|
-
}), /*#__PURE__*/
|
|
1413
|
+
}), /*#__PURE__*/_react.default.createElement("line", {
|
|
1413
1414
|
x1: "0.5",
|
|
1414
1415
|
y1: "2.5",
|
|
1415
1416
|
x2: "4.5",
|
|
1416
1417
|
y2: "2.5",
|
|
1417
1418
|
id: "Line",
|
|
1418
1419
|
"stroke-linecap": "square"
|
|
1419
|
-
}), /*#__PURE__*/
|
|
1420
|
+
}), /*#__PURE__*/_react.default.createElement("line", {
|
|
1420
1421
|
x1: "2.5",
|
|
1421
1422
|
y1: "4.5",
|
|
1422
1423
|
x2: "2.5",
|
|
@@ -1430,24 +1431,24 @@ const WithdrawIcon = ({
|
|
|
1430
1431
|
size
|
|
1431
1432
|
}) => {
|
|
1432
1433
|
let width = size ?? 20;
|
|
1433
|
-
return /*#__PURE__*/
|
|
1434
|
+
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
1434
1435
|
width: `${width}px`,
|
|
1435
1436
|
height: `${width - 1}px`,
|
|
1436
1437
|
viewBox: "0 0 24 22",
|
|
1437
1438
|
version: "1.1",
|
|
1438
1439
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1439
|
-
}, /*#__PURE__*/
|
|
1440
|
+
}, /*#__PURE__*/_react.default.createElement("title", null, "dollar-sign (1)"), /*#__PURE__*/_react.default.createElement("g", {
|
|
1440
1441
|
id: "Images",
|
|
1441
1442
|
stroke: "none",
|
|
1442
1443
|
"stroke-width": "1",
|
|
1443
1444
|
fill: "none",
|
|
1444
1445
|
"fill-rule": "evenodd"
|
|
1445
|
-
}, /*#__PURE__*/
|
|
1446
|
+
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
1446
1447
|
id: "dollar-sign-(1)",
|
|
1447
1448
|
transform: "translate(1.000000, 1.000000)",
|
|
1448
1449
|
stroke: color,
|
|
1449
1450
|
"stroke-width": "2"
|
|
1450
|
-
}, /*#__PURE__*/
|
|
1451
|
+
}, /*#__PURE__*/_react.default.createElement("line", {
|
|
1451
1452
|
x1: "12.5",
|
|
1452
1453
|
y1: "4",
|
|
1453
1454
|
x2: "12.5",
|
|
@@ -1455,17 +1456,17 @@ const WithdrawIcon = ({
|
|
|
1455
1456
|
id: "Path",
|
|
1456
1457
|
"stroke-linecap": "round",
|
|
1457
1458
|
"stroke-linejoin": "round"
|
|
1458
|
-
}), /*#__PURE__*/
|
|
1459
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
1459
1460
|
d: "M15.4166667,7 L11.0416667,7 C9.91408531,7 9,7.8954305 9,9 C9,10.1045695 9.91408531,11 11.0416667,11 L13.9583334,11 C15.0859147,11 16,11.8954305 16,13 C16,14.1045695 15.0859147,15 13.9583334,15 L9,15",
|
|
1460
1461
|
id: "Path",
|
|
1461
1462
|
"stroke-linecap": "round",
|
|
1462
1463
|
"stroke-linejoin": "round"
|
|
1463
|
-
}), /*#__PURE__*/
|
|
1464
|
+
}), /*#__PURE__*/_react.default.createElement("circle", {
|
|
1464
1465
|
id: "Oval",
|
|
1465
1466
|
cx: "12.5",
|
|
1466
1467
|
cy: "10.5",
|
|
1467
1468
|
r: "9.5"
|
|
1468
|
-
}), /*#__PURE__*/
|
|
1469
|
+
}), /*#__PURE__*/_react.default.createElement("line", {
|
|
1469
1470
|
x1: "0.5",
|
|
1470
1471
|
y1: "0.5",
|
|
1471
1472
|
x2: "5.5",
|
|
@@ -1481,13 +1482,13 @@ const SnoozeIcon = ({
|
|
|
1481
1482
|
let ratio = 0.912;
|
|
1482
1483
|
let height = size ?? 34;
|
|
1483
1484
|
let width = height * ratio;
|
|
1484
|
-
return /*#__PURE__*/
|
|
1485
|
+
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
1485
1486
|
width: `${width}px`,
|
|
1486
1487
|
height: `${height}px`,
|
|
1487
1488
|
viewBox: "0 0 31 34",
|
|
1488
1489
|
version: "1.1",
|
|
1489
1490
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1490
|
-
}, /*#__PURE__*/
|
|
1491
|
+
}, /*#__PURE__*/_react.default.createElement("title", null, "sleep-svgrepo-com"), /*#__PURE__*/_react.default.createElement("g", {
|
|
1491
1492
|
id: "Images",
|
|
1492
1493
|
stroke: "none",
|
|
1493
1494
|
"stroke-width": "1",
|
|
@@ -1495,12 +1496,12 @@ const SnoozeIcon = ({
|
|
|
1495
1496
|
"fill-rule": "evenodd",
|
|
1496
1497
|
"stroke-linecap": "round",
|
|
1497
1498
|
"stroke-linejoin": "round"
|
|
1498
|
-
}, /*#__PURE__*/
|
|
1499
|
+
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
1499
1500
|
id: "sleep-svgrepo-com",
|
|
1500
1501
|
transform: "translate(1.000000, 1.000000)",
|
|
1501
1502
|
stroke: color,
|
|
1502
1503
|
"stroke-width": "2"
|
|
1503
|
-
}, /*#__PURE__*/
|
|
1504
|
+
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
1504
1505
|
d: "M0,0 L13.518797,0 L0,16 L13.518797,16 M18.9699248,10.8108108 L29,10.8108108 L18.9699248,22.7027027 L29,22.7027027 M5.23308271,22.7027027 L13.0827068,22.7027027 L5.23308271,32 L13.0827068,32",
|
|
1505
1506
|
id: "Shape"
|
|
1506
1507
|
}))));
|
|
@@ -1514,46 +1515,46 @@ const MoreIcon = ({
|
|
|
1514
1515
|
let height = size ?? 24;
|
|
1515
1516
|
let width = height / ratio;
|
|
1516
1517
|
if (['up', 'down'].includes(direction ?? 'up')) {
|
|
1517
|
-
return /*#__PURE__*/
|
|
1518
|
+
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
1518
1519
|
width: `${width}px`,
|
|
1519
1520
|
height: `${height}px`,
|
|
1520
1521
|
viewBox: "0 0 6 24",
|
|
1521
1522
|
version: "1.1",
|
|
1522
1523
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1523
|
-
}, /*#__PURE__*/
|
|
1524
|
+
}, /*#__PURE__*/_react.default.createElement("title", null, "Group"), /*#__PURE__*/_react.default.createElement("g", {
|
|
1524
1525
|
id: "Page-1",
|
|
1525
1526
|
stroke: "none",
|
|
1526
1527
|
"stroke-width": "1",
|
|
1527
1528
|
fill: "none",
|
|
1528
1529
|
"fill-rule": "evenodd"
|
|
1529
|
-
}, /*#__PURE__*/
|
|
1530
|
+
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
1530
1531
|
id: "Group",
|
|
1531
1532
|
transform: "translate(0.000000, 0.000000)",
|
|
1532
1533
|
fill: color,
|
|
1533
1534
|
"fill-rule": "nonzero"
|
|
1534
|
-
}, /*#__PURE__*/
|
|
1535
|
+
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
1535
1536
|
d: "M-6,15 C-6.79565,15 -7.55871,14.6839259 -8.12132,14.1213159 C-8.68393,13.5587159 -9,12.7956459 -9,12 C-9,11.2043459 -8.68393,10.4412859 -8.12132,9.87867986 C-7.55871,9.31607086 -6.79565,9 -6,9 C-5.20435,9 -4.44129,9.31607086 -3.87868,9.87867986 C-3.31607,10.4412859 -3,11.2043459 -3,12 C-3,12.7956459 -3.31607,13.5587159 -3.87868,14.1213159 C-4.44129,14.6839259 -5.20435,15 -6,15 Z M12,15 C11.2044,15 10.4413,14.6839259 9.8787,14.1213159 C9.3161,13.5587159 9,12.7956459 9,12 C9,11.2043459 9.3161,10.4412859 9.8787,9.87867986 C10.4413,9.31607086 11.2044,9 12,9 C12.7956,9 13.5587,9.31607086 14.1213,9.87867986 C14.6839,10.4412859 15,11.2043459 15,12 C15,12.7956459 14.6839,13.5587159 14.1213,14.1213159 C13.5587,14.6839259 12.7956,15 12,15 Z M3,15 C2.2044,15 1.4413,14.6839259 0.87868,14.1213159 C0.31607,13.5587159 0,12.7956459 0,12 C0,11.2043459 0.31607,10.4412859 0.87868,9.87867986 C1.4413,9.31607086 2.2044,9 3,9 C3.7956,9 4.5587,9.31607086 5.1213,9.87867986 C5.6839,10.4412859 6,11.2043459 6,12 C6,12.7956459 5.6839,13.5587159 5.1213,14.1213159 C4.5587,14.6839259 3.7956,15 3,15 Z",
|
|
1536
1537
|
id: "Shape",
|
|
1537
1538
|
transform: "translate(3.000000, 12.000000) rotate(90.000000) translate(-3.000000, -12.000000) "
|
|
1538
1539
|
}))));
|
|
1539
1540
|
}
|
|
1540
|
-
return /*#__PURE__*/
|
|
1541
|
+
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
1541
1542
|
width: `${height}px`,
|
|
1542
1543
|
height: `${width}px`,
|
|
1543
1544
|
viewBox: "0 0 24 6",
|
|
1544
1545
|
version: "1.1",
|
|
1545
1546
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1546
|
-
}, /*#__PURE__*/
|
|
1547
|
+
}, /*#__PURE__*/_react.default.createElement("title", null, "Group"), /*#__PURE__*/_react.default.createElement("g", {
|
|
1547
1548
|
id: "Page-1",
|
|
1548
1549
|
stroke: "none",
|
|
1549
1550
|
"stroke-width": "1",
|
|
1550
1551
|
fill: "none",
|
|
1551
1552
|
"fill-rule": "evenodd"
|
|
1552
|
-
}, /*#__PURE__*/
|
|
1553
|
+
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
1553
1554
|
id: "Group",
|
|
1554
1555
|
fill: color,
|
|
1555
1556
|
"fill-rule": "nonzero"
|
|
1556
|
-
}, /*#__PURE__*/
|
|
1557
|
+
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
1557
1558
|
d: "M3,6 C2.20435,6 1.44129,5.68392586 0.87868,5.12131586 C0.31607,4.55871586 0,3.79564586 0,3 C0,2.20434586 0.31607,1.44128586 0.87868,0.878679859 C1.44129,0.316070859 2.20435,0 3,0 C3.79565,0 4.55871,0.316070859 5.12132,0.878679859 C5.68393,1.44128586 6,2.20434586 6,3 C6,3.79564586 5.68393,4.55871586 5.12132,5.12131586 C4.55871,5.68392586 3.79565,6 3,6 Z M21,6 C20.2044,6 19.4413,5.68392586 18.8787,5.12131586 C18.3161,4.55871586 18,3.79564586 18,3 C18,2.20434586 18.3161,1.44128586 18.8787,0.878679859 C19.4413,0.316070859 20.2044,0 21,0 C21.7956,0 22.5587,0.316070859 23.1213,0.878679859 C23.6839,1.44128586 24,2.20434586 24,3 C24,3.79564586 23.6839,4.55871586 23.1213,5.12131586 C22.5587,5.68392586 21.7956,6 21,6 Z M12,6 C11.2044,6 10.4413,5.68392586 9.87868,5.12131586 C9.31607,4.55871586 9,3.79564586 9,3 C9,2.20434586 9.31607,1.44128586 9.87868,0.878679859 C10.4413,0.316070859 11.2044,0 12,0 C12.7956,0 13.5587,0.316070859 14.1213,0.878679859 C14.6839,1.44128586 15,2.20434586 15,3 C15,3.79564586 14.6839,4.55871586 14.1213,5.12131586 C13.5587,5.68392586 12.7956,6 12,6 Z",
|
|
1558
1559
|
id: "Shape"
|
|
1559
1560
|
}))));
|
|
@@ -1561,13 +1562,13 @@ const MoreIcon = ({
|
|
|
1561
1562
|
const MenuIcon = ({
|
|
1562
1563
|
color
|
|
1563
1564
|
}) => {
|
|
1564
|
-
return /*#__PURE__*/
|
|
1565
|
+
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
1565
1566
|
width: "20px",
|
|
1566
1567
|
height: "15px",
|
|
1567
1568
|
viewBox: "0 0 20 15",
|
|
1568
1569
|
version: "1.1",
|
|
1569
1570
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1570
|
-
}, /*#__PURE__*/
|
|
1571
|
+
}, /*#__PURE__*/_react.default.createElement("title", null, "menu"), /*#__PURE__*/_react.default.createElement("g", {
|
|
1571
1572
|
id: "Page-1",
|
|
1572
1573
|
stroke: "none",
|
|
1573
1574
|
"stroke-width": "1",
|
|
@@ -1575,24 +1576,24 @@ const MenuIcon = ({
|
|
|
1575
1576
|
"fill-rule": "evenodd",
|
|
1576
1577
|
"stroke-linecap": "round",
|
|
1577
1578
|
"stroke-linejoin": "round"
|
|
1578
|
-
}, /*#__PURE__*/
|
|
1579
|
+
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
1579
1580
|
id: "menu",
|
|
1580
1581
|
transform: "translate(1.000000, 1.000000)",
|
|
1581
1582
|
stroke: color,
|
|
1582
1583
|
"stroke-width": "2"
|
|
1583
|
-
}, /*#__PURE__*/
|
|
1584
|
+
}, /*#__PURE__*/_react.default.createElement("line", {
|
|
1584
1585
|
x1: "0",
|
|
1585
1586
|
y1: "6.5",
|
|
1586
1587
|
x2: "18",
|
|
1587
1588
|
y2: "6.5",
|
|
1588
1589
|
id: "Path"
|
|
1589
|
-
}), /*#__PURE__*/
|
|
1590
|
+
}), /*#__PURE__*/_react.default.createElement("line", {
|
|
1590
1591
|
x1: "0",
|
|
1591
1592
|
y1: "0.5",
|
|
1592
1593
|
x2: "18",
|
|
1593
1594
|
y2: "0.5",
|
|
1594
1595
|
id: "Path"
|
|
1595
|
-
}), /*#__PURE__*/
|
|
1596
|
+
}), /*#__PURE__*/_react.default.createElement("line", {
|
|
1596
1597
|
x1: "0",
|
|
1597
1598
|
y1: "12.5",
|
|
1598
1599
|
x2: "18",
|
|
@@ -1604,13 +1605,13 @@ const ImageIcon = ({
|
|
|
1604
1605
|
color,
|
|
1605
1606
|
size
|
|
1606
1607
|
}) => {
|
|
1607
|
-
return /*#__PURE__*/
|
|
1608
|
+
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
1608
1609
|
width: `${size ?? 20}px`,
|
|
1609
1610
|
height: `${size ?? 20}px`,
|
|
1610
1611
|
viewBox: "0 0 20 20",
|
|
1611
1612
|
version: "1.1",
|
|
1612
1613
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1613
|
-
}, /*#__PURE__*/
|
|
1614
|
+
}, /*#__PURE__*/_react.default.createElement("title", null, "image"), /*#__PURE__*/_react.default.createElement("g", {
|
|
1614
1615
|
id: "Page-1",
|
|
1615
1616
|
stroke: "none",
|
|
1616
1617
|
"stroke-width": "1",
|
|
@@ -1618,24 +1619,24 @@ const ImageIcon = ({
|
|
|
1618
1619
|
"fill-rule": "evenodd",
|
|
1619
1620
|
"stroke-linecap": "round",
|
|
1620
1621
|
"stroke-linejoin": "round"
|
|
1621
|
-
}, /*#__PURE__*/
|
|
1622
|
+
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
1622
1623
|
id: "image",
|
|
1623
1624
|
transform: "translate(1.000000, 1.000000)",
|
|
1624
1625
|
stroke: color,
|
|
1625
1626
|
"stroke-width": "2"
|
|
1626
|
-
}, /*#__PURE__*/
|
|
1627
|
+
}, /*#__PURE__*/_react.default.createElement("rect", {
|
|
1627
1628
|
id: "Rectangle",
|
|
1628
1629
|
x: "0",
|
|
1629
1630
|
y: "0",
|
|
1630
1631
|
width: "18",
|
|
1631
1632
|
height: "18",
|
|
1632
1633
|
rx: "2"
|
|
1633
|
-
}), /*#__PURE__*/
|
|
1634
|
+
}), /*#__PURE__*/_react.default.createElement("circle", {
|
|
1634
1635
|
id: "Oval",
|
|
1635
1636
|
cx: "5.5",
|
|
1636
1637
|
cy: "5.5",
|
|
1637
1638
|
r: "1.5"
|
|
1638
|
-
}), /*#__PURE__*/
|
|
1639
|
+
}), /*#__PURE__*/_react.default.createElement("polyline", {
|
|
1639
1640
|
id: "Path",
|
|
1640
1641
|
points: "18 12 13 7 2 18"
|
|
1641
1642
|
}))));
|
|
@@ -1644,23 +1645,23 @@ const CheckIcon = ({
|
|
|
1644
1645
|
color,
|
|
1645
1646
|
size
|
|
1646
1647
|
}) => {
|
|
1647
|
-
return /*#__PURE__*/
|
|
1648
|
+
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
1648
1649
|
width: `${size ?? 14}px`,
|
|
1649
1650
|
height: `${size ?? 14}px`,
|
|
1650
1651
|
viewBox: "0 0 14 10",
|
|
1651
1652
|
version: "1.1",
|
|
1652
1653
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1653
|
-
}, /*#__PURE__*/
|
|
1654
|
+
}, /*#__PURE__*/_react.default.createElement("title", null, "Group"), /*#__PURE__*/_react.default.createElement("g", {
|
|
1654
1655
|
id: "Page-1",
|
|
1655
1656
|
stroke: "none",
|
|
1656
1657
|
"stroke-width": "1",
|
|
1657
1658
|
fill: "none",
|
|
1658
1659
|
"fill-rule": "evenodd"
|
|
1659
|
-
}, /*#__PURE__*/
|
|
1660
|
+
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
1660
1661
|
id: "Group",
|
|
1661
1662
|
fill: color,
|
|
1662
1663
|
"fill-rule": "nonzero"
|
|
1663
|
-
}, /*#__PURE__*/
|
|
1664
|
+
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
1664
1665
|
d: "M5.25478903,9.07120602 C5.12351903,9.07146406 4.99349903,9.04581406 4.87216903,8.99570406 C4.75083903,8.94559406 4.64060903,8.87202406 4.54778903,8.77920406 L0.305787033,4.53620406 C0.210214033,4.44402406 0.133956033,4.33373406 0.0814620331,4.21176406 C0.0289690331,4.08979406 0.0012910331,3.95860406 1.94289029e-16,3.82582406 C-0.0012019669,3.69304406 0.0240070331,3.56134406 0.0742000331,3.43841406 C0.124394033,3.31548406 0.198568033,3.20378406 0.292393033,3.10982406 C0.386219033,3.01586406 0.497817033,2.94153406 0.620677033,2.89116406 C0.743536033,2.84080406 0.875199033,2.81540406 1.00797903,2.81646406 C1.14075903,2.81752406 1.27198903,2.84501406 1.39402903,2.89733406 C1.51606903,2.94965406 1.62646903,3.02576406 1.71878903,3.12120406 L5.25378903,6.65620406 L11.618799,0.293202063 C11.806299,0.105562063 12.060699,9.30628876e-05 12.325899,3.33066907e-16 C12.591199,-9.39371124e-05 12.845599,0.105194063 13.033299,0.292702063 C13.220899,0.480214063 13.3264991,0.734574063 13.3264991,0.999844063 C13.3264991,1.26511406 13.221299,1.51956406 13.033799,1.70720406 L5.96178903,8.77920406 C5.86896903,8.87202406 5.75872903,8.94559406 5.63740903,8.99570406 C5.51607903,9.04581406 5.38604903,9.07146406 5.25478903,9.07120602 Z",
|
|
1665
1666
|
id: "Path"
|
|
1666
1667
|
}))));
|
|
@@ -1676,23 +1677,23 @@ const BettorEdgeIcon = ({
|
|
|
1676
1677
|
height = size * 2;
|
|
1677
1678
|
width = height * ratio;
|
|
1678
1679
|
}
|
|
1679
|
-
return /*#__PURE__*/
|
|
1680
|
+
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
1680
1681
|
width: `${width}px`,
|
|
1681
1682
|
height: `${height}px`,
|
|
1682
1683
|
viewBox: "0 0 45 58",
|
|
1683
1684
|
version: "1.1",
|
|
1684
1685
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1685
|
-
}, /*#__PURE__*/
|
|
1686
|
+
}, /*#__PURE__*/_react.default.createElement("title", null, "Group"), /*#__PURE__*/_react.default.createElement("g", {
|
|
1686
1687
|
id: "Page-1",
|
|
1687
1688
|
stroke: "none",
|
|
1688
1689
|
"stroke-width": "1",
|
|
1689
1690
|
fill: "none",
|
|
1690
1691
|
"fill-rule": "evenodd"
|
|
1691
|
-
}, /*#__PURE__*/
|
|
1692
|
+
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
1692
1693
|
id: "Group",
|
|
1693
1694
|
fill: color,
|
|
1694
1695
|
"fill-rule": "nonzero"
|
|
1695
|
-
}, /*#__PURE__*/
|
|
1696
|
+
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
1696
1697
|
d: "M21.6596,34.4057 L31.3356,44.3798 L44.1069,43.1291 L44.1069,53.5633 L21.6596,57.2682 L21.6596,57.3389 L15.78,56.3557 C15.78,56.3557 21.6596,56.1748 21.6596,50.8967 L21.6596,34.4057 Z M0,33.0803 L9.64838,33.3635 C9.64838,33.3635 12.4051,34.0596 12.4051,39.5422 C12.4051,45.0248 9.64838,45.3512 9.64838,45.3512 L0,44.3522 L0,33.0803 Z M31.1111,13.0182 L31.1111,23.5586 L43.3193,23.9361 L43.3193,33.332 L31.4104,33.7017 L31.3356,43.9629 L21.6596,33.8669 L16.7646,28.7304 L21.6596,23.3108 L31.1111,13.0182 Z M9.64838,12.0507 C9.64838,12.0507 12.4051,12.3732 12.4051,17.1989 C12.4051,22.0247 9.64838,22.7051 9.64838,22.7051 L0,23.063 L0,13.0418 L9.64838,12.0507 Z M21.6596,0 L44.1069,3.71667 L44.1069,13.6868 L31.1269,12.3928 L21.6596,22.6972 L21.6596,6.51302 C21.6596,1.89471 17.1581,1.1759 16.0327,1.06836 L15.8461,1.05347 C15.8245,1.05215 15.808,1.05131 15.7969,1.0508 L15.78,1.05011 L21.6596,0.0707937 L21.6596,0 Z",
|
|
1697
1698
|
id: "Shape"
|
|
1698
1699
|
}))));
|
|
@@ -1701,13 +1702,13 @@ const CheckCirlceIcon = ({
|
|
|
1701
1702
|
color,
|
|
1702
1703
|
size
|
|
1703
1704
|
}) => {
|
|
1704
|
-
return /*#__PURE__*/
|
|
1705
|
+
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
1705
1706
|
width: `${size ?? 14}px`,
|
|
1706
1707
|
height: `${size ?? 14}px`,
|
|
1707
1708
|
viewBox: "0 0 22 22",
|
|
1708
1709
|
version: "1.1",
|
|
1709
1710
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1710
|
-
}, /*#__PURE__*/
|
|
1711
|
+
}, /*#__PURE__*/_react.default.createElement("title", null, "check-circle"), /*#__PURE__*/_react.default.createElement("g", {
|
|
1711
1712
|
id: "Page-1",
|
|
1712
1713
|
stroke: "none",
|
|
1713
1714
|
"stroke-width": "1",
|
|
@@ -1715,15 +1716,15 @@ const CheckCirlceIcon = ({
|
|
|
1715
1716
|
"fill-rule": "evenodd",
|
|
1716
1717
|
"stroke-linecap": "round",
|
|
1717
1718
|
"stroke-linejoin": "round"
|
|
1718
|
-
}, /*#__PURE__*/
|
|
1719
|
+
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
1719
1720
|
id: "check-circle",
|
|
1720
1721
|
transform: "translate(1.000000, 1.000000)",
|
|
1721
1722
|
stroke: color,
|
|
1722
1723
|
"stroke-width": "2"
|
|
1723
|
-
}, /*#__PURE__*/
|
|
1724
|
+
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
1724
1725
|
d: "M20.0000565,9.08623485 L20.0000565,10.0062349 C19.9975243,14.4349207 17.0823504,18.3344478 12.8354089,19.5901358 C8.58846732,20.8458238 4.02145001,19.158547 1.61101155,15.4433012 C-0.799426916,11.7280554 -0.479080094,6.86987383 2.39833065,3.503307 C5.2757414,0.136740166 10.0247691,-0.936239861 14.0700565,0.866234854",
|
|
1725
1726
|
id: "Path"
|
|
1726
|
-
}), /*#__PURE__*/
|
|
1727
|
+
}), /*#__PURE__*/_react.default.createElement("polyline", {
|
|
1727
1728
|
id: "Path",
|
|
1728
1729
|
points: "20.0000565 2.00623485 10.0000565 12.0162349 7.00005646 9.01623485"
|
|
1729
1730
|
}))));
|
|
@@ -1732,13 +1733,13 @@ const CloseIcon = ({
|
|
|
1732
1733
|
color,
|
|
1733
1734
|
size
|
|
1734
1735
|
}) => {
|
|
1735
|
-
return /*#__PURE__*/
|
|
1736
|
+
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
1736
1737
|
width: `${size ?? 14}px`,
|
|
1737
1738
|
height: `${size ?? 14}px`,
|
|
1738
1739
|
viewBox: "0 0 14 14",
|
|
1739
1740
|
version: "1.1",
|
|
1740
1741
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1741
|
-
}, /*#__PURE__*/
|
|
1742
|
+
}, /*#__PURE__*/_react.default.createElement("title", null, "x"), /*#__PURE__*/_react.default.createElement("g", {
|
|
1742
1743
|
id: "Page-1",
|
|
1743
1744
|
stroke: "none",
|
|
1744
1745
|
"stroke-width": "1",
|
|
@@ -1746,18 +1747,18 @@ const CloseIcon = ({
|
|
|
1746
1747
|
"fill-rule": "evenodd",
|
|
1747
1748
|
"stroke-linecap": "round",
|
|
1748
1749
|
"stroke-linejoin": "round"
|
|
1749
|
-
}, /*#__PURE__*/
|
|
1750
|
+
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
1750
1751
|
id: "x",
|
|
1751
1752
|
transform: "translate(1.000000, 1.000000)",
|
|
1752
1753
|
stroke: color,
|
|
1753
1754
|
"stroke-width": "2"
|
|
1754
|
-
}, /*#__PURE__*/
|
|
1755
|
+
}, /*#__PURE__*/_react.default.createElement("line", {
|
|
1755
1756
|
x1: "12",
|
|
1756
1757
|
y1: "0",
|
|
1757
1758
|
x2: "0",
|
|
1758
1759
|
y2: "12",
|
|
1759
1760
|
id: "Path"
|
|
1760
|
-
}), /*#__PURE__*/
|
|
1761
|
+
}), /*#__PURE__*/_react.default.createElement("line", {
|
|
1761
1762
|
x1: "0",
|
|
1762
1763
|
y1: "0",
|
|
1763
1764
|
x2: "12",
|
|
@@ -1769,26 +1770,26 @@ const InProgressIcon = ({
|
|
|
1769
1770
|
color,
|
|
1770
1771
|
size
|
|
1771
1772
|
}) => {
|
|
1772
|
-
return /*#__PURE__*/
|
|
1773
|
+
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
1773
1774
|
width: `${size ?? 14}px`,
|
|
1774
1775
|
height: `${size ?? 14}px`,
|
|
1775
1776
|
viewBox: "0 0 24 24",
|
|
1776
1777
|
version: "1.1",
|
|
1777
1778
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1778
|
-
}, /*#__PURE__*/
|
|
1779
|
+
}, /*#__PURE__*/_react.default.createElement("title", null, "in-progress-svgrepo-com"), /*#__PURE__*/_react.default.createElement("g", {
|
|
1779
1780
|
id: "Page-1",
|
|
1780
1781
|
stroke: "none",
|
|
1781
1782
|
"stroke-width": "1",
|
|
1782
1783
|
fill: "none",
|
|
1783
1784
|
"fill-rule": "evenodd"
|
|
1784
|
-
}, /*#__PURE__*/
|
|
1785
|
+
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
1785
1786
|
id: "in-progress-svgrepo-com"
|
|
1786
|
-
}, /*#__PURE__*/
|
|
1787
|
+
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
1787
1788
|
d: "M11.7,2 C11.6,2 11.6,2 11.5,2 C11.5,2 11.5,2 11.4,2 L11.4,2 C11.2,2 11.1,2 10.9,2 L11.1,4 C11.5,4 12,4 12.4,4 C16.4,4.3 19.7,7.5 19.9,11.6 C20.1,16 16.7,19.8 12.3,20 C12.3,20 12.2,20 12.1,20 C11.8,20 11.4,20 11.1,20 L11,22 C11.4,22 11.8,22 12.3,22 C12.4,22 12.6,22 12.7,22 L12.7,22 C18.1,21.6 22.2,17 22,11.6 C21.8,6.5 17.7,2.5 12.7,2.1 L12.7,2.1 C12.7,2.1 12.7,2.1 12.7,2.1 C12.5,2.1 12.4,2.1 12.2,2.1 C12,2 11.9,2 11.7,2 Z M8.2,2.7 C7.7,3 7.2,3.2 6.7,3.5 L7.8,5.2 C8.1,5 8.5,4.8 8.9,4.6 L8.2,2.7 Z M4.5,5.4 C4.1,5.8 3.8,6.3 3.5,6.7 L5.2,7.7 C5.4,7.4 5.7,7.1 6,6.7 L4.5,5.4 Z M15.4,8.4 L10.8,13.6 L8.1,11.5 L7,13.2 L11.2,16.4 L17,9.8 L15.4,8.4 Z M2.4,9 C2.2,9.5 2.1,10.1 2.1,10.6 L4.1,10.9 C4.2,10.5 4.2,10 4.4,9.6 L2.4,9 Z M4.1,13 L2.1,13.2 C2.1,13.3 2.1,13.4 2.1,13.5 C2.2,13.9 2.3,14.4 2.4,14.8 L4.3,14.2 C4.2,13.9 4.1,13.5 4.1,13.1 L4.1,13 Z M5.2,16.2 L3.5,17.3 C3.8,17.8 4.1,18.2 4.5,18.6 L6,17.3 C5.7,16.9 5.4,16.6 5.2,16.2 Z M7.8,18.8 L6.7,20.5 C7.2,20.8 7.7,21 8.2,21.3 L9,19.5 C8.5,19.2 8.1,19 7.8,18.8 Z",
|
|
1788
1789
|
id: "Shape",
|
|
1789
1790
|
fill: color,
|
|
1790
1791
|
"fill-rule": "nonzero"
|
|
1791
|
-
}), /*#__PURE__*/
|
|
1792
|
+
}), /*#__PURE__*/_react.default.createElement("rect", {
|
|
1792
1793
|
id: "Rectangle",
|
|
1793
1794
|
x: "0",
|
|
1794
1795
|
y: "0",
|
|
@@ -1800,13 +1801,13 @@ const UserIcon = ({
|
|
|
1800
1801
|
color,
|
|
1801
1802
|
size
|
|
1802
1803
|
}) => {
|
|
1803
|
-
return /*#__PURE__*/
|
|
1804
|
+
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
1804
1805
|
width: `${size ?? 14}px`,
|
|
1805
1806
|
height: `${size ?? 14}px`,
|
|
1806
1807
|
viewBox: "0 0 18 20",
|
|
1807
1808
|
version: "1.1",
|
|
1808
1809
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1809
|
-
}, /*#__PURE__*/
|
|
1810
|
+
}, /*#__PURE__*/_react.default.createElement("title", null, "user"), /*#__PURE__*/_react.default.createElement("g", {
|
|
1810
1811
|
id: "Page-1",
|
|
1811
1812
|
stroke: "none",
|
|
1812
1813
|
"stroke-width": "1",
|
|
@@ -1814,15 +1815,15 @@ const UserIcon = ({
|
|
|
1814
1815
|
"fill-rule": "evenodd",
|
|
1815
1816
|
"stroke-linecap": "round",
|
|
1816
1817
|
"stroke-linejoin": "round"
|
|
1817
|
-
}, /*#__PURE__*/
|
|
1818
|
+
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
1818
1819
|
id: "user",
|
|
1819
1820
|
transform: "translate(1.000000, 1.000000)",
|
|
1820
1821
|
stroke: color,
|
|
1821
1822
|
"stroke-width": "2"
|
|
1822
|
-
}, /*#__PURE__*/
|
|
1823
|
+
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
1823
1824
|
d: "M16,18 L16,16 C16,13.790861 14.209139,12 12,12 L4,12 C1.790861,12 0,13.790861 0,16 L0,18",
|
|
1824
1825
|
id: "Path"
|
|
1825
|
-
}), /*#__PURE__*/
|
|
1826
|
+
}), /*#__PURE__*/_react.default.createElement("circle", {
|
|
1826
1827
|
id: "Oval",
|
|
1827
1828
|
cx: "8",
|
|
1828
1829
|
cy: "4",
|
|
@@ -1836,13 +1837,13 @@ const ListIcon = ({
|
|
|
1836
1837
|
let ratio = 1.4;
|
|
1837
1838
|
let height = size ?? 14;
|
|
1838
1839
|
let width = height * ratio;
|
|
1839
|
-
return /*#__PURE__*/
|
|
1840
|
+
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
1840
1841
|
width: `${width}px`,
|
|
1841
1842
|
height: `${height}px`,
|
|
1842
1843
|
viewBox: "0 0 21 15",
|
|
1843
1844
|
version: "1.1",
|
|
1844
1845
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1845
|
-
}, /*#__PURE__*/
|
|
1846
|
+
}, /*#__PURE__*/_react.default.createElement("title", null, "list"), /*#__PURE__*/_react.default.createElement("g", {
|
|
1846
1847
|
id: "Page-1",
|
|
1847
1848
|
stroke: "none",
|
|
1848
1849
|
"stroke-width": "1",
|
|
@@ -1850,42 +1851,42 @@ const ListIcon = ({
|
|
|
1850
1851
|
"fill-rule": "evenodd",
|
|
1851
1852
|
"stroke-linecap": "round",
|
|
1852
1853
|
"stroke-linejoin": "round"
|
|
1853
|
-
}, /*#__PURE__*/
|
|
1854
|
+
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
1854
1855
|
id: "list",
|
|
1855
1856
|
transform: "translate(1.000000, 1.000000)",
|
|
1856
1857
|
stroke: color,
|
|
1857
1858
|
"stroke-width": "2"
|
|
1858
|
-
}, /*#__PURE__*/
|
|
1859
|
+
}, /*#__PURE__*/_react.default.createElement("line", {
|
|
1859
1860
|
x1: "5.495",
|
|
1860
1861
|
y1: "0.5",
|
|
1861
1862
|
x2: "18.495",
|
|
1862
1863
|
y2: "0.5",
|
|
1863
1864
|
id: "Path"
|
|
1864
|
-
}), /*#__PURE__*/
|
|
1865
|
+
}), /*#__PURE__*/_react.default.createElement("line", {
|
|
1865
1866
|
x1: "5.495",
|
|
1866
1867
|
y1: "6.5",
|
|
1867
1868
|
x2: "18.495",
|
|
1868
1869
|
y2: "6.5",
|
|
1869
1870
|
id: "Path"
|
|
1870
|
-
}), /*#__PURE__*/
|
|
1871
|
+
}), /*#__PURE__*/_react.default.createElement("line", {
|
|
1871
1872
|
x1: "5.495",
|
|
1872
1873
|
y1: "12.5",
|
|
1873
1874
|
x2: "18.495",
|
|
1874
1875
|
y2: "12.5",
|
|
1875
1876
|
id: "Path"
|
|
1876
|
-
}), /*#__PURE__*/
|
|
1877
|
+
}), /*#__PURE__*/_react.default.createElement("line", {
|
|
1877
1878
|
x1: "0.495",
|
|
1878
1879
|
y1: "0.5",
|
|
1879
1880
|
x2: "0.505",
|
|
1880
1881
|
y2: "0.5",
|
|
1881
1882
|
id: "Path"
|
|
1882
|
-
}), /*#__PURE__*/
|
|
1883
|
+
}), /*#__PURE__*/_react.default.createElement("line", {
|
|
1883
1884
|
x1: "0.495",
|
|
1884
1885
|
y1: "6.5",
|
|
1885
1886
|
x2: "0.505",
|
|
1886
1887
|
y2: "6.5",
|
|
1887
1888
|
id: "Path"
|
|
1888
|
-
}), /*#__PURE__*/
|
|
1889
|
+
}), /*#__PURE__*/_react.default.createElement("line", {
|
|
1889
1890
|
x1: "0.495",
|
|
1890
1891
|
y1: "12.5",
|
|
1891
1892
|
x2: "0.505",
|
|
@@ -1897,23 +1898,23 @@ const TrophyIcon = ({
|
|
|
1897
1898
|
color,
|
|
1898
1899
|
size
|
|
1899
1900
|
}) => {
|
|
1900
|
-
return /*#__PURE__*/
|
|
1901
|
+
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
1901
1902
|
width: `${size ?? 14}px`,
|
|
1902
1903
|
height: `${size ?? 14}px`,
|
|
1903
1904
|
viewBox: "0 0 16 16",
|
|
1904
1905
|
version: "1.1",
|
|
1905
1906
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1906
|
-
}, /*#__PURE__*/
|
|
1907
|
+
}, /*#__PURE__*/_react.default.createElement("title", null, "Group"), /*#__PURE__*/_react.default.createElement("g", {
|
|
1907
1908
|
id: "Page-1",
|
|
1908
1909
|
stroke: "none",
|
|
1909
1910
|
"stroke-width": "1",
|
|
1910
1911
|
fill: "none",
|
|
1911
1912
|
"fill-rule": "evenodd"
|
|
1912
|
-
}, /*#__PURE__*/
|
|
1913
|
+
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
1913
1914
|
id: "Group",
|
|
1914
1915
|
transform: "translate(0.000000, 0.000000)",
|
|
1915
1916
|
fill: color
|
|
1916
|
-
}, /*#__PURE__*/
|
|
1917
|
+
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
1917
1918
|
d: "M15.9744,2.74451 C15.8361,1.81267 15.1711,1.06941 14.3196,0.895008 C14.0161,0.832855 13.7183,0.846759 13.4379,0.928709 L13.4379,0.690593 C13.4379,0.309201 13.1374,0 12.7666,0 L3.23337997,0 C3.05515997,0 2.88428997,0.0728345 2.75833997,0.202666 C2.63239997,0.332405 2.56177997,0.508276 2.56204997,0.691606 L2.56230997,0.928801 C2.28196997,0.846759 1.98397997,0.832763 1.68035997,0.895008 C0.828752974,1.06941 0.163774974,1.81267 0.0255696737,2.74451 C-0.0737876263,3.41457 -0.00754954628,5.1021 2.58916997,6.68521 C2.77373997,8.73812 5.37310997,10.3952 7.33303997,10.7075 L7.33303997,11.9521 L4.30004997,11.9521 C3.92928997,11.9521 3.62870997,12.2613 3.62870997,12.6427 L3.62870997,15.3094 C3.62870997,15.6908 3.92928997,16 4.30004997,16 L11.7,16 C12.0708,16 12.3714,15.6908 12.3714,15.3094 L12.3714,12.6427 C12.3714,12.2613 12.0708,11.9521 11.7,11.9521 L8.67570997,11.9521 L8.67570997,10.7075 C10.6366,10.395 13.2364,8.73545 13.4189,6.68024 C16.0075,5.0986 16.0738,3.41383 15.9744,2.74451 Z M11.0287,14.6188 L4.97137997,14.6188 L4.97137997,13.3333 L11.0287,13.3333 L11.0287,14.6188 Z M13.438,5.008 C14.6791,4.03094 14.6861,3.21522 14.6471,2.95288 C14.5856,2.53788 14.3066,2.3006 14.0575,2.24958 C13.7851,2.19397 13.5802,2.35087 13.438,2.53567 L13.438,5.008 Z M1.94262997,2.24958 C2.21652997,2.19369 2.42240997,2.3528 2.56463997,2.53908 L2.56803997,5.01269 C1.32096997,4.03352 1.31389997,3.21558 1.35292997,2.95288 C1.41450997,2.53788 1.69342997,2.3006 1.94262997,2.24958 Z M3.90569997,1.38119 L3.91231997,6.26754 C3.91231997,7.9839 6.33614997,9.37945 8.00436997,9.37945 C9.67106997,9.37945 12.0937,7.98556 12.0954,6.26745 L12.0954,1.38119 L3.90569997,1.38119 Z",
|
|
1918
1919
|
id: "Shape"
|
|
1919
1920
|
}))));
|
|
@@ -1922,13 +1923,13 @@ const EditIcon = ({
|
|
|
1922
1923
|
color,
|
|
1923
1924
|
size
|
|
1924
1925
|
}) => {
|
|
1925
|
-
return /*#__PURE__*/
|
|
1926
|
+
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
1926
1927
|
width: `${size ?? 14}px`,
|
|
1927
1928
|
height: `${size ?? 14}px`,
|
|
1928
1929
|
viewBox: "0 0 16 16",
|
|
1929
1930
|
version: "1.1",
|
|
1930
1931
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1931
|
-
}, /*#__PURE__*/
|
|
1932
|
+
}, /*#__PURE__*/_react.default.createElement("title", null, "edit-3-svgrepo-com"), /*#__PURE__*/_react.default.createElement("g", {
|
|
1932
1933
|
id: "Page-1",
|
|
1933
1934
|
stroke: "none",
|
|
1934
1935
|
"stroke-width": "1",
|
|
@@ -1936,15 +1937,15 @@ const EditIcon = ({
|
|
|
1936
1937
|
"fill-rule": "evenodd",
|
|
1937
1938
|
"stroke-linecap": "round",
|
|
1938
1939
|
"stroke-linejoin": "round"
|
|
1939
|
-
}, /*#__PURE__*/
|
|
1940
|
+
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
1940
1941
|
id: "edit-3-svgrepo-com",
|
|
1941
1942
|
transform: "translate(1.000000, 1.000000)",
|
|
1942
1943
|
stroke: color ?? _colors.default.brand.midnight,
|
|
1943
1944
|
"stroke-width": "1.5"
|
|
1944
|
-
}, /*#__PURE__*/
|
|
1945
|
+
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
1945
1946
|
d: "M13.4142169,3.12168866 L6.77664984,9.75922094 C6.11567618,10.4201946 4.15360718,10.7263298 3.71527728,10.2879999 C3.27694738,9.84966997 3.57612493,7.88762184 4.23709859,7.22664818 L10.8816442,0.582137411 C11.045496,0.403368388 11.2438577,0.259665757 11.4648316,0.159684794 C11.685736,0.0597038305 11.9246606,0.00550399043 12.1671336,0.000397099207 C12.4095369,-0.0047028344 12.6505488,0.0393667147 12.8754886,0.129961852 C13.1004284,0.220556989 13.304704,0.355813073 13.475931,0.527527072 C13.6471579,0.699241071 13.7818574,0.903864601 13.8718194,1.12905485 C13.9617814,1.35425205 14.0052665,1.5953335 13.9994917,1.83777168 C13.9937169,2.08020986 13.9388213,2.31898833 13.8382837,2.53964917 C13.7376765,2.76031001 13.5934451,2.95831685 13.4142169,3.12168866 L13.4142169,3.12168866 Z",
|
|
1946
1947
|
id: "Path"
|
|
1947
|
-
}), /*#__PURE__*/
|
|
1948
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
1948
1949
|
d: "M6.26185573,1.45182568 L2.78304699,1.45182568 C2.04493422,1.45182568 1.33710101,1.7450336 0.815175336,2.26695927 C0.293256619,2.78888495 0,3.4967599 0,4.23487267 L0,11.1924901 C0,11.9306238 0.293256619,12.6384918 0.815175336,13.1603827 C1.33710101,13.6823431 2.04493422,13.9755371 2.78304699,13.9755371 L10.4364262,13.9755371 C11.9740597,13.9755371 12.5237115,12.723166 12.5237115,11.1924901 L12.5237115,7.71368141",
|
|
1949
1950
|
id: "Path"
|
|
1950
1951
|
}))));
|
|
@@ -1956,13 +1957,13 @@ const ShareIcon = ({
|
|
|
1956
1957
|
const ratio = 1.22;
|
|
1957
1958
|
let width = size ?? 14;
|
|
1958
1959
|
let height = width * ratio;
|
|
1959
|
-
return /*#__PURE__*/
|
|
1960
|
+
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
1960
1961
|
width: `${width}px`,
|
|
1961
1962
|
height: `${height}px`,
|
|
1962
1963
|
viewBox: "0 0 18 22",
|
|
1963
1964
|
version: "1.1",
|
|
1964
1965
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1965
|
-
}, /*#__PURE__*/
|
|
1966
|
+
}, /*#__PURE__*/_react.default.createElement("title", null, "share"), /*#__PURE__*/_react.default.createElement("g", {
|
|
1966
1967
|
id: "Page-1",
|
|
1967
1968
|
stroke: "none",
|
|
1968
1969
|
"stroke-width": "1",
|
|
@@ -1970,18 +1971,18 @@ const ShareIcon = ({
|
|
|
1970
1971
|
"fill-rule": "evenodd",
|
|
1971
1972
|
"stroke-linecap": "round",
|
|
1972
1973
|
"stroke-linejoin": "round"
|
|
1973
|
-
}, /*#__PURE__*/
|
|
1974
|
+
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
1974
1975
|
id: "share",
|
|
1975
1976
|
transform: "translate(1.000000, 1.000000)",
|
|
1976
1977
|
stroke: color,
|
|
1977
1978
|
"stroke-width": "2"
|
|
1978
|
-
}, /*#__PURE__*/
|
|
1979
|
+
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
1979
1980
|
d: "M0,10 L0,18 C0,19.1045695 0.8954305,20 2,20 L14,20 C15.1045695,20 16,19.1045695 16,18 L16,10",
|
|
1980
1981
|
id: "Path"
|
|
1981
|
-
}), /*#__PURE__*/
|
|
1982
|
+
}), /*#__PURE__*/_react.default.createElement("polyline", {
|
|
1982
1983
|
id: "Path",
|
|
1983
1984
|
points: "12 4 8 0 4 4"
|
|
1984
|
-
}), /*#__PURE__*/
|
|
1985
|
+
}), /*#__PURE__*/_react.default.createElement("line", {
|
|
1985
1986
|
x1: "8",
|
|
1986
1987
|
y1: "0",
|
|
1987
1988
|
x2: "8",
|
|
@@ -1996,26 +1997,26 @@ const SettingsIcon = ({
|
|
|
1996
1997
|
const ratio = .947;
|
|
1997
1998
|
let height = size ?? 14;
|
|
1998
1999
|
let width = height * ratio;
|
|
1999
|
-
return /*#__PURE__*/
|
|
2000
|
+
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
2000
2001
|
width: `${width}px`,
|
|
2001
2002
|
height: `${height}px`,
|
|
2002
2003
|
viewBox: "0 0 19 20",
|
|
2003
2004
|
version: "1.1",
|
|
2004
2005
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2005
|
-
}, /*#__PURE__*/
|
|
2006
|
+
}, /*#__PURE__*/_react.default.createElement("title", null, "settings-svgrepo-com (1)"), /*#__PURE__*/_react.default.createElement("g", {
|
|
2006
2007
|
id: "Page-1",
|
|
2007
2008
|
stroke: "none",
|
|
2008
2009
|
"stroke-width": "1",
|
|
2009
2010
|
fill: "none",
|
|
2010
2011
|
"fill-rule": "evenodd"
|
|
2011
|
-
}, /*#__PURE__*/
|
|
2012
|
+
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
2012
2013
|
id: "settings-svgrepo-com-(1)",
|
|
2013
2014
|
transform: "translate(0.000000, -0.000000)",
|
|
2014
2015
|
fill: color ?? _colors.default.brand.midnight
|
|
2015
|
-
}, /*#__PURE__*/
|
|
2016
|
+
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
2016
2017
|
d: "M9.46811514,6.51162817 C7.54154773,6.51162817 5.97974311,8.07342349 5.97974311,10.0000002 C5.97974311,11.9266048 7.54154773,13.4883722 9.46811514,13.4883722 C11.3947198,13.4883722 12.9564872,11.9266048 12.9564872,10.0000002 C12.9564872,8.07342349 11.3947198,6.51162817 9.46811514,6.51162817 Z M7.37509192,10.0000002 C7.37509192,8.84409324 8.31220818,7.90697698 9.46811514,7.90697698 C10.6240221,7.90697698 11.5611384,8.84409324 11.5611384,10.0000002 C11.5611384,11.1559072 10.6240221,12.0930234 9.46811514,12.0930234 C8.31220818,12.0930234 7.37509192,11.1559072 7.37509192,10.0000002 Z",
|
|
2017
2018
|
id: "Shape"
|
|
2018
|
-
}), /*#__PURE__*/
|
|
2019
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
2019
2020
|
d: "M9.44458025,0 C9.03118491,0 8.68597562,0 8.40262679,0.0193213249 C8.10765005,0.0394515571 7.8290454,0.0828376027 7.55891517,0.194725973 C6.93210588,0.454363177 6.43409659,0.952363167 6.17445939,1.57918176 C6.0392966,1.90550733 6.00269195,2.2494143 5.98871055,2.62321895 C5.97747335,2.92371197 5.82582684,3.17442824 5.60202219,3.30363754 C5.37822685,3.43284684 5.08527801,3.43881893 4.81942686,3.29830731 C4.48871058,3.12350731 4.17257106,2.98324685 3.82237571,2.93714452 C3.14972456,2.84858639 2.46943621,3.03087475 1.93117575,3.443898 C1.69921297,3.6218887 1.52231995,3.84148869 1.35740832,4.08688404 C1.19898042,4.32261426 1.02641298,4.62153519 0.819687401,4.9796003 L0.796199029,5.02028867 C0.58946415,5.37834447 0.416887409,5.67724679 0.291947877,5.93230725 C0.161892065,6.19783283 0.0601525324,6.46082817 0.0219850912,6.75070724 C-0.0665730465,7.42336769 0.115715322,8.10364675 0.528729267,8.64195371 C0.743724612,8.92204673 1.02321298,9.12576766 1.33990134,9.3247444 C1.59458041,9.48474439 1.73591064,9.74148857 1.73589203,10 C1.73588273,10.2584188 1.5945525,10.515163 1.33990134,10.675163 C1.02317577,10.8741397 0.743659496,11.0778606 0.528645546,11.3580467 C0.115622299,11.8962792 -0.0666567675,12.5765583 0.021892068,13.2492094 C0.0600595091,13.5390699 0.161799042,13.8021397 0.291854853,14.067628 C0.416794386,14.3226978 0.589371127,14.6215815 0.796096704,14.979628 L0.819594378,15.0203722 C1.02631996,15.3784187 1.19888739,15.6773024 1.3573153,15.9130233 C1.52222692,16.1584187 1.69911994,16.3780466 1.93108273,16.5560001 C2.46934318,16.9690233 3.14963154,17.1513489 3.82228269,17.0627908 C4.17245943,17.0166512 4.48858035,16.8764652 4.81927802,16.7016745 C5.08516639,16.5611163 5.37815243,16.5670698 5.60197568,16.6963722 C5.82580823,16.8255815 5.97747335,17.0762791 5.98871055,17.3768373 C6.00269195,17.7506047 6.0393059,18.0945117 6.17445939,18.4208372 C6.43409659,19.0476279 6.93210588,19.5456744 7.55891517,19.8053023 C7.8290454,19.9172093 8.10765005,19.9605581 8.40262679,19.9806512 C8.68597562,20 9.03118491,20 9.44458025,20 L9.491557,20 C9.90504536,20 10.2501616,20 10.5336035,19.9806512 C10.8285802,19.9605581 11.1071849,19.9172093 11.3773244,19.8053023 C12.0041151,19.5456744 12.5021616,19.0476279 12.7617895,18.4208372 C12.8969523,18.0945117 12.9335104,17.7506047 12.9474639,17.3767442 C12.9587197,17.0762791 13.1103476,16.8255815 13.3341616,16.6962791 C13.5579755,16.5670698 13.8509988,16.5611163 14.1168592,16.7015815 C14.4475569,16.8763722 14.7636499,17.0166512 15.1138825,17.0626977 C15.7865336,17.1512559 16.4668127,16.9690233 17.0050452,16.5560001 C17.2370452,16.3779536 17.4138824,16.1584187 17.5788127,15.9130233 C17.7372313,15.6773024 17.9097894,15.3784187 18.1164871,15.0203722 L18.1400219,14.979628 C18.3467196,14.6215815 18.5193708,14.3226048 18.644301,14.067535 C18.7743475,13.8020466 18.8760219,13.5390699 18.9142545,13.2492094 C19.0028126,12.5764653 18.820487,11.8961862 18.4074638,11.3579537 C18.1924871,11.0777676 17.9129522,10.8741397 17.596301,10.675163 C17.3416034,10.515163 17.200301,10.2584188 17.200301,9.99990717 C17.200301,9.74148857 17.3416034,9.48483742 17.596208,9.32483742 C17.9130452,9.12586068 18.1925801,8.92223278 18.4075568,8.64195371 C18.8205801,8.10371186 19.0029056,7.42343281 18.9143475,6.75077235 C18.876115,6.46089329 18.7744405,6.19789795 18.644394,5.93237237 C18.5194638,5.67733052 18.3469057,5.3784468 18.140115,5.0204189 L18.1166731,4.97970262 C17.9098824,4.62162821 17.7373243,4.32267938 17.5789057,4.08694915 C17.4139754,3.84155381 17.2371382,3.62195381 17.0051382,3.44395382 C16.4669057,3.03093987 15.7866266,2.8486515 15.1138825,2.93720964 C14.7637429,2.98331196 14.4476499,3.12355382 14.1169523,3.29834452 C13.8510918,3.43887475 13.5580685,3.43289335 13.3342546,3.30366545 C13.1104406,3.17444684 12.9587197,2.92369336 12.9474639,2.62317244 C12.9335104,2.24937709 12.8969523,1.90548873 12.7617895,1.57918176 C12.5021616,0.952363167 12.0041151,0.454363177 11.3773244,0.194725973 C11.1071849,0.0828376027 10.8285802,0.0394515571 10.5336035,0.0193213249 C10.2501616,0 9.90504536,0 9.491557,0 L9.44458025,0 Z M8.09285935,1.48386083 C8.1646733,1.4541306 8.27369656,1.42671665 8.49760353,1.41143293 C8.72783608,1.3957306 9.0251384,1.3953492 9.46811514,1.3953492 C9.91109187,1.3953492 10.2083942,1.3957306 10.4385337,1.41143293 C10.6625337,1.42671665 10.771557,1.4541306 10.8432779,1.48386083 C11.1282081,1.60187943 11.3546267,1.82824222 11.4725802,2.11316314 C11.5098825,2.20303291 11.5406732,2.34313523 11.5531384,2.67532127 C11.5806732,3.41241893 11.9611383,4.12213055 12.6365802,4.51207472 C13.311929,4.90202821 14.1168592,4.87665146 14.7689522,4.5319817 C15.0628127,4.37665147 15.1996499,4.33332124 15.296022,4.32062357 C15.6017894,4.2803724 15.9109987,4.36322822 16.1556499,4.55095844 C16.2173243,4.59825147 16.2955569,4.67896774 16.4207662,4.86526542 C16.5495103,5.05677239 16.6984406,5.3140468 16.9199289,5.6976747 C17.1414173,6.0813119 17.2897894,6.33895841 17.3912778,6.54616771 C17.4899754,6.7477398 17.5207661,6.85587933 17.5309057,6.93290258 C17.5711847,7.23865141 17.488301,7.54787932 17.3005801,7.79253978 C17.2413243,7.86972117 17.1354638,7.96650256 16.8538824,8.14334907 C16.2294173,8.53581418 15.8050452,9.22009324 15.8049522,9.99990717 C15.8049522,10.7798141 16.2293243,11.4641862 16.8538824,11.8566513 C17.1353708,12.0334885 17.2412313,12.1302327 17.3004871,12.207442 C17.488208,12.4520932 17.5710917,12.7613025 17.5308127,13.0670699 C17.5206731,13.1440932 17.4898824,13.2521862 17.3911847,13.4537676 C17.2896964,13.6609304 17.1413243,13.9186048 16.9198359,14.3022327 C16.6983476,14.6858606 16.5494173,14.9431629 16.4206731,15.1346978 C16.2954638,15.3209303 16.2172313,15.4016745 16.1555569,15.4489303 C15.9109057,15.6367443 15.6016964,15.719535 15.295929,15.6793489 C15.1995569,15.6666047 15.0627197,15.6232559 14.7688592,15.4680001 C14.1167662,15.1232559 13.311836,15.0979536 12.6363941,15.4879071 C11.9611383,15.8778605 11.5806732,16.587535 11.5531384,17.3246512 C11.5406732,17.6568373 11.5098825,17.7969303 11.4725802,17.8868838 C11.3546267,18.171721 11.1282081,18.3981396 10.8432779,18.5161861 C10.771557,18.5458605 10.6625337,18.5733024 10.4385337,18.5885582 C10.2083942,18.6042791 9.91109187,18.6046512 9.46811514,18.6046512 C9.0251384,18.6046512 8.72783608,18.6042791 8.49760353,18.5885582 C8.27369656,18.5733024 8.1646733,18.5458605 8.09285935,18.5161861 C7.80802215,18.3981396 7.58161285,18.171721 7.46359425,17.8868838 C7.42636634,17.7969303 7.39551053,17.6568373 7.38308262,17.3246512 C7.35551983,16.587628 6.97506402,15.8778605 6.29965008,15.4879071 C5.62424545,15.0979536 4.81938965,15.1233489 4.16725943,15.4680001 C3.87337106,15.6233489 3.73660827,15.6666978 3.64016176,15.6793489 C3.33440363,15.719628 3.02518503,15.6367443 2.78052457,15.4490233 C2.71888736,15.4017675 2.6406269,15.3210233 2.5154269,15.1346978 C2.38672923,14.9432559 2.23775249,14.6859536 2.01626412,14.3023257 C1.79476645,13.9186978 1.64645018,13.6610234 1.5449525,13.4538606 C1.44621762,13.2522792 1.41544553,13.1440932 1.40530599,13.0670699 C1.36505483,12.7613025 1.44791064,12.4520932 1.63565018,12.207442 C1.69486878,12.1303257 1.80077575,12.0334885 2.08225482,11.8566513 C2.70679434,11.4642792 3.13120363,10.7799072 3.13124084,10.0000932 C3.13128736,9.22009324 2.70685946,8.53572116 2.08226412,8.14325605 C1.80085017,7.96640954 1.6949525,7.86964675 1.6357339,7.79247466 C1.44800367,7.5478142 1.36514786,7.2385956 1.40539902,6.93283747 C1.41553855,6.85582352 1.44631064,6.74767468 1.54504553,6.54611189 C1.6465432,6.33889329 1.79485947,6.08124679 2.01634784,5.69760958 C2.23784551,5.31398169 2.38681295,5.05670727 2.51551993,4.8652003 C2.64071992,4.67891193 2.71898039,4.59818635 2.78060829,4.55090263 C3.02527806,4.3631631 3.33449665,4.28030729 3.64024548,4.32055845 C3.7367013,4.33325612 3.87347339,4.37658636 4.16739896,4.53194449 C4.81949197,4.87660495 5.62431056,4.90197239 6.29968729,4.51204682 C6.97507333,4.12212124 7.35551983,3.41243754 7.38308262,2.67536778 C7.39551053,2.34315384 7.42636634,2.20304221 7.46359425,2.11316314 C7.58161285,1.82824222 7.80802215,1.60187943 8.09285935,1.48386083 Z",
|
|
2020
2021
|
id: "Shape"
|
|
2021
2022
|
}))));
|
|
@@ -2024,28 +2025,28 @@ const TransactionIcon = ({
|
|
|
2024
2025
|
color,
|
|
2025
2026
|
size
|
|
2026
2027
|
}) => {
|
|
2027
|
-
return /*#__PURE__*/
|
|
2028
|
+
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
2028
2029
|
width: `${size ?? 20}px`,
|
|
2029
2030
|
height: `${size ?? 20}px`,
|
|
2030
2031
|
viewBox: "0 0 20 20",
|
|
2031
2032
|
version: "1.1",
|
|
2032
2033
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2033
|
-
}, /*#__PURE__*/
|
|
2034
|
+
}, /*#__PURE__*/_react.default.createElement("title", null, "transaction-svgrepo-com"), /*#__PURE__*/_react.default.createElement("g", {
|
|
2034
2035
|
id: "Page-1",
|
|
2035
2036
|
stroke: "none",
|
|
2036
2037
|
"stroke-width": "1",
|
|
2037
2038
|
fill: "none",
|
|
2038
2039
|
"fill-rule": "evenodd"
|
|
2039
|
-
}, /*#__PURE__*/
|
|
2040
|
+
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
2040
2041
|
id: "transaction-svgrepo-com",
|
|
2041
2042
|
fill: color ?? _colors.default.brand.midnight
|
|
2042
|
-
}, /*#__PURE__*/
|
|
2043
|
+
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
2043
2044
|
d: "M9.28571429,0 C8.10228571,0 7.14285714,0.959385714 7.14285714,2.14285714 L7.14285714,4.28571429 L2.14285714,4.28571429 C0.959385714,4.28571429 0,5.2451 0,6.42857143 L0,17.8571429 C0,19.0405714 0.959385714,20 2.14285714,20 L10.7142857,20 C11.8977143,20 12.8571429,19.0405714 12.8571429,17.8571429 L12.8571429,15.7142857 L17.8571429,15.7142857 C19.0405714,15.7142857 20,14.7548571 20,13.5714286 L20,2.14285714 C20,0.959385714 19.0405714,0 17.8571429,0 L9.28571429,0 Z M11.4285714,15.7142857 L9.28571429,15.7142857 C8.10228571,15.7142857 7.14285714,14.7548571 7.14285714,13.5714286 L7.14285714,5.71428571 L2.14285714,5.71428571 C1.74837143,5.71428571 1.42857143,6.03408571 1.42857143,6.42857143 L1.42857143,17.8571429 C1.42857143,18.2515714 1.74837143,18.5714286 2.14285714,18.5714286 L10.7142857,18.5714286 C11.1087143,18.5714286 11.4285714,18.2515714 11.4285714,17.8571429 L11.4285714,15.7142857 Z M8.57142857,2.14285714 C8.57142857,1.74837143 8.89128571,1.42857143 9.28571429,1.42857143 L17.8571429,1.42857143 C18.2515714,1.42857143 18.5714286,1.74837143 18.5714286,2.14285714 L18.5714286,13.5714286 C18.5714286,13.9658571 18.2515714,14.2857143 17.8571429,14.2857143 L9.28571429,14.2857143 C8.89128571,14.2857143 8.57142857,13.9658571 8.57142857,13.5714286 L8.57142857,2.14285714 Z",
|
|
2044
2045
|
id: "Shape"
|
|
2045
|
-
}), /*#__PURE__*/
|
|
2046
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
2046
2047
|
d: "M10,5 C10,4.60551429 10.3198571,4.28571429 10.7142857,4.28571429 L16.4285714,4.28571429 C16.823,4.28571429 17.1428571,4.60551429 17.1428571,5 C17.1428571,5.39448571 16.823,5.71428571 16.4285714,5.71428571 L10.7142857,5.71428571 C10.3198571,5.71428571 10,5.39448571 10,5 Z",
|
|
2047
2048
|
id: "Path"
|
|
2048
|
-
}), /*#__PURE__*/
|
|
2049
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
2049
2050
|
d: "M10,7.85714286 C10,7.46271429 10.3198571,7.14285714 10.7142857,7.14285714 L13.5714286,7.14285714 C13.9658571,7.14285714 14.2857143,7.46271429 14.2857143,7.85714286 C14.2857143,8.25157143 13.9658571,8.57142857 13.5714286,8.57142857 L10.7142857,8.57142857 C10.3198571,8.57142857 10,8.25157143 10,7.85714286 Z",
|
|
2050
2051
|
id: "Path"
|
|
2051
2052
|
}))));
|
|
@@ -2054,13 +2055,13 @@ const AlertIcon = ({
|
|
|
2054
2055
|
color,
|
|
2055
2056
|
size
|
|
2056
2057
|
}) => {
|
|
2057
|
-
return /*#__PURE__*/
|
|
2058
|
+
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
2058
2059
|
width: `${size}px`,
|
|
2059
2060
|
height: `${size}px`,
|
|
2060
2061
|
viewBox: "0 0 22 22",
|
|
2061
2062
|
version: "1.1",
|
|
2062
2063
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2063
|
-
}, /*#__PURE__*/
|
|
2064
|
+
}, /*#__PURE__*/_react.default.createElement("title", null, "alert-circle"), /*#__PURE__*/_react.default.createElement("g", {
|
|
2064
2065
|
id: "Page-1",
|
|
2065
2066
|
stroke: "none",
|
|
2066
2067
|
"stroke-width": "1",
|
|
@@ -2068,23 +2069,23 @@ const AlertIcon = ({
|
|
|
2068
2069
|
"fill-rule": "evenodd",
|
|
2069
2070
|
"stroke-linecap": "round",
|
|
2070
2071
|
"stroke-linejoin": "round"
|
|
2071
|
-
}, /*#__PURE__*/
|
|
2072
|
+
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
2072
2073
|
id: "alert-circle",
|
|
2073
2074
|
transform: "translate(1.000000, 1.000000)",
|
|
2074
2075
|
stroke: color,
|
|
2075
2076
|
"stroke-width": "2"
|
|
2076
|
-
}, /*#__PURE__*/
|
|
2077
|
+
}, /*#__PURE__*/_react.default.createElement("circle", {
|
|
2077
2078
|
id: "Oval",
|
|
2078
2079
|
cx: "10",
|
|
2079
2080
|
cy: "10",
|
|
2080
2081
|
r: "10"
|
|
2081
|
-
}), /*#__PURE__*/
|
|
2082
|
+
}), /*#__PURE__*/_react.default.createElement("line", {
|
|
2082
2083
|
x1: "10",
|
|
2083
2084
|
y1: "6",
|
|
2084
2085
|
x2: "10",
|
|
2085
2086
|
y2: "10",
|
|
2086
2087
|
id: "Path"
|
|
2087
|
-
}), /*#__PURE__*/
|
|
2088
|
+
}), /*#__PURE__*/_react.default.createElement("line", {
|
|
2088
2089
|
x1: "10",
|
|
2089
2090
|
y1: "14",
|
|
2090
2091
|
x2: "10.01",
|
|
@@ -2099,13 +2100,13 @@ const PhoneIcon = ({
|
|
|
2099
2100
|
const ratio = .7727;
|
|
2100
2101
|
let height = size ?? 14;
|
|
2101
2102
|
let width = height * ratio;
|
|
2102
|
-
return /*#__PURE__*/
|
|
2103
|
+
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
2103
2104
|
width: `${width}px`,
|
|
2104
2105
|
height: `${height}px`,
|
|
2105
2106
|
viewBox: "0 0 17 22",
|
|
2106
2107
|
version: "1.1",
|
|
2107
2108
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2108
|
-
}, /*#__PURE__*/
|
|
2109
|
+
}, /*#__PURE__*/_react.default.createElement("title", null, "phone-svgrepo-com"), /*#__PURE__*/_react.default.createElement("g", {
|
|
2109
2110
|
id: "Page-1",
|
|
2110
2111
|
stroke: "none",
|
|
2111
2112
|
"stroke-width": "1",
|
|
@@ -2113,15 +2114,15 @@ const PhoneIcon = ({
|
|
|
2113
2114
|
"fill-rule": "evenodd",
|
|
2114
2115
|
"stroke-linecap": "round",
|
|
2115
2116
|
"stroke-linejoin": "round"
|
|
2116
|
-
}, /*#__PURE__*/
|
|
2117
|
+
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
2117
2118
|
id: "phone-svgrepo-com",
|
|
2118
2119
|
transform: "translate(1.438912, 1.000000)",
|
|
2119
2120
|
stroke: color ?? _colors.default.brand.midnight,
|
|
2120
2121
|
"stroke-width": "2"
|
|
2121
|
-
}, /*#__PURE__*/
|
|
2122
|
+
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
2122
2123
|
d: "M14.0067027,15.5000775 L14.0067027,4.5000225 C14.069603,3.37367687 13.684301,2.26821134 12.9347973,1.42505713 C12.1852936,0.58190291 11.1326883,0.0695803479 10.0066827,0 L4.00666266,0 C2.88071703,0.0695803479 1.82805177,0.58190291 1.07858802,1.42505713 C0.329114272,2.26821134 -0.0562676553,3.37367687 0.00665265933,4.5000225 L0.00665265933,15.5000775 C-0.0562676553,16.6263831 0.329114272,17.7317887 1.07858802,18.5748929 C1.82805177,19.4180971 2.88071703,19.9303997 4.00666266,20 L10.0066827,20 C11.1326883,19.9303997 12.1852936,19.4180971 12.9347973,18.5748929 C13.684301,17.7317887 14.069603,16.6263831 14.0067027,15.5000775 L14.0067027,15.5000775 Z",
|
|
2123
2124
|
id: "Path"
|
|
2124
|
-
}), /*#__PURE__*/
|
|
2125
|
+
}), /*#__PURE__*/_react.default.createElement("line", {
|
|
2125
2126
|
x1: "9.00687766",
|
|
2126
2127
|
y1: "3.000015",
|
|
2127
2128
|
x2: "5.00685766",
|
|
@@ -2136,29 +2137,29 @@ const EmailIcon = ({
|
|
|
2136
2137
|
const ratio = .8181;
|
|
2137
2138
|
let width = size ?? 14;
|
|
2138
2139
|
let height = width * ratio;
|
|
2139
|
-
return /*#__PURE__*/
|
|
2140
|
+
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
2140
2141
|
width: `${width}px`,
|
|
2141
2142
|
height: `${height}px`,
|
|
2142
2143
|
viewBox: "0 0 22 18",
|
|
2143
2144
|
version: "1.1",
|
|
2144
2145
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2145
|
-
}, /*#__PURE__*/
|
|
2146
|
+
}, /*#__PURE__*/_react.default.createElement("title", null, "email-svgrepo-com"), /*#__PURE__*/_react.default.createElement("g", {
|
|
2146
2147
|
id: "Page-1",
|
|
2147
2148
|
stroke: "none",
|
|
2148
2149
|
"stroke-width": "1",
|
|
2149
2150
|
fill: "none",
|
|
2150
2151
|
"fill-rule": "evenodd",
|
|
2151
2152
|
"stroke-linecap": "round"
|
|
2152
|
-
}, /*#__PURE__*/
|
|
2153
|
+
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
2153
2154
|
id: "email-svgrepo-com",
|
|
2154
2155
|
transform: "translate(1.000000, 1.000000)",
|
|
2155
2156
|
stroke: color ?? _colors.default.brand.midnight,
|
|
2156
2157
|
"stroke-width": "2"
|
|
2157
|
-
}, /*#__PURE__*/
|
|
2158
|
+
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
2158
2159
|
d: "M1.11111111,2.22222222 L8,7.38888889 C9.18522222,8.27777778 10.8147778,8.27777778 12,7.38888889 L18.8888889,2.22222222",
|
|
2159
2160
|
id: "Path",
|
|
2160
2161
|
"stroke-linejoin": "round"
|
|
2161
|
-
}), /*#__PURE__*/
|
|
2162
|
+
}), /*#__PURE__*/_react.default.createElement("rect", {
|
|
2162
2163
|
id: "Rectangle",
|
|
2163
2164
|
x: "0",
|
|
2164
2165
|
y: "0",
|
|
@@ -2174,32 +2175,32 @@ const BirthdayIcon = ({
|
|
|
2174
2175
|
const ratio = .958;
|
|
2175
2176
|
let height = size ?? 14;
|
|
2176
2177
|
let width = height * ratio;
|
|
2177
|
-
return /*#__PURE__*/
|
|
2178
|
+
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
2178
2179
|
width: `${width}px`,
|
|
2179
2180
|
height: `${height}px`,
|
|
2180
2181
|
viewBox: "0 0 23 24",
|
|
2181
2182
|
version: "1.1",
|
|
2182
2183
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2183
|
-
}, /*#__PURE__*/
|
|
2184
|
+
}, /*#__PURE__*/_react.default.createElement("title", null, "birthday-card-invitation-svgrepo-com"), /*#__PURE__*/_react.default.createElement("g", {
|
|
2184
2185
|
id: "Page-1",
|
|
2185
2186
|
stroke: "none",
|
|
2186
2187
|
"stroke-width": "1",
|
|
2187
2188
|
fill: "none",
|
|
2188
2189
|
"fill-rule": "evenodd"
|
|
2189
|
-
}, /*#__PURE__*/
|
|
2190
|
+
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
2190
2191
|
id: "birthday-card-invitation-svgrepo-com",
|
|
2191
2192
|
fill: color ?? _colors.default.brand.midnight,
|
|
2192
2193
|
"fill-rule": "nonzero"
|
|
2193
|
-
}, /*#__PURE__*/
|
|
2194
|
+
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
2194
2195
|
d: "M22.0403438,9.3645 L20.3392969,7.75045312 L20.3392969,3.18304687 C20.3392969,2.92148437 20.1273281,2.70951562 19.8657656,2.70951562 L15.0264375,2.70951562 L12.9365625,0.726609375 C11.915625,-0.242203125 10.3160625,-0.242203125 9.29503125,0.726609375 L7.20520312,2.70951562 L2.365875,2.70951562 C2.1043125,2.70951562 1.89234375,2.92148437 1.89234375,3.18304687 L1.89234375,7.75045312 L0.147609375,9.40589062 C-0.042140625,9.58589062 -0.0481875,9.88382812 0.130078125,10.0753594 C0.211828125,10.16325 7.89342187,15.8377969 7.89342187,15.8377969 L1.52517187,21.8800781 C1.36954687,22.0276875 1.25953125,22.207875 1.19798438,22.4021719 C1.03964062,22.1668594 0.9470625,21.8836875 0.9470625,21.579375 L0.9470625,12.7727344 C0.9470625,12.5111719 0.73509375,12.2992031 0.47353125,12.2992031 C0.21196875,12.2992031 0,12.5111719 0,12.7727344 L0,21.579375 C0,22.8550312 0.990375,23.9029687 2.24245312,23.996625 C2.28534375,24.001125 19.94625,24.001125 19.9891875,23.996625 C21.2412187,23.9029219 22.2314533,22.8549375 22.2314533,21.579375 L22.2314533,9.82626562 C22.2314533,9.66520312 22.1904844,9.51473437 22.0403438,9.3645 Z M9.946875,1.41360938 C10.602375,0.791625 11.6292656,0.791765625 12.2846719,1.41360938 L13.6504687,2.70951562 L8.58098437,2.70951562 L9.946875,1.41360938 Z M1.21125,9.7021875 L1.89234375,9.05596875 L1.89234375,9.24159375 C1.89234375,9.50315625 2.1043125,9.715125 2.365875,9.715125 C2.6274375,9.715125 2.83940625,9.50315625 2.83940625,9.24159375 L2.83940625,3.65657813 L14.8336406,3.65657813 C14.8349531,3.65657813 14.8363125,3.65676563 14.837625,3.65676563 C14.8388906,3.65676563 14.8401562,3.65657813 14.8413281,3.65657813 L19.3921406,3.65657813 L19.3921406,9.25129687 C19.3921406,9.51285937 19.6041094,9.72482812 19.8656719,9.72482812 C20.1272344,9.72482812 20.3392031,9.51285937 20.3392031,9.25129687 L20.3392031,9.05596875 L21.0260156,9.70767187 L13.6464844,15.1815 L12.9365156,14.5078594 C11.9155781,13.5390469 10.3160156,13.5389531 9.29498437,14.5078594 L8.59078125,15.1759687 L1.21125,9.7021875 Z M20.1229219,22.878375 C20.1023906,22.9298437 20.0374219,23.0454844 19.8794531,23.0552812 C19.8552656,23.0565 2.37628125,23.0565 2.35223437,23.0552812 C2.194125,23.0455781 2.12929687,22.9298437 2.10876562,22.878375 C2.08729687,22.8245625 2.0510625,22.6867031 2.17701562,22.567125 L8.91089062,16.1777812 C8.94257812,16.154625 8.97173438,16.1271562 8.99770312,16.0954688 L9.946875,15.1948594 C10.274625,14.8838906 10.6952344,14.7284062 11.1157969,14.7284062 C11.5363594,14.7284062 11.9569687,14.8839375 12.2847187,15.1948594 L20.054625,22.567125 C20.180625,22.6866562 20.1443437,22.8245625 20.1229219,22.878375 Z M21.2844375,21.5793281 C21.2844375,21.8837344 21.1918594,22.1667656 21.0335156,22.402125 C20.9719688,22.2079219 20.8619531,22.0277344 20.7063281,21.8800781 L14.3439375,15.8432344 L21.2844375,10.6950937 L21.2844375,21.5793281 L21.2844375,21.5793281 Z",
|
|
2195
2196
|
id: "Shape"
|
|
2196
|
-
}), /*#__PURE__*/
|
|
2197
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
2197
2198
|
d: "M7.498125,5.2335 C7.24354687,5.2335 7.04409375,5.43295312 7.04409375,5.68753125 L7.04409375,7.49971875 L5.1174375,7.49971875 L5.1174375,5.68753125 C5.1174375,5.43295313 4.9145625,5.2335 4.65571875,5.2335 C4.40109375,5.2335 4.20164063,5.43295312 4.20164063,5.68753125 L4.20164063,10.2201094 C4.20164063,10.4746875 4.40109375,10.6741406 4.65571875,10.6741406 C4.91465625,10.6741406 5.1174375,10.4746875 5.1174375,10.2201094 L5.1174375,8.40792187 L7.04404688,8.40792187 L7.04404688,10.2201094 C7.04404688,10.4746875 7.2435,10.6741406 7.49807813,10.6741406 C7.7570625,10.6741406 7.95989063,10.4746875 7.95989063,10.2201094 L7.95989063,5.68753125 C7.95989063,5.43295313 7.7570625,5.2335 7.498125,5.2335 Z",
|
|
2198
2199
|
id: "Path"
|
|
2199
|
-
}), /*#__PURE__*/
|
|
2200
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
2200
2201
|
d: "M12.4064531,7.59215625 C12.5886094,7.33776563 12.6846562,7.0385625 12.6846562,6.7246875 C12.6846562,5.9025 12.0157031,5.23354688 11.1935156,5.23354688 L10.1026875,5.23354688 C9.85223438,5.23354688 9.64851562,5.43721875 9.64851562,5.68757812 L9.64851562,10.2201563 C9.64846875,10.46625 9.85640625,10.6741875 10.1026875,10.6741875 C10.1089219,10.6741875 10.114125,10.672875 10.1179687,10.6712344 C10.1225156,10.6731094 10.1276719,10.6741875 10.1333906,10.6741875 L11.4931406,10.6741875 C12.4170469,10.6741875 13.1686875,9.919125 13.1686875,8.991 C13.1686875,8.42817188 12.8844375,7.90771875 12.4064531,7.59215625 Z M10.5643594,6.14939063 L11.1935156,6.14939063 C11.5161094,6.14939063 11.7687656,6.40204687 11.7687656,6.72464063 C11.7687656,7.050375 11.5107188,7.31535937 11.1935156,7.31535937 L10.5643594,7.31535937 L10.5643594,6.14939063 L10.5643594,6.14939063 Z M11.4931406,9.75825 L10.5643594,9.75825 L10.5643594,8.23120313 L11.4925313,8.23120313 C11.9188594,8.23870313 12.2527969,8.57240625 12.2527969,8.99095313 C12.2527969,9.41376562 11.9188594,9.75079688 11.4931406,9.75825 Z",
|
|
2201
2202
|
id: "Shape"
|
|
2202
|
-
}), /*#__PURE__*/
|
|
2203
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
2203
2204
|
d: "M15.5724844,5.2335 L14.6660156,5.2335 C14.4114375,5.2335 14.2119844,5.43295313 14.2119844,5.68753125 L14.2119844,10.2201094 C14.2119844,10.4705156 14.4156094,10.6741875 14.6660156,10.6741875 L15.5724844,10.6741875 C17.0682187,10.6741875 18.2851406,9.450375 18.2851406,7.94615625 C18.2851406,6.45042188 17.0682656,5.2335 15.5724844,5.2335 Z M15.5724844,9.75829687 L15.1277344,9.75829687 L15.1277344,9.75829687 L15.1277344,6.14939063 L15.5724844,6.14939063 C16.5632344,6.14939063 17.3693437,6.95545313 17.3693437,7.94615625 C17.3692969,8.95476563 16.5799687,9.75075 15.5724844,9.75829687 Z",
|
|
2204
2205
|
id: "Shape"
|
|
2205
2206
|
}))));
|
|
@@ -2210,103 +2211,103 @@ const IBTFLowIcon = ({
|
|
|
2210
2211
|
const ratio = .279;
|
|
2211
2212
|
let width = size ?? 14;
|
|
2212
2213
|
let height = width * ratio;
|
|
2213
|
-
return /*#__PURE__*/
|
|
2214
|
+
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
2214
2215
|
width: `${width}px`,
|
|
2215
2216
|
height: `${height}px`,
|
|
2216
2217
|
viewBox: "0 0 939 262",
|
|
2217
2218
|
version: "1.1",
|
|
2218
2219
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2219
|
-
}, /*#__PURE__*/
|
|
2220
|
+
}, /*#__PURE__*/_react.default.createElement("title", null, "Artboard"), /*#__PURE__*/_react.default.createElement("g", {
|
|
2220
2221
|
id: "Artboard",
|
|
2221
2222
|
stroke: "none",
|
|
2222
2223
|
"stroke-width": "1",
|
|
2223
2224
|
fill: "none",
|
|
2224
2225
|
"fill-rule": "evenodd"
|
|
2225
|
-
}, /*#__PURE__*/
|
|
2226
|
+
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
2226
2227
|
id: "Plaid_(company)-Vertical-Logo.wine",
|
|
2227
2228
|
transform: "translate(400.000000, 52.000000)",
|
|
2228
2229
|
fill: "#111212",
|
|
2229
2230
|
"fill-rule": "nonzero"
|
|
2230
|
-
}, /*#__PURE__*/
|
|
2231
|
+
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
2231
2232
|
d: "M144.343651,102.773557 L127.410108,85.8404032 L140.71937,72.5319192 L149.772096,81.5850344 L144.343651,102.773557 Z M140.71937,56.5613492 L127.410108,43.2528651 L144.343651,26.3201001 L149.772096,47.5094011 L140.71937,56.5613492 Z M115.170816,12.9061753 L136.35895,18.3338424 L119.425796,35.2677746 L106.117312,21.9592906 L115.170816,12.9061753 Z M90.1471306,21.9596796 L76.8382575,35.2677746 L59.9054924,18.3346205 L81.0940154,12.9061753 L90.1471306,21.9596796 Z M51.9188457,26.3185438 L68.853167,43.2532542 L55.545072,56.5613492 L46.4904004,47.5066776 L51.9188457,26.3185438 Z M55.545072,72.531141 L68.853167,85.839236 L51.9188457,102.773557 L46.4904004,81.5854235 L55.545072,72.531141 Z M81.0932372,116.187093 L59.9039361,110.758648 L76.8382575,93.8247155 L90.1467416,107.133589 L81.0932372,116.187093 Z M111.440316,85.8400142 L98.131832,99.1484982 L84.8229588,85.8400142 L98.131832,72.531141 L111.440316,85.8400142 Z M119.425407,51.2375665 L132.733891,64.5464396 L119.425407,77.8549237 L106.116533,64.5464396 L119.425407,51.2375665 Z M90.1467416,64.5464396 L76.8382575,77.8549237 L63.5301625,64.5464396 L76.8382575,51.2383446 L90.1467416,64.5464396 Z M84.823737,43.2532542 L98.1322211,29.9447701 L111.440316,43.2528651 L98.131832,56.5613492 L84.823737,43.2532542 Z M106.116533,107.133589 L119.425407,93.8254937 L136.358172,110.758648 L115.169649,116.186315 L106.116533,107.133589 Z M152.363759,118.778366 L162.678272,78.5202506 L148.704461,64.5468287 L162.678272,50.5722395 L152.36337,10.3137347 L112.104865,0 L98.1322211,13.9742001 L84.1568537,0 L43.898738,10.314902 L33.5850033,50.5730177 L47.5599816,64.5464396 L33.5850033,78.5210288 L43.898738,118.779145 L84.1576319,129.093268 L98.131832,115.11829 L112.105254,129.093268 L152.363759,118.778366 Z M190.361708,160.693185 C188.719401,158.371155 186.759994,156.51252 184.489712,155.109886 C180.764659,152.787467 175.687942,151.626063 169.257227,151.626063 L153.013133,151.626063 L153.013133,199.998055 L172.014248,199.998055 C178.877232,199.998055 184.391664,197.776407 188.549373,193.328055 C192.706694,188.879702 194.784382,182.982416 194.784382,175.632304 C194.784382,169.783263 193.30899,164.804983 190.361708,160.693185 M170.636905,189.04973 L165.341525,189.04973 L165.341525,162.577889 L170.709274,162.577889 C174.480627,162.577889 177.378884,163.74474 179.409882,166.075719 C181.441658,168.409032 182.455601,171.716602 182.455601,175.992203 C182.455601,184.699037 178.514609,189.04973 170.636905,189.04973 M130.171798,200 L142.50019,200 L142.50019,151.628397 L130.171798,151.628397 L130.171798,200 Z M94.9989592,151.627619 L75.6371673,200 L88.9075215,200 L91.4458799,192.966989 L108.268535,192.966989 L110.58862,200 L124.00877,200 L104.788214,151.627619 L94.9989592,151.627619 Z M94.8546105,183.176956 L99.9313274,166.64183 L104.932952,183.176956 L94.8546105,183.176956 Z M56.5644618,151.627619 L44.2364595,151.627619 L44.2364595,200 L70.8526495,200 L70.8526495,189.048174 L56.5644618,189.048174 L56.5644618,151.627619 Z M30.6762406,155.254235 C27.7744814,152.83688 22.8187684,151.629565 15.8091018,151.629565 L0,151.629565 L0,199.999222 L11.82142,199.999222 L11.82142,184.844164 L17.1144654,184.844164 C23.545181,184.844164 28.258497,183.440752 31.2551918,180.634317 C34.6374649,177.494441 36.3311305,173.313386 36.3311305,168.089986 C36.3311305,162.675937 34.4472048,158.397613 30.6762406,155.254235 M16.8234335,173.892338 L11.82142,173.892338 L11.82142,162.578278 L16.3160731,162.578278 C21.7787574,162.578278 24.5100995,164.476989 24.5100995,168.270909 C24.5100995,172.019695 21.9487854,173.892338 16.8234335,173.892338",
|
|
2232
2233
|
id: "Shape"
|
|
2233
|
-
})), /*#__PURE__*/
|
|
2234
|
+
})), /*#__PURE__*/_react.default.createElement("g", {
|
|
2234
2235
|
id: "bank_icon_instant",
|
|
2235
2236
|
transform: "translate(724.000000, 52.159450)",
|
|
2236
2237
|
stroke: "#003566",
|
|
2237
2238
|
"stroke-width": "12"
|
|
2238
|
-
}, /*#__PURE__*/
|
|
2239
|
+
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
2239
2240
|
d: "M0,196.640044 L194.877444,196.640044 M10.0798678,163.591297 L184.797577,163.591297 M31.9195814,158.523822 L31.9195814,105.645828 M75.5990086,158.523822 L75.5990086,105.645828 M119.278436,158.523822 L119.278436,105.645828 M162.957863,158.523822 L162.957863,105.645828 M194.877444,79.3169925 L120.455913,13.1454015 C112.311119,5.90406637 108.239263,2.28350708 103.644486,0.908469909 C99.5953657,-0.302823303 95.2820787,-0.302823303 91.2329581,0.908469909 C86.6381814,2.28350708 82.5663254,5.90406637 74.4219636,13.1454015 L0,79.3169925 L194.877444,79.3169925 Z",
|
|
2240
2241
|
id: "Shape"
|
|
2241
|
-
})), /*#__PURE__*/
|
|
2242
|
+
})), /*#__PURE__*/_react.default.createElement("g", {
|
|
2242
2243
|
id: "BettorEdge-Double-Line---Dark",
|
|
2243
2244
|
transform: "translate(8.000000, 52.000000)",
|
|
2244
2245
|
fill: "#003566",
|
|
2245
2246
|
"fill-rule": "nonzero"
|
|
2246
|
-
}, /*#__PURE__*/
|
|
2247
|
+
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
2247
2248
|
d: "M26.2355349,177.365585 C26.2355349,185.453482 22.057902,188.795588 12.6749384,188.795588 L0,188.795588 L0,149.041233 L11.2628984,149.041233 C20.0275724,149.041233 24.3054685,151.338931 24.414087,159.426829 L24.414087,160.003342 C24.414087,163.804988 23.002047,166.311568 20.6040857,167.614989 C23.6788236,168.818148 26.2355349,171.633872 26.2355349,176.638677 L26.2355349,177.365585 Z M7.09362075,155.148933 L7.09362075,165.434265 L11.9480302,165.434265 C15.9084263,165.434265 17.3204662,164.281238 17.3204662,160.421105 L17.3204662,160.061829 C17.3204662,155.675314 15.2817813,155.157288 11.3715169,155.157288 L7.09362075,155.148933 Z M18.8327694,176.872624 C18.8327694,172.594728 16.8442161,171.55032 12.6749384,171.55032 L7.09362075,171.55032 L7.09362075,182.712955 L13.1428333,182.712955 C17.4207294,182.712955 18.8327694,181.359402 18.8327694,177.39065 L18.8327694,176.872624 Z",
|
|
2248
2249
|
id: "Shape"
|
|
2249
|
-
}), /*#__PURE__*/
|
|
2250
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
2250
2251
|
d: "M54.0919915,179.40427 C53.8831098,185.921377 50.7498851,189.430589 42.7204746,189.430589 C34.691064,189.430589 30.7724443,185.770982 30.7724443,177.114927 L30.7724443,168.876634 C30.7724443,161.106237 34.6325772,156.828341 42.670343,156.828341 C50.5410035,156.828341 54.3677153,160.529724 54.3677153,168.768016 L54.3677153,175.234992 L37.6571834,175.234992 L37.6571834,177.85019 C37.6571834,181.710323 39.0692234,183.640389 42.670343,183.640389 C46.2714626,183.640389 47.382713,182.019468 47.541463,179.304006 L54.0919915,179.40427 Z M37.6571834,168.918411 L37.6571834,169.854201 L47.6835025,169.854201 L47.6835025,168.709529 C47.6835025,164.590383 46.3299495,162.660317 42.7288298,162.660317 C39.1277102,162.660317 37.6571834,164.431633 37.6571834,168.918411 Z",
|
|
2251
2252
|
id: "Shape"
|
|
2252
|
-
}), /*#__PURE__*/
|
|
2253
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
2253
2254
|
d: "M72.9748924,182.796507 L72.9748924,189.054602 C71.6863843,189.303015 70.3768577,189.426132 69.064628,189.422409 C61.8122572,189.422409 59.5145591,185.612232 59.5145591,177.724861 L59.5145591,154.12959 L66.7167983,151.706563 L66.7167983,158.958934 L72.9748924,158.958934 L72.9748924,165.058278 L66.7167983,165.058278 L66.7167983,177.967164 C66.7167983,181.935915 67.8113381,183.080587 70.7273259,183.080587 C71.4847428,183.069699 72.238586,182.974417 72.9748924,182.796507 Z",
|
|
2254
2255
|
id: "Path"
|
|
2255
|
-
}), /*#__PURE__*/
|
|
2256
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
2256
2257
|
d: "M91.6489117,182.796507 L91.6489117,189.054602 C90.3604036,189.303015 89.0508769,189.426132 87.7386473,189.422409 C80.4862765,189.422409 78.1885784,185.612232 78.1885784,177.724861 L78.1885784,153.736893 L85.3908176,151.723274 L85.3908176,158.975644 L91.6489117,158.975644 L91.6489117,165.074989 L85.3908176,165.074989 L85.3908176,177.967164 C85.3908176,181.935915 86.4853574,183.080587 89.4013452,183.080587 C90.1587617,183.069699 90.9126056,182.974417 91.6489117,182.796507 L91.6489117,182.796507 Z",
|
|
2257
2258
|
id: "Path"
|
|
2258
|
-
}), /*#__PURE__*/
|
|
2259
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
2259
2260
|
d: "M120.232276,169.127292 L120.232276,177.131637 C120.232276,185.787693 116.472407,189.447299 108.334378,189.447299 C100.196349,189.447299 96.4448344,185.787693 96.4448344,177.131637 L96.4448344,169.152358 C96.4448344,160.546434 100.204704,156.845052 108.334378,156.845052 C116.464051,156.845052 120.232276,160.521369 120.232276,169.127292 Z M103.521745,177.156703 C103.521745,181.852362 104.775034,183.264402 108.367799,183.264402 C111.960563,183.264402 113.222208,181.852362 113.222208,177.156703 L113.222208,169.077161 C113.222208,164.381501 111.968918,163.027948 108.367799,163.027948 C104.766679,163.027948 103.521745,164.381501 103.521745,169.077161 L103.521745,177.156703 Z",
|
|
2260
2261
|
id: "Shape"
|
|
2261
|
-
}), /*#__PURE__*/
|
|
2262
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
2262
2263
|
d: "M132.405899,157.480052 L132.539583,160.262355 C134.391868,158.075431 137.135852,156.846323 140.000836,156.920249 C140.490117,156.923481 140.97862,156.959769 141.463007,157.028867 L141.463007,164.272883 C140.754984,164.167531 140.039857,164.117249 139.324059,164.122488 C135.931821,164.122488 133.05761,165.943936 133.05761,171.007227 L133.05761,188.829009 L126.022476,188.829009 L126.022476,157.42992 L132.405899,157.480052 Z",
|
|
2263
2264
|
id: "Path"
|
|
2264
|
-
}), /*#__PURE__*/
|
|
2265
|
+
}), /*#__PURE__*/_react.default.createElement("polygon", {
|
|
2265
2266
|
id: "Path",
|
|
2266
2267
|
points: "159.126039 166.044199 172.118478 166.044199 172.118478 172.402557 159.126039 172.402557 159.126039 182.838284 174.725321 182.838284 174.725321 189.405523 151.882024 189.405523 151.882024 149.659523 174.207294 149.659523 174.207294 156.243472 159.126039 156.243472"
|
|
2267
|
-
}), /*#__PURE__*/
|
|
2268
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
2268
2269
|
d: "M196.582696,159.627355 L196.582696,151.706563 L203.567699,149.141496 L203.567699,189.405523 L197.418223,189.405523 L197.100723,187.325062 C195.538288,189.096378 192.881313,190.032168 189.848352,190.032168 C183.122363,190.032168 179.822033,185.754272 179.822033,177.724861 L179.822033,169.369595 C179.822033,161.072816 184.409074,157.421565 190.090655,157.421565 C193.08184,157.42992 195.170656,158.265447 196.582696,159.627355 Z M196.524209,169.169069 C196.524209,165.049923 194.49388,163.637883 191.678155,163.637883 C188.653549,163.637883 186.823746,165.208673 186.823746,169.695451 L186.823746,177.825124 C186.823746,182.052889 188.235786,183.882692 191.628024,183.882692 C194.752893,183.882692 196.524209,182.311902 196.524209,178.660651 L196.524209,169.169069 Z",
|
|
2269
2270
|
id: "Shape"
|
|
2270
|
-
}), /*#__PURE__*/
|
|
2271
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
2271
2272
|
d: "M226.101851,188.260851 L226.101851,186.172035 C224.199969,187.658976 221.829441,188.417544 219.417638,188.310983 C212.691649,188.310983 209.349543,184.033087 209.349543,176.003676 L209.349543,169.37795 C209.349543,161.081171 213.944939,157.42992 219.62652,157.42992 C222.651126,157.42992 224.739942,158.265447 226.143627,159.627355 L226.352509,158.056565 L233.086853,157.981368 L233.086853,187.634206 C233.086853,196.766512 228.600075,200 221.138823,200 C212.666583,200 211.597109,196.749802 209.349543,191.0348 L216.710532,190.508418 C216.860927,192.906379 218.013953,194.310064 221.347704,194.310064 C224.681455,194.310064 226.101851,192.697498 226.101851,188.260851 Z M226.101851,169.169069 C226.101851,165.049923 224.071521,163.637883 221.255796,163.637883 C218.23119,163.637883 216.401387,165.208673 216.401387,169.695451 L216.401387,176.10394 C216.401387,180.331704 217.813427,182.161507 221.19731,182.161507 C224.330534,182.161507 226.101851,180.590717 226.101851,176.939466 L226.101851,169.169069 Z",
|
|
2272
2273
|
id: "Shape"
|
|
2273
|
-
}), /*#__PURE__*/
|
|
2274
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
2274
2275
|
d: "M262.255086,180.022559 C262.046205,186.539667 258.91298,190.048878 250.883569,190.048878 C242.854159,190.048878 238.960605,186.380917 238.960605,177.724861 L238.960605,169.486569 C238.960605,161.707816 242.820738,157.42992 250.850148,157.42992 C258.729164,157.42992 262.547521,161.139658 262.547521,169.37795 L262.547521,175.844926 L245.836989,175.844926 L245.836989,178.451769 C245.836989,182.311902 247.249029,184.241969 250.850148,184.241969 C254.451268,184.241969 255.721268,182.570915 255.863308,179.847099 L262.255086,180.022559 Z M245.820278,169.536701 L245.820278,170.447424 L255.846597,170.447424 L255.846597,169.302753 C255.846597,165.183607 254.484689,163.253541 250.891925,163.253541 C247.29916,163.253541 245.820278,165.049923 245.820278,169.536701 Z",
|
|
2275
2276
|
id: "Shape"
|
|
2276
|
-
}), /*#__PURE__*/
|
|
2277
|
+
}), /*#__PURE__*/_react.default.createElement("polygon", {
|
|
2277
2278
|
id: "Combined-Shape",
|
|
2278
2279
|
points: "135.111587 69.7277157 126.131425 60.1620502 135.111587 50.3402268 135.111587 50.2084885 151.944816 31.311359 151.944816 50.6622538 174.633082 51.3648582 174.633082 68.60794 152.896259 69.288588 152.808434 88.1271671 135.111587 69.5959774"
|
|
2279
|
-
}), /*#__PURE__*/
|
|
2280
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
2280
2281
|
d: "M132.948991,13.6525045 C132.948991,2.59013243 120.633329,2.19743493 120.633329,2.19743493 L120.633329,2.19743493 L132.948991,0.150394786 L132.948991,0 L179.73848,7.78710782 L179.73848,28.6836279 L152.667419,25.9765217 L132.948991,47.5832393 L132.948991,13.6525045 Z",
|
|
2281
2282
|
id: "Combined-Shape"
|
|
2282
|
-
}), /*#__PURE__*/
|
|
2283
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
2283
2284
|
d: "M132.948991,120.1905 L120.633329,118.135105 L120.647911,118.134561 C121.121029,118.11546 132.948991,117.529515 132.948991,106.68839 L132.948991,72.1143 L153.101892,93.0275306 L179.73848,90.4039771 L179.73848,112.278063 L132.948991,120.040105 L132.948991,120.1905 Z",
|
|
2284
2285
|
id: "Combined-Shape"
|
|
2285
|
-
}), /*#__PURE__*/
|
|
2286
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
2286
2287
|
d: "M107.92497,25.2579688 L87.8723315,27.33843 L87.8723315,48.3435685 L107.92497,47.5915946 C107.92497,47.5915946 113.690103,46.1711994 113.690103,36.0195513 C113.690103,25.8679032 107.92497,25.2579688 107.92497,25.2579688 Z",
|
|
2287
2288
|
id: "Path"
|
|
2288
|
-
}), /*#__PURE__*/
|
|
2289
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
2289
2290
|
d: "M107.92497,69.9335756 L87.8723315,69.3403518 L87.8723315,92.9690437 L107.92497,95.0662155 C107.92497,95.0662155 113.690103,94.3810837 113.690103,82.8842378 C113.690103,71.3873919 107.92497,69.9335756 107.92497,69.9335756 Z",
|
|
2290
2291
|
id: "Path"
|
|
2291
|
-
})), /*#__PURE__*/
|
|
2292
|
+
})), /*#__PURE__*/_react.default.createElement("g", {
|
|
2292
2293
|
id: "chevron-circle-right",
|
|
2293
2294
|
transform: "translate(293.000000, 127.000000)",
|
|
2294
2295
|
fill: "#000000",
|
|
2295
2296
|
"fill-rule": "nonzero"
|
|
2296
|
-
}, /*#__PURE__*/
|
|
2297
|
+
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
2297
2298
|
d: "M25,0 C38.8104839,0 50,11.1895161 50,25 C50,38.8104839 38.8104839,50 25,50 C11.1895161,50 0,38.8104839 0,25 C0,11.1895161 11.1895161,0 25,0 Z M36.4818548,23.2862903 L22.8225806,9.62701613 C21.875,8.67943548 20.3427419,8.67943548 19.4052419,9.62701613 L17.6915323,11.3407258 C16.7439516,12.2883065 16.7439516,13.8205645 17.6915323,14.7580645 L27.9334677,25 L17.6915323,35.2419355 C16.7439516,36.1895161 16.7439516,37.7217742 17.6915323,38.6592742 L19.4052419,40.3729839 C20.3528226,41.3205645 21.8850806,41.3205645 22.8225806,40.3729839 L36.4818548,26.7137097 C37.4294355,25.766129 37.4294355,24.233871 36.4818548,23.2862903 Z",
|
|
2298
2299
|
id: "Shape"
|
|
2299
|
-
})), /*#__PURE__*/
|
|
2300
|
+
})), /*#__PURE__*/_react.default.createElement("path", {
|
|
2300
2301
|
id: "Line",
|
|
2301
2302
|
d: "M498.132027,11.8261695 C548.908855,11.8261695 621.034608,31.2779065 714.694773,70.1250244 L717.539551,71.3081465 L721.231405,72.8476977 L718.152302,80.2314047 L714.460449,78.6918535 C620.307167,39.4287038 548.133972,19.8261695 498.132027,19.8261695 C453.890768,19.8261695 389.862461,35.17115 306.247663,65.8919869 L303.707887,66.8276278 L284.591,74.105 L310.338725,77.9605822 L314.294632,78.5528596 L313.110078,86.4646754 L309.15417,85.872398 L268.304961,79.7564657 L261.272236,78.703528 L265.824084,73.240143 L292.263253,41.5063625 L294.823668,38.4332084 L300.969976,43.554038 L298.409562,46.6271921 L281.744,66.629 L300.898688,59.337179 C386.606795,27.6784337 452.294752,11.8261695 498.132027,11.8261695 Z",
|
|
2302
2303
|
fill: "#003566",
|
|
2303
2304
|
"fill-rule": "nonzero"
|
|
2304
|
-
}), /*#__PURE__*/
|
|
2305
|
+
}), /*#__PURE__*/_react.default.createElement("g", {
|
|
2305
2306
|
id: "chevron-circle-right",
|
|
2306
2307
|
transform: "translate(617.000000, 127.000000)",
|
|
2307
2308
|
fill: "#000000",
|
|
2308
2309
|
"fill-rule": "nonzero"
|
|
2309
|
-
}, /*#__PURE__*/
|
|
2310
|
+
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
2310
2311
|
d: "M25,0 C38.8104839,0 50,11.1895161 50,25 C50,38.8104839 38.8104839,50 25,50 C11.1895161,50 0,38.8104839 0,25 C0,11.1895161 11.1895161,0 25,0 Z M36.4818548,23.2862903 L22.8225806,9.62701613 C21.875,8.67943548 20.3427419,8.67943548 19.4052419,9.62701613 L17.6915323,11.3407258 C16.7439516,12.2883065 16.7439516,13.8205645 17.6915323,14.7580645 L27.9334677,25 L17.6915323,35.2419355 C16.7439516,36.1895161 16.7439516,37.7217742 17.6915323,38.6592742 L19.4052419,40.3729839 C20.3528226,41.3205645 21.8850806,41.3205645 22.8225806,40.3729839 L36.4818548,26.7137097 C37.4294355,25.766129 37.4294355,24.233871 36.4818548,23.2862903 Z",
|
|
2311
2312
|
id: "Shape"
|
|
2312
2313
|
}))));
|
|
@@ -2315,13 +2316,13 @@ const PieIcon = ({
|
|
|
2315
2316
|
color,
|
|
2316
2317
|
size
|
|
2317
2318
|
}) => {
|
|
2318
|
-
return /*#__PURE__*/
|
|
2319
|
+
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
2319
2320
|
width: `${size ?? 14}`,
|
|
2320
2321
|
height: `${size ?? 14}`,
|
|
2321
2322
|
viewBox: "0 0 20 20",
|
|
2322
2323
|
version: "1.1",
|
|
2323
2324
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2324
|
-
}, /*#__PURE__*/
|
|
2325
|
+
}, /*#__PURE__*/_react.default.createElement("title", null, "stats-svgrepo-com (1)"), /*#__PURE__*/_react.default.createElement("g", {
|
|
2325
2326
|
id: "Page-1",
|
|
2326
2327
|
stroke: "none",
|
|
2327
2328
|
"stroke-width": "1",
|
|
@@ -2329,14 +2330,14 @@ const PieIcon = ({
|
|
|
2329
2330
|
"fill-rule": "evenodd",
|
|
2330
2331
|
"stroke-linecap": "round",
|
|
2331
2332
|
"stroke-linejoin": "round"
|
|
2332
|
-
}, /*#__PURE__*/
|
|
2333
|
+
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
2333
2334
|
id: "stats-svgrepo-com-(1)",
|
|
2334
2335
|
transform: "translate(1.000000, 1.000000)",
|
|
2335
2336
|
stroke: color ?? _colors.default.brand.midnight
|
|
2336
|
-
}, /*#__PURE__*/
|
|
2337
|
+
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
2337
2338
|
d: "M0.0487155625,9.94908701 C-0.243938891,7.09124252 0.802475441,4.46977279 2.63602934,2.6362189 C4.26464749,1.00760074 6.51467118,0 8.99990522,0 L8.99990522,6.6712795 C8.99990522,7.95756181 10.0424382,9.00009478 11.3287205,9.00009478 L18,9.00009478 C18,14.3082411 13.4048593,18.5428035 7.9752265,17.9431336 C3.81402173,17.4835807 0.474888758,14.113785 0.0487155625,9.94908701 Z",
|
|
2338
2339
|
id: "Path"
|
|
2339
|
-
}), /*#__PURE__*/
|
|
2340
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
2340
2341
|
d: "M11.450207,5.77352121 L11.450207,0.340007031 C13.7790223,0.340007031 17.6596048,4.85984935 17.6596048,6.54979297 L12.2264788,6.54979297 C11.7975886,6.54979297 11.450207,6.20241136 11.450207,5.77352121 Z",
|
|
2341
2342
|
id: "Path"
|
|
2342
2343
|
}))));
|
|
@@ -2345,19 +2346,19 @@ const SquaresIcon = ({
|
|
|
2345
2346
|
color,
|
|
2346
2347
|
size
|
|
2347
2348
|
}) => {
|
|
2348
|
-
return /*#__PURE__*/
|
|
2349
|
+
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
2349
2350
|
width: `${size ?? 14}`,
|
|
2350
2351
|
height: `${size ?? 14}`,
|
|
2351
2352
|
viewBox: "0 0 50 50",
|
|
2352
2353
|
version: "1.1",
|
|
2353
2354
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2354
|
-
}, /*#__PURE__*/
|
|
2355
|
+
}, /*#__PURE__*/_react.default.createElement("title", null, "Artboard"), /*#__PURE__*/_react.default.createElement("g", {
|
|
2355
2356
|
id: "Artboard",
|
|
2356
2357
|
stroke: "none",
|
|
2357
2358
|
"stroke-width": "1",
|
|
2358
2359
|
fill: "none",
|
|
2359
2360
|
"fill-rule": "evenodd"
|
|
2360
|
-
}, /*#__PURE__*/
|
|
2361
|
+
}, /*#__PURE__*/_react.default.createElement("rect", {
|
|
2361
2362
|
id: "Rectangle",
|
|
2362
2363
|
stroke: color ?? _colors.default.brand.midnight,
|
|
2363
2364
|
x: "6",
|
|
@@ -2365,7 +2366,7 @@ const SquaresIcon = ({
|
|
|
2365
2366
|
width: "8",
|
|
2366
2367
|
height: "8",
|
|
2367
2368
|
rx: "1"
|
|
2368
|
-
}), /*#__PURE__*/
|
|
2369
|
+
}), /*#__PURE__*/_react.default.createElement("rect", {
|
|
2369
2370
|
id: "Rectangle",
|
|
2370
2371
|
stroke: color ?? _colors.default.brand.midnight,
|
|
2371
2372
|
x: "16",
|
|
@@ -2373,7 +2374,7 @@ const SquaresIcon = ({
|
|
|
2373
2374
|
width: "8",
|
|
2374
2375
|
height: "8",
|
|
2375
2376
|
rx: "1"
|
|
2376
|
-
}), /*#__PURE__*/
|
|
2377
|
+
}), /*#__PURE__*/_react.default.createElement("rect", {
|
|
2377
2378
|
id: "Rectangle",
|
|
2378
2379
|
stroke: color ?? _colors.default.brand.midnight,
|
|
2379
2380
|
x: "26",
|
|
@@ -2381,7 +2382,7 @@ const SquaresIcon = ({
|
|
|
2381
2382
|
width: "8",
|
|
2382
2383
|
height: "8",
|
|
2383
2384
|
rx: "1"
|
|
2384
|
-
}), /*#__PURE__*/
|
|
2385
|
+
}), /*#__PURE__*/_react.default.createElement("rect", {
|
|
2385
2386
|
id: "Rectangle",
|
|
2386
2387
|
stroke: color ?? _colors.default.brand.midnight,
|
|
2387
2388
|
x: "36",
|
|
@@ -2389,7 +2390,7 @@ const SquaresIcon = ({
|
|
|
2389
2390
|
width: "8",
|
|
2390
2391
|
height: "8",
|
|
2391
2392
|
rx: "1"
|
|
2392
|
-
}), /*#__PURE__*/
|
|
2393
|
+
}), /*#__PURE__*/_react.default.createElement("rect", {
|
|
2393
2394
|
id: "Rectangle",
|
|
2394
2395
|
stroke: color ?? _colors.default.brand.midnight,
|
|
2395
2396
|
x: "6",
|
|
@@ -2397,7 +2398,7 @@ const SquaresIcon = ({
|
|
|
2397
2398
|
width: "8",
|
|
2398
2399
|
height: "8",
|
|
2399
2400
|
rx: "1"
|
|
2400
|
-
}), /*#__PURE__*/
|
|
2401
|
+
}), /*#__PURE__*/_react.default.createElement("rect", {
|
|
2401
2402
|
id: "Rectangle",
|
|
2402
2403
|
stroke: color ?? _colors.default.brand.midnight,
|
|
2403
2404
|
x: "16",
|
|
@@ -2405,7 +2406,7 @@ const SquaresIcon = ({
|
|
|
2405
2406
|
width: "8",
|
|
2406
2407
|
height: "8",
|
|
2407
2408
|
rx: "1"
|
|
2408
|
-
}), /*#__PURE__*/
|
|
2409
|
+
}), /*#__PURE__*/_react.default.createElement("rect", {
|
|
2409
2410
|
id: "Rectangle",
|
|
2410
2411
|
stroke: color ?? _colors.default.brand.midnight,
|
|
2411
2412
|
x: "26",
|
|
@@ -2413,7 +2414,7 @@ const SquaresIcon = ({
|
|
|
2413
2414
|
width: "8",
|
|
2414
2415
|
height: "8",
|
|
2415
2416
|
rx: "1"
|
|
2416
|
-
}), /*#__PURE__*/
|
|
2417
|
+
}), /*#__PURE__*/_react.default.createElement("rect", {
|
|
2417
2418
|
id: "Rectangle",
|
|
2418
2419
|
stroke: color ?? _colors.default.brand.midnight,
|
|
2419
2420
|
x: "36",
|
|
@@ -2421,7 +2422,7 @@ const SquaresIcon = ({
|
|
|
2421
2422
|
width: "8",
|
|
2422
2423
|
height: "8",
|
|
2423
2424
|
rx: "1"
|
|
2424
|
-
}), /*#__PURE__*/
|
|
2425
|
+
}), /*#__PURE__*/_react.default.createElement("rect", {
|
|
2425
2426
|
id: "Rectangle",
|
|
2426
2427
|
stroke: color ?? _colors.default.brand.midnight,
|
|
2427
2428
|
x: "6",
|
|
@@ -2429,7 +2430,7 @@ const SquaresIcon = ({
|
|
|
2429
2430
|
width: "8",
|
|
2430
2431
|
height: "8",
|
|
2431
2432
|
rx: "1"
|
|
2432
|
-
}), /*#__PURE__*/
|
|
2433
|
+
}), /*#__PURE__*/_react.default.createElement("rect", {
|
|
2433
2434
|
id: "Rectangle",
|
|
2434
2435
|
stroke: color ?? _colors.default.brand.midnight,
|
|
2435
2436
|
x: "16",
|
|
@@ -2437,7 +2438,7 @@ const SquaresIcon = ({
|
|
|
2437
2438
|
width: "8",
|
|
2438
2439
|
height: "8",
|
|
2439
2440
|
rx: "1"
|
|
2440
|
-
}), /*#__PURE__*/
|
|
2441
|
+
}), /*#__PURE__*/_react.default.createElement("rect", {
|
|
2441
2442
|
id: "Rectangle",
|
|
2442
2443
|
stroke: color ?? _colors.default.brand.midnight,
|
|
2443
2444
|
x: "26",
|
|
@@ -2445,7 +2446,7 @@ const SquaresIcon = ({
|
|
|
2445
2446
|
width: "8",
|
|
2446
2447
|
height: "8",
|
|
2447
2448
|
rx: "1"
|
|
2448
|
-
}), /*#__PURE__*/
|
|
2449
|
+
}), /*#__PURE__*/_react.default.createElement("rect", {
|
|
2449
2450
|
id: "Rectangle",
|
|
2450
2451
|
stroke: color ?? _colors.default.brand.midnight,
|
|
2451
2452
|
x: "36",
|
|
@@ -2453,7 +2454,7 @@ const SquaresIcon = ({
|
|
|
2453
2454
|
width: "8",
|
|
2454
2455
|
height: "8",
|
|
2455
2456
|
rx: "1"
|
|
2456
|
-
}), /*#__PURE__*/
|
|
2457
|
+
}), /*#__PURE__*/_react.default.createElement("rect", {
|
|
2457
2458
|
id: "Rectangle",
|
|
2458
2459
|
stroke: color ?? _colors.default.brand.midnight,
|
|
2459
2460
|
x: "6",
|
|
@@ -2461,7 +2462,7 @@ const SquaresIcon = ({
|
|
|
2461
2462
|
width: "8",
|
|
2462
2463
|
height: "8",
|
|
2463
2464
|
rx: "1"
|
|
2464
|
-
}), /*#__PURE__*/
|
|
2465
|
+
}), /*#__PURE__*/_react.default.createElement("rect", {
|
|
2465
2466
|
id: "Rectangle",
|
|
2466
2467
|
stroke: color ?? _colors.default.brand.midnight,
|
|
2467
2468
|
x: "16",
|
|
@@ -2469,7 +2470,7 @@ const SquaresIcon = ({
|
|
|
2469
2470
|
width: "8",
|
|
2470
2471
|
height: "8",
|
|
2471
2472
|
rx: "1"
|
|
2472
|
-
}), /*#__PURE__*/
|
|
2473
|
+
}), /*#__PURE__*/_react.default.createElement("rect", {
|
|
2473
2474
|
id: "Rectangle",
|
|
2474
2475
|
stroke: color ?? _colors.default.brand.midnight,
|
|
2475
2476
|
x: "26",
|
|
@@ -2477,7 +2478,7 @@ const SquaresIcon = ({
|
|
|
2477
2478
|
width: "8",
|
|
2478
2479
|
height: "8",
|
|
2479
2480
|
rx: "1"
|
|
2480
|
-
}), /*#__PURE__*/
|
|
2481
|
+
}), /*#__PURE__*/_react.default.createElement("rect", {
|
|
2481
2482
|
id: "Rectangle",
|
|
2482
2483
|
stroke: color ?? _colors.default.brand.midnight,
|
|
2483
2484
|
x: "36",
|
|
@@ -2485,7 +2486,7 @@ const SquaresIcon = ({
|
|
|
2485
2486
|
width: "8",
|
|
2486
2487
|
height: "8",
|
|
2487
2488
|
rx: "1"
|
|
2488
|
-
}), /*#__PURE__*/
|
|
2489
|
+
}), /*#__PURE__*/_react.default.createElement("rect", {
|
|
2489
2490
|
id: "Rectangle",
|
|
2490
2491
|
"fill-opacity": "0.2",
|
|
2491
2492
|
fill: "#D8D8D8",
|
|
@@ -2500,13 +2501,13 @@ const OwnedSquareIcon = ({
|
|
|
2500
2501
|
color,
|
|
2501
2502
|
size
|
|
2502
2503
|
}) => {
|
|
2503
|
-
return /*#__PURE__*/
|
|
2504
|
+
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
2504
2505
|
width: `${size ?? 14}`,
|
|
2505
2506
|
height: `${size ?? 14}`,
|
|
2506
2507
|
viewBox: "0 0 20 19",
|
|
2507
2508
|
version: "1.1",
|
|
2508
2509
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2509
|
-
}, /*#__PURE__*/
|
|
2510
|
+
}, /*#__PURE__*/_react.default.createElement("title", null, "square-user-check-svgrepo-com"), /*#__PURE__*/_react.default.createElement("g", {
|
|
2510
2511
|
id: "Page-1",
|
|
2511
2512
|
stroke: "none",
|
|
2512
2513
|
"stroke-width": "1",
|
|
@@ -2514,12 +2515,12 @@ const OwnedSquareIcon = ({
|
|
|
2514
2515
|
"fill-rule": "evenodd",
|
|
2515
2516
|
"stroke-linecap": "round",
|
|
2516
2517
|
"stroke-linejoin": "round"
|
|
2517
|
-
}, /*#__PURE__*/
|
|
2518
|
+
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
2518
2519
|
id: "square-user-check-svgrepo-com",
|
|
2519
2520
|
transform: "translate(1.000000, 1.000000)",
|
|
2520
2521
|
stroke: color ?? _colors.default.brand.midnight,
|
|
2521
2522
|
"stroke-width": "2"
|
|
2522
|
-
}, /*#__PURE__*/
|
|
2523
|
+
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
2523
2524
|
d: "M11.6470588,14.8235294 L13.7647059,16.9411765 L18,12.7058824 M7.41176471,16.9411765 L3.38823529,16.9411765 C2.20224706,16.9411765 1.60924235,16.9411765 1.15625647,16.7103529 C0.757789412,16.5073765 0.433831765,16.1833765 0.230812941,15.7849412 C0,15.3319765 0,14.7389294 0,13.5529412 L0,3.38823529 C0,2.20224706 0,1.60924235 0.230812941,1.15625647 C0.433831765,0.757789412 0.757789412,0.433831765 1.15625647,0.230812941 C1.60924235,0 2.20224706,0 3.38823529,0 L13.5529412,0 C14.7389294,0 15.3319765,0 15.7849412,0.230812941 C16.1833765,0.433831765 16.5073765,0.757789412 16.7103529,1.15625647 C16.9411765,1.60924235 16.9411765,2.20224706 16.9411765,3.38823529 L16.9411765,8.47058824 M3.17647059,16.9411765 C3.17647059,16.5785294 3.21292588,16.2244588 3.28237412,15.8823529 C3.77289529,13.4659059 5.90933647,11.6470588 8.47058824,11.6470588 M10.5882353,6.35294118 C10.5882353,7.52251765 9.64016471,8.47058824 8.47058824,8.47058824 C7.30101176,8.47058824 6.35294118,7.52251765 6.35294118,6.35294118 C6.35294118,5.18339647 7.30101176,4.23529412 8.47058824,4.23529412 C9.64016471,4.23529412 10.5882353,5.18339647 10.5882353,6.35294118 Z",
|
|
2524
2525
|
id: "Shape"
|
|
2525
2526
|
}))));
|