UNPKG

mylingo3d

Version:

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

6 lines 534 B
import { jsx as _jsx } from "preact/jsx-runtime"; const MeshIcon = () => { return (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 1024 1024", children: _jsx("path", { fill: "#fff", d: "M192 768V256H96a32 32 0 110-64h96V96a32 32 0 1164 0v96h512V96a32 32 0 0164 0v96h96a32 32 0 010 64h-96v512h96a32 32 0 010 64h-96v96a32 32 0 01-64 0v-96H256v96a32 32 0 01-64 0v-96H96a32 32 0 010-64h96zm64 0h512V256H256v512z" }) })); }; export default MeshIcon; //# sourceMappingURL=MeshIcon.js.map