14 lines
305 B
JavaScript
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
|