@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.08 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var DualScreenSpan = /*#__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 5.75C22 4.8 21.22 4 20.25 4h-7.24l-.26.02v7.23h4.83l-.89-1a.75.75 0 1 1 1.12-1l2 2.25c.25.29.25.71 0 1l-2 2.25a.75.75 0 1 1-1.12-1l.9-1h-4.84v7.23l.26.02h7.24c.97 0 1.75-.78 1.75-1.75V5.75Zm-10.75 5.5H6.42l.9-1a.75.75 0 1 0-1.13-1l-2 2.25a.75.75 0 0 0 0 1l2 2.25a.75.75 0 1 0 1.12-1l-.89-1h4.83v7.23l-.24.02H3.76C2.79 20 2 19.2 2 18.25V5.75C2 4.8 2.79 4 3.76 4H11c.08 0 .16 0 .24.02v7.23Z"
}));
});
DualScreenSpan.displayName = 'DualScreenSpan';
export var DualScreenSpanDimensions = {
height: 24,
width: 24
};