Add globe icon

This commit is contained in:
Cole Bemis 2017-03-05 13:23:54 -08:00
parent 4d96bf4e8d
commit 03fe0d5f6f
2 changed files with 6 additions and 0 deletions

View File

@ -37,6 +37,7 @@
"cloud",
"cloud-off",
"anchor",
"globe",
"square",
"circle",
"circle-plus",

5
icons/globe.svg Normal file
View File

@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="10"/>
<line x1="2" y1="12" x2="22" y2="12"/>
<path d="M12,2a15.3,15.3,0,0,1,4,10,15.3,15.3,0,0,1-4,10A15.3,15.3,0,0,1,8,12,15.3,15.3,0,0,1,12,2Z"/>
</svg>

After

Width:  |  Height:  |  Size: 361 B