iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 725 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 Van = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", ...props },
React.createElement("path", { d: "M29.81 16l-7-9.56A1 1 0 0 0 22 6H3a1 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-7.44a1 1 0 0 0-.19-.56zm-3.19-1H20V8h1.49zM9 26a2 2 0 1 1 2-2 2 2 0 0 1-2 2zm13 0a2 2 0 1 1 2-2 2 2 0 0 1-2 2zm3.86-3a4 4 0 0 0-7.72 0h-5.28a4 4 0 0 0-7.72 0H4V8h14v9h10v6z" }));
exports.default = Van;