@material-symbols-svg/react-rounded 0.1.1 → 0.1.3
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 +10 -16
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
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
|
|
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
|
+
|
|
5
|
+
🌐 **[Documentation](https://material-symbols-svg.vercel.app/)**
|
|
4
6
|
|
|
5
7
|
## Features
|
|
6
8
|
|
|
@@ -163,16 +165,8 @@ This package includes 3,340+ Material Symbols icons in rounded style. All icons
|
|
|
163
165
|
- **Places** - Locations and buildings
|
|
164
166
|
- **Search** - Search and discovery
|
|
165
167
|
- **Social** - Social media and sharing
|
|
166
|
-
- **Symbols** - Mathematical and special symbols
|
|
167
168
|
- **Toggle** - On/off and selection controls
|
|
168
169
|
|
|
169
|
-
## Browser Support
|
|
170
|
-
|
|
171
|
-
- Chrome ≥ 60
|
|
172
|
-
- Firefox ≥ 60
|
|
173
|
-
- Safari ≥ 12
|
|
174
|
-
- Edge ≥ 79
|
|
175
|
-
|
|
176
170
|
## Contributing
|
|
177
171
|
|
|
178
172
|
See the main repository for contribution guidelines: [material-symbols-svg](https://github.com/k-s-h-r/material-symbols-svg)
|
|
@@ -188,10 +182,10 @@ This project is licensed under the Apache-2.0 License. See the [LICENSE](../../L
|
|
|
188
182
|
|
|
189
183
|
## Related Packages
|
|
190
184
|
|
|
191
|
-
-
|
|
192
|
-
- [
|
|
193
|
-
-
|
|
194
|
-
|
|
195
|
-
|
|
185
|
+
- **@material-symbols-svg/react** - Outlined style
|
|
186
|
+
- [npm](https://www.npmjs.com/package/@material-symbols-svg/react) | [GitHub](../react)
|
|
187
|
+
- **@material-symbols-svg/react-rounded** - **Rounded style (this package)**
|
|
188
|
+
- [npm](https://www.npmjs.com/package/@material-symbols-svg/react-rounded) | [GitHub](../react-rounded)
|
|
189
|
+
- **@material-symbols-svg/react-sharp** - Sharp style
|
|
190
|
+
- [npm](https://www.npmjs.com/package/@material-symbols-svg/react-sharp) | [GitHub](../react-sharp)
|
|
196
191
|
|
|
197
|
-
🚀 **Generated with [Claude Code](https://claude.ai/code)**
|