From d35c4fee2236ffbdf998a5a0141be816bd27f3b7 Mon Sep 17 00:00:00 2001 From: Karol Kosek Date: Mon, 28 Dec 2020 10:15:10 +0100 Subject: Rename close icon to proper names Didn't add and icon for application-exit because it is only visible in one place in menu. --- src/icons/dark/actions/close.svg | 1 - src/icons/dark/actions/process-stop.svg | 1 + src/icons/dark/actions/window-close.svg | 1 + src/icons/light/actions/close.svg | 1 - src/icons/light/actions/process-stop.svg | 1 + src/icons/light/actions/window-close.svg | 1 + 6 files changed, 4 insertions(+), 2 deletions(-) delete mode 100644 src/icons/dark/actions/close.svg create mode 100644 src/icons/dark/actions/process-stop.svg create mode 100644 src/icons/dark/actions/window-close.svg delete mode 100644 src/icons/light/actions/close.svg create mode 100644 src/icons/light/actions/process-stop.svg create mode 100644 src/icons/light/actions/window-close.svg (limited to 'src/icons') diff --git a/src/icons/dark/actions/close.svg b/src/icons/dark/actions/close.svg deleted file mode 100644 index af528d6..0000000 --- a/src/icons/dark/actions/close.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/icons/dark/actions/process-stop.svg b/src/icons/dark/actions/process-stop.svg new file mode 100644 index 0000000..af528d6 --- /dev/null +++ b/src/icons/dark/actions/process-stop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/dark/actions/window-close.svg b/src/icons/dark/actions/window-close.svg new file mode 100644 index 0000000..af528d6 --- /dev/null +++ b/src/icons/dark/actions/window-close.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/light/actions/close.svg b/src/icons/light/actions/close.svg deleted file mode 100644 index 18691d7..0000000 --- a/src/icons/light/actions/close.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/icons/light/actions/process-stop.svg b/src/icons/light/actions/process-stop.svg new file mode 100644 index 0000000..18691d7 --- /dev/null +++ b/src/icons/light/actions/process-stop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/light/actions/window-close.svg b/src/icons/light/actions/window-close.svg new file mode 100644 index 0000000..18691d7 --- /dev/null +++ b/src/icons/light/actions/window-close.svg @@ -0,0 +1 @@ + \ No newline at end of file -- cgit v1.2.3