@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 959 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const MagPlus = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 95 94.1", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.MagPlus-b{fill:white;}` }) }), _jsx("path", { className: "MagPlus-b", d: "M93.4,79.4l-27.7-26.5h-3.5c4-5.8,6.2-13,5.8-20.7C67,14.8,52.8.7,35.4,0,14.4-.8-2.4,17.4.3,38.4c2,15.9,15.3,28.4,31.3,29.5,8,.6,15.4-1.7,21.5-5.8v4c0,0,27.7,26.5,27.7,26.5,2,1.9,5.2,1.8,7.1-.2l5.8-6c1.9-2,1.8-5.2-.2-7.1ZM33.7,56.7c-12.7,0-23-10.3-23-23s10.3-23,23-23,23,10.3,23,23-10.3,23-23,23Z" }), _jsx("path", { className: "MagPlus-b", d: "M36,31v-13.2c0-1.6-1.5-2.8-3.1-2.4-1.1.3-1.9,1.4-1.9,2.5v13.1h-13.3c-1.6,0-2.8,1.5-2.4,3.1.3,1.1,1.4,1.9,2.5,1.9h13.2v13.3c0,1.2.7,2.3,1.9,2.5,1.6.4,3.1-.8,3.1-2.4v-13.4h13.3c1.2,0,2.3-.7,2.5-1.9.4-1.6-.8-3.1-2.4-3.1h-13.4Z" })] }));
export default MagPlus;
//# sourceMappingURL=MagPlus.js.map