diff options
author | codecalm <codecalm@gmail.com> | 2022-08-16 22:44:29 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2022-08-16 22:44:29 +0200 |
commit | e35df21787712c14bea1869f2c663be4343ecf47 (patch) | |
tree | d33d89b9d62c0277fa10fedb985ddabb5f74370d /src/icons/phone-incoming.svg | |
parent | Merge pull request #287 from tabler/dev-unicode (diff) | |
download | tabler-icons-e35df21787712c14bea1869f2c663be4343ecf47.tar.xz |
e11ty test
Diffstat (limited to 'src/icons/phone-incoming.svg')
-rw-r--r-- | src/icons/phone-incoming.svg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/icons/phone-incoming.svg b/src/icons/phone-incoming.svg new file mode 100644 index 00000000..ce118b52 --- /dev/null +++ b/src/icons/phone-incoming.svg @@ -0,0 +1,11 @@ +--- +category: Devices +tags: [call, answer, mobile, landline, conversation] +version: "1.0" +unicode: "eb06" +--- +<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="20" y2="4" /> + <polyline points="15 5 15 9 19 9" /> +</svg> |