UNPKG

@braineet/ui

Version:

Braineet design system

26 lines 1.17 kB
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } import * as React from 'react'; import { jsx as _jsx } from "react/jsx-runtime"; import { jsxs as _jsxs } from "react/jsx-runtime"; function CreditCard(props) { return /*#__PURE__*/_jsxs("svg", _extends({ viewBox: "0 0 24 24", fill: "none" }, props, { children: [/*#__PURE__*/_jsx("g", { opacity: 0.6, children: /*#__PURE__*/_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M19.2 17H4.8C4.32 17 4 16.6857 4 16.2143V6.78571C4 6.31429 4.32 6 4.8 6H19.2C19.68 6 20 6.31429 20 6.78571V16.2143C20 16.6857 19.68 17 19.2 17ZM6 15H18V8H6V15Z", fill: "currentColor" }) }), /*#__PURE__*/_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7 9H17V11H7V9Z", fill: "currentColor" })] })); } export default CreditCard;