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