UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.17 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var DocumentEndnote = /*#__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 2v6c0 1.1.9 2 2 2h6v10.5c0 .83-.67 1.5-1.5 1.5H13v-8a2 2 0 0 0-2-2H4V3.5C4 2.67 4.67 2 5.5 2H12Zm1.5.5V8c0 .28.22.5.5.5h5.5l-6-6Zm-6.25 15a.75.75 0 0 0-1.5 0V21a.75.75 0 0 0 1.5 0v-3.5Zm0-2.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Zm-2.75-1.5c0 .41-.34.75-.75.75H2.5v7h1.25a.75.75 0 0 1 0 1.5H2.5A1.5 1.5 0 0 1 1 21.5v-7c0-.83.67-1.5 1.5-1.5h1.25c.41 0 .75.34.75.75Zm4.75.75a.75.75 0 0 1 0-1.5h1.25c.83 0 1.5.67 1.5 1.5v7c0 .83-.67 1.5-1.5 1.5H9.25a.75.75 0 0 1 0-1.5h1.25v-7H9.25Z" })); }); DocumentEndnote.displayName = 'DocumentEndnote'; export var DocumentEndnoteDimensions = { height: 24, width: 24 };