diff options
| author | 2022-09-27 17:51:04 +0200 | |
|---|---|---|
| committer | 2022-09-27 17:51:04 +0200 | |
| commit | 2c3900dbdb7c471f852e7a55383512ce96517591 (patch) | |
| tree | a4307c9147a5adc524baef4cf9548cf2e9da19e0 /p/themes/Mapco | |
| parent | 9505eb8445fc3689bdad31bc8a9afe54104d9fcc (diff) | |
fix the icons in square sizes (#4648)
Diffstat (limited to 'p/themes/Mapco')
| -rw-r--r-- | p/themes/Mapco/icons/unread.svg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/p/themes/Mapco/icons/unread.svg b/p/themes/Mapco/icons/unread.svg index e80d4119c..6cdd8c383 100644 --- a/p/themes/Mapco/icons/unread.svg +++ b/p/themes/Mapco/icons/unread.svg @@ -1,3 +1,3 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="16" height="13"> - <path fill="#36c" d="M0 0v13h16V0Zm3.258 2h9.484L8 5.727ZM2 3.555l6 4.718 6-4.718V11H2Zm0 0"/> +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"> + <path fill="#36c" d="M0 1.5v13h16v-13zm3.258 2h9.484L8 7.227ZM2 5.055l6 4.718 6-4.718V12.5H2Zm0 0"/> </svg> |
