@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.16 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var HeadphonesSoundWave = /*#__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: "M6.5 24a17.5 17.5 0 1 1 35 0v4h-5.25c-.69 0-1.25.56-1.25 1.25v13.5c0 .69.56 1.25 1.25 1.25h2A5.75 5.75 0 0 0 44 38.25V24a20 20 0 1 0-40 0v14.25A5.75 5.75 0 0 0 9.75 44h2c.69 0 1.25-.56 1.25-1.25v-13.5c0-.69-.56-1.25-1.25-1.25H6.5v-4zm16.25-.75v21.5a1.25 1.25 0 1 0 2.5 0v-21.5a1.25 1.25 0 1 0-2.5 0zM18.25 28c.69 0 1.25.56 1.25 1.25v9.5a1.25 1.25 0 1 1-2.5 0v-9.5c0-.69.56-1.25 1.25-1.25zM31 29.25a1.25 1.25 0 1 0-2.5 0v9.5a1.25 1.25 0 1 0 2.5 0v-9.5z"
}));
});
HeadphonesSoundWave.displayName = 'HeadphonesSoundWave';
export var HeadphonesSoundWaveDimensions = {
height: 48,
width: 48
};