UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.02 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 BulldozerDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M192 176a32 32 0 01-32 32H40a32 32 0 01-32-32 32 32 0 0132-32h120a32 32 0 0132 32z", opacity: ".2" }), React.createElement("path", { d: "M248 200h-8a8 8 0 01-8-8v-32a8 8 0 018-8h8a8 8 0 000-16h-8a24 24 0 00-24 24v8h-16.8a40.09 40.09 0 00-33.71-31.61l-36.05-86.54A16 16 0 00114.67 40H24A16 16 0 008 56v96a40 40 0 0032 64h120a40.07 40.07 0 0039.2-32H216v8a24 24 0 0024 24h8a8 8 0 000-16zm-100-64H64V56h50.67zM48 56v80h-8a39.72 39.72 0 00-16 3.35V56zm112 144H40a24 24 0 010-48h120a24 24 0 010 48zm8-24a8 8 0 01-8 8H40a8 8 0 010-16h120a8 8 0 018 8z" })); exports.default = BulldozerDuotone;