Files
GNX-mailEnterprise/frontend/node_modules/lucide-react/dist/esm/icons/tree-deciduous.mjs
Iliyan Angelov c67067a2a4 Mail
2025-09-14 23:24:25 +03:00

20 lines
532 B
JavaScript

/**
* lucide-react v0.0.1 - ISC
*/
import createLucideIcon from '../createLucideIcon.mjs';
const TreeDeciduous = createLucideIcon("TreeDeciduous", [
[
"path",
{
d: "M8 19h8a4 4 0 0 0 3.8-2.8 4 4 0 0 0-1.6-4.5c1-1.1 1-2.7.4-4-.7-1.2-2.2-2-3.6-1.7a3 3 0 0 0-3-3 3 3 0 0 0-3 3c-1.4-.2-2.9.5-3.6 1.7-.7 1.3-.5 2.9.4 4a4 4 0 0 0-1.6 4.5A4 4 0 0 0 8 19Z",
key: "12ivfl"
}
],
["path", { d: "M12 19v3", key: "npa21l" }]
]);
export { TreeDeciduous as default };
//# sourceMappingURL=tree-deciduous.mjs.map