feat: add bsky social icon and website icon #4076
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR adds an icon for Bluesky in social icons, and also adds a generic website icon for cases where people may want to link to their own website.
Linked Issues
No issue opened about this.
Additional Context
I'm opening this as a draft, as I noticed a comment in #3809 mentioning that adding new icons is currently not being considered due to lack of treeshaking.
Semi-unrelated remark, but I'm the maintainer of a Vite svg plugin that can create svg sprites out of imports (svgr but the right way haha); it doesn't have treeshaking yet but it's something I've been wanting to add for quite some time - maybe this or another approach can be used to make it possible to add new icons without bloating the build (or even let people go crazy and use the entire collection of simple-icons - after all if it's treeshaken why put limits! :p)