Iceshrimp.NET/Iceshrimp.Frontend/Components/BranchIcon.razor

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