UNPKG

@icongo/pp

Version:
26 lines 1.01 kB
import _extends from "@babel/runtime/helpers/extends"; import { jsx as _jsx } from "react/jsx-runtime"; import { jsxs as _jsxs } from "react/jsx-runtime"; var PPCreditCard = props => /*#__PURE__*/_jsxs("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props, { children: [/*#__PURE__*/_jsx("path", { fill: "currentColor", fillRule: "evenodd", d: "M16 3.5H4a3 3 0 0 0-3 3v7a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3v-7a3 3 0 0 0-3-3Zm-13 3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-7Z", clipRule: "evenodd" }), /*#__PURE__*/_jsx("path", { fill: "currentColor", d: "M2.5 6.5h15a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-15A.5.5 0 0 1 2 8V7a.5.5 0 0 1 .5-.5Z" }), /*#__PURE__*/_jsx("path", { fill: "currentColor", fillRule: "evenodd", d: "M6 9.5H5a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1a1 1 0 0 0-1-1Zm-1 2v-1h1v1H5Z", clipRule: "evenodd" })] })); export { PPCreditCard };