UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.15 kB
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: "M9 3.75c0-.41.34-.75.75-.75h4.5c.41 0 .75.34.75.75V5h3a4 4 0 0 1 4 4h.25c.41 0 .75.34.75.75v3.5c0 .41-.34.75-.75.75H22v2.5a4 4 0 0 1-4 4h-1.55a4 4 0 0 1-2.16-.64l-2.15-1.38a.25.25 0 0 0-.28 0l-2.15 1.38a4 4 0 0 1-2.16.64H6a4 4 0 0 1-4-4V14h-.25a.75.75 0 0 1-.75-.75v-3.5c0-.41.34-.75.75-.75H2a4 4 0 0 1 4-4h3V3.75ZM12 10a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm-6 2.25c0 .41.34.75.75.75h2.5a.75.75 0 0 0 0-1.5h-2.5a.75.75 0 0 0-.75.75Zm8.75-.75a.75.75 0 0 0 0 1.5h2.5a.75.75 0 0 0 0-1.5h-2.5Z" })); }); HeadsetVr.displayName = 'HeadsetVr'; export var HeadsetVrDimensions = { height: 24, width: 24 };