@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.07 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 4H13l-.25.02v7.23h4.83l-.9-1a.75.75 0 1 1 1.13-1l2 2.25c.25.29.25.71 0 1l-2 2.25a.75.75 0 1 1-1.12-1l.89-1h-4.83v7.23L13 20h7.25c.97 0 1.75-.79 1.75-1.75V5.75zM11.25 11.25H6.42l.89-1a.75.75 0 1 0-1.12-1l-2 2.25a.75.75 0 0 0 0 1l2 2.25a.75.75 0 1 0 1.12-1l-.89-1h4.83v7.23L11 20H3.76C2.79 20 2 19.2 2 18.25V5.75C2 4.78 2.79 4 3.76 4H11c.09 0 .17 0 .25.02v7.23z"
}));
});
DualScreenSpan.displayName = 'DualScreenSpan';
export var DualScreenSpanDimensions = {
height: 24,
width: 24
};