@pluralsight/icons
Version:
Icons for Pluralsight.
8 lines (7 loc) • 681 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
function SortDescendingIcon(props) {
return (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", "aria-label": "sort descending", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "m11 15.173-2.237-2.23a.5.5 0 0 0-.706 0l-.704.703a.5.5 0 0 0 0 .708l4.293 4.292a.5.5 0 0 0 .707 0l4.293-4.292a.5.5 0 0 0 0-.708l-.703-.703a.5.5 0 0 0-.707 0L13 15.173V6.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v8.673Z" }) });
}
exports.default = SortDescendingIcon;