// RIP to ThemeDarkIcon ????-2025 // Failed to remap "ThemeDarkIcon" in "discord/components/common/index" // bro are you fucking kidding me // that's literally the icon we use for the update banner import React from "@moonlight-mod/wp/react"; import icons from "@moonlight-mod/wp/common_icons"; import type { IconProps } from "@moonlight-mod/types/coreExtensions/common"; export default function ThemeDarkIcon(props?: IconProps) { const parsed = icons.parseProps(props); return ( ); }