Add Cloud provider logo (#105274)

* Add Cloud provider logo

* remove color

* remove other svg props
pull/105669/head
Ana Ivanov 2 months ago committed by GitHub
parent 3d1eac754b
commit dbd88033f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      packages/grafana-data/src/types/icon.ts
  2. 2
      pkg/services/navtree/navtreeimpl/applinks.go
  3. 15
      public/img/icons/unicons/cloud-provider.svg

@ -69,6 +69,7 @@ export const availableIconsIndex = {
'clock-nine': true,
cloud: true,
'cloud-download': true,
'cloud-provider': true,
'cloud-upload': true,
'code-branch': true,
cog: true,

@ -329,7 +329,7 @@ func (s *ServiceImpl) readNavigationSettings() {
"grafana-easystart-app": {SectionID: navtree.NavIDRoot, SortWeight: navtree.WeightApps + 1, Text: "Connections", Icon: "adjust-circle"},
"k6-app": {SectionID: navtree.NavIDTestingAndSynthetics, SortWeight: 1, Text: "Performance"},
"grafana-asserts-app": {SectionID: navtree.NavIDRoot, SortWeight: navtree.WeightAsserts, Icon: "asserts"},
"grafana-csp-app": {SectionID: navtree.NavIDRoot, SortWeight: navtree.WeightCloudServiceProviders, Icon: "cloud"},
"grafana-csp-app": {SectionID: navtree.NavIDRoot, SortWeight: navtree.WeightCloudServiceProviders, Icon: "cloud-provider"},
}
if s.features.IsEnabledGlobally(featuremgmt.FlagGrafanaAdvisor) {

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 27.4.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="0 0 143 125.4">
<g>
<path class="st0" d="M119.5,69.8c-1.7-8-8.6-15.3-17.5-16.1c-0.2-1.2-0.4-2.3-0.6-3.4c-2.9-14.3-16.4-23.1-31.1-19.6
c-8,1.9-13.4,6.8-16.9,14.2c-0.3,0.7-0.7,0.9-1.5,0.9c-1.9-0.1-3.8-0.2-5.7,0.1c-6.5,1-12.3,7.4-12.6,13.9c0,0.7-0.3,1-0.9,1.3
c-10.6,5-12.9,19.2-5.3,28.1c2.6,2.7,5.6,4.3,8,5.3c2,0.9,4.2,1.3,6.5,1.3h55.6h0.8c0.1,0,0.1,0,0.2,0c0.3,0,0.5,0,1,0
c5.9-0.2,11.7-2.7,15.5-7.1C119.6,83.1,121,76.8,119.5,69.8z M53.4,84.4c0,0.7-0.6,1.3-1.3,1.3h-6c-0.7,0-1.3-0.6-1.3-1.3v-14
c0-0.7,0.6-1.3,1.3-1.3h6c0.7,0,1.3,0.6,1.3,1.3V84.4z M66.5,84.4c0,0.7-0.6,1.3-1.3,1.3h-6c-0.7,0-1.3-0.6-1.3-1.3V58.5
c0-0.7,0.6-1.3,1.3-1.3h6c0.7,0,1.3,0.6,1.3,1.3V84.4z M79.5,84.4c0,0.7-0.6,1.3-1.3,1.3h-6c-0.7,0-1.3-0.6-1.3-1.3V64.7
c0-0.7,0.6-1.3,1.3-1.3h6c0.7,0,1.3,0.6,1.3,1.3V84.4z M92.6,84.4c0,0.7-0.6,1.3-1.3,1.3h-6c-0.7,0-1.3-0.6-1.3-1.3V52.8
c0-0.7,0.6-1.3,1.3-1.3h6c0.7,0,1.3,0.6,1.3,1.3V84.4z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

Loading…
Cancel
Save