import { LucideIcon } from "lucide-react"; export const Discord: LucideIcon = ({ size = 24, ...rest }) => { return ( ); };