Skip to content

Commit 465b552

Browse files
Update simple-icons to v14.13.0
1 parent 1512ce9 commit 465b552

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -11,27 +11,27 @@ Load all [Simple Icons] brands directly to [drawio].
1111
### diagrams.net
1212

1313
Inside a [diagrams.net] project, go to `File` -> `Open library from` -> `URL` and
14-
paste the next [URL](https://github.com/mondeja/simple-icons-drawio/releases/download/14.12.3/simple-icons.xml):
14+
paste the next [URL](https://github.com/mondeja/simple-icons-drawio/releases/download/14.13.0/simple-icons.xml):
1515

1616
```text
17-
https://github.com/mondeja/simple-icons-drawio/releases/download/14.12.3/simple-icons.xml
17+
https://github.com/mondeja/simple-icons-drawio/releases/download/14.13.0/simple-icons.xml
1818
```
1919

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

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

2525
```text
26-
https://app.diagrams.net/?splash=0&clibs=https%3A%2F%2Fgithub.com%2Fmondeja%2Fsimple-icons-drawio%2Freleases%2Fdownload%2F14.12.3%2Fsimple-icons.xml
26+
https://app.diagrams.net/?splash=0&clibs=https%3A%2F%2Fgithub.com%2Fmondeja%2Fsimple-icons-drawio%2Freleases%2Fdownload%2F14.13.0%2Fsimple-icons.xml
2727
```
2828

2929
### drawio desktop app
3030

31-
If you're using the [drawio] desktop application, download the library file from [the next URL](https://github.com/mondeja/simple-icons-drawio/releases/download/14.12.3/simple-icons.xml) and open it with `File` -> `Open Library`:
31+
If you're using the [drawio] desktop application, download the library file from [the next URL](https://github.com/mondeja/simple-icons-drawio/releases/download/14.13.0/simple-icons.xml) and open it with `File` -> `Open Library`:
3232

3333
```text
34-
https://github.com/mondeja/simple-icons-drawio/releases/download/14.12.3/simple-icons.xml
34+
https://github.com/mondeja/simple-icons-drawio/releases/download/14.13.0/simple-icons.xml
3535
```
3636

3737
## Select icons
@@ -62,7 +62,7 @@ npm install
6262

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

65-
- `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/14.12.3/slugs.md).
65+
- `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/14.13.0/slugs.md).
6666
- `SI_DRAWIO_ALPHABET_FILTER`: Comma separated string of letters of the alphabet. All the slugs starting with one of these letters will be included.
6767

6868
For example, next command will include the brands Deno, [diagrams.net] and Node.js:

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "simple-icons-drawio",
3-
"version": "14.12.3",
3+
"version": "14.13.0",
44
"keywords": [],
55
"author": {
66
"name": "Álvaro Mondéjar Rubio",
77
"email": "[email protected]"
88
},
99
"license": "BSD-3-Clause",
1010
"devDependencies": {
11-
"simple-icons": "14.12.3"
11+
"simple-icons": "14.13.0"
1212
},
1313
"type": "module"
1414
}

simple-icons.xml

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)