1.18.0 • Published 10 months ago

@bentwnghk/icons-static-png v1.18.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Lobe Icons

Static PNG

Popular AI / LLM Model Brand SVG Logo and Icon Collection. See them all on one page at icons.lobehub.com. Contributions, corrections & requests can be made on GitHub.

Changelog · Report Bug · Request Feature

npm.io

🤯 CDN Usage

Icons can be served from a CDN such as unpkg or npmmirror (aliyun). Simply use the lobe icons npm package and specify a version in the URL like the following:

<!--UNPKG-->
<picture>
  <source
    media="(prefers-color-scheme: dark)"
    srcset="https://unpkg.com/@bentwnghk/icons-static-png@latest/dark/[ICON SLUG].png"
  />
  <img height="64" src="https://unpkg.com/@bentwnghk/icons-static-png@latest/light/[ICON SLUG].png" />
</picture>

<!--ALIYUN-->
<picture>
  <source
    media="(prefers-color-scheme: dark)"
    srcset="https://registry.npmmirror.com/@bentwnghk/icons-static-png/latest/files/dark/[ICON SLUG].png"
  />
  <img
    height="64"
    src="https://registry.npmmirror.com/@bentwnghk/icons-static-png/latest/files/light/[ICON SLUG].png"
  />
</picture>

Example

<!--UNPKG-->
<picture>
  <source
    media="(prefers-color-scheme: dark)"
    srcset="https://unpkg.com/@bentwnghk/icons-static-png@latest/dark/open-ai.png"
  />
  <img height="64" src="https://unpkg.com/@bentwnghk/icons-static-png@latest/light/openai.png" />
</picture>

<!--ALIYUN-->
<picture>
  <source
    media="(prefers-color-scheme: dark)"
    srcset="https://registry.npmmirror.com/@bentwnghk/icons-static-png/latest/files/dark/openai.png"
  />
  <img
    height="64"
    src="https://registry.npmmirror.com/@bentwnghk/icons-static-png/latest/files/light/openai.png"
  />
</picture>
<!--UNPKG-->
<picture>
  <source
    media="(prefers-color-scheme: dark)"
    srcset="https://unpkg.com/@bentwnghk/icons-static-png@latest/dark/openai-text.png"
  />
  <img height="64" src="https://unpkg.com/@bentwnghk/icons-static-png@latest/light/openai-text.png" />
</picture>

<!--ALIYUN-->
<picture>
  <source
    media="(prefers-color-scheme: dark)"
    srcset="
      https://registry.npmmirror.com/@bentwnghk/icons-static-png/latest/files/dark/openai-text.png
    "
  />
  <img
    height="64"
    src="https://registry.npmmirror.com/@bentwnghk/icons-static-png/latest/files/light/openai-text.png"
  />
</picture>

![][back-to-top]

📦 Static Packages

PackageFileTypeVersion
@bentwnghk/icons-static-svgSVGnpm.io
@bentwnghk/icons-static-pngPNGnpm.io
@bentwnghk/icons-static-webpWEBPnpm.io

![][back-to-top]


Copyright © 2023 LobeHub. This project is MIT licensed.

1.18.0

10 months ago

1.17.0

11 months ago

1.16.0

11 months ago

1.15.0

12 months ago

1.14.0

1 year ago

1.13.0

1 year ago

1.12.0

1 year ago

1.11.0

1 year ago

1.10.0

1 year ago

1.9.0

1 year ago

1.8.0

1 year ago

1.7.0

1 year ago

1.6.0

1 year ago

1.5.0

1 year ago

1.4.0

1 year ago

1.3.0

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago