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