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