mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
FlameGraph: Add newly designed flame graph icon (#57514)
* Add newly designed flame graph icon * Update expectedListResponse
This commit is contained in:
parent
c30716a073
commit
d9a6c3f398
@ -441,8 +441,8 @@
|
|||||||
"description": "",
|
"description": "",
|
||||||
"links": null,
|
"links": null,
|
||||||
"logos": {
|
"logos": {
|
||||||
"small": "public/img/icn-panel.svg",
|
"small": "public/app/plugins/panel/flamegraph/img/icn-flamegraph.svg",
|
||||||
"large": "public/img/icn-panel.svg"
|
"large": "public/app/plugins/panel/flamegraph/img/icn-flamegraph.svg"
|
||||||
},
|
},
|
||||||
"build": {},
|
"build": {},
|
||||||
"screenshots": null,
|
"screenshots": null,
|
||||||
|
@ -0,0 +1 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?><svg id="Layer_2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 84.64 85.34"><defs><style>.cls-1{fill:#84aff1;}.cls-2{fill:#3865ab;}.cls-3{fill:url(#New_Gradient_Swatch_1);}</style><linearGradient id="New_Gradient_Swatch_1" x1="0" y1="4" x2="84.64" y2="4" gradientTransform="matrix(1, 0, 0, 1, 0, 0)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#f2cc0c"/><stop offset="1" stop-color="#ff9830"/></linearGradient></defs><g id="Icons"><rect class="cls-3" width="84.64" height="8"/><rect class="cls-2" x="44.06" y="11.05" width="18.28" height="8"/><rect class="cls-1" x="44.06" y="22.1" width="18.28" height="8"/><rect class="cls-2" x="44.06" y="33.14" width="16.28" height="8"/><rect class="cls-1" x="44.06" y="44.19" width="16.28" height="8"/><rect class="cls-2" x="44.06" y="55.24" width="14.23" height="8"/><rect class="cls-1" x="44.06" y="66.29" width="10.28" height="8"/><rect class="cls-2" x="44.06" y="77.34" width="10.28" height="8"/><rect class="cls-2" x="66.83" y="11.05" width="17.81" height="8"/><rect class="cls-1" x="66.83" y="22.1" width="17.81" height="8"/><rect class="cls-2" x="66.83" y="33.14" width="17.81" height="8"/><rect class="cls-1" x="66.83" y="44.19" width="13.81" height="8"/><rect class="cls-2" x="66.83" y="55.24" width="10.81" height="8"/><rect class="cls-2" y="11.05" width="17.28" height="8"/><rect class="cls-1" y="22.1" width="17.28" height="8"/><rect class="cls-2" y="33.14" width="9.28" height="8"/><rect class="cls-1" y="44.19" width="9.28" height="8"/><rect class="cls-2" y="55.24" width="9.28" height="8"/><rect class="cls-1" y="66.29" width="9.28" height="8"/><rect class="cls-2" y="77.34" width="5.28" height="8"/><rect class="cls-2" x="21.53" y="11.05" width="18.28" height="8"/><rect class="cls-1" x="21.53" y="22.1" width="18.28" height="8"/><rect class="cls-2" x="21.53" y="33.16" width="8.55" height="7.96"/><rect class="cls-1" x="21.53" y="44.21" width="8.55" height="7.96"/><rect class="cls-2" x="21.53" y="55.26" width="6.55" height="7.96"/><rect class="cls-1" x="21.53" y="66.31" width="4.55" height="7.96"/></g></svg>
|
After Width: | Height: | Size: 2.1 KiB |
@ -10,8 +10,8 @@
|
|||||||
"url": "https://grafana.com"
|
"url": "https://grafana.com"
|
||||||
},
|
},
|
||||||
"logos": {
|
"logos": {
|
||||||
"small": "public/img/icn-panel.svg",
|
"small": "img/icn-flamegraph.svg",
|
||||||
"large": "public/img/icn-panel.svg"
|
"large": "img/icn-flamegraph.svg"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user