| 1 |
<div class="betterdocs-switch-mode"> |
| 2 |
<label for="betterdocs-mode-toggle"> |
| 3 |
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"> |
| 4 |
<g clip-path="url(#clip0_2890_21178)"> |
| 5 |
<path d="M12 1V3M12 21V23M4.22 4.22L5.64 5.64M18.36 18.36L19.78 19.78M1 12H3M21 12H23M4.22 19.78L5.64 18.36M18.36 5.64L19.78 4.22M17 12C17 14.7614 14.7614 17 12 17C9.23858 17 7 14.7614 7 12C7 9.23858 9.23858 7 12 7C14.7614 7 17 9.23858 17 12Z" stroke="#475467" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> |
| 6 |
</g> |
| 7 |
<defs> |
| 8 |
<clipPath id="clip0_2890_21178"> |
| 9 |
<rect width="24" height="24" fill="white"/> |
| 10 |
</clipPath> |
| 11 |
</defs> |
| 12 |
</svg> |
| 13 |
</label> |
| 14 |
<input class="betterdocs-mode-toggle" id="betterdocs-mode-toggle" type="checkbox"> |
| 15 |
</div> |
| 16 |
|