@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.3 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var MicPulseOff = /*#__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: "M14 15.77V24a8 8 0 0 0 8.35 8 12.96 12.96 0 0 1 2.62-5.27l1.42 1.43a11 11 0 0 0 15.46 15.46l.02.01a1.25 1.25 0 0 0 1.76-1.76L6.13 4.37a1.25 1.25 0 1 0-1.76 1.76L14 15.77Zm23.02 23.02-.58 1.56a1 1 0 0 1-1.88-.02l-2.16-6.16 4.62 4.62Zm-5.3-5.3-.74 1.9a1 1 0 0 1-.94.64H28a1 1 0 1 1 0-2h1.36l.81-2.09 1.55 1.55Zm-1.38-8.46 7.06 7.06.16-.44a1 1 0 0 1 1.83-.1l1.23 2.46 1.4.02a1 1 0 0 1-.04 2h-.65l3.64 3.63a11 11 0 0 0-14.63-14.63ZM14.5 9.2l14.35 14.35c.37-.2.76-.39 1.15-.55V12a8 8 0 0 0-15.5-2.8ZM22 35.25c.03 1.68.39 3.29 1 4.76v2.74a1.25 1.25 0 1 1-2.5 0v-5.08A14 14 0 0 1 8 23.75a1.25 1.25 0 1 1 2.5 0A11.5 11.5 0 0 0 22 35.25Z"
}));
});
MicPulseOff.displayName = 'MicPulseOff';
export var MicPulseOffDimensions = {
height: 48,
width: 48
};