Could you please provide a JSON file that contains the names and categories of these icons?
I would like to use the JSON file to feed it into another code generator to be able to use the icon names in JavaScript/TypeScript. Something like to following would be great:
{
"category" : ["icon","icon"],
"another category": ["icon","icon","icon"]
}