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