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