@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.17 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var DualScreenDesktop = /*#__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: "M7.5 10v12H3.75c-.92 0-1.67-.7-1.74-1.6L2 20.24v-8.5c0-.92.7-1.67 1.6-1.74l.15-.01H7.5zm4.75 0c.92 0 1.67.7 1.74 1.6l.01.15v8.5c0 .92-.7 1.67-1.6 1.74l-.15.01H8.5V10h3.75zm-1.6 8.5h-.6a.75.75 0 0 0 0 1.5h.7a.75.75 0 0 0-.1-1.5zm-4.76 0h-.6a.75.75 0 0 0 0 1.5H6a.75.75 0 0 0-.1-1.5zM19.75 2c1.2 0 2.17.93 2.24 2.1l.01.15v9c0 1.2-.93 2.17-2.1 2.24l-.15.01H17v2h1.25a.75.75 0 0 1 .1 1.5H15v-1.5h.5v-2H15v-4A2.5 2.5 0 0 0 12.66 9H4V4.25c0-1.2.93-2.17 2.1-2.24L6.25 2h13.5z"
}));
});
DualScreenDesktop.displayName = 'DualScreenDesktop';
export var DualScreenDesktopDimensions = {
height: 24,
width: 24
};