vitepress-theme-base-teek
Version:
16 lines (15 loc) • 460 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-width="4">
<path d="M6 7h36M8 24h32" />
<path stroke-linejoin="round" d="M13.99 30L8 24.005L14 18m20.01 0L40 23.995L34 30" />
<path d="M6 41h36" />
</g>
</svg>`;