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