import * as React from 'react' import { logo } from '../lib/panda-context' export function Logo(props: React.ComponentProps<'svg'>) { if (logo) return logo return ( ) }