lingo3d
Version:
Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor
6 lines • 627 B
JavaScript
import { jsx as _jsx } from "preact/jsx-runtime";
const PlayIcon = () => {
return (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "14", height: "14", viewBox: "0 0 1024 1024", style: { margin: 2, opacity: 0.25, flexShrink: 0 }, children: _jsx("path", { fill: "#fff", d: "M512 42.667C252.793 42.667 42.667 252.793 42.667 512S252.793 981.333 512 981.333 981.333 771.207 981.333 512 771.207 42.667 512 42.667zM708.547 543.16l-266.667 176A37.333 37.333 0 01384 688V336.033a37.333 37.333 0 0157.893-31.16l266.667 176a37.333 37.333 0 010 62.32z" }) }));
};
export default PlayIcon;
//# sourceMappingURL=PlayIcon.js.map