iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 931 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 ManualGearbox = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-manual-gearbox", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M19 3a3 3 0 011 5.829V10a3 3 0 01-3 3h-4v2.171A3.001 3.001 0 119 18l.005-.176A3 3 0 0111 15.17V13H6v2.171A3.001 3.001 0 112 18l.005-.176A3 3 0 014 15.17V8.829A3 3 0 012 6l.005-.176a3 3 0 113.996 3.005L6 11h5V8.83A3 3 0 019 6l.005-.176a3 3 0 113.996 3.005L13 11h4a1 1 0 001-1V8.83A3 3 0 0116 6l.005-.176A3 3 0 0119 3" }));
exports.default = ManualGearbox;