additional icons for sidebar

This commit is contained in:
alistair3149 2019-08-20 01:34:35 -04:00
parent d537fa2687
commit ad94c5b0e2
5 changed files with 29 additions and 1 deletions

View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
<title>
block
</title>
<path d="M10 1a9 9 0 1 0 9 9 9 9 0 0 0-9-9zm5 10H5V9h10z"/>
</svg>

After

Width:  |  Height:  |  Size: 218 B

View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
<title>
help
</title>
<path d="M10.06 1C13 1 15 2.89 15 5.53a4.59 4.59 0 0 1-2.29 4.08c-1.42.92-1.82 1.53-1.82 2.71V13H8.38v-.81a3.84 3.84 0 0 1 2-3.84c1.34-.9 1.79-1.53 1.79-2.71a2.1 2.1 0 0 0-2.08-2.14h-.17a2.3 2.3 0 0 0-2.38 2.22v.17H5A4.71 4.71 0 0 1 9.51 1a5 5 0 0 1 .55 0z"/>
<circle cx="10" cy="17" r="2"/>
</svg>

After

Width:  |  Height:  |  Size: 450 B

View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
<title>
journal
</title>
<path d="M2 18.5A1.5 1.5 0 0 0 3.5 20H5V0H3.5A1.5 1.5 0 0 0 2 1.5zM6 0v20h10a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm7 8H8V7h5zm3-2H8V5h8z"/>
</svg>

After

Width:  |  Height:  |  Size: 293 B

View file

@ -0,0 +1 @@
<svg width="20" height="20" xmlns="http://www.w3.org/2000/svg"><path d="M13.636 8.571c1.51 0 2.719-1.244 2.719-2.785 0-1.542-1.21-2.786-2.719-2.786S10.91 4.244 10.91 5.786c0 1.541 1.218 2.785 2.727 2.785zm-7.272 0c1.509 0 2.718-1.244 2.718-2.785C9.082 4.244 7.872 3 6.364 3c-1.51 0-2.728 1.244-2.728 2.786 0 1.541 1.219 2.785 2.728 2.785zm0 1.858C4.245 10.429 0 11.515 0 13.679V16h12.727v-2.321c0-2.164-4.245-3.25-6.363-3.25zm7.272 0c-.263 0-.563.018-.881.046 1.054.78 1.79 1.83 1.79 3.204V16H20v-2.321c0-2.164-4.245-3.25-6.364-3.25z"/></svg>

After

Width:  |  Height:  |  Size: 542 B

View file

@ -115,7 +115,8 @@
"images": {
"mainpage-description": "resources/images/icons/home.svg",
"recentchanges": "resources/images/icons/history.svg",
"randompage": "resources/images/icons/random.svg"
"randompage": "resources/images/icons/random.svg",
"help": "resources/images/icons/help.svg"
}
},
"skins.citizen.icons.t": {
@ -126,6 +127,10 @@
"images": {
"whatlinkshere": "resources/images/icons/whatlinkshere.svg",
"recentchangeslinked": "resources/images/icons/history.svg",
"contributions": "resources/images/icons/contributions.svg",
"log": "resources/images/icons/journal.svg",
"blockip": "resources/images/icons/block.svg",
"userrights": "resources/images/icons/users.svg",
"upload": "resources/images/icons/upload.svg",
"specialpages": "resources/images/icons/specialpages.svg",
"print": "resources/images/icons/download.svg",