diff options
Diffstat (limited to 'devtools/client/themes/images/performance-details-flamegraph.svg')
-rw-r--r-- | devtools/client/themes/images/performance-details-flamegraph.svg | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devtools/client/themes/images/performance-details-flamegraph.svg b/devtools/client/themes/images/performance-details-flamegraph.svg new file mode 100644 index 0000000000..a3eed078f6 --- /dev/null +++ b/devtools/client/themes/images/performance-details-flamegraph.svg @@ -0,0 +1,13 @@ +<!-- 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 #0b0b0b">
+ <rect x="0" y="4" width="16" height="1"/>
+ <rect x="0" y="7" width="8" height="1"/>
+ <rect x="10" y="7" width="6" height="1"/>
+ <rect x="2" y="10" width="6" height="1"/>
+ <rect x="5" y="13" width="3" height="1"/>
+</svg>
+
|