@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.54 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Speaker2 = /*#__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.21l8.2-7.37ZM36.34 8.4c.47-.5 1.26-.53 1.76-.06h.02c-.35-.34-.01 0-.01 0l.02.03a5.37 5.37 0 0 1 .27.26 20.4 20.4 0 0 1 2.7 3.79A23.76 23.76 0 0 1 44 24c0 5.05-1.45 8.94-2.9 11.58a20.41 20.41 0 0 1-2.9 4l-.07.06-.02.01v.01s.66-.66 0 0a1.25 1.25 0 0 1-1.72-1.82 3.26 3.26 0 0 0 .19-.19 17.9 17.9 0 0 0 2.33-3.28C40.2 32.03 41.5 28.55 41.5 24c0-4.55-1.3-8.03-2.6-10.37a17.9 17.9 0 0 0-2.5-3.46 1.25 1.25 0 0 1-.06-1.77Zm-4 6c.46-.5 1.25-.54 1.76-.07l.06.07-.06-.06.02.02a2.62 2.62 0 0 1 .18.17c.12.12.27.3.45.51a13.98 13.98 0 0 1-.59 18.56l-.01.02-.03.03h-.01v.01s.39-.4 0 0a1.25 1.25 0 0 1-1.71-1.82l.01-.02a4.57 4.57 0 0 0 .43-.47 11.48 11.48 0 0 0-.43-15.17l-.01-.02a1.25 1.25 0 0 1-.07-1.76Z"
}));
});
Speaker2.displayName = 'Speaker2';
export var Speaker2Dimensions = {
height: 48,
width: 48
};