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