@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.02 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var WindowHeaderHorizontalOff = /*#__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: "M2.85 2.15a.5.5 0 1 0-.7.7L3.4 4.12C3.15 4.52 3 5 3 5.5v9A2.5 2.5 0 0 0 5.5 17h9c.5 0 .98-.15 1.38-.41l1.27 1.26a.5.5 0 0 0 .7-.7l-15-15Zm11.9 13.32a1 1 0 0 1-.25.03h-9a1 1 0 0 1-1-1V7h1.8l8.46 8.47ZM15.5 7v6.38l1.48 1.47.02-.35v-9A2.5 2.5 0 0 0 14.5 3h-9c-.12 0-.24 0-.35.02L9.12 7h6.38Z"
}));
});
WindowHeaderHorizontalOff.displayName = 'WindowHeaderHorizontalOff';
export var WindowHeaderHorizontalOffDimensions = {
height: 20,
width: 20
};