diff options
| -rw-r--r-- | wasp/boards/sphinx/icons.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wasp/boards/sphinx/icons.py b/wasp/boards/sphinx/icons.py index 272bd20..9cefeab 100644 --- a/wasp/boards/sphinx/icons.py +++ b/wasp/boards/sphinx/icons.py @@ -10,3 +10,5 @@ settings = 'Default settings icon' torch = 'Default torch or flashlight icon' up_arrow = 'Small (16x9) up arrow' down_arrow = 'Small (16x9) down arrow' +yes_button = b'Yes button' +no_button = b'No button' |
