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