Skip to content

Commit

Permalink
Update simple-icons to v11.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 12, 2024
1 parent 16a2f41 commit a5ffc91
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ Load all [simple-icons] brands directly to [drawio].
## Usage

Inside a [drawio] project, go to `File` -> `Open library from` -> `URL` and
paste the next [URL](https://github.com/mondeja/simple-icons-drawio/releases/download/11.3.0/simple-icons.xml):
paste the next [URL](https://github.com/mondeja/simple-icons-drawio/releases/download/11.4.0/simple-icons.xml):

```
https://github.com/mondeja/simple-icons-drawio/releases/download/11.3.0/simple-icons.xml
https://github.com/mondeja/simple-icons-drawio/releases/download/11.4.0/simple-icons.xml
```

:warning: Note that could take a few seconds to load.

You can also start a new project in [diagrams.net] with the simple-icons
library loaded using [this link](https://app.diagrams.net/?splash=0&clibs=https%3A%2F%2Fgithub.com%2Fmondeja%2Fsimple-icons-drawio%2Freleases%2Fdownload%2F11.3.0%2Fsimple-icons.xml):
library loaded using [this link](https://app.diagrams.net/?splash=0&clibs=https%3A%2F%2Fgithub.com%2Fmondeja%2Fsimple-icons-drawio%2Freleases%2Fdownload%2F11.4.0%2Fsimple-icons.xml):

```
https://app.diagrams.net/?splash=0&clibs=https%3A%2F%2Fgithub.com%2Fmondeja%2Fsimple-icons-drawio%2Freleases%2Fdownload%2F11.3.0%2Fsimple-icons.xml
https://app.diagrams.net/?splash=0&clibs=https%3A%2F%2Fgithub.com%2Fmondeja%2Fsimple-icons-drawio%2Freleases%2Fdownload%2F11.4.0%2Fsimple-icons.xml
```

Individual icons can be located using the shapes search tool:
Expand Down Expand Up @@ -50,7 +50,7 @@ npm install

Use the next optional environment variables to filter the icons to include:

- `SI_DRAWIO_SLUGS_FILTER`: Comma separated string of slugs to include in the build. See [all slugs](https://github.com/simple-icons/simple-icons/blob/11.3.0/slugs.md).
- `SI_DRAWIO_SLUGS_FILTER`: Comma separated string of slugs to include in the build. See [all slugs](https://github.com/simple-icons/simple-icons/blob/11.4.0/slugs.md).
- `SI_DRAWIO_ALPHABET_FILTER`: Comma separated string of letters of the alphabet. All the slugs starting with one of these letters will be included.

For example, next command will include the brands Deno, [diagrams.net] and Node.js:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "simple-icons-drawio",
"version": "11.3.0",
"version": "11.4.0",
"keywords": [],
"author": {
"name": "Álvaro Mondéjar Rubio",
"email": "mondejar1994@gmail.com"
},
"license": "BSD-3-Clause",
"devDependencies": {
"simple-icons": "11.3.0"
"simple-icons": "11.4.0"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion simple-icons.xml

Large diffs are not rendered by default.

0 comments on commit a5ffc91

Please sign in to comment.