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