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

Publish 10 new icons and 39 updated icons #5534

Merged
merged 22 commits into from
Apr 25, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Update slugs table
run: node ./scripts/build-slugs-table.js
- name: Commit version bump
uses: stefanzweifel/git-auto-commit-action@v4.9.2
uses: stefanzweifel/git-auto-commit-action@v4.10.0
with:
commit_message: version bump
commit_user_name: GitHub Actions
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,10 @@ Icons are also available as a [Kirby plugin](https://github.com/runxel/kirby3-si

Icons are also available as a [Laravel Package](https://github.com/ublabs/blade-simple-icons) created by [@adrian-ub](https://github.com/adrian-ub)

### Python

Icons are also available as a [Python package](https://github.com/xCloudzx/simpleicons) created by [@xCloudzx](https://github.com/xCloudzx).

### React

Icons are also available as a [React package](https://github.com/icons-pack/react-simple-icons) created by [@wootsbot](https://github.com/wootsbot).
Expand Down