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