@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 828 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const Mic = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 96.1 127", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Mic-b{fill:white;}` }) }), _jsx("rect", { className: "Mic-b", x: "23.1", width: "50", height: "82", rx: "22.7", ry: "22.7" }), _jsx("path", { className: "Mic-b", d: "M88.6,59.7c-5-.9-9.9,2.2-10.9,7.1-.4,2-4.9,19.8-28.7,20.1-10.4.1-18.5-3.2-24.3-9.8-4.6-5.2-6.1-10.6-6.2-10.8-1.2-4.8-6.3-7.7-11.3-6.6-5,1.2-8.1,6-6.9,10.9,2.8,10.9,14.7,30.7,40.8,33.8v4.6h-19c-1.2,0-2.4.5-3.2,1.3-7.3,7.7-1.8,16.7,5.9,16.7h49.3c1.2,0,2.4-.5,3.2-1.3,7.3-7.7,1.8-16.7-5.9-16.7h-16.3v-4.5c27.6-2.9,38.8-23.3,40.9-34.4.9-4.9-2.4-9.5-7.4-10.4Z" })] }));
export default Mic;
//# sourceMappingURL=Mic.js.map