Primera versión del plugin
This commit is contained in:
105
assets/icons.json
Normal file
105
assets/icons.json
Normal file
@@ -0,0 +1,105 @@
|
||||
{
|
||||
"meta": {
|
||||
"generated": "2025-12-15T04:11:59.773Z",
|
||||
"fontawesomeVersion": "6.0.0",
|
||||
"pluginVersion": "2.0.0",
|
||||
"totalIcons": 2,
|
||||
"totalCategories": 3,
|
||||
"detectedStyles": 3,
|
||||
"proIcons": 2,
|
||||
"freeIcons": 0,
|
||||
"note": "BASE DE DATOS DE EJEMPLO - Ejecuta 'npm run build' para generar la versión completa"
|
||||
},
|
||||
"icons": [
|
||||
{
|
||||
"id": "home",
|
||||
"name": "home",
|
||||
"label": "Home",
|
||||
"categories": [
|
||||
"household",
|
||||
"buildings"
|
||||
],
|
||||
"styles": [
|
||||
"solid",
|
||||
"regular",
|
||||
"light"
|
||||
],
|
||||
"searchTerms": [
|
||||
"casa",
|
||||
"hogar",
|
||||
"inicio"
|
||||
],
|
||||
"unicode": "f015",
|
||||
"version": "6.0.0",
|
||||
"free": true,
|
||||
"pro": true
|
||||
},
|
||||
{
|
||||
"id": "user",
|
||||
"name": "user",
|
||||
"label": "User",
|
||||
"categories": [
|
||||
"users-people"
|
||||
],
|
||||
"styles": [
|
||||
"solid",
|
||||
"regular"
|
||||
],
|
||||
"searchTerms": [
|
||||
"persona",
|
||||
"perfil",
|
||||
"cuenta"
|
||||
],
|
||||
"unicode": "f007",
|
||||
"version": "6.0.0",
|
||||
"free": true,
|
||||
"pro": true
|
||||
}
|
||||
],
|
||||
"categories": [
|
||||
{
|
||||
"id": "all",
|
||||
"name": "Todos los Íconos",
|
||||
"icon": "fas fa-th",
|
||||
"count": 2,
|
||||
"type": "special"
|
||||
},
|
||||
{
|
||||
"id": "household",
|
||||
"name": "Hogar",
|
||||
"icon": "fas fa-home",
|
||||
"count": 1,
|
||||
"type": "fontawesome"
|
||||
},
|
||||
{
|
||||
"id": "users-people",
|
||||
"name": "Personas",
|
||||
"icon": "fas fa-user",
|
||||
"count": 1,
|
||||
"type": "fontawesome"
|
||||
}
|
||||
],
|
||||
"styles": [
|
||||
{
|
||||
"id": "solid",
|
||||
"name": "Solid",
|
||||
"prefix": "fas",
|
||||
"class": "fas",
|
||||
"available": true
|
||||
},
|
||||
{
|
||||
"id": "regular",
|
||||
"name": "Regular",
|
||||
"prefix": "far",
|
||||
"class": "far",
|
||||
"available": true
|
||||
},
|
||||
{
|
||||
"id": "light",
|
||||
"name": "Light",
|
||||
"prefix": "fal",
|
||||
"class": "fal",
|
||||
"available": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user