@navinc/base-react-components
Version:
Nav's Pattern Library
4 lines • 802 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
const CreditCard = (props) => (_jsx("svg", Object.assign({ fill: "currentcolor", width: "24", height: "24", "data-testid": "icon:credit-card" }, props, { children: _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" }) })));
export default CreditCard;
//# sourceMappingURL=credit-card.js.map