import type { LogoAndIllustrationProps } from '../icon' export default function BedGenericIcon({ color, ...props }: LogoAndIllustrationProps) { return ( ) }