1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-02-24 07:13:06 +01:00

3 new icons: phone-check, phone-plus, phone-x

Fixed icons: `phone-incoming`, `phone-outgoing`, `user-plus`
This commit is contained in:
codecalm 2020-06-01 01:06:41 +02:00
parent 454074acd5
commit 872462ead7
6 changed files with 26 additions and 6 deletions

View File

@ -0,0 +1,7 @@
---
tags: [ring, mobile, conversation, answer, dial, landline]
---
<svg>
<path d="M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2" />
<path d="M15 6l2 2l4 -4" />
</svg>

View File

@ -3,6 +3,6 @@ tags: [call, answer, mobile, landline, conversation]
---
<svg>
<path d="M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2" />
<line x1="15" y1="9" x2="21" y2="3" />
<polyline points="15 4 15 9 20 9" />
<line x1="15" y1="9" x2="20" y2="4" />
<polyline points="15 5 15 9 19 9" />
</svg>

View File

@ -3,6 +3,6 @@ tags: [call, signal, mobile, landline, conversation]
---
<svg>
<path d="M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2" />
<line x1="15" y1="9" x2="21" y2="3" />
<polyline points="16 3 21 3 21 8" />
<line x1="15" y1="9" x2="20" y2="4" />
<polyline points="16 4 20 4 20 8" />
</svg>

View File

@ -0,0 +1,7 @@
---
tags: [call, signal, mobile, landline, conversation]
---
<svg>
<path d="M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2" />
<path d="M15 6h6m-3 -3v6" />
</svg>

7
src/_icons/phone-x.svg Normal file
View File

@ -0,0 +1,7 @@
---
tags: [ring, mobile, conversation, answer, dial, landline]
---
<svg>
<path d="M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2" />
<path d="M16 4l4 4m0 -4l-4 4" />
</svg>

View File

@ -4,6 +4,5 @@ tags: [add, create, new, person, people, follow, subscribe]
<svg>
<circle cx="9" cy="7" r="4" />
<path d="M3 21v-2a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v2" />
<line x1="16" y1="11" x2="22" y2="11" />
<line x1="19" y1="8" x2="19" y2="14" />
<path d="M16 11h6m-3 -3v6" />
</svg>