iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 820 B
JavaScript
;
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 BulldozerBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M244 196h-8a4 4 0 01-4-4v-32a4 4 0 014-4h8a12 12 0 000-24h-8a28 28 0 00-28 28v4h-9.68a44.13 44.13 0 00-34-31.2l-35.2-84.49A20 20 0 00110.67 36H24A20 20 0 004 56v101.7A44 44 0 0044 220h112a44.06 44.06 0 0042.32-32H208v4a28 28 0 0028 28h8a12 12 0 000-24zm-106-64H68V60h40zM44 60v72a43.85 43.85 0 00-16 3V60zm112 136H44a20 20 0 010-40h112a20 20 0 010 40z" }));
exports.default = BulldozerBold;