mirror of https://github.com/vector-im/riot-web
Updated to correct invite icon
parent
768f11fe58
commit
f8c9a28194
|
@ -246,7 +246,7 @@ module.exports = React.createClass({
|
|||
<div className="mx_RightPanel_footer">
|
||||
<div className="mx_RightPanel_invite" >
|
||||
<div className="mx_RightPanel_icon" onClick={ this.onInviteButtonClick } >
|
||||
<TintableSvg src="img/icons-settings.svg" width="35" height="35" />
|
||||
<TintableSvg src="img/icon-invite-people.svg" width="35" height="35" />
|
||||
</div>
|
||||
<div className="mx_RightPanel_message">Invite to this room</div>
|
||||
</div>
|
||||
|
|
|
@ -0,0 +1,24 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="35px" height="35px" viewBox="0 0 35 35" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<!-- Generator: sketchtool 39.1 (31720) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>9BA71BF4-DC4F-42D2-B2D0-9EAE0F7F8D45</title>
|
||||
<desc>Created with sketchtool.</desc>
|
||||
<defs></defs>
|
||||
<g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="Right-panel/Footer" transform="translate(-26.000000, -34.000000)">
|
||||
<g id="icon_invite_people" transform="translate(26.000000, 34.000000)">
|
||||
<path d="M17.5,35 C27.1649831,35 35,27.1649831 35,17.5 C35,7.83501688 27.1649831,0 17.5,0 C7.83501688,0 0,7.83501688 0,17.5 C0,27.1649831 7.83501688,35 17.5,35 Z" id="Oval" fill="#76CFA6"></path>
|
||||
<g id="Group-5" transform="translate(8.000000, 9.000000)" stroke="#FFFFFF">
|
||||
<g id="Group-3" opacity="0.8" transform="translate(14.437500, 3.937500)" stroke-linecap="round">
|
||||
<path d="M0,3.28125 L6.5625,3.28125" id="Line"></path>
|
||||
<path d="M3.28125,0 L3.28125,6.5625" id="Line"></path>
|
||||
</g>
|
||||
<g id="icons_people_svg">
|
||||
<path d="M13.78125,15.75 C13.78125,12.1256313 13.7812503,9.1875 7.21875,9.1875 C0.656249741,9.1875 0.65625,12.1256313 0.65625,15.75 C5.21807306,15.75 7.96856689,15.75 13.78125,15.75 Z" id="Oval-40" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||
<circle id="Oval" cx="7.21875" cy="3.609375" r="3.609375"></circle>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.7 KiB |
Loading…
Reference in New Issue