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