iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 730 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 BankFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M248 208a8 8 0 01-8 8H16a8 8 0 010-16h224a8 8 0 018 8zM16.3 98.18a8 8 0 013.51-9l104-64a8 8 0 018.38 0l104 64A8 8 0 01232 104h-24v64h16a8 8 0 010 16H32a8 8 0 010-16h16v-64H24a8 8 0 01-7.7-5.82zM144 160a8 8 0 0016 0v-48a8 8 0 00-16 0zm-48 0a8 8 0 0016 0v-48a8 8 0 00-16 0z" }));
exports.default = BankFill;