import Icon from '@ant-design/icons' import { FC } from 'react' type Props = any const IconSVG = () => export const DiscordIcon: FC = (props: Props) => { return }