simple-icons 16.4.0 → 16.6.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 -2
- package/README.md +33 -33
- package/data/simple-icons.json +1 -1
- package/icons/anichart.svg +1 -0
- package/icons/apachepdfbox.svg +1 -0
- package/icons/chinarailway.svg +1 -0
- package/icons/coreboot.svg +1 -0
- package/icons/developmentcontainers.svg +1 -0
- package/icons/effect.svg +1 -0
- package/icons/fillout.svg +1 -1
- package/icons/flower.svg +1 -0
- package/icons/hivemq.svg +1 -1
- package/icons/loop.svg +1 -1
- package/icons/niri.svg +1 -0
- package/icons/odido.svg +1 -0
- package/icons/omarchy.svg +1 -0
- package/icons/oxc.svg +1 -1
- package/icons/pipecat.svg +1 -0
- package/icons/pnpm.svg +1 -1
- package/icons/prek.svg +1 -0
- package/icons/readthedocs.svg +1 -1
- package/icons/reflex.svg +1 -0
- package/icons/rolldown.svg +1 -1
- package/icons/sanity.svg +1 -1
- package/icons/scan.svg +1 -0
- package/icons/things.svg +1 -0
- package/icons/vite.svg +1 -1
- package/icons/vitest.svg +1 -1
- package/icons/woo.svg +1 -1
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/package.json +1 -1
- package/sdk.js +3 -6
- package/sdk.mjs +57 -80
package/DISCLAIMER.md
CHANGED
|
@@ -12,9 +12,9 @@ Simple Icons asks that its users read this disclaimer fully before including an
|
|
|
12
12
|
## Licenses, Copyrights & Trademarks
|
|
13
13
|
|
|
14
14
|
> **Important**\
|
|
15
|
-
> The addition of licenses to Simple Icons is an ongoing project. Hence, the absence of
|
|
15
|
+
> The addition of licenses to Simple Icons is an ongoing project. Hence, the absence of license data for a particular icon does not imply that the icon is not released under a license.
|
|
16
16
|
|
|
17
|
-
<!--
|
|
17
|
+
<!-- markdownlint-disable-next-line no-blanks-blockquote -->
|
|
18
18
|
|
|
19
19
|
> **Note**\
|
|
20
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.
|
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img src="https://raw.githubusercontent.com/simple-icons/simple-icons/16.
|
|
2
|
+
<img src="https://raw.githubusercontent.com/simple-icons/simple-icons/16.6.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 3300 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>
|
|
@@ -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
|
-
You can use a `viewbox=auto` parameter to get
|
|
70
|
+
You can use a `viewbox=auto` parameter to get an auto-sized viewbox. This is useful if you want all icons rendered with consistent size:
|
|
71
71
|
|
|
72
72
|
```html
|
|
73
73
|
<img height="20" src="https://cdn.simpleicons.org/github?viewbox=auto" />
|
|
@@ -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/16.
|
|
78
|
+
### Node Usage <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/16.6.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
|
|
|
@@ -127,7 +127,7 @@ If you need to iterate over all icons, use:
|
|
|
127
127
|
import * as icons from 'simple-icons';
|
|
128
128
|
```
|
|
129
129
|
|
|
130
|
-
#### TypeScript Usage <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/16.
|
|
130
|
+
#### TypeScript Usage <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/16.6.0/icons/typescript.svg" alt="Typescript" align=left width=19 height=19>
|
|
131
131
|
|
|
132
132
|
Type definitions are bundled with the package.
|
|
133
133
|
|
|
@@ -135,9 +135,9 @@ Type definitions are bundled with the package.
|
|
|
135
135
|
import type {SimpleIcon} from 'simple-icons';
|
|
136
136
|
```
|
|
137
137
|
|
|
138
|
-
### PHP Usage <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/16.
|
|
138
|
+
### PHP Usage <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/16.6.0/icons/php.svg" alt="Php" align=left width=24 height=24>
|
|
139
139
|
|
|
140
|
-
The icons are also available through our Packagist package. To install, simply run:
|
|
140
|
+
The icons are also available through [our Packagist package](https://packagist.org/packages/simple-icons/simple-icons). To install, simply run:
|
|
141
141
|
|
|
142
142
|
```shell
|
|
143
143
|
composer require simple-icons/simple-icons
|
|
@@ -167,17 +167,17 @@ The below are known extensions to third-party tools.
|
|
|
167
167
|
|
|
168
168
|
| Extension | Author |
|
|
169
169
|
| :-- | :-- |
|
|
170
|
-
|
|
|
171
|
-
|
|
|
172
|
-
|
|
|
173
|
-
|
|
|
174
|
-
|
|
|
175
|
-
|
|
|
176
|
-
|
|
|
177
|
-
|
|
|
178
|
-
|
|
|
179
|
-
|
|
|
180
|
-
|
|
|
170
|
+
| <a href="https://github.com/mondeja/simple-icons-blender"><img src="https://raw.githubusercontent.com/simple-icons/simple-icons/16.6.0/icons/blender.svg" alt="Blender" align=left width=24 height=24> Blender add-on</a> | [@mondeja](https://github.com/mondeja) |
|
|
171
|
+
| <a href="https://boxy-svg.com/ideas/298/simple-icons-library-provider"><img src="https://raw.githubusercontent.com/simple-icons/simple-icons/16.6.0/icons/boxysvg.svg" alt="Boxy SVG" align=left width=24 height=24> Boxy SVG library</a> | [@Jarek](https://boxy-svg.com/profiles/0000000000/jarek) |
|
|
172
|
+
| <a href="https://github.com/mondeja/simple-icons-drawio"><img src="https://raw.githubusercontent.com/simple-icons/simple-icons/16.6.0/icons/diagramsdotnet.svg" alt="Drawio" align=left width=24 height=24> Drawio library</a> | [@mondeja](https://github.com/mondeja) |
|
|
173
|
+
| <a href="https://www.figma.com/community/plugin/1149614463603005908"><img src="https://raw.githubusercontent.com/simple-icons/simple-icons/16.6.0/icons/figma.svg" alt="Figma" align=left width=24 height=24> Figma plugin</a> | [@LitoMore](https://github.com/LitoMore) |
|
|
174
|
+
| <a href="https://github.com/pirafrank/jekyll-simple-icons"><img src="https://raw.githubusercontent.com/simple-icons/simple-icons/16.6.0/icons/jekyll.svg" alt="Jekyll" align=left width=24 height=24> Jekyll plugin</a> | [@pirafrank](https://github.com/pirafrank) |
|
|
175
|
+
| <a href="https://kando.menu/icon-themes#built-in-icon-themes"><img src="https://raw.githubusercontent.com/simple-icons/simple-icons/16.6.0/icons/kando.svg" alt="Kando" align=left width=24 height=24> Kando icon theme</a> | [@Schneegans](https://github.com/Schneegans) |
|
|
176
|
+
| <a href="https://miro.com/marketplace/brand-icons/"><img src="https://raw.githubusercontent.com/simple-icons/simple-icons/16.6.0/icons/miro.svg" alt="Miro" align=left width=24 height=24> Miro app</a> | [@LitoMore](https://github.com/LitoMore) |
|
|
177
|
+
| <a href="https://www.raycast.com/litomore/simple-icons"><img src="https://raw.githubusercontent.com/simple-icons/simple-icons/16.6.0/icons/raycast.svg" alt="Raycast" align=left width=24 height=24> Raycast extension</a> | [@LitoMore](https://github.com/LitoMore) |
|
|
178
|
+
| <a href="https://github.com/mackenly/simple-icons-stream-deck"><img src="https://raw.githubusercontent.com/simple-icons/simple-icons/16.6.0/icons/elgato.svg" alt="Stream Deck" align=left width=24 height=24> Stream Deck icon pack</a> | [@mackenly](https://github.com/mackenly) |
|
|
179
|
+
| <a href="https://typst.app/universe/package/sicons"><img src="https://raw.githubusercontent.com/simple-icons/simple-icons/16.6.0/icons/typst.svg" alt="Typst" align=left width=24 height=24> Typst package</a> | [@cscnk52](https://github.com/cscnk52) |
|
|
180
|
+
| <a href="https://webflow.com/apps/detail/simple-icons"><img src="https://raw.githubusercontent.com/simple-icons/simple-icons/16.6.0/icons/webflow.svg" alt="Webflow" align=left width=24 height=24> Webflow app</a> | [@diegoliv](https://github.com/diegoliv) |
|
|
181
181
|
|
|
182
182
|
Maintain an extension? [Submit a PR][open-pr] to include it in the list above.
|
|
183
183
|
|
|
@@ -187,22 +187,22 @@ The below are known third-party libraries for use in your own projects. We only
|
|
|
187
187
|
|
|
188
188
|
| Library | Author | License | Simple Icons |
|
|
189
189
|
| :-- | :-- | :-: | :-: |
|
|
190
|
-
|
|
|
191
|
-
|
|
|
192
|
-
|
|
|
193
|
-
|
|
|
194
|
-
|
|
|
195
|
-
|
|
|
196
|
-
|
|
|
197
|
-
|
|
|
198
|
-
|
|
|
199
|
-
|
|
|
200
|
-
|
|
|
201
|
-
|
|
|
202
|
-
|
|
|
203
|
-
|
|
|
204
|
-
|
|
|
205
|
-
|
|
|
190
|
+
| <a href="https://github.com/gridatek/semantic-icons/tree/main/libs/simple-icons"><img src="https://raw.githubusercontent.com/simple-icons/simple-icons/16.6.0/icons/angular.svg" alt="Angular" align=left width=24 height=24> Angular package</a> | [@gridatek](https://github.com/gridatek) |  |  |
|
|
191
|
+
| <a href="https://github.com/dzeiocom/simple-icons-astro"><img src="https://raw.githubusercontent.com/simple-icons/simple-icons/16.6.0/icons/astro.svg" alt="Astro" align=left width=24 height=24> Astro package</a> | [@Aviortheking](https://github.com/aviortheking) |  |  |
|
|
192
|
+
| <a href="https://github.com/TimeWarpEngineering/timewarp-simple-icons"><img src="https://raw.githubusercontent.com/simple-icons/simple-icons/16.6.0/icons/blazor.svg" alt="Blazor" align=left width=24 height=24> Blazor Nuget package</a> | [@TimeWarpEngineering](https://github.com/TimeWarpEngineering) |  |  |
|
|
193
|
+
| <a href="https://github.com/jlnrrg/simple_icons"><img src="https://raw.githubusercontent.com/simple-icons/simple-icons/16.6.0/icons/flutter.svg" alt="Flutter" align=left width=24 height=24> Flutter package</a> | [@jlnrrg](https://github.com/jlnrrg) |  |  |
|
|
194
|
+
| <a href="https://github.com/LitoMore/simple-icons-framer"><img src="https://raw.githubusercontent.com/simple-icons/simple-icons/16.6.0/icons/framer.svg" alt="Framer" align=left width=24 height=24> Framer component</a> | [@LitoMore](https://github.com/LitoMore) |  |  |
|
|
195
|
+
| <a href="https://github.com/foo-dogsquared/hugo-mod-simple-icons"><img src="https://raw.githubusercontent.com/simple-icons/simple-icons/16.6.0/icons/hugo.svg" alt="Hugo" align=left width=24 height=24> Hugo module</a> | [@foo-dogsquared](https://github.com/foo-dogsquared) |  |  |
|
|
196
|
+
| <a href="https://github.com/silentsoft/simpleicons4j"><img src="https://raw.githubusercontent.com/simple-icons/simple-icons/16.6.0/icons/openjdk.svg" alt="Java" align=left width=24 height=24> Java library</a> | [@silentsoft](https://github.com/silentsoft) |  |  |
|
|
197
|
+
| <a href="https://github.com/runxel/kirby3-simpleicons"><img src="https://raw.githubusercontent.com/simple-icons/simple-icons/16.6.0/icons/kirby.svg" alt="Kirby" align=left width=24 height=24> Kirby plugin</a> | [@runxel](https://github.com/runxel) |  |  |
|
|
198
|
+
| <a href="https://github.com/ineshbose/simple-icons-latex"><img src="https://raw.githubusercontent.com/simple-icons/simple-icons/16.6.0/icons/latex.svg" alt="LaTeX" align=left width=24 height=24> LaTeX package</a> | [@ineshbose](https://github.com/ineshbose) |  |  |
|
|
199
|
+
| <a href="https://github.com/ublabs/blade-simple-icons"><img src="https://raw.githubusercontent.com/simple-icons/simple-icons/16.6.0/icons/laravel.svg" alt="Laravel" align=left width=24 height=24> Laravel package</a> | [@adrian-ub](https://github.com/adrian-ub) |  |  |
|
|
200
|
+
| <a href="https://github.com/carstencodes/simplepycons"><img src="https://raw.githubusercontent.com/simple-icons/simple-icons/16.6.0/icons/python.svg" alt="Python" align=left width=24 height=24> Python wheel</a> | [@carstencodes](https://github.com/carstencodes) |  |  |
|
|
201
|
+
| <a href="https://github.com/icons-pack/react-simple-icons"><img src="https://raw.githubusercontent.com/simple-icons/simple-icons/16.6.0/icons/react.svg" alt="React" align=left width=24 height=24> React package</a> | [@wootsbot](https://github.com/wootsbot) |  |  |
|
|
202
|
+
| <a href="https://rubygems.org/gems/simple-icons-rails"><img src="https://raw.githubusercontent.com/simple-icons/simple-icons/16.6.0/icons/rubygems.svg" alt="Ruby" align=left width=24 height=24> Ruby gem</a> | [@thepew](https://github.com/the-pew-inc) |  |  |
|
|
203
|
+
| <a href="https://crates.io/crates/simpleicons-rs"><img src="https://raw.githubusercontent.com/simple-icons/simple-icons/16.6.0/icons/rust.svg" alt="Rust" align=left width=24 height=24> Rust crate</a> | [@cscnk52](https://github.com/cscnk52) |  |  |
|
|
204
|
+
| <a href="https://github.com/icons-pack/svelte-simple-icons"><img src="https://raw.githubusercontent.com/simple-icons/simple-icons/16.6.0/icons/svelte.svg" alt="Svelte" align=left width=24 height=24> Svelte package</a> | [@wootsbot](https://github.com/wootsbot) |  |  |
|
|
205
|
+
| <a href="https://github.com/wyatt-herkamp/vue3-simple-icons"><img src="https://raw.githubusercontent.com/simple-icons/simple-icons/16.6.0/icons/vuedotjs.svg" alt="Vue" align=left width=24 height=24> Vue 3 package</a> | [@wyatt-herkamp](https://github.com/wyatt-herkamp) |  |  |
|
|
206
206
|
|
|
207
207
|
Maintain a library? [Submit a PR][open-pr] to include it in the list above.
|
|
208
208
|
|