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