import React from 'react'; import { cn } from '~/utils/'; export default function BirthdayIcon({ className = '' }) { return ( ); }