UNPKG

iconista

Version:

Thousands of SVG icons with one React component

12 lines (11 loc) 905 B
"use strict"; 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 Tractor = (props) => React.createElement("svg", { className: "lucide lucide-tractor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", ...props }, React.createElement("path", { d: "M10 11l11 .9a1 1 0 01.8 1.1l-.665 4.158a1 1 0 01-.988.842H20M16 18h-5" }), React.createElement("path", { d: "M18 5a1 1 0 00-1 1v5.573M3 4h8.129a1 1 0 01.99.863L13 11.246M4 11V4M7 15h.01M8 10.1V4" }), React.createElement("circle", { cx: "18", cy: "18", r: "2" }), React.createElement("circle", { cx: "7", cy: "15", r: "5" })); exports.default = Tractor;