@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.06 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ViewDesktop = /*#__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: "M19.75 3c1.19 0 2.16.93 2.24 2.1v10.65c0 1.2-.92 2.17-2.09 2.25h-4.4v2.5h1.75a.75.75 0 0 1 .1 1.5H6.75a.75.75 0 0 1-.1-1.5H8.5V18H4.25c-1.2 0-2.17-.92-2.24-2.1L2 15.76V5.25c0-1.2.93-2.17 2.1-2.24L4.25 3h15.5ZM14 18h-4v2.5h4V18Zm4.5-12h-9a.5.5 0 0 0-.5.5v8c0 .28.22.5.5.5h9a.5.5 0 0 0 .5-.5v-8a.5.5 0 0 0-.5-.5Zm-11 0h-2a.5.5 0 0 0-.5.5v8c0 .28.22.5.5.5h2a.5.5 0 0 0 .5-.5v-8a.5.5 0 0 0-.5-.5Z"
}));
});
ViewDesktop.displayName = 'ViewDesktop';
export var ViewDesktopDimensions = {
height: 24,
width: 24
};