mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced 2024-12-02 03:36:17 +00:00
a92bbbaa5f
Updating user avatar icon to overhauled standard WikimediaUI icon. Also: - Using new icon default size instead of `80 x 80 px`. Icon is resized by `background-size` in both applications anyways. - Renaming 'user*' to 'user-avatar' for consistency across projects. Bug: T123810 Change-Id: Ifb2027694af8f619663f00f4c50891772ee64746
11 lines
287 B
XML
11 lines
287 B
XML
<?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>
|
|
user avatar
|
|
</title>
|
|
<g fill="#72777d">
|
|
<path d="M10 11c-5.92 0-8 3-8 5v3h16v-3c0-2-2.08-5-8-5z"/>
|
|
<circle cx="10" cy="5.5" r="4.5"/>
|
|
</g>
|
|
</svg>
|