import clsx from 'clsx'; import type { AkismetLogoType } from './types'; const AkismetLogo: AkismetLogoType = ( { className = '', size = { width: 100, height: 19 }, color = '#000', } ) => { return ( ); }; export default AkismetLogo;