mylingo3d
Version:
Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor
6 lines • 1.27 kB
JavaScript
import { jsx as _jsx } from "preact/jsx-runtime";
const JSONIcon = () => {
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: "M213.333 128h85.334v85.333h-85.334v213.334A85.333 85.333 0 01128 512a85.333 85.333 0 0185.333 85.333v213.334h85.334V896h-85.334C167.68 884.48 128 857.6 128 810.667V640a85.333 85.333 0 00-85.333-85.333H0v-85.334h42.667A85.333 85.333 0 00128 384V213.333A85.333 85.333 0 01213.333 128m597.334 0A85.333 85.333 0 01896 213.333V384a85.333 85.333 0 0085.333 85.333H1024v85.334h-42.667A85.333 85.333 0 00896 640v170.667A85.333 85.333 0 01810.667 896h-85.334v-85.333h85.334V597.333A85.333 85.333 0 01896 512a85.333 85.333 0 01-85.333-85.333V213.333h-85.334V128h85.334M512 640a42.667 42.667 0 0142.667 42.667A42.667 42.667 0 01512 725.333a42.667 42.667 0 01-42.667-42.666A42.667 42.667 0 01512 640m-170.667 0A42.667 42.667 0 01384 682.667a42.667 42.667 0 01-42.667 42.666 42.667 42.667 0 01-42.666-42.666A42.667 42.667 0 01341.333 640m341.334 0a42.667 42.667 0 0142.666 42.667 42.667 42.667 0 01-42.666 42.666A42.667 42.667 0 01640 682.667 42.667 42.667 0 01682.667 640z" }) }));
};
export default JSONIcon;
//# sourceMappingURL=JSONIcon.js.map