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