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