Skip to content

Commit

Permalink
Release 37 new icons and 47 updated icons (v4.5.0)
Browse files Browse the repository at this point in the history
# New Icons

- Capacitor (#3349)
- Ceph (#4277)
- Chevrolet (#4282)
- ESPHome (#4303)
- Express (#4280)
- Fathom (#4289)
- foodpanda (#4305)
- General Electric (#4435)
- Google Colab (#4316)
- Infiniti (#4293)
- Infosys (#4524)
- Integromat (#4302)
- Laragon (#4283)
- mastercomfig (#4296)
- Matomo (#4489)
- okcupid (#4297)
- p5.js (#3507)
- Peloton (#4515)
- PhonePe (#4317)
- Photobucket (#3253)
- Podcast Addict (#4295)
- Qubes OS (#3660)
- Rakuten (#3328)
- RedwoodJS (#3624)
- Roam Research (#4360)
- Shields.io (#4517)
- Star Trek (#4521)
- Starship (#4514)
- Substack (#4386)
- Sumo Logic (#4516)
- Three.js (#4443)
- TinyLetter (#4306)
- Undertale (#3663)
- Veepee (#3626)
- WeTransfer (#3635)
- Wikivoyage (#4518)
- YourTravel.TV (#3723)

# Updated Icons

- Android (#4399)
- Apache Airflow (#4501)
- Apache Maven (#4500)
- Apache Spark (#4502)
- Asciidoctor (#4450)
- Autodesk (#4245)
- Discover (#3311)
- GreenSock (#4063)
- Hashnode (#4511)
- Known (#4484)
- Land Rover (#4476)
- Linux Foundation (#4486)
- Lyft (#4478)
- Mail.Ru (#4097)
- Neovim (#4479)
- Quest (#4176)
- Qzone (#4177)
- RadioPublic (#4178)
- Renren (#4181)
- Rhinoceros (#4182)
- Riseup (#4183)
- Runkeeper (#4184)
- Sat.1 (#4186)
- Sentry (#4187)
- Siemens (#4188)
- Skillshare (#4189)
- Socket.io (#4190)
- SonarLint (#4191)
- SparkFun (#4194)
- Speaker Deck (#4446)
- Spring (#4195)
- Sprint (#4196)
- Statamic (#4199)
- Steemit (#4202)
- strongSwan (#4214)
- Sublime Text (#4216)
- Super User (#4217)
- Swarm (#4219)
- Telegram (#4221)
- TensorFlow (#4496)
- The Register (#4224)
- Threema (#4225)
- Toyota (#4439)
- Unity (#4498)
- VLC media player (#4232)
- Webmin (#4235)
- Wolfram Language (#4238)
  • Loading branch information
ericcornelissen committed Jan 3, 2021
2 parents c129d2a + 7e12a0f commit 7a53ef3
Show file tree
Hide file tree
Showing 92 changed files with 329 additions and 164 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/auto-assign-to-project.yml

This file was deleted.

11 changes: 11 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,14 @@ jobs:
tag_name: ${{ steps.get-version.outputs.version }}
release_name: ${{ steps.release.outputs.title }}
body: ${{ steps.release.outputs.body }}
font:
name: Trigger simple-icons-font release
needs: npm
runs-on: ubuntu-latest
steps:
- name: Trigger simple-icons-font release
run: |
curl -X POST \
-H "Authorization: Bearer ${{ secrets.SIMPLE_ICONS_FONT_TOKEN }}" \
-d '{"ref":"develop"}' \
https://api.github.com/repos/simple-icons/simple-icons-font/actions/workflows/auto-release.yml/dispatches
52 changes: 1 addition & 51 deletions .svglint-ignored.json

Large diffs are not rendered by default.

8 changes: 5 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ There are many different tools for editing SVG files, some options include:

| Name | Description | Platform | Price |
| :---- | :---- | :----: | :----: |
| [Inkscape](https://inkscape.org/en/) | Vector Graphics Editor | Windows, Mac, Linux | Free |
| [Affinity Designer](https://affinity.serif.com/de/designer/) | Vector Graphics Editor | Windows, Mac | $ |
| [Inkscape](https://inkscape.org/) | Vector Graphics Editor | Windows, Mac, Linux | Free |
| [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 All @@ -115,6 +115,8 @@ Using your preferred tool you should:
1. Remove all colors. The icon should be monochromatic.
1. Export the icon as an SVG.

Some icons can't be easily converted to a monochromatic version due to colour changes, shadows, or other effects. For such cases the addition of gaps is the recommended approach, with a preferred width of 0.5px. In some situations a different gap may be required, but that will be determined on a per-case basis.

### 3. Optimize the Icon

All icons in Simple Icons have been optimized with the [SVGO tool](https://github.com/svg/svgo). This can be done in one of two ways:
Expand Down Expand Up @@ -169,7 +171,7 @@ The final icon should:
* Be minified to a single line with no formatting.
* Contain only a single `path` element.
* Not contain extraneous elements.
* This includes: `circ`, `ellipse`, `rect`, `polygon`, `line`, `g`, etc.
* This includes: `circle`, `ellipse`, `rect`, `polygon`, `line`, `g`, etc.
* Not contain extraneous attributes.
* This includes: `width`, `height`, `fill`, `stroke`, `clip`, `font`, etc.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</a>
<h3 align="center">Simple Icons</h3>
<p align="center">
Over 1000 Free SVG icons for popular brands. See them all on one page at <a href="https://simpleicons.org">SimpleIcons.org</a>. Contributions, corrections & requests can be made on GitHub. Started by <a href="https://twitter.com/bathtype">Dan Leech</a>.</p>
Over 1500 Free SVG icons for popular brands. See them all on one page at <a href="https://simpleicons.org">SimpleIcons.org</a>. Contributions, corrections & requests can be made on GitHub. Started by <a href="https://twitter.com/bathtype">Dan Leech</a>.</p>
</p>

## Usage
Expand Down

0 comments on commit 7a53ef3

Please sign in to comment.