@lobehub/icons 2.17.1 → 2.18.1

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.
Files changed (2) hide show
  1. package/README.md +17 -0
  2. package/package.json +4 -1
package/README.md CHANGED
@@ -37,6 +37,7 @@ Contributions, corrections & requests can be made on GitHub.
37
37
 
38
38
  #### TOC
39
39
 
40
+ - [📦 Packages](#-packages)
40
41
  - [✨ Features](#-features)
41
42
  - [🤯 CDN Usage](#-cdn-usage)
42
43
  - [`A` CDN with SVG](#a-cdn-with-svg)
@@ -57,6 +58,22 @@ Contributions, corrections & requests can be made on GitHub.
57
58
 
58
59
  </details>
59
60
 
61
+ ## 📦 Packages
62
+
63
+ | Logo | Package | Version | Downloads | Links |
64
+ | ------------------------------------------------------------------------------------------------------------------------------ | -------------------------------- | --------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------- | --------------------------------------------------------------------------------- |
65
+ | <img src="https://github.com/user-attachments/assets/411f5124-9460-43dc-9d91-3d3c3da05b30" alt="React logo" width="48"> | **`@lobehub/icons`** | [![npm](https://img.shields.io/npm/v/@lobehub/icons)](https://www.npmjs.com/package/@lobehub/icons-static-svg) | ![NPM Downloads](https://img.shields.io/npm/dw/@lobehub/icons) | [Source](https://github.com/lobehub/lobe-icons/tree/master/src) |
66
+ | <img src="https://github.com/user-attachments/assets/d06378b5-46eb-4154-836d-b792d04ee3dd" alt="React Native logo" width="48"> | **`@lobehub/icons-rn`** | [![npm](https://img.shields.io/npm/v/@lobehub/icons-rn)](https://www.npmjs.com/package/@lobehub/icons-rn) | ![NPM Downloads](https://img.shields.io/npm/dw/@lobehub/icons-rn) | [Source](https://github.com/lobehub/lobe-icons/tree/master/packages/react-native) |
67
+ | <img src="https://github.com/user-attachments/assets/6a0ce456-ab14-437c-93ec-2c05fecbb454" alt="SVG logo" width="48"> | **`@lobehub/icons-static-svg`** | [![npm](https://img.shields.io/npm/v/@lobehub/icons-static-svg)](https://www.npmjs.com/package/@lobehub/icons-static-svg) | ![NPM Downloads](https://img.shields.io/npm/dw/@lobehub/icons-static-svg) | [Source](https://github.com/lobehub/lobe-icons/tree/master/packages/static-svg) |
68
+ | <img src="https://github.com/user-attachments/assets/f2ee638a-b02c-447d-bcb2-4455688b1438" alt="PNG logo" width="48"> | **`@lobehub/icons-static-png`** | [![npm](https://img.shields.io/npm/v/@lobehub/icons-static-png)](https://www.npmjs.com/package/@lobehub/icons-static-png) | ![NPM Downloads](https://img.shields.io/npm/dw/@lobehub/icons-static-png) | [Source](https://github.com/lobehub/lobe-icons/tree/master/packages/static-png) |
69
+ | <img src="https://github.com/user-attachments/assets/bd610e9d-290e-4a60-a945-e9c5f84be962" alt="WebP logo" width="48"> | **`@lobehub/icons-static-webp`** | [![npm](https://img.shields.io/npm/v/@lobehub/icons-static-webp)](https://www.npmjs.com/package/@lobehub/icons-static-webp) | ![NPM Downloads](https://img.shields.io/npm/dw/@lobehub/icons-static-webp) | [Source](https://github.com/lobehub/lobe-icons/tree/master/packages/static-webp) |
70
+
71
+ <div align="right">
72
+
73
+ [![][back-to-top]](#readme-top)
74
+
75
+ </div>
76
+
60
77
  ## ✨ Features
61
78
 
62
79
  - 🚀 **Lightweight & Scalable**: Icons are designed to be lightweight, utilizing highly optimized scalable vector graphics (SVG) for the best performance and quality.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/icons",
3
- "version": "2.17.1",
3
+ "version": "2.18.1",
4
4
  "description": "Popular AI / LLM Model Brand SVG Logo and Icon Collection",
5
5
  "keywords": [
6
6
  "lobehub",
@@ -26,6 +26,9 @@
26
26
  "files": [
27
27
  "es"
28
28
  ],
29
+ "workspaces": [
30
+ "packages/*"
31
+ ],
29
32
  "dependencies": {
30
33
  "@lobehub/ui": "^2.0.0",
31
34
  "antd-style": "^3.7.1",