Add react button to action bar
This adds a (temporarily non-functional) react button to the action bar. Part of https://github.com/vector-im/riot-web/issues/9753
This commit is contained in:
parent
c9dc4cbea3
commit
8926992feb
4 changed files with 28 additions and 0 deletions
10
res/img/react.svg
Normal file
10
res/img/react.svg
Normal file
|
@ -0,0 +1,10 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="17" viewBox="0 0 18 17">
|
||||
<g fill="none" fill-rule="evenodd">
|
||||
<path fill="#2E2F32" fill-rule="nonzero" d="M13.6 14.5a7.875 7.875 0 1 1 2.183-3h-.818a7.125 7.125 0 1 0-2.62 3H13.6z"/>
|
||||
<g stroke="#2E2F32" stroke-linecap="round" stroke-linejoin="round" stroke-width=".75">
|
||||
<path d="M11.5 13h6M14.5 10v6"/>
|
||||
</g>
|
||||
<path stroke="#2E2F32" stroke-linecap="round" stroke-linejoin="round" stroke-width=".75" d="M5.5 10s1.125 1.5 3 1.5 3-1.5 3-1.5"/>
|
||||
<path stroke="#2E2F32" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M6.25 6.25h.008M10.75 6.25h.008"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 696 B |
Loading…
Add table
Add a link
Reference in a new issue