mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Icons: Added prometheus and traces icons (#73734)
* Add prometheus and traces icons * Remove icons from the bundle as they might be behind a feature flag
This commit is contained in:
parent
e7a2c86af8
commit
e3c65d355f
@ -125,6 +125,8 @@ export const availableIconsIndex = {
|
||||
'gf-service-account': true,
|
||||
'gf-show-context': true,
|
||||
'gf-pin': true,
|
||||
'gf-prometheus': true,
|
||||
'gf-traces': true,
|
||||
grafana: true,
|
||||
'graph-bar': true,
|
||||
'grafana-ml': true,
|
||||
|
3
public/img/icons/custom/gf-prometheus.svg
Normal file
3
public/img/icons/custom/gf-prometheus.svg
Normal file
@ -0,0 +1,3 @@
|
||||
<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M15.0001 7.00024C10.5819 7.00024 7 10.5817 7 15C7 19.418 10.5819 22.9997 15.0001 22.9997C19.4182 22.9997 23 19.418 23 15C23 10.5816 19.4181 7.00024 15.0001 7.00024ZM15.0001 21.9726C13.7431 21.9726 12.7239 21.1329 12.7239 20.0973H17.2762C17.2762 21.1327 16.2571 21.9726 15.0001 21.9726V21.9726ZM18.7596 19.4764H11.2401V18.1128H18.7598V19.4763H18.7596V19.4764ZM18.7326 17.4111H11.2616C11.2367 17.3824 11.2113 17.3542 11.1873 17.3251C10.4176 16.3905 10.2363 15.9026 10.0603 15.4054C10.0573 15.389 10.9936 15.5966 11.6576 15.746C11.6576 15.746 11.9992 15.8251 12.4987 15.9161C12.0191 15.354 11.7343 14.6394 11.7343 13.9089C11.7343 12.3053 12.9643 10.904 12.5206 9.7714C12.9524 9.80652 13.4143 10.6828 13.4456 12.0529C13.9047 11.4184 14.0968 10.2598 14.0968 9.54947C14.0968 8.81391 14.5815 7.95948 15.0663 7.9303C14.6341 8.64254 15.1782 9.25309 15.6619 10.7678C15.8433 11.3367 15.8202 12.2942 15.9602 12.9014C16.0067 11.6403 16.2235 9.80015 17.0236 9.16491C16.6706 9.9649 17.0758 10.966 17.3529 11.4473C17.8001 12.2237 18.0711 12.812 18.0711 13.9246C18.0711 14.6706 17.7956 15.3729 17.3311 15.922C17.8593 15.8228 18.2241 15.7335 18.2241 15.7335L19.9397 15.3988C19.9399 15.3986 19.6906 16.4238 18.7326 17.4111V17.4111Z" fill="#CCCCDC" fill-opacity="0.65"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.3 KiB |
7
public/img/icons/custom/gf-traces.svg
Normal file
7
public/img/icons/custom/gf-traces.svg
Normal file
@ -0,0 +1,7 @@
|
||||
<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.9444 10.3846C21.0644 10.5 21.1319 10.6565 21.132 10.8197V21.4616C21.132 21.8014 20.8454 22.0769 20.492 22.0769H9.61192C9.25846 22.0769 8.97192 21.8014 8.97192 21.4616V8.53848C8.97192 8.19862 9.25846 7.9231 9.61192 7.9231H18.1195C18.2891 7.92313 18.452 7.98799 18.572 8.1034L20.9444 10.3846Z" stroke="#CCCCDC" stroke-opacity="0.65" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M12 18H19" stroke="#CCCCDC" stroke-opacity="0.65" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M12 16H19" stroke="#CCCCDC" stroke-opacity="0.65" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M12 14H19" stroke="#CCCCDC" stroke-opacity="0.65" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M12.1201 11.48H15.3201" stroke="#CCCCDC" stroke-opacity="0.65" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1000 B |
Loading…
Reference in New Issue
Block a user