mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 06:21:44 +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
7 lines
152 B
C#
7 lines
152 B
C#
namespace BTCPayServer.Components.Icon;
|
|
|
|
public class IconViewModel
|
|
{
|
|
public string Symbol { get; set; }
|
|
public string CssClass { get; set; }
|
|
}
|