diff options
author | codecalm <codecalm@gmail.com> | 2020-09-01 17:23:07 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-01 17:23:07 +0200 |
commit | 19fc8efc1e17f966aaf61d194de6c221eec677d4 (patch) | |
tree | 2631c0c1eb4c1bcb58bf282db0f1b3f8d16ff7d7 /src/_icons | |
parent | `message-report` icon (diff) | |
download | tabler-icons-19fc8efc1e17f966aaf61d194de6c221eec677d4.tar.xz |
`message-plus` icon
Diffstat (limited to 'src/_icons')
-rw-r--r-- | src/_icons/message-plus.svg | 9 | ||||
-rw-r--r-- | src/_icons/message-report.svg | 4 |
2 files changed, 11 insertions, 2 deletions
diff --git a/src/_icons/message-plus.svg b/src/_icons/message-plus.svg new file mode 100644 index 00000000..758a4f3e --- /dev/null +++ b/src/_icons/message-plus.svg @@ -0,0 +1,9 @@ +--- +tags: [comment, chat, reply, communication, conversation] +--- +<svg> + <path d="M4 21v-13a3 3 0 0 1 3 -3h10a3 3 0 0 1 3 3v6a3 3 0 0 1 -3 3h-9l-4 4" /> + + <line x1="10" y1="11" x2="14" y2="11" /> + <line x1="12" y1="9" x2="12" y2="13" /> +</svg> diff --git a/src/_icons/message-report.svg b/src/_icons/message-report.svg index 158207ac..6546b209 100644 --- a/src/_icons/message-report.svg +++ b/src/_icons/message-report.svg @@ -3,6 +3,6 @@ tags: [comment, chat, reply, communication, conversation] --- <svg> <path d="M4 21v-13a3 3 0 0 1 3 -3h10a3 3 0 0 1 3 3v6a3 3 0 0 1 -3 3h-9l-4 4" /> - <path d="M12 8v3"></path> - <path d="M12 14v.01"></path> + <line x1="12" y1="8" x2="12" y2="11" /> + <line x1="12" y1="14" x2="12" y2="14.01" /> </svg> |