import type { IconProps } from './icons/props.ts'; /** * Render the fish logo. * @param props.size - width in px (default 24; height keeps the 23.16:17.04 ratio). * @param props.className - extra class for layout placement. * @returns the logo svg (aria-hidden; pair with the wordmark for accessibility). */ export declare function FishLogo({ size, className }: IconProps): import("react").JSX.Element; //# sourceMappingURL=FishLogo.d.ts.map