@pluralsight/icons
Version:
Icons for Pluralsight.
8 lines (7 loc) • 777 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
function SortIcon(props) {
return (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", "aria-label": "sort", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "m7.354 9.646 4.292-4.292a.5.5 0 0 1 .707 0l4.293 4.292a.5.5 0 0 1 0 .708l-.703.703a.5.5 0 0 1-.707 0L12 7.83l-3.237 3.227a.5.5 0 0 1-.706 0l-.703-.703a.5.5 0 0 1 0-.708ZM7.354 14.354l4.292 4.293a.5.5 0 0 0 .707 0l4.293-4.293a.5.5 0 0 0 0-.707l-.703-.704a.5.5 0 0 0-.707 0L12 16.17l-3.237-3.227a.5.5 0 0 0-.706 0l-.703.704a.5.5 0 0 0 0 .707Z" }) });
}
exports.default = SortIcon;