Coves frontend - a photon fork
at main 18 lines 306 B view raw
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>