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