diff options
Diffstat (limited to 'src/icons/sign-right.svg')
-rw-r--r-- | src/icons/sign-right.svg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/icons/sign-right.svg b/src/icons/sign-right.svg new file mode 100644 index 00000000..eaa63c14 --- /dev/null +++ b/src/icons/sign-right.svg @@ -0,0 +1,11 @@ +--- +tags: [direction, east, navigation, arrow, navigate ] +version: "1.58" +unicode: "f06c" +--- +<svg> + <path d="M8 21h4" /> + <path d="M10 21v-10" /> + <path d="M10 6v-3" /> + <path d="M6 6h10l2 2.5l-2 2.5h-10z" /> +</svg> |