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