Replace the menu icon by the membership icon.

This icon is a little bit more inline with the rest of the icon set.
This commit is contained in:
Mathias Behrle 2021-02-01 22:59:31 +01:00 committed by Albert Cervera i Areny
parent 8c21ff4734
commit ba6997a296
3 changed files with 5 additions and 5 deletions

View file

@ -506,11 +506,11 @@
</record>
<!-- Menus -->
<record model="ir.ui.icon" id="repeat_icon">
<field name="name">tryton-repeat</field>
<field name="path">icons/tryton-repeat.svg</field>
<record model="ir.ui.icon" id="contract_icon">
<field name="name">tryton-membership</field>
<field name="path">icons/tryton-membership.svg</field>
</record>
<menuitem id="menu_contract" name="Contracts" icon="tryton-repeat"/>
<menuitem id="menu_contract" name="Contracts" icon="tryton-membership"/>
<record model="ir.ui.menu-res.group" id="menu_contract_group_contract">
<field name="menu" ref="menu_contract"/>

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M20 2H4c-1.11 0-2 .89-2 2v11c0 1.11.89 2 2 2h4v5l4-2 4 2v-5h4c1.11 0 2-.89 2-2V4c0-1.11-.89-2-2-2zm0 13H4v-2h16v2zm0-5H4V4h16v6z"/></svg>

After

Width:  |  Height:  |  Size: 229 B

View file

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M0 0h24v24H0z" fill="none"/><path d="M7 7h10v3l4-4-4-4v3H5v6h2V7zm10 10H7v-3l-4 4 4 4v-3h12v-6h-2v4z"/></svg>

Before

Width:  |  Height:  |  Size: 201 B