diff options
author | codecalm <codecalm@gmail.com> | 2020-09-26 22:27:34 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-26 22:27:34 +0200 |
commit | 47443b36a2dc4a970e54cbfda4d65c7e62236c23 (patch) | |
tree | 8e3ab1dab8b2cb49bdafe7d6e4eb3abd9f7e99f9 /src/_icons/message-circle-2.svg | |
parent | icons cleanup, categories (diff) | |
download | tabler-icons-47443b36a2dc4a970e54cbfda4d65c7e62236c23.tar.xz |
5 new icons: `cloud-off`, `message-circle-2`, `message-circle-off`, `message-off`, `messages-off`
Fixed icons: `contrast`, `copy`, `indent-decrease`, `indent-increase`, `message-2`, `message-circle`, `message-dots`, `message-plus`, `message-report`, `message`, `messages`, `player-play`, `player-skip-back`, `player-skip-forward`, `player-track-next`, `player-track-prev`, `printer`, `table`
Diffstat (limited to 'src/_icons/message-circle-2.svg')
-rw-r--r-- | src/_icons/message-circle-2.svg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/_icons/message-circle-2.svg b/src/_icons/message-circle-2.svg new file mode 100644 index 00000000..3b2b72f3 --- /dev/null +++ b/src/_icons/message-circle-2.svg @@ -0,0 +1,10 @@ +--- +category: Communication +tags: [comment, chat, reply] +--- +<svg> + <path d="M3 20l1.3 -3.9a9 8 0 1 1 3.4 2.9l-4.7 1" /> + <line x1="12" y1="12" x2="12" y2="12.01" /> + <line x1="8" y1="12" x2="8" y2="12.01" /> + <line x1="16" y1="12" x2="16" y2="12.01" /> +</svg> |