diff options
Diffstat (limited to 'src/_icons/letter-h.svg')
-rw-r--r-- | src/_icons/letter-h.svg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/_icons/letter-h.svg b/src/_icons/letter-h.svg index dfd22167..4f070165 100644 --- a/src/_icons/letter-h.svg +++ b/src/_icons/letter-h.svg @@ -2,7 +2,7 @@ category: Letters --- <svg> - <path d="M17 4v16" /> - <path d="M7 12h10" /> - <path d="M7 4v16" /> + <line x1="17" y1="4" x2="17" y2="20" /> + <line x1="7" y1="12" x2="17" y2="12" /> + <line x1="7" y1="4" x2="7" y2="20" /> </svg> |