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