UNPKG

@navinc/base-react-components

Version:
6 lines 937 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); const CreditCard = (props) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ fill: "currentcolor", width: "24", height: "24", "data-testid": "icon:credit-card" }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M21,6 L3,6 L3,8 L21,8 L21,6 Z M21,11 L3,11 L3,18 L21,18 L21,11 Z M1,6.00212885 C1,4.89638362 1.89654562,4 3.000905,4 L20.999095,4 C22.1041643,4 23,4.89451376 23,6.00212885 L23,17.9978711 C23,19.1036164 22.1034544,20 20.999095,20 L3.000905,20 C1.89583568,20 1,19.1054862 1,17.9978711 L1,6.00212885 Z M15,14 C15,13.4477153 15.4433532,13 15.9990507,13 L18.0009493,13 C18.5527098,13 19,13.4438648 19,14 C19,14.5522847 18.5566468,15 18.0009493,15 L15.9990507,15 C15.4472902,15 15,14.5561352 15,14 Z" }, void 0) }), void 0)); exports.default = CreditCard; //# sourceMappingURL=credit-card.js.map