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