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

<Layout
	fill="#F1680D"
	{...Astro.props}
>
	<title>PeerTube</title><path d="M12 6.545v10.91L20.727 12M3.273 12v12L12 17.455M3.273 0v12L12 6.545"/>
</Layout>