@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.01 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var DataTrending = /*#__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 48 48"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M7.5 6C8.33 6 9 6.67 9 7.5v28a3.5 3.5 0 0 0 3.5 3.5h28a1.5 1.5 0 0 1 0 3h-28A6.5 6.5 0 0 1 6 35.5v-28C6 6.67 6.67 6 7.5 6ZM38 17.12v6.38a1.5 1.5 0 0 0 3 0v-10a1.5 1.5 0 0 0-1.5-1.5h-10a1.5 1.5 0 0 0 0 3h6.38l-8.43 8.43-4.44-4.04a1.5 1.5 0 0 0-2.04.02l-8.5 8a1.5 1.5 0 1 0 2.06 2.18l7.49-7.05 4.47 4.07c.6.54 1.5.52 2.07-.05L38 17.12Z"
}));
});
DataTrending.displayName = 'DataTrending';
export var DataTrendingDimensions = {
height: 48,
width: 48
};