diff options
Diffstat (limited to 'icons/arrows-vertical.svg')
-rw-r--r-- | icons/arrows-vertical.svg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/icons/arrows-vertical.svg b/icons/arrows-vertical.svg new file mode 100644 index 0000000..c3704d0 --- /dev/null +++ b/icons/arrows-vertical.svg @@ -0,0 +1,8 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrows-vertical" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> + <path stroke="none" d="M0 0h24v24H0z"/> + <polyline points="8 7 12 3 16 7" /> + <polyline points="8 17 12 21 16 17" /> + <line x1="12" y1="3" x2="12" y2="21" /> +</svg> + + |