mylingo3d
Version:
Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor
6 lines • 435 B
JavaScript
import { jsx as _jsx } from "preact/jsx-runtime";
const VueIcon = () => {
return (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 1024 1024", children: _jsx("path", { fill: "#fff", d: "M777.8 128.6H624L512 305.8l-96-177.2H64L512 896l448-767.4H777.8zm-602.4 64H283L512 589l228.8-396.4h107.6L512 769 175.4 192.6z" }) }));
};
export default VueIcon;
//# sourceMappingURL=VueIcon.js.map