UNPKG

hyperfusion-icons

Version:

The ultimate collection of 3000+ modern React SVG icons with smart dynamic color and size support for brand logos, UI elements, and business icons

610 lines (607 loc) 366 kB
import React from 'react'; // Props for colorless icons (support both size and color) interface IconProps { size?: number | string; color?: string; className?: string; style?: React.CSSProperties; [key: string]: any; } // Props for colored icons (only support size) interface IconPropsColored { size?: number | string; className?: string; style?: React.CSSProperties; [key: string]: any; } export const ATMWithdrawal: React.ComponentType<IconPropsColored>; export const Analytics: React.ComponentType<IconPropsColored>; export const AutoPayDollar: React.ComponentType<IconPropsColored>; export const AutoPayEuro: React.ComponentType<IconPropsColored>; export const AutoPayRupee: React.ComponentType<IconPropsColored>; export const BankLocator: React.ComponentType<IconPropsColored>; export const BankReport: React.ComponentType<IconPropsColored>; export const BankDollar: React.ComponentType<IconPropsColored>; export const BankEuro: React.ComponentType<IconPropsColored>; export const BankRupee: React.ComponentType<IconPropsColored>; export const BillReminderDollar: React.ComponentType<IconPropsColored>; export const BillReminderEuro: React.ComponentType<IconPropsColored>; export const BillReminderRupee: React.ComponentType<IconPropsColored>; export const BiometricLogin: React.ComponentType<IconPropsColored>; export const BondDollar: React.ComponentType<IconPropsColored>; export const BondEuro: React.ComponentType<IconPropsColored>; export const BondRupee: React.ComponentType<IconPropsColored>; export const BrainCircuit: React.ComponentType<IconPropsColored>; export const Briefcase: React.ComponentType<IconPropsColored>; export const BudgetPlaningDollar: React.ComponentType<IconPropsColored>; export const BudgetPlaningEuro: React.ComponentType<IconPropsColored>; export const BudgetPlaningRupee: React.ComponentType<IconPropsColored>; export const BullAndBear: React.ComponentType<IconPropsColored>; export const Calculator: React.ComponentType<IconPropsColored>; export const CandleStickChart: React.ComponentType<IconPropsColored>; export const Cash: React.ComponentType<IconPropsColored>; export const CashbackRewardDollar: React.ComponentType<IconPropsColored>; export const CashbackRewardRupee: React.ComponentType<IconPropsColored>; export const CashbackRewardEuro: React.ComponentType<IconPropsColored>; export const CashlessTransactionDollar: React.ComponentType<IconPropsColored>; export const CashlessTransactionEuro: React.ComponentType<IconPropsColored>; export const CashlessTransactionRupee: React.ComponentType<IconPropsColored>; export const ChequeBookDollar: React.ComponentType<IconPropsColored>; export const ChequeBookEuro: React.ComponentType<IconPropsColored>; export const ChequeBookRupee: React.ComponentType<IconPropsColored>; export const ClickedCursor: React.ComponentType<IconProps>; export const Cloud: React.ComponentType<IconPropsColored>; export const CoinDollar: React.ComponentType<IconPropsColored>; export const CoinEuro: React.ComponentType<IconPropsColored>; export const CoinRupee: React.ComponentType<IconPropsColored>; export const CoinsBitcoinCash: React.ComponentType<IconProps>; export const CoinsBitcoinSV: React.ComponentType<IconProps>; export const CoinsBitcoin: React.ComponentType<IconProps>; export const CoinsCardano: React.ComponentType<IconProps>; export const CoinsDai: React.ComponentType<IconProps>; export const CoinsDogecoin: React.ComponentType<IconProps>; export const CoinsEOS: React.ComponentType<IconProps>; export const CoinsEthereumClassic: React.ComponentType<IconProps>; export const CoinsEthereum: React.ComponentType<IconProps>; export const CoinsLisk: React.ComponentType<IconProps>; export const CoinsLitecoin: React.ComponentType<IconProps>; export const CoinsMonero: React.ComponentType<IconProps>; export const CoinsNamecoin: React.ComponentType<IconProps>; export const CoinsNano: React.ComponentType<IconProps>; export const CoinsNavcoin: React.ComponentType<IconProps>; export const CoinsPeercoin: React.ComponentType<IconProps>; export const CoinsPrimecoin: React.ComponentType<IconProps>; export const CoinsReddcoin: React.ComponentType<IconProps>; export const CoinsSteem: React.ComponentType<IconProps>; export const CoinsTether: React.ComponentType<IconProps>; export const CoinsTezos: React.ComponentType<IconProps>; export const CoinsTheta: React.ComponentType<IconProps>; export const CoinsXRP: React.ComponentType<IconProps>; export const CoinsZcash: React.ComponentType<IconProps>; export const CreditCard: React.ComponentType<IconPropsColored>; export const CreditScoreDollar: React.ComponentType<IconPropsColored>; export const CreditScoreEuro: React.ComponentType<IconPropsColored>; export const CreditScoreRupee: React.ComponentType<IconPropsColored>; export const CryptoWallet: React.ComponentType<IconPropsColored>; export const CurrentAccountDollar: React.ComponentType<IconPropsColored>; export const CurrentAccountEuro: React.ComponentType<IconPropsColored>; export const CurrentAccountRupee: React.ComponentType<IconPropsColored>; export const DataEncryption: React.ComponentType<IconPropsColored>; export const DividendPayoutDollar: React.ComponentType<IconPropsColored>; export const DividendPayoutEuro: React.ComponentType<IconPropsColored>; export const DividendPayoutRupee: React.ComponentType<IconPropsColored>; export const Documents: React.ComponentType<IconPropsColored>; export const EMICalculator: React.ComponentType<IconPropsColored>; export const ExpenseTrackerEuro: React.ComponentType<IconPropsColored>; export const ExpenseTrackerDollar: React.ComponentType<IconPropsColored>; export const ExpenseTrackerRupee: React.ComponentType<IconPropsColored>; export const FaceId1: React.ComponentType<IconPropsColored>; export const FixedDepositDollar: React.ComponentType<IconPropsColored>; export const FixedDepositEuro: React.ComponentType<IconPropsColored>; export const FixedDepositRupee: React.ComponentType<IconPropsColored>; export const Folder: React.ComponentType<IconPropsColored>; export const FraudAlert: React.ComponentType<IconPropsColored>; export const GoldInvestment: React.ComponentType<IconPropsColored>; export const Growth: React.ComponentType<IconPropsColored>; export const KYCVerified: React.ComponentType<IconPropsColored>; export const LineGraph: React.ComponentType<IconPropsColored>; export const LoanAccountDollar: React.ComponentType<IconPropsColored>; export const LoanAccountEuro: React.ComponentType<IconPropsColored>; export const LoanAccountRupee: React.ComponentType<IconPropsColored>; export const LoanEligibility: React.ComponentType<IconPropsColored>; export const MoneyBagDollar: React.ComponentType<IconPropsColored>; export const MoneyBagEuro: React.ComponentType<IconPropsColored>; export const MoneyBagRupee: React.ComponentType<IconPropsColored>; export const Money: React.ComponentType<IconProps>; export const MutualFundsDollar: React.ComponentType<IconPropsColored>; export const MutualFundsEuro: React.ComponentType<IconPropsColored>; export const MutualFundsRupee: React.ComponentType<IconPropsColored>; export const NFCTapPay: React.ComponentType<IconPropsColored>; export const Name500pxTypeCircleColorTypeBlack1: React.ComponentType<IconProps>; export const Name500pxTypeCircleColorTypeBlack2: React.ComponentType<IconProps>; export const Name500pxTypeCircleColorTypeBlack3: React.ComponentType<IconProps>; export const Name500pxTypeCircleColorTypeBlack: React.ComponentType<IconProps>; export const Name500pxTypeCircleColorTypeBlack256px: React.ComponentType<IconProps>; export const Name500pxTypeCircleColorTypeBlack512px: React.ComponentType<IconProps>; export const Name500pxTypeCircleColorTypeMulticolour1: React.ComponentType<IconPropsColored>; export const Name500pxTypeCircleColorTypeMulticolour2: React.ComponentType<IconPropsColored>; export const Name500pxTypeCircleColorTypeMulticolour3: React.ComponentType<IconPropsColored>; export const Name500pxTypeCircleColorTypeMulticolour: React.ComponentType<IconPropsColored>; export const Name500pxTypeCircleColorTypeMulticolour256px: React.ComponentType<IconPropsColored>; export const Name500pxTypeCircleColorTypeMulticolour512px: React.ComponentType<IconPropsColored>; export const Name500pxTypeCircleColorTypeWhite1: React.ComponentType<IconProps>; export const Name500pxTypeCircleColorTypeWhite2: React.ComponentType<IconProps>; export const Name500pxTypeCircleColorTypeWhite3: React.ComponentType<IconProps>; export const Name500pxTypeCircleColorTypeWhite: React.ComponentType<IconProps>; export const Name500pxTypeCircleColorTypeWhite256px: React.ComponentType<IconProps>; export const Name500pxTypeCircleColorTypeWhite512px: React.ComponentType<IconProps>; export const Name500pxTypeRoundedColorTypeBlack1: React.ComponentType<IconProps>; export const Name500pxTypeRoundedColorTypeBlack2: React.ComponentType<IconProps>; export const Name500pxTypeRoundedColorTypeBlack3: React.ComponentType<IconProps>; export const Name500pxTypeRoundedColorTypeBlack: React.ComponentType<IconProps>; export const Name500pxTypeRoundedColorTypeBlack256px: React.ComponentType<IconProps>; export const Name500pxTypeRoundedColorTypeBlack512px: React.ComponentType<IconProps>; export const Name500pxTypeRoundedColorTypeMulticolour1: React.ComponentType<IconPropsColored>; export const Name500pxTypeRoundedColorTypeMulticolour2: React.ComponentType<IconPropsColored>; export const Name500pxTypeRoundedColorTypeMulticolour3: React.ComponentType<IconPropsColored>; export const Name500pxTypeRoundedColorTypeMulticolour: React.ComponentType<IconPropsColored>; export const Name500pxTypeRoundedColorTypeMulticolour256px: React.ComponentType<IconPropsColored>; export const Name500pxTypeRoundedColorTypeMulticolour512px: React.ComponentType<IconPropsColored>; export const Name500pxTypeRoundedColorTypeWhite1: React.ComponentType<IconProps>; export const Name500pxTypeRoundedColorTypeWhite2: React.ComponentType<IconProps>; export const Name500pxTypeRoundedColorTypeWhite3: React.ComponentType<IconProps>; export const Name500pxTypeRoundedColorTypeWhite: React.ComponentType<IconProps>; export const Name500pxTypeRoundedColorTypeWhite256px: React.ComponentType<IconProps>; export const Name500pxTypeRoundedColorTypeWhite512px: React.ComponentType<IconProps>; export const Name500pxTypeSquareColorTypeBlack1: React.ComponentType<IconProps>; export const Name500pxTypeSquareColorTypeBlack2: React.ComponentType<IconProps>; export const Name500pxTypeSquareColorTypeBlack3: React.ComponentType<IconProps>; export const Name500pxTypeSquareColorTypeBlack: React.ComponentType<IconProps>; export const Name500pxTypeSquareColorTypeBlack256px: React.ComponentType<IconProps>; export const Name500pxTypeSquareColorTypeBlack512px: React.ComponentType<IconProps>; export const Name500pxTypeSquareColorTypeMulticolour1: React.ComponentType<IconPropsColored>; export const Name500pxTypeSquareColorTypeMulticolour2: React.ComponentType<IconPropsColored>; export const Name500pxTypeSquareColorTypeMulticolour3: React.ComponentType<IconPropsColored>; export const Name500pxTypeSquareColorTypeMulticolour: React.ComponentType<IconPropsColored>; export const Name500pxTypeSquareColorTypeMulticolour256px: React.ComponentType<IconPropsColored>; export const Name500pxTypeSquareColorTypeMulticolour512px: React.ComponentType<IconPropsColored>; export const Name500pxTypeSquareColorTypeWhite1: React.ComponentType<IconProps>; export const Name500pxTypeSquareColorTypeWhite2: React.ComponentType<IconProps>; export const Name500pxTypeSquareColorTypeWhite3: React.ComponentType<IconProps>; export const Name500pxTypeSquareColorTypeWhite: React.ComponentType<IconProps>; export const Name500pxTypeSquareColorTypeWhite256px: React.ComponentType<IconProps>; export const Name500pxTypeSquareColorTypeWhite512px: React.ComponentType<IconProps>; export const NameAmericanExpress: React.ComponentType<IconProps>; export const NameCirrus: React.ComponentType<IconPropsColored>; export const NameDiscover: React.ComponentType<IconPropsColored>; export const NameJCB: React.ComponentType<IconPropsColored>; export const NameMaestro: React.ComponentType<IconPropsColored>; export const NameMastercard: React.ComponentType<IconPropsColored>; export const NameRupay: React.ComponentType<IconPropsColored>; export const NameUnionPay: React.ComponentType<IconPropsColored>; export const NameVisa: React.ComponentType<IconProps>; export const NameAddTypeRounded: React.ComponentType<IconProps>; export const NameAddTypeSharp: React.ComponentType<IconProps>; export const NameAdobePortfolioTypeCircleColorTypeBlack1: React.ComponentType<IconProps>; export const NameAdobePortfolioTypeCircleColorTypeBlack2: React.ComponentType<IconProps>; export const NameAdobePortfolioTypeCircleColorTypeBlack3: React.ComponentType<IconProps>; export const NameAdobePortfolioTypeCircleColorTypeBlack: React.ComponentType<IconProps>; export const NameAdobePortfolioTypeCircleColorTypeBlack256px: React.ComponentType<IconProps>; export const NameAdobePortfolioTypeCircleColorTypeBlack512px: React.ComponentType<IconProps>; export const NameAdobePortfolioTypeCircleColorTypeMulticolour1: React.ComponentType<IconPropsColored>; export const NameAdobePortfolioTypeCircleColorTypeMulticolour2: React.ComponentType<IconPropsColored>; export const NameAdobePortfolioTypeCircleColorTypeMulticolour3: React.ComponentType<IconPropsColored>; export const NameAdobePortfolioTypeCircleColorTypeMulticolour: React.ComponentType<IconPropsColored>; export const NameAdobePortfolioTypeCircleColorTypeMulticolour256px: React.ComponentType<IconPropsColored>; export const NameAdobePortfolioTypeCircleColorTypeMulticolour512px: React.ComponentType<IconPropsColored>; export const NameAdobePortfolioTypeCircleColorTypeWhite1: React.ComponentType<IconProps>; export const NameAdobePortfolioTypeCircleColorTypeWhite2: React.ComponentType<IconProps>; export const NameAdobePortfolioTypeCircleColorTypeWhite3: React.ComponentType<IconProps>; export const NameAdobePortfolioTypeCircleColorTypeWhite: React.ComponentType<IconProps>; export const NameAdobePortfolioTypeCircleColorTypeWhite256px: React.ComponentType<IconProps>; export const NameAdobePortfolioTypeCircleColorTypeWhite512px: React.ComponentType<IconProps>; export const NameAdobePortfolioTypeRoundedColorTypeBlack1: React.ComponentType<IconProps>; export const NameAdobePortfolioTypeRoundedColorTypeBlack2: React.ComponentType<IconProps>; export const NameAdobePortfolioTypeRoundedColorTypeBlack3: React.ComponentType<IconProps>; export const NameAdobePortfolioTypeRoundedColorTypeBlack: React.ComponentType<IconProps>; export const NameAdobePortfolioTypeRoundedColorTypeBlack256px: React.ComponentType<IconProps>; export const NameAdobePortfolioTypeRoundedColorTypeBlack512px: React.ComponentType<IconProps>; export const NameAdobePortfolioTypeRoundedColorTypeMulticolour1: React.ComponentType<IconPropsColored>; export const NameAdobePortfolioTypeRoundedColorTypeMulticolour2: React.ComponentType<IconPropsColored>; export const NameAdobePortfolioTypeRoundedColorTypeMulticolour3: React.ComponentType<IconPropsColored>; export const NameAdobePortfolioTypeRoundedColorTypeMulticolour: React.ComponentType<IconPropsColored>; export const NameAdobePortfolioTypeRoundedColorTypeMulticolour256px: React.ComponentType<IconPropsColored>; export const NameAdobePortfolioTypeRoundedColorTypeMulticolour512px: React.ComponentType<IconPropsColored>; export const NameAdobePortfolioTypeRoundedColorTypeWhite1: React.ComponentType<IconProps>; export const NameAdobePortfolioTypeRoundedColorTypeWhite2: React.ComponentType<IconProps>; export const NameAdobePortfolioTypeRoundedColorTypeWhite3: React.ComponentType<IconProps>; export const NameAdobePortfolioTypeRoundedColorTypeWhite: React.ComponentType<IconProps>; export const NameAdobePortfolioTypeRoundedColorTypeWhite256px: React.ComponentType<IconProps>; export const NameAdobePortfolioTypeRoundedColorTypeWhite512px: React.ComponentType<IconProps>; export const NameAdobePortfolioTypeSquareColorTypeBlack1: React.ComponentType<IconProps>; export const NameAdobePortfolioTypeSquareColorTypeBlack2: React.ComponentType<IconProps>; export const NameAdobePortfolioTypeSquareColorTypeBlack3: React.ComponentType<IconProps>; export const NameAdobePortfolioTypeSquareColorTypeBlack: React.ComponentType<IconProps>; export const NameAdobePortfolioTypeSquareColorTypeBlack256px: React.ComponentType<IconProps>; export const NameAdobePortfolioTypeSquareColorTypeBlack512px: React.ComponentType<IconProps>; export const NameAdobePortfolioTypeSquareColorTypeMulticolour1: React.ComponentType<IconPropsColored>; export const NameAdobePortfolioTypeSquareColorTypeMulticolour2: React.ComponentType<IconPropsColored>; export const NameAdobePortfolioTypeSquareColorTypeMulticolour3: React.ComponentType<IconPropsColored>; export const NameAdobePortfolioTypeSquareColorTypeMulticolour: React.ComponentType<IconPropsColored>; export const NameAdobePortfolioTypeSquareColorTypeMulticolour256px: React.ComponentType<IconPropsColored>; export const NameAdobePortfolioTypeSquareColorTypeMulticolour512px: React.ComponentType<IconPropsColored>; export const NameAdobePortfolioTypeSquareColorTypeWhite1: React.ComponentType<IconProps>; export const NameAdobePortfolioTypeSquareColorTypeWhite2: React.ComponentType<IconProps>; export const NameAdobePortfolioTypeSquareColorTypeWhite3: React.ComponentType<IconProps>; export const NameAdobePortfolioTypeSquareColorTypeWhite: React.ComponentType<IconProps>; export const NameAdobePortfolioTypeSquareColorTypeWhite256px: React.ComponentType<IconProps>; export const NameAdobePortfolioTypeSquareColorTypeWhite512px: React.ComponentType<IconProps>; export const NameArrowBackTypeRounded: React.ComponentType<IconProps>; export const NameArrowBackTypeSharp: React.ComponentType<IconProps>; export const NameArrowDownTypeRounded: React.ComponentType<IconProps>; export const NameArrowDownTypeSharp: React.ComponentType<IconProps>; export const NameArrowForwardTypeRounded: React.ComponentType<IconProps>; export const NameArrowForwardTypeSharp: React.ComponentType<IconProps>; export const NameArrowUpTypeRounded: React.ComponentType<IconProps>; export const NameArrowUpTypeSharp: React.ComponentType<IconProps>; export const NameBehanceTypeCircleColorTypeBlack1: React.ComponentType<IconProps>; export const NameBehanceTypeCircleColorTypeBlack2: React.ComponentType<IconProps>; export const NameBehanceTypeCircleColorTypeBlack3: React.ComponentType<IconProps>; export const NameBehanceTypeCircleColorTypeBlack: React.ComponentType<IconProps>; export const NameBehanceTypeCircleColorTypeBlack256px: React.ComponentType<IconProps>; export const NameBehanceTypeCircleColorTypeBlack512px: React.ComponentType<IconProps>; export const NameBehanceTypeCircleColorTypeMulticolour1: React.ComponentType<IconPropsColored>; export const NameBehanceTypeCircleColorTypeMulticolour2: React.ComponentType<IconPropsColored>; export const NameBehanceTypeCircleColorTypeMulticolour3: React.ComponentType<IconPropsColored>; export const NameBehanceTypeCircleColorTypeMulticolour: React.ComponentType<IconPropsColored>; export const NameBehanceTypeCircleColorTypeMulticolour256px: React.ComponentType<IconPropsColored>; export const NameBehanceTypeCircleColorTypeMulticolour512px: React.ComponentType<IconPropsColored>; export const NameBehanceTypeCircleColorTypeWhite1: React.ComponentType<IconProps>; export const NameBehanceTypeCircleColorTypeWhite2: React.ComponentType<IconProps>; export const NameBehanceTypeCircleColorTypeWhite3: React.ComponentType<IconProps>; export const NameBehanceTypeCircleColorTypeWhite: React.ComponentType<IconProps>; export const NameBehanceTypeCircleColorTypeWhite256px: React.ComponentType<IconProps>; export const NameBehanceTypeCircleColorTypeWhite512px: React.ComponentType<IconProps>; export const NameBehanceTypeRoundedColorTypeBlack1: React.ComponentType<IconProps>; export const NameBehanceTypeRoundedColorTypeBlack2: React.ComponentType<IconProps>; export const NameBehanceTypeRoundedColorTypeBlack3: React.ComponentType<IconProps>; export const NameBehanceTypeRoundedColorTypeBlack: React.ComponentType<IconProps>; export const NameBehanceTypeRoundedColorTypeBlack256px: React.ComponentType<IconProps>; export const NameBehanceTypeRoundedColorTypeBlack512px: React.ComponentType<IconProps>; export const NameBehanceTypeRoundedColorTypeMulticolour1: React.ComponentType<IconPropsColored>; export const NameBehanceTypeRoundedColorTypeMulticolour2: React.ComponentType<IconPropsColored>; export const NameBehanceTypeRoundedColorTypeMulticolour3: React.ComponentType<IconPropsColored>; export const NameBehanceTypeRoundedColorTypeMulticolour: React.ComponentType<IconPropsColored>; export const NameBehanceTypeRoundedColorTypeMulticolour256px: React.ComponentType<IconPropsColored>; export const NameBehanceTypeRoundedColorTypeMulticolour512px: React.ComponentType<IconPropsColored>; export const NameBehanceTypeRoundedColorTypeWhite1: React.ComponentType<IconProps>; export const NameBehanceTypeRoundedColorTypeWhite2: React.ComponentType<IconProps>; export const NameBehanceTypeRoundedColorTypeWhite3: React.ComponentType<IconProps>; export const NameBehanceTypeRoundedColorTypeWhite: React.ComponentType<IconProps>; export const NameBehanceTypeRoundedColorTypeWhite256px: React.ComponentType<IconProps>; export const NameBehanceTypeRoundedColorTypeWhite512px: React.ComponentType<IconProps>; export const NameBehanceTypeSquareColorTypeBlack1: React.ComponentType<IconProps>; export const NameBehanceTypeSquareColorTypeBlack2: React.ComponentType<IconProps>; export const NameBehanceTypeSquareColorTypeBlack3: React.ComponentType<IconProps>; export const NameBehanceTypeSquareColorTypeBlack: React.ComponentType<IconProps>; export const NameBehanceTypeSquareColorTypeBlack256px: React.ComponentType<IconProps>; export const NameBehanceTypeSquareColorTypeBlack512px: React.ComponentType<IconProps>; export const NameBehanceTypeSquareColorTypeMulticolour1: React.ComponentType<IconPropsColored>; export const NameBehanceTypeSquareColorTypeMulticolour2: React.ComponentType<IconPropsColored>; export const NameBehanceTypeSquareColorTypeMulticolour3: React.ComponentType<IconPropsColored>; export const NameBehanceTypeSquareColorTypeMulticolour: React.ComponentType<IconPropsColored>; export const NameBehanceTypeSquareColorTypeMulticolour256px: React.ComponentType<IconPropsColored>; export const NameBehanceTypeSquareColorTypeMulticolour512px: React.ComponentType<IconPropsColored>; export const NameBehanceTypeSquareColorTypeWhite1: React.ComponentType<IconProps>; export const NameBehanceTypeSquareColorTypeWhite2: React.ComponentType<IconProps>; export const NameBehanceTypeSquareColorTypeWhite3: React.ComponentType<IconProps>; export const NameBehanceTypeSquareColorTypeWhite: React.ComponentType<IconProps>; export const NameBehanceTypeSquareColorTypeWhite256px: React.ComponentType<IconProps>; export const NameBehanceTypeSquareColorTypeWhite512px: React.ComponentType<IconProps>; export const NameCaretBackTypeRounded: React.ComponentType<IconProps>; export const NameCaretBackTypeSharp: React.ComponentType<IconProps>; export const NameCaretDownTypeRounded: React.ComponentType<IconProps>; export const NameCaretDownTypeSharp: React.ComponentType<IconProps>; export const NameCaretForwardTypeRounded: React.ComponentType<IconProps>; export const NameCaretForwardTypeSharp: React.ComponentType<IconProps>; export const NameCaretUpTypeRounded: React.ComponentType<IconProps>; export const NameCaretUpTypeSharp: React.ComponentType<IconProps>; export const NameCheckmarkTypeRounded: React.ComponentType<IconProps>; export const NameCheckmarkTypeSharp: React.ComponentType<IconProps>; export const NameCheckmarkDoneTypeRounded: React.ComponentType<IconProps>; export const NameCheckmarkDoneTypeSharp: React.ComponentType<IconProps>; export const NameDiscordTypeCircleColorTypeBlack1: React.ComponentType<IconProps>; export const NameDiscordTypeCircleColorTypeBlack2: React.ComponentType<IconProps>; export const NameDiscordTypeCircleColorTypeBlack3: React.ComponentType<IconProps>; export const NameDiscordTypeCircleColorTypeBlack: React.ComponentType<IconProps>; export const NameDiscordTypeCircleColorTypeBlack256px: React.ComponentType<IconProps>; export const NameDiscordTypeCircleColorTypeBlack512px: React.ComponentType<IconProps>; export const NameDiscordTypeCircleColorTypeMulticolour1: React.ComponentType<IconPropsColored>; export const NameDiscordTypeCircleColorTypeMulticolour2: React.ComponentType<IconPropsColored>; export const NameDiscordTypeCircleColorTypeMulticolour3: React.ComponentType<IconPropsColored>; export const NameDiscordTypeCircleColorTypeMulticolour: React.ComponentType<IconPropsColored>; export const NameDiscordTypeCircleColorTypeMulticolour256px: React.ComponentType<IconPropsColored>; export const NameDiscordTypeCircleColorTypeMulticolour512px: React.ComponentType<IconPropsColored>; export const NameDiscordTypeCircleColorTypeWhite1: React.ComponentType<IconProps>; export const NameDiscordTypeCircleColorTypeWhite2: React.ComponentType<IconProps>; export const NameDiscordTypeCircleColorTypeWhite3: React.ComponentType<IconProps>; export const NameDiscordTypeCircleColorTypeWhite: React.ComponentType<IconProps>; export const NameDiscordTypeCircleColorTypeWhite256px: React.ComponentType<IconProps>; export const NameDiscordTypeCircleColorTypeWhite512px: React.ComponentType<IconProps>; export const NameDiscordTypeRoundedColorTypeBlack1: React.ComponentType<IconProps>; export const NameDiscordTypeRoundedColorTypeBlack2: React.ComponentType<IconProps>; export const NameDiscordTypeRoundedColorTypeBlack3: React.ComponentType<IconProps>; export const NameDiscordTypeRoundedColorTypeBlack: React.ComponentType<IconProps>; export const NameDiscordTypeRoundedColorTypeBlack256px: React.ComponentType<IconProps>; export const NameDiscordTypeRoundedColorTypeBlack512px: React.ComponentType<IconProps>; export const NameDiscordTypeRoundedColorTypeMulticolour1: React.ComponentType<IconPropsColored>; export const NameDiscordTypeRoundedColorTypeMulticolour2: React.ComponentType<IconPropsColored>; export const NameDiscordTypeRoundedColorTypeMulticolour3: React.ComponentType<IconPropsColored>; export const NameDiscordTypeRoundedColorTypeMulticolour: React.ComponentType<IconPropsColored>; export const NameDiscordTypeRoundedColorTypeMulticolour256px: React.ComponentType<IconPropsColored>; export const NameDiscordTypeRoundedColorTypeMulticolour512px: React.ComponentType<IconPropsColored>; export const NameDiscordTypeRoundedColorTypeWhite1: React.ComponentType<IconProps>; export const NameDiscordTypeRoundedColorTypeWhite2: React.ComponentType<IconProps>; export const NameDiscordTypeRoundedColorTypeWhite3: React.ComponentType<IconProps>; export const NameDiscordTypeRoundedColorTypeWhite: React.ComponentType<IconProps>; export const NameDiscordTypeRoundedColorTypeWhite256px: React.ComponentType<IconProps>; export const NameDiscordTypeRoundedColorTypeWhite512px: React.ComponentType<IconProps>; export const NameDiscordTypeSquareColorTypeBlack1: React.ComponentType<IconProps>; export const NameDiscordTypeSquareColorTypeBlack2: React.ComponentType<IconProps>; export const NameDiscordTypeSquareColorTypeBlack3: React.ComponentType<IconProps>; export const NameDiscordTypeSquareColorTypeBlack: React.ComponentType<IconProps>; export const NameDiscordTypeSquareColorTypeBlack256px: React.ComponentType<IconProps>; export const NameDiscordTypeSquareColorTypeBlack512px: React.ComponentType<IconProps>; export const NameDiscordTypeSquareColorTypeMulticolour1: React.ComponentType<IconPropsColored>; export const NameDiscordTypeSquareColorTypeMulticolour2: React.ComponentType<IconPropsColored>; export const NameDiscordTypeSquareColorTypeMulticolour3: React.ComponentType<IconPropsColored>; export const NameDiscordTypeSquareColorTypeMulticolour: React.ComponentType<IconPropsColored>; export const NameDiscordTypeSquareColorTypeMulticolour256px: React.ComponentType<IconPropsColored>; export const NameDiscordTypeSquareColorTypeMulticolour512px: React.ComponentType<IconPropsColored>; export const NameDiscordTypeSquareColorTypeWhite1: React.ComponentType<IconProps>; export const NameDiscordTypeSquareColorTypeWhite2: React.ComponentType<IconProps>; export const NameDiscordTypeSquareColorTypeWhite3: React.ComponentType<IconProps>; export const NameDiscordTypeSquareColorTypeWhite: React.ComponentType<IconProps>; export const NameDiscordTypeSquareColorTypeWhite256px: React.ComponentType<IconProps>; export const NameDiscordTypeSquareColorTypeWhite512px: React.ComponentType<IconProps>; export const NameDribbbleTypeCircleColorTypeBlack1: React.ComponentType<IconProps>; export const NameDribbbleTypeCircleColorTypeBlack2: React.ComponentType<IconProps>; export const NameDribbbleTypeCircleColorTypeBlack3: React.ComponentType<IconProps>; export const NameDribbbleTypeCircleColorTypeBlack: React.ComponentType<IconProps>; export const NameDribbbleTypeCircleColorTypeBlack256px: React.ComponentType<IconProps>; export const NameDribbbleTypeCircleColorTypeBlack512px: React.ComponentType<IconProps>; export const NameDribbbleTypeCircleColorTypeMulticolour1: React.ComponentType<IconPropsColored>; export const NameDribbbleTypeCircleColorTypeMulticolour2: React.ComponentType<IconPropsColored>; export const NameDribbbleTypeCircleColorTypeMulticolour3: React.ComponentType<IconPropsColored>; export const NameDribbbleTypeCircleColorTypeMulticolour: React.ComponentType<IconPropsColored>; export const NameDribbbleTypeCircleColorTypeMulticolour256px: React.ComponentType<IconPropsColored>; export const NameDribbbleTypeCircleColorTypeMulticolour512px: React.ComponentType<IconPropsColored>; export const NameDribbbleTypeCircleColorTypeWhite1: React.ComponentType<IconProps>; export const NameDribbbleTypeCircleColorTypeWhite2: React.ComponentType<IconProps>; export const NameDribbbleTypeCircleColorTypeWhite3: React.ComponentType<IconProps>; export const NameDribbbleTypeCircleColorTypeWhite: React.ComponentType<IconProps>; export const NameDribbbleTypeCircleColorTypeWhite256px: React.ComponentType<IconProps>; export const NameDribbbleTypeCircleColorTypeWhite512px: React.ComponentType<IconProps>; export const NameDribbbleTypeRoundedColorTypeBlack1: React.ComponentType<IconProps>; export const NameDribbbleTypeRoundedColorTypeBlack2: React.ComponentType<IconProps>; export const NameDribbbleTypeRoundedColorTypeBlack3: React.ComponentType<IconProps>; export const NameDribbbleTypeRoundedColorTypeBlack: React.ComponentType<IconProps>; export const NameDribbbleTypeRoundedColorTypeBlack256px: React.ComponentType<IconProps>; export const NameDribbbleTypeRoundedColorTypeBlack512px: React.ComponentType<IconProps>; export const NameDribbbleTypeRoundedColorTypeMulticolour1: React.ComponentType<IconPropsColored>; export const NameDribbbleTypeRoundedColorTypeMulticolour2: React.ComponentType<IconPropsColored>; export const NameDribbbleTypeRoundedColorTypeMulticolour3: React.ComponentType<IconPropsColored>; export const NameDribbbleTypeRoundedColorTypeMulticolour: React.ComponentType<IconPropsColored>; export const NameDribbbleTypeRoundedColorTypeMulticolour256px: React.ComponentType<IconPropsColored>; export const NameDribbbleTypeRoundedColorTypeMulticolour512px: React.ComponentType<IconPropsColored>; export const NameDribbbleTypeRoundedColorTypeWhite1: React.ComponentType<IconProps>; export const NameDribbbleTypeRoundedColorTypeWhite2: React.ComponentType<IconProps>; export const NameDribbbleTypeRoundedColorTypeWhite3: React.ComponentType<IconProps>; export const NameDribbbleTypeRoundedColorTypeWhite: React.ComponentType<IconProps>; export const NameDribbbleTypeRoundedColorTypeWhite256px: React.ComponentType<IconProps>; export const NameDribbbleTypeRoundedColorTypeWhite512px: React.ComponentType<IconProps>; export const NameDribbbleTypeSquareColorTypeBlack1: React.ComponentType<IconProps>; export const NameDribbbleTypeSquareColorTypeBlack2: React.ComponentType<IconProps>; export const NameDribbbleTypeSquareColorTypeBlack3: React.ComponentType<IconProps>; export const NameDribbbleTypeSquareColorTypeBlack: React.ComponentType<IconProps>; export const NameDribbbleTypeSquareColorTypeBlack256px: React.ComponentType<IconProps>; export const NameDribbbleTypeSquareColorTypeBlack512px: React.ComponentType<IconProps>; export const NameDribbbleTypeSquareColorTypeMulticolour1: React.ComponentType<IconPropsColored>; export const NameDribbbleTypeSquareColorTypeMulticolour2: React.ComponentType<IconPropsColored>; export const NameDribbbleTypeSquareColorTypeMulticolour3: React.ComponentType<IconPropsColored>; export const NameDribbbleTypeSquareColorTypeMulticolour: React.ComponentType<IconPropsColored>; export const NameDribbbleTypeSquareColorTypeMulticolour256px: React.ComponentType<IconPropsColored>; export const NameDribbbleTypeSquareColorTypeMulticolour512px: React.ComponentType<IconPropsColored>; export const NameDribbbleTypeSquareColorTypeWhite1: React.ComponentType<IconProps>; export const NameDribbbleTypeSquareColorTypeWhite2: React.ComponentType<IconProps>; export const NameDribbbleTypeSquareColorTypeWhite3: React.ComponentType<IconProps>; export const NameDribbbleTypeSquareColorTypeWhite: React.ComponentType<IconProps>; export const NameDribbbleTypeSquareColorTypeWhite256px: React.ComponentType<IconProps>; export const NameDribbbleTypeSquareColorTypeWhite512px: React.ComponentType<IconProps>; export const NameDropboxTypeCircleColorTypeBlack1: React.ComponentType<IconProps>; export const NameDropboxTypeCircleColorTypeBlack2: React.ComponentType<IconProps>; export const NameDropboxTypeCircleColorTypeBlack3: React.ComponentType<IconProps>; export const NameDropboxTypeCircleColorTypeBlack: React.ComponentType<IconProps>; export const NameDropboxTypeCircleColorTypeBlack256px: React.ComponentType<IconProps>; export const NameDropboxTypeCircleColorTypeBlack512px: React.ComponentType<IconProps>; export const NameDropboxTypeCircleColorTypeMulticolour1: React.ComponentType<IconPropsColored>; export const NameDropboxTypeCircleColorTypeMulticolour2: React.ComponentType<IconPropsColored>; export const NameDropboxTypeCircleColorTypeMulticolour3: React.ComponentType<IconPropsColored>; export const NameDropboxTypeCircleColorTypeMulticolour: React.ComponentType<IconPropsColored>; export const NameDropboxTypeCircleColorTypeMulticolour256px: React.ComponentType<IconPropsColored>; export const NameDropboxTypeCircleColorTypeMulticolour512px: React.ComponentType<IconPropsColored>; export const NameDropboxTypeCircleColorTypeWhite1: React.ComponentType<IconProps>; export const NameDropboxTypeCircleColorTypeWhite2: React.ComponentType<IconProps>; export const NameDropboxTypeCircleColorTypeWhite3: React.ComponentType<IconProps>; export const NameDropboxTypeCircleColorTypeWhite: React.ComponentType<IconProps>; export const NameDropboxTypeCircleColorTypeWhite256px: React.ComponentType<IconProps>; export const NameDropboxTypeCircleColorTypeWhite512px: React.ComponentType<IconProps>; export const NameDropboxTypeRoundedColorTypeBlack1: React.ComponentType<IconProps>; export const NameDropboxTypeRoundedColorTypeBlack2: React.ComponentType<IconProps>; export const NameDropboxTypeRoundedColorTypeBlack3: React.ComponentType<IconProps>; export const NameDropboxTypeRoundedColorTypeBlack: React.ComponentType<IconProps>; export const NameDropboxTypeRoundedColorTypeBlack256px: React.ComponentType<IconProps>; export const NameDropboxTypeRoundedColorTypeBlack512px: React.ComponentType<IconProps>; export const NameDropboxTypeRoundedColorTypeMulticolour1: React.ComponentType<IconPropsColored>; export const NameDropboxTypeRoundedColorTypeMulticolour2: React.ComponentType<IconPropsColored>; export const NameDropboxTypeRoundedColorTypeMulticolour3: React.ComponentType<IconPropsColored>; export const NameDropboxTypeRoundedColorTypeMulticolour: React.ComponentType<IconPropsColored>; export const NameDropboxTypeRoundedColorTypeMulticolour256px: React.ComponentType<IconPropsColored>; export const NameDropboxTypeRoundedColorTypeMulticolour512px: React.ComponentType<IconPropsColored>; export const NameDropboxTypeRoundedColorTypeWhite1: React.ComponentType<IconProps>; export const NameDropboxTypeRoundedColorTypeWhite2: React.ComponentType<IconProps>; export const NameDropboxTypeRoundedColorTypeWhite3: React.ComponentType<IconProps>; export const NameDropboxTypeRoundedColorTypeWhite: React.ComponentType<IconProps>; export const NameDropboxTypeRoundedColorTypeWhite256px: React.ComponentType<IconProps>; export const NameDropboxTypeRoundedColorTypeWhite512px: React.ComponentType<IconProps>; export const NameDropboxTypeSquareColorTypeBlack1: React.ComponentType<IconProps>; export const NameDropboxTypeSquareColorTypeBlack2: React.ComponentType<IconProps>; export const NameDropboxTypeSquareColorTypeBlack3: React.ComponentType<IconProps>; export const NameDropboxTypeSquareColorTypeBlack: React.ComponentType<IconProps>; export const NameDropboxTypeSquareColorTypeBlack256px: React.ComponentType<IconProps>; export const NameDropboxTypeSquareColorTypeBlack512px: React.ComponentType<IconProps>; export const NameDropboxTypeSquareColorTypeMulticolour1: React.ComponentType<IconPropsColored>; export const NameDropboxTypeSquareColorTypeMulticolour2: React.ComponentType<IconPropsColored>; export const NameDropboxTypeSquareColorTypeMulticolour3: React.ComponentType<IconPropsColored>; export const NameDropboxTypeSquareColorTypeMulticolour: React.ComponentType<IconPropsColored>; export const NameDropboxTypeSquareColorTypeMulticolour256px: React.ComponentType<IconPropsColored>; export const NameDropboxTypeSquareColorTypeMulticolour512px: React.ComponentType<IconPropsColored>; export const NameDropboxTypeSquareColorTypeWhite1: React.ComponentType<IconProps>; export const NameDropboxTypeSquareColorTypeWhite2: React.ComponentType<IconProps>; export const NameDropboxTypeSquareColorTypeWhite3: React.ComponentType<IconProps>; export const NameDropboxTypeSquareColorTypeWhite: React.ComponentType<IconProps>; export const NameDropboxTypeSquareColorTypeWhite256px: React.ComponentType<IconProps>; export const NameDropboxTypeSquareColorTypeWhite512px: React.ComponentType<IconProps>; export const NameFacebookTypeCircleColorTypeBlack1: React.ComponentType<IconProps>; export const NameFacebookTypeCircleColorTypeBlack2: React.ComponentType<IconProps>; export const NameFacebookTypeCircleColorTypeBlack3: React.ComponentType<IconProps>; export const NameFacebookTypeCircleColorTypeBlack: React.ComponentType<IconProps>; export const NameFacebookTypeCircleColorTypeBlack256px: React.ComponentType<IconProps>; export const NameFacebookTypeCircleColorTypeBlack512px: React.ComponentType<IconProps>; export const NameFacebookTypeCircleColorTypeMulticolour1: React.ComponentType<IconPropsColored>; export const NameFacebookTypeCircleColorTypeMulticolour2: React.ComponentType<IconPropsColored>; export const NameFacebookTypeCircleColorTypeMulticolour3: React.ComponentType<IconPropsColored>; export const NameFacebookTypeCircleColorTypeMulticolour: React.ComponentType<IconPropsColored>; export const NameFacebookTypeCircleColorTypeMulticolour256px: React.ComponentType<IconPropsColored>; export const NameFacebookTypeCircleColorTypeMulticolour512px: React.ComponentType<IconPropsColored>; export const NameFacebookTypeCircleColorTypeWhite1: React.ComponentType<IconProps>; export const NameFacebookTypeCircleColorTypeWhite2: React.ComponentType<IconProps>; export const NameFacebookTypeCircleColorTypeWhite3: React.ComponentType<IconProps>; export const NameFacebookTypeCircleColorTypeWhite: React.ComponentType<IconProps>; export const NameFacebookTypeCircleColorTypeWhite256px: React.ComponentType<IconProps>; export const NameFacebookTypeCircleColorTypeWhite512px: React.ComponentType<IconProps>; export const NameFacebookTypeRoundedColorTypeBlack1: React.ComponentType<IconProps>; export const NameFacebookTypeRoundedColorTypeBlack2: React.ComponentType<IconProps>; export const NameFacebookTypeRoundedColorTypeBlack3: React.ComponentType<IconProps>; export const NameFacebookTypeRoundedColorTypeBlack: React.ComponentType<IconProps>; export const NameFacebookTypeRoundedColorTypeBlack256px: React.ComponentType<IconProps>; export const NameFacebookTypeRoundedColorTypeBlack512px: React.ComponentType<IconProps>; export const NameFacebookTypeRoundedColorTypeMulticolour1: React.ComponentType<IconPropsColored>; export const NameFacebookTypeRoundedColorTypeMulticolour2: React.ComponentType<IconPropsColored>; export const NameFacebookTypeRoundedColorTypeMulticolour3: React.ComponentType<IconPropsColored>; export const NameFacebookTypeRoundedColorTypeMulticolour: React.ComponentType<IconPropsColored>; export const NameFacebookTypeRoundedColorTypeMulticolour256px: React.ComponentType<IconPropsColored>; export const NameFacebookTypeRoundedColorTypeMulticolour512px: React.ComponentType<IconPropsColored>; export const NameFacebookTypeRoundedColorTypeWhite1: React.ComponentType<IconProps>; export const NameFacebookTypeRoundedColorTypeWhite2: React.ComponentType<IconProps>; export const NameFacebookTypeRoundedColorTypeWhite3: React.ComponentType<IconProps>; export const NameFacebookTypeRoundedColorTypeWhite: React.ComponentType<IconProps>; export const NameFacebookTypeRoundedColorTypeWhite256px: React.ComponentType<IconProps>; export const NameFacebookTypeRoundedColorTypeWhite512px: React.ComponentType<IconProps>; export const NameFacebookTypeSquareColorTypeBlack1: React.ComponentType<IconProps>; export const NameFacebookTypeSquareColorTypeBlack2: React.ComponentType<IconProps>; export const NameFacebookTypeSquareColorTypeBlack3: React.ComponentType<IconProps>; export const NameFacebookTypeSquareColorTypeBlack: React.ComponentType<IconProps>; export const NameFacebookTypeSquareColorTypeBlack256px: React.ComponentType<IconProps>; export const NameFacebookTypeSquareColorTypeBlack512px: React.ComponentType<IconProps>; export const NameFacebookTypeSquareColorTypeMulticolour1: React.ComponentType<IconPropsColored>; export const NameFacebookTypeSquareColorTypeMulticolour2: React.ComponentType<IconPropsColored>; export const NameFacebookTypeSquareColorTypeMulticolour3: React.ComponentType<IconPropsColored>; export const NameFacebookTypeSquareColorTypeMulticolour: React.ComponentType<IconPropsColored>; export const NameFacebookTypeSquareColorTypeMulticolour256px: React.ComponentType<IconPropsColored>; export const NameFacebookTypeSquareColorTypeMulticolour512px: React.ComponentType<IconPropsColored>; export const NameFacebookTypeSquareColorTypeWhite1: React.ComponentType<IconProps>; export const NameFacebookTypeSquareColorTypeWhite2: React.ComponentType<IconProps>; export const NameFacebookTypeSquareColorTypeWhite3: React.ComponentType<IconProps>; export const NameFacebookTypeSquareColorTypeWhite: React.ComponentType<IconProps>; export const NameFacebookTypeSquareColorTypeWhite256px: React.ComponentType<IconProps>; export const NameFacebookTypeSquareColorTypeWhite512px: React.ComponentType<IconProps>; export const NameFigmaTypeCircleColorTypeBlack1: React.ComponentType<IconProps>; export const NameFigmaTypeCircleColorTypeBlack2: React.ComponentType<IconProps>; export const NameFigmaTypeCircleColorTypeBlack3: React.ComponentType<IconProps>; export const NameFigmaTypeCircleColorTypeBlack: React.ComponentType<IconProps>; export const NameFigmaTypeCircleColorTypeBlack256px: React.ComponentType<IconProps>; export const NameFigmaTypeCircleColorTypeBlack512px: React.ComponentType<IconProps>; export const NameFigmaTypeCircleColorTypeMulticolour1: React.ComponentType<IconPropsColored>; export const NameFigmaTypeCircleColorTypeMulticolour2: React.ComponentType<IconPropsColored>; export const NameFigmaTypeCircleColorTypeMulticolour3: React.ComponentType<IconPropsColored>; export const NameFigmaTypeCircleColorTypeMulticolour: React.ComponentType<IconPropsColored>; export const NameFigmaTypeCircleColorTypeMulticolour256px: React.ComponentType<IconPropsColored>; export const NameFigmaTypeCircleColorTypeMulticolour512px: React.ComponentType<IconPropsColored>; export const NameFigmaTypeCircleColorTypeWhite1: React.ComponentType<IconProps>; export const NameFigmaTypeCircleColorTypeWhite2: React.ComponentType<IconProps>; export const NameFigmaTypeCircleColorTypeWhite3: React.ComponentType<IconProps>; export const NameFigmaTypeCircleColorTypeWhite: React.ComponentType<IconProps>; export const NameFigmaTypeCircleColorTypeWhite256px: React.ComponentType<IconProps>; export const NameFigmaTypeCircleColorTypeWhite512px: React.ComponentType<IconProps>; export const NameFigmaTypeRoundedColorTypeBlack1: React.ComponentType<IconProps>; export const NameFigmaTypeRoundedColorTypeBlack2: React.ComponentType<IconProps>; export const NameFigmaTypeRoundedColorTypeBlack3: React.ComponentType<IconProps>; export const NameFigmaTypeRoundedColorTypeBlack: React.ComponentType<IconProps>; export const NameFigmaTypeRoundedColorTypeBlack256px: React.ComponentType<IconProps>; export const NameFigmaTypeRoundedColorTypeBlack512px: React.ComponentType<IconProps>; export const NameFigmaTypeRoundedColorTypeMulticolour1: React.ComponentType<IconPropsColored>; export const NameFigmaTypeRoundedColorTypeMulticolour2: React.ComponentType<IconPropsColored>; export const NameFigmaTypeRoundedColorTypeMulticolour3: React.ComponentType<IconPropsColored>; export const NameFigmaTypeRoundedColorTypeMulticolour: React.ComponentType<IconPropsColored>; export const NameFigmaTypeRoundedColorTypeMulticolour256px: React.ComponentType<IconPropsColored>; export const NameFigmaTypeRoundedColorTypeMulticolour512px: React.ComponentType<IconPropsColored>; export const NameFigmaTypeRoundedColorTypeWhite1: React.ComponentType<IconProps>; export const NameFigmaTypeRoundedColorTypeWhite2: React.ComponentType<IconProps>; export const NameFigmaTypeRoundedColorTypeWhite3: React.ComponentType<IconProps>; export const NameFigmaTypeRoundedColorTypeWhite: React.ComponentType<IconProps>; export const NameFigmaTypeRoundedColorTypeWhite256px: React.ComponentType<IconProps>; export const NameFigmaTypeRoundedColorTypeWhite512px: React.ComponentType<IconProps>; export const NameFigmaTypeSquareColorTypeBlack1: React.ComponentType<IconProps>; export const NameFigmaTypeSquareColorTypeBlack2: React.ComponentType<IconProps>; export const NameFigmaTypeSquareColorTypeBlack3: React.ComponentType<IconProps>; export const NameFigmaTypeSquareColorTypeBlack: React.ComponentType<IconProps>; export const NameFigmaTypeSquareColorTypeBlack256px: React.ComponentType<IconProps>; export const NameFigmaTypeSquareColorTypeBlack512px: React.ComponentType<IconProps>; export const NameFigmaTypeSquareColorTypeMulticolour1: React.ComponentType<IconPropsColored>; export const NameFigmaTypeSquareColorTypeMulticolour2: React.ComponentType<IconPropsColored>; export const NameFigmaTypeSquareColorTypeMulticolour3: React.ComponentType<IconPropsColored>; export const NameFigmaTypeSquareColorTypeMulticolour: React.ComponentType<IconPropsColored>; export const NameFigmaTypeSquareColorTypeMulticolour256px: React.ComponentType<IconPropsColored>; export const NameFigmaTypeSquareColorTypeMulticolour512px: React.ComponentType<IconPropsColored>; export const NameFigmaTypeSquareColorTypeWhite1: React.ComponentType<IconProps>; export const NameFigmaTypeSquareColorTypeWhite2: React.ComponentType<IconProps>; export const NameFigmaTypeSquareColorTypeWhite3: React.ComponentType<IconProps>; export const NameFigmaTypeSquareColorTypeWhite: React.ComponentType<IconProps>; export const NameFigmaTypeSquareColorTypeWhite256px: React.ComponentType<IconProps>; export const NameFigmaTypeSquareColorTypeWhite512px: React.ComponentType<IconProps>; export const NameFilterTypeRounded: React.ComponentType<IconProps>; export const NameFilterTypeSharp: React.ComponentType<IconProps>; export const NameFlickrTypeCircleColorTypeBlack1: React.ComponentType<IconProps>; export const NameFlickrTypeCircleColorTypeBlack2: React.ComponentType<IconProps>; export const NameFlickrTypeCircleColorTypeBlack3: React.ComponentType<IconProps>; export const NameFlickrTypeCircleColorTypeBlack: React.ComponentType<IconProps>; export const NameFlickrTypeCircleColorTypeBlack256px: React.ComponentType<IconProps>; export const NameFlickrTypeCircleColorTypeBlack512px: React.ComponentType<IconProps>; export const NameFlickrTypeCircleColorTypeMulticolour1: React.ComponentType<IconPropsColored>; export const NameFlickrTypeCircleColorTypeMulticolour2: React.ComponentType<IconPropsColored>; export const NameFlickrTypeCircleColorTypeMulticolour3: React.ComponentType<IconPropsColored>; export const NameFlickrTypeCircleColorTypeMulticolour: React.ComponentType<IconPropsColored>; export const NameFlickrTypeCircleColorTypeMulticolour256px: React.ComponentType<IconPropsColored>; export const NameFlickrTypeCircleColorTypeMulticolour512px: React.ComponentType<IconPropsColored>; export const NameFlickrTypeCircleColorTypeWhite1: React.ComponentType<IconProps>; export const NameFlickrTypeCircleColorTypeWhite2: React.ComponentType<IconProps>; export const NameFlickrTypeCircleColorTypeWhite3: React.ComponentType<IconProps>; export const NameFlickrTypeCircleColorTypeWhite: React.ComponentType<IconProps>; export const NameFlickrTypeCircleColorTypeWhite256px: React.ComponentType<IconProps>; export const NameFlickrTypeCircleColorTypeWhite512px: React.ComponentType<IconProps>; export const NameFlickrTypeRoundedColorTypeBlack1: React.ComponentType<IconProps>; export const NameFlickrTypeRoundedColorTypeBlack2: React.ComponentType<IconProps>; export const NameFlickrTypeRoundedColorTypeBlack3: React.ComponentType<IconProps>; export const NameFlickrTypeRoundedColorTypeBlack: React.ComponentType<IconProps>; export const NameFlickrTypeRoundedColor