Hi, I'd like to give my users the ability to choose the icon with an icon picker similar to what exists on boxicons.com.
For that I need a list of all icons with their names - I see that it exists internally as part of the website (see example below), would it be possible to export this JSON as normal file which is easier to consume?
{
"name": "cookie",
"slug": "cookie-regular",
"category_id": 108,
"type_of_icon": "REGULAR"
},
{
"name": "comment-detail",
"slug": "comment-detail-regular",
"category_id": 101,
"type_of_icon": "REGULAR"
}
Hi, I'd like to give my users the ability to choose the icon with an icon picker similar to what exists on boxicons.com.
For that I need a list of all icons with their names - I see that it exists internally as part of the website (see example below), would it be possible to export this JSON as normal file which is easier to consume?
{ "name": "cookie", "slug": "cookie-regular", "category_id": 108, "type_of_icon": "REGULAR" }, { "name": "comment-detail", "slug": "comment-detail-regular", "category_id": 101, "type_of_icon": "REGULAR" }