mylingo3d
Version:
Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor
7 lines • 424 B
JavaScript
import { jsx as _jsx } from "preact/jsx-runtime";
import ComponentIconPath from "./ComponentIconPath";
const ComponentIcon = () => {
return (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "14", height: "14", viewBox: "0 0 1024 1024", style: { margin: 2, opacity: 0.25, flexShrink: 0 }, children: _jsx(ComponentIconPath, {}) }));
};
export default ComponentIcon;
//# sourceMappingURL=ComponentIcon.js.map