diff options
Diffstat (limited to 'devtools/client/themes/images/command-responsivemode.svg')
-rw-r--r-- | devtools/client/themes/images/command-responsivemode.svg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/devtools/client/themes/images/command-responsivemode.svg b/devtools/client/themes/images/command-responsivemode.svg new file mode 100644 index 0000000000..012e79c6b7 --- /dev/null +++ b/devtools/client/themes/images/command-responsivemode.svg @@ -0,0 +1,8 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="context-fill #0c0c0d"> + <path fill-opacity="context-fill-opacity" d="M4 1h10v14H6V5H4V1z"/> + <path d="M1 4h5a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1zm0 2v8h5V6H1z"/> + <path d="M5 0a2 2 0 0 0-2 2v1h2V2h8v12H8v2h5a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H5z"/> +</svg> |