UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 706 B
"use strict"; 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 Bank = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M24 104h24v64H32a8 8 0 000 16h192a8 8 0 000-16h-16v-64h24a8 8 0 004.19-14.81l-104-64a8 8 0 00-8.38 0l-104 64A8 8 0 0024 104zm40 0h32v64H64zm80 0v64h-32v-64zm48 64h-32v-64h32zM128 41.39L203.74 88H52.26zM248 208a8 8 0 01-8 8H16a8 8 0 010-16h224a8 8 0 018 8z" })); exports.default = Bank;