import type { LogoProps } from '../icon' export default function MarskiLogoIcon({ className = '', 'aria-label': ariaLabel, height = 30, width = 92, ...props }: LogoProps) { return ( ) }