UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 941 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 BulldozerLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M248 202h-8a10 10 0 01-10-10v-32a10 10 0 0110-10h8a6 6 0 000-12h-8a22 22 0 00-22 22v10h-20.48a38.08 38.08 0 00-33.43-31.78l-36.5-87.61A14 14 0 00114.67 42H24a14 14 0 00-14 14v96.72A38 38 0 0040 214h120a38.05 38.05 0 0037.52-32H218v10a22 22 0 0022 22h8a6 6 0 000-12zM116.51 55.23L151 138H62V54h52.67a2 2 0 011.84 1.23zM24 54h26v84H40a37.82 37.82 0 00-18 4.54V56a2 2 0 012-2zm136 148H40a26 26 0 010-52h120a26 26 0 010 52zm6-26a6 6 0 01-6 6H40a6 6 0 010-12h120a6 6 0 016 6z" })); exports.default = BulldozerLight;