simple-icons 10.0.0 → 10.2.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/README.md +41 -36
- package/_data/simple-icons.json +428 -15
- package/icons/99designs.svg +1 -0
- package/icons/9gag.svg +1 -0
- package/icons/amazonmusic.svg +1 -0
- package/icons/apmterminals.svg +1 -0
- package/icons/autocad.svg +1 -0
- package/icons/autodeskmaya.svg +1 -0
- package/icons/bakalari.svg +1 -0
- package/icons/bricks.svg +1 -0
- package/icons/ccleaner.svg +1 -0
- package/icons/cloudinary.svg +1 -0
- package/icons/codementor.svg +1 -0
- package/icons/coggle.svg +1 -0
- package/icons/contentstack.svg +1 -0
- package/icons/coppel.svg +1 -0
- package/icons/deepl.svg +1 -0
- package/icons/doxygen.svg +1 -0
- package/icons/dunzo.svg +1 -0
- package/icons/educative.svg +1 -0
- package/icons/ejs.svg +1 -0
- package/icons/getx.svg +1 -0
- package/icons/gin.svg +1 -0
- package/icons/glovo.svg +1 -0
- package/icons/googlecloudstorage.svg +1 -0
- package/icons/grapheneos.svg +1 -0
- package/icons/graphite.svg +1 -0
- package/icons/greatlearning.svg +1 -0
- package/icons/hdfcbank.svg +1 -0
- package/icons/hellofresh.svg +1 -1
- package/icons/hepsiemlak.svg +1 -0
- package/icons/icicibank.svg +1 -0
- package/icons/inspire.svg +1 -0
- package/icons/libreofficedraw.svg +1 -0
- package/icons/libreofficeimpress.svg +1 -0
- package/icons/libreofficemath.svg +1 -0
- package/icons/libreofficewriter.svg +1 -0
- package/icons/linuxprofessionalinstitute.svg +1 -0
- package/icons/mentorcruise.svg +1 -0
- package/icons/moodle.svg +1 -0
- package/icons/moqups.svg +1 -0
- package/icons/myget.svg +1 -0
- package/icons/netcup.svg +1 -0
- package/icons/netgear.svg +1 -0
- package/icons/niantic.svg +1 -0
- package/icons/oclif.svg +1 -0
- package/icons/packt.svg +1 -0
- package/icons/pdq.svg +1 -0
- package/icons/piapro.svg +1 -0
- package/icons/picxy.svg +1 -0
- package/icons/pond5.svg +1 -0
- package/icons/quantcast.svg +1 -1
- package/icons/quicktype.svg +1 -0
- package/icons/rapid.svg +1 -0
- package/icons/raylib.svg +1 -0
- package/icons/reddit.svg +1 -1
- package/icons/resend.svg +1 -0
- package/icons/ritzcarlton.svg +1 -0
- package/icons/safari.svg +1 -1
- package/icons/scrapy.svg +1 -0
- package/icons/shadcnui.svg +1 -0
- package/icons/skaffold.svg +1 -0
- package/icons/softpedia.svg +1 -0
- package/icons/soriana.svg +1 -0
- package/icons/streamlabs.svg +1 -0
- package/icons/tabelog.svg +1 -0
- package/icons/tinkercad.svg +1 -0
- package/icons/vegas.svg +1 -0
- package/icons/viblo.svg +1 -0
- package/icons/visualstudioappcenter.svg +1 -0
- package/icons/webflow.svg +1 -1
- package/icons/writedotas.svg +1 -1
- package/icons/xendit.svg +1 -0
- package/icons/youtubekids.svg +1 -0
- package/icons/yr.svg +1 -0
- package/icons/ziggo.svg +1 -0
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img src="https://raw.githubusercontent.com/simple-icons/simple-icons/10.
|
|
2
|
+
<img src="https://raw.githubusercontent.com/simple-icons/simple-icons/10.2.0/icons/simpleicons.svg" alt="Simple Icons" width=70>
|
|
3
3
|
<h3 align="center">Simple Icons</h3>
|
|
4
4
|
<p align="center">
|
|
5
|
-
Over
|
|
5
|
+
Over 2800 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>
|
|
6
6
|
</p>
|
|
7
7
|
|
|
8
8
|
<p align="center">
|
|
@@ -64,9 +64,10 @@ Where `[COLOR]` is optional, and can be replaced by the [hex colors](https://dev
|
|
|
64
64
|
<img height="32" width="32" src="https://cdn.simpleicons.org/simpleicons/00ccff99" />
|
|
65
65
|
<img height="32" width="32" src="https://cdn.simpleicons.org/simpleicons/orange/pink" />
|
|
66
66
|
<img height="32" width="32" src="https://cdn.simpleicons.org/simpleicons/_/eee" />
|
|
67
|
+
<img height="32" width="32" src="https://cdn.simpleicons.org/simpleicons/eee/_" />
|
|
67
68
|
```
|
|
68
69
|
|
|
69
|
-
### Node Usage <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/10.
|
|
70
|
+
### Node Usage <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/10.2.0/icons/nodedotjs.svg" alt="Node" align=left width=24>
|
|
70
71
|
|
|
71
72
|
The icons are also available through our npm package. To install, simply run:
|
|
72
73
|
|
|
@@ -117,7 +118,7 @@ If you need to iterate over all icons, use:
|
|
|
117
118
|
import * as icons from 'simple-icons';
|
|
118
119
|
```
|
|
119
120
|
|
|
120
|
-
#### TypeScript Usage <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/10.
|
|
121
|
+
#### TypeScript Usage <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/10.2.0/icons/typescript.svg" alt="Typescript" align=left width=19 height=19>
|
|
121
122
|
|
|
122
123
|
Type definitions are bundled with the package.
|
|
123
124
|
|
|
@@ -125,7 +126,7 @@ Type definitions are bundled with the package.
|
|
|
125
126
|
import type { SimpleIcon } from 'simple-icons';
|
|
126
127
|
```
|
|
127
128
|
|
|
128
|
-
### PHP Usage <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/10.
|
|
129
|
+
### PHP Usage <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/10.2.0/icons/php.svg" alt="Php" align=left width=24 height=24>
|
|
129
130
|
|
|
130
131
|
The icons are also available through our Packagist package. To install, simply run:
|
|
131
132
|
|
|
@@ -151,41 +152,45 @@ echo file_get_contents('path/to/package/icons/simpleicons.svg');
|
|
|
151
152
|
|
|
152
153
|
| Extension | Author | License | Simple Icons Version |
|
|
153
154
|
| :-- | :-- | :-: | :-: |
|
|
154
|
-
| [Angular module](https://github.com/avmaisak/ngx-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/10.
|
|
155
|
-
| [Blazor Nuget package](https://github.com/TimeWarpEngineering/timewarp-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/10.
|
|
156
|
-
| [Blender add-on](https://github.com/mondeja/simple-icons-blender) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/10.
|
|
157
|
-
| [Drawio library](https://github.com/mondeja/simple-icons-drawio) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/10.
|
|
158
|
-
| [Drupal module](https://www.drupal.org/project/simple_icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/10.
|
|
159
|
-
| [Figma plugin](https://www.figma.com/community/plugin/1149614463603005908/Simple-Icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/10.
|
|
160
|
-
| [Flutter package](https://pub.dev/packages/simple_icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/10.
|
|
161
|
-
| [Framer component](https://github.com/LitoMore/simple-icons-framer) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/10.
|
|
162
|
-
| [Hexo plugin](https://github.com/nidbCN/hexo-simpleIcons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/10.
|
|
163
|
-
| [Home Assistant plugin](https://github.com/vigonotion/hass-simpleicons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/10.
|
|
164
|
-
| [Hugo module](https://github.com/foo-dogsquared/hugo-mod-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/10.
|
|
165
|
-
| [Java library](https://github.com/silentsoft/simpleicons4j) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/10.
|
|
166
|
-
| [Jetpack Compose library](https://github.com/DevSrSouza/compose-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/10.
|
|
167
|
-
| [Kirby plugin](https://github.com/runxel/kirby3-simpleicons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/10.
|
|
168
|
-
| [LaTeX package](https://github.com/ineshbose/simple-icons-latex) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/10.
|
|
169
|
-
| [Laravel package](https://github.com/ublabs/blade-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/10.
|
|
170
|
-
| [Leptos crate](https://github.com/Carlosted/leptos-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/10.
|
|
171
|
-
| [Python package](https://github.com/sachinraja/simple-icons-py) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/10.
|
|
172
|
-
| [React package](https://github.com/icons-pack/react-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/10.
|
|
173
|
-
| [Ruby gem](https://rubygems.org/gems/simple-icons-rails) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/10.
|
|
174
|
-
| [Solid package](https://github.com/x64Bits/solid-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/10.
|
|
175
|
-
| [Stream Deck icon pack](https://github.com/mackenly/simple-icons-stream-deck) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/10.
|
|
176
|
-
| [Svelte package](https://github.com/icons-pack/svelte-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/10.
|
|
177
|
-
| [Vue 3 package](https://github.com/wyatt-herkamp/vue3-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/10.
|
|
178
|
-
| [Vue package](https://github.com/mainvest/vue-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/10.
|
|
179
|
-
| [
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
>
|
|
183
|
-
>
|
|
155
|
+
| [Angular module](https://github.com/avmaisak/ngx-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/10.2.0/icons/angular.svg" alt="Angular" align=left width=24 height=24> | [@avmaisak](https://github.com/avmaisak) |  | [](https://github.com/simple-icons/simple-icons/tree/6.18.0) |
|
|
156
|
+
| [Blazor Nuget package](https://github.com/TimeWarpEngineering/timewarp-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/10.2.0/icons/blazor.svg" alt="Blazor" align=left width=24 height=24> | [@TimeWarpEngineering](https://github.com/TimeWarpEngineering) |  |  |
|
|
157
|
+
| [Blender add-on](https://github.com/mondeja/simple-icons-blender) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/10.2.0/icons/blender.svg" alt="Blender" align=left width=24 height=24> | [@mondeja](https://github.com/mondeja) |  |  |
|
|
158
|
+
| [Drawio library](https://github.com/mondeja/simple-icons-drawio) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/10.2.0/icons/diagramsdotnet.svg" alt="Drawio" align=left width=24 height=24> | [@mondeja](https://github.com/mondeja) |  |  |
|
|
159
|
+
| [Drupal module](https://www.drupal.org/project/simple_icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/10.2.0/icons/drupal.svg" alt="Drupal" align=left width=24 height=24> | [Phil Wolstenholme](https://www.drupal.org/u/phil-wolstenholme) |  |  |
|
|
160
|
+
| [Figma plugin](https://www.figma.com/community/plugin/1149614463603005908/Simple-Icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/10.2.0/icons/figma.svg" alt="Figma" align=left width=24 height=24> | [@LitoMore](https://github.com/LitoMore) |  |  |
|
|
161
|
+
| [Flutter package](https://pub.dev/packages/simple_icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/10.2.0/icons/flutter.svg" alt="Flutter" align=left width=24 height=24> | [@jlnrrg](https://github.com/jlnrrg) |  |  |
|
|
162
|
+
| [Framer component](https://github.com/LitoMore/simple-icons-framer) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/10.2.0/icons/framer.svg" alt="Framer" align=left width=24 height=24> | [@LitoMore](https://github.com/LitoMore) |  |  |
|
|
163
|
+
| [Hexo plugin](https://github.com/nidbCN/hexo-simpleIcons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/10.2.0/icons/hexo.svg" alt="Hexo" align=left width=24 height=24> | [@nidbCN](https://github.com/nidbCN/) |  |  |
|
|
164
|
+
| [Home Assistant plugin](https://github.com/vigonotion/hass-simpleicons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/10.2.0/icons/homeassistant.svg" alt="Home Assistant" align=left width=24 height=24> | [@vigonotion](https://github.com/vigonotion/) |  | [](https://github.com/simple-icons/simple-icons/tree/7.14.0) |
|
|
165
|
+
| [Hugo module](https://github.com/foo-dogsquared/hugo-mod-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/10.2.0/icons/hugo.svg" alt="Hugo" align=left width=24 height=24> | [@foo-dogsquared](https://github.com/foo-dogsquared) |  |  |
|
|
166
|
+
| [Java library](https://github.com/silentsoft/simpleicons4j) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/10.2.0/icons/openjdk.svg" alt="OpenJDK" align=left width=24 height=24> | [@silentsoft](https://github.com/silentsoft) |  |  |
|
|
167
|
+
| [Jetpack Compose library](https://github.com/DevSrSouza/compose-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/10.2.0/icons/jetpackcompose.svg" alt="Jetpack Compose" align=left width=24 height=24> | [@DevSrSouza](https://github.com/devsrsouza/) |  | [](https://github.com/simple-icons/simple-icons/tree/4.14.0) |
|
|
168
|
+
| [Kirby plugin](https://github.com/runxel/kirby3-simpleicons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/10.2.0/icons/kirby.svg" alt="Kirby" align=left width=24 height=24> | [@runxel](https://github.com/runxel) |  |  |
|
|
169
|
+
| [LaTeX package](https://github.com/ineshbose/simple-icons-latex) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/10.2.0/icons/latex.svg" alt="LaTeX" align=left width=24 height=24> | [@ineshbose](https://github.com/ineshbose) |  |  |
|
|
170
|
+
| [Laravel package](https://github.com/ublabs/blade-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/10.2.0/icons/laravel.svg" alt="Laravel" align=left width=24 height=24> | [@adrian-ub](https://github.com/adrian-ub) |  |  |
|
|
171
|
+
| [Leptos crate](https://github.com/Carlosted/leptos-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/10.2.0/icons/leptos.svg" alt="Leptos" align=left width=24 height=24> | [@Carlosted](https://github.com/Carlosted) |  | [](https://github.com/simple-icons/simple-icons/tree/9.14.0) |
|
|
172
|
+
| [Python package](https://github.com/sachinraja/simple-icons-py) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/10.2.0/icons/python.svg" alt="Python" align=left width=24 height=24> | [@sachinraja](https://github.com/sachinraja) |  | [](https://github.com/simple-icons/simple-icons/tree/7.21.0) |
|
|
173
|
+
| [React package](https://github.com/icons-pack/react-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/10.2.0/icons/react.svg" alt="React" align=left width=24 height=24> | [@wootsbot](https://github.com/wootsbot) |  |  |
|
|
174
|
+
| [Ruby gem](https://rubygems.org/gems/simple-icons-rails) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/10.2.0/icons/rubygems.svg" alt="Ruby" align=left width=24 height=24> | [@thepew](https://github.com/the-pew-inc) |  |  |
|
|
175
|
+
| [Solid package](https://github.com/x64Bits/solid-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/10.2.0/icons/solid.svg" alt="Solid" align=left width=24 height=24> | [@x64Bits](https://github.com/x64Bits) |  | [](https://github.com/simple-icons/simple-icons/tree/9.0.0) |
|
|
176
|
+
| [Stream Deck icon pack](https://github.com/mackenly/simple-icons-stream-deck) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/10.2.0/icons/elgato.svg" alt="Stream Deck" align=left width=24 height=24> | [@mackenly](https://github.com/mackenly) |  |  |
|
|
177
|
+
| [Svelte package](https://github.com/icons-pack/svelte-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/10.2.0/icons/svelte.svg" alt="Svelte" align=left width=24 height=24> | [@wootsbot](https://github.com/wootsbot) |  |  |
|
|
178
|
+
| [Vue 3 package](https://github.com/wyatt-herkamp/vue3-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/10.2.0/icons/vuedotjs.svg" alt="Vue" align=left width=24 height=24> | [@wyatt-herkamp](https://github.com/wyatt-herkamp) |  |  |
|
|
179
|
+
| [Vue package](https://github.com/mainvest/vue-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/10.2.0/icons/vuedotjs.svg" alt="Vue" align=left width=24 height=24> | [@noahlitvin](https://github.com/noahlitvin) |  |  |
|
|
180
|
+
| [Webflow app](https://webflow.com/apps/detail/simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/10.2.0/icons/webflow.svg" alt="Webflow" align=left width=24 height=24> | [@diegoliv](https://github.com/diegoliv) |  |  |
|
|
181
|
+
| [WordPress plugin](https://wordpress.org/plugins/simple-icons/) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/10.2.0/icons/wordpress.svg" alt="WordPress" align=left width=24 height=24> | [@tjtaylo](https://github.com/tjtaylo) |  | [](https://github.com/simple-icons/simple-icons/tree/4.25.0) |
|
|
182
|
+
|
|
183
|
+
> **Important**\
|
|
184
|
+
> From our next scheduled major release (v12, releasing on May 26, 2024), we will begin removing third-party extensions from the above list that are not up to date with at least our previous major release.\
|
|
185
|
+
> For example, when v12 is released, we will remove any extensions that don't support `v11.0.0` or higher.\
|
|
184
186
|
> Please create a PR to update the version number of your extension in this README following each update of your extension.
|
|
185
187
|
|
|
186
188
|
## Contribute
|
|
187
189
|
|
|
188
|
-
[](https://github.com/simple-icons/simple-icons/issues?q=is%3Aopen+label%3A%22good+first+issue%22+-linked%3Apr)
|
|
191
|
+
[](https://github.com/simple-icons/simple-icons/issues?q=is%3Aissue+is%3Aopen+label%3A%22new+icon%22%2C%22update+icon%2Fdata%22)
|
|
192
|
+
[](https://github.com/simple-icons/simple-icons/issues?q=is%3Aissue+is%3Aopen+label%3Adocs%2Cmeta%2Cpackage+-linked%3Apr)
|
|
193
|
+
[](https://github.com/simple-icons/simple-icons/issues?q=is%3Aopen+is%3Aissue+label%3Adocs+-linked%3Apr)
|
|
189
194
|
|
|
190
195
|
Information describing how to contribute can be found in the file [CONTRIBUTING.md](https://github.com/simple-icons/simple-icons/blob/develop/CONTRIBUTING.md)
|
|
191
196
|
|