1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-08-29 16:50:15 +02:00

school icon

This commit is contained in:
codecalm
2020-09-21 17:28:25 +02:00
parent 9459d622c4
commit d1aa67fe8d
2 changed files with 8 additions and 2 deletions

View File

@@ -3,6 +3,6 @@ tags: [wireless, connection, connect]
--- ---
<svg> <svg>
<polyline points="7 8 17 16 12 20 12 4 17 8 7 16" /> <polyline points="7 8 17 16 12 20 12 4 17 8 7 16" />
<polyline points="4 12 5 12"></polyline> <line x1="4" y1="12" x2="5" y2="12" />
<polyline points="18 12 19 12"></polyline> <line x1="18" y1="12" x2="19" y2="12" />
</svg> </svg>

6
src/_icons/school.svg Normal file
View File

@@ -0,0 +1,6 @@
---
---
<svg>
<path d="M22 9l-10 -4l-10 4l10 4l10 -4v6" />
<path d="M6 10.6v5.4a6 3 0 0 0 12 0v-5.4" />
</svg>