Skip to content

Commit

Permalink
Release 8 new icons and 26 updated icons (v4.1.0)
Browse files Browse the repository at this point in the history
# New Icons

- Couchbase (#3768)
- MYOB (#3398)
- Nubank (#3617)
- PhpStorm (#3372)
- TeamCity (#4207)
- TransferWise (#3637)
- Vonage (#3735)
- Wireshark (#4275)

# Updated Icons

- ABB RobotStudio (#3961)
- Azure DevOps (#3886)
- Brand.ai (#4002)
- Cash App (#3889)
- Clockify (#3890)
- Code Climate (#3892)
- Codecademy (#3891)
- CodeFactor (#3893)
- Dashlane (#3895)
- Disroot (#4024)
- Drupal (#4027)
- DTube (#3896)
- Feedly (#4047)
- Hypothesis (#3908)
- KeyCDN (#3911)
- Monzo (#3922)
- OpenID (#3924)
- OpenVPN (#3926)
- RunKit (#3933)
- Seagate (#3936)
- Sourcegraph (#3940)
- Stackbit (#4197)
- TUI (#4244)
- TuneIn (#3942)
- Vulkan (#4233)
- write.as (#3946)
  • Loading branch information
ericcornelissen committed Dec 6, 2020
2 parents e7196ea + ebc47dc commit d77b2eb
Show file tree
Hide file tree
Showing 43 changed files with 115 additions and 85 deletions.
2 changes: 2 additions & 0 deletions .dockerignore
@@ -1,4 +1,6 @@
# NodeJS
node_modules/
npm-debug.log

# Jekyll
_site/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -13,4 +13,4 @@ jobs:
steps:
- uses: simple-icons/release-action@master
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
repo-token: ${{ secrets.RELEASE_TOKEN }}
6 changes: 3 additions & 3 deletions .github/workflows/verify.yml
Expand Up @@ -26,10 +26,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Ruby 2.5
uses: actions/setup-ruby@v1
- name: Use Ruby 2.7
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.5
ruby-version: 2.7
- name: Setup cache for gems
uses: actions/cache@v2
with:
Expand Down
28 changes: 0 additions & 28 deletions .svglint-ignored.json

Large diffs are not rendered by default.

9 changes: 8 additions & 1 deletion CONTRIBUTING.md
Expand Up @@ -216,13 +216,20 @@ Once you've completed the previous steps, create a pull request to merge your ed

If you have an affiliation to the brand you contributing that allows you to speak on their behalf then please disclose that in your pull request as it can help speed up our research and review processes.

## Building Locally
## Building Website Locally

* Make sure you have [Ruby](https://www.ruby-lang.org/en/downloads/) installed.
* Make sure you have [Jekyll](https://jekyllrb.com/) installed (using `$ gem install jekyll bundler`). At least version 3.5 is required.
* Build and run the website locally using `$ jekyll serve`.
* Connect to the website in your browser via the "Server address" provided by the output of this command, e.g. `http://localhost:4000/`

## Testing Package Locally

* Make sure you have [NodeJS](https://nodejs.org/en/download/) installed. At least version 11.15.0 is required.
* Install the dependencies using `$ npm install`.
* Build and test the package using `$ npm test`.
* Run the project linting process using `$ npm run lint`.

## Building in Your Browser

Alternatively, you can build and run the website in a readily configured online workspace:
Expand Down
5 changes: 3 additions & 2 deletions Dockerfile
@@ -1,6 +1,7 @@
FROM alpine:3.12
FROM node:12-alpine

RUN apk add --update nodejs npm
RUN apk add --no-cache \
git

WORKDIR /simple-icons
COPY package*.json /simple-icons/
Expand Down
60 changes: 50 additions & 10 deletions _data/simple-icons.json
Expand Up @@ -1228,7 +1228,7 @@
{
"title": "Clockify",
"hex": "03A9F4",
"source": "https://clockify.me/"
"source": "https://clockify.me/brand-assets"
},
{
"title": "Clojure",
Expand Down Expand Up @@ -1440,6 +1440,11 @@
"hex": "E6502A",
"source": "https://corona-renderer.com/about"
},
{
"title": "Couchbase",
"hex": "EA2328",
"source": "https://www.couchbase.com/"
},
{
"title": "Counter-Strike",
"hex": "000000",
Expand Down Expand Up @@ -1562,8 +1567,8 @@
},
{
"title": "Dashlane",
"hex": "007C97",
"source": "https://www.dashlane.com/"
"hex": "0E353D",
"source": "https://brandfolder.com/dashlane/brandkitpartners"
},
{
"title": "Dassault Systèmes",
Expand Down Expand Up @@ -1787,7 +1792,7 @@
},
{
"title": "DTube",
"hex": "FF0000",
"hex": "F01A30",
"source": "https://about.d.tube/mediakit.html"
},
{
Expand Down Expand Up @@ -3457,7 +3462,7 @@
},
{
"title": "KeyCDN",
"hex": "3686BE",
"hex": "047AED",
"source": "https://www.keycdn.com/logos"
},
{
Expand Down Expand Up @@ -4250,6 +4255,11 @@
"hex": "000000",
"source": "https://mxlinux.org/art/"
},
{
"title": "MYOB",
"hex": "6100A5",
"source": "https://myob-identikit.frontify.com/d/JK2D4WFOdAwV/for-developers"
},
{
"title": "Myspace",
"hex": "030303",
Expand Down Expand Up @@ -4435,6 +4445,11 @@
"hex": "CB3837",
"source": "https://github.com/npm/logos"
},
{
"title": "Nubank",
"hex": "8A05BE",
"source": "https://nubank.com.br/imprensa/"
},
{
"title": "Nucleo",
"hex": "111111",
Expand Down Expand Up @@ -4790,6 +4805,11 @@
"hex": "777BB4",
"source": "http://php.net/download-logos.php"
},
{
"title": "PhpStorm",
"hex": "000000",
"source": "https://www.jetbrains.com/company/brand/logos/"
},
{
"title": "Pi-hole",
"hex": "F60D1A",
Expand Down Expand Up @@ -5582,8 +5602,8 @@
},
{
"title": "Seagate",
"hex": "72BE4F",
"source": "https://www.seagate.com"
"hex": "6EBE49",
"source": "https://branding.seagate.com/productpage/3fc51aba-c35a-4eff-a833-a258b0440bd2"
},
{
"title": "SEAT",
Expand Down Expand Up @@ -5898,7 +5918,7 @@
{
"title": "Sourcegraph",
"hex": "00B4F2",
"source": "https://github.com/sourcegraph/about"
"source": "https://sourcegraph.com/.assets/img"
},
{
"title": "Spacemacs",
Expand Down Expand Up @@ -6012,8 +6032,8 @@
},
{
"title": "Stackbit",
"hex": "3EB0FD",
"source": "https://www.stackbit.com/"
"hex": "207BEA",
"source": "https://www.stackbit.com/branding-guidelines/"
},
{
"title": "StackPath",
Expand Down Expand Up @@ -6255,6 +6275,11 @@
"hex": "486AAE",
"source": "https://www.tata.com/"
},
{
"title": "TeamCity",
"hex": "000000",
"source": "https://www.jetbrains.com/company/brand/logos/"
},
{
"title": "TeamSpeak",
"hex": "2580C3",
Expand Down Expand Up @@ -6455,6 +6480,11 @@
"hex": "ED1C24",
"source": "https://trakt.tv"
},
{
"title": "TransferWise",
"hex": "00B9FF",
"source": "https://brand.transferwise.com/logo"
},
{
"title": "Transport for Ireland",
"hex": "113B92",
Expand Down Expand Up @@ -6835,6 +6865,11 @@
"hex": "003057",
"source": "https://www.media.volvocars.com/global/en-gb/logos"
},
{
"title": "Vonage",
"hex": "FFFFFF",
"source": "https://www.vonage.com"
},
{
"title": "VSCO",
"hex": "000000",
Expand Down Expand Up @@ -7015,6 +7050,11 @@
"hex": "88171A",
"source": "https://www.wireguard.com/img/wireguard.svg"
},
{
"title": "Wireshark",
"hex": "1679A7",
"source": "https://gitlab.com/wanduow/wireshark/-/blob/master/image/wsicon.svg"
},
{
"title": "Wish",
"hex": "2FB7EC",
Expand Down
2 changes: 1 addition & 1 deletion icons/abbrobotstudio.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion icons/azuredevops.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion icons/brand-dot-ai.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion icons/cashapp.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion icons/clockify.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion icons/codecademy.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion icons/codeclimate.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion icons/codefactor.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/couchbase.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d77b2eb

Please sign in to comment.