Icons: Add support for docker icon (#81884)

- add docker icon to registry
pull/82231/head
Eric Jacobson 2 years ago committed by GitHub
parent cc33f0bd10
commit 8afab6a80f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      packages/grafana-data/src/types/icon.ts

@ -83,6 +83,7 @@ export const availableIconsIndex = {
dashboard: true,
database: true,
'dice-three': true,
docker: true,
'document-info': true,
'download-alt': true,
draggabledots: true,

Loading…
Cancel
Save