diff options
author | codecalm <codecalm@gmail.com> | 2020-06-01 01:06:41 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-06-01 01:06:41 +0200 |
commit | 872462ead7f6225be6f68a56744a341d47da6e26 (patch) | |
tree | 561635cbc22558070a66369e59e874d7e2872f55 /src/_icons/phone-outgoing.svg | |
parent | Fixed icons: `phone-call`, `phone-incoming`, `phone-outgoing`, `phone-pause`,... (diff) | |
download | tabler-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/_icons/phone-outgoing.svg')
-rw-r--r-- | src/_icons/phone-outgoing.svg | 4 |
1 files changed, 2 insertions, 2 deletions
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> |