-
Notifications
You must be signed in to change notification settings - Fork 52
Fixed Issue #269 add additional social icons #371
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
Merged
abbycabs
merged 7 commits into
github:main
from
TomNaughton:269-Add-additional-social-icons
Mar 21, 2026
Merged
Changes from 2 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
f306f4f
Twitch icon added
TomNaughton a8b6096
Bluesky icon added and minor change to twitch icon
TomNaughton 41f5cb5
Update public/icons/bluesky.js
AndreaGriffiths11 60df1fc
Update public/icons/bluesky.js
AndreaGriffiths11 74ee04f
Update public/icons/twitch.js
AndreaGriffiths11 545150c
Update public/icons/twitch.js
AndreaGriffiths11 63d8331
Update public/icons/twitch.js
AndreaGriffiths11 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| const IconBluesky = () => { | ||
| return ( | ||
| <svg className="icon-bluesky" xmlns="http://www.w3.org/2000/svg" | ||
| viewBox="0 0 568 501" width="17" height="17" fill="none"> | ||
| <path d="M123.121 33.6637C188.241 82.5526 258.281 181.681 284 234.873C309.719 181.681 379.759 82.5526 444.879 33.6637C491.866 -1.61183 568 -28.9064 568 57.9464C568 75.2916 558.055 203.659 552.222 224.501C531.947 296.954 458.067 315.434 392.347 304.249C507.222 323.8 536.444 388.56 473.333 453.32C353.473 576.312 301.061 422.461 287.631 383.039C285.169 375.812 284.017 372.431 284 375.306C283.983 372.431 282.831 375.812 280.369 383.039C266.939 422.461 214.527 576.312 94.6667 453.32C31.5556 388.56 60.7778 323.8 175.653 304.249C109.933 315.434 36.0535 296.954 15.7778 224.501C9.94525 203.659 0 75.2916 0 57.9464C0 -28.9064 76.1345 -1.61183 123.121 33.6637Z" fill="white" /> | ||
|
AndreaGriffiths11 marked this conversation as resolved.
Outdated
|
||
| </svg> | ||
|
|
||
| ) | ||
| } | ||
|
|
||
| export default IconBluesky | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| const IconTwitch = () => { | ||
| return ( | ||
| <svg className="icon-twitch" xmlns="http://www.w3.org/2000/svg" | ||
| viewBox="0 0 2400 2800" width="18" height="18" fill="none"> | ||
|
AndreaGriffiths11 marked this conversation as resolved.
Outdated
|
||
| <g> | ||
| <g id="Layer_1-2"> | ||
| <path d="M500,0L0,500v1800h600v500l500-500h400l900-900V0H500z M2200,1300l-400,400h-400l-350,350v-350H600V200h1600 | ||
| V1300z" fill="white"/> | ||
|
AndreaGriffiths11 marked this conversation as resolved.
Outdated
|
||
| <rect x="1700" y="550" class="st0" width="200" height="600" fill="white" /> | ||
| <rect x="1150" y="550" class="st0" width="200" height="600" fill="white" /> | ||
|
AndreaGriffiths11 marked this conversation as resolved.
Outdated
|
||
| </g> | ||
| </g> | ||
| </svg> | ||
|
|
||
| ) | ||
| } | ||
|
|
||
| export default IconTwitch | ||
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.
Uh oh!
There was an error while loading. Please reload this page.