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