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