@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
25 lines • 1.24 kB
JavaScript
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 2H12z"
}), /*#__PURE__*/React.createElement("path", {
d: "M13.5 2.5V8c0 .28.22.5.5.5h5.5l-6-6zM7.25 17.5a.75.75 0 0 0-1.5 0V21a.75.75 0 0 0 1.5 0v-3.5zM7.25 15.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0zM4.5 13.75c0 .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.75zM9.25 14.5a.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
};