// @flow import React from "react"; type Props = {| +className: string, +altText: string, |}; export default function DiscordLogo(props: Props) { return ( ); }