diff options
| author | Karol Kosek <krkk@krkk.ct8.pl> | 2020-12-28 10:15:10 +0100 |
|---|---|---|
| committer | Felix Queißner <felix@ib-queissner.de> | 2020-12-28 10:40:59 +0100 |
| commit | d35c4fee2236ffbdf998a5a0141be816bd27f3b7 (patch) | |
| tree | 2573026b73a9e7677aec646c27a7e3e756bfb75f /src/icons | |
| parent | 93cf9ed07b95f5a55d85b5ade9e14b0bf4dd2a9a (diff) | |
| download | kristall-d35c4fee2236ffbdf998a5a0141be816bd27f3b7.tar.gz | |
Rename close icon to proper names
Didn't add and icon for application-exit because it is only visible
in one place in menu.
Diffstat (limited to 'src/icons')
| -rw-r--r-- | src/icons/dark/actions/process-stop.svg (renamed from src/icons/dark/actions/close.svg) | 0 | ||||
| -rw-r--r-- | src/icons/dark/actions/window-close.svg | 1 | ||||
| -rw-r--r-- | src/icons/light/actions/process-stop.svg (renamed from src/icons/light/actions/close.svg) | 0 | ||||
| -rw-r--r-- | src/icons/light/actions/window-close.svg | 1 |
4 files changed, 2 insertions, 0 deletions
diff --git a/src/icons/dark/actions/close.svg b/src/icons/dark/actions/process-stop.svg index af528d6..af528d6 100644 --- a/src/icons/dark/actions/close.svg +++ b/src/icons/dark/actions/process-stop.svg 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 @@ +<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path fill="#FFFFFF" d="M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z" /></svg>
\ No newline at end of file diff --git a/src/icons/light/actions/close.svg b/src/icons/light/actions/process-stop.svg index 18691d7..18691d7 100644 --- a/src/icons/light/actions/close.svg +++ b/src/icons/light/actions/process-stop.svg 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 @@ +<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path d="M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z" /></svg>
\ No newline at end of file |
