btcpayserver/BTCPayServer/Components/Icon/IconViewModel.cs
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

8 lines
152 B
C#

namespace BTCPayServer.Components.Icon;
public class IconViewModel
{
public string Symbol { get; set; }
public string CssClass { get; set; }
}