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