lingo3d
Version:
Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor
6 lines • 997 B
JavaScript
import { jsx as _jsx } from "preact/jsx-runtime";
const LibraryIcon = () => {
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: "M896 307.2c0 6.4-6.4 12.8-12.8 12.8H140.8c-6.4 0-12.8-6.4-12.8-12.8V224c0-6.4 6.4-12.8 12.8-12.8h742.4c6.4 0 12.8 6.4 12.8 12.8v83.2zm0 492.8c0 6.4-6.4 12.8-12.8 12.8H140.8c-6.4 0-12.8-6.4-12.8-12.8v-83.2c0-6.4 6.4-12.8 12.8-12.8h742.4c6.4 0 12.8 6.4 12.8 12.8V800zM294.4 633.6c0 6.4-6.4 12.8-12.8 12.8s-6.4 0-12.8-6.4L147.2 524.8s-6.4-6.4-6.4-12.8 0-6.4 6.4-12.8l121.6-121.6s6.4-6.4 12.8-6.4 12.8 6.4 12.8 12.8v249.6zm601.6-160c0 6.4-6.4 12.8-12.8 12.8H416c-6.4 0-12.8-6.4-12.8-12.8v-83.2c0-6.4 6.4-12.8 12.8-12.8h467.2c6.4 0 12.8 6.4 12.8 12.8v83.2zm0 160c0 6.4-6.4 12.8-12.8 12.8H416c-6.4 0-12.8-6.4-12.8-12.8v-83.2c0-6.4 6.4-12.8 12.8-12.8h467.2c6.4 0 12.8 6.4 12.8 12.8v83.2z" }) }));
};
export default LibraryIcon;
//# sourceMappingURL=LibraryIcon.js.map