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