Skip to content

Commit

Permalink
Release 22 new icons and 5 updated icons (v11.15.0)
Browse files Browse the repository at this point in the history
# New Icons

- Buhl (#10919) (@CodeShakingSheep)
- Cal.com (#10908) (@H0onnn)
- Calibre-Web (#10950) (@CodeShakingSheep)
- Dota 2 (#10574) (@ryanmurphyNSCC)
- Fizz (#10873) (@service-paradis)
- FreeCAD (#8879) (@PratyushJayachandran)
- freelancermap (#10946) (@CodeShakingSheep)
- Homarr (#10964) (@CodeShakingSheep)
- Infomaniak (#10930) (@CodeShakingSheep)
- Lemon Squeezy (#10900) (@CodeShakingSheep)
- LimeSurvey (#10901) (@CodeShakingSheep)
- listmonk (#10916) (@CodeShakingSheep)
- MainWP (#10917) (@CodeShakingSheep)
- OpenJS Foundation (#10854) (@10xLaCroixDrinker)
- openmediavault (#10568) (@uncenter)
- Optimism (#10918) (@CodeShakingSheep)
- Quarto (#10960) (@cwickham)
- Quizlet (#10721) (@EricRisher)
- RubyMine (#10707) (@davidlj95)
- Tailscale (#10744) (@mani-sh-reddy)
- Traccar (#10910) (@CodeShakingSheep)
- Twinmotion (#10832) (@uncenter)

# Updated Icons

- Abbvie (#10953) (@jglamp)
- freedesktop.org (#10911) (@uncenter)
- Immich (#10738) (@mani-sh-reddy)
- Lamborghini (#10835) (@PratyushJayachandran)
- Tencent QQ (#10932) (@LitoMore)
  • Loading branch information
simple-icons[bot] committed May 19, 2024
2 parents 8a37313 + fd7d035 commit 1b5de10
Show file tree
Hide file tree
Showing 45 changed files with 242 additions and 63 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/icon_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ body:
you're requesting then leave a comment on it or add a reaction.
> [!TIP]
> Similarweb is now trying to force users to log in in order to view statistics. You can bypass this by going directly to:
> `https://similarweb.com/website/google.com`, replacing `google.com` with the TLD you would like to get the stats on!
> In order to view website rankings on `similarweb.com`:
> Go to `https://similarweb.com/website`, enter the website address, and click on Analyze Traffic.
[contributing guidelines]: https://github.com/simple-icons/simple-icons/blob/develop/CONTRIBUTING.md
Expand Down
1 change: 1 addition & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
repositories: ['simple-icons/simple-icons'],
extends: [
'config:base',

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ jobs:
token: ${{ steps.app-token.outputs.token }}
# Ensure we are checked out on the develop branch
ref: develop
- name: Use Node.js 20.x
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: npm
cache-dependency-path: '**/package.json'
- name: Bump version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/potential-duplicates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
for
from
state: all
threshold: 0.7
threshold: 0.8
comment: |
This issue is potentially a duplicate of one of the following issues:
{{#issues}}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js 20.x
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: npm
cache-dependency-path: '**/package.json'
- name: Install dependencies
Expand All @@ -32,10 +32,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js 20.x
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: npm
cache-dependency-path: '**/package.json'
- id: get-version
Expand Down
9 changes: 7 additions & 2 deletions .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,19 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/create-github-app-token@v1
id: app-token
with:
app-id: ${{ vars.BOT_APP_ID }}
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
- name: Checkout
uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
- name: Renovate
uses: renovatebot/github-action@v40.1.4
uses: renovatebot/github-action@v40.1.11
with:
configurationFile: .github/renovate.json5
token: ${{ secrets.RENOVATE_TOKEN }}
token: ${{ steps.app-token.outputs.token }}
env:
LOG_LEVEL: debug
19 changes: 12 additions & 7 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Verify Source
on: [pull_request, push]
on:
pull_request:
push:
branches:
- master
- develop

jobs:
build:
Expand All @@ -8,10 +13,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js 20.x
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: npm
cache-dependency-path: '**/package.json'
- name: Install dependencies
Expand All @@ -24,10 +29,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js 20.x
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: npm
cache-dependency-path: '**/package.json'
- name: Detect changed files
Expand Down Expand Up @@ -82,10 +87,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js 20.x
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: npm
cache-dependency-path: '**/package.json'
- name: Install dependencies
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package-lock=false
save-exact=true
save-dev=true

# Icons to lint with SVGLint on CI (see `lint` step on verify.yml workflow)
icons=icons/*.svg
6 changes: 2 additions & 4 deletions .xo-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
"space": 2,
"plugins": ["import"],
"rules": {
"n/no-unsupported-features": "off",
"n/no-unsupported-features/node-builtins": "off",
"n/file-extension-in-import": "off",
"sort-imports": [
"error",
{
Expand All @@ -29,7 +26,8 @@
"warnOnUnassignedImports": true,
"newlines-between": "never"
}
]
],
"no-console": ["error", {"allow": ["warn", "error"]}]
},
"overrides": [
{
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ If the icon includes a (registered) trademark icon we follow the guidelines belo

#### Color Guidelines

For color, the brand's primary color should be used. The official color of a brand is usually found in their brand guidelines, media kits, or some of the other locations mentioned above. If no official color can be identified, use the brand's primary web color or the most prominent color in the logo itself (please indicate why you choose the particular color in your pull request). Simple Icons stores brand colors in the standard 6 character hexadecimal format.
For color, the brand's primary color should be used. The official color of a brand is usually found in their brand guidelines, media kits, or some of the other locations mentioned above. If no official color can be identified, use the brand's primary web color or the most prominent color in the logo itself (please indicate why you choose the particular color in your pull request). If an icon's primary color is made up of a gradient, use [Eric Meyer's Color Blender tool](https://meyerweb.com/eric/tools/color-blend/#::1:hex) to pick the color of the calculated midpoint. Simple Icons stores brand colors in the standard 6 character hexadecimal format.

### 2. Extract the Icon from the Logo

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20-alpine
FROM node:22-alpine

RUN apk add --no-cache \
git
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ echo file_get_contents('path/to/package/icons/simpleicons.svg');
| [Angular module](https://github.com/avmaisak/ngx-simple-icons) <img src="https://cdn.simpleicons.org/angular/000/fff" alt="Angular" align=left width=24 height=24> | [@avmaisak](https://github.com/avmaisak) | ![](https://img.shields.io/github/license/avmaisak/ngx-simple-icons) | [![v6.18.0](https://img.shields.io/static/v1?label=version&message=v6.18.0&logo=simpleicons&color=red)](https://github.com/simple-icons/simple-icons/tree/6.18.0) |
| [Blazor Nuget package](https://github.com/TimeWarpEngineering/timewarp-simple-icons) <img src="https://cdn.simpleicons.org/blazor/000/fff" alt="Blazor" align=left width=24 height=24> | [@TimeWarpEngineering](https://github.com/TimeWarpEngineering) | ![](https://img.shields.io/github/license/TimeWarpEngineering/timewarp-simple-icons) | ![](https://img.shields.io/badge/dynamic/xml?url=https%3A%2F%2Fraw.githubusercontent.com%2FTimeWarpEngineering%2Ftimewarp-simple-icons%2Fmain%2Fsource%2Ftimewarp-simple-icons%2Ftimewarp-simple-icons.csproj&query=%2FProject%2FPropertyGroup%2FVersion&logo=simpleicons&label=version) |
| [Blender add-on](https://github.com/mondeja/simple-icons-blender) <img src="https://cdn.simpleicons.org/blender/000/fff" alt="Blender" align=left width=24 height=24> | [@mondeja](https://github.com/mondeja) | ![](https://img.shields.io/github/license/mondeja/simple-icons-blender) | ![](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2Fmondeja%2Fsimple-icons-blender%2Fdevelop%2Fpackage.json&query=%24..%5B'simple-icons'%5D&logo=simpleicons&label=version) |
| [Boxy SVG library](https://boxy-svg.com/ideas/298/simple-icons-library-provider) <img src="https://cdn.simpleicons.org/boxysvg/000/fff" alt="Boxy SVG" align=left width=24 height=24> | [@Jarek](https://boxy-svg.com/profiles/0000000000/jarek) | | |
| [Drawio library](https://github.com/mondeja/simple-icons-drawio) <img src="https://cdn.simpleicons.org/diagramsdotnet/000/fff" alt="Drawio" align=left width=24 height=24> | [@mondeja](https://github.com/mondeja) | ![](https://img.shields.io/github/license/mondeja/simple-icons-drawio) | ![](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2Fmondeja%2Fsimple-icons-drawio%2Fdevelop%2Fpackage.json&query=%24..%5B'simple-icons'%5D&logo=simpleicons&label=version) |
| [Drupal module](https://www.drupal.org/project/simple_icons) <img src="https://cdn.simpleicons.org/drupal/000/fff" alt="Drupal" align=left width=24 height=24> | [Phil Wolstenholme](https://www.drupal.org/u/phil-wolstenholme) | ![](https://img.shields.io/badge/license-GPL_v2-blue.svg) | ![](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fgit.drupalcode.org%2Fproject%2Fsimple_icons%2F-%2Fraw%2F8.x-1.x%2Fpackage-lock.json%3Fref_type%3Dheads&query=%24..%5B'simple-icons'%5D.version&logo=simpleicons&label=version) |
| [Figma plugin](https://www.figma.com/community/plugin/1149614463603005908/Simple-Icons) <img src="https://cdn.simpleicons.org/figma/000/fff" alt="Figma" align=left width=24 height=24> | [@LitoMore](https://github.com/LitoMore) | ![](https://img.shields.io/github/license/litomore/simple-icons-figma) | ![](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2Fsimple-icons%2Fsimple-icons%2Fmaster%2Fpackage.json&query=%24.version&logo=simpleicons&label=version) |
Expand Down

0 comments on commit 1b5de10

Please sign in to comment.