Icon for flair tab

This commit is contained in:
Travis Ralston 2019-01-28 10:24:18 -07:00
parent e2ba1cc0d6
commit 3d59cf996f
3 changed files with 9 additions and 3 deletions

View file

@ -55,6 +55,7 @@ limitations under the License.
.mx_TabbedView_maskedIcon {;
margin-left: 6px;
margin-right: 9px;
margin-top: 1px;
width: 14px;
height: 14px;
display: inline-block;
@ -66,7 +67,7 @@ limitations under the License.
mask-repeat: no-repeat;
mask-size: 14px;
width: 14px;
height: 15px;
height: 18px;
mask-position: center;
content: '';
vertical-align: middle;

View file

@ -46,6 +46,5 @@ limitations under the License.
}
.mx_UserSettingsDialog_flairIcon:before {
// TODO: Use the real icon
mask-image: url('$(res)/img/feather-icons/flag.svg');
mask-image: url('$(res)/img/feather-icons/flair.svg');
}

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