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