Skip to content

Commit

Permalink
Release 9 new icons and 58 updated icons (v6.20.0)
Browse files Browse the repository at this point in the history
# New Icons

- Budibase (#7259)
- CSS Modules (#7315)
- Gurobi (#7272)
- Knative (#7346)
- levels.fyi (#7347)
- Meta (#7318)
- Paperspace (#7320)
- spaCy (#7245)
- Upstash (#7362)

# Updated Icons

- .NET (#7359)
- /e/ (#7359)
- asciinema (#7359)
- ASDA (#7359)
- Bulma (#7359)
- bunq (#7359)
- C++ (#7359)
- Cachet (#7359)
- CocoaPods (#7359)
- Coderwall (#7359)
- CodeSandbox (#7359)
- Codewars (#7359)
- Coding Ninjas (#7359)
- Conda-Forge (#7359)
- Conekta (#7359)
- D3.js (#7359)
- Dacia (#7359)
- Drone (#7359)
- Drooble (#7359)
- Event Store (#7359)
- Eventbrite (#7359)
- GitLab (#7364)
- GNU Bash (#7359)
- IPFS (#7359)
- Issuu (#7359)
- JavaScript (#7359)
- Jenkins X (#7359)
- Jest (#7359)
- KeePassXC (#7359)
- Kentico (#7359)
- Laravel (#7359)
- Laravel Horizon (#7359)
- LaTeX (#7359)
- Launchpad (#7359)
- Markdown (#7359)
- PowerShell (#7359)
- pr.co (#7359)
- Prisma (#7359)
- Prismic (#7359)
- PureScript (#7359)
- QuickLook (#7359)
- QuickTime (#7359)
- ReactOS (#7359)
- Read the Docs (#7359)
- Robot Framework (#7359)
- Rocket.Chat (#7359)
- Snapcraft (#7359)
- Storybook (#7359)
- Strapi (#7359)
- Teradata (#7359)
- teratail (#7359)
- V (#7359)
- Vue.js (#7359)
- Vuetify (#7359)
- WebAuthn (#7359)
- Yarn (#7359)
- Yelp (#7359)
- Zig (#7359)
  • Loading branch information
mondeja committed May 1, 2022
2 parents c7ea999 + 230727d commit aa12fbe
Show file tree
Hide file tree
Showing 17 changed files with 133 additions and 61 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/publish.yml
Expand Up @@ -79,18 +79,21 @@ jobs:
with:
files: README.md
strict: true
# Add commit that will only be included in the tag
- name: Configure GIT credentials
run: |
git config user.name "${GITHUB_ACTOR}"
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
# Commit that will only be included in the tag
- name: Commit dark theme images strip
run: |
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
git add README.md
git commit -m 'Strip README dark theme image links'
- name: Create and push git tag
uses: actions-ecosystem/action-push-tag@v1
with:
tag: ${{ steps.get-version.outputs.version }}
message: ${{ steps.commit.outputs.git-message }}
run: |
set -e
tag="${{ steps.get-version.outputs.version }}"
git tag -a "${tag}" -m "${{ steps.commit.outputs.git-message }}"
git push origin "${tag}"
- name: Create release
uses: actions/create-release@v1
env:
Expand Down
5 changes: 3 additions & 2 deletions CONTRIBUTING.md
Expand Up @@ -114,6 +114,7 @@ There are many different tools for editing SVG files, some options include:
| Name | Description | Platform | Price |
| :---- | :---- | :----: | :----: |
| [Inkscape](https://inkscape.org/) | Vector Graphics Editor | Windows, Mac, Linux | Free |
| [Boxy SVG](https://boxy-svg.com/) | Vector Graphics Editor | Windows, Mac, Linux | $ / Free (Linux, Web) |
| [Affinity Designer](https://affinity.serif.com/designer/) | Vector Graphics Editor | Windows, Mac | $ |
| [Adobe Illustrator](https://www.adobe.com/products/illustrator.html) | Vector Graphics Editor | Windows, Mac | $ - $$$ |
| [IcoMoon](https://icomoon.io/) | Icon Editing/Management Tool | Online | Free |
Expand Down Expand Up @@ -293,9 +294,9 @@ If the SVG is sourced from:

- **Branding page**: For an SVG from a branding page the source URL should link to the branding page and not the image, PDF, or archive (such as `.zip`) file.
- **Company website**: If the SVG is found on the company website (but there is no branding page) the source URL should link to a common page, such as the home page or about page, that includes the source image and not the image file itself.
- **GitHub**: For an SVG from a GitHub (GitLab, BitBucket, etc.) repository the source URL should link to the file that was used as source material. If the color comes from another file in the repository the URL should link to the repository itself.
- **GitHub**: For an SVG from a GitHub (GitLab, BitBucket, etc.) repository the source URL should link to the file that was used as source material. If the color does not come from the file, its origin should be stated in the Pull Request description.

In any case, the commit hash should be part of the URL. On GitHub, you can get the correct URL by pressing <kbd>y</kbd> on the GitHub page you want to link to. You can get help at the [getting permanent links to files page](https://help.github.com/en/github/managing-files-in-a-repository/getting-permanent-links-to-files).
The commit hash should always be part of the URL. On GitHub, you can get the correct URL by pressing <kbd>y</kbd> on the GitHub page you want to link to. You can get help at the [getting permanent links to files page](https://help.github.com/en/github/managing-files-in-a-repository/getting-permanent-links-to-files).

- **Wikipedia**: For an SVG from Wikipedia/Wikimedia the source URL should link to the logo file's page on the relevant site, and not the brand's Wikipedia pages. For example, [this is the link for AmericanExpress](https://commons.wikimedia.org/wiki/File:American_Express_logo.svg).

Expand Down

0 comments on commit aa12fbe

Please sign in to comment.