import type { SVGProps } from "react"; const SvgBirthdayIcon = (props: SVGProps) => ( ); export default SvgBirthdayIcon;