simple-icons 11.2.0 → 11.4.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 +32 -32
- package/_data/simple-icons.json +229 -11
- package/icons/365datascience.svg +1 -0
- package/icons/accenture.svg +1 -1
- package/icons/actix.svg +1 -0
- package/icons/appium.svg +1 -0
- package/icons/betterstack.svg +1 -0
- package/icons/bluesound.svg +1 -0
- package/icons/braintree.svg +1 -0
- package/icons/bungie.svg +1 -0
- package/icons/burpsuite.svg +1 -0
- package/icons/cloudron.svg +1 -0
- package/icons/codefresh.svg +1 -0
- package/icons/eight.svg +1 -0
- package/icons/excalidraw.svg +1 -0
- package/icons/filedotio.svg +1 -0
- package/icons/formspree.svg +1 -0
- package/icons/gitbook.svg +1 -1
- package/icons/glide.svg +1 -0
- package/icons/gojek.svg +1 -0
- package/icons/googledisplayandvideo360.svg +1 -0
- package/icons/grammarly.svg +1 -1
- package/icons/hivemq.svg +1 -0
- package/icons/hoppscotch.svg +1 -1
- package/icons/htmx.svg +1 -0
- package/icons/iberia.svg +1 -0
- package/icons/indiehackers.svg +1 -0
- package/icons/keenetic.svg +1 -0
- package/icons/knime.svg +1 -0
- package/icons/kongregate.svg +1 -1
- package/icons/kununu.svg +1 -0
- package/icons/lintcode.svg +1 -0
- package/icons/namuwiki.svg +1 -0
- package/icons/neptune.svg +1 -0
- package/icons/nexusmods.svg +1 -0
- package/icons/paperlessngx.svg +1 -0
- package/icons/porkbun.svg +1 -0
- package/icons/privatedivision.svg +1 -0
- package/icons/privateinternetaccess.svg +1 -1
- package/icons/qbittorrent.svg +1 -0
- package/icons/remedyentertainment.svg +1 -0
- package/icons/rockwellautomation.svg +1 -0
- package/icons/roll20.svg +1 -0
- package/icons/ruff.svg +1 -1
- package/icons/rumahweb.svg +1 -0
- package/icons/rustdesk.svg +1 -0
- package/icons/totvs.svg +1 -0
- package/icons/typst.svg +1 -0
- package/icons/westernunion.svg +1 -0
- package/icons/zcool.svg +1 -0
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img src="https://raw.githubusercontent.com/simple-icons/simple-icons/11.
|
|
2
|
+
<img src="https://raw.githubusercontent.com/simple-icons/simple-icons/11.4.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 3000 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">
|
|
@@ -67,7 +67,7 @@ Where `[COLOR]` is optional, and can be replaced by the [hex colors](https://dev
|
|
|
67
67
|
<img height="32" width="32" src="https://cdn.simpleicons.org/simpleicons/eee/_" />
|
|
68
68
|
```
|
|
69
69
|
|
|
70
|
-
### Node Usage <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/11.
|
|
70
|
+
### Node Usage <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/11.4.0/icons/nodedotjs.svg" alt="Node" align=left width=24>
|
|
71
71
|
|
|
72
72
|
The icons are also available through our npm package. To install, simply run:
|
|
73
73
|
|
|
@@ -118,7 +118,7 @@ If you need to iterate over all icons, use:
|
|
|
118
118
|
import * as icons from 'simple-icons';
|
|
119
119
|
```
|
|
120
120
|
|
|
121
|
-
#### TypeScript Usage <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/11.
|
|
121
|
+
#### TypeScript Usage <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/11.4.0/icons/typescript.svg" alt="Typescript" align=left width=19 height=19>
|
|
122
122
|
|
|
123
123
|
Type definitions are bundled with the package.
|
|
124
124
|
|
|
@@ -126,7 +126,7 @@ Type definitions are bundled with the package.
|
|
|
126
126
|
import type { SimpleIcon } from 'simple-icons';
|
|
127
127
|
```
|
|
128
128
|
|
|
129
|
-
### PHP Usage <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/11.
|
|
129
|
+
### PHP Usage <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/11.4.0/icons/php.svg" alt="Php" align=left width=24 height=24>
|
|
130
130
|
|
|
131
131
|
The icons are also available through our Packagist package. To install, simply run:
|
|
132
132
|
|
|
@@ -152,33 +152,33 @@ echo file_get_contents('path/to/package/icons/simpleicons.svg');
|
|
|
152
152
|
|
|
153
153
|
| Extension | Author | License | Simple Icons Version |
|
|
154
154
|
| :-- | :-- | :-: | :-: |
|
|
155
|
-
| [Angular module](https://github.com/avmaisak/ngx-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/11.
|
|
156
|
-
| [Blazor Nuget package](https://github.com/TimeWarpEngineering/timewarp-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/11.
|
|
157
|
-
| [Blender add-on](https://github.com/mondeja/simple-icons-blender) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/11.
|
|
158
|
-
| [Drawio library](https://github.com/mondeja/simple-icons-drawio) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/11.
|
|
159
|
-
| [Drupal module](https://www.drupal.org/project/simple_icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/11.
|
|
160
|
-
| [Figma plugin](https://www.figma.com/community/plugin/1149614463603005908/Simple-Icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/11.
|
|
161
|
-
| [Flutter package](https://pub.dev/packages/simple_icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/11.
|
|
162
|
-
| [Framer component](https://github.com/LitoMore/simple-icons-framer) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/11.
|
|
163
|
-
| [Hexo plugin](https://github.com/nidbCN/hexo-simpleIcons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/11.
|
|
164
|
-
| [Home Assistant plugin](https://github.com/vigonotion/hass-simpleicons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/11.
|
|
165
|
-
| [Hugo module](https://github.com/foo-dogsquared/hugo-mod-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/11.
|
|
166
|
-
| [Java library](https://github.com/silentsoft/simpleicons4j) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/11.
|
|
167
|
-
| [Jetpack Compose library](https://github.com/DevSrSouza/compose-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/11.
|
|
168
|
-
| [Kirby plugin](https://github.com/runxel/kirby3-simpleicons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/11.
|
|
169
|
-
| [LaTeX package](https://github.com/ineshbose/simple-icons-latex) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/11.
|
|
170
|
-
| [Laravel package](https://github.com/ublabs/blade-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/11.
|
|
171
|
-
| [Leptos crate](https://github.com/Carlosted/leptos-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/11.
|
|
172
|
-
| [Python package](https://github.com/sachinraja/simple-icons-py) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/11.
|
|
173
|
-
| [React package](https://github.com/icons-pack/react-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/11.
|
|
174
|
-
| [Ruby gem](https://rubygems.org/gems/simple-icons-rails) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/11.
|
|
175
|
-
| [Solid package](https://github.com/x64Bits/solid-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/11.
|
|
176
|
-
| [Stream Deck icon pack](https://github.com/mackenly/simple-icons-stream-deck) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/11.
|
|
177
|
-
| [Svelte package](https://github.com/icons-pack/svelte-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/11.
|
|
178
|
-
| [Vue 3 package](https://github.com/wyatt-herkamp/vue3-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/11.
|
|
179
|
-
| [Vue package](https://github.com/mainvest/vue-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/11.
|
|
180
|
-
| [Webflow app](https://webflow.com/apps/detail/simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/11.
|
|
181
|
-
| [WordPress plugin](https://wordpress.org/plugins/simple-icons/) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/11.
|
|
155
|
+
| [Angular module](https://github.com/avmaisak/ngx-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/11.4.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/11.4.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/11.4.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/11.4.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/11.4.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/11.4.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/11.4.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/11.4.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/11.4.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/11.4.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/11.4.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/11.4.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/11.4.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/11.4.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/11.4.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/11.4.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/11.4.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/11.4.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/11.4.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/11.4.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/11.4.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/11.4.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/11.4.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/11.4.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/11.4.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/11.4.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/11.4.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
182
|
|
|
183
183
|
> **Important**\
|
|
184
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.\
|