iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 892 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 CreditCard = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M16.543 17.544H3.22A2.221 2.221 0 0 1 1 15.323V4.22A2.22 2.22 0 0 1 3.22 2h13.323a2.22 2.22 0 0 1 2.22 2.22v11.102a2.22 2.22 0 0 1-2.22 2.222zm1.11-13.324a1.11 1.11 0 0 0-1.11-1.11H3.22a1.11 1.11 0 0 0-1.11 1.11v1.11h15.543V4.22zm0 2.22H2.111v2.221h15.542v-2.22zm0 3.332H2.111v5.55a1.11 1.11 0 0 0 1.11 1.112h13.322a1.11 1.11 0 0 0 1.11-1.111v-5.55zm-8.881 3.331h3.33v1.11h-3.33v-1.11zm-5.552 0h4.441v1.11h-4.44v-1.11z", fill: "#000", fillRule: "evenodd" }));
exports.default = CreditCard;