Small fixes, square icon

This commit is contained in:
Robin van der Linde 2022-05-05 13:07:24 +02:00
parent b5a21b7f5a
commit 1f1786dc24
No known key found for this signature in database
GPG key ID: 4B0074A1A79F6BED
6 changed files with 97 additions and 37 deletions

View file

@ -1281,6 +1281,14 @@
"https://commons.wikimedia.org/wiki/File:OOjs_UI_icon_language-ltr.svg"
]
},
{
"path": "triangle.svg",
"license": "CC0",
"authors": [
"Robin van der Linde"
],
"sources": []
},
{
"path": "up.svg",
"license": "CC0; trivial",

9
assets/svg/triangle.svg Normal file
View file

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
style="fill:none"
version="1.1"
viewBox="0 0 100 100"
height="100"
width="100">
<polygon style="fill:#000000;fill-opacity:1" points="50,0 0,100 100,100" />
</svg>

After

Width:  |  Height:  |  Size: 271 B