Files
botgroup.chat/node_modules/lucide-react/dist/esm/icons/axis-3d.mjs
2025-02-12 17:18:18 +08:00

14 lines
305 B
JavaScript

/**
* lucide-react v0.0.1 - ISC
*/
import createLucideIcon from '../createLucideIcon.mjs';
const Axis3d = createLucideIcon("Axis3d", [
["path", { d: "M4 4v16h16", key: "1s015l" }],
["path", { d: "m4 20 7-7", key: "17qe9y" }]
]);
export { Axis3d as default };
//# sourceMappingURL=axis-3d.mjs.map