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