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