iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 770 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const CreditCard2Back = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-credit-card-2-back", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M11 5.5a.5.5 0 01.5-.5h2a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-2a.5.5 0 01-.5-.5z" }),
React.createElement("path", { d: "M2 2a2 2 0 00-2 2v8a2 2 0 002 2h12a2 2 0 002-2V4a2 2 0 00-2-2zm13 2v5H1V4a1 1 0 011-1h12a1 1 0 011 1m-1 9H2a1 1 0 01-1-1v-1h14v1a1 1 0 01-1 1" }));
exports.default = CreditCard2Back;