Add new icon to remplace "tryton-go-jump".

This commit is contained in:
Juanjo Garcia 2019-09-05 17:35:34 +02:00
parent 5dbac4c2bf
commit bfa6703288
2 changed files with 7 additions and 0 deletions

1
icons/tryton-go-jump.svg Normal file
View File

@ -0,0 +1 @@
<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="M12.5 8c-2.65 0-5.05.99-6.9 2.6L2 7v9h9l-3.62-3.62c1.39-1.16 3.16-1.88 5.12-1.88 3.54 0 6.55 2.31 7.6 5.5l2.37-.78C21.08 11.03 17.15 8 12.5 8z"/></svg>

After

Width:  |  Height:  |  Size: 281 B

View File

@ -205,4 +205,10 @@ The COPYRIGHT file at the top level of this repository contains the full copyrig
<field name="name">sale_pos_commission_form</field>
</record>
</data>
<!-- Icons -->
<record model="ir.ui.icon" id="go_jump_icon">
<field name="name">tryton-go-jump</field>
<field name="path">icons/tryton-go-jump.svg</field>
</record>
</tryton>