import type { LogoProps } from "../icon" export default function TheDockIcon({ className = "", "aria-label": ariaLabel, height = 30, width = 128, ...props }: LogoProps) { return ( ) }