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