simple-icons 13.18.0 → 13.19.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/DISCLAIMER.md +2 -0
- package/LICENSE.md +1 -1
- package/README.md +37 -36
- package/VERSIONING.md +1 -1
- package/_data/simple-icons.json +1 -1
- package/icons/1and1.svg +1 -0
- package/icons/aboutdotme.svg +1 -1
- package/icons/accuweather.svg +1 -0
- package/icons/aftership.svg +1 -0
- package/icons/akasaair.svg +1 -0
- package/icons/backbone.svg +1 -0
- package/icons/bombardier.svg +1 -1
- package/icons/ccc.svg +1 -0
- package/icons/claude.svg +1 -0
- package/icons/cohost.svg +1 -0
- package/icons/continente.svg +1 -0
- package/icons/eac.svg +1 -0
- package/icons/filament.svg +1 -0
- package/icons/gamescience.svg +1 -0
- package/icons/honeybadger.svg +1 -0
- package/icons/honeygain.svg +1 -0
- package/icons/htc.svg +1 -0
- package/icons/htcvive.svg +1 -0
- package/icons/mapillary.svg +1 -0
- package/icons/maptiler.svg +1 -0
- package/icons/maze.svg +1 -0
- package/icons/picsart.svg +1 -0
- package/icons/refinedgithub.svg +1 -0
- package/icons/rocketdotchat.svg +1 -1
- package/icons/silverairways.svg +1 -0
- package/icons/simplex.svg +1 -0
- package/icons/startpage.svg +1 -0
- package/icons/trimble.svg +1 -0
- package/icons/udotsdotnews.svg +1 -0
- package/icons/ukca.svg +1 -0
- package/icons/vencord.svg +1 -0
- package/icons/virtualbox.svg +1 -1
- package/icons/wine.svg +1 -0
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/package.json +6 -4
package/DISCLAIMER.md
CHANGED
|
@@ -14,6 +14,8 @@ Simple Icons asks that its users read this disclaimer fully before including an
|
|
|
14
14
|
> **Important**\
|
|
15
15
|
> The addition of licenses to Simple Icons is an ongoing project. Hence, the absence of licence data for a particular icon does not imply that the icon is not released under a license.
|
|
16
16
|
|
|
17
|
+
<!-- makdownlint-disable-next-line no-blanks-blockquote -->
|
|
18
|
+
|
|
17
19
|
> **Note**\
|
|
18
20
|
> Simple Icons is released under CC0 - though that doesn't mean to imply that all icons within the project are also CC0. Please see individual licenses where available.
|
|
19
21
|
|
package/LICENSE.md
CHANGED
|
@@ -27,4 +27,4 @@ For these and/or other purposes and motivations, and without any expectation of
|
|
|
27
27
|
3. Affirmer disclaims responsibility for clearing rights of other persons that may apply to the Work or any use thereof, including without limitation any person’s Copyright and Related Rights in the Work. Further, Affirmer disclaims responsibility for obtaining any necessary consents, permissions or other rights required for any use of the Work.
|
|
28
28
|
4. Affirmer understands and acknowledges that Creative Commons is not a party to this document and has no duty or obligation with respect to this CC0 or use of the Work.
|
|
29
29
|
|
|
30
|
-
For more information, please see https://creativecommons.org/publicdomain/zero/1.0
|
|
30
|
+
For more information, please see <https://creativecommons.org/publicdomain/zero/1.0/>.
|
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.
|
|
2
|
+
<img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.19.0/icons/simpleicons.svg" alt="Simple Icons" width=70>
|
|
3
3
|
<h3 align="center">Simple Icons</h3>
|
|
4
4
|
<p align="center">
|
|
5
5
|
Over 3200 Free SVG icons for popular brands. See them all on one page at <a href="https://simpleicons.org">SimpleIcons.org</a>. Contributions, corrections & requests can be made on GitHub.</p>
|
|
@@ -11,7 +11,7 @@ Over 3200 Free SVG icons for popular brands. See them all on one page at <a href
|
|
|
11
11
|
<a href="https://packagist.org/packages/simple-icons/simple-icons"><img src="https://img.shields.io/packagist/v/simple-icons/simple-icons?logo=packagist&logoColor=white" alt="Build status"/></a>
|
|
12
12
|
<br/>
|
|
13
13
|
<a href="https://simpleicons.org"><img src="https://img.shields.io/badge/dynamic/json?color=informational&label=icons&prefix=%20&logo=simpleicons&query=%24.icons.length&url=https%3A%2F%2Fraw.githubusercontent.com%2Fsimple-icons%2Fsimple-icons%2Fdevelop%2F_data%2Fsimple-icons.json" alt="Number of icons currently in the library"/></a>
|
|
14
|
-
<a href="https://discord.gg/vUXFa7t5xJ"><img src="https://img.shields.io/discord/1142044630909726760?logo=discord&logoColor=white&label=discord" alt="Number of users active in our Discord server"
|
|
14
|
+
<a href="https://discord.gg/vUXFa7t5xJ"><img src="https://img.shields.io/discord/1142044630909726760?logo=discord&logoColor=white&label=discord" alt="Number of users active in our Discord server"/></a>
|
|
15
15
|
<a href="https://opencollective.com/simple-icons"><img src="https://img.shields.io/opencollective/all/simple-icons?logo=opencollective" alt="Backers and sponsors on Open Collective"/></a>
|
|
16
16
|
</p>
|
|
17
17
|
|
|
@@ -22,7 +22,7 @@ Over 3200 Free SVG icons for popular brands. See them all on one page at <a href
|
|
|
22
22
|
|
|
23
23
|
### General Usage
|
|
24
24
|
|
|
25
|
-
Icons can be downloaded as SVGs directly from
|
|
25
|
+
Icons can be downloaded as SVGs directly from <https://simpleicons.org/> - simply click the download button of the icon you want, and the download will start automatically.
|
|
26
26
|
|
|
27
27
|
### CDN Usage
|
|
28
28
|
|
|
@@ -75,7 +75,7 @@ You can use a `viewbox=auto` parameter to get a auto-sized viewbox. This is usef
|
|
|
75
75
|
<img height="20" src="https://cdn.simpleicons.org/awesomelists?viewbox=auto" />
|
|
76
76
|
```
|
|
77
77
|
|
|
78
|
-
### Node Usage <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.
|
|
78
|
+
### Node Usage <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.19.0/icons/nodedotjs.svg" alt="Node" align=left width=24>
|
|
79
79
|
|
|
80
80
|
The icons are also available through our npm package. To install, simply run:
|
|
81
81
|
|
|
@@ -84,15 +84,16 @@ npm install simple-icons
|
|
|
84
84
|
```
|
|
85
85
|
|
|
86
86
|
All icons are imported from a single file, where `[ICON SLUG]` is replaced by a capitalized [slug]. We highly recommend using a bundler that can tree shake such as [webpack](https://webpack.js.org/) to remove the unused icon code:
|
|
87
|
+
|
|
87
88
|
```javascript
|
|
88
89
|
// Import a specific icon by its slug as:
|
|
89
90
|
// import { si[ICON SLUG] } from 'simple-icons'
|
|
90
91
|
|
|
91
92
|
// For example:
|
|
92
93
|
// use import/esm to allow tree shaking
|
|
93
|
-
import {
|
|
94
|
+
import {siSimpleicons} from 'simple-icons';
|
|
94
95
|
// or with require/cjs
|
|
95
|
-
const {
|
|
96
|
+
const {siSimpleicons} = require('simple-icons');
|
|
96
97
|
```
|
|
97
98
|
|
|
98
99
|
It will return an icon object:
|
|
@@ -126,15 +127,15 @@ If you need to iterate over all icons, use:
|
|
|
126
127
|
import * as icons from 'simple-icons';
|
|
127
128
|
```
|
|
128
129
|
|
|
129
|
-
#### TypeScript Usage <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.
|
|
130
|
+
#### TypeScript Usage <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.19.0/icons/typescript.svg" alt="Typescript" align=left width=19 height=19>
|
|
130
131
|
|
|
131
132
|
Type definitions are bundled with the package.
|
|
132
133
|
|
|
133
134
|
```typescript
|
|
134
|
-
import type {
|
|
135
|
+
import type {SimpleIcon} from 'simple-icons';
|
|
135
136
|
```
|
|
136
137
|
|
|
137
|
-
### PHP Usage <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.
|
|
138
|
+
### PHP Usage <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.19.0/icons/php.svg" alt="Php" align=left width=24 height=24>
|
|
138
139
|
|
|
139
140
|
The icons are also available through our Packagist package. To install, simply run:
|
|
140
141
|
|
|
@@ -161,15 +162,15 @@ echo file_get_contents('path/to/package/icons/simpleicons.svg');
|
|
|
161
162
|
The below are known extensions to third-party tools.
|
|
162
163
|
|
|
163
164
|
| Extension | Author |
|
|
164
|
-
|
|
|
165
|
-
| [Blender add-on](https://github.com/mondeja/simple-icons-blender) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.
|
|
166
|
-
| [Boxy SVG library](https://boxy-svg.com/ideas/298/simple-icons-library-provider) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.
|
|
167
|
-
| [Drawio library](https://github.com/mondeja/simple-icons-drawio) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.
|
|
168
|
-
| [Figma plugin](https://www.figma.com/community/plugin/1149614463603005908) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.
|
|
169
|
-
| [Miro app](https://miro.com/marketplace/brand-icons/) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.
|
|
170
|
-
| [Raycast extension](https://www.raycast.com/litomore/simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.
|
|
171
|
-
| [Stream Deck icon pack](https://github.com/mackenly/simple-icons-stream-deck) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.
|
|
172
|
-
| [Webflow app](https://webflow.com/apps/detail/simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.
|
|
165
|
+
| :-- | :-- |
|
|
166
|
+
| [Blender add-on](https://github.com/mondeja/simple-icons-blender) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.19.0/icons/blender.svg" alt="Blender" align=left width=24 height=24> | [@mondeja](https://github.com/mondeja) |
|
|
167
|
+
| [Boxy SVG library](https://boxy-svg.com/ideas/298/simple-icons-library-provider) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.19.0/icons/boxysvg.svg" alt="Boxy SVG" align=left width=24 height=24> | [@Jarek](https://boxy-svg.com/profiles/0000000000/jarek) |
|
|
168
|
+
| [Drawio library](https://github.com/mondeja/simple-icons-drawio) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.19.0/icons/diagramsdotnet.svg" alt="Drawio" align=left width=24 height=24> | [@mondeja](https://github.com/mondeja) |
|
|
169
|
+
| [Figma plugin](https://www.figma.com/community/plugin/1149614463603005908) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.19.0/icons/figma.svg" alt="Figma" align=left width=24 height=24> | [@LitoMore](https://github.com/LitoMore) |
|
|
170
|
+
| [Miro app](https://miro.com/marketplace/brand-icons/) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.19.0/icons/miro.svg" alt="Miro" align=left width=24 height=24> | [@LitoMore](https://github.com/LitoMore) |
|
|
171
|
+
| [Raycast extension](https://www.raycast.com/litomore/simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.19.0/icons/raycast.svg" alt="Raycast" align=left width=24 height=24> | [@LitoMore](https://github.com/LitoMore) |
|
|
172
|
+
| [Stream Deck icon pack](https://github.com/mackenly/simple-icons-stream-deck) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.19.0/icons/elgato.svg" alt="Stream Deck" align=left width=24 height=24> | [@mackenly](https://github.com/mackenly) |
|
|
173
|
+
| [Webflow app](https://webflow.com/apps/detail/simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.19.0/icons/webflow.svg" alt="Webflow" align=left width=24 height=24> | [@diegoliv](https://github.com/diegoliv) |
|
|
173
174
|
|
|
174
175
|
Maintain an extension? [Submit a PR][open-pr] to include it in the list above.
|
|
175
176
|
|
|
@@ -179,28 +180,25 @@ The below are known third-party libraries for use in your own projects. We only
|
|
|
179
180
|
|
|
180
181
|
| Library | Author | License | Simple Icons Version |
|
|
181
182
|
| :-- | :-- | :-: | :-: |
|
|
182
|
-
| [Astro package](https://github.com/dzeiocom/simple-icons-astro) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.
|
|
183
|
-
| [Blazor Nuget package](https://github.com/TimeWarpEngineering/timewarp-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.
|
|
184
|
-
| [Flutter package](https://github.com/jlnrrg/simple_icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.
|
|
185
|
-
| [Framer component](https://github.com/LitoMore/simple-icons-framer) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.
|
|
186
|
-
| [Hugo module](https://github.com/foo-dogsquared/hugo-mod-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.
|
|
187
|
-
| [Kirby plugin](https://github.com/runxel/kirby3-simpleicons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.
|
|
188
|
-
| [LaTeX package](https://github.com/ineshbose/simple-icons-latex) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.
|
|
189
|
-
| [Laravel package](https://github.com/ublabs/blade-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.
|
|
190
|
-
| [Python wheel](https://github.com/carstencodes/simplepycons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.
|
|
191
|
-
| [React package](https://github.com/icons-pack/react-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.
|
|
192
|
-
| [Ruby gem](https://rubygems.org/gems/simple-icons-rails) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.
|
|
193
|
-
| [Svelte package](https://github.com/icons-pack/svelte-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.
|
|
194
|
-
| [Vue 3 package](https://github.com/wyatt-herkamp/vue3-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.
|
|
183
|
+
| [Astro package](https://github.com/dzeiocom/simple-icons-astro) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.19.0/icons/astro.svg" alt="Astro" align=left width=24 height=24> | [@Aviortheking](https://github.com/aviortheking) |  |  |
|
|
184
|
+
| [Blazor Nuget package](https://github.com/TimeWarpEngineering/timewarp-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.19.0/icons/blazor.svg" alt="Blazor" align=left width=24 height=24> | [@TimeWarpEngineering](https://github.com/TimeWarpEngineering) |  |  |
|
|
185
|
+
| [Flutter package](https://github.com/jlnrrg/simple_icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.19.0/icons/flutter.svg" alt="Flutter" align=left width=24 height=24> | [@jlnrrg](https://github.com/jlnrrg) |  |  |
|
|
186
|
+
| [Framer component](https://github.com/LitoMore/simple-icons-framer) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.19.0/icons/framer.svg" alt="Framer" align=left width=24 height=24> | [@LitoMore](https://github.com/LitoMore) |  |  |
|
|
187
|
+
| [Hugo module](https://github.com/foo-dogsquared/hugo-mod-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.19.0/icons/hugo.svg" alt="Hugo" align=left width=24 height=24> | [@foo-dogsquared](https://github.com/foo-dogsquared) |  |  |
|
|
188
|
+
| [Kirby plugin](https://github.com/runxel/kirby3-simpleicons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.19.0/icons/kirby.svg" alt="Kirby" align=left width=24 height=24> | [@runxel](https://github.com/runxel) |  |  |
|
|
189
|
+
| [LaTeX package](https://github.com/ineshbose/simple-icons-latex) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.19.0/icons/latex.svg" alt="LaTeX" align=left width=24 height=24> | [@ineshbose](https://github.com/ineshbose) |  |  |
|
|
190
|
+
| [Laravel package](https://github.com/ublabs/blade-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.19.0/icons/laravel.svg" alt="Laravel" align=left width=24 height=24> | [@adrian-ub](https://github.com/adrian-ub) |  |  |
|
|
191
|
+
| [Python wheel](https://github.com/carstencodes/simplepycons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.19.0/icons/python.svg" alt="Python" align=left width=24 height=24> | [@carstencodes](https://github.com/carstencodes) |  |  |
|
|
192
|
+
| [React package](https://github.com/icons-pack/react-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.19.0/icons/react.svg" alt="React" align=left width=24 height=24> | [@wootsbot](https://github.com/wootsbot) |  |  |
|
|
193
|
+
| [Ruby gem](https://rubygems.org/gems/simple-icons-rails) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.19.0/icons/rubygems.svg" alt="Ruby" align=left width=24 height=24> | [@thepew](https://github.com/the-pew-inc) |  |  |
|
|
194
|
+
| [Svelte package](https://github.com/icons-pack/svelte-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.19.0/icons/svelte.svg" alt="Svelte" align=left width=24 height=24> | [@wootsbot](https://github.com/wootsbot) |  |  |
|
|
195
|
+
| [Vue 3 package](https://github.com/wyatt-herkamp/vue3-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.19.0/icons/vuedotjs.svg" alt="Vue" align=left width=24 height=24> | [@wyatt-herkamp](https://github.com/wyatt-herkamp) |  |  |
|
|
195
196
|
|
|
196
197
|
Maintain a library? [Submit a PR][open-pr] to include it in the list above.
|
|
197
198
|
|
|
198
199
|
## Contribute
|
|
199
200
|
|
|
200
|
-
[](https://github.com/simple-icons/simple-icons/issues?q=is%3Aopen+label%3A%22good+first+issue%22+-linked%3Apr)
|
|
201
|
-
[](https://github.com/simple-icons/simple-icons/issues?q=is%3Aissue+is%3Aopen+label%3A%22new+icon%22%2C%22update+icon%2Fdata%22)
|
|
202
|
-
[](https://github.com/simple-icons/simple-icons/issues?q=is%3Aissue+is%3Aopen+label%3Adocs%2Cmeta%2Cpackage+-linked%3Apr)
|
|
203
|
-
[](https://github.com/simple-icons/simple-icons/issues?q=is%3Aopen+is%3Aissue+label%3Adocs+-linked%3Apr)
|
|
201
|
+
[](https://github.com/simple-icons/simple-icons/issues?q=is%3Aopen+label%3A%22good+first+issue%22+-linked%3Apr) [](https://github.com/simple-icons/simple-icons/issues?q=is%3Aissue+is%3Aopen+label%3A%22new+icon%22%2C%22update+icon%2Fdata%22) [](https://github.com/simple-icons/simple-icons/issues?q=is%3Aissue+is%3Aopen+label%3Adocs%2Cmeta%2Cpackage+-linked%3Apr) [](https://github.com/simple-icons/simple-icons/issues?q=is%3Aopen+is%3Aissue+label%3Adocs+-linked%3Apr)
|
|
204
202
|
|
|
205
203
|
Information describing how to contribute can be found in the file [CONTRIBUTING.md](https://github.com/simple-icons/simple-icons/blob/develop/CONTRIBUTING.md)
|
|
206
204
|
|
|
@@ -210,5 +208,8 @@ Information describing how to contribute can be found in the file [CONTRIBUTING.
|
|
|
210
208
|
## Contributors
|
|
211
209
|
|
|
212
210
|
<a href="https://github.com/simple-icons/simple-icons/graphs/contributors">
|
|
213
|
-
<img
|
|
211
|
+
<img
|
|
212
|
+
src="https://opencollective.com/simple-icons/contributors.svg?width=890&button=false"
|
|
213
|
+
alt="Contributors"
|
|
214
|
+
/>
|
|
214
215
|
</a>
|
package/VERSIONING.md
CHANGED
|
@@ -5,7 +5,7 @@ We use [Semantic Versioning](https://semver.org/) to version Simple Icons. In sh
|
|
|
5
5
|
For Simple Icons, given a change to the version number you can expect the following kinds of changes:
|
|
6
6
|
|
|
7
7
|
| Version number increase | Kinds of changes |
|
|
8
|
-
|
|
|
8
|
+
| :-- | :-- |
|
|
9
9
|
| _Major_ | Removed icons; Slug changed icons; Breaking API changes |
|
|
10
10
|
| _Minor_ | New icons; Title changed icons; API changes |
|
|
11
11
|
| _Patch_ | Updated SVGs; Updated metadata |
|