btcpayserver/BTCPayServer/Components/Icon/Default.cshtml
d11n fc9d4f96a7
Design system and icon updates for 2.0 (#5938)
* 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
2024-05-20 08:57:46 +09:00

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>