@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.07 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var MicOff = /*#__PURE__*/React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg"
};
return /*#__PURE__*/React.createElement(StyledIconBase, _extends({
iconAttrs: attrs,
iconVerticalAlign: "middle",
iconViewBox: "0 0 48 48"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M16 17.77V24a8 8 0 0 0 12.7 6.47l2.36 2.36a11.5 11.5 0 0 1-18.56-9.08 1.25 1.25 0 1 0-2.5 0 14 14 0 0 0 12.5 13.92v5.08a1.25 1.25 0 1 0 2.5 0v-5.04c2.96-.2 5.67-1.34 7.84-3.1l8.78 8.77a1.25 1.25 0 1 0 1.76-1.76l-37-37a1.25 1.25 0 0 0-1.76 1.76L16 17.77Zm18.26 11.18 1.84 1.85c1.2-2.07 1.9-4.48 1.9-7.05a1.25 1.25 0 1 0-2.5 0c0 1.87-.45 3.64-1.24 5.2ZM16.09 10.8l15.56 15.56A8 8 0 0 0 32 24V12a8 8 0 0 0-15.9-1.21Z"
}));
});
MicOff.displayName = 'MicOff';
export var MicOffDimensions = {
height: 48,
width: 48
};