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