case 'facebook':
      // @ts-expect-error TS(2339) FIXME: Property 'Icon' does not exist on type '{}'.
      content.Icon = <Facebook />
      // @ts-expect-error TS(2339) FIXME: Property 'name' does not exist on type '{}'.
      content.name = 'Facebook'