lingo3d
Version:
Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor
7 lines • 748 B
JavaScript
import createElement from "../../../utils/createElement";
export default createElement(`
<div style="height: 100%; margin-left: 4px; opacity: 0.75; cursor: pointer; z-index: 1" class="lingo3d-flexcenter">
<svg t="1678112359583" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="17281" width="14" height="14"><path d="M512 1024c-281.6 0-512-230.4-512-512s230.4-512 512-512 512 230.4 512 512S793.6 1024 512 1024zM512 57.6C262.4 57.6 57.6 262.4 57.6 512s204.8 454.4 454.4 454.4 454.4-204.8 454.4-454.4S761.6 57.6 512 57.6z" fill="#ffffff" p-id="17282"></path><path d="M384 332.8 742.4 512 384 691.2Z" fill="#ffffff" p-id="17283"></path></svg>
</div>
`);
//# sourceMappingURL=executeIcon.js.map