GoToExternalIcon.js 395 B

1234567891011
  1. import React from 'react';
  2. export function GoToExternal() {
  3. return /*#__PURE__*/React.createElement("svg", {
  4. width: "20",
  5. height: "20"
  6. }, /*#__PURE__*/React.createElement("path", {
  7. d: "M5 6v9h9v-3a1 1 0 112 0v4l-1 1H4l-1-1V5l1-1h4a1 1 0 110 2H5zm5 5a1 1 0 11-1-1l5-6h-3a1 1 0 110-2h6a1 1 0 011 1v6a1 1 0 11-2 0V6l-6 5z",
  8. fill: "currentColor",
  9. fillRule: "nonzero"
  10. }));
  11. }