UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 928 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 BulldozerThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M248 204h-8a12 12 0 01-12-12v-32a12 12 0 0112-12h8a4 4 0 000-8h-8a20 20 0 00-20 20v12h-24.23a36.06 36.06 0 00-33.06-31.89l-37-88.73A12 12 0 00114.67 44H24a12 12 0 00-12 12v97.41A36 36 0 0040 212h120a36 36 0 0035.77-32H220v12a20 20 0 0020 20h8a4 4 0 000-8zM118.36 54.46L154 140H60V52h54.67a4 4 0 013.69 2.46zM24 52h28v88H40a35.76 35.76 0 00-20 6.08V56a4 4 0 014-4zm136 152H40a28 28 0 010-56h120a28 28 0 010 56zm4-28a4 4 0 01-4 4H40a4 4 0 010-8h120a4 4 0 014 4z" })); exports.default = BulldozerThin;