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