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

16 lines
463 B
JavaScript

/**
* lucide-react v0.0.1 - ISC
*/
import createLucideIcon from '../createLucideIcon.mjs';
const Minimize = createLucideIcon("Minimize", [
["path", { d: "M8 3v3a2 2 0 0 1-2 2H3", key: "hohbtr" }],
["path", { d: "M21 8h-3a2 2 0 0 1-2-2V3", key: "5jw1f3" }],
["path", { d: "M3 16h3a2 2 0 0 1 2 2v3", key: "198tvr" }],
["path", { d: "M16 21v-3a2 2 0 0 1 2-2h3", key: "ph8mxp" }]
]);
export { Minimize as default };
//# sourceMappingURL=minimize.mjs.map