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