lingo3d
Version:
Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor
6 lines • 348 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", children: _jsx("path", { fill: "#fff", d: "M891.161 512L141.169 962V62l749.992 450z" }) }));
};
export default PlayIcon;
//# sourceMappingURL=PlayIcon.js.map