diff options
Diffstat (limited to 'src/icons/arrows-horizontal.svg')
-rw-r--r-- | src/icons/arrows-horizontal.svg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/icons/arrows-horizontal.svg b/src/icons/arrows-horizontal.svg new file mode 100644 index 00000000..15dafb5e --- /dev/null +++ b/src/icons/arrows-horizontal.svg @@ -0,0 +1,11 @@ +--- +tags: [zoom, stretch, left, right] +category: Arrows +version: "1.2" +unicode: "eb59" +--- +<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> |