aboutsummaryrefslogtreecommitdiff
path: root/arc-firefox-theme/chrome/browser/controlcenter/arrow-subview-back.svg
blob: 12b750933e0b22191c480e2daa020c683927519d (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
<?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" width="16" height="16" viewBox="0 0 16 16">
<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>
  <polygon class="highlighttext" points="12,3.5 10.5,2 4.625,8 10.5,14 12,12.5 7.625,8"/>
</svg>