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