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