UNPKG

lingo3d

Version:

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

6 lines 373 B
import { jsx as _jsx } from "preact/jsx-runtime"; const LastFrameIcon = () => { 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: "M128 832l512-320-512-320v640zm640-704h128v704H768z" }) })); }; export default LastFrameIcon; //# sourceMappingURL=LastFrameIcon.js.map