From 51fd035e411387da391c7a9d1ec6ad41e021d867 Mon Sep 17 00:00:00 2001 From: Filip Cumpalovic <152178979+f1lk3@users.noreply.github.com> Date: Tue, 6 Feb 2024 13:46:44 +0100 Subject: [PATCH] Update auth0.tsx --- .../refine-theme/icons/landing-hero/auth0.tsx | 43 ++----------------- 1 file changed, 4 insertions(+), 39 deletions(-) diff --git a/documentation/src/refine-theme/icons/landing-hero/auth0.tsx b/documentation/src/refine-theme/icons/landing-hero/auth0.tsx index 48d8646..ea921e0 100644 --- a/documentation/src/refine-theme/icons/landing-hero/auth0.tsx +++ b/documentation/src/refine-theme/icons/landing-hero/auth0.tsx @@ -2,49 +2,14 @@ import React from "react"; export const LandingHeroAuth0Icon = (props: React.SVGProps) => ( - - - - - - - - - - - + + );