UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.01 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var DocumentHeaderFooter = /*#__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: "M17.75 2c1.2 0 2.17.93 2.24 2.1l.01.15v15.5c0 1.2-.93 2.17-2.1 2.24l-.15.01H6.25c-1.2 0-2.17-.93-2.24-2.1L4 19.75V4.25c0-1.2.93-2.17 2.1-2.24L6.25 2h11.5zM7.01 6.5C7 7.33 7.68 8 8.5 8h7a1.5 1.5 0 0 0 0-3h-7C7.68 5 7 5.68 7 6.5zm0 11c0 .83.67 1.5 1.5 1.5h7a1.5 1.5 0 0 0 0-3h-7c-.83 0-1.5.68-1.5 1.5z" })); }); DocumentHeaderFooter.displayName = 'DocumentHeaderFooter'; export var DocumentHeaderFooterDimensions = { height: 24, width: 24 };