diff options
author | Horst3180 | 2017-04-20 01:23:12 +0200 |
---|---|---|
committer | Horst3180 | 2017-04-20 01:23:12 +0200 |
commit | f2c105e4202f3e42e19c2b1923cf330779291c17 (patch) | |
tree | 601a4f8152409d8b5ce5b149615438a50d44f358 /arc-firefox-theme/chrome/browser/addons | |
parent | 25b18b8e6a78e44c7b62f429ecbb1f0b457b0e43 (diff) | |
download | solarc-firefox-theme-f2c105e4202f3e42e19c2b1923cf330779291c17.tar.gz solarc-firefox-theme-f2c105e4202f3e42e19c2b1923cf330779291c17.tar.xz solarc-firefox-theme-f2c105e4202f3e42e19c2b1923cf330779291c17.zip |
update to 53.0
Diffstat (limited to 'arc-firefox-theme/chrome/browser/addons')
-rw-r--r-- | arc-firefox-theme/chrome/browser/addons/addon-badge.svg | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/arc-firefox-theme/chrome/browser/addons/addon-badge.svg b/arc-firefox-theme/chrome/browser/addons/addon-badge.svg new file mode 100644 index 0000000..5a62add --- /dev/null +++ b/arc-firefox-theme/chrome/browser/addons/addon-badge.svg @@ -0,0 +1,19 @@ +<?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 version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10"> +<style type="text/css"> +path { + stroke: #bb3817; + fill: #FFFFFF; +} +</style> +<path d="M6.6,9c0.3,0,0.5-0.3,0.6-0.6C7,7.7,7,6.9,7.1,6.2c0.1-0.3,0.3-0.4,0.6-0.4c0.3,0,0.3,0.4,1,0.4 + c0.3,0,0.8-0.1,0.8-1.1S9,3.9,8.7,3.9c-0.6,0-0.7,0.5-1,0.5c-0.3,0-0.5-0.2-0.6-0.5c0-0.3,0-0.7,0-1c0-0.3-0.2-0.5-0.5-0.6 + c0,0,0,0-0.1,0c-0.5,0-1,0.1-1.6,0C4.7,2.3,4.5,2.1,4.6,1.8c0-0.4,0.4-0.3,0.4-1C5,0.5,4.9,0,3.8,0S2.7,0.5,2.7,0.8 + c0,0.6,0.5,0.7,0.5,1c0,0.3-0.2,0.5-0.5,0.5C2.1,2.4,1.6,2.4,1,2.4c-0.3,0-0.5,0.2-0.6,0.5c0,0,0,0,0,0.1v0.7c0,0-0.1,0.8,0.6,0.8 + C1.5,4.5,1.6,4,2.2,4c0.3,0,0.7,0.7,0.7,1.3S2.4,6.6,2.2,6.6C1.6,6.6,1.5,6,1.1,6C0.4,5.9,0.5,6.7,0.5,6.7v1.7C0.4,8.7,0.7,9,1,9 + c0,0,0,0,0,0h2.1C3.1,9,4,9,4,8.4c0-0.4-0.7-0.6-0.7-1.2C3.5,6.7,4,6.3,4.5,6.3c0.6,0,1.2,0.6,1.2,0.8c0,0.6-0.6,0.8-0.6,1.2 + C5.1,9,5.9,9,5.9,9L6.6,9z"/> +</svg> |