diff options
Diffstat (limited to 'src/_icons/letter-a.svg')
-rw-r--r-- | src/_icons/letter-a.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_icons/letter-a.svg b/src/_icons/letter-a.svg index 0f6546e9..ceb6c947 100644 --- a/src/_icons/letter-a.svg +++ b/src/_icons/letter-a.svg @@ -3,5 +3,5 @@ category: Letters --- <svg> <path d="M7 20v-12a4 4 0 0 1 4 -4h2a4 4 0 0 1 4 4v12" /> - <path d="M7 13h10" /> + <line x1="7" y1="13" x2="17" y2="13" /> </svg> |