lingo3d
Version:
Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor
6 lines • 402 B
JavaScript
import { jsx as _jsx } from "preact/jsx-runtime";
const NextFrameIcon = () => {
return (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "14", height: "14", viewBox: "0 0 1024 1024", children: _jsx("path", { fill: "#fff", d: "M342.52 120.49v783.02L960 512 342.52 120.49zm-278.52 0v783.02h168.16V120.49H64z" }) }));
};
export default NextFrameIcon;
//# sourceMappingURL=NextFrameIcon.js.map