diff options
Diffstat (limited to 'src/_icons/arrow-big-down-lines.svg')
-rw-r--r-- | src/_icons/arrow-big-down-lines.svg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/_icons/arrow-big-down-lines.svg b/src/_icons/arrow-big-down-lines.svg new file mode 100644 index 00000000..b760523d --- /dev/null +++ b/src/_icons/arrow-big-down-lines.svg @@ -0,0 +1,8 @@ +--- +category: Arrows +--- +<svg> + <path d="M15 12h3.586a1 1 0 0 1 .707 1.707l-6.586 6.586a1 1 0 0 1 -1.414 0l-6.586 -6.586a1 1 0 0 1 .707 -1.707h3.586v-3h6v3z" /> + <path d="M15 3h-6" /> + <path d="M15 6h-6" /> +</svg> |