[gnome-shell] icons: Add stop-symbolic



commit 3a74fc2021bc5e2d32b331b67080d91bbf74cda8
Author: Ivan Molodetskikh <yalterz gmail com>
Date:   Tue Feb 8 19:12:23 2022 +0300

    icons: Add stop-symbolic
    
    This is a smaller version of the pre-installed
    media-playback-stop-symbolic. It will be used for the screen recording
    indicator.
    
    Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2163>

 data/gnome-shell-icons.gresource.xml         | 1 +
 data/icons/scalable/status/stop-symbolic.svg | 2 ++
 2 files changed, 3 insertions(+)
---
diff --git a/data/gnome-shell-icons.gresource.xml b/data/gnome-shell-icons.gresource.xml
index 9c3a0d1374..c110026c86 100644
--- a/data/gnome-shell-icons.gresource.xml
+++ b/data/gnome-shell-icons.gresource.xml
@@ -26,6 +26,7 @@
     <file>scalable/status/no-notifications-symbolic.svg</file>
     <file>scalable/status/screen-privacy-disabled-symbolic.svg</file>
     <file>scalable/status/screen-privacy-symbolic.svg</file>
+    <file>scalable/status/stop-symbolic.svg</file>
   </gresource>
 </gresources>
 
diff --git a/data/icons/scalable/status/stop-symbolic.svg b/data/icons/scalable/status/stop-symbolic.svg
new file mode 100644
index 0000000000..256276ac58
--- /dev/null
+++ b/data/icons/scalable/status/stop-symbolic.svg
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg"; height="16px" viewBox="0 0 16 16" width="16px"><path d="m 4 4 h 8 v 
8 h -8 z m 0 0" fill="#2e3436"/></svg>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]