From fc5ec370e33c805f286217fd112dc46e5d71c00f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Br=C3=BCbach?= Date: Wed, 19 Nov 2025 21:45:55 +0100 Subject: [PATCH] Add icons. Took 2 minutes Took 3 seconds --- cockatrice/resources/icons/arrow_history.svg | 8 ++++ cockatrice/resources/icons/arrow_redo.svg | 40 ++++++++++++++++++++ cockatrice/resources/icons/arrow_undo.svg | 40 ++++++++++++++++++++ 3 files changed, 88 insertions(+) create mode 100644 cockatrice/resources/icons/arrow_history.svg create mode 100644 cockatrice/resources/icons/arrow_redo.svg create mode 100644 cockatrice/resources/icons/arrow_undo.svg diff --git a/cockatrice/resources/icons/arrow_history.svg b/cockatrice/resources/icons/arrow_history.svg new file mode 100644 index 000000000..d130758e6 --- /dev/null +++ b/cockatrice/resources/icons/arrow_history.svg @@ -0,0 +1,8 @@ + + + + history + + + + \ No newline at end of file diff --git a/cockatrice/resources/icons/arrow_redo.svg b/cockatrice/resources/icons/arrow_redo.svg new file mode 100644 index 000000000..dd89e3314 --- /dev/null +++ b/cockatrice/resources/icons/arrow_redo.svg @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/cockatrice/resources/icons/arrow_undo.svg b/cockatrice/resources/icons/arrow_undo.svg new file mode 100644 index 000000000..2e182ffb2 --- /dev/null +++ b/cockatrice/resources/icons/arrow_undo.svg @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file