diff options
Diffstat (limited to 'arc-firefox-theme/chrome/browser/devtools/tool-shadereditor.svg')
-rw-r--r-- | arc-firefox-theme/chrome/browser/devtools/tool-shadereditor.svg | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/arc-firefox-theme/chrome/browser/devtools/tool-shadereditor.svg b/arc-firefox-theme/chrome/browser/devtools/tool-shadereditor.svg new file mode 100644 index 0000000..e4e239a --- /dev/null +++ b/arc-firefox-theme/chrome/browser/devtools/tool-shadereditor.svg @@ -0,0 +1,26 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"> + <rect x="2" y="2" width="12" height="12" fill="#edf0f1" fill-opacity=".1"/> + <polygon points="2,2 14,14 2,14" fill="#edf0f1" fill-opacity=".35"/> + <rect x="2.5" y="2.5" width="11" height="11" fill="none" stroke="#edf0f1" stroke-width="1"/> + <g fill="#edf0f1" fill-opacity=".65"> + <polygon points="3,3 5,3 5,5"/> + <rect x="11" y="3" width="2" height="2"/> + <rect x="7" y="3" width="2" height="2"/> + <polygon points="5,5 7,5 7,7"/> + <rect x="9" y="5" width="2" height="2"/> + <polygon points="7,7 9,7 9,9"/> + <rect x="11" y="7" width="2" height="2"/> + <polygon points="9,9 11,9 11,11"/> + <polygon points="11,11 13,11 13,13"/> + </g> + <line x1="3" y1="3" x2="13" y2="13" stroke="#edf0f1" stroke-width="1"/> + <g fill="#edf0f1"> + <circle cx="2" cy="2" r="1"/> + <circle cx="14" cy="2" r="1"/> + <circle cx="2" cy="14" r="1"/> + <circle cx="14" cy="14" r="1"/> + </g> +</svg> |