UNPKG

@kurone-kito/launchpad-icons-react

Version:

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

4 lines 1.08 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; export const MicOffCircle = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.MicOffCircle-b{fill:white;}` }) }), _jsx("path", { className: "MicOffCircle-b", d: "M128,0C57.3,0,0,57.3,0,128s57.3,128,128,128,128-57.3,128-128S198.7,0,128,0ZM91,77c.4-38.7,56.1-43.4,63.4-5.6l-63,63c-.2-1.6-.4-3.3-.4-4.9,0,0,0-52.4,0-52.4ZM57.5,105.5c0-1.4,1.1-2.5,2.5-2.5h11c1.4,0,2.5,1.1,2.5,2.5.3,11.9-1.6,31.7,4,42.5l-11.9,11.9c-9.4-14.7-8.2-37.3-8.1-54.4ZM204.7,66.8l-49.5,48.9c2.2,23-6.3,44.2-32.4,45.5-4.1,0-7.9-.7-11.5-2.1l-12.7,12.6c32.1,18.9,75.5-7,74.4-44.1v-22.1c0-1.4,1.1-2.5,2.5-2.5h11.2c1.4,0,2.5,1.1,2.5,2.5,4.2,42.5-11.9,81.2-58.2,88v14.7c0,1.4-1.1,2.5-2.5,2.5-18.5.1-12.7,1.7-13.7-17.2-10.2-1.2-19.8-4.8-28-10.1l-25.2,24.9c-3.2,3.1-8.3,3.1-11.4,0-3.4-3.3-3.1-8.7.5-11.8.8-.6,142.7-141,143.6-141.8,8.1-6.3,17.8,5.1,10.6,12.1Z" })] })); export default MicOffCircle; //# sourceMappingURL=MicOffCircle.js.map