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