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