UNPKG

@kurone-kito/launchpad-icons-react

Version:

the icons like the VRChat icons for Node.js ecosystem with the React

4 lines 1.31 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; export const Gear = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 127 127", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Gear-b{fill:white;}` }) }), _jsx("path", { className: "Gear-b", d: "M106.7,39.3c1.5-4.4,4.5-9.7,7-14.7-3.3-4.2-7.1-8-11.3-11.3-5,2.5-10.3,5.5-14.7,7-3.3-1.9-6.9-3.4-10.7-4.4-1.9-4.2-3.6-10.1-5.3-15.3-2.7-.3-5.4-.5-8.2-.5s-5.5.2-8.2.5c-1.8,5.3-3.4,11.2-5.3,15.3-3.8,1.1-7.3,2.6-10.7,4.4-4.4-1.5-9.7-4.5-14.7-7-4.2,3.3-8,7.1-11.3,11.3,2.5,5,5.5,10.3,7,14.7-1.9,3.3-3.4,6.9-4.4,10.7-4.2,1.9-10.1,3.6-15.3,5.3-.3,2.7-.5,5.4-.5,8.2s.2,5.5.5,8.2c5.3,1.8,11.2,3.4,15.3,5.3,1.1,3.8,2.6,7.3,4.4,10.7-1.5,4.4-4.5,9.7-7,14.7,3.3,4.2,7.1,8,11.3,11.3,5-2.5,10.3-5.5,14.7-7,3.3,1.9,6.9,3.4,10.7,4.4,1.9,4.2,3.6,10.1,5.3,15.3,2.7.3,5.4.5,8.2.5s5.5-.2,8.2-.5c1.8-5.3,3.4-11.2,5.3-15.3,3.8-1.1,7.3-2.6,10.7-4.4,4.4,1.5,9.7,4.5,14.7,7,4.2-3.3,8-7.1,11.3-11.3-2.5-5-5.5-10.3-7-14.7,1.9-3.3,3.4-6.9,4.4-10.7,4.2-1.9,10.1-3.6,15.3-5.3.3-2.7.5-5.4.5-8.2s-.2-5.5-.5-8.2c-5.3-1.8-11.2-3.4-15.3-5.3-1.1-3.8-2.6-7.3-4.4-10.7ZM63.5,96c-17.9,0-32.5-14.6-32.5-32.5s14.6-32.5,32.5-32.5,32.5,14.6,32.5,32.5-14.6,32.5-32.5,32.5Z" })] })); export default Gear; //# sourceMappingURL=Gear.js.map