@shopify/polaris-icons
Version:
[](https://www.npmjs.com/package/@shopify/polaris-icons)
20 lines (16 loc) • 783 B
JavaScript
;
var React = require('react');
var SvgSortDescendingIcon = function SvgSortDescendingIcon(props) {
return /*#__PURE__*/React.createElement("svg", Object.assign({
viewBox: "0 0 20 20"
}, props), /*#__PURE__*/React.createElement("path", {
fillOpacity: 0.33,
fillRule: "evenodd",
d: "M9.116 4.823a1.25 1.25 0 0 1 1.768 0l2.646 2.647a.75.75 0 0 1-1.06 1.06l-2.47-2.47-2.47 2.47a.75.75 0 1 1-1.06-1.06l2.646-2.647Z"
}), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
d: "M9.116 15.177a1.25 1.25 0 0 0 1.768 0l2.646-2.647a.75.75 0 0 0-1.06-1.06l-2.47 2.47-2.47-2.47a.75.75 0 0 0-1.06 1.06l2.646 2.647Z"
}));
};
SvgSortDescendingIcon.displayName = "SortDescendingIcon";
exports.SvgSortDescendingIcon = SvgSortDescendingIcon;