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