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