vitepress-theme-base-teek
Version:
16 lines (15 loc) • 463 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 stroke-linejoin="round" d="M16 6h16v6H16z" />
<path d="M6 42V6" />
<path stroke-linejoin="round" d="M16 21h20v6H16zm0 15h26v6H16z" />
</g>
</svg>`;