synapse-react-client
Version:
[](https://travis-ci.com/Sage-Bionetworks/Synapse-React-Client) [](https://badge.fury.io/js/synaps
9 lines • 1.81 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ExternalLink = void 0;
var tslib_1 = require("tslib");
var React = (0, tslib_1.__importStar)(require("react"));
var ExternalLink = function () { return (React.createElement("svg", { width: "12", height: "12", viewBox: "0 0 12 12", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
React.createElement("path", { d: "M10.125 7.5H9.375C9.27554 7.5 9.18016 7.53951 9.10983 7.60984C9.03951 7.68016 9 7.77554 9 7.875V10.5H1.5V3H4.875C4.97446 3 5.06984 2.96049 5.14016 2.89017C5.21049 2.81984 5.25 2.72446 5.25 2.625V1.875C5.25 1.77554 5.21049 1.68016 5.14016 1.60984C5.06984 1.53951 4.97446 1.5 4.875 1.5H1.125C0.826631 1.5 0.540483 1.61853 0.329505 1.8295C0.118526 2.04048 0 2.32663 0 2.625L0 10.875C0 11.1734 0.118526 11.4595 0.329505 11.6705C0.540483 11.8815 0.826631 12 1.125 12H9.375C9.67337 12 9.95952 11.8815 10.1705 11.6705C10.3815 11.4595 10.5 11.1734 10.5 10.875V7.875C10.5 7.77554 10.4605 7.68016 10.3902 7.60984C10.3198 7.53951 10.2245 7.5 10.125 7.5ZM11.4375 0H8.4375C7.93664 0 7.68633 0.607266 8.03906 0.960938L8.87648 1.79836L3.16406 7.50867C3.11162 7.56093 3.07001 7.62303 3.04162 7.6914C3.01323 7.75977 2.99862 7.83308 2.99862 7.90711C2.99862 7.98114 3.01323 8.05445 3.04162 8.12282C3.07001 8.19119 3.11162 8.25329 3.16406 8.30555L3.69539 8.83594C3.74765 8.88838 3.80975 8.92999 3.87812 8.95838C3.94649 8.98677 4.0198 9.00138 4.09383 9.00138C4.16786 9.00138 4.24117 8.98677 4.30954 8.95838C4.37791 8.92999 4.44001 8.88838 4.49227 8.83594L10.2019 3.12469L11.0391 3.96094C11.3906 4.3125 12 4.06641 12 3.5625V0.5625C12 0.413316 11.9407 0.270242 11.8352 0.164752C11.7298 0.0592632 11.5867 0 11.4375 0V0Z", fill: "currentColor" }))); };
exports.ExternalLink = ExternalLink;
//# sourceMappingURL=ExternalLink.js.map