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/message-2.svg | |
parent | Merge pull request #287 from tabler/dev-unicode (diff) | |
download | tabler-icons-e35df21787712c14bea1869f2c663be4343ecf47.tar.xz |
e11ty test
Diffstat (limited to 'src/icons/message-2.svg')
-rw-r--r-- | src/icons/message-2.svg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/icons/message-2.svg b/src/icons/message-2.svg new file mode 100644 index 00000000..864f0905 --- /dev/null +++ b/src/icons/message-2.svg @@ -0,0 +1,11 @@ +--- +category: Communication +tags: [comment, chat, reply] +version: "1.0" +unicode: "eaec" +--- +<svg> + <path d="M12 20l-3 -3h-2a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h10a3 3 0 0 1 3 3v6a3 3 0 0 1 -3 3h-2l-3 3" /> + <line x1="8" y1="9" x2="16" y2="9" /> + <line x1="8" y1="13" x2="14" y2="13" /> +</svg> |