simple-icons 9.5.0 → 9.7.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 +5 -2
- package/_data/simple-icons.json +402 -29
- package/icons/1password.svg +1 -1
- package/icons/adobexd.svg +1 -1
- package/icons/airindia.svg +1 -0
- package/icons/amazonluna.svg +1 -0
- package/icons/apachestorm.svg +1 -0
- package/icons/arstechnica.svg +1 -0
- package/icons/arxiv.svg +1 -1
- package/icons/authelia.svg +1 -0
- package/icons/broadcom.svg +1 -1
- package/icons/caddy.svg +1 -0
- package/icons/channel4.svg +1 -0
- package/icons/checkmk.svg +1 -0
- package/icons/clarifai.svg +1 -0
- package/icons/codesignal.svg +1 -0
- package/icons/codestream.svg +1 -0
- package/icons/curseforge.svg +1 -1
- package/icons/dacia.svg +1 -1
- package/icons/dask.svg +1 -1
- package/icons/denon.svg +1 -0
- package/icons/fareharbor.svg +1 -0
- package/icons/ferretdb.svg +1 -0
- package/icons/fireflyiii.svg +1 -0
- package/icons/first.svg +1 -1
- package/icons/fujifilm.svg +1 -1
- package/icons/googlecontaineroptimizedos.svg +1 -0
- package/icons/gstreamer.svg +1 -0
- package/icons/gumroad.svg +1 -1
- package/icons/h3.svg +1 -0
- package/icons/hearthisdotat.svg +1 -0
- package/icons/hotwire.svg +1 -0
- package/icons/hsbc.svg +1 -0
- package/icons/inertia.svg +1 -0
- package/icons/jfrogpipelines.svg +1 -0
- package/icons/juce.svg +1 -0
- package/icons/juejin.svg +1 -0
- package/icons/kamailio.svg +1 -0
- package/icons/kit.svg +1 -0
- package/icons/kodak.svg +1 -0
- package/icons/leica.svg +1 -0
- package/icons/letterboxd.svg +1 -1
- package/icons/liberadotchat.svg +1 -0
- package/icons/ltspice.svg +1 -0
- package/icons/mambaui.svg +1 -0
- package/icons/mautic.svg +1 -0
- package/icons/medibangpaint.svg +1 -0
- package/icons/microeditor.svg +1 -0
- package/icons/microstation.svg +1 -0
- package/icons/mongoosedotws.svg +1 -0
- package/icons/newegg.svg +1 -0
- package/icons/nextra.svg +1 -0
- package/icons/openscad.svg +1 -0
- package/icons/owncloud.svg +1 -0
- package/icons/posthog.svg +1 -0
- package/icons/protoncalendar.svg +1 -0
- package/icons/protondrive.svg +1 -1
- package/icons/pterodactyl.svg +1 -0
- package/icons/pydantic.svg +1 -0
- package/icons/qwant.svg +1 -0
- package/icons/revanced.svg +1 -0
- package/icons/roadmapdotsh.svg +1 -0
- package/icons/rundeck.svg +1 -0
- package/icons/sanity.svg +1 -0
- package/icons/scribd.svg +1 -1
- package/icons/sharex.svg +1 -0
- package/icons/speedypage.svg +1 -0
- package/icons/spoj.svg +1 -0
- package/icons/standardresume.svg +1 -0
- package/icons/studio3t.svg +1 -0
- package/icons/subtitleedit.svg +1 -0
- package/icons/teamspeak.svg +1 -1
- package/icons/testrail.svg +1 -0
- package/icons/tiddlywiki.svg +1 -0
- package/icons/toggl.svg +1 -1
- package/icons/toggltrack.svg +1 -0
- package/icons/trilium.svg +1 -0
- package/icons/turbo.svg +1 -0
- package/icons/ubiquiti.svg +1 -1
- package/icons/uml.svg +1 -0
- package/icons/visualbasic.svg +1 -0
- package/icons/walletconnect.svg +1 -0
- package/icons/webtrees.svg +1 -0
- package/icons/wikidotgg.svg +1 -0
- package/icons/windows.svg +1 -1
- package/icons/windows10.svg +1 -0
- package/icons/zoho.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/README.md
CHANGED
|
@@ -17,7 +17,7 @@ Over 2500 Free SVG icons for popular brands. See them all on one page at <a href
|
|
|
17
17
|
|
|
18
18
|
## Usage
|
|
19
19
|
|
|
20
|
-
>
|
|
20
|
+
> **Note** We ask that all users read our [legal disclaimer](./DISCLAIMER.md) before using icons from Simple Icons.
|
|
21
21
|
|
|
22
22
|
### General Usage
|
|
23
23
|
|
|
@@ -48,9 +48,10 @@ We also provide a CDN service which allows you to use colors.
|
|
|
48
48
|
```html
|
|
49
49
|
<img height="32" width="32" src="https://cdn.simpleicons.org/[ICON SLUG]" />
|
|
50
50
|
<img height="32" width="32" src="https://cdn.simpleicons.org/[ICON SLUG]/[COLOR]" />
|
|
51
|
+
<img height="32" width="32" src="https://cdn.simpleicons.org/[ICON SLUG]/[COLOR]/[DARK_MODE_COLOR]" />
|
|
51
52
|
```
|
|
52
53
|
|
|
53
|
-
Where `[COLOR]` is optional, and can be replaced by the [hex colors](https://developer.mozilla.org/en-US/docs/Web/CSS/hex-color) or [CSS keywords](https://www.w3.org/wiki/CSS/Properties/color/keywords) of the icon you want to you use. The color is defaulted to the HEX color of the icon shown in [simpleicons.org website](https://simpleicons.org). For example:
|
|
54
|
+
Where `[COLOR]` is optional, and can be replaced by the [hex colors](https://developer.mozilla.org/en-US/docs/Web/CSS/hex-color) or [CSS keywords](https://www.w3.org/wiki/CSS/Properties/color/keywords) of the icon you want to you use. The color is defaulted to the HEX color of the icon shown in [simpleicons.org website](https://simpleicons.org). `[DARK_MODE_COLOR]` is used for dark mode. The [CSS prefers-color-scheme](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme) will be used when a value is specified. For example:
|
|
54
55
|
|
|
55
56
|
```html
|
|
56
57
|
<img height="32" width="32" src="https://cdn.simpleicons.org/simpleicons" />
|
|
@@ -60,6 +61,8 @@ Where `[COLOR]` is optional, and can be replaced by the [hex colors](https://dev
|
|
|
60
61
|
<img height="32" width="32" src="https://cdn.simpleicons.org/simpleicons/0cf9" />
|
|
61
62
|
<img height="32" width="32" src="https://cdn.simpleicons.org/simpleicons/00ccff" />
|
|
62
63
|
<img height="32" width="32" src="https://cdn.simpleicons.org/simpleicons/00ccff99" />
|
|
64
|
+
<img height="32" width="32" src="https://cdn.simpleicons.org/simpleicons/orange/pink" />
|
|
65
|
+
<img height="32" width="32" src="https://cdn.simpleicons.org/simpleicons/_/eee" />
|
|
63
66
|
```
|
|
64
67
|
|
|
65
68
|
### Node Usage <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/develop/icons/nodedotjs.svg" alt="Node" align="left" width="24">
|