UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

42 lines (41 loc) 2.12 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _react = _interopRequireDefault(require("react")); var _jsxRuntime = require("react/jsx-runtime"); var _title, _path, _path2, _path3, _path4; function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; } const MastercardSVG = props => (0, _jsxRuntime.jsx)("div", { style: { color: props.fill }, children: (0, _jsxRuntime.jsxs)("svg", { width: "65", height: "40", viewBox: "0 0 65 40", xmlns: "http://www.w3.org/2000/svg", fill: "none", ...props, children: [_title || (_title = (0, _jsxRuntime.jsx)("title", { children: "Mastercard" })), _path || (_path = (0, _jsxRuntime.jsx)("path", { d: "M23.3503 4.27741H40.6594V35.7235H23.3503V4.27741Z", fill: "#FF5F00" })), _path2 || (_path2 = (0, _jsxRuntime.jsx)("path", { d: "M24.4495 20.0029C24.4431 13.8656 27.2293 8.06639 32.0051 4.27711C23.8944 -2.1665 12.2472 -1.22793 5.24882 6.43322C-1.74961 14.0944 -1.74961 25.906 5.24882 33.5671C12.2472 41.2283 23.8944 42.1668 32.0051 35.7232C27.2309 31.9351 24.4448 26.1383 24.4495 20.0029Z", fill: "#EB001B" })), _path3 || (_path3 = (0, _jsxRuntime.jsx)("path", { d: "M64.013 20.0027C64.0128 27.6592 59.6882 34.6435 52.8757 37.9893C46.0633 41.3351 37.9592 40.4554 32.0051 35.7232C36.7772 31.9319 39.5635 26.1356 39.5635 19.9999C39.5635 13.8642 36.7772 8.06841 32.0051 4.27711C37.9592 -0.455018 46.0633 -1.3353 52.8757 2.01053C59.6882 5.35636 64.0128 12.3406 64.013 19.9971V20.0027Z", fill: "#F79E1B" })), _path4 || (_path4 = (0, _jsxRuntime.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M64.013 32.6945V31.4723H63.7223L63.3821 32.3459L63.042 31.4723H62.782V32.6945H62.9926V31.7772L63.3092 32.5722H63.5271L63.8429 31.7772V32.7033L64.013 32.6945ZM62.2954 32.7033V31.6826H62.782L62.782 31.4723L61.551 31.4723V31.6826H62.078V32.7033H62.2954Z", fill: "#F79E1B" }))] }) }); var _default = exports.default = MastercardSVG; //# sourceMappingURL=MastercardDefault.js.map