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