@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 965 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Headset = /*#__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: "M12.5 18a11.5 11.5 0 1 1 23 0v2h-5.25C29.01 20 28 21 28 22.25v7.5c0 1.24 1 2.25 2.25 2.25h3.5C36.1 32 38 30.1 38 27.75V18a14 14 0 1 0-28 0v14c0 4.56 3.7 8.25 8.25 8.25h.9a5 5 0 1 0 0-2.5h-.9A5.75 5.75 0 0 1 12.5 32v-.38c.53.25 1.13.38 1.75.38h3.5c1.24 0 2.25-1 2.25-2.25v-7.5c0-1.24-1-2.25-2.25-2.25H12.5v-2z"
}));
});
Headset.displayName = 'Headset';
export var HeadsetDimensions = {
height: 48,
width: 48
};