@hugeicons/react-native 1.0.11 → 1.0.12

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/CHANGELOG.md CHANGED
@@ -1,6 +1,12 @@
1
1
  # @hugeicons/react-native
2
2
 
3
3
 
4
+ ## 1.0.12
5
+
6
+ ### Patch Changes
7
+
8
+ - Updated documented icon counts to 5,100+ free / 51,000+ pro
9
+
4
10
  ## 1.0.11
5
11
 
6
12
  ### Patch Changes
package/README.md CHANGED
@@ -6,18 +6,18 @@
6
6
 
7
7
  ## What is Hugeicons?
8
8
 
9
- Hugeicons is a large icon set for modern web and mobile apps. The free package includes 4,600+ Stroke Rounded icons. The Pro package provides 46,000+ icons across 10 styles.
9
+ Hugeicons is a large icon set for modern web and mobile apps. The free package includes 5,100+ Stroke Rounded icons. The Pro package provides 51,000+ icons across 10 styles.
10
10
 
11
11
  ## How It Works
12
12
 
13
13
  This package (`@hugeicons/react-native`) is a **rendering library** - it provides the `HugeiconsIcon` component that displays icons in your React Native app. The icons themselves come from separate icon packages:
14
14
 
15
15
  - **Free icons**: `@hugeicons/core-free-icons` (4,600+ icons)
16
- - **Pro icons**: `@hugeicons-pro/core-*` packages (46,000+ icons, requires license)
16
+ - **Pro icons**: `@hugeicons-pro/core-*` packages (51,000+ icons, requires license)
17
17
 
18
18
  ### Key Highlights
19
- - **4,600+ Free Icons**: Stroke Rounded set for unlimited personal and commercial projects
20
- - **46,000+ Pro Icons, 10 Styles**: Stroke, Solid, Bulk, Duotone, and Twotone families for sharp, rounded, and standard needs with richer variants
19
+ - **5,100+ Free Icons**: Stroke Rounded set for unlimited personal and commercial projects
20
+ - **51,000+ Pro Icons, 10 Styles**: Stroke, Solid, Bulk, Duotone, and Twotone families for sharp, rounded, and standard needs with richer variants
21
21
  - **Pixel Perfect Grid**: Built on a 24x24 grid for crisp rendering at any size
22
22
  - **Customizable**: Easily adjust colors, sizes, and styles to match your design needs
23
23
  - **Tree Shaking Ready**: Named exports keep bundles lean in modern bundlers
@@ -204,7 +204,7 @@ The library supports both iOS and Android through react-native-svg.
204
204
 
205
205
  ## Pro Version
206
206
 
207
- > **Want access to 46,000+ icons and 10 unique styles?**
207
+ > **Want access to 51,000+ icons and 10 unique styles?**
208
208
  > Check out our [Pro Version](https://hugeicons.com/pricing) and visit our [docs](https://hugeicons.com/docs) for detailed documentation.
209
209
 
210
210
  ### Available Pro Styles
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hugeicons/react-native",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "description": "Hugeicons React Native Component Library https://hugeicons.com",
5
5
  "homepage": "https://hugeicons.com",
6
6
  "license": "MIT",