summaryrefslogtreecommitdiffstats
path: root/application/palemoon/themes/linux/web-notifications-tray.svg
diff options
context:
space:
mode:
authorjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-04-26 10:07:36 +0200
committerjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-04-26 10:07:36 +0200
commitd49d212c38592c68c3e217dcf8bbe6f3ee54ecbf (patch)
tree7478f7cdfc756b45afe50a4edbfc66981c9e5ce2 /application/palemoon/themes/linux/web-notifications-tray.svg
parentd6213d3f057e902316ff67b9774e349573bde90f (diff)
downloadUXP-d49d212c38592c68c3e217dcf8bbe6f3ee54ecbf.tar
UXP-d49d212c38592c68c3e217dcf8bbe6f3ee54ecbf.tar.gz
UXP-d49d212c38592c68c3e217dcf8bbe6f3ee54ecbf.tar.lz
UXP-d49d212c38592c68c3e217dcf8bbe6f3ee54ecbf.tar.xz
UXP-d49d212c38592c68c3e217dcf8bbe6f3ee54ecbf.zip
Bug 1192458, Part 2 - New icon for consolidated notification permission
Diffstat (limited to 'application/palemoon/themes/linux/web-notifications-tray.svg')
-rw-r--r--application/palemoon/themes/linux/web-notifications-tray.svg23
1 files changed, 23 insertions, 0 deletions
diff --git a/application/palemoon/themes/linux/web-notifications-tray.svg b/application/palemoon/themes/linux/web-notifications-tray.svg
new file mode 100644
index 000000000..314026a10
--- /dev/null
+++ b/application/palemoon/themes/linux/web-notifications-tray.svg
@@ -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 96 32">
+ <defs>
+ <style>
+ .style-icon-notification {
+ fill: #666666;
+ }
+ .style-icon-notification.hover {
+ fill: #808080;
+ }
+ .style-icon-notification.active {
+ fill: #4d4d4d;
+ }
+ </style>
+ <path id="shape-notifcations-push" d="M27,23.969 L24,23.969 L24,29.977 L17.241,23.969 L5,23.969 C3.343,23.969 2,22.626 2,20.969 L2,6.969 C2,5.312 3.343,3.969 5,3.969 L27,3.969 C28.657,3.969 30,5.312 30,6.969 L30,20.969 C30,22.626 28.657,23.969 27,23.969 ZM18,8.969 C18,7.864 17.105,6.969 16,6.969 C14.895,6.969 14,7.864 14,8.969 L14,13.969 C14,15.073 14.895,15.969 16,15.969 C17.105,15.969 18,15.073 18,13.969 L18,8.969 ZM16.5,17.969 L15.5,17.969 C14.672,17.969 14,18.640 14,19.469 C14,20.297 14.672,20.969 15.5,20.969 L16.5,20.969 C17.328,20.969 18,20.297 18,19.469 C18,18.640 17.328,17.969 16.5,17.969 Z"/>
+ </defs>
+ <use xlink:href="#shape-notifcations-push" class="style-icon-notification"/>
+ <use xlink:href="#shape-notifcations-push" transform="translate(32)" class="style-icon-notification hover"/>
+ <use xlink:href="#shape-notifcations-push" transform="translate(64)" class="style-icon-notification active"/>
+</svg>