refactor: migrate to material symbols icon set

This commit is contained in:
Thea Schöbl
2022-08-19 11:48:34 +00:00
parent f3cf3b30e3
commit 68734bfe21
2097 changed files with 26045 additions and 18101 deletions

View File

@@ -25,30 +25,10 @@
"input": "src/assets",
"output": "assets"
},
{
"glob": "**/*.svg",
"input": "node_modules/ionicons/dist/ionicons/svg",
"output": "./svg"
},
{
"glob": "**/*.svg",
"input": "src/assets/custom-ionicons",
"output": "./svg"
},
{
"glob": "**/*",
"input": "./node_modules/leaflet/dist/images",
"output": "assets/"
},
{
"glob": "**/*.svg",
"input": "src/assets/custom-ion-icons",
"output": "./svg"
},
{
"glob": "**/*.svg",
"input": "src/assets/tabler-icons",
"output": "./svg"
}
],
"styles": [
@@ -159,11 +139,6 @@
"glob": "**/*",
"input": "./node_modules/leaflet/dist/images",
"output": "assets/"
},
{
"glob": "**/*.svg",
"input": "src/assets/tabler-icons",
"output": "./svg"
}
]
},