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