Skip to content

Commit

Permalink
Release 2 new icons (v13.18.0)
Browse files Browse the repository at this point in the history
# New Icons

- Apache Lucene (#12012) (@MateuxLucax)
- Odin (#12146) (@Anonav0)
  • Loading branch information
simple-icons[bot] authored Nov 24, 2024
2 parents 954790c + 4a27885 commit e3da382
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,7 @@

// PR title and commit message when updating dependencies
commitMessage: 'Update dependencies',

// Simplify PR body when updating dependencies
prBodyTemplate: '{{{header}}}{{{table}}}{{{warnings}}}{{{notes}}}{{{changelogs}}}',
}
14 changes: 13 additions & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,23 @@ jobs:
list-files: shell
filters: |
docs:
- '*.md'
- '*!(slugs).md'
- '.github/**.md'
icons:
- 'icons/*.svg'
slugs:
- 'slugs.md'
token: ${{ secrets.GITHUB_TOKEN }}
- name: Don't edit slugs.md in pull requests
if: |
github.base_ref != 'master' &&
github.event_name == 'pull_request' &&
steps.changes.outputs.slugs == 'true'
run: |
echo -ne "Detected slugs.md file edition in PR.\n" 1>&2
echo -ne "Please revert it, we build the slugs.md" 1>&2
echo -ne " file automatically at releases.\n" 1>&2
exit 1
- name: Install dependencies
run: npm i --ignore-scripts --no-audit --no-fund
- name: Run linter
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ We also provide a CDN service which allows you to use colors.
<img height="32" width="32" src="https://cdn.simpleicons.org/[ICON SLUG]/[COLOR]/[DARK_MODE_COLOR]" />
```

Where `[COLOR]` is optional, and can be replaced by the [hex colors](https://developer.mozilla.org/en-US/docs/Web/CSS/hex-color) or [CSS keywords](https://www.w3.org/wiki/CSS/Properties/color/keywords) of the icon you want to you use. The color is defaulted to the HEX color of the icon shown in [simpleicons.org website](https://simpleicons.org). `[DARK_MODE_COLOR]` is used for dark mode. The [CSS prefers-color-scheme](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme) will be used when a value is specified. For example:
Where `[COLOR]` is optional, and can be replaced by the [hex colors](https://developer.mozilla.org/en-US/docs/Web/CSS/hex-color) or [CSS keywords](https://www.w3.org/wiki/CSS/Properties/color/keywords) of the icon you want to use. The color is defaulted to the HEX color of the icon shown in [simpleicons.org website](https://simpleicons.org). `[DARK_MODE_COLOR]` is used for dark mode. The [CSS prefers-color-scheme](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme) will be used when a value is specified. For example:

```html
<img height="32" width="32" src="https://cdn.simpleicons.org/simpleicons" />
Expand Down
14 changes: 14 additions & 0 deletions _data/simple-icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -1274,6 +1274,15 @@
"type": "Apache-2.0"
}
},
{
"title": "Apache Lucene",
"hex": "019B8F",
"source": "https://apache.org/logos",
"guidelines": "https://www.apache.org/foundation/marks",
"license": {
"type": "Apache-2.0"
}
},
{
"title": "Apache Maven",
"hex": "C71A36",
Expand Down Expand Up @@ -11017,6 +11026,11 @@
"source": "https://en.facebookbrand.com/oculus/assets/oculus?audience=oculus-landing",
"guidelines": "https://en.facebookbrand.com/oculus/"
},
{
"title": "Odin",
"hex": "3882D2",
"source": "https://github.com/odin-lang/artwork/blob/5f887a73f3cc5a4b61971ec15854ae456b886426/logo/emblem-without-background.svg"
},
{
"title": "Odnoklassniki",
"hex": "EE8208",
Expand Down
1 change: 1 addition & 0 deletions icons/apachelucene.svg
Loading
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/odin.svg
Loading
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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-icons",
"version": "13.17.0",
"version": "13.18.0",
"description": "SVG icons for popular brands https://simpleicons.org",
"homepage": "https://simpleicons.org",
"keywords": [
Expand Down
2 changes: 2 additions & 0 deletions slugs.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Apache JMeter` | `apachejmeter` |
| `Apache Kafka` | `apachekafka` |
| `Apache Kylin` | `apachekylin` |
| `Apache Lucene` | `apachelucene` |
| `Apache Maven` | `apachemaven` |
| `Apache NetBeans IDE` | `apachenetbeanside` |
| `Apache NiFi` | `apachenifi` |
Expand Down Expand Up @@ -1952,6 +1953,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `OctoPrint` | `octoprint` |
| `Octopus Deploy` | `octopusdeploy` |
| `Oculus` | `oculus` |
| `Odin` | `odin` |
| `Odnoklassniki` | `odnoklassniki` |
| `Odoo` | `odoo` |
| `Odysee` | `odysee` |
Expand Down

0 comments on commit e3da382

Please sign in to comment.