Foxnouns.NET/Foxnouns.Backend/Utils/BootstrapIcons.cs

7 lines
151 B
C#
Raw Normal View History

namespace Foxnouns.Backend.Utils;
public static partial class BootstrapIcons
{
public static bool IsValid(string icon) => Icons.Contains(icon);
}