@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 562 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const Plus = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 123 123", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Plus-b{fill:white;}` }) }), _jsx("path", { className: "Plus-b", d: "M120,42h-39V3c0-1.7-1.4-3-3-3h-32.9c-1.7,0-3,1.4-3,3v39H3c-1.7,0-3,1.4-3,3v32.9c0,1.7,1.4,3,3,3h39v39c0,1.7,1.4,3,3,3h32.9c1.7,0,3-1.4,3-3v-39h39c1.7,0,3-1.4,3-3v-32.9c0-1.7-1.4-3-3-3Z" })] }));
export default Plus;
//# sourceMappingURL=Plus.js.map