@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 999 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var MegaphoneOff = /*#__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 28 28"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M3.28 2.22a.75.75 0 1 0-1.06 1.06l5.4 5.4-3.57.95A2.75 2.75 0 0 0 2 12.29v3.42c0 1.25.84 2.34 2.05 2.66l2.95.79v.34a4.5 4.5 0 0 0 8.56 1.94l6.57 1.76 2.59 2.58a.75.75 0 0 0 1.06-1.06L3.28 2.22ZM8.5 19.56l5.57 1.48a3 3 0 0 1-5.57-1.48Zm2.47-11.78 14.5 14.5c.33-.45.53-1.01.53-1.63V7.35c0-1.8-1.71-3.12-3.46-2.65L10.97 7.78Z"
}));
});
MegaphoneOff.displayName = 'MegaphoneOff';
export var MegaphoneOffDimensions = {
height: 28,
width: 28
};