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

8 lines
No EOL
190 B
Text

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