@xsolla/xui-icons-payment
v0.97.0
Published
Payment method card-scheme icons (Visa, Mastercard, PayPal, etc.).
Readme
@xsolla/xui-icons-payment
Payment method card-scheme icons (Visa, Mastercard, PayPal, etc.).
Installation
yarn add @xsolla/xui-icons-paymentUsage
import { Visa, Mastercard, Paypal } from '@xsolla/xui-icons-payment';
function App() {
return (
<>
<Visa width={48} height={32} />
<Mastercard width={48} height={32} />
<Paypal width={48} height={32} />
</>
);
}Available Icons
PaymentIconAmericanExpressAuraCartesBancairesCirrusDankortDinersclubDiscoverEloHipercardJcbMaestroMastercardMirNaranjaPaypalSodexoUatpUnionpayVisa
