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