@pluralsight/icons
Version:
Icons for Pluralsight.
8 lines (7 loc) • 886 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
function MenuArrowRightIcon(props) {
return (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", "aria-label": "menu with arrow 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: "M18.176 5H2.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h15.676l-.94.939a.5.5 0 0 0 0 .707l.708.707a.5.5 0 0 0 .707 0l3-3a.5.5 0 0 0 0-.707l-3-3a.5.5 0 0 0-.707 0l-.708.707a.5.5 0 0 0 0 .707l.94.94ZM15.5 11a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h13Zm-13 6h18a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-18a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5Z", clipRule: "evenodd" }) });
}
exports.default = MenuArrowRightIcon;