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"> + + + +);