@pluralsight/icons
Version:
Icons for Pluralsight.
8 lines (7 loc) • 686 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
function ArrowRightIcon(props) {
return (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", "aria-label": "arrow pointing right", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M12.864 18.01a.5.5 0 0 1 0-.708L17.166 13H3.5a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h13.668l-4.304-4.304a.5.5 0 0 1 0-.708l.707-.707a.5.5 0 0 1 .707 0l6.364 6.364a.5.5 0 0 1 0 .707l-6.364 6.364a.5.5 0 0 1-.707 0l-.707-.707Z" }) });
}
exports.default = ArrowRightIcon;