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