---
import Layout from './.Layout.astro'
export type { Props } from './index.d.ts'
---

<Layout iconName="bookmark" {...Astro.props}>
	<path d="m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z" />
</Layout>
