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