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