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