@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
7 lines • 741 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const TypeC = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 192 192", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `
.TypeC-b{fill:white;}
.TypeC-c{fill:#5a595a;}
` }) }), _jsx("circle", { className: "TypeC-b", cx: "96", cy: "96", r: "96" }), _jsx("path", { className: "TypeC-c", d: "M125.3,138h-57.8c-22.1,0-41.9-18-43.1-40.2-1.3-24.5,18.2-44.8,42.4-44.8h57.8c22.1,0,41.9,18,43.1,40.2,1.3,24.5-18.2,44.8-42.4,44.8ZM66.7,79c-9.6,0-17.3,8.2-16.4,18s8.5,15,16.8,15c14.3,0,43.5,0,57.8,0,8.3,0,16.1-6.7,16.8-15s-6.8-18-16.4-18h-58.5Z" })] }));
export default TypeC;
//# sourceMappingURL=TypeC.js.map