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