diff options
author | codecalm <codecalm@gmail.com> | 2020-08-04 23:46:11 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-08-04 23:46:11 +0200 |
commit | 3b6c5d322c55ee1dd5526c6ca5d4c0bc1d00f451 (patch) | |
tree | bc34594f70fb893ef965ae7a0531cd75a3da5132 /src/_icons/phone-calling.svg | |
parent | `capture` icon (diff) | |
download | tabler-icons-3b6c5d322c55ee1dd5526c6ca5d4c0bc1d00f451.tar.xz |
3 new icons: `camera-minus`, `camera-plus`, `phone-calling`
Fixed icons: `capture`
Diffstat (limited to 'src/_icons/phone-calling.svg')
-rw-r--r-- | src/_icons/phone-calling.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/_icons/phone-calling.svg b/src/_icons/phone-calling.svg new file mode 100644 index 00000000..4c176fe3 --- /dev/null +++ b/src/_icons/phone-calling.svg @@ -0,0 +1,9 @@ +--- +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" /> + <line x1="15" y1="7" x2="15" y2="7.01" /> + <line x1="18" y1="7" x2="18" y2="7.01" /> + <line x1="21" y1="7" x2="21" y2="7.01" /> +</svg> |