add app icon

This commit is contained in:
Simon Vieille 2020-11-20 15:52:23 +01:00
parent 497a9f4892
commit ae6f7552dc
Signed by: deblan
GPG key ID: 03383D15A1D31745
2 changed files with 2 additions and 1 deletions

1
img/app-dark.svg Normal file
View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="77.670189mm" height="70.065002mm" viewBox="0 0 293.55662 264.81261"><g color="#000" transform="matrix(3.77953 0 0 3.77953 1021.4277 -374.84951)"><path d="M-270.25274222 121.24117818v48.00275296h77.67018542v-48.00275296h-16.81964696v23.43422756h-44.03090209v-23.43422756z" overflow="visible" paint-order="stroke fill markers" style="marker:none"/><rect width="29.289507" height="38.742561" x="-246.06248" y="99.178932" overflow="visible" paint-order="stroke fill markers" rx="0" ry="0" style="marker:none"/></g></svg>

After

Width:  |  Height:  |  Size: 563 B

View file

@ -28,7 +28,7 @@ class Section implements IIconSection
public function getIcon(): string
{
return $this->url->imagePath('spreed', 'app-dark.svg');
return $this->url->imagePath('printer', 'app-dark.svg');
}
public function getID(): string