lucide-react
Version:
A Lucide icon library package for React applications.
29 lines (25 loc) • 714 B
JavaScript
/**
* @license lucide-react v1.46.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createLucideIcon from '../createLucideIcon.mjs';
const __iconData = {
name: "leaf",
size: 24,
node: [
[
"path",
{
d: "M11 20a10 10 0 0010-10 25.9 25.9 0 00-1.04-7.281 1 1 0 00-1.755-.325C15.833 5.5 13 5.5 9.8 6.1A7 7 0 0011 20",
key: "1wjnjv"
}
],
["path", { d: "M2 21a5 5 0 012.911-4.544C7.613 15.212 8.351 15.24 11 13", key: "c1ejpn" }]
]
};
__iconData.node;
const Leaf = createLucideIcon(__iconData);
export { __iconData, Leaf as default };
//# sourceMappingURL=leaf.mjs.map