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