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