@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.05 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var SpeakerUsb = /*#__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: "M16.5 4.81c0-1.09-1.3-1.66-2.1-.9L9.45 8.52c-.33.3-.75.48-1.2.48h-3A3.25 3.25 0 0 0 2 12.26v3.49C2 17.55 3.46 19 5.25 19h3.01c.45 0 .87.17 1.2.47l4.94 4.63c.8.74 2.1.18 2.1-.92V4.81Zm3 16.19v-2.33l-1.37-2.44a1 1 0 0 1-.13-.5v-4.16a1 1 0 0 1 1-1V8a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v2.57a1 1 0 0 1 1 1v4.17a1 1 0 0 1-.13.49l-1.37 2.44V21a1 1 0 0 1-1 1h-3a1 1 0 0 1-1-1Zm4-12.5h-3v2.07h3V8.5Z"
}));
});
SpeakerUsb.displayName = 'SpeakerUsb';
export var SpeakerUsbDimensions = {
height: 28,
width: 28
};