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