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