From d7c24e57b2144c16d279b7fcded195a08effb027 Mon Sep 17 00:00:00 2001 From: Filip Cumpalovic <152178979+f1lk3@users.noreply.github.com> Date: Tue, 6 Feb 2024 16:35:30 +0100 Subject: [PATCH] Update google.tsx --- .../icons/landing-hero/google.tsx | 103 ++++++++---------- 1 file changed, 46 insertions(+), 57 deletions(-) diff --git a/documentation/src/refine-theme/icons/landing-hero/google.tsx b/documentation/src/refine-theme/icons/landing-hero/google.tsx index aac63648..aa76b201 100644 --- a/documentation/src/refine-theme/icons/landing-hero/google.tsx +++ b/documentation/src/refine-theme/icons/landing-hero/google.tsx @@ -2,67 +2,56 @@ import React from "react"; export const LandingHeroGoogleIcon = (props: React.SVGProps) => ( - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +image/svg+xml );