iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 944 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 AutomaticGearbox = (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-automatic-gearbox", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M18 16a3 3 0 010 6h-1a1 1 0 01-1-1v-4a1 1 0 011-1zm0 4l.117-.007A1 1 0 0018 18zm.5-13a2.5 2.5 0 110 5H18v1a1 1 0 01-.883.993L17 14a1 1 0 01-1-1V8a1 1 0 011-1zm-.5 3h.5a.5.5 0 100-1H18zm-5 0a1 1 0 010 2h-3v6h3a1 1 0 010 2h-3a2 2 0 01-2-2v-6H6a2 2 0 01-1.995-1.85L4 10V7.83A3 3 0 012 5l.005-.176a3 3 0 113.996 3.005L6 10z" }));
exports.default = AutomaticGearbox;