react-icons / react-icons

svg react icons of popular icon packs
https://react-icons.github.io/react-icons/
Other
11.25k stars 725 forks source link

[Bug]: Correct BoxIcons license #882

Closed dob9601 closed 5 months ago

dob9601 commented 6 months ago

Describe the bug

Looking at the license listed in the docs, BoxIcons is shown as being CC BY 4.0: image

Expected behavior

Looking at the license included in the BoxIcons repository, it seems like the icons are licensed under the MIT license (and always have been): image https://github.com/atisawd/boxicons/blob/master/LICENSE

I'm assuming this is a mistake, unless I'm missing something

Minimal sample repository URL

https://react-icons.github.io/react-icons/icons/bi/

Steps To Reproduce

  1. Look at the BoxIcons repository license: https://github.com/atisawd/boxicons/blob/master/LICENSE
  2. Look at the licence mentioned in the docs for BoxIcons: https://react-icons.github.io/react-icons/icons/bi/

Relevant lines that need updating: https://github.com/react-icons/react-icons/blob/399b45c3c052cd2666eb6432e1872992a4db5589/packages/react-icons/src/icons/index.ts#L622-L623C28

Package version

Latest

Relevant log output

No response

Additional context

No response