@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.11 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var HeadsetVr = /*#__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: "M12 6c2.89 0 5.78.36 8.67 1.08.73.18 1.26.8 1.32 1.55l.01.15v3.1c0 2.2-1.74 4-3.92 4.11h-2.67c-.73 0-1.42-.28-1.93-.78l-.14-.15-.65-.74a.91.91 0 0 0-1.28-.09l-.1.09-.65.74c-.47.55-1.15.88-1.87.93H6.13A4.13 4.13 0 0 1 2 12.09V8.77c0-.8.55-1.5 1.33-1.7C6.22 6.37 9.1 6 12 6zm4.75 3h-.1a.75.75 0 0 0 0 1.5h1.7a.75.75 0 0 0 0-1.49h-.1L16.75 9zm-9.5 0h-1.6a.75.75 0 0 0 0 1.5h1.7a.75.75 0 0 0 0-1.5h-.1zM12 8.5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5z"
}));
});
HeadsetVr.displayName = 'HeadsetVr';
export var HeadsetVrDimensions = {
height: 24,
width: 24
};