@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 588 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const Folder = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 164.5 128", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Folder-b{fill:white;}` }) }), _jsx("path", { className: "Folder-b", d: "M136.1,54V18c0-3.3-2.7-6-6-6h-58.7L60.8,1.7c-1.1-1.1-2.6-1.7-4.2-1.7H6.1C2.8,0,0,2.7,0,6v122c0,0,132.4,0,132.4,0l32.1-74h-28.4ZM12.1,99.4V12h41l10.2,10.2c1.1,1.1,2.7,1.8,4.2,1.8h56.5v29H32l-20,46.4Z" })] }));
export default Folder;
//# sourceMappingURL=Folder.js.map