UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.23 kB
"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 BootLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M192 114h-34V56a14 14 0 00-14-14H32a6 6 0 00-5.6 8.15c9 23.44 11.13 76.92-.17 116.19A6.21 6.21 0 0026 168v32a14 14 0 0014 14h26.11a14 14 0 006.26-1.48L85 206.21a2 2 0 01.9-.21h16.22a2 2 0 01.9.21l12.62 6.31a14 14 0 006.26 1.48h28.22a14 14 0 006.26-1.48l12.62-6.31a2 2 0 01.9-.21h16.22a2 2 0 01.9.21l12.62 6.31a14 14 0 006.26 1.48H232a14 14 0 0014-14v-32a54.06 54.06 0 00-54-54zM40.27 54H144a2 2 0 012 2v26h-34a6 6 0 000 12h34v20h-34a6 6 0 000 12h80a42.05 42.05 0 0141.56 36H39.75c7.36-31.56 8.96-77.69.52-108zM234 200a2 2 0 01-2 2h-26.11a2 2 0 01-.9-.21l-12.62-6.31a14 14 0 00-6.26-1.48h-16.22a14 14 0 00-6.26 1.48L151 201.79a2 2 0 01-.9.21h-28.21a2 2 0 01-.9-.21l-12.62-6.31a14 14 0 00-6.26-1.48H85.89a14 14 0 00-6.26 1.48L67 201.79a2 2 0 01-.9.21H40a2 2 0 01-2-2v-26h196z" })); exports.default = BootLight;