@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 904 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ArrowTrending = /*#__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 5.5h7a1 1 0 0 1 1 .88v7.12a1 1 0 0 1-2 .12V8.9l-7.3 7.3a1 1 0 0 1-1.31.08l-.1-.08L9 13.9l-5.28 5.3a1 1 0 0 1-1.5-1.32l.08-.1 6-6a1 1 0 0 1 1.32-.08l.1.08L12 14.1l6.58-6.59H14a1 1 0 0 1-.99-.88V6.5a1 1 0 0 1 .88-1H21h-7Z"
}));
});
ArrowTrending.displayName = 'ArrowTrending';
export var ArrowTrendingDimensions = {
height: 24,
width: 24
};