allow developers to use custom icon libraries (Open Iconic is the default)

This commit is contained in:
Shaun Walker
2020-12-22 08:37:33 -05:00
parent 05b0b74578
commit df382ce7a3
13 changed files with 41 additions and 20 deletions

View File

@ -1,9 +1,9 @@
namespace Oqtane.Shared
namespace Oqtane.Shared
{
//Open Iconic icons set
public static class Icons
{
private const string Prefix = ""; //oi-
private const string Prefix = "oi oi-";
public const string AccountLogin = Prefix + "account-login";
public const string AccountLogout = Prefix + "account-logout";
public const string ActionRedo = Prefix + "action-redo";