@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 ArrowTrendingText = /*#__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: "M21 4a1 1 0 0 0-1-1h-5a1 1 0 1 0 0 2h2.59l-5.09 5.09-1.8-1.8a1 1 0 0 0-1.4 0l-6 6a1 1 0 1 0 1.4 1.42l5.3-5.3 1.8 1.8a1 1 0 0 0 .56.28c.3-.2.63-.34.98-.42L19 6.41V9a1 1 0 1 0 2 0V4Zm-7 9a2 2 0 0 0-2 2v6c0 1.1.9 2 2 2h7a2 2 0 0 0 2-2v-6a2 2 0 0 0-2-2h-7Zm0 3.5c0-.28.22-.5.5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5Zm0 3c0-.28.22-.5.5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5Z"
}));
});
ArrowTrendingText.displayName = 'ArrowTrendingText';
export var ArrowTrendingTextDimensions = {
height: 24,
width: 24
};