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