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