UNPKG

@pluralsight/icons

Version:
8 lines (7 loc) 687 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); function ArrowUpRightIcon(props) { return (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", "aria-label": "arrow pointing up-right", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M5.177 17.767a.25.25 0 0 1 0-.354L15.59 7H9.25A.25.25 0 0 1 9 6.75v-1.5A.25.25 0 0 1 9.25 5h9.25a.5.5 0 0 1 .5.5v9.25a.25.25 0 0 1-.25.25h-1.5a.25.25 0 0 1-.25-.25V8.41L6.587 18.823a.25.25 0 0 1-.354 0l-1.056-1.056Z" }) }); } exports.default = ArrowUpRightIcon;