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