7 lines
151 B
C#
7 lines
151 B
C#
|
namespace Foxnouns.Backend.Utils;
|
||
|
|
||
|
public static partial class BootstrapIcons
|
||
|
{
|
||
|
public static bool IsValid(string icon) => Icons.Contains(icon);
|
||
|
}
|