@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.08 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var TextSortDescending = /*#__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: "M4.75 2a1 1 0 1 0 0 2H8L3.95 9.4a1 1 0 0 0 .8 1.6H10a1 1 0 1 0 0-2H6.75l4.05-5.4A1 1 0 0 0 10 2H4.75zm2.28 10a1 1 0 0 1 .95.67l2.8 8.07a1 1 0 0 1-1.9.66l-.4-1.2H5.6l-.41 1.2a1 1 0 0 1-1.9-.66l2.8-8.07a1 1 0 0 1 .94-.67zm0 4.06L6.3 18.2h1.49l-.75-2.15zm5.26.23a1 1 0 0 1 1.42 0L16 18.6V3a1 1 0 1 1 2 0v15.59l2.3-2.3a1 1 0 0 1 1.4 1.42l-4 4a1 1 0 0 1-1.4 0l-4-4a1 1 0 0 1 0-1.42z"
}));
});
TextSortDescending.displayName = 'TextSortDescending';
export var TextSortDescendingDimensions = {
height: 24,
width: 24
};