Skip to content

Commit

Permalink
Release 54 new icons and 5 updated icons (v2.3.0)
Browse files Browse the repository at this point in the history
New icons

- Bulma (#2290)
- Bluetooth (#2293)
- Google Assistant (#2296)
- Emby (#2304)
- OpsLevel (#1890)
- ioBroker (#2302)
- Douban (#2303)
- Apache Pulsar (#2314)
- Amazon Lumberyard (#2232)
- Bandsintown (#2319)
- Discogs (#2320)
- ChartMogul (#2308)
- Just Eat (#2109)
- KeePassXC (#2273)
- Parity Substrate (#2324)
- Slackware (#2289)
- Grunt (#2321)
- Transport for Ireland (#2323)
- Quest (#2325)
- Skype for Business (#2337)
- Rhino (#2197)
- Wear OS (#2305)
- NetApp (#2327)
- Kyocera (#2328)
- Fortinet (#2329)
- Citrix (#2330)
- Apache Ant (#2342)
- protocols.io (#2344)
- Google Maps (#2196)
- The Register (#2346)
- Tide (#2307)
- Mocha (#2347)
- Citroën (#2359)
- Opel (#2361)
- Flood (#2349)
- Google Lens (#2354)
- Google Fit (#2355)
- LogMeIn (#2356)
- Das Erste (#2198)
- CD Projekt (#2292)
- HelloFresh (#2295)
- Polymer Project (#2353)
- Jenkins X (#2333)
- Material Design Icons (#2371)
- Apache Maven (#2374)
- LMMS (#2350)
- FedRAMP (#2318)
- Semantic Web (#2372)
- Claris (#2381)
- XAMPP (#2086)
- Pixabay (#2301)
- AngularJS (#2379, b95baf4)
- Aiqfome (#2400)
- Airbus (#2396)

Updated icons

- SourceForge (#2294)
- Xamarin (#2297)
- Fedora (#2300)
- Brave (#2362)
- Microsoft Edge (#2378)
  • Loading branch information
ericcornelissen committed Jan 20, 2020
2 parents 9e8a7f9 + 2600db2 commit 08abec5
Show file tree
Hide file tree
Showing 67 changed files with 628 additions and 243 deletions.
6 changes: 5 additions & 1 deletion .svgo.yml
Expand Up @@ -30,8 +30,13 @@ plugins:
- addAttributesToSVGElement:
attributes:
- role: img

# remove any unnecessary attributes
- removeUnknownsAndDefaults:
keepRoleAttr: true
- removeAttrs:
attrs:
- baseProfile

# Enable everything else
- removeDoctype
Expand Down Expand Up @@ -66,7 +71,6 @@ plugins:
- removeUnusedNS
- removeDesc
- removeDimensions
- removeAttrs
- removeAttributesBySelector
- removeElementsByAttr
- addClassesToSVGElement
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -8,6 +8,7 @@ jobs:
- npm run jsonlint
- npm run svglint
- npm run wslint
- npm run our-lint
- name: "Build website"
language: ruby
rvm: 2.4.1
Expand Down
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Expand Up @@ -35,6 +35,8 @@ When submitting a request for a new or updated icon include helpful information

## Adding or Updating An Icon

**Note**: If you decide to add an icon without requesting it first, the requirements above still apply.

### 1. Identify Official Logos and Colors

Most of the icons and brand colors on SimpleIcons have been derived from official sources. Using official sources helps ensure that the icons and colors in SimpleIcons accurately match the brand they represent. Thankfully, this is usually a simple process as organizations often provide brand guides and high quality versions of their logo for download.
Expand Down Expand Up @@ -145,6 +147,8 @@ Here is the object for The Movie Database as an example:
}
```

Make sure the icon is added in alphabetical order. If you're in doubt, you can always run `npm run our-lint` - this will tell you if any of the JSON data is in the wrong order.

### 7. Create a pull request

Once you've completed the previous steps, create a pull request to merge your edits into the *develop* branch.
Expand Down
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -105,6 +105,14 @@ Icons are also available on WordPress through a simple plugin created by [@tjtay

Icons are also availabe on Drupal through a module created by [Phil Wolstenholme](https://www.drupal.org/u/phil-wolstenholme), which you can find [here](https://www.drupal.org/project/simple_icons).

### Kirby

Icons are also available on Kirby through a simple plugin created by [@runxel](https://github.com/runxel), which you can find [here](https://github.com/runxel/kirby3-simpleicons).

### React

Icons are also available on React through a simple package created by [@wootsbot](https://github.com/wootsbot), which you can find [here](https://github.com/mamut-dev/icons-pack/tree/master/packages/react-simple-icons).

## Status

[![Build Status](https://travis-ci.com/simple-icons/simple-icons.svg?branch=develop)](https://travis-ci.com/simple-icons/simple-icons)
Expand Down

0 comments on commit 08abec5

Please sign in to comment.