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