1.47.0 • Published 6 months ago

@lobehub/icons-static-webp v1.47.0

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

Lobe Icons

Static WEBP

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/@lobehub/icons-static-webp@latest/dark/[ICON SLUG].webp"
  />
  <img
    height="64"
    src="https://unpkg.com/@lobehub/icons-static-webp@latest/light/[ICON SLUG].webp"
  />
</picture>

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

Example

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

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

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

![][back-to-top]

📦 Static Packages

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

![][back-to-top]


Copyright © 2023 LobeHub. This project is MIT licensed.

1.47.0

6 months ago

1.46.0

7 months ago

1.45.0

7 months ago

1.44.0

8 months ago

1.43.0

8 months ago

1.42.0

8 months ago

1.41.0

8 months ago

1.40.0

8 months ago

1.39.0

8 months ago

1.38.0

8 months ago

1.37.0

8 months ago

1.36.0

8 months ago

1.35.0

8 months ago

1.34.0

8 months ago

1.33.0

8 months ago

1.32.0

8 months ago

1.31.0

8 months ago

1.30.0

8 months ago

1.29.0

9 months ago

1.28.0

9 months ago

1.27.0

9 months ago

1.26.0

9 months ago

1.25.0

9 months ago

1.24.0

9 months ago

1.23.0

9 months ago

1.22.0

9 months ago

1.21.0

9 months ago

1.20.0

9 months ago

1.19.0

10 months ago

1.18.0

10 months ago

1.17.0

10 months ago

1.16.0

10 months ago

1.15.0

10 months ago

1.14.0

10 months ago

1.13.0

11 months ago

1.12.0

11 months ago

1.11.0

11 months ago

1.10.0

12 months ago

1.9.0

12 months ago

1.8.0

12 months ago

1.7.0

12 months ago

1.6.0

12 months ago

1.5.0

12 months ago

1.4.1

12 months ago

1.4.0

12 months ago

1.3.0

12 months ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago