@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.08 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var SpeakerMute = /*#__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: "M25.08 6.42A1.75 1.75 0 0 1 28 7.72v32.56c0 1.51-1.8 2.31-2.92 1.3l-8.2-7.36c-.88-.79-2-1.22-3.18-1.22H9a5.25 5.25 0 0 1-5.25-5.25v-7.5C3.75 17.35 6.1 15 9 15h4.7c1.17 0 2.3-.43 3.18-1.22l8.2-7.36zM32.37 18.37a1.25 1.25 0 0 1 1.76 0L38 22.23l3.87-3.86a1.25 1.25 0 1 1 1.76 1.76L39.77 24l3.86 3.87a1.25 1.25 0 0 1-1.76 1.76L38 25.77l-3.87 3.86a1.25 1.25 0 0 1-1.76-1.76L36.23 24l-3.86-3.87a1.25 1.25 0 0 1 0-1.76z"
}));
});
SpeakerMute.displayName = 'SpeakerMute';
export var SpeakerMuteDimensions = {
height: 48,
width: 48
};