sixth part of syncing LCARStrek with Firefox 42-44 windows theme changes
[themes.git] / LCARStrek / browser / web-notifications-tray.svg
diff --git a/LCARStrek/browser/web-notifications-tray.svg b/LCARStrek/browser/web-notifications-tray.svg
new file mode 100644 (file)
index 0000000..ac987b8
--- /dev/null
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- This Source Code Form is subject to the terms of the Mozilla Public
+   - License, v. 2.0. If a copy of the MPL was not distributed with this
+   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="48" height="16" viewBox="0 0 48 16">
+  <defs>
+    <style>
+      .style-icon-notification {
+        fill: #9C9CFF;
+      }
+      .style-icon-notification.hover {
+        fill: #000000;
+      }
+      .style-icon-notification.active {
+        fill: #000000;
+      }
+    </style>
+    <path id="shape-notifications-push" d="M13.4,2H2.6A1.6,1.6,0,0,0,1,3.6v6.8A1.6,1.6,0,0,0,2.6,12H3v3.5L6.7,12h6.7A1.6,1.6,0,0,0,15,10.4V3.6A1.6,1.6,0,0,0,13.4,2ZM8.5,9h-5a0.5,0.5,0,0,1,0-1h5A0.5,0.5,0,0,1,8.5,9Zm2-2h-7a0.5,0.5,0,0,1,0-1h7A0.5,0.5,0,0,1,10.5,7Zm2-2h-9a0.5,0.5,0,0,1,0-1h9A0.5,0.5,0,0,1,12.5,5Z"/>
+  </defs>
+  <use xlink:href="#shape-notifications-push" class="style-icon-notification"/>
+  <use xlink:href="#shape-notifications-push" transform="translate(16)" class="style-icon-notification hover"/>
+  <use xlink:href="#shape-notifications-push" transform="translate(32)" class="style-icon-notification active"/>
+</svg>