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