@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 976 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 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M3.28 2.22a.75.75 0 1 0-1.06 1.06l4.5 4.5-3.11.93A2.25 2.25 0 0 0 2 10.87v2.26c0 1 .65 1.87 1.6 2.16l2.4.7v.7a4 4 0 0 0 7.6 1.57l5.12 1.52 2 2a.75.75 0 0 0 1.06-1.06L3.28 2.22zM7.5 16.44l4.62 1.38A2.5 2.5 0 0 1 7.5 16.5v-.06zM22 17.74c0 .32-.07.62-.18.9L10 6.8l9.1-2.7A2.25 2.25 0 0 1 22 6.26v11.48z"
}));
});
MegaphoneOff.displayName = 'MegaphoneOff';
export var MegaphoneOffDimensions = {
height: 24,
width: 24
};