UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 980 B
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var DocumentLandscapeData = /*#__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: "M2 6.75A2.75 2.75 0 0 1 4.75 4h14.5A2.75 2.75 0 0 1 22 6.75v10.5A2.75 2.75 0 0 1 19.25 20H4.75A2.75 2.75 0 0 1 2 17.25V6.75zM12 7a2 2 0 0 0-2 2v6a2 2 0 1 0 4 0V9a2 2 0 0 0-2-2zm-5 5a2 2 0 0 0-2 2v1a2 2 0 1 0 4 0v-1a2 2 0 0 0-2-2zm8 0v3a2 2 0 1 0 4 0v-3a2 2 0 1 0-4 0z" })); }); DocumentLandscapeData.displayName = 'DocumentLandscapeData'; export var DocumentLandscapeDataDimensions = { height: 24, width: 24 };