@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 928 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const Help = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 118 120", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Help-b{fill:white;}` }) }), _jsx("path", { className: "Help-b", d: "M118,60c0,33.14-26.42,60-59,60S0,93.14,0,60,26.42,0,59,0s59,26.86,59,60ZM61,73.9c0-7.7,2.8-9.9,11.1-15.7,7.7-5.4,11.8-10,11.8-18.3,0-12.2-9.5-19.9-24.3-19.9-8.7,0-14.7,2.2-19,5.8-3.6,3-6.1,7-7.5,11.4-.2.6-.3,1.2-.3,1.7,0,2.2,1.8,3.4,3.7,3.9.6.1,1.2.2,1.8.2,1.8,0,3.4-.9,4.2-3.3,2.3-6.8,7.4-11.5,16.6-11.5s15.2,4.7,15.2,12.1c0,5.1-2.2,7.7-9.6,12.9-5.9,4-7,5-9,7.6-2.7,3.4-3.7,6.7-3.7,13v2.23c0,2.31,1.77,4.3,4.07,4.46,2.75.19,4.93-1.1,4.93-3.88v-2.7ZM56.39,84.95c-3.74,0-6.62,2.59-6.62,6.62s2.88,6.62,6.62,6.62,6.62-2.59,6.62-6.62-2.98-6.62-6.62-6.62Z" })] }));
export default Help;
//# sourceMappingURL=Help.js.map