some corrections and finishing touches to that LCARStrek works well for Firefox 55...
[themes.git] / LCARStrek / browser / web-notifications-tray.svg
CommitLineData
087ed764
RK
1<?xml version="1.0" encoding="utf-8"?>
2<!-- This Source Code Form is subject to the terms of the Mozilla Public
3 - License, v. 2.0. If a copy of the MPL was not distributed with this
4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
5<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">
6 <defs>
7 <style>
8 .style-icon-notification {
9 fill: #9C9CFF;
10 }
11 .style-icon-notification.hover {
12 fill: #000000;
13 }
14 .style-icon-notification.active {
15 fill: #000000;
16 }
17 </style>
18 <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"/>
19 </defs>
20 <use xlink:href="#shape-notifications-push" class="style-icon-notification"/>
21 <use xlink:href="#shape-notifications-push" transform="translate(16)" class="style-icon-notification hover"/>
22 <use xlink:href="#shape-notifications-push" transform="translate(32)" class="style-icon-notification active"/>
23</svg>