@pluralsight/icons
Version:
Icons for Pluralsight.
8 lines (7 loc) • 641 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
function ChevronRightIcon(props) {
return (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", "aria-label": "chevron pointing right", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "m15.646 11.646-4.292-4.292a.5.5 0 0 0-.708 0l-.703.703a.5.5 0 0 0 0 .707L13.17 12l-3.227 3.236a.5.5 0 0 0 0 .707l.703.704a.5.5 0 0 0 .708 0l4.292-4.293a.5.5 0 0 0 0-.707Z" }) });
}
exports.default = ChevronRightIcon;