UNPKG

react-native-payment-card-icons

Version:

A collection of high-quality, customizable payment card brand icons (Visa, Mastercard, Maestro, Amex, and more) as React Native SVG components — fully compatible with React Native, Expo, and React Native Web for seamless cross-platform use.

23 lines (22 loc) 982 B
"use strict"; import Svg, { Path } from 'react-native-svg'; import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; const MaestroLogo = props => /*#__PURE__*/_jsxs(Svg, { width: 24, height: 24, fill: "none", viewBox: "0 0 780 500", ...props, children: [/*#__PURE__*/_jsx(Path, { fill: "#7673C0", d: "M465.769 113.811H314.195v272.4h151.574z" }), /*#__PURE__*/_jsx(Path, { fill: "#EB001B", d: "M323.822 250.033a172.94 172.94 0 0 1 66.163-136.224 173.226 173.226 0 0 0-280.266 136.2 173.226 173.226 0 0 0 191.703 172.24 173.23 173.23 0 0 0 88.563-36.039 172.95 172.95 0 0 1-66.163-136.177" }), /*#__PURE__*/_jsx(Path, { fill: "#00A1DF", d: "M670.228 250.034a173.2 173.2 0 0 1-26.401 91.88 173.22 173.22 0 0 1-165.291 80.319 173.23 173.23 0 0 1-88.552-36.023 173.228 173.228 0 0 0 0-272.4 173.23 173.23 0 0 1 253.899 44.269 173.24 173.24 0 0 1 26.393 91.907z" })] }); export default MaestroLogo; //# sourceMappingURL=MaestroLogo.js.map