diff options
Diffstat (limited to 'src/icons/arrow-left-right.svg')
-rw-r--r-- | src/icons/arrow-left-right.svg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/icons/arrow-left-right.svg b/src/icons/arrow-left-right.svg new file mode 100644 index 00000000..fef5c219 --- /dev/null +++ b/src/icons/arrow-left-right.svg @@ -0,0 +1,12 @@ +--- +tags: [direction, west, east] +category: Arrows +version: "1.57" +unicode: "f04b" +--- +<svg> + <path d="M17 13l4 -4l-4 -4" /> + <path d="M7 13l-4 -4l4 -4" /> + <path d="M12 14a5 5 0 0 1 5 -5h4" /> + <path d="M12 19v-5a5 5 0 0 0 -5 -5h-4" /> +</svg> |