import Image from 'next/image'; export type ImageProps = { width?: number | string; height?: number | string; className?: string; }; export default function LogoIcon(props: ImageProps) { return ( Shopware Composable Frontends Logo ); }