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