diff options
Diffstat (limited to 'devtools/client/debugger/images/breakpoint.svg')
-rw-r--r-- | devtools/client/debugger/images/breakpoint.svg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/devtools/client/debugger/images/breakpoint.svg b/devtools/client/debugger/images/breakpoint.svg new file mode 100644 index 0000000000..95a6ef519c --- /dev/null +++ b/devtools/client/debugger/images/breakpoint.svg @@ -0,0 +1,6 @@ +<!-- 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" viewBox="0 0 60 15" width="60" height="15" stroke="currentColor"> + <path d="M53.07.5H1.5c-.54 0-1 .46-1 1v12c0 .54.46 1 1 1h51.57c.58 0 1.15-.26 1.53-.7l4.7-6.3-4.7-6.3c-.38-.44-.95-.7-1.53-.7z"/> +</svg> |