UNPKG

react-svg-credit-card-payment-icons

Version:

React components library with 6 styles, 108 icons, TypeScript support, and a variety of types and formats for easy integration into React applications.

63 lines (42 loc) 4.18 kB
import * as React from 'react'; import { SvgProps } from 'react-native-svg'; declare const Alipay: (props: SvgProps) => React.JSX.Element; declare const AmericanExpress: (props: SvgProps) => React.JSX.Element; declare const Code: (props: SvgProps) => React.JSX.Element; declare const CodeFront: (props: SvgProps) => React.JSX.Element; declare const DinersClub: (props: SvgProps) => React.JSX.Element; declare const Discover: (props: SvgProps) => React.JSX.Element; declare const Elo: (props: SvgProps) => React.JSX.Element; declare const Generic: (props: SvgProps) => React.JSX.Element; declare const Hiper: (props: SvgProps) => React.JSX.Element; declare const Hipercard: (props: SvgProps) => React.JSX.Element; declare const JCB: (props: SvgProps) => React.JSX.Element; declare const Maestro: (props: SvgProps) => React.JSX.Element; declare const Mastercard: (props: SvgProps) => React.JSX.Element; declare const Mir: (props: SvgProps) => React.JSX.Element; declare const PayPal: (props: SvgProps) => React.JSX.Element; declare const Swish: (props: SvgProps) => React.JSX.Element; declare const UnionPay: (props: SvgProps) => React.JSX.Element; declare const Visa: (props: SvgProps) => React.JSX.Element; declare const FlatRoundedComponents_Alipay: typeof Alipay; declare const FlatRoundedComponents_AmericanExpress: typeof AmericanExpress; declare const FlatRoundedComponents_Code: typeof Code; declare const FlatRoundedComponents_CodeFront: typeof CodeFront; declare const FlatRoundedComponents_DinersClub: typeof DinersClub; declare const FlatRoundedComponents_Discover: typeof Discover; declare const FlatRoundedComponents_Elo: typeof Elo; declare const FlatRoundedComponents_Generic: typeof Generic; declare const FlatRoundedComponents_Hiper: typeof Hiper; declare const FlatRoundedComponents_Hipercard: typeof Hipercard; declare const FlatRoundedComponents_JCB: typeof JCB; declare const FlatRoundedComponents_Maestro: typeof Maestro; declare const FlatRoundedComponents_Mastercard: typeof Mastercard; declare const FlatRoundedComponents_Mir: typeof Mir; declare const FlatRoundedComponents_PayPal: typeof PayPal; declare const FlatRoundedComponents_Swish: typeof Swish; declare const FlatRoundedComponents_UnionPay: typeof UnionPay; declare const FlatRoundedComponents_Visa: typeof Visa; declare namespace FlatRoundedComponents { export { FlatRoundedComponents_Alipay as Alipay, Alipay as AlipayIcon, FlatRoundedComponents_AmericanExpress as AmericanExpress, AmericanExpress as AmericanExpressIcon, AmericanExpress as Americanexpress, AmericanExpress as Amex, FlatRoundedComponents_Code as Code, FlatRoundedComponents_CodeFront as CodeFront, CodeFront as CodeFrontIcon, Code as CodeIcon, Code as CvcBack, CodeFront as CvcFront, Code as CvvBack, CodeFront as CvvFront, DinersClub as Diners, FlatRoundedComponents_DinersClub as DinersClub, DinersClub as DinersClubIcon, FlatRoundedComponents_Discover as Discover, Discover as DiscoverIcon, FlatRoundedComponents_Elo as Elo, Elo as EloIcon, FlatRoundedComponents_Generic as Generic, Code as GenericBack, Generic as GenericCard, Code as GenericCardBack, Generic as GenericCardFront, CodeFront as GenericFrontCode, Generic as GenericIcon, FlatRoundedComponents_Hiper as Hiper, Hiper as HiperIcon, FlatRoundedComponents_Hipercard as Hipercard, Hipercard as HipercardIcon, FlatRoundedComponents_JCB as JCB, JCB as JCBIcon, JCB as Jcb, FlatRoundedComponents_Maestro as Maestro, Maestro as MaestroIcon, FlatRoundedComponents_Mastercard as Mastercard, Mastercard as MastercardIcon, FlatRoundedComponents_Mir as Mir, Mir as MirIcon, FlatRoundedComponents_PayPal as PayPal, PayPal as PayPalIcon, PayPal as Paypal, FlatRoundedComponents_Swish as Swish, Swish as SwishIcon, FlatRoundedComponents_UnionPay as UnionPay, UnionPay as UnionPayIcon, UnionPay as Unionpay, FlatRoundedComponents_Visa as Visa, Visa as VisaIcon }; } export { Alipay as A, Code as C, DinersClub as D, Elo as E, FlatRoundedComponents as F, Generic as G, Hiper as H, JCB as J, Maestro as M, PayPal as P, Swish as S, UnionPay as U, Visa as V, AmericanExpress as a, CodeFront as b, Discover as c, Hipercard as d, Mastercard as e, Mir as f };