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