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