debugger-step-over.svg 1.5 KB

12345678910111213141516171819202122232425
  1. <!-- This Source Code Form is subject to the terms of the Mozilla Public
  2. - License, v. 2.0. If a copy of the MPL was not distributed with this
  3. - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
  4. <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16">
  5. <defs>
  6. <linearGradient id="c">
  7. <stop offset="0" stop-color="#dd8506"/>
  8. <stop offset="1" stop-color="#f4a24b"/>
  9. </linearGradient>
  10. <linearGradient id="b">
  11. <stop offset="0" stop-color="#e68507"/>
  12. <stop offset="1" stop-color="#f4b65f"/>
  13. </linearGradient>
  14. <linearGradient id="a">
  15. <stop offset="0" stop-color="#f3a952"/>
  16. <stop offset="1" stop-color="#fadbba"/>
  17. </linearGradient>
  18. <linearGradient x1="9.06" y1="13.305" x2="9.06" y2="1.704" id="d" xlink:href="#a" gradientUnits="userSpaceOnUse" gradientTransform="translate(3)"/>
  19. <linearGradient x1="3.865" y1="14.919" x2="3.865" y2="13.049" id="f" xlink:href="#b" gradientUnits="userSpaceOnUse" gradientTransform="translate(3)"/>
  20. <linearGradient x1="12.911" y1="12.657" x2="2.554" y2="2.3" id="e" xlink:href="#c" gradientUnits="userSpaceOnUse"/>
  21. </defs>
  22. <path d="M4.698 2.46h3.7c3.052 0 5.102 1.828 5.102 4.568v3.565h1.962L12.077 13.5l-3.383-2.914h1.9V7.74c0-1.793-.486-2.454-2.047-2.492-.791-.02-1.842 0-2.647 0-1.821 0-2.368.81-2.368 2.488V12.5H.522S.518 9.04.518 7.03c0-2.72 2.209-4.57 4.179-4.57z" fill="url(#d)" stroke="url(#e)" stroke-linejoin="round"/>
  23. <path fill="url(#f)" d="M5.016 12.987h4.01v1.995h-4.01z"/>
  24. </svg>