@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.13 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var SpeakerBluetooth = /*#__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.81Zm5.16 1.43A1 1 0 0 0 20 7v5.03l-.36-.3a1 1 0 1 0-1.28 1.54l.88.73-.88.73a1 1 0 0 0 1.28 1.54l.36-.3V21a1 1 0 0 0 1.66.75l4-3.5a1 1 0 0 0-.02-1.52L22.36 14l3.28-2.73a1 1 0 0 0 .02-1.52l-4-3.5Zm1.8 11.28L22 18.8v-2.5l1.46 1.22ZM22 9.2l1.46 1.28L22 11.7V9.2Z"
}));
});
SpeakerBluetooth.displayName = 'SpeakerBluetooth';
export var SpeakerBluetoothDimensions = {
height: 28,
width: 28
};