mitchelloharawild / icons

R package to easily insert web icons to RMarkdown
https://pkg.mitchelloharawild.com/icons
313 stars 43 forks source link

wrong ionicons #29

Closed rickyars closed 3 years ago

rickyars commented 4 years ago

when i check the icon names in ii_iconList() it doesn't match the names on the linked website for ionicons (https://ionicons.com/). also, many of the icons are not available. is there a way to sync the package with what's available on the website?

rickyars commented 4 years ago

it looks like the package is using ionicons 2.0.1. the current version is 5.0.1. https://github.com/ionic-team/ionicons

mitchelloharawild commented 4 years ago

Try using the rewrite of the icon package: https://github.com/mitchelloharawild/icon It has support for updating the icon libraries independently of the package development, so you should be able to install whichever version of ionicons that you need.

mitchelloharawild commented 3 years ago

Resolved by #31