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