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