vitepress-theme-base-teek
Version:
查看 [使用说明](https://vp.xiaoying.org.cn/pages/9d746f)
19 lines (18 loc) • 481 B
text/typescript
export default `<svg
viewBox="0 0 48 48"
display="inline-block"
vertical-align="middle"
min-width="1.2rem"
width="1.2em"
height="1.2em"
xmlns="http://www.w3.org/2000/svg"
>
<path
fill="none"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="4"
d="m6 6l10 9.9m-10 26L16 32m26 9.9L32.1 32m9.8-26L32 15.9M33 6h9v9m0 18v9h-9m-18 0H6v-9m0-18V6h9"
/>
</svg>`;