Iceshrimp.NET/Iceshrimp.Frontend/Components/EndIcon.razor
2024-06-29 00:48:53 +02:00

7 lines
No EOL
166 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 {
}