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