@hugeicons/core-free-icons 1.0.16 → 1.0.17
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 +4 -4
- package/dist/cjs/index.js +1056 -600
- package/dist/cjs/index.min.js +1 -1
- package/dist/esm/index.js +939 -601
- package/dist/esm/index.min.js +1 -1
- package/dist/types/index.d.ts +119 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# @hugeicons/core-free-icons
|
|
2
2
|
|
|
3
|
-
>
|
|
3
|
+
> Hugeicons Core Free Icons Package - Beautiful and customizable icons for your applications
|
|
4
4
|
|
|
5
5
|

|
|
6
6
|
|
|
7
|
-
## What is
|
|
7
|
+
## What is Hugeicons?
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
Hugeicons is a comprehensive icon library designed for modern web and mobile applications. The free package includes 4,000+ carefully crafted icons in the Stroke Rounded style, while the pro version offers over 36,000 icons across 9 unique styles.
|
|
10
10
|
|
|
11
11
|
### Key Highlights
|
|
12
12
|
- **4,000+ Free Icons**: Extensive collection of Stroke Rounded icons covering essential UI elements, actions, and concepts
|
|
@@ -59,7 +59,7 @@ For real-world applications, we recommend using our framework-specific packages
|
|
|
59
59
|
|
|
60
60
|
## Framework Support
|
|
61
61
|
|
|
62
|
-
|
|
62
|
+
Hugeicons provides dedicated packages for various frameworks:
|
|
63
63
|
- [@hugeicons/react](https://www.npmjs.com/package/@hugeicons/react) - For React applications
|
|
64
64
|
- [@hugeicons/react-native](https://www.npmjs.com/package/@hugeicons/react-native) - For React Native applications
|
|
65
65
|
- [@hugeicons/vue](https://www.npmjs.com/package/@hugeicons/vue) - For Vue applications
|