mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update supabase.tsx
This commit is contained in:
parent
d40e6cd7cc
commit
a189aaa51d
@ -4,8 +4,8 @@ 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}
|
||||||
|
Loading…
Reference in New Issue
Block a user