From 329d5f58268e5acb43e961ea37234b716ffd3035 Mon Sep 17 00:00:00 2001 From: dar <104132637+credativ-dar@users.noreply.github.com> Date: Wed, 9 Nov 2022 12:09:52 +0100 Subject: [PATCH] Replace icon in tsx --- .../src/components/Icon/assets/Grafana.tsx | 91 ++++++------------- 1 file changed, 29 insertions(+), 62 deletions(-) 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 ( - - - - - - - - + + + + + + + + ); };