Add graduation-cap icon (#367)

* add graduation-cap icon

* move graduation-cap into icons folder

* Add tags for graduation-cap

* Add trailing newline

Co-authored-by: Eric Fennis <eric.fennis@gmail.com>

Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
This commit is contained in:
Lukas Schätzle
2021-08-10 10:31:34 +02:00
committed by GitHub
parent 428460ea46
commit 872adfa333
2 changed files with 19 additions and 0 deletions

13
icons/graduation-cap.svg Normal file
View File

@@ -0,0 +1,13 @@
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M22 10v6M2 10l10-5 10 5-10 5z" />
<path d="M6 12v5c3 3 9 3 12 0v-5" />
</svg>

After

Width:  |  Height:  |  Size: 270 B

View File

@@ -858,6 +858,12 @@
"grab": [ "grab": [
"hand" "hand"
], ],
"graduation-cap": [
"school",
"university",
"learn",
"study"
],
"grid": [ "grid": [
"table" "table"
], ],