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