diff --git a/src/browser/themes/shared/toolbarbuttons-css.patch b/src/browser/themes/shared/toolbarbuttons-css.patch index 66783a17f..d14ba9fa5 100644 --- a/src/browser/themes/shared/toolbarbuttons-css.patch +++ b/src/browser/themes/shared/toolbarbuttons-css.patch @@ -1,5 +1,5 @@ diff --git a/browser/themes/shared/toolbarbuttons.css b/browser/themes/shared/toolbarbuttons.css -index e2b8a7cae70ed2bd3c80ee4214a09dbdb68a0d01..35c5493157d09398885323acfccad4217189b928 100644 +index e2b8a7cae70ed2bd3c80ee4214a09dbdb68a0d01..ab1b50a06b68cc6941789b31494b44da6aecdb19 100644 --- a/browser/themes/shared/toolbarbuttons.css +++ b/browser/themes/shared/toolbarbuttons.css @@ -44,20 +44,6 @@ @@ -39,8 +39,8 @@ index e2b8a7cae70ed2bd3c80ee4214a09dbdb68a0d01..35c5493157d09398885323acfccad421 /* horizontal padding + actual icon width */ - width: calc(2 * var(--toolbarbutton-inner-padding) + 16px); - height: calc(2 * var(--toolbarbutton-inner-padding) + 16px); -+ width: calc(2 * var(--toolbarbutton-inner-padding) + 18px); -+ height: calc(2 * var(--toolbarbutton-inner-padding) + 18px); ++ width: calc(2 * var(--toolbarbutton-inner-padding) + var(--zen-toolbar-button-size, 16px)); ++ height: calc(2 * var(--toolbarbutton-inner-padding) + var(--zen-toolbar-button-size, 16px)); } > .toolbarbutton-text { @@ -49,7 +49,7 @@ index e2b8a7cae70ed2bd3c80ee4214a09dbdb68a0d01..35c5493157d09398885323acfccad421 * because otherwise an increase in text sizes would break things. */ - min-height: calc(16px + 2 * var(--toolbarbutton-inner-padding)); -+ min-height: calc(18px + 2 * var(--toolbarbutton-inner-padding)); ++ min-height: calc(var(--zen-toolbar-button-size, 16px) + 2 * var(--toolbarbutton-inner-padding)); @media (-moz-platform: macos) { padding-top: calc(var(--toolbarbutton-inner-padding) + 1px); diff --git a/src/browser/themes/shared/zen-icons/common/selectable/airplane.svg b/src/browser/themes/shared/zen-icons/common/selectable/airplane.svg index ae9cc8747..a049c5d11 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/airplane.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/airplane.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/american-football.svg b/src/browser/themes/shared/zen-icons/common/selectable/american-football.svg index 084dca55a..e5f2b6efc 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/american-football.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/american-football.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/baseball.svg b/src/browser/themes/shared/zen-icons/common/selectable/baseball.svg index 7974bf9f6..9e05c1ae5 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/baseball.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/baseball.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/basket.svg b/src/browser/themes/shared/zen-icons/common/selectable/basket.svg index 4b9703902..692e0cc99 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/basket.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/basket.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/bed.svg b/src/browser/themes/shared/zen-icons/common/selectable/bed.svg index 653561891..010a43be1 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/bed.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/bed.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/bell.svg b/src/browser/themes/shared/zen-icons/common/selectable/bell.svg index 1d70afd76..beb86d4eb 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/bell.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/bell.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/book.svg b/src/browser/themes/shared/zen-icons/common/selectable/book.svg index 0f9d2f676..55db3b049 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/book.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/book.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/bookmark.svg b/src/browser/themes/shared/zen-icons/common/selectable/bookmark.svg index e8c5ff625..4f0b0d638 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/bookmark.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/bookmark.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/briefcase.svg b/src/browser/themes/shared/zen-icons/common/selectable/briefcase.svg index bd1e64d9f..1943e1938 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/briefcase.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/briefcase.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/brush.svg b/src/browser/themes/shared/zen-icons/common/selectable/brush.svg index 9bf05281f..aef2b23e8 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/brush.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/brush.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/bug.svg b/src/browser/themes/shared/zen-icons/common/selectable/bug.svg index 859401132..39214efe2 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/bug.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/bug.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/build.svg b/src/browser/themes/shared/zen-icons/common/selectable/build.svg index 36417e731..b615f060e 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/build.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/build.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/cafe.svg b/src/browser/themes/shared/zen-icons/common/selectable/cafe.svg index 1d9a5b09d..3148a329b 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/cafe.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/cafe.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/call.svg b/src/browser/themes/shared/zen-icons/common/selectable/call.svg index d7ef32289..bb6ffb5e0 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/call.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/call.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/card.svg b/src/browser/themes/shared/zen-icons/common/selectable/card.svg index 382d66475..5bf54164f 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/card.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/card.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/chat.svg b/src/browser/themes/shared/zen-icons/common/selectable/chat.svg index 3eadc3862..09ed9e9be 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/chat.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/chat.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/checkbox.svg b/src/browser/themes/shared/zen-icons/common/selectable/checkbox.svg index c70141fc1..73ffe2836 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/checkbox.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/checkbox.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/circle.svg b/src/browser/themes/shared/zen-icons/common/selectable/circle.svg index 43bd5c561..4167819e1 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/circle.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/circle.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/cloud.svg b/src/browser/themes/shared/zen-icons/common/selectable/cloud.svg index 764288f6c..ab079423a 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/cloud.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/cloud.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/code.svg b/src/browser/themes/shared/zen-icons/common/selectable/code.svg index 5d44215b6..6014eb14a 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/code.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/code.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/coins.svg b/src/browser/themes/shared/zen-icons/common/selectable/coins.svg index 627bc62f0..7dbeffae6 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/coins.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/coins.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/construct.svg b/src/browser/themes/shared/zen-icons/common/selectable/construct.svg index a76d05de5..c1768ba28 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/construct.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/construct.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/cutlery.svg b/src/browser/themes/shared/zen-icons/common/selectable/cutlery.svg index ebe3e64eb..b3c0ac845 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/cutlery.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/cutlery.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/egg.svg b/src/browser/themes/shared/zen-icons/common/selectable/egg.svg index 454a9e624..dca6d8768 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/egg.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/egg.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/extension-puzzle.svg b/src/browser/themes/shared/zen-icons/common/selectable/extension-puzzle.svg index 90d97c604..48d560208 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/extension-puzzle.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/extension-puzzle.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/eye.svg b/src/browser/themes/shared/zen-icons/common/selectable/eye.svg index 6f9c48814..11d848dbc 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/eye.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/eye.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/fast-food.svg b/src/browser/themes/shared/zen-icons/common/selectable/fast-food.svg index 41c26a901..eea7183c9 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/fast-food.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/fast-food.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/fish.svg b/src/browser/themes/shared/zen-icons/common/selectable/fish.svg index bb54ae6dd..6769bdda0 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/fish.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/fish.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/flag.svg b/src/browser/themes/shared/zen-icons/common/selectable/flag.svg index 4d11bf378..3e80a7864 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/flag.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/flag.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/flame.svg b/src/browser/themes/shared/zen-icons/common/selectable/flame.svg index 76b419c47..7f1b1ba63 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/flame.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/flame.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/flask.svg b/src/browser/themes/shared/zen-icons/common/selectable/flask.svg index fb859de19..dcc45f781 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/flask.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/flask.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/folder.svg b/src/browser/themes/shared/zen-icons/common/selectable/folder.svg index f800ca7ab..938ba125c 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/folder.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/folder.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/game-controller.svg b/src/browser/themes/shared/zen-icons/common/selectable/game-controller.svg index 54f8db15e..42c15d3f6 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/game-controller.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/game-controller.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/globe-1.svg b/src/browser/themes/shared/zen-icons/common/selectable/globe-1.svg index e484eb070..9b7df5731 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/globe-1.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/globe-1.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/globe.svg b/src/browser/themes/shared/zen-icons/common/selectable/globe.svg index 17e080fe2..c1b9a81e0 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/globe.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/globe.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/grid-2x2.svg b/src/browser/themes/shared/zen-icons/common/selectable/grid-2x2.svg index 237d93523..5e99afa8c 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/grid-2x2.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/grid-2x2.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/grid-3x3.svg b/src/browser/themes/shared/zen-icons/common/selectable/grid-3x3.svg index 21f772e25..583409685 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/grid-3x3.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/grid-3x3.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/heart.svg b/src/browser/themes/shared/zen-icons/common/selectable/heart.svg index 37f788b0c..956bcd257 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/heart.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/heart.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/ice-cream.svg b/src/browser/themes/shared/zen-icons/common/selectable/ice-cream.svg index a3c137871..285dc9c5c 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/ice-cream.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/ice-cream.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/image.svg b/src/browser/themes/shared/zen-icons/common/selectable/image.svg index 7fb1a3fff..3e4d4ac74 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/image.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/image.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/inbox.svg b/src/browser/themes/shared/zen-icons/common/selectable/inbox.svg index c9808d73d..91db056dd 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/inbox.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/inbox.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/key.svg b/src/browser/themes/shared/zen-icons/common/selectable/key.svg index 0fcd41287..8e31f709a 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/key.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/key.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/layers.svg b/src/browser/themes/shared/zen-icons/common/selectable/layers.svg index ae9c01eaa..6153d76c6 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/layers.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/layers.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/leaf.svg b/src/browser/themes/shared/zen-icons/common/selectable/leaf.svg index efb145f66..26b3d8478 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/leaf.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/leaf.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/lightning.svg b/src/browser/themes/shared/zen-icons/common/selectable/lightning.svg index 0cdb9cb64..478204c14 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/lightning.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/lightning.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/location.svg b/src/browser/themes/shared/zen-icons/common/selectable/location.svg index a7d9c278e..d7f11f898 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/location.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/location.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/lock-closed.svg b/src/browser/themes/shared/zen-icons/common/selectable/lock-closed.svg index bb85baadf..20b839f39 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/lock-closed.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/lock-closed.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/logo-rss.svg b/src/browser/themes/shared/zen-icons/common/selectable/logo-rss.svg index b9a7a382c..137efe75d 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/logo-rss.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/logo-rss.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/logo-usd.svg b/src/browser/themes/shared/zen-icons/common/selectable/logo-usd.svg index 8e40a88f0..8aac94f87 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/logo-usd.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/logo-usd.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/mail.svg b/src/browser/themes/shared/zen-icons/common/selectable/mail.svg index 9b18cd585..42325c965 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/mail.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/mail.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/map.svg b/src/browser/themes/shared/zen-icons/common/selectable/map.svg index c8c3220d6..d3f5430b9 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/map.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/map.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/megaphone.svg b/src/browser/themes/shared/zen-icons/common/selectable/megaphone.svg index b4b7871cf..3f3376eb2 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/megaphone.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/megaphone.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/moon.svg b/src/browser/themes/shared/zen-icons/common/selectable/moon.svg index a316298e1..53f94c4ac 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/moon.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/moon.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/music.svg b/src/browser/themes/shared/zen-icons/common/selectable/music.svg index 89c596279..6a53adc07 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/music.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/music.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/navigate.svg b/src/browser/themes/shared/zen-icons/common/selectable/navigate.svg index 6126dce52..169bec8c2 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/navigate.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/navigate.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/nuclear.svg b/src/browser/themes/shared/zen-icons/common/selectable/nuclear.svg index b06ec67ec..497322cb8 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/nuclear.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/nuclear.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/page.svg b/src/browser/themes/shared/zen-icons/common/selectable/page.svg index 80b88203d..7ff57a540 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/page.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/page.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/palette.svg b/src/browser/themes/shared/zen-icons/common/selectable/palette.svg index 5883c661f..6eb2a100d 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/palette.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/palette.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/paw.svg b/src/browser/themes/shared/zen-icons/common/selectable/paw.svg index 22edfa7f8..2c703aeeb 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/paw.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/paw.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/people.svg b/src/browser/themes/shared/zen-icons/common/selectable/people.svg index 83af297bb..920c4b7f4 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/people.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/people.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/pizza.svg b/src/browser/themes/shared/zen-icons/common/selectable/pizza.svg index 69617a9b3..9cad2c9e9 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/pizza.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/pizza.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/planet.svg b/src/browser/themes/shared/zen-icons/common/selectable/planet.svg index a0c639c3f..e36c2bf76 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/planet.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/planet.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/present.svg b/src/browser/themes/shared/zen-icons/common/selectable/present.svg index 6a7d73e6f..37d7709e2 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/present.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/present.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/rocket.svg b/src/browser/themes/shared/zen-icons/common/selectable/rocket.svg index 1576f8089..380685af9 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/rocket.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/rocket.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/school.svg b/src/browser/themes/shared/zen-icons/common/selectable/school.svg index 42037088d..964dca45e 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/school.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/school.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/shapes.svg b/src/browser/themes/shared/zen-icons/common/selectable/shapes.svg index 7f9618e05..2ead6a721 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/shapes.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/shapes.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/shirt.svg b/src/browser/themes/shared/zen-icons/common/selectable/shirt.svg index 52013ed5b..934b07245 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/shirt.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/shirt.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/skull.svg b/src/browser/themes/shared/zen-icons/common/selectable/skull.svg index 8466a5d44..ecbeb6795 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/skull.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/skull.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/square.svg b/src/browser/themes/shared/zen-icons/common/selectable/square.svg index dbebd01ad..6a06a629c 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/square.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/square.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/squares.svg b/src/browser/themes/shared/zen-icons/common/selectable/squares.svg index 01194bef4..b8ca5582f 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/squares.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/squares.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/star-1.svg b/src/browser/themes/shared/zen-icons/common/selectable/star-1.svg index 3064f6fb8..d088ce52a 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/star-1.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/star-1.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/star.svg b/src/browser/themes/shared/zen-icons/common/selectable/star.svg index 161236b47..53b4b380c 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/star.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/star.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/stats-chart.svg b/src/browser/themes/shared/zen-icons/common/selectable/stats-chart.svg index 8a70f340d..e945e3e2c 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/stats-chart.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/stats-chart.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/sun.svg b/src/browser/themes/shared/zen-icons/common/selectable/sun.svg index 46c8e3c66..38382470c 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/sun.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/sun.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/tada.svg b/src/browser/themes/shared/zen-icons/common/selectable/tada.svg index 0faccf9ee..0d9bb7345 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/tada.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/tada.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/terminal.svg b/src/browser/themes/shared/zen-icons/common/selectable/terminal.svg index 06f06e04a..5cac2728c 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/terminal.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/terminal.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/ticket.svg b/src/browser/themes/shared/zen-icons/common/selectable/ticket.svg index 940cdf18b..4248faf47 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/ticket.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/ticket.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/time.svg b/src/browser/themes/shared/zen-icons/common/selectable/time.svg index f3b766b71..2f7bd41a9 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/time.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/time.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/trash.svg b/src/browser/themes/shared/zen-icons/common/selectable/trash.svg index e85777046..0cf799cd1 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/trash.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/trash.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/triangle.svg b/src/browser/themes/shared/zen-icons/common/selectable/triangle.svg index 6b321f988..1f0f767d3 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/triangle.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/triangle.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/video.svg b/src/browser/themes/shared/zen-icons/common/selectable/video.svg index 352c61e72..0e48d0de1 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/video.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/video.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/volume-high.svg b/src/browser/themes/shared/zen-icons/common/selectable/volume-high.svg index 6a5d286f9..7b581ebff 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/volume-high.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/volume-high.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/wallet.svg b/src/browser/themes/shared/zen-icons/common/selectable/wallet.svg index 7371b4b5c..78879bd6b 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/wallet.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/wallet.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/warning.svg b/src/browser/themes/shared/zen-icons/common/selectable/warning.svg index 80eb63ce7..49e604e27 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/warning.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/warning.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/water.svg b/src/browser/themes/shared/zen-icons/common/selectable/water.svg index 373d3da5e..fc47e409d 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/water.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/water.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/selectable/weight.svg b/src/browser/themes/shared/zen-icons/common/selectable/weight.svg index 670890baf..1719e55fc 100644 --- a/src/browser/themes/shared/zen-icons/common/selectable/weight.svg +++ b/src/browser/themes/shared/zen-icons/common/selectable/weight.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/common/urlbar-arrow.svg b/src/browser/themes/shared/zen-icons/common/urlbar-arrow.svg index 989b83c6d..19ea24679 100644 --- a/src/browser/themes/shared/zen-icons/common/urlbar-arrow.svg +++ b/src/browser/themes/shared/zen-icons/common/urlbar-arrow.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/icons.css b/src/browser/themes/shared/zen-icons/icons.css index 52455d6d5..6b4352705 100644 --- a/src/browser/themes/shared/zen-icons/icons.css +++ b/src/browser/themes/shared/zen-icons/icons.css @@ -957,5 +957,5 @@ #zen-copy-url-button image { list-style-image: url('link.svg'); - fill-opacity: 0.7; + fill-opacity: 0.65; } diff --git a/src/browser/themes/shared/zen-icons/lin/algorithm.svg b/src/browser/themes/shared/zen-icons/lin/algorithm.svg index f35991ccc..2ab927312 100644 --- a/src/browser/themes/shared/zen-icons/lin/algorithm.svg +++ b/src/browser/themes/shared/zen-icons/lin/algorithm.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/arrow-down.svg b/src/browser/themes/shared/zen-icons/lin/arrow-down.svg index 19b526e0b..fec9e5831 100644 --- a/src/browser/themes/shared/zen-icons/lin/arrow-down.svg +++ b/src/browser/themes/shared/zen-icons/lin/arrow-down.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/arrow-left.svg b/src/browser/themes/shared/zen-icons/lin/arrow-left.svg index 885934f29..99c89118f 100644 --- a/src/browser/themes/shared/zen-icons/lin/arrow-left.svg +++ b/src/browser/themes/shared/zen-icons/lin/arrow-left.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/arrow-right.svg b/src/browser/themes/shared/zen-icons/lin/arrow-right.svg index 88847cd96..5d93e6ad1 100644 --- a/src/browser/themes/shared/zen-icons/lin/arrow-right.svg +++ b/src/browser/themes/shared/zen-icons/lin/arrow-right.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/arrow-up.svg b/src/browser/themes/shared/zen-icons/lin/arrow-up.svg index b72ea070d..447267089 100644 --- a/src/browser/themes/shared/zen-icons/lin/arrow-up.svg +++ b/src/browser/themes/shared/zen-icons/lin/arrow-up.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/autoplay-media-blocked.svg b/src/browser/themes/shared/zen-icons/lin/autoplay-media-blocked.svg index fda0785c6..d3919a0b1 100644 --- a/src/browser/themes/shared/zen-icons/lin/autoplay-media-blocked.svg +++ b/src/browser/themes/shared/zen-icons/lin/autoplay-media-blocked.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/autoplay-media-fill.svg b/src/browser/themes/shared/zen-icons/lin/autoplay-media-fill.svg index d16ce98cf..4522c6113 100644 --- a/src/browser/themes/shared/zen-icons/lin/autoplay-media-fill.svg +++ b/src/browser/themes/shared/zen-icons/lin/autoplay-media-fill.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/autoplay-media.svg b/src/browser/themes/shared/zen-icons/lin/autoplay-media.svg index a7dc91f2c..190362ea7 100644 --- a/src/browser/themes/shared/zen-icons/lin/autoplay-media.svg +++ b/src/browser/themes/shared/zen-icons/lin/autoplay-media.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/back.svg b/src/browser/themes/shared/zen-icons/lin/back.svg index 36de85f1e..d7bd3d2da 100644 --- a/src/browser/themes/shared/zen-icons/lin/back.svg +++ b/src/browser/themes/shared/zen-icons/lin/back.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/bookmark-hollow.svg b/src/browser/themes/shared/zen-icons/lin/bookmark-hollow.svg index ab5f27a89..70697f33f 100644 --- a/src/browser/themes/shared/zen-icons/lin/bookmark-hollow.svg +++ b/src/browser/themes/shared/zen-icons/lin/bookmark-hollow.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/bookmark-star-on-tray.svg b/src/browser/themes/shared/zen-icons/lin/bookmark-star-on-tray.svg index a8fd00b0a..723da7279 100644 --- a/src/browser/themes/shared/zen-icons/lin/bookmark-star-on-tray.svg +++ b/src/browser/themes/shared/zen-icons/lin/bookmark-star-on-tray.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/bookmark.svg b/src/browser/themes/shared/zen-icons/lin/bookmark.svg index 278b3fa90..4ad47f9fe 100644 --- a/src/browser/themes/shared/zen-icons/lin/bookmark.svg +++ b/src/browser/themes/shared/zen-icons/lin/bookmark.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/camera-blocked.svg b/src/browser/themes/shared/zen-icons/lin/camera-blocked.svg index acb82e38f..1114b9c31 100644 --- a/src/browser/themes/shared/zen-icons/lin/camera-blocked.svg +++ b/src/browser/themes/shared/zen-icons/lin/camera-blocked.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/camera-fill.svg b/src/browser/themes/shared/zen-icons/lin/camera-fill.svg index 60b32e501..29264b05b 100644 --- a/src/browser/themes/shared/zen-icons/lin/camera-fill.svg +++ b/src/browser/themes/shared/zen-icons/lin/camera-fill.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/camera.svg b/src/browser/themes/shared/zen-icons/lin/camera.svg index 232a55ab9..f7509b545 100644 --- a/src/browser/themes/shared/zen-icons/lin/camera.svg +++ b/src/browser/themes/shared/zen-icons/lin/camera.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/canvas-blocked.svg b/src/browser/themes/shared/zen-icons/lin/canvas-blocked.svg index 05a21e86f..d3499066b 100644 --- a/src/browser/themes/shared/zen-icons/lin/canvas-blocked.svg +++ b/src/browser/themes/shared/zen-icons/lin/canvas-blocked.svg @@ -2,8 +2,4 @@ # 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/. - - - - - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/canvas.svg b/src/browser/themes/shared/zen-icons/lin/canvas.svg index 6d2221328..b12d96b25 100644 --- a/src/browser/themes/shared/zen-icons/lin/canvas.svg +++ b/src/browser/themes/shared/zen-icons/lin/canvas.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/chevron.svg b/src/browser/themes/shared/zen-icons/lin/chevron.svg index 8f6544c06..70d52ab0e 100644 --- a/src/browser/themes/shared/zen-icons/lin/chevron.svg +++ b/src/browser/themes/shared/zen-icons/lin/chevron.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/close.svg b/src/browser/themes/shared/zen-icons/lin/close.svg index c4d0be066..0d857c47e 100644 --- a/src/browser/themes/shared/zen-icons/lin/close.svg +++ b/src/browser/themes/shared/zen-icons/lin/close.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/container-tab.svg b/src/browser/themes/shared/zen-icons/lin/container-tab.svg index c9b62fbd4..e078147db 100644 --- a/src/browser/themes/shared/zen-icons/lin/container-tab.svg +++ b/src/browser/themes/shared/zen-icons/lin/container-tab.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/cookies-fill.svg b/src/browser/themes/shared/zen-icons/lin/cookies-fill.svg index 384076dc0..6b5ffcb58 100644 --- a/src/browser/themes/shared/zen-icons/lin/cookies-fill.svg +++ b/src/browser/themes/shared/zen-icons/lin/cookies-fill.svg @@ -1,5 +1,5 @@ -#filter dumbComments emptyLines substitution -# 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/. - \ No newline at end of file +#filter dumbComments emptyLines substitution +# 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/. + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/customize.svg b/src/browser/themes/shared/zen-icons/lin/customize.svg index 502159c61..233187c95 100644 --- a/src/browser/themes/shared/zen-icons/lin/customize.svg +++ b/src/browser/themes/shared/zen-icons/lin/customize.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/dart-down.svg b/src/browser/themes/shared/zen-icons/lin/dart-down.svg index 5ab92a59b..eaec2a911 100644 --- a/src/browser/themes/shared/zen-icons/lin/dart-down.svg +++ b/src/browser/themes/shared/zen-icons/lin/dart-down.svg @@ -1,5 +1,5 @@ -#filter dumbComments emptyLines substitution -# 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/. - \ No newline at end of file +#filter dumbComments emptyLines substitution +# 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/. + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/desktop-notification-blocked.svg b/src/browser/themes/shared/zen-icons/lin/desktop-notification-blocked.svg index 2f34e73e5..e7797785e 100644 --- a/src/browser/themes/shared/zen-icons/lin/desktop-notification-blocked.svg +++ b/src/browser/themes/shared/zen-icons/lin/desktop-notification-blocked.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/desktop-notification-fill.svg b/src/browser/themes/shared/zen-icons/lin/desktop-notification-fill.svg index c94bb578c..f17ecffa2 100644 --- a/src/browser/themes/shared/zen-icons/lin/desktop-notification-fill.svg +++ b/src/browser/themes/shared/zen-icons/lin/desktop-notification-fill.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/desktop-notification.svg b/src/browser/themes/shared/zen-icons/lin/desktop-notification.svg index fe56121b8..856b77738 100644 --- a/src/browser/themes/shared/zen-icons/lin/desktop-notification.svg +++ b/src/browser/themes/shared/zen-icons/lin/desktop-notification.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/developer.svg b/src/browser/themes/shared/zen-icons/lin/developer.svg index 868c698b1..9bdc6e5fe 100644 --- a/src/browser/themes/shared/zen-icons/lin/developer.svg +++ b/src/browser/themes/shared/zen-icons/lin/developer.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/downloads.svg b/src/browser/themes/shared/zen-icons/lin/downloads.svg index e2460d778..4c1dd1d02 100644 --- a/src/browser/themes/shared/zen-icons/lin/downloads.svg +++ b/src/browser/themes/shared/zen-icons/lin/downloads.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/drag-indicator.svg b/src/browser/themes/shared/zen-icons/lin/drag-indicator.svg index fd2bb2afc..ce322d696 100644 --- a/src/browser/themes/shared/zen-icons/lin/drag-indicator.svg +++ b/src/browser/themes/shared/zen-icons/lin/drag-indicator.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/duplicate-tab.svg b/src/browser/themes/shared/zen-icons/lin/duplicate-tab.svg index 5093208d1..9b9e17d9e 100644 --- a/src/browser/themes/shared/zen-icons/lin/duplicate-tab.svg +++ b/src/browser/themes/shared/zen-icons/lin/duplicate-tab.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/edit-copy.svg b/src/browser/themes/shared/zen-icons/lin/edit-copy.svg index 26ad8ee42..5dd3c68f6 100644 --- a/src/browser/themes/shared/zen-icons/lin/edit-copy.svg +++ b/src/browser/themes/shared/zen-icons/lin/edit-copy.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/edit-cut.svg b/src/browser/themes/shared/zen-icons/lin/edit-cut.svg index e2c6dae14..f1bd2eb06 100644 --- a/src/browser/themes/shared/zen-icons/lin/edit-cut.svg +++ b/src/browser/themes/shared/zen-icons/lin/edit-cut.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/edit-delete.svg b/src/browser/themes/shared/zen-icons/lin/edit-delete.svg index 187829213..4282ebc27 100644 --- a/src/browser/themes/shared/zen-icons/lin/edit-delete.svg +++ b/src/browser/themes/shared/zen-icons/lin/edit-delete.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/edit-paste.svg b/src/browser/themes/shared/zen-icons/lin/edit-paste.svg index ead4f5a3b..463bfc798 100644 --- a/src/browser/themes/shared/zen-icons/lin/edit-paste.svg +++ b/src/browser/themes/shared/zen-icons/lin/edit-paste.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/edit-theme.svg b/src/browser/themes/shared/zen-icons/lin/edit-theme.svg index a6c84ddf0..673febb21 100644 --- a/src/browser/themes/shared/zen-icons/lin/edit-theme.svg +++ b/src/browser/themes/shared/zen-icons/lin/edit-theme.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/essential-add.svg b/src/browser/themes/shared/zen-icons/lin/essential-add.svg index 78ceabf53..500237e72 100644 --- a/src/browser/themes/shared/zen-icons/lin/essential-add.svg +++ b/src/browser/themes/shared/zen-icons/lin/essential-add.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/essential-remove.svg b/src/browser/themes/shared/zen-icons/lin/essential-remove.svg index 5c8422cb3..9b85f2e2c 100644 --- a/src/browser/themes/shared/zen-icons/lin/essential-remove.svg +++ b/src/browser/themes/shared/zen-icons/lin/essential-remove.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/expand-sidebar.svg b/src/browser/themes/shared/zen-icons/lin/expand-sidebar.svg index 22d7bb3c0..a0788c3c6 100644 --- a/src/browser/themes/shared/zen-icons/lin/expand-sidebar.svg +++ b/src/browser/themes/shared/zen-icons/lin/expand-sidebar.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/extension-blocked.svg b/src/browser/themes/shared/zen-icons/lin/extension-blocked.svg index 42df02498..fe1fa7494 100644 --- a/src/browser/themes/shared/zen-icons/lin/extension-blocked.svg +++ b/src/browser/themes/shared/zen-icons/lin/extension-blocked.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/extension-fill.svg b/src/browser/themes/shared/zen-icons/lin/extension-fill.svg index bd54d8d8c..d94034e4d 100644 --- a/src/browser/themes/shared/zen-icons/lin/extension-fill.svg +++ b/src/browser/themes/shared/zen-icons/lin/extension-fill.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/extension.svg b/src/browser/themes/shared/zen-icons/lin/extension.svg index 15f5e9b91..077962f80 100644 --- a/src/browser/themes/shared/zen-icons/lin/extension.svg +++ b/src/browser/themes/shared/zen-icons/lin/extension.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/face-sun.svg b/src/browser/themes/shared/zen-icons/lin/face-sun.svg index 543e131a0..09743afb1 100644 --- a/src/browser/themes/shared/zen-icons/lin/face-sun.svg +++ b/src/browser/themes/shared/zen-icons/lin/face-sun.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/folder.svg b/src/browser/themes/shared/zen-icons/lin/folder.svg index 0469c4dd3..f39762f14 100644 --- a/src/browser/themes/shared/zen-icons/lin/folder.svg +++ b/src/browser/themes/shared/zen-icons/lin/folder.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/forget.svg b/src/browser/themes/shared/zen-icons/lin/forget.svg index db749e8a0..eb487c807 100644 --- a/src/browser/themes/shared/zen-icons/lin/forget.svg +++ b/src/browser/themes/shared/zen-icons/lin/forget.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/forward.svg b/src/browser/themes/shared/zen-icons/lin/forward.svg index 913267d41..f5c807d7f 100644 --- a/src/browser/themes/shared/zen-icons/lin/forward.svg +++ b/src/browser/themes/shared/zen-icons/lin/forward.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/fullscreen-exit.svg b/src/browser/themes/shared/zen-icons/lin/fullscreen-exit.svg index 157cda0ca..4ca2a0787 100644 --- a/src/browser/themes/shared/zen-icons/lin/fullscreen-exit.svg +++ b/src/browser/themes/shared/zen-icons/lin/fullscreen-exit.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/fullscreen.svg b/src/browser/themes/shared/zen-icons/lin/fullscreen.svg index e426c3e8e..778d83a2a 100644 --- a/src/browser/themes/shared/zen-icons/lin/fullscreen.svg +++ b/src/browser/themes/shared/zen-icons/lin/fullscreen.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/geo-blocked.svg b/src/browser/themes/shared/zen-icons/lin/geo-blocked.svg index d6238d47d..2495e94bf 100644 --- a/src/browser/themes/shared/zen-icons/lin/geo-blocked.svg +++ b/src/browser/themes/shared/zen-icons/lin/geo-blocked.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/geo-fill.svg b/src/browser/themes/shared/zen-icons/lin/geo-fill.svg index c97eaf78d..1813d46e4 100644 --- a/src/browser/themes/shared/zen-icons/lin/geo-fill.svg +++ b/src/browser/themes/shared/zen-icons/lin/geo-fill.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/geo.svg b/src/browser/themes/shared/zen-icons/lin/geo.svg index 28fb9ea6e..98b43943e 100644 --- a/src/browser/themes/shared/zen-icons/lin/geo.svg +++ b/src/browser/themes/shared/zen-icons/lin/geo.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/heart-circle-fill.svg b/src/browser/themes/shared/zen-icons/lin/heart-circle-fill.svg index e349c7d4c..3457a757f 100644 --- a/src/browser/themes/shared/zen-icons/lin/heart-circle-fill.svg +++ b/src/browser/themes/shared/zen-icons/lin/heart-circle-fill.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/help.svg b/src/browser/themes/shared/zen-icons/lin/help.svg index 81e870c99..657a4944d 100644 --- a/src/browser/themes/shared/zen-icons/lin/help.svg +++ b/src/browser/themes/shared/zen-icons/lin/help.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/history.svg b/src/browser/themes/shared/zen-icons/lin/history.svg index a010a1c29..0df83ec2a 100644 --- a/src/browser/themes/shared/zen-icons/lin/history.svg +++ b/src/browser/themes/shared/zen-icons/lin/history.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/home.svg b/src/browser/themes/shared/zen-icons/lin/home.svg index fc558b3c4..0d0e16ec2 100644 --- a/src/browser/themes/shared/zen-icons/lin/home.svg +++ b/src/browser/themes/shared/zen-icons/lin/home.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/info.svg b/src/browser/themes/shared/zen-icons/lin/info.svg index 86bac90dc..e099c6b98 100644 --- a/src/browser/themes/shared/zen-icons/lin/info.svg +++ b/src/browser/themes/shared/zen-icons/lin/info.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/library.svg b/src/browser/themes/shared/zen-icons/lin/library.svg index 71dc6c009..6d4a2543e 100644 --- a/src/browser/themes/shared/zen-icons/lin/library.svg +++ b/src/browser/themes/shared/zen-icons/lin/library.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/link.svg b/src/browser/themes/shared/zen-icons/lin/link.svg index 278af3385..8c37cb447 100644 --- a/src/browser/themes/shared/zen-icons/lin/link.svg +++ b/src/browser/themes/shared/zen-icons/lin/link.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/mail.svg b/src/browser/themes/shared/zen-icons/lin/mail.svg index ff8c736d7..173f98aac 100644 --- a/src/browser/themes/shared/zen-icons/lin/mail.svg +++ b/src/browser/themes/shared/zen-icons/lin/mail.svg @@ -2,6 +2,4 @@ # 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/. - - - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/manage.svg b/src/browser/themes/shared/zen-icons/lin/manage.svg index 6fe478571..ee4b31fb0 100644 --- a/src/browser/themes/shared/zen-icons/lin/manage.svg +++ b/src/browser/themes/shared/zen-icons/lin/manage.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/media-mute.svg b/src/browser/themes/shared/zen-icons/lin/media-mute.svg index d1a959d39..747136ecf 100644 --- a/src/browser/themes/shared/zen-icons/lin/media-mute.svg +++ b/src/browser/themes/shared/zen-icons/lin/media-mute.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/media-next.svg b/src/browser/themes/shared/zen-icons/lin/media-next.svg index 324696a19..c934347a6 100644 --- a/src/browser/themes/shared/zen-icons/lin/media-next.svg +++ b/src/browser/themes/shared/zen-icons/lin/media-next.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/media-pause.svg b/src/browser/themes/shared/zen-icons/lin/media-pause.svg index f443c908a..95dacf7d9 100644 --- a/src/browser/themes/shared/zen-icons/lin/media-pause.svg +++ b/src/browser/themes/shared/zen-icons/lin/media-pause.svg @@ -2,7 +2,4 @@ # 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/. - - - - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/media-play.svg b/src/browser/themes/shared/zen-icons/lin/media-play.svg index e64a4522b..d379ee20c 100644 --- a/src/browser/themes/shared/zen-icons/lin/media-play.svg +++ b/src/browser/themes/shared/zen-icons/lin/media-play.svg @@ -2,6 +2,4 @@ # 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/. - - - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/media-previous.svg b/src/browser/themes/shared/zen-icons/lin/media-previous.svg index b742cf229..6fc0e72f3 100644 --- a/src/browser/themes/shared/zen-icons/lin/media-previous.svg +++ b/src/browser/themes/shared/zen-icons/lin/media-previous.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/media-unmute.svg b/src/browser/themes/shared/zen-icons/lin/media-unmute.svg index c984a067d..99c33a266 100644 --- a/src/browser/themes/shared/zen-icons/lin/media-unmute.svg +++ b/src/browser/themes/shared/zen-icons/lin/media-unmute.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/menu.svg b/src/browser/themes/shared/zen-icons/lin/menu.svg index f40520328..dce3b1c58 100644 --- a/src/browser/themes/shared/zen-icons/lin/menu.svg +++ b/src/browser/themes/shared/zen-icons/lin/menu.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/microphone-blocked-fill.svg b/src/browser/themes/shared/zen-icons/lin/microphone-blocked-fill.svg index 113cb70e6..8605f7309 100644 --- a/src/browser/themes/shared/zen-icons/lin/microphone-blocked-fill.svg +++ b/src/browser/themes/shared/zen-icons/lin/microphone-blocked-fill.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/microphone-blocked.svg b/src/browser/themes/shared/zen-icons/lin/microphone-blocked.svg index ed26bd3d8..d55f9b8b7 100644 --- a/src/browser/themes/shared/zen-icons/lin/microphone-blocked.svg +++ b/src/browser/themes/shared/zen-icons/lin/microphone-blocked.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/microphone-fill.svg b/src/browser/themes/shared/zen-icons/lin/microphone-fill.svg index 78ad217ad..3add744fa 100644 --- a/src/browser/themes/shared/zen-icons/lin/microphone-fill.svg +++ b/src/browser/themes/shared/zen-icons/lin/microphone-fill.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/microphone.svg b/src/browser/themes/shared/zen-icons/lin/microphone.svg index 5e4feacdd..d5862d37b 100644 --- a/src/browser/themes/shared/zen-icons/lin/microphone.svg +++ b/src/browser/themes/shared/zen-icons/lin/microphone.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/midi.svg b/src/browser/themes/shared/zen-icons/lin/midi.svg index 8d0ca17c5..1f464fad7 100644 --- a/src/browser/themes/shared/zen-icons/lin/midi.svg +++ b/src/browser/themes/shared/zen-icons/lin/midi.svg @@ -2,6 +2,4 @@ # 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/. - - - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/moon-stars.svg b/src/browser/themes/shared/zen-icons/lin/moon-stars.svg index f4739fbae..56b7cf243 100644 --- a/src/browser/themes/shared/zen-icons/lin/moon-stars.svg +++ b/src/browser/themes/shared/zen-icons/lin/moon-stars.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/new-tab-image.svg b/src/browser/themes/shared/zen-icons/lin/new-tab-image.svg index dda94088c..003eac5ab 100644 --- a/src/browser/themes/shared/zen-icons/lin/new-tab-image.svg +++ b/src/browser/themes/shared/zen-icons/lin/new-tab-image.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/open.svg b/src/browser/themes/shared/zen-icons/lin/open.svg index 96bfa0966..5a7b8edeb 100644 --- a/src/browser/themes/shared/zen-icons/lin/open.svg +++ b/src/browser/themes/shared/zen-icons/lin/open.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/page-portrait.svg b/src/browser/themes/shared/zen-icons/lin/page-portrait.svg index 8d7b773ec..9dd4d143d 100644 --- a/src/browser/themes/shared/zen-icons/lin/page-portrait.svg +++ b/src/browser/themes/shared/zen-icons/lin/page-portrait.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/palette.svg b/src/browser/themes/shared/zen-icons/lin/palette.svg index 97219e0a1..8eff0c8a9 100644 --- a/src/browser/themes/shared/zen-icons/lin/palette.svg +++ b/src/browser/themes/shared/zen-icons/lin/palette.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/passwords.svg b/src/browser/themes/shared/zen-icons/lin/passwords.svg index 21782beb0..351e3a6cd 100644 --- a/src/browser/themes/shared/zen-icons/lin/passwords.svg +++ b/src/browser/themes/shared/zen-icons/lin/passwords.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/permissions-fill.svg b/src/browser/themes/shared/zen-icons/lin/permissions-fill.svg index 3d38645aa..d6366878e 100644 --- a/src/browser/themes/shared/zen-icons/lin/permissions-fill.svg +++ b/src/browser/themes/shared/zen-icons/lin/permissions-fill.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/permissions.svg b/src/browser/themes/shared/zen-icons/lin/permissions.svg index b9d1adceb..ab66ac6b5 100644 --- a/src/browser/themes/shared/zen-icons/lin/permissions.svg +++ b/src/browser/themes/shared/zen-icons/lin/permissions.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/persistent-storage-blocked.svg b/src/browser/themes/shared/zen-icons/lin/persistent-storage-blocked.svg index 42df02498..fe1fa7494 100644 --- a/src/browser/themes/shared/zen-icons/lin/persistent-storage-blocked.svg +++ b/src/browser/themes/shared/zen-icons/lin/persistent-storage-blocked.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/persistent-storage-fill.svg b/src/browser/themes/shared/zen-icons/lin/persistent-storage-fill.svg index 1c5e3099d..f9508d46c 100644 --- a/src/browser/themes/shared/zen-icons/lin/persistent-storage-fill.svg +++ b/src/browser/themes/shared/zen-icons/lin/persistent-storage-fill.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/persistent-storage.svg b/src/browser/themes/shared/zen-icons/lin/persistent-storage.svg index 66ad08c43..5853611ce 100644 --- a/src/browser/themes/shared/zen-icons/lin/persistent-storage.svg +++ b/src/browser/themes/shared/zen-icons/lin/persistent-storage.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/pin.svg b/src/browser/themes/shared/zen-icons/lin/pin.svg index a00a00b17..0165ae281 100644 --- a/src/browser/themes/shared/zen-icons/lin/pin.svg +++ b/src/browser/themes/shared/zen-icons/lin/pin.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/plus.svg b/src/browser/themes/shared/zen-icons/lin/plus.svg index 0423e9ab9..e7a24cf47 100644 --- a/src/browser/themes/shared/zen-icons/lin/plus.svg +++ b/src/browser/themes/shared/zen-icons/lin/plus.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/popup-fill.svg b/src/browser/themes/shared/zen-icons/lin/popup-fill.svg index 958aed3f2..24e246664 100644 --- a/src/browser/themes/shared/zen-icons/lin/popup-fill.svg +++ b/src/browser/themes/shared/zen-icons/lin/popup-fill.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/popup.svg b/src/browser/themes/shared/zen-icons/lin/popup.svg index 66f513bfd..b8d7b02af 100644 --- a/src/browser/themes/shared/zen-icons/lin/popup.svg +++ b/src/browser/themes/shared/zen-icons/lin/popup.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/print.svg b/src/browser/themes/shared/zen-icons/lin/print.svg index 8e16cfa3b..717a151dc 100644 --- a/src/browser/themes/shared/zen-icons/lin/print.svg +++ b/src/browser/themes/shared/zen-icons/lin/print.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/private-window.svg b/src/browser/themes/shared/zen-icons/lin/private-window.svg index 5e4a34322..6593c48e1 100644 --- a/src/browser/themes/shared/zen-icons/lin/private-window.svg +++ b/src/browser/themes/shared/zen-icons/lin/private-window.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/privateBrowsing.svg b/src/browser/themes/shared/zen-icons/lin/privateBrowsing.svg index 5798464ba..b8687d80e 100644 --- a/src/browser/themes/shared/zen-icons/lin/privateBrowsing.svg +++ b/src/browser/themes/shared/zen-icons/lin/privateBrowsing.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/reader-mode.svg b/src/browser/themes/shared/zen-icons/lin/reader-mode.svg index be854bc27..ce0b6b557 100644 --- a/src/browser/themes/shared/zen-icons/lin/reader-mode.svg +++ b/src/browser/themes/shared/zen-icons/lin/reader-mode.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/reload.svg b/src/browser/themes/shared/zen-icons/lin/reload.svg index c1ca24a34..40a9823be 100644 --- a/src/browser/themes/shared/zen-icons/lin/reload.svg +++ b/src/browser/themes/shared/zen-icons/lin/reload.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/save.svg b/src/browser/themes/shared/zen-icons/lin/save.svg index aa51f6b3a..a5e152f1b 100644 --- a/src/browser/themes/shared/zen-icons/lin/save.svg +++ b/src/browser/themes/shared/zen-icons/lin/save.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/screen-blocked.svg b/src/browser/themes/shared/zen-icons/lin/screen-blocked.svg index c1372dfb8..bb7119566 100644 --- a/src/browser/themes/shared/zen-icons/lin/screen-blocked.svg +++ b/src/browser/themes/shared/zen-icons/lin/screen-blocked.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/screen.svg b/src/browser/themes/shared/zen-icons/lin/screen.svg index 53453e919..34f7b921f 100644 --- a/src/browser/themes/shared/zen-icons/lin/screen.svg +++ b/src/browser/themes/shared/zen-icons/lin/screen.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/screenshot.svg b/src/browser/themes/shared/zen-icons/lin/screenshot.svg index 2d1224924..cfaed2798 100644 --- a/src/browser/themes/shared/zen-icons/lin/screenshot.svg +++ b/src/browser/themes/shared/zen-icons/lin/screenshot.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/search-glass.svg b/src/browser/themes/shared/zen-icons/lin/search-glass.svg index 947e7e4e5..620f2874a 100644 --- a/src/browser/themes/shared/zen-icons/lin/search-glass.svg +++ b/src/browser/themes/shared/zen-icons/lin/search-glass.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/search-page.svg b/src/browser/themes/shared/zen-icons/lin/search-page.svg index 473dcaf09..c49c363cc 100644 --- a/src/browser/themes/shared/zen-icons/lin/search-page.svg +++ b/src/browser/themes/shared/zen-icons/lin/search-page.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/security-broken.svg b/src/browser/themes/shared/zen-icons/lin/security-broken.svg index 86396585e..4155491c5 100644 --- a/src/browser/themes/shared/zen-icons/lin/security-broken.svg +++ b/src/browser/themes/shared/zen-icons/lin/security-broken.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/security-warning.svg b/src/browser/themes/shared/zen-icons/lin/security-warning.svg index 56671347e..f167577f4 100644 --- a/src/browser/themes/shared/zen-icons/lin/security-warning.svg +++ b/src/browser/themes/shared/zen-icons/lin/security-warning.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/security.svg b/src/browser/themes/shared/zen-icons/lin/security.svg index be0b9f9b2..413de63b4 100644 --- a/src/browser/themes/shared/zen-icons/lin/security.svg +++ b/src/browser/themes/shared/zen-icons/lin/security.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/send-to-device.svg b/src/browser/themes/shared/zen-icons/lin/send-to-device.svg index 47d89aa11..6fcd9242f 100644 --- a/src/browser/themes/shared/zen-icons/lin/send-to-device.svg +++ b/src/browser/themes/shared/zen-icons/lin/send-to-device.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/settings-fill.svg b/src/browser/themes/shared/zen-icons/lin/settings-fill.svg index 749d47eba..725a26427 100644 --- a/src/browser/themes/shared/zen-icons/lin/settings-fill.svg +++ b/src/browser/themes/shared/zen-icons/lin/settings-fill.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/settings.svg b/src/browser/themes/shared/zen-icons/lin/settings.svg index 00cc61192..525b012c8 100644 --- a/src/browser/themes/shared/zen-icons/lin/settings.svg +++ b/src/browser/themes/shared/zen-icons/lin/settings.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/share.svg b/src/browser/themes/shared/zen-icons/lin/share.svg index a4eb9e169..0a66b6f36 100644 --- a/src/browser/themes/shared/zen-icons/lin/share.svg +++ b/src/browser/themes/shared/zen-icons/lin/share.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/sidebar-right.svg b/src/browser/themes/shared/zen-icons/lin/sidebar-right.svg index d25f84075..9590e0ff6 100644 --- a/src/browser/themes/shared/zen-icons/lin/sidebar-right.svg +++ b/src/browser/themes/shared/zen-icons/lin/sidebar-right.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/sidebar.svg b/src/browser/themes/shared/zen-icons/lin/sidebar.svg index 9f0aa3571..003914f18 100644 --- a/src/browser/themes/shared/zen-icons/lin/sidebar.svg +++ b/src/browser/themes/shared/zen-icons/lin/sidebar.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/sidebars-right.svg b/src/browser/themes/shared/zen-icons/lin/sidebars-right.svg index c9531e507..9f9cea882 100644 --- a/src/browser/themes/shared/zen-icons/lin/sidebars-right.svg +++ b/src/browser/themes/shared/zen-icons/lin/sidebars-right.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/sparkles.svg b/src/browser/themes/shared/zen-icons/lin/sparkles.svg index 63f0bf063..360cb6df6 100644 --- a/src/browser/themes/shared/zen-icons/lin/sparkles.svg +++ b/src/browser/themes/shared/zen-icons/lin/sparkles.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/spell-check.svg b/src/browser/themes/shared/zen-icons/lin/spell-check.svg index f800613a4..8098e28df 100644 --- a/src/browser/themes/shared/zen-icons/lin/spell-check.svg +++ b/src/browser/themes/shared/zen-icons/lin/spell-check.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/split.svg b/src/browser/themes/shared/zen-icons/lin/split.svg index 732e7f86f..0021fa749 100644 --- a/src/browser/themes/shared/zen-icons/lin/split.svg +++ b/src/browser/themes/shared/zen-icons/lin/split.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/tab-audio-blocked-small.svg b/src/browser/themes/shared/zen-icons/lin/tab-audio-blocked-small.svg index 75e6d0a76..518a63a27 100644 --- a/src/browser/themes/shared/zen-icons/lin/tab-audio-blocked-small.svg +++ b/src/browser/themes/shared/zen-icons/lin/tab-audio-blocked-small.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/tab-audio-muted-small.svg b/src/browser/themes/shared/zen-icons/lin/tab-audio-muted-small.svg index 9e67740ff..b7a30553d 100644 --- a/src/browser/themes/shared/zen-icons/lin/tab-audio-muted-small.svg +++ b/src/browser/themes/shared/zen-icons/lin/tab-audio-muted-small.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/tab-audio-playing-small.svg b/src/browser/themes/shared/zen-icons/lin/tab-audio-playing-small.svg index 8aea8022d..08f4d719a 100644 --- a/src/browser/themes/shared/zen-icons/lin/tab-audio-playing-small.svg +++ b/src/browser/themes/shared/zen-icons/lin/tab-audio-playing-small.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/tab.svg b/src/browser/themes/shared/zen-icons/lin/tab.svg index 482873893..968ac0fc4 100644 --- a/src/browser/themes/shared/zen-icons/lin/tab.svg +++ b/src/browser/themes/shared/zen-icons/lin/tab.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/tool-profiler.svg b/src/browser/themes/shared/zen-icons/lin/tool-profiler.svg index 721953849..e7f7b67b6 100644 --- a/src/browser/themes/shared/zen-icons/lin/tool-profiler.svg +++ b/src/browser/themes/shared/zen-icons/lin/tool-profiler.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/tracking-protection-fill.svg b/src/browser/themes/shared/zen-icons/lin/tracking-protection-fill.svg index 8a9ef1f1f..acf96caf6 100644 --- a/src/browser/themes/shared/zen-icons/lin/tracking-protection-fill.svg +++ b/src/browser/themes/shared/zen-icons/lin/tracking-protection-fill.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/tracking-protection.svg b/src/browser/themes/shared/zen-icons/lin/tracking-protection.svg index 55aa2ee5d..f7a11ca86 100644 --- a/src/browser/themes/shared/zen-icons/lin/tracking-protection.svg +++ b/src/browser/themes/shared/zen-icons/lin/tracking-protection.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/translations.svg b/src/browser/themes/shared/zen-icons/lin/translations.svg index 5aecf2311..d629bc0fa 100644 --- a/src/browser/themes/shared/zen-icons/lin/translations.svg +++ b/src/browser/themes/shared/zen-icons/lin/translations.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/trash.svg b/src/browser/themes/shared/zen-icons/lin/trash.svg index 83346f596..4a285a230 100644 --- a/src/browser/themes/shared/zen-icons/lin/trash.svg +++ b/src/browser/themes/shared/zen-icons/lin/trash.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/unpin.svg b/src/browser/themes/shared/zen-icons/lin/unpin.svg index 6ef1ef8d2..b4077c3e9 100644 --- a/src/browser/themes/shared/zen-icons/lin/unpin.svg +++ b/src/browser/themes/shared/zen-icons/lin/unpin.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/video-blocked-fill.svg b/src/browser/themes/shared/zen-icons/lin/video-blocked-fill.svg index b1e8fa101..9c04222a2 100644 --- a/src/browser/themes/shared/zen-icons/lin/video-blocked-fill.svg +++ b/src/browser/themes/shared/zen-icons/lin/video-blocked-fill.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/video-fill.svg b/src/browser/themes/shared/zen-icons/lin/video-fill.svg index f168e7a1d..5fe3e1694 100644 --- a/src/browser/themes/shared/zen-icons/lin/video-fill.svg +++ b/src/browser/themes/shared/zen-icons/lin/video-fill.svg @@ -2,4 +2,4 @@ # 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/. - \ No newline at end of file + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/window.svg b/src/browser/themes/shared/zen-icons/lin/window.svg index dda94088c..003eac5ab 100644 --- a/src/browser/themes/shared/zen-icons/lin/window.svg +++ b/src/browser/themes/shared/zen-icons/lin/window.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/xr-blocked.svg b/src/browser/themes/shared/zen-icons/lin/xr-blocked.svg index bfd4c9f2e..d7212b98e 100644 --- a/src/browser/themes/shared/zen-icons/lin/xr-blocked.svg +++ b/src/browser/themes/shared/zen-icons/lin/xr-blocked.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/xr-fill.svg b/src/browser/themes/shared/zen-icons/lin/xr-fill.svg index bd387cd56..5ed058840 100644 --- a/src/browser/themes/shared/zen-icons/lin/xr-fill.svg +++ b/src/browser/themes/shared/zen-icons/lin/xr-fill.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/xr.svg b/src/browser/themes/shared/zen-icons/lin/xr.svg index e3e34c28c..623b0cd29 100644 --- a/src/browser/themes/shared/zen-icons/lin/xr.svg +++ b/src/browser/themes/shared/zen-icons/lin/xr.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/lin/zoom-out.svg b/src/browser/themes/shared/zen-icons/lin/zoom-out.svg index 6ef1ef8d2..b4077c3e9 100644 --- a/src/browser/themes/shared/zen-icons/lin/zoom-out.svg +++ b/src/browser/themes/shared/zen-icons/lin/zoom-out.svg @@ -2,4 +2,4 @@ # 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/. - + \ No newline at end of file diff --git a/src/browser/themes/shared/zen-icons/update-resources.sh b/src/browser/themes/shared/zen-icons/update-resources.sh index bfd12e870..7383de019 100755 --- a/src/browser/themes/shared/zen-icons/update-resources.sh +++ b/src/browser/themes/shared/zen-icons/update-resources.sh @@ -27,35 +27,43 @@ merge_svg_paths() { # Remove all lines starting with "#" so we can use a valid svg file file="$1" echo "Merging paths in $file" - grep -v '^#' "$file" > temp.svg && mv temp.svg "$file" + temp_file=${file}.tmp.svg + grep -v '^#' "$file" > $temp_file && mv $temp_file "$file" + # migrate the svg attributes such as fill and fill-opacity, stroke, etc to the svg tag + fill_attr=$(grep -o 'fill="[^"]*"' "$file" | head -n 1) + fill_opacity_attr=$(grep -o 'fill-opacity="[^"]*"' "$file" | head -n 1) + stroke_attr=$(grep -o 'stroke="[^"]*"' "$file" | head -n 1) + stroke_width_attr=$(grep -o 'stroke-width="[^"]*"' "$file" | head -n 1) # Use inkscape to merge all paths into one - inkscape "$file" --actions="select-all;object-to-path;select-all;path-combine" --export-plain-svg --export-filename="temp.svg" - # we should add fill="context-fill' and fill-opacity="context-fill-opacity" to the svg element - # if theres no such attributes already - has_fill=$(grep -o 'fill=' temp.svg) - if [ -z "$has_fill" ]; then - echo "Adding fill and fill-opacity to $file" - sed -i '' 's/ temp - echo "# License, v. 2.0. If a copy of the MPL was not distributed with this" >> temp - echo "# file, You can obtain one at http://mozilla.org/MPL/2.0/." >> temp - cat "$file" >> temp - mv temp "$file" + inkscape "$file" --actions="select-all;object-to-path;select-all;path-combine" --export-plain-svg --export-filename="${temp_file}" + # optimize the svg + npx svgo --multipass "${temp_file}" --config=../../../../../svgo.config.js + # add the attributes to the svg tag + sed -i '' "s/ $temp_file + echo "# License, v. 2.0. If a copy of the MPL was not distributed with this" >> $temp_file + echo "# file, You can obtain one at http://mozilla.org/MPL/2.0/." >> $temp_file + cat "$file" >> $temp_file + mv "$temp_file" "$file" } do_icons() { - os=$1 + system=$1 preprocessed_os=$2 echo "#ifdef XP_$preprocessed_os" >> jar.inc.mn - for filename in $os/*.svg; do - # remove the os/ prefix - merge_svg_paths $filename + for filename in $system/*.svg; do + # make it a sub-process so we can do this process faster + merge_svg_paths $filename & + done + wait # wait for all background processes to finish + for filename in $system/*.svg; do + echo "Working on $filename" add_header_to_file $filename filename=$(basename $filename) - echo "* skin/classic/browser/zen-icons/$filename (../shared/zen-icons/$os/$filename) " >> jar.inc.mn + echo "* skin/classic/browser/zen-icons/$filename (../shared/zen-icons/$system/$filename) " >> jar.inc.mn done echo "#endif" >> jar.inc.mn } diff --git a/src/zen/common/styles/zen-theme.css b/src/zen/common/styles/zen-theme.css index 43c4f112f..a768adbb5 100644 --- a/src/zen/common/styles/zen-theme.css +++ b/src/zen/common/styles/zen-theme.css @@ -166,6 +166,10 @@ } --toolbarbutton-hover-background: var(--zen-toolbar-element-bg-hover) !important; + --zen-toolbar-button-size: 16px; + @media (-moz-platform: macos) { + --zen-toolbar-button-size: 18px; + } /* Using a semitransparent background preserves the tinting from the backdrop. * Note that the toolbar text color from browser-colors.css should be ok, diff --git a/src/zen/sessionstore/ZenSessionManager.sys.mjs b/src/zen/sessionstore/ZenSessionManager.sys.mjs index e6fe57caf..2a30e2ce1 100644 --- a/src/zen/sessionstore/ZenSessionManager.sys.mjs +++ b/src/zen/sessionstore/ZenSessionManager.sys.mjs @@ -377,6 +377,7 @@ export class nsZenSessionManager { delete newWindow.sizemode; delete newWindow.sizemodeBeforeMinimized; delete newWindow.zIndex; + delete newWindow.workspaceID; } const newState = { windows: [newWindow] }; diff --git a/svgo.config.js b/svgo.config.js index 3be45fc1c..d2ed6f2c2 100644 --- a/svgo.config.js +++ b/svgo.config.js @@ -18,7 +18,7 @@ export default { { name: 'removeAttrs', params: { - attrs: ['version'], + attrs: ['version', 'y', 'x', 'id'], }, }, ],