UNPKG

lingo3d

Version:

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

6 lines 376 B
import { jsx as _jsx } from "preact/jsx-runtime"; const FirstFrameIcon = () => { return (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 1024 1024", children: _jsx("path", { fill: "#fff", d: "M384 512l512 320V192L384 512zM128 128h128v704H128z" }) })); }; export default FirstFrameIcon; //# sourceMappingURL=FirstFrameIcon.js.map