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