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