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

<Layout
	fill="#005FED"
	{...Astro.props}
>
	<title>Facebook Gaming</title><path d="M0 0v24h15.67v-7.35H7.35v-9.3H24V0zm8.33 15.68h8.32V24H24V8.32H8.33Z"/>
</Layout>