icon minification

This commit is contained in:
2023-07-06 16:19:49 +02:00
parent f1e15863ea
commit b6166c99fc
12 changed files with 287 additions and 51 deletions

23
icons.config.js Normal file
View File

@@ -0,0 +1,23 @@
export default {
inputPath:
"node_modules/@fontsource-variable/material-symbols-rounded/files/material-symbols-rounded-latin-full-normal.woff2",
outputPath: "src/lib/assets/icons.min.woff2",
icons: [
"piano",
"keyboard",
"settings",
"music_note",
"avg_pace",
"lyrics",
"speed",
"cognition",
"update",
"offline_pin",
"warning",
"cable",
"person",
],
codePoints: {
speed: "e9e4",
},
}