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