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