@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.07 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var DocumentHeaderArrowDown = /*#__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.15v7.25A6.5 6.5 0 0 0 12.81 22H6.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.5ZM8.51 5a1.5 1.5 0 0 0 0 3h7a1.5 1.5 0 0 0 0-3h-7ZM23 17.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0Zm-5-3a.5.5 0 0 0-1 0v4.8l-1.65-1.65a.5.5 0 0 0-.7.7l2.5 2.5c.2.2.5.2.7 0l2.5-2.5a.5.5 0 0 0-.7-.7L18 19.29V14.5Z"
}));
});
DocumentHeaderArrowDown.displayName = 'DocumentHeaderArrowDown';
export var DocumentHeaderArrowDownDimensions = {
height: 24,
width: 24
};