mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-08 11:02:50 +00:00
icon minification
This commit is contained in:
23
icons.config.js
Normal file
23
icons.config.js
Normal 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",
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user