With the following LaTeX code, the braces look too thick when the array is large. Is it possible to make the brace thinner? By the way, the | delimiters look always good.
\[\left\{\begin{array}{l}
A+B=C\\J+K=L
\end{array}\right. \quad
\left\{\begin{array}{l}
A+B=C\\J+K=L\\O+P=Q\\R+S=T\\U+V=W\\X+Y=Z
\end{array}\right. \]
\[\left|\begin{array}{l}
A+B=C\\J+K=L
\end{array}\right|\quad
\left|\begin{array}{l}
A+B+C\\J+K=L\\O+P=Q\\R+S=T\\U+V=W\\X+Y=Z
\end{array}\right| \]


