@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 937 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const Expand = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 120 118", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Expand-b{fill:white;}` }) }), _jsx("rect", { className: "Expand-b", x: "0", y: "66", width: "52", height: "52", rx: "9.6", ry: "9.6" }), _jsx("path", { className: "Expand-b", d: "M86,40.65v7.12c0,3.07,2.2,5.81,5.25,6.18,3.65.44,6.75-2.39,6.75-5.95v-28h-27.77c-3.07,0-5.81,2.2-6.18,5.25-.44,3.65,2.39,6.75,5.95,6.75h7.68l-22.49,22.93c-1.97,2.01-2.38,5.62-.71,7.88,1.22,1.65,3.04,2.47,4.86,2.47,1.55,0,3.11-.6,4.28-1.8l22.38-22.83Z" }), _jsx("path", { className: "Expand-b", d: "M0,0v51.52c0,3.07,2.2,5.81,5.25,6.18,3.65.44,6.75-2.39,6.75-5.95V12h96v94h-39.77c-3.07,0-5.81,2.2-6.18,5.25-.44,3.65,2.39,6.75,5.95,6.75h52V0H0Z" })] }));
export default Expand;
//# sourceMappingURL=Expand.js.map