// DeepSeek Harness brand wordmark (figma 356:14644, exact extract): whale + // "deepseek" letterforms + HARNESS badge plate in one svg. Native 182x24. // Ink rides currentColor; the badge text is knocked out in the inverted // label color so the plate stays legible in both themes. import type { IconProps } from './icons/props.ts' /** * Render the full brand wordmark. * @param props.size - height in px (default 24; width keeps the 182:24 ratio). * @param props.className - extra class for layout placement. * @returns the wordmark svg (aria-hidden decorative brand art). */ export function BrandWordmark({ size = 24, className }: IconProps) { return ( ) }