aboutsummaryrefslogtreecommitdiff
path: root/arc-firefox-theme/chrome/browser/devtools/tool-shadereditor.svg
blob: e4e239a46f8b7048f1bedd1ef03b4c767a65d6ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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>