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