@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 910 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ArrowTrendingDown = /*#__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: "M14 19h7a1 1 0 0 0 1-.88V11a1 1 0 0 0-2-.12v4.7L12.7 8.3a1 1 0 0 0-1.31-.08l-.1.08L9 10.6 3.72 5.3a1 1 0 0 0-1.5 1.32l.08.1 6 6a1 1 0 0 0 1.32.08l.1-.09 2.28-2.3L18.58 17H14a1 1 0 0 0-.99.88V18a1 1 0 0 0 .88 1H14Z"
}));
});
ArrowTrendingDown.displayName = 'ArrowTrendingDown';
export var ArrowTrendingDownDimensions = {
height: 24,
width: 24
};