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