mylingo3d
Version:
Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor
6 lines • 526 B
JavaScript
import { jsx as _jsx } from "preact/jsx-runtime";
const FolderIcon = () => {
return (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "14", height: "14", viewBox: "0 0 1024 1024", style: { margin: 2, opacity: 0.25, flexShrink: 0 }, children: _jsx("path", { fill: "#fff", d: "M880 298.4H521L403.7 186.2c-1.5-1.4-3.5-2.2-5.5-2.2H144c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V330.4c0-17.7-14.3-32-32-32z" }) }));
};
export default FolderIcon;
//# sourceMappingURL=FolderIcon.js.map