mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-13 19:31:46 +00:00
7 lines
153 B
TypeScript
7 lines
153 B
TypeScript
export const mediaIcons = {
|
||
play: '\u{1405}', // ᐅ
|
||
pause: '\u{2016}', // ‖
|
||
next: '\u{1433}', // ᐳ
|
||
previous: '\u{1438}', // ᐸ
|
||
} as const;
|