Vitepress
This commit is contained in:
11
node_modules/@docsearch/react/dist/esm/icons/GoToExternalIcon.js
generated
vendored
Normal file
11
node_modules/@docsearch/react/dist/esm/icons/GoToExternalIcon.js
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
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"
|
||||
}));
|
||||
}
|
||||
Reference in New Issue
Block a user