diff options
author | Horst3180 | 2016-09-25 13:48:09 +0200 |
---|---|---|
committer | Horst3180 | 2016-09-25 13:48:09 +0200 |
commit | 1d6fd7158566981aef6b8eef84bf110d23189500 (patch) | |
tree | fb23016c1069dc830cade3f359ef29d6a6005a1f /arc-firefox-theme/chrome/browser/panel-icons.svg | |
parent | 98a2f994a8626e1ca34305465fe668ff893f8b17 (diff) | |
download | solarc-firefox-theme-1d6fd7158566981aef6b8eef84bf110d23189500.tar.gz solarc-firefox-theme-1d6fd7158566981aef6b8eef84bf110d23189500.tar.xz solarc-firefox-theme-1d6fd7158566981aef6b8eef84bf110d23189500.zip |
update to 50.0b1
Diffstat (limited to 'arc-firefox-theme/chrome/browser/panel-icons.svg')
-rw-r--r-- | arc-firefox-theme/chrome/browser/panel-icons.svg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arc-firefox-theme/chrome/browser/panel-icons.svg b/arc-firefox-theme/chrome/browser/panel-icons.svg new file mode 100644 index 0000000..2f93607 --- /dev/null +++ b/arc-firefox-theme/chrome/browser/panel-icons.svg @@ -0,0 +1,8 @@ +<?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" + width="32" height="32" viewBox="0 0 32 32"> + <path id="cancel" d="m 6,9.5 6.5,6.5 -6.5,6.5 3.5,3.5 6.5,-6.5 6.5,6.5 3.5,-3.5 -6.5,-6.5 6.5,-6.5 -3.5,-3.5 -6.5,6.5 -6.5,-6.5 z" /> +</svg> |