import * as React from 'react'; export interface DockTop64Props extends React.SVGProps { ariaLabel?: string } export default function DockTop64({ ariaLabel, ...props }: DockTop64Props) { return ( ); }