mylingo3d
Version:
Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor
6 lines • 461 B
JavaScript
import { jsx as _jsx } from "preact/jsx-runtime";
const TranslateIcon = () => {
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: "M960 480L768 320v128H512V192h128L480 0 320 192h128v256H192V320L0 480l192 160V512h256v256H320l160 192 160-192H512V512h256v128l192-160z" }) }));
};
export default TranslateIcon;
//# sourceMappingURL=TranslateIcon.js.map