diff options
Diffstat (limited to 'src/icons/message-circle.svg')
-rw-r--r-- | src/icons/message-circle.svg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/icons/message-circle.svg b/src/icons/message-circle.svg new file mode 100644 index 00000000..5a2b6f99 --- /dev/null +++ b/src/icons/message-circle.svg @@ -0,0 +1,12 @@ +--- +category: Communication +tags: [comment, chat, reply] +version: "1.0" +unicode: "eaed" +--- +<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> |