Spaces:
Paused
Paused
| export default function Globe() { | |
| return ( | |
| <svg | |
| fill="none" | |
| height="24" | |
| viewBox="0 0 24 24" | |
| width="24" | |
| xmlns="http://www.w3.org/2000/svg" | |
| > | |
| <path | |
| d="M12 19.7083C16.2572 19.7083 19.7083 16.2572 19.7083 12C19.7083 7.74276 16.2572 4.29163 12 4.29163M12 19.7083C7.74276 19.7083 4.29163 16.2572 4.29163 12C4.29163 7.74276 7.74276 4.29163 12 4.29163M12 19.7083C10.044 19.7083 8.45829 16.2572 8.45829 12C8.45829 7.74276 10.044 4.29163 12 4.29163M12 19.7083C13.956 19.7083 15.5416 16.2572 15.5416 12C15.5416 7.74276 13.956 4.29163 12 4.29163M19.5 12H4.49996" | |
| stroke="#262626" | |
| strokeLinecap="square" | |
| strokeOpacity="0.32" | |
| strokeWidth="1.25" | |
| /> | |
| </svg> | |
| ); | |
| } | |