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