UNPKG

@kurone-kito/launchpad-icons-react

Version:

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

4 lines 954 B
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; export const SpeakerOff = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 202 147.4", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.SpeakerOff-b{fill:white;}` }) }), _jsx("path", { className: "SpeakerOff-b", d: "M90.6.9l-57.5,35c-1.3.8-2.2,2.3-2.2,3.8v67.3c0,1.9,1,3.7,2.6,4.7l56.3,34.8c4,2.5,9.1-.4,9.1-5.1l.9-135.3c0-4.8-5.2-7.7-9.2-5.2Z" }), _jsx("rect", { className: "SpeakerOff-b", y: "41.7", width: "23", height: "62", rx: "5.7", ry: "5.7" }), _jsx("path", { className: "SpeakerOff-b", d: "M172.3,73.2l28.2-27.2c2-2,2-5.1,0-7.1l-9.9-9.9c-2-2-5.1-2-7.1,0l-28.2,27.2-26.2-27.2c-2-2-5.1-2-7.1,0l-9.9,9.9c-2,2-2,5.1,0,7.1l26.2,27.2-26.2,27.2c-2,2-2,5.1,0,7.1l9.9,9.9c2,2,5.1,2,7.1,0l26.2-27.2,28.2,27.2c2,2,5.1,2,7.1,0l9.9-9.9c2-2,2-5.1,0-7.1l-28.2-27.2Z" })] })); export default SpeakerOff; //# sourceMappingURL=SpeakerOff.js.map