@ozen-ui/icons
Version:
A collection of icons
8 lines (7 loc) • 1.18 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var MicOffSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
React.createElement("path", { fill: "currentColor", d: "M10 6.814V3.5a2 2 0 0 0-3.91-.596L4.956 1.771A3.5 3.5 0 0 1 11.5 3.5v3.999q0 .38-.078.737z" }),
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M6 4.936v.003l3.667 3.667.001-.002 1.073 1.073-.002.002.73.73.002-.003 1.064 1.064-.002.002 1.997 1.998a.75.75 0 1 1-1.06 1.06l-2.055-2.054a5.97 5.97 0 0 1-2.665 1.02v1.754a.75.75 0 0 1-1.5 0v-1.755A6 6 0 0 1 2 7.542V6a.75.75 0 0 1 1.5 0v1.542a4.5 4.5 0 0 0 6.831 3.85l-.762-.762A3.5 3.5 0 0 1 4.5 7.5V5.56L1.47 2.53a.75.75 0 0 1 1.06-1.06L4.5 3.44v-.004zM6 7.5v-.44l2.4 2.4q-.195.04-.4.04a2 2 0 0 1-2-2", clipRule: "evenodd" }),
React.createElement("path", { fill: "currentColor", d: "M13.382 10.197c.396-.8.618-1.702.618-2.655V6a.75.75 0 0 0-1.5 0v1.542c0 .53-.092 1.04-.26 1.512z" }))); });
MicOffSIcon.displayName = 'MicOffSIcon';