@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.19 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var WindowInprivate = /*#__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 20 20"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M5.5 3A2.5 2.5 0 0 0 3 5.5v9A2.5 2.5 0 0 0 5.5 17h9a2.5 2.5 0 0 0 2.5-2.5v-9A2.5 2.5 0 0 0 14.5 3h-9Zm10 3v.5h-1.3l1.15-1.15c.1.2.15.42.15.65Zm-.85-1.35L12.79 6.5H9.97l2-2H14c.23 0 .45.05.65.15Zm-4.1-.15-2 2H5.72l2-2h2.83Zm-4.24 0L4.5 6.31V6c0-.83.67-1.5 1.5-1.5h.31ZM7.05 8 4.5 10.55V8h2.55ZM4.5 11.97 8.47 8h2.82l-6.64 6.65A1.5 1.5 0 0 1 4.5 14v-2.03ZM12.7 8h2.8v.04L8.04 15.5H6a1.5 1.5 0 0 1-.65-.15L12.71 8Zm2.8 1.45v2.83l-3.22 3.22H9.45l6.05-6.05Zm0 4.24V14c0 .83-.67 1.5-1.5 1.5h-.3l1.8-1.8Z"
}));
});
WindowInprivate.displayName = 'WindowInprivate';
export var WindowInprivateDimensions = {
height: 20,
width: 20
};