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