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