mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 14:22:40 +01:00
* Design system updates * Icon fix * Add new icons, replace show/hide * Icon replacements * Test fix * Icon replacements in Vault * More icon replacements * Final icon replacements, remove Font Awesome
5 lines
182 B
Text
5 lines
182 B
Text
@model BTCPayServer.Components.Icon.IconViewModel
|
|
|
|
<svg role="img" class="icon icon-@Model.Symbol @Model.CssClass">
|
|
<use href="~/img/icon-sprite.svg#@Model.Symbol"></use>
|
|
</svg>
|