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