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