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