UNPKG

mylingo3d

Version:

Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor

6 lines 402 B
import { jsx as _jsx } from "preact/jsx-runtime"; const FolderIcon = () => { 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: "M96 160h343.968l87.808 160H928v544H96V160zm64 64v576h704V384H489.92l-87.84-160H160z" }) })); }; export default FolderIcon; //# sourceMappingURL=FolderIcon.js.map