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