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