diff options
Diffstat (limited to 'src/_icons')
-rw-r--r-- | src/_icons/phone-check.svg | 7 | ||||
-rw-r--r-- | src/_icons/phone-incoming.svg | 4 | ||||
-rw-r--r-- | src/_icons/phone-outgoing.svg | 4 | ||||
-rw-r--r-- | src/_icons/phone-plus.svg | 7 | ||||
-rw-r--r-- | src/_icons/phone-x.svg | 7 | ||||
-rw-r--r-- | src/_icons/user-plus.svg | 3 |
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 00000000..e7f59022 --- /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 ee2dd6b2..4f3c66c1 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 986028c2..ca3a35a2 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 00000000..08b32ed6 --- /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 00000000..71643c51 --- /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 d56adb82..856989f8 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> |