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