UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 770 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 Trees = (props) => React.createElement("svg", { className: "lucide lucide-trees", 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 10v.2A3 3 0 018.9 16H5a3 3 0 01-1-5.8V10a3 3 0 016 0zM7 16v6M13 19v3" }), React.createElement("path", { d: "M12 19h8.3a1 1 0 00.7-1.7L18 14h.3a1 1 0 00.7-1.7L16 9h.2a1 1 0 00.8-1.7L13 3l-1.4 1.5" })); exports.default = Trees;