diff --git a/packages/grafana-ui/src/components/Icon/assets/Grafana.tsx b/packages/grafana-ui/src/components/Icon/assets/Grafana.tsx index cc5bd01964..3f3063d0e6 100644 --- a/packages/grafana-ui/src/components/Icon/assets/Grafana.tsx +++ b/packages/grafana-ui/src/components/Icon/assets/Grafana.tsx @@ -3,68 +3,35 @@ import { SvgProps } from './types'; export const Grafana: FunctionComponent = ({ size, ...rest }) => { return ( - - - - - - - - + + + + + + + + ); };