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