carloskiki / leptos-icons

An icon library for the leptos web framework
MIT License
84 stars 16 forks source link

Bug/Feature Tracker #4

Closed carloskiki closed 5 months ago

carloskiki commented 1 year ago

Known Issues

Unanswered Questions:

lpotthast commented 1 year ago

Can you explain how you would like licenses to be handled? Should they be scraped automatically from the downloaded icon packages? We should probably add a note to the readme, saying something like:

"Licenses of the icons provided through this libraries were extracted with best intend, but must only be taken as a hint. Please check the individual icon repositories for up-to-date license information."

carloskiki commented 1 year ago

After looking a bit at other libraries, They either simply state each license in the readme, or they provide a data-attribute like data-license="MIT" to every svg. After consideration I think the way we do it currently is fine, I will quickly add the note which is a good idea.