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