Iceshrimp.NET/Iceshrimp.Frontend/Components/EndIcon.razor

7 lines
No EOL
171 B
Text

<svg class="end" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
<path d="M 50 0
a 50 50 0 0 0 50 50" fill="transparent" />
</svg>
@code {
}