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