Merge pull request #2512 from matrix-org/travis/usettings/tab/flair

Implement flair tab in user settings
This commit is contained in:
Travis Ralston 2019-01-28 20:37:22 -07:00 committed by GitHub
commit d34390d230
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 87 additions and 70 deletions

View file

@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="10" height="14" viewBox="0 0 10 14">
<g fill="none" fill-rule="evenodd" stroke="#454545" stroke-linecap="round" stroke-linejoin="round" transform="translate(1 1)">
<ellipse cx="4" cy="3.818" rx="4" ry="3.818"/>
<path d="M1.834 7.03L1.143 12 4 10.364 6.857 12l-.691-4.975"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 357 B