feat: Add glasses icon (#149)

* feat: Add glasses icon

* Update icons/glasses.svg

Co-authored-by: Alexander Antonov <aantonov@131.ru>
Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
This commit is contained in:
Alexandr Antonov
2021-04-14 18:42:55 +03:00
committed by GitHub
parent 74c077b3ae
commit 96357adbe7
2 changed files with 21 additions and 0 deletions

17
icons/glasses.svg Normal file
View File

@@ -0,0 +1,17 @@
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<circle cx="6" cy="15" r="4" />
<circle cx="18" cy="15" r="4" />
<path d="M14 15a2 2 0 00-2-2 2 2 0 00-2 2" />
<path d="M2.5 13L5 7c.7-1.3 1.4-2 3-2" />
<path d="M21.5 13L19 7c-.7-1.3-1.5-2-3-2" />
</svg>

After

Width:  |  Height:  |  Size: 416 B

View File

@@ -687,6 +687,10 @@
"logo", "logo",
"version control" "version control"
], ],
"glasses": [
"glasses",
"spectacles"
],
"globe": [ "globe": [
"world", "world",
"browser", "browser",