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