Coves frontend - a photon fork
1<script>
2 let { class: clazz } = $props()
3</script>
4
5<svg
6 xmlns="http://www.w3.org/2000/svg"
7 width="64"
8 height="64"
9 viewBox="0 0 24 24"
10 aria-hidden="true"
11 class={clazz}
12>
13 <path
14 d="M0 0h64v64H0V0z M0 24a24 24 0 0 1 24-24v24H0z"
15 fill="currentColor"
16 fill-rule="evenodd"
17 />
18</svg>