diff options
Diffstat (limited to 'src/icons/arrows-left-right.svg')
-rw-r--r-- | src/icons/arrows-left-right.svg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/icons/arrows-left-right.svg b/src/icons/arrows-left-right.svg new file mode 100644 index 00000000..f2533542 --- /dev/null +++ b/src/icons/arrows-left-right.svg @@ -0,0 +1,12 @@ +--- +tags: [direction, east, west] +category: Arrows +version: "1.35" +unicode: "edb0" +--- +<svg> + <line x1="21" y1="17" x2="3" y2="17" /> + <path d="M6 10l-3 -3l3 -3" /> + <line x1="3" y1="7" x2="21" y2="7" /> + <path d="M18 20l3 -3l-3 -3" /> +</svg> |