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