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