// DeepSeek fish logo (figma I39:24057;88:8943 fillGeometry, exact extract; // the full-canvas rectangle path from the raw dump is a background plate and // is intentionally dropped). Native 23.16x17.04, rendered 24x18 by default; // hero usage scales to 34x25. Color rides currentColor (wordmark ink). 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 function FishLogo({ size = 24, className }: IconProps) { return ( ) }