mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-01-19 05:33:31 +01:00
fc9d4f96a7
* 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
8 lines
152 B
C#
8 lines
152 B
C#
namespace BTCPayServer.Components.Icon;
|
|
|
|
public class IconViewModel
|
|
{
|
|
public string Symbol { get; set; }
|
|
public string CssClass { get; set; }
|
|
}
|