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