diff options
Diffstat (limited to 'src/_icons/letter-x.svg')
-rw-r--r-- | src/_icons/letter-x.svg | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/_icons/letter-x.svg b/src/_icons/letter-x.svg index a6df51cb..53b12ca5 100644 --- a/src/_icons/letter-x.svg +++ b/src/_icons/letter-x.svg @@ -1,6 +1,7 @@ --- +category: Letters --- <svg> - <path d="M7 4l10 16" /> - <path d="M17 4l-10 16" /> + <line x1="7" y1="4" x2="17" y2="20" /> + <line x1="17" y1="4" x2="7" y2="20" /> </svg> |