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) • 1.06 kB
JavaScript
;
import Svg, { Path } from 'react-native-svg';
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
const MastercardLogo = props => /*#__PURE__*/_jsxs(Svg, {
width: 24,
height: 24,
fill: "none",
viewBox: "0 0 780 500",
...props,
children: [/*#__PURE__*/_jsx(Path, {
fill: "#FF5A00",
d: "M465.738 113.525H313.812v272.95h151.926z"
}), /*#__PURE__*/_jsx(Path, {
fill: "#EB001B",
d: "M323.926 250c0-55.455 26.07-104.674 66.074-136.475-29.441-23.148-66.58-37.138-107.09-37.138-95.965 0-173.613 77.648-173.613 173.613s77.648 173.614 173.613 173.614c40.51 0 77.649-13.991 107.09-37.139-40.06-31.352-66.074-81.02-66.074-136.475"
}), /*#__PURE__*/_jsx(Path, {
fill: "#F79E1B",
d: "M670.711 250c0 95.965-77.649 173.614-173.613 173.614-40.51 0-77.649-13.991-107.09-37.139 40.51-31.857 66.074-81.02 66.074-136.475s-26.07-104.674-66.074-136.475c29.385-23.148 66.524-37.138 107.033-37.138 96.021 0 173.67 78.154 173.67 173.613"
})]
});
export default MastercardLogo;
//# sourceMappingURL=MastercardLogo.js.map