Closed NabilNaou closed 7 months ago
@NabilNaou can you send a support request to hello@fontawesome.com and ask for Rob? I'd like to look at your Kit so I need to grab your Kit token.
@NabilNaou can you send a support request to hello@fontawesome.com and ask for Rob? I'd like to look at your Kit so I need to grab your Kit token.
No problem, I sent an email.
Hope you're able to sort it out with the support. If the issue still persists, please report it in the main Font Awesome repo as it's not specific to this component and can't be fixed here.
Describe the problem
When using kits and adding them to the library you have duplicate icons.
What did you expect?
When using kits you should only have one icon in each style (as noted by the prefix). However, some icons are duplicate. This is a hindrance when trying to print all icons through a for loop using the ''all'' object.
My kit & code uses Thin and Light icons which are split into two groups.
Reproducible test case
Make a kit -> import through 'icon library' method -> print it through a for loop -> see console for duplicate icons. Alternatively, print them through a for loop.