@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 TextSortAscending = /*#__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: "M7.03 2a1 1 0 0 1 .95.67l2.8 8.07a1 1 0 0 1-1.9.66l-.41-1.2H5.6l-.41 1.2a1 1 0 0 1-1.9-.66l2.8-8.07A1 1 0 0 1 7.03 2zm0 4.06L6.3 8.2h1.49l-.75-2.15zM4.75 13a1 1 0 1 0 0 2H8l-4.05 5.4a1 1 0 0 0 .8 1.6H10a1 1 0 1 0 0-2H6.75l4.05-5.4A1 1 0 0 0 10 13H4.75zm7.54 3.3a1 1 0 0 1 1.42 0L16 18.58V3a1 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"
}));
});
TextSortAscending.displayName = 'TextSortAscending';
export var TextSortAscendingDimensions = {
height: 24,
width: 24
};