@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 1.01 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const MicCircle = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 255.4 255.4", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.MicCircle-b{fill:white;}` }) }), _jsx("path", { className: "MicCircle-b", d: "M127.7,0C57.3,0,0,57.3,0,127.7s57.3,127.7,127.7,127.7,127.7-57.3,127.7-127.7S198.1,0,127.7,0ZM127.7,243.4c-63.8,0-115.7-51.9-115.7-115.7S63.9,12,127.7,12s115.7,51.9,115.7,115.7-51.9,115.7-115.7,115.7Z" }), _jsx("path", { className: "MicCircle-b", d: "M154.7,128V59c0-14.5-11-26.9-25.4-28-16.1-1.2-29.6,11.6-29.6,27.4v70.1c0,15.9,13.4,28.6,29.6,27.4s25.4-13.5,25.4-28Z" }), _jsx("path", { className: "MicCircle-b", d: "M166.7,137.9c0,12.1-10,22.4-24.3,26.8h-30.5c-14.2-4.4-24.3-14.8-24.3-26.8v-30.2h-18v30.3c0,23.5,21.3,43,49,46.6v21.2h-31v18h78v-18h-30v-21.2c27.7-3.5,49-23.1,49-46.6v-30.3h-18v30.2Z" })] }));
export default MicCircle;
//# sourceMappingURL=MicCircle.js.map