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

13 lines
285 B
JavaScript

/**
* lucide-react v0.0.1 - ISC
*/
import createLucideIcon from '../createLucideIcon.mjs';
const Space = createLucideIcon("Space", [
["path", { d: "M22 17v1c0 .5-.5 1-1 1H3c-.5 0-1-.5-1-1v-1", key: "lt2kga" }]
]);
export { Space as default };
//# sourceMappingURL=space.mjs.map