Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Icons are duplicated per each alias when importing all from kit #20523

Open
1 of 2 tasks
cjayyy opened this issue Jan 12, 2025 · 0 comments
Open
1 of 2 tasks

Bug: Icons are duplicated per each alias when importing all from kit #20523

cjayyy opened this issue Jan 12, 2025 · 0 comments
Labels
bug needs-triage This bug needs to be confirmed

Comments

@cjayyy
Copy link

cjayyy commented Jan 12, 2025

Bug description

When I import my kit using import { all } from '@awesome.me/kit-***/icons' I get multiple occurrences for same icon. I suspect it's because in kit same icon is registered multiple times for each of its' aliases which is great but doesn't make sense when I import all icons where there are no aliases mentioned (it's always named by it's main name).

Reproducible test case

No response

Screenshots

image

Font Awesome version

v6.5.2

Serving

Kit

Implementation

SVG+JS

Browser and Operating System

  • Arc Browser (Version 1.74.0 (57065)
    Chromium Engine Version 131.0.6778.205)
  • MacOS 15.1.1 (24B91)

Web bug report checklist

  • I have included a test case because my odds go way up that the team can fix this when I do
  • I have searched for existing issues and to the best of my knowledge this is not a duplicate
@cjayyy cjayyy added bug needs-triage This bug needs to be confirmed labels Jan 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug needs-triage This bug needs to be confirmed
Projects
None yet
Development

No branches or pull requests

1 participant