diff options
Diffstat (limited to 'src/_icons/transition-bottom.svg')
-rw-r--r-- | src/_icons/transition-bottom.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/_icons/transition-bottom.svg b/src/_icons/transition-bottom.svg new file mode 100644 index 00000000..caf9419a --- /dev/null +++ b/src/_icons/transition-bottom.svg @@ -0,0 +1,9 @@ +--- +category: Arrows +--- +<svg> + <path d="M21 18a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3" /> + <rect x="3" y="3" width="18" height="6" rx="3" /> + <path d="M12 9v8" /> + <path d="M9 14l3 3l3 -3" /> +</svg> |