aboutsummaryrefslogtreecommitdiff
path: root/arc-firefox-theme/chrome/browser/notification-icons.svg
blob: de73d825ee3d73b259eb9fcc98a8535b37cff88c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<?xml version="1.0"?>
<!-- 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"
     class="fieldtext"
     width="32" height="32" viewBox="0 0 32 32">
<style>

.fieldtext {
  fill: -moz-fieldtext;
  /* The fill-opacity needs to be sufficient for high-contrast settings, and
     pathological Gtk themes where -moz-fieldtext provides low contrast by
     default. */
  fill-opacity: .7;
}


.highlighttext {
  fill: highlighttext;
  fill-opacity: 1;
}

.black {
  fill: black;
  fill-opacity: .6;
}

.white {
  fill: white;
  fill-opacity: .7;
}

</style>
  <style>
    :root > use:not(:target),
    :root > g:not(:target),
    #strikeout {
      display: none;
    }
    .blocked:target ~ #strikeout {
      display: block;
    }
    .blocked {
      clip-path: url(#blocked-clipPath);
    }

    #login-highlighted {
      fill: HighlightText;
      fill-opacity: 1;
    }

    #plugin-blocked,
    #plugin-blocked:target ~ #strikeout {
      fill: #d92215;
      fill-opacity: 1;
    }

    #camera-sharing,
    #microphone-sharing,
    #screen-sharing {
      fill: rgb(224, 41, 29);
      fill-opacity: 1;
    }

    #camera-indicator,
    #microphone-indicator,
    #screen-indicator {
      fill: white;
      fill-opacity: 1;
    }
  </style>

  <defs>
    <path id="camera-icon" d="m 2,23 a 3,3 0 0 0 3,3 l 14,0 a 3,3 0 0 0 3,-3 l 0,-4 6,5.5 c 0.5,0.5 1,0.7 2,0.5 l 0,-18 c -1,-0.2 -1.5,0 -2,0.5 l -6,5.5 0,-4 a 3,3 0 0 0 -3,-3 l -14,0 a 3,3 0 0 0 -3,3 z" />
    <path id="desktop-notification-icon" d="m 2,20 a 4,4 0 0 0 4,4 l 13,0 7,7 0,-7 a 4,4 0 0 0 4,-4 l 0,-12 a 4,4 0 0 0 -4,-4 l -20,0 a 4,4 0 0 0 -4,4 z m 5,-2 a 1,1 0 1 1 0,-2 l 10,0 a 1,1 0 1 1 0,2 z m 0,-4 a 1,1 0 1 1 0,-2 l 14,0 a 1,1 0 1 1 0,2 z m 0,-4 a 1,1 0 1 1 0,-2 l 18,0 a 1,1 0 1 1 0,2 z" />
    <path id="geo-linux-icon" d="m 2,15.9 a 14,14 0 1 1 0,0.2 z m 4,2.1 a 10,10 0 0 0 8,8 l 0,-4 4,0 0,4 a 10,10 0 0 0 8,-8 l -4,0 0,-4 4,0 a 10,10 0 0 0 -8,-8 l 0,4 -4,0 0,-4 a 10,10 0 0 0 -8,8 l 4,0 0,4 z" />
    <path id="geo-linux-detailed-icon" d="m 2,15.9 a 14,14 0 1 1 0,0.2 z m 3,2.1 a 11,11 0 0 0 9,9 l 1,-5 2,0 1,5 a 11,11 0 0 0 9,-9 l -5,-1 0,-2 5,-1 a 11,11 0 0 0 -9,-9 l -1,5 -2,0 -1,-5 a 11,11 0 0 0 -9,9 l 5,1 0,2 z" />
    <path id="geo-osx-icon" d="m 0,16 16,0 0,16 12,-28 z" />
    <path id="geo-windows-icon" d="m 2,14 0,4 2,0 a 12,12 0 0 0 10,10 l 0,2 4,0 0,-2 a 12,12 0 0 0 10,-10 l 2,0 0,-4 -2,0 a 12,12 0 0 0 -10,-10 l 0,-2 -4,0 0,2 a 12,12 0 0 0 -10,10 z m 4,1.9 a 10,10 0 1 1 0,0.2 z m 4,0 a 6,6 0 1 1 0,0.2 z" />
    <path id="geo-windows-detailed-icon" d="m 2,14.5 0,3 2,0.5 a 12,12 0 0 0 10,10 l 0.5,2 3,0 0.5,-2 a 12,12 0 0 0 10,-10 l 2,-0.5 0,-3 -2,-0.5 a 12,12 0 0 0 -10,-10 l -0.5,-2 -3,0 -0.5,2 a 12,12 0 0 0 -10,10 z m 4,1.4 a 10,10 0 1 1 0,0.2 z m 3,0 a 7,7 0 1 1 0,0.2 z" />
    <path id="indexedDB-icon" d="m 2,24 a 4,4 0 0 0 4,4 l 2,0 0,-4 -2,0 0,-16 20,0 0,16 -2,0 0,4 2,0 a 4,4 0 0 0 4,-4 l 0,-16 a 4,4 0 0 0 -4,-4 l -20,0 a 4,4 0 0 0 -4,4 z m 8,-2 6,7 6,-7 -4,0 0,-8 -4,0 0,8 z" />
    <path id="login-icon" d="m 2,26 0,4 6,0 0,-2 2,0 0,-2 1,0 0,-1 2,0 0,-3 2,0 2.5,-2.5 1.5,1.5 3,-3 a 8,8 0 1 0 -8,-8 l -3,3 2,2 z m 20,-18.1 a 2,2 0 1 1 0,0.2 z" />
    <path id="login-detailed-icon" d="m 1,27 0,3.5 a 0.5,0.5 0 0 0 0.5,0.5 l 5,0 a 0.5,0.5 0 0 0 0.5,-0.5 l 0,-1.5 1.5,0 a 0.5,0.5 0 0 0 0.5,-0.5 l 0,-1.5 1,0 a 0.5,0.5 0 0 0 0.5,-0.5 l 0,-1 1,0 a 0.5,0.5 0 0 0 0.5,-0.5 l 0,-2 2,0 2.5,-2.5 q 0.5,-0.5 1,0 l 1,1 c 0.5,0.5 1,0.5 1.5,-0.5 l 1,-2 a 9,9 0 1 0 -8,-8 l -2,1 c -1,0.5 -1,1 -0.5,1.5 l 1.5,1.5 q 0.5,0.5 0,1 z m 21,-19.1 a 2,2 0 1 1 0,0.2 z" />
    <path id="microphone-icon" d="m 8,14 0,4 a 8,8 0 0 0 6,7.7 l 0,2.3 -2,0 a 2,2 0 0 0 -2,2 l 12,0 a 2,2 0 0 0 -2,-2 l -2,0 0,-2.3 a 8,8 0 0 0 6,-7.7 l 0,-4 -2,0 0,4 a 6,6 0 0 1 -12,0 l 0,-4 z m 4,4 a 4,4 0 0 0 8,0 l 0,-12 a 4,4 0 0 0 -8,0 z" />
    <path id="microphone-detailed-icon" d="m 8,18 a 8,8 0 0 0 6,7.7 l 0,2.3 -1,0 a 3,2 0 0 0 -3,2 l 12,0 a 3,2 0 0 0 -3,-2 l -1,0 0,-2.3 a 8,8 0 0 0 6,-7.7 l 0,-4 a 1,1 0 0 0 -2,0 l 0,4 a 6,6 0 0 1 -12,0 l 0,-4 a 1,1 0 0 0 -2,0 z m 4,0 a 4,4 0 0 0 8,0 l 0,-12 a 4,4 0 0 0 -8,0 z" />
    <path id="plugin-icon" d="m 2,26 a 2,2 0 0 0 2,2 l 24,0 a 2,2 0 0 0 2,-2 l 0,-16 a 2,2 0 0 0 -2,-2 l -24,0 a 2,2 0 0 0 -2,2 z m 2,-20 10,0 0,-2 a 2,2 0 0 0 -2,-2 l -6,0 a 2,2 0 0 0 -2,2 z m 14,0 10,0 0,-2 a 2,2 0 0 0 -2,-2 l -6,0 a 2,2 0 0 0 -2,2 z" />
    <path id="popup-icon" d="m 2,24 a 4,4 0 0 0 4,4 l 8,0 a 10,10 0 0 1 -2,-4 l -4,0 a 2,2 0 0 1 -2,-2 l 0,-12 18,0 0,2 a 10,10 0 0 1 4,2 l 0,-8 a 4,4 0 0 0 -4,-4 l -18,0 a 4,4 0 0 0 -4,4 z m 12,-2.1 a 8,8 0 1 1 0,0.2 m 10.7,-4.3 a 5,5 0 0 0 -6.9,6.9 z m -5.4,8.4 a 5,5 0 0 0 6.9,-6.9 z" />
    <path id="screen-icon" d="m 2,18 a 2,2 0 0 0 2,2 l 2,0 0,-6 a 4,4 0 0 1 4,-4 l 14,0 0,-6 a 2,2 0 0 0 -2,-2 l -18,0 a 2,2 0 0 0 -2,2 z m 6,10 a 2,2 0 0 0 2,2 l 18,0 a 2,2 0 0 0 2,-2 l 0,-14 a 2,2 0 0 0 -2,-2 l -18,0 a 2,2 0 0 0 -2,2 z" />

    <clipPath id="blocked-clipPath">
      <path d="m 0,0 0,31 31,-31 z m 6,32 26,0 0,-26 z"/>
    </clipPath>

    <mask id="i-mask" style="fill-opacity: 1;">
      <rect fill="white" width="32" height="32"/>
      <circle fill="black" cx="16" cy="9" r="2.5"/>
      <rect fill="black" x="14" y="14" width="4" height="10" rx="2" ry="2"/>
    </mask>
  </defs>

  <g id="default-info">
    <circle cx="16" cy="16" r="14" mask="url(#i-mask)"/>
  </g>

  <use id="camera" xlink:href="#camera-icon" />
  <use id="camera-sharing" xlink:href="#camera-icon"/>
  <use id="camera-indicator" xlink:href="#camera-icon" />
  <use id="camera-blocked" class="blocked" xlink:href="#camera-icon" />
  <use id="desktop-notification" xlink:href="#desktop-notification-icon" />
  <use id="desktop-notification-blocked" class="blocked" xlink:href="#desktop-notification-icon" />
  <use id="geo-osx" xlink:href="#geo-osx-icon" />
  <use id="geo-osx-blocked" class="blocked" xlink:href="#geo-osx-icon" />
  <use id="geo-linux" xlink:href="#geo-linux-icon" />
  <use id="geo-linux-blocked" class="blocked" xlink:href="#geo-linux-icon" />
  <use id="geo-linux-detailed" xlink:href="#geo-linux-detailed-icon" />
  <use id="geo-windows" xlink:href="#geo-windows-icon" />
  <use id="geo-windows-blocked" class="blocked" xlink:href="#geo-windows-icon" />
  <use id="geo-windows-detailed" xlink:href="#geo-windows-detailed-icon" />
  <use id="indexedDB" xlink:href="#indexedDB-icon" />
  <use id="indexedDB-blocked" class="blocked" xlink:href="#indexedDB-icon" />
  <use id="login" xlink:href="#login-icon" />
  <use id="login-highlighted" class="highlighted" xlink:href="#login-icon" />
  <use id="login-detailed" xlink:href="#login-detailed-icon" />
  <use id="microphone" xlink:href="#microphone-icon" />
  <use id="microphone-sharing" xlink:href="#microphone-icon"/>
  <use id="microphone-indicator" xlink:href="#microphone-icon"/>
  <use id="microphone-blocked" class="blocked" xlink:href="#microphone-icon" />
  <use id="microphone-detailed" xlink:href="#microphone-detailed-icon" />
  <use id="plugin" xlink:href="#plugin-icon" />
  <use id="plugin-blocked" class="blocked" xlink:href="#plugin-icon" />
  <use id="popup" xlink:href="#popup-icon" />
  <use id="screen" xlink:href="#screen-icon" />
  <use id="screen-sharing" xlink:href="#screen-icon"/>
  <use id="screen-indicator" xlink:href="#screen-icon"/>
  <use id="screen-blocked" class="blocked" xlink:href="#screen-icon" />

  <path id="strikeout" d="m 2,28 2,2 26,-26 -2,-2 z"/>
</svg>