generated from Integry/Template_NetMauiBlazorHybrid
11 lines
301 B
C#
11 lines
301 B
C#
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";
|
|
}
|
|
} |