@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 925 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var DualScreenHeader = /*#__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: "M22 8v10.25c0 .97-.79 1.75-1.75 1.75H13c-.09 0-.17 0-.26-.02V8H22ZM11.24 8v11.98L11 20H3.75C2.78 20 2 19.2 2 18.25V8h9.24ZM11 4c.08 0 .16 0 .24.02V7H2V5.75C2 4.8 2.78 4 3.75 4H11Zm9.25 0C21.2 4 22 4.8 22 5.75V7h-9.26V4.02L13 4h7.25Z"
}));
});
DualScreenHeader.displayName = 'DualScreenHeader';
export var DualScreenHeaderDimensions = {
height: 24,
width: 24
};