import { Icon, IconProps } from '@@/Icon'; type Props = IconProps; export function BadgeIcon({ icon, featherIcon }: Props) { return (