Update supabase.tsx test_01

This commit is contained in:
Filip Cumpalovic 2024-02-28 10:42:00 +01:00 committed by GitHub
parent 543ba607de
commit 56ddd248c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,26 +3,16 @@ import { SVGProps } from "react";
const SvgSupabase = (props: SVGProps<SVGSVGElement>) => ( const SvgSupabase = (props: SVGProps<SVGSVGElement>) => (
<svg <svg
width="24" width={24}
height="24" height={64}
viewBox="0 0 47 48" viewBox="0 0 512 512"
fill="none" fill="none"
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"
{...props} {...props}
> >
<path <path stroke="#066da5" stroke-width="38" d="M296 226h42m-92 0h42m-91 0h42m-91 0h41m-91 0h42m8-46h41m8 0h42m7 0h42m-42-46h42" />
d="M27.3094 47.2028C26.0832 48.7471 23.5968 47.901 23.5673 45.9292L23.1353 17.0898H42.5268C46.0392 17.0898 47.998 21.1466 45.814 23.8974L27.3094 47.2028Z" <path fill="#066da5" d="m472 228s-18-17-55-11c-4-29-35-46-35-46s-29 35-8 74c-6 3-16 7-31 7H68c-5 19-5 145 133 145 99 0 173-46 208-130 52 4 63-39 63-39" />
fill={`url(#${props?.id || ""}-supabase-a)`} </svg>
/>
<path
d="M27.3094 47.2028C26.0832 48.7471 23.5968 47.901 23.5673 45.9292L23.1353 17.0898H42.5268C46.0392 17.0898 47.998 21.1466 45.814 23.8974L27.3094 47.2028Z"
fill={`url(#${props?.id || ""}-supabase-b)`}
fillOpacity="0.2"
/>
<path
d="M19.4227 0.797559C20.649 -0.746829 23.1353 0.099384 23.1649 2.07117L23.3542 30.9105H4.20531C0.69287 30.9105 -1.26608 26.8537 0.918057 24.103L19.4227 0.797559Z"
fill="#3ECF8E"
/>
<defs> <defs>
<linearGradient <linearGradient
id={`${props?.id || ""}-supabase-a`} id={`${props?.id || ""}-supabase-a`}