iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 802 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 DeliveryTruck = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", ...props },
React.createElement("path", { d: "M29.92 16.61l-3-7A1 1 0 0 0 26 9h-3V7a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v17a1 1 0 0 0 1 1h2.14a4 4 0 0 0 7.72 0h5.28a4 4 0 0 0 7.72 0H29a1 1 0 0 0 1-1v-7a1 1 0 0 0-.08-.39zM25.34 11l2.14 5H23v-5zM9 26a2 2 0 1 1 2-2 2 2 0 0 1-2 2zm9.14-3h-5.28a4 4 0 0 0-7.72 0H4V8h17v12.14A4 4 0 0 0 18.14 23zM22 26a2 2 0 1 1 2-2 2 2 0 0 1-2 2zm6-3h-2.14A4 4 0 0 0 23 20.14V18h5z" }));
exports.default = DeliveryTruck;