@braineet/ui
Version:
Braineet design system
25 lines • 1.07 kB
JavaScript
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
import * as React from 'react';
import { jsx as _jsx, 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;