iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 746 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 Minecart = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-minecart", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M4 15a1 1 0 110-2 1 1 0 010 2m0 1a2 2 0 100-4 2 2 0 000 4m8-1a1 1 0 110-2 1 1 0 010 2m0 1a2 2 0 100-4 2 2 0 000 4M.115 3.18A.5.5 0 01.5 3h15a.5.5 0 01.491.592l-1.5 8A.5.5 0 0114 12H2a.5.5 0 01-.491-.408l-1.5-8a.5.5 0 01.106-.411zm.987.82l1.313 7h11.17l1.313-7z" }));
exports.default = Minecart;