UNPKG

@sanity/icons

Version:
42 lines (41 loc) 1.71 kB
import { jsx, jsxs } from "react/jsx-runtime"; /** * @public */ function MicrophoneSlashIcon(props) { return /* @__PURE__ */ jsxs("svg", { "data-sanity-icon": "microphone-slash", width: "1em", height: "1em", viewBox: "0 0 25 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [ /* @__PURE__ */ jsx("path", { d: "M17.8162 14.412C18.6231 13.3173 19.1 11.9644 19.1 10.5V10H17.9V10.5C17.9 11.6324 17.5514 12.6834 16.9557 13.5516L17.8162 14.412Z", fill: "currentColor" }), /* @__PURE__ */ jsx("path", { d: "M14.2171 15.6213L15.1446 16.5488C14.5091 16.8271 13.8213 17.0081 13.1 17.0731V19.9H17V21.1H7.99999V19.9H11.9V17.0731C8.53609 16.77 5.89999 13.9429 5.89999 10.5V10H7.09999V10.5C7.09999 13.4824 9.51766 15.9 12.5 15.9C13.1003 15.9 13.6777 15.8021 14.2171 15.6213Z", fill: "currentColor" }), /* @__PURE__ */ jsx("path", { d: "M15.6494 12.2453C15.9365 11.7283 16.1 11.1333 16.1 10.5V7.50002C16.1 5.5118 14.4882 3.90002 12.5 3.90002C11.0945 3.90002 9.87704 4.70551 9.2842 5.88007L10.2038 6.79966C10.5035 5.81583 11.4181 5.10002 12.5 5.10002C13.8255 5.10002 14.9 6.17454 14.9 7.50002V10.5C14.9 10.7968 14.8461 11.0811 14.7476 11.3435L15.6494 12.2453Z", fill: "currentColor" }), /* @__PURE__ */ jsx("path", { d: "M8.89999 10.3042L12.6909 14.0951C12.6277 14.0984 12.564 14.1 12.5 14.1C10.5118 14.1 8.89999 12.4882 8.89999 10.5V10.3042Z", fill: "currentColor" }), /* @__PURE__ */ jsx("path", { d: "M19 18L6 5", stroke: "currentColor", strokeWidth: 1.2, strokeLinejoin: "round" }) ] }); } export { MicrophoneSlashIcon, MicrophoneSlashIcon as default }; //# sourceMappingURL=MicrophoneSlash.js.map