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