From dffe5e73d9fd63bc558dba9bbcede48a9c2ba93b Mon Sep 17 00:00:00 2001 From: Filip Cumpalovic <152178979+f1lk3@users.noreply.github.com> Date: Tue, 6 Feb 2024 12:55:23 +0100 Subject: [PATCH] Create supabase.tsx --- .../icons/landing-hero/supabase.tsx | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 documentation/src/refine-theme/icons/landing-hero/supabase.tsx diff --git a/documentation/src/refine-theme/icons/landing-hero/supabase.tsx b/documentation/src/refine-theme/icons/landing-hero/supabase.tsx new file mode 100644 index 00000000..ac187d4d --- /dev/null +++ b/documentation/src/refine-theme/icons/landing-hero/supabase.tsx @@ -0,0 +1,23 @@ +import React from "react"; + +export const LandingHeroSupabaseIcon = ( + props: React.SVGProps, +) => ( + width="24" height="24" viewBox="-35.5 26 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMidYMid"> + + + +);