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