@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 HeadsetAdd = /*#__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 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M23 6.5a5.5 5.5 0 1 0-11 0 5.5 5.5 0 0 0 11 0zM18 7v2.5a.5.5 0 1 1-1 0V7h-2.5a.5.5 0 0 1 0-1H17V3.5a.5.5 0 0 1 1 0V6h2.5a.5.5 0 0 1 0 1H18zm-.5 6c.52 0 1.02-.06 1.5-.17V15a2 2 0 0 1-2 2h-2a1 1 0 0 1-1-1v-4.02A6.47 6.47 0 0 0 17.5 13zM12.02 3c-.3.48-.55 1-.72 1.54A5.5 5.5 0 0 0 6.5 10v1H9a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H7a2 2 0 0 1-.5-.06v.31c0 1.2.93 2.17 2.1 2.24l.15.01h1.13a2.25 2.25 0 1 1 0 1.5H8.75c-2 0-3.64-1.57-3.74-3.55l-.01-.2V10a7 7 0 0 1 7-7h.02z"
}));
});
HeadsetAdd.displayName = 'HeadsetAdd';
export var HeadsetAddDimensions = {
height: 24,
width: 24
};