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