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