Rename salesbook
This commit is contained in:
11
salesbook.Shared/Core/Helpers/IconConstants.cs
Normal file
11
salesbook.Shared/Core/Helpers/IconConstants.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace salesbook.Shared.Core.Helpers;
|
||||
|
||||
class IconConstants
|
||||
{
|
||||
public class Chip
|
||||
{
|
||||
public const string Stato = "ri-list-check-3 fa-fw fa-chip";
|
||||
public const string User = "ri-user-fill fa-fw fa-chip";
|
||||
public const string Time = "ri-time-line fa-fw fa-chip";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user