iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 733 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 BankBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M24 108h20v48H32a12 12 0 000 24h192a12 12 0 000-24h-12v-48h20a12 12 0 006.29-22.22l-104-64a12 12 0 00-12.58 0l-104 64A12 12 0 0024 108zm44 0h24v48H68zm72 0v48h-24v-48zm48 48h-24v-48h24zM128 46.09L189.6 84H66.4zM252 208a12 12 0 01-12 12H16a12 12 0 010-24h224a12 12 0 0112 12z" }));
exports.default = BankBold;