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