@ozen-ui/icons
Version:
A collection of icons
8 lines (7 loc) • 1.8 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var MicOffMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { d: "M12 2C10.1209 2 8.48397 3.03655 7.6297 4.56904L8.75261 5.69195C9.27072 4.40692 10.5294 3.5 12 3.5C13.933 3.5 15.5 5.067 15.5 7V11C15.5 11.4293 15.4227 11.8406 15.2813 12.2206L16.4131 13.3525C16.7877 12.6513 17 11.8505 17 11V7C17 4.23858 14.7614 2 12 2Z", fill: "currentColor" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7 8.06066L3.96967 5.03033C3.67678 4.73744 3.67678 4.26256 3.96967 3.96967C4.26256 3.67678 4.73744 3.67678 5.03033 3.96967L20.0303 18.9697C20.3232 19.2626 20.3232 19.7374 20.0303 20.0303C19.7374 20.3232 19.2626 20.3232 18.9697 20.0303L16.7121 17.7728C15.569 18.5696 14.2147 19.0844 12.75 19.2164V22C12.75 22.4142 12.4142 22.75 12 22.75C11.5858 22.75 11.25 22.4142 11.25 22V19.2164C7.04513 18.8374 3.75 15.3035 3.75 11V10C3.75 9.58579 4.08579 9.25 4.5 9.25C4.91421 9.25 5.25 9.58579 5.25 10V11C5.25 14.7279 8.27208 17.75 12 17.75C13.3365 17.75 14.5824 17.3615 15.6307 16.6914L14.3525 15.4131C13.6513 15.7877 12.8505 16 12 16C9.23858 16 7 13.7614 7 11V8.06066ZM13.2206 14.2813C12.8406 14.4227 12.4293 14.5 12 14.5C10.067 14.5 8.5 12.933 8.5 11V9.56066L13.2206 14.2813Z", fill: "currentColor" }),
React.createElement("path", { d: "M20.25 11C20.25 12.7519 19.704 14.3762 18.7728 15.7121L17.6914 14.6307C18.3615 13.5824 18.75 12.3365 18.75 11V10C18.75 9.58579 19.0858 9.25 19.5 9.25C19.9142 9.25 20.25 9.58579 20.25 10V11Z", fill: "currentColor" }))); });
MicOffMIcon.displayName = 'MicOffMIcon';