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