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