TESTPage2 Google Icons

<!-- Link to Google Material Icons -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<style>
.icon {
font-size: 36px; /* Adjust the size of the icon */
color: #555; /* Adjust the color of the icon */
}
</style>
<h1>Google Material Eye Icon</h1>
<p>Here is an eye icon using Google Material Icons:</p>
<span class="material-icons icon">visibility</span>
<p>Here is an eye-off icon (visibility_off):</p>
<span class="material-icons icon">visibility_off</span>