diff options
| author | 2022-10-29 22:24:03 +0200 | |
|---|---|---|
| committer | 2022-10-29 22:24:03 +0200 | |
| commit | 024495fb1f991d29344c3ccce3c228102d0c0408 (patch) | |
| tree | fbebbeb6fe97f99054d8abf7d7cc7a8169fb943d /p/themes/Mapco/icons | |
| parent | fc3ed3662ad18fab3887fd5897bb7aeb065dd0f2 (diff) | |
fix: unread counter (#4788)
* fix
* fix
* fix
Diffstat (limited to 'p/themes/Mapco/icons')
| -rw-r--r-- | p/themes/Mapco/icons/down.svg | 31 |
1 files changed, 29 insertions, 2 deletions
diff --git a/p/themes/Mapco/icons/down.svg b/p/themes/Mapco/icons/down.svg index 2ffcf409b..f9e06de8a 100644 --- a/p/themes/Mapco/icons/down.svg +++ b/p/themes/Mapco/icons/down.svg @@ -1,3 +1,30 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="16" height="10"> - <path fill="#666" d="M1.8.348.388 1.762l7.707 7.707L15.8 1.762 14.387.348 8.094 6.64Zm0 0"/> +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + width="16" + height="16" + version="1.1" + id="svg5269" + sodipodi:docname="down.svg" + inkscape:version="1.2 (dc2aedaf03, 2022-05-15)" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg"> + <defs + id="defs5273" /> + <sodipodi:namedview + id="namedview5271" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:showpageshadow="2" + inkscape:pageopacity="0.0" + inkscape:pagecheckerboard="0" + inkscape:deskcolor="#d1d1d1" + showgrid="false" + inkscape:current-layer="svg5269" /> + <path + fill="#666666" + d="m 1.706,3.4395 -1.412,1.414 7.707,7.707 7.705,-7.707 L 14.293,3.4395 8,9.7315 Z m 0,0" + id="path5267" /> </svg> |
