iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 938 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 CreditCardMultiple = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M3.91 6.279a2.25 2.25 0 00-1.59 2.755l2.432 9.068v.398a2.25 2.25 0 002.25 2.25h13a2.25 2.25 0 002.25-2.25V9.824a2.25 2.25 0 00-2.206-2.25l-.823-3.069a2.25 2.25 0 00-2.756-1.59L3.91 6.278zm16.842 4.538h-14.5v-.993a.75.75 0 01.75-.75h13a.75.75 0 01.75.75v.993zm-16 1.502l-.984-3.673a.75.75 0 01.53-.918l12.558-3.365a.75.75 0 01.918.53l.718 2.681H7.002a2.25 2.25 0 00-2.25 2.25v2.495zm1.5 1.295h14.5V18.5a.75.75 0 01-.75.75h-13a.75.75 0 01-.75-.75v-4.886z", fill: "#323544" }));
exports.default = CreditCardMultiple;