diff --git a/client/client/routes.json b/client/client/routes.json index 73eb28fd3..b8f77b1cc 100644 --- a/client/client/routes.json +++ b/client/client/routes.json @@ -237,7 +237,7 @@ }, "menu": { "description": "Credit contracts", - "icon": "security" + "icon": "icon-solunion" }, "acl": ["creditInsurance"] }, diff --git a/client/core/src/styles/fontello-icons.css b/client/core/src/styles/fontello-icons.css index cebb4042b..6f448acf0 100644 --- a/client/core/src/styles/fontello-icons.css +++ b/client/core/src/styles/fontello-icons.css @@ -19,4 +19,6 @@ .icon-sms:before { content: '\e820'; } /* '' */ .icon-ticket:before { content: '\e821'; } /* '' */ .icon-tax:before { content: '\e822'; } /* '' */ -.icon-no036:before { content: '\e823'; } /* '' */ \ No newline at end of file +.icon-no036:before { content: '\e823'; } /* '' */ +.icon-mana:before { content: '\e824'; } /* '' */ +.icon-solunion:before { content: '\e827'; } /* '' */ \ No newline at end of file diff --git a/client/core/src/styles/fontello.woff2 b/client/core/src/styles/fontello.woff2 index 286d7d8ab..8424baf8a 100644 Binary files a/client/core/src/styles/fontello.woff2 and b/client/core/src/styles/fontello.woff2 differ