@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.05 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 16 16"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M3 2.75C3 1.78 3.78 1 4.75 1h6.5c.97 0 1.75.78 1.75 1.75V5.6A5.5 5.5 0 0 0 7.34 15H4.75C3.78 15 3 14.22 3 13.25V2.75zM6 3a1 1 0 0 0 0 2h4a1 1 0 1 0 0-2H6zm9 7.5a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0zm-4.85 2.35a.5.5 0 0 0 .35.15.5.5 0 0 0 .35-.15l2-2a.5.5 0 0 0-.7-.7L11 11.29V8.5a.5.5 0 0 0-1 0v2.8l-1.15-1.15a.5.5 0 0 0-.7.7l2 2z"
}));
});
DocumentHeaderArrowDown.displayName = 'DocumentHeaderArrowDown';
export var DocumentHeaderArrowDownDimensions = {
height: 16,
width: 16
};