Files
DeviceManager/icons.config.js
2023-07-06 20:15:20 +02:00

28 lines
518 B
JavaScript

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",
"sync",
"restart_alt",
"usb",
"rule_settings",
],
codePoints: {
speed: "e9e4",
},
}