@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.23 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var DocumentLandscapeSplit = /*#__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: "M12.75 4H14v6c0 1.1.9 2 2 2h6v6a2 2 0 0 1-2 2h-7.25a.75.75 0 0 1-.75-.75V4.75c0-.41.34-.75.75-.75Zm8.74 6.43.07.07H16a.5.5 0 0 1-.5-.5V4.44l.07.07 5.92 5.92ZM3.5 10.25a.75.75 0 0 0-1.5 0v3.5a.75.75 0 0 0 1.5 0v-3.5ZM7 4.75c0-.41.34-.75.75-.75h2a.75.75 0 0 1 0 1.5h-2A.75.75 0 0 1 7 4.75Zm.75 13.75a.75.75 0 0 0 0 1.5h2a.75.75 0 0 0 0-1.5h-2ZM2 6c0-1.1.9-2 2-2h.75a.75.75 0 0 1 0 1.5H4a.5.5 0 0 0-.5.5v1.25a.75.75 0 0 1-1.5 0V6Zm2 14a2 2 0 0 1-2-2v-1.25a.75.75 0 0 1 1.5 0V18c0 .28.22.5.5.5h.75a.75.75 0 0 1 0 1.5H4Z"
}));
});
DocumentLandscapeSplit.displayName = 'DocumentLandscapeSplit';
export var DocumentLandscapeSplitDimensions = {
height: 24,
width: 24
};