diff options
Diffstat (limited to 'src/_icons/mail-forward.svg')
-rw-r--r-- | src/_icons/mail-forward.svg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/_icons/mail-forward.svg b/src/_icons/mail-forward.svg new file mode 100644 index 00000000..ac0f7db5 --- /dev/null +++ b/src/_icons/mail-forward.svg @@ -0,0 +1,10 @@ +--- +tags: [send, recipient, email, inbox, message] +category: Communication +--- +<svg> + <path d="M12 18h-7a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v7.5" /> + <path d="M3 6l9 6l9 -6" /> + <path d="M15 18h6" /> + <path d="M18 15l3 3l-3 3" /> +</svg> |