diff options
Diffstat (limited to 'src/_icons/letter-r.svg')
-rw-r--r-- | src/_icons/letter-r.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_icons/letter-r.svg b/src/_icons/letter-r.svg index 5d3dc5eb..28e25057 100644 --- a/src/_icons/letter-r.svg +++ b/src/_icons/letter-r.svg @@ -3,5 +3,5 @@ category: Letters --- <svg> <path d="M7 20v-16h5.5a4 4 0 0 1 0 9h-5.5" /> - <path d="M12 13l5 7" /> + <line x1="12" y1="13" x2="17" y2="20" /> </svg> |