@pluralsight/icons
Version:
Icons for Pluralsight.
8 lines (7 loc) • 611 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
function CaretRightIcon(props) {
return (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", "aria-label": "caret pointing right", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", ...props, children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "M15.646 12.354a.5.5 0 0 0 0-.708l-4.792-4.793a.5.5 0 0 0-.854.354v9.586a.5.5 0 0 0 .854.353l4.793-4.793Z", clipRule: "evenodd" }) });
}
exports.default = CaretRightIcon;