DenverCoder1/custom-icon-badges

🚀 Feature: Increasing SVG icon libraries count

Open

#922 opened on Aug 21, 2023

View on GitHub
 (2 comments) (1 reaction) (0 assignees)TypeScript (360 forks)github user discovery
enhancementgood first issueserver-sideup-for-grabs

Repository metrics

Stars
 (926 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Description

I see that this repository adds only one icon library, aside of SimpleIcons used by shields.io, which is a shame.

Is there a possibility of adding more icon libraries? I understand that this increase bandwidth or cause other issues, nonetheless I dare to say that amounts of icons in the Octicons library may be insufficient for some cases, since there are only around 250 of them, which - compared to library used by shields - feels like a small fraction.

Here is a table (sorted by stars amount) containing worth-checking repositories with icons:

Supported Repository Author Icons1 Stars Primary Language License
#959 feather feathericons 1953 23787 84.3% JavaScript MIT
ionicons ionic-team 1338 17032 76.7% TypeScript MIT
tabler-icons tabler 4619 15862 56.3% HTML MIT
flag-icons lipis 268 9657 59.8% CSS MIT
icons twbs 287 6856 96.4% JavaScript MIT
weather-icons erikflowers 222 6721 59.7% CSS SIL OFL 1.1

1 - esmaited amount, counted from repository files


If introduced - what I'm looking straightforward to - libraries in URLs can be distinguished by their names.

  • logo=paintbrush -> logo=octicons-paintbrush

Contributor guide