iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 938 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 WheelbarrowEmpty = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 5.207a.75.75 0 01.75-.75h.684a2.25 2.25 0 012.25 2.25v.4H21.25a.75.75 0 01.621 1.17l-3.29 4.855a3.48 3.48 0 11-5.333 3.35l-4.222-1.144-.91 2.81a2.015 2.015 0 01-3.93-.62V6.706a.75.75 0 00-.75-.75H2.75a.75.75 0 01-.75-.75zm5.575 9.738l-1.89-.512v3.094a.515.515 0 001.003.159l.887-2.74zm5.823.024a3.482 3.482 0 013.726-2.36l2.711-4.003H5.685v4.273l7.713 2.09zm3.305-.886a1.98 1.98 0 100 3.96 1.98 1.98 0 000-3.96z", fill: "#323544" }));
exports.default = WheelbarrowEmpty;