@material-symbols-svg/react-rounded 0.1.1 → 0.1.2

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 +8 -16
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # Material Symbols React (Rounded)
1
+ # Material Symbols SVG / React (Rounded)
2
2
 
3
- Material Symbols as React components with TypeScript support. This package provides Google's Material Symbols in **Rounded style** as optimized React components with comprehensive weight support and excellent tree-shaking capabilities.
3
+ Material Symbols as React components with TypeScript support. This package provides Google's Material Symbols in **Rounded style** as optimized React components, using **SVG paths instead of web fonts** for better performance, comprehensive weight support and excellent tree-shaking capabilities.
4
4
 
5
5
  ## Features
6
6
 
@@ -163,16 +163,8 @@ This package includes 3,340+ Material Symbols icons in rounded style. All icons
163
163
  - **Places** - Locations and buildings
164
164
  - **Search** - Search and discovery
165
165
  - **Social** - Social media and sharing
166
- - **Symbols** - Mathematical and special symbols
167
166
  - **Toggle** - On/off and selection controls
168
167
 
169
- ## Browser Support
170
-
171
- - Chrome ≥ 60
172
- - Firefox ≥ 60
173
- - Safari ≥ 12
174
- - Edge ≥ 79
175
-
176
168
  ## Contributing
177
169
 
178
170
  See the main repository for contribution guidelines: [material-symbols-svg](https://github.com/k-s-h-r/material-symbols-svg)
@@ -188,10 +180,10 @@ This project is licensed under the Apache-2.0 License. See the [LICENSE](../../L
188
180
 
189
181
  ## Related Packages
190
182
 
191
- - [`@material-symbols-svg/react`](../react) - Outlined style
192
- - [`@material-symbols-svg/react-rounded`](../react-rounded) - **Rounded style (this package)**
193
- - [`@material-symbols-svg/react-sharp`](../react-sharp) - Sharp style
194
-
195
- ---
183
+ - **@material-symbols-svg/react** - Outlined style
184
+ - [npm](https://www.npmjs.com/package/@material-symbols-svg/react) | [GitHub](../react)
185
+ - **@material-symbols-svg/react-rounded** - **Rounded style (this package)**
186
+ - [npm](https://www.npmjs.com/package/@material-symbols-svg/react-rounded) | [GitHub](../react-rounded)
187
+ - **@material-symbols-svg/react-sharp** - Sharp style
188
+ - [npm](https://www.npmjs.com/package/@material-symbols-svg/react-sharp) | [GitHub](../react-sharp)
196
189
 
197
- 🚀 **Generated with [Claude Code](https://claude.ai/code)**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@material-symbols-svg/react-rounded",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Material Symbols (Rounded) as React components with TypeScript support",
5
5
  "type": "module",
6
6
  "main": "./dist/w400.js",