UNPKG

@pluralsight/icons

Version:
8 lines (7 loc) 679 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); function SortAscendingIcon(props) { return (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", "aria-label": "sort ascending", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M11.646 5.354 7.354 9.646a.5.5 0 0 0 0 .707l.703.704a.5.5 0 0 0 .706 0L11 8.827V17.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5V8.827l2.236 2.23a.5.5 0 0 0 .707 0l.703-.704a.5.5 0 0 0 0-.707l-4.293-4.292a.5.5 0 0 0-.707 0Z" }) }); } exports.default = SortAscendingIcon;