diff options
Diffstat (limited to 'src/_icons/arrow-right-bar.svg')
-rw-r--r-- | src/_icons/arrow-right-bar.svg | 8 |
1 files changed, 8 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..ef7920da --- /dev/null +++ b/src/_icons/arrow-right-bar.svg @@ -0,0 +1,8 @@ +--- +category: Arrows +--- +<svg> + <path d="M18 15l3 -3l-3 -3" /> + <path d="M3 12h18" /> + <path d="M3 9v6" /> +</svg> |