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