@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 893 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var DualScreenGroup = /*#__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: "M20.25 4c.97 0 1.75.8 1.75 1.75v12.5c0 .97-.78 1.75-1.75 1.75h-7.24c-.1 0-.18 0-.26-.02V4.02l.26-.02h7.24Zm-9.24 0c.08 0 .16 0 .24.02v15.96l-.24.02H3.76C2.79 20 2 19.2 2 18.25V5.75C2 4.8 2.79 4 3.76 4H11Z"
}));
});
DualScreenGroup.displayName = 'DualScreenGroup';
export var DualScreenGroupDimensions = {
height: 24,
width: 24
};