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