Warp/node_modules/@docsearch/react/dist/esm/icons/GoToExternalIcon.js
2024-01-05 19:14:38 +07:00

11 lines
No EOL
395 B
JavaScript

import React from 'react';
export function GoToExternal() {
return /*#__PURE__*/React.createElement("svg", {
width: "20",
height: "20"
}, /*#__PURE__*/React.createElement("path", {
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",
fill: "currentColor",
fillRule: "nonzero"
}));
}