From 872462ead7f6225be6f68a56744a341d47da6e26 Mon Sep 17 00:00:00 2001 From: codecalm Date: Mon, 1 Jun 2020 01:06:41 +0200 Subject: 3 new icons: `phone-check`, `phone-plus`, `phone-x` Fixed icons: `phone-incoming`, `phone-outgoing`, `user-plus` --- src/_icons/phone-check.svg | 7 +++++++ src/_icons/phone-incoming.svg | 4 ++-- src/_icons/phone-outgoing.svg | 4 ++-- src/_icons/phone-plus.svg | 7 +++++++ src/_icons/phone-x.svg | 7 +++++++ src/_icons/user-plus.svg | 3 +-- 6 files changed, 26 insertions(+), 6 deletions(-) create mode 100644 src/_icons/phone-check.svg create mode 100644 src/_icons/phone-plus.svg create mode 100644 src/_icons/phone-x.svg (limited to 'src/_icons') 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] +--- + + + + 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] --- - - + + 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] --- - - + + 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] +--- + + + + 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] +--- + + + + 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] - - + -- cgit v1.2.1