UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 868 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 LeafyGreen = (props) => React.createElement("svg", { className: "lucide lucide-leafy-green", 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: "M2 22c1.25-.987 2.27-1.975 3.9-2.2a5.56 5.56 0 013.8 1.5 4 4 0 006.187-2.353 3.5 3.5 0 003.69-5.116A3.5 3.5 0 0020.95 8 3.5 3.5 0 1016 3.05a3.5 3.5 0 00-5.831 1.373 3.5 3.5 0 00-5.116 3.69 4 4 0 00-2.348 6.155C3.499 15.42 4.409 16.712 4.2 18.1 3.926 19.743 3.014 20.732 2 22M2 22L17 7" })); exports.default = LeafyGreen;