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.14 kB
text/typescript
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 LogoBorderComponents_Alipay: typeof Alipay;
declare const LogoBorderComponents_AmericanExpress: typeof AmericanExpress;
declare const LogoBorderComponents_Code: typeof Code;
declare const LogoBorderComponents_CodeFront: typeof CodeFront;
declare const LogoBorderComponents_DinersClub: typeof DinersClub;
declare const LogoBorderComponents_Discover: typeof Discover;
declare const LogoBorderComponents_Elo: typeof Elo;
declare const LogoBorderComponents_Generic: typeof Generic;
declare const LogoBorderComponents_Hiper: typeof Hiper;
declare const LogoBorderComponents_Hipercard: typeof Hipercard;
declare const LogoBorderComponents_JCB: typeof JCB;
declare const LogoBorderComponents_Maestro: typeof Maestro;
declare const LogoBorderComponents_Mastercard: typeof Mastercard;
declare const LogoBorderComponents_Mir: typeof Mir;
declare const LogoBorderComponents_PayPal: typeof PayPal;
declare const LogoBorderComponents_Swish: typeof Swish;
declare const LogoBorderComponents_UnionPay: typeof UnionPay;
declare const LogoBorderComponents_Visa: typeof Visa;
declare namespace LogoBorderComponents {
export { LogoBorderComponents_Alipay as Alipay, Alipay as AlipayIcon, LogoBorderComponents_AmericanExpress as AmericanExpress, AmericanExpress as AmericanExpressIcon, AmericanExpress as Americanexpress, AmericanExpress as Amex, LogoBorderComponents_Code as Code, LogoBorderComponents_CodeFront as CodeFront, CodeFront as CodeFrontIcon, Code as CodeIcon, Code as CvcBack, CodeFront as CvcFront, Code as CvvBack, CodeFront as CvvFront, DinersClub as Diners, LogoBorderComponents_DinersClub as DinersClub, DinersClub as DinersClubIcon, LogoBorderComponents_Discover as Discover, Discover as DiscoverIcon, LogoBorderComponents_Elo as Elo, Elo as EloIcon, LogoBorderComponents_Generic as Generic, Code as GenericBack, Generic as GenericCard, Code as GenericCardBack, Generic as GenericCardFront, CodeFront as GenericFrontCode, Generic as GenericIcon, LogoBorderComponents_Hiper as Hiper, Hiper as HiperIcon, LogoBorderComponents_Hipercard as Hipercard, Hipercard as HipercardIcon, LogoBorderComponents_JCB as JCB, JCB as JCBIcon, JCB as Jcb, LogoBorderComponents_Maestro as Maestro, Maestro as MaestroIcon, LogoBorderComponents_Mastercard as Mastercard, Mastercard as MastercardIcon, LogoBorderComponents_Mir as Mir, Mir as MirIcon, LogoBorderComponents_PayPal as PayPal, PayPal as PayPalIcon, PayPal as Paypal, LogoBorderComponents_Swish as Swish, Swish as SwishIcon, LogoBorderComponents_UnionPay as UnionPay, UnionPay as UnionPayIcon, UnionPay as Unionpay, LogoBorderComponents_Visa as Visa, Visa as VisaIcon };
}
export { Alipay as A, Code as C, DinersClub as D, Elo as E, Generic as G, Hiper as H, JCB as J, LogoBorderComponents as L, 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 };