diff options
Diffstat (limited to 'toolkit/themes/shared/plugins')
-rw-r--r-- | toolkit/themes/shared/plugins/plugin-blocked.svg | 7 | ||||
-rw-r--r-- | toolkit/themes/shared/plugins/plugin.svg | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/toolkit/themes/shared/plugins/plugin-blocked.svg b/toolkit/themes/shared/plugins/plugin-blocked.svg new file mode 100644 index 0000000000..ac10d17623 --- /dev/null +++ b/toolkit/themes/shared/plugins/plugin-blocked.svg @@ -0,0 +1,7 @@ +<!-- 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" fill="context-fill" fill-opacity="context-fill-opacity"> + <path d="M3 3h3a1 1 0 0 0 0-2H3a1 1 0 0 0 0 2zm11.707 1.293L5 14h9a1 1 0 0 0 1-1V5a1 1 0 0 0-.293-.707z"/> + <path d="M14.707 1.293a.986.986 0 0 0-1.207-.139A.973.973 0 0 0 13 1h-3a1 1 0 0 0 0 2h1.586l-1 1H2a1 1 0 0 0-1 1v8a.971.971 0 0 0 .154.5.986.986 0 0 0 .139 1.205 1 1 0 0 0 1.414 0l12-12a1 1 0 0 0 0-1.412z"/> +</svg> diff --git a/toolkit/themes/shared/plugins/plugin.svg b/toolkit/themes/shared/plugins/plugin.svg new file mode 100644 index 0000000000..f8ec1af353 --- /dev/null +++ b/toolkit/themes/shared/plugins/plugin.svg @@ -0,0 +1,7 @@ +<!-- 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" fill="context-fill" fill-opacity="context-fill-opacity"> + <rect x="1" y="4" width="14" height="10" rx="1" ry="1"/> + <path d="M6 1H3a1 1 0 0 0 0 2h3a1 1 0 0 0 0-2zm7 0h-3a1 1 0 0 0 0 2h3a1 1 0 0 0 0-2z"/> +</svg> |