1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-09-02 18:33:18 +02:00

wifi icons, mood-tongue icon

This commit is contained in:
codecalm
2020-03-27 21:38:26 +01:00
parent cd895a8498
commit 822d5bb934
6 changed files with 43 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
---
---
<svg>
<rect x="13" y="8" width="8" height="12" rx="1"></rect>
<path d="M18 8v-3a1 1 0 00 -1 -1h-13a1 1 0 00 -1 1v12a1 1 0 00 1 1h9"></path>
<polyline points="16 9 18 9"></polyline>
<rect x="13" y="8" width="8" height="12" rx="1" />
<path d="M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h9" />
<line x1="16" y1="9" x2="18" y2="9" />
</svg>

View File

@@ -0,0 +1,9 @@
---
tags: [face, emoji, emotion]
---
<svg>
<circle cx="12" cy="12" r="9" />
<line x1="9" y1="10" x2="9.01" y2="10" />
<line x1="15" y1="10" x2="15.01" y2="10" />
<path d="M10 14v2a2 2 0 0 0 4 0v-2m1 0h-6" />
</svg>

6
src/_icons/wifi-0.svg Normal file
View File

@@ -0,0 +1,6 @@
---
tags: [online, connection, signal, wireless]
---
<svg>
<line x1="12" y1="18" x2="12.01" y2="18" />
</svg>

9
src/_icons/wifi-1.svg Normal file
View File

@@ -0,0 +1,9 @@
---
tags: [online, connection, signal, wireless]
---
<svg>
<g transform="rotate(-45 12 18)">
<line x1="12" y1="18" x2="12.01" y2="18" />
<path d="M12 14a4 4 0 0 1 4 4" />
</g>
</svg>

10
src/_icons/wifi-2.svg Normal file
View File

@@ -0,0 +1,10 @@
---
tags: [online, connection, signal, wireless]
---
<svg>
<g transform="rotate(-45 12 18)">
<line x1="12" y1="18" x2="12.01" y2="18" />
<path d="M12 14a4 4 0 0 1 4 4" />
<path d="M12 10a8 8 0 0 1 8 8" />
</g>
</svg>

View File

@@ -2,7 +2,10 @@
tags: [online, connection, signal, wireless]
---
<svg>
<circle cx="12" cy="12" r="1" />
<path d="M9 16a5 5 0 1 1 6 0" />
<path d="M6 18.7a9 9 0 1 1 12 0" />
<g transform="rotate(-45 12 18)">
<line x1="12" y1="18" x2="12.01" y2="18" />
<path d="M12 14a4 4 0 0 1 4 4" />
<path d="M12 10a8 8 0 0 1 8 8" />
<path d="M12 6a12 12 0 0 1 12 12" />
</g>
</svg>