feat: add icon list generation script
this is used to validate icons for custom preferences. it generates both typescript and c# code
This commit is contained in:
parent
f435ad4cf5
commit
71b59dbb00
6 changed files with 2116 additions and 0 deletions
2060
Foxnouns.Backend/Utils/BootstrapIcons.Icons.generated.cs
Normal file
2060
Foxnouns.Backend/Utils/BootstrapIcons.Icons.generated.cs
Normal file
File diff suppressed because it is too large
Load diff
6
Foxnouns.Backend/Utils/BootstrapIcons.cs
Normal file
6
Foxnouns.Backend/Utils/BootstrapIcons.cs
Normal file
|
@ -0,0 +1,6 @@
|
|||
namespace Foxnouns.Backend.Utils;
|
||||
|
||||
public static partial class BootstrapIcons
|
||||
{
|
||||
public static bool IsValid(string icon) => Icons.Contains(icon);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue