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

26 lines
535 B
JavaScript

/**
* lucide-react v0.0.1 - ISC
*/
import createLucideIcon from '../createLucideIcon.mjs';
const FolderEdit = createLucideIcon("FolderEdit", [
[
"path",
{
d: "M8.42 10.61a2.1 2.1 0 1 1 2.97 2.97L5.95 19 2 20l.99-3.95 5.43-5.44Z",
key: "o1ah0z"
}
],
[
"path",
{
d: "M2 11.5V5c0-1.1.9-2 2-2h3.93a2 2 0 0 1 1.66.9l.82 1.2a2 2 0 0 0 1.66.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-9.5",
key: "bim890"
}
]
]);
export { FolderEdit as default };
//# sourceMappingURL=folder-edit.mjs.map