aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-06-01 01:06:41 +0200
committercodecalm <codecalm@gmail.com>2020-06-01 01:06:41 +0200
commit872462ead7f6225be6f68a56744a341d47da6e26 (patch)
tree561635cbc22558070a66369e59e874d7e2872f55 /src
parentFixed icons: `phone-call`, `phone-incoming`, `phone-outgoing`, `phone-pause`,... (diff)
downloadtabler-icons-872462ead7f6225be6f68a56744a341d47da6e26.tar.xz
3 new icons: `phone-check`, `phone-plus`, `phone-x`
Fixed icons: `phone-incoming`, `phone-outgoing`, `user-plus`
Diffstat (limited to 'src')
-rw-r--r--src/_icons/phone-check.svg7
-rw-r--r--src/_icons/phone-incoming.svg4
-rw-r--r--src/_icons/phone-outgoing.svg4
-rw-r--r--src/_icons/phone-plus.svg7
-rw-r--r--src/_icons/phone-x.svg7
-rw-r--r--src/_icons/user-plus.svg3
6 files changed, 26 insertions, 6 deletions
diff --git a/src/_icons/phone-check.svg b/src/_icons/phone-check.svg
new file mode 100644
index 0000000..e7f5902
--- /dev/null
+++ b/src/_icons/phone-check.svg
@@ -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>
diff --git a/src/_icons/phone-incoming.svg b/src/_icons/phone-incoming.svg
index ee2dd6b..4f3c66c 100644
--- a/src/_icons/phone-incoming.svg
+++ b/src/_icons/phone-incoming.svg
@@ -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>
diff --git a/src/_icons/phone-outgoing.svg b/src/_icons/phone-outgoing.svg
index 986028c..ca3a35a 100644
--- a/src/_icons/phone-outgoing.svg
+++ b/src/_icons/phone-outgoing.svg
@@ -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>
diff --git a/src/_icons/phone-plus.svg b/src/_icons/phone-plus.svg
new file mode 100644
index 0000000..08b32ed
--- /dev/null
+++ b/src/_icons/phone-plus.svg
@@ -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>
diff --git a/src/_icons/phone-x.svg b/src/_icons/phone-x.svg
new file mode 100644
index 0000000..71643c5
--- /dev/null
+++ b/src/_icons/phone-x.svg
@@ -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>
diff --git a/src/_icons/user-plus.svg b/src/_icons/user-plus.svg
index d56adb8..856989f 100644
--- a/src/_icons/user-plus.svg
+++ b/src/_icons/user-plus.svg
@@ -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>