vitepress-theme-base-teek
Version:
查看 [使用说明](https://vp.xiaoying.org.cn/pages/9d746f)
15 lines (14 loc) • 501 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-linecap="round" stroke-linejoin="round" stroke-width="4">
<path d="M30 6h12v12M31 29H19V17M42 6L19 29" />
<path d="M22 6H8a2 2 0 0 0-2 2v32a2 2 0 0 0 2 2h32a2 2 0 0 0 2-2V26" />
</g>
</svg>`;