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