Skip to content

Commit

Permalink
Add size 120 and 152 icons for ios
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronfischer committed Oct 18, 2017
1 parent 4992d6a commit 8746d5d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/platform-icon-sizes.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ module.exports = {
{ size: 144, id: 'icon-72@2x' },
{ size: 50, id: 'icon-50' },
{ size: 100, id: 'icon-50@2x' },
{ size: 167, id: 'icon-83.5@2x' }
{ size: 167, id: 'icon-83.5@2x' },
{ size: 120, id: 'icon-120' },
{ size: 240, id: 'icon-120@2x' },
{ size: 152, id: 'icon-152' },
{ size: 304, id: 'icon-152@2x' }
]
},

Expand Down

0 comments on commit 8746d5d

Please sign in to comment.