mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-07 05:52:57 +00:00
26 lines
580 B
JSON
26 lines
580 B
JSON
{
|
|
"inputPath": "node_modules/material-symbols/material-symbols-rounded.woff2",
|
|
"outputPath": "src/assets/icons.min.woff2",
|
|
"htmlGlob": "src/**/*.html",
|
|
"scriptGlob": "src/**/*.ts",
|
|
"additionalIcons": {
|
|
"about": ["copyright", "campaign", "policy", "description", "text_snippet"],
|
|
"navigation": [
|
|
"home",
|
|
"newspaper",
|
|
"search",
|
|
"calendar_month",
|
|
"local_cafe",
|
|
"local_library",
|
|
"inventory_2",
|
|
"map",
|
|
"grade",
|
|
"account_circle",
|
|
"settings",
|
|
"info",
|
|
"rate_review",
|
|
"work"
|
|
]
|
|
}
|
|
}
|