UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 710 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 BankLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M24 102h26v68H32a6 6 0 000 12h192a6 6 0 000-12h-18v-68h26a6 6 0 003.14-11.11l-104-64a6 6 0 00-6.28 0l-104 64A6 6 0 0024 102zm38 0h36v68H62zm84 0v68h-36v-68zm48 68h-36v-68h36zM128 39l82.8 51H45.2zm118 169a6 6 0 01-6 6H16a6 6 0 010-12h224a6 6 0 016 6z" })); exports.default = BankLight;