Files
khalij-pay/node_modules/lucide-react/dist/esm/icons/space.mjs
2025-10-23 21:52:07 +03:30

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