UNPKG

lingo3d

Version:

Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor

11 lines 304 B
import { jsx as _jsx } from "preact/jsx-runtime"; const UnsavedIcon = () => { return (_jsx("div", { style: { width: 6, height: 6, borderRadius: 6, background: "white" } })); }; export default UnsavedIcon; //# sourceMappingURL=UnsavedIcon.js.map