@lobehub/icons 2.17.1 → 2.18.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 +17 -0
- package/package.json +1 -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`** | [](https://www.npmjs.com/package/@lobehub/icons-static-svg) |  | [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`** | [](https://www.npmjs.com/package/@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`** | [](https://www.npmjs.com/package/@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`** | [](https://www.npmjs.com/package/@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`** | [](https://www.npmjs.com/package/@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.
|