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