vitepress-theme-base-teek
Version:
查看 [使用说明](https://vp.xiaoying.org.cn/pages/9d746f)
15 lines (14 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"
>
<g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="4">
<path d="M39 6H9a3 3 0 0 0-3 3v30a3 3 0 0 0 3 3h30a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3Z" />
<path stroke-linecap="round" d="M26 24H14m20-9H14m18 18H14" />
</g>
</svg>`;