iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 707 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 BankThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M24 100h28v72H32a4 4 0 000 8h192a4 4 0 000-8h-20v-72h28a4 4 0 002.1-7.41l-104-64a4 4 0 00-4.2 0l-104 64A4 4 0 0024 100zm36 0h40v72H60zm88 0v72h-40v-72zm48 72h-40v-72h40zM128 36.7L217.87 92H38.13zM244 208a4 4 0 01-4 4H16a4 4 0 010-8h224a4 4 0 014 4z" }));
exports.default = BankThin;