diff options
Diffstat (limited to 'devtools/client/debugger/new/images/pause.svg')
-rw-r--r-- | devtools/client/debugger/new/images/pause.svg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/devtools/client/debugger/new/images/pause.svg b/devtools/client/debugger/new/images/pause.svg new file mode 100644 index 000000000..b27bf2a85 --- /dev/null +++ b/devtools/client/debugger/new/images/pause.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 width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> + <g fill-rule="evenodd"> + <path d="M6.5 12.003l.052-9a.5.5 0 1 0-1-.006l-.052 9a.5.5 0 1 0 1 .006zM13 11.997l-.05-9a.488.488 0 0 0-.477-.497.488.488 0 0 0-.473.503l.05 9a.488.488 0 0 0 .477.497.488.488 0 0 0 .473-.503z"/> + </g> +</svg> |