diff options
Diffstat (limited to 'src/icons/arrow-right-bar.svg')
-rw-r--r-- | src/icons/arrow-right-bar.svg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/icons/arrow-right-bar.svg b/src/icons/arrow-right-bar.svg new file mode 100644 index 00000000..75f52f99 --- /dev/null +++ b/src/icons/arrow-right-bar.svg @@ -0,0 +1,11 @@ +--- +tags: [drag, move] +category: Arrows +version: "1.35" +unicode: "eda1" +--- +<svg> + <path d="M18 15l3 -3l-3 -3" /> + <path d="M3 12h18" /> + <path d="M3 9v6" /> +</svg> |