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