mirror of https://github.com/vuejs/vitepress
feat(theme): option to show icon for external links (#2501)
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>pull/2562/head
parent
00d94e9ee5
commit
52cfbc3236
@ -1,13 +0,0 @@
|
||||
<template>
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
aria-hidden="true"
|
||||
focusable="false"
|
||||
height="24px"
|
||||
viewBox="0 0 24 24"
|
||||
width="24px"
|
||||
>
|
||||
<path d="M0 0h24v24H0V0z" fill="none" />
|
||||
<path d="M9 5v2h6.59L4 18.59 5.41 20 17 8.41V15h2V5H9z" />
|
||||
</svg>
|
||||
</template>
|
Loading…
Reference in new issue