mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-06 01:52:50 +00:00
cleanup
This commit is contained in:
39
icons.config.ts
Normal file
39
icons.config.ts
Normal file
@@ -0,0 +1,39 @@
|
||||
export interface IconsConfig {
|
||||
codePoints: Record<string, string>
|
||||
inputPath: string
|
||||
outputPath: string
|
||||
icons: string[]
|
||||
}
|
||||
|
||||
const config: IconsConfig = {
|
||||
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",
|
||||
"123",
|
||||
"abc",
|
||||
"function",
|
||||
],
|
||||
codePoints: {
|
||||
speed: "e9e4",
|
||||
},
|
||||
}
|
||||
|
||||
export default config
|
||||
Reference in New Issue
Block a user