Skip to content

Commit

Permalink
Fix search-plus and search-minus codes
Browse files Browse the repository at this point in the history
Fixes #37
  • Loading branch information
Ilia Motornyi authored Oct 29, 2018
1 parent b04eb5c commit c0d5440
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/vaadin-font-icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -5002,7 +5002,7 @@
},
{
"name": "search-minus",
"code": "e803",
"code": "e804",
"categories": [
"Tools",
"Item"
Expand All @@ -5015,7 +5015,7 @@
},
{
"name": "search-plus",
"code": "e804",
"code": "e803",
"categories": [
"Tools",
"Item"
Expand Down

0 comments on commit c0d5440

Please sign in to comment.