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