theme - icons - add extended state icons for check and radio

This commit is contained in:
Carsten Haitzler 2023-06-01 09:34:16 +01:00
parent cffad244ce
commit 4f69aba3ea
1 changed files with 4 additions and 0 deletions

View File

@ -734,6 +734,9 @@ ICON("fprint", "i-fingerprint")
ICON("person-bust", "i-person-bust")
ICON("state-radio", "i-radio")
ICON("state-check", "i-check")
#undef ICON
// regular icons
@ -748,6 +751,7 @@ ICON("person-bust", "i-person-bust")
} \
} \
}
ICON("folder", "i-folder")
ICON("file", "i-file")
ICON("clock", "i-clock")