Add svg icons for play pause etc

This commit is contained in:
2026-03-05 12:12:26 -05:00
parent 5eaae4deb9
commit cb7ecbd3f7
3 changed files with 30 additions and 10 deletions

View File

@@ -10,6 +10,10 @@ enum UI_IconID {
UI_ICON_KNOB,
UI_ICON_SLIDER_THUMB,
UI_ICON_FADER,
UI_ICON_TRANSPORT_REWIND,
UI_ICON_TRANSPORT_STOP,
UI_ICON_TRANSPORT_PLAY,
UI_ICON_TRANSPORT_RECORD,
UI_ICON_COUNT
};