import IconProps from '@/components/shared/icons/props' import WhatsappIcon from '@/components/shared/icons/whatsapp' import {BRAND_ICON_COLOR, BRAND_ICON_SIZE} from '@/lib/constants' import {cn} from '@/lib/utils' export default function SocialMediaPanel({className, size, color}: IconProps) { return ( ) }