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