UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

26 lines (25 loc) 1 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 _path; function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; } const mastercard_card_medium = props => (0, _jsxRuntime.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", ...props, children: _path || (_path = (0, _jsxRuntime.jsx)("path", { stroke: "#000", strokeLinecap: "round", strokeWidth: 1.5, d: "M12 6.969a6.75 6.75 0 1 0-5 11.763m5-11.763A6.752 6.752 0 0 1 23.176 11M12 6.969A6.738 6.738 0 0 1 14.176 11m-4.352 0a6.7 6.7 0 0 1 .656-2.057m-.23 10.807v2.5a1 1 0 0 0 1 1h11a1 1 0 0 0 1-1v-2.5m-13 0v-4.5a1 1 0 0 1 1-1h11a1 1 0 0 1 1 1v4.5m-13 0h13" })) }); var _default = exports.default = mastercard_card_medium; //# sourceMappingURL=mastercard_card_medium.js.map