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