vitepress-theme-base-teek
Version:
19 lines (18 loc) • 425 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="M15 15h18v18H15zm-4 28v-6H5m32 6v-6h6M11 5v6H5m32-6v6h6"
/>
</svg>`;