import type { ComponentPropsWithRef } from "react" /** * Renders the Discord logo as an SVG element. * * @param props - Props forwarded to the root `` element (e.g., `className`, `style`, `aria-*`, event handlers) * @returns The SVG element for the Discord icon */ export function Discord(props: ComponentPropsWithRef<"svg">) { return ( ) }