diff options
Diffstat (limited to 'devtools/client/themes/images/firebug/debugger-step-in.svg')
-rw-r--r-- | devtools/client/themes/images/firebug/debugger-step-in.svg | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/devtools/client/themes/images/firebug/debugger-step-in.svg b/devtools/client/themes/images/firebug/debugger-step-in.svg new file mode 100644 index 000000000..e9db77159 --- /dev/null +++ b/devtools/client/themes/images/firebug/debugger-step-in.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" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16"> + <defs> + <linearGradient id="c"> + <stop offset="0" stop-color="#dd8506"/> + <stop offset="1" stop-color="#f4a24b"/> + </linearGradient> + <linearGradient id="b"> + <stop offset="0" stop-color="#e68507"/> + <stop offset="1" stop-color="#f4b65f"/> + </linearGradient> + <linearGradient id="a"> + <stop offset="0" stop-color="#f3a952"/> + <stop offset="1" stop-color="#fadbba"/> + </linearGradient> + <linearGradient x1="9.06" y1="13.305" x2="9.06" y2="1.704" id="d" xlink:href="#a" gradientUnits="userSpaceOnUse"/> + <linearGradient x1="3.865" y1="14.919" x2="3.865" y2="13.049" id="f" xlink:href="#b" gradientUnits="userSpaceOnUse" gradientTransform="matrix(.9974 0 0 1.0026 -1.01 -.02)"/> + <linearGradient x1="14.005" y1="14.902" x2="14.005" y2="13.07" id="g" xlink:href="#b" gradientUnits="userSpaceOnUse" gradientTransform="matrix(.9974 0 0 1.0026 -.959 -.02)"/> + <linearGradient x1="10.576" y1="11.641" x2=".835" y2="1.901" id="e" xlink:href="#c" gradientUnits="userSpaceOnUse"/> + </defs> + <path d="M.534 2.46h3.864C7.45 2.46 9.5 4.288 9.5 7.028v3.565h1.961L8.076 13.5l-3.382-2.914h1.899V7.74c0-1.554-.866-2.492-2.966-2.492H.534z" fill="url(#d)" stroke="url(#e)" stroke-linejoin="round"/> + <path fill="url(#f)" d="M1 13h4v2H1z"/> + <path fill="url(#g)" d="M11 13h4v2h-4z"/> +</svg> |