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