diff options
Diffstat (limited to 'src/_icons/arrows-horizontal.svg')
-rw-r--r-- | src/_icons/arrows-horizontal.svg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/_icons/arrows-horizontal.svg b/src/_icons/arrows-horizontal.svg new file mode 100644 index 00000000..0a4eb047 --- /dev/null +++ b/src/_icons/arrows-horizontal.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <polyline points="7 8 3 12 7 16" /> + <polyline points="17 8 21 12 17 16" /> + <line x1="3" y1="12" x2="21" y2="12" /> +</svg> |