web/src/lib/svgs/bookmarks.svelte
<svg
class="h-4 w-4"
xmlns="http://www.w3.org/2000/svg"
width="192"
height="192"
fill="none"
viewBox="0 0 256 256"
>
<path
d="M168,224l-56.0074-40L56,224V72a8,8,0,0,1,8-8h96a8,8,0,0,1,8,8Z"
stroke="currentcolor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="20"
/>
<path
d="M88,64V40a8,8,0,0,1,8-8h96a8,8,0,0,1,8,8V192l-32-22.85412"
stroke="currentcolor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="20"
/>
</svg>