[libadwaita/wip/exalm/toast-icon] demo: Bundle toasts icon




commit d04358c40a94a1041cb9f979387d046dd7bba291
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Mon Feb 7 15:10:00 2022 +0500

    demo: Bundle toasts icon
    
    The icon we've been using has been removed from a-i-t.

 demo/adwaita-demo.gresources.xml                      | 1 +
 demo/icons/scalable/actions/widget-toast-symbolic.svg | 2 ++
 demo/pages/toasts/adw-demo-page-toasts.ui             | 2 +-
 3 files changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/demo/adwaita-demo.gresources.xml b/demo/adwaita-demo.gresources.xml
index 390e7b09..80f528b9 100644
--- a/demo/adwaita-demo.gresources.xml
+++ b/demo/adwaita-demo.gresources.xml
@@ -31,6 +31,7 @@
     <file preprocess="xml-stripblanks">icons/scalable/actions/widget-leaflet-symbolic.svg</file>
     <file preprocess="xml-stripblanks">icons/scalable/actions/widget-list-symbolic.svg</file>
     <file preprocess="xml-stripblanks">icons/scalable/actions/widget-tab-view-symbolic.svg</file>
+    <file preprocess="xml-stripblanks">icons/scalable/actions/widget-toast-symbolic.svg</file>
     <file preprocess="xml-stripblanks">icons/scalable/actions/widget-view-switcher-symbolic.svg</file>
     <file preprocess="xml-stripblanks">icons/scalable/apps/org.gnome.Boxes.svg</file>
     <file preprocess="xml-stripblanks">icons/scalable/status/dark-mode-symbolic.svg</file>
diff --git a/demo/icons/scalable/actions/widget-toast-symbolic.svg 
b/demo/icons/scalable/actions/widget-toast-symbolic.svg
new file mode 100644
index 00000000..6302ff53
--- /dev/null
+++ b/demo/icons/scalable/actions/widget-toast-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"><g 
fill="#2e3436"><path d="m 13 6.5 c 0 2.761719 -2.238281 5 -5 5 s -5 -2.238281 -5 -5 s 2.238281 -5 5 -5 s 5 
2.238281 5 5 z m 0 0"/><path d="m 3 6.5 h 10 v 6 h -10 z m 0 0"/><path d="m 2.5 13 h 11 c 0.550781 0 1 
-0.449219 1 -1 s -0.449219 -1 -1 -1 h -11 c -0.550781 0 -1 0.449219 -1 1 s 0.449219 1 1 1 z m 0 0"/><path 
d="m 10 14 c 0 0.714844 -0.382812 1.375 -1 1.730469 c -0.617188 0.359375 -1.382812 0.359375 -2 0 c -0.617188 
-0.355469 -1 -1.015625 -1 -1.730469"/><path d="m 9.5 1.5 c 0 0.828125 -0.671875 1.5 -1.5 1.5 s -1.5 -0.671875 
-1.5 -1.5 s 0.671875 -1.5 1.5 -1.5 s 1.5 0.671875 1.5 1.5 z m 0 0"/></g></svg>
diff --git a/demo/pages/toasts/adw-demo-page-toasts.ui b/demo/pages/toasts/adw-demo-page-toasts.ui
index cb97e51b..a8f64539 100644
--- a/demo/pages/toasts/adw-demo-page-toasts.ui
+++ b/demo/pages/toasts/adw-demo-page-toasts.ui
@@ -5,7 +5,7 @@
   <template class="AdwDemoPageToasts" parent="AdwBin">
     <property name="child">
       <object class="AdwStatusPage">
-        <property name="icon-name">preferences-system-notifications-symbolic</property>
+        <property name="icon-name">widget-toast-symbolic</property>
         <property name="title" translatable="yes">Toasts</property>
         <property name="description" translatable="yes">Transient in-app notifications.</property>
         <property name="child">


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