UNPKG

@pluralsight/icons

Version:
8 lines (7 loc) 783 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); function ExternalLinkIcon(props) { return (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", "aria-label": "external link", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M14.5 3a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h3.09l-8.476 8.476a.5.5 0 0 0 0 .708l.702.702a.5.5 0 0 0 .708 0L19 6.41V9.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-6a.5.5 0 0 0-.5-.5h-6ZM18 18H6V6h3.5a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5H5a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-4.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5V18Z" }) }); } exports.default = ExternalLinkIcon;