@material-symbols-svg/metadata 0.3.0 → 0.3.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 +3 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -91,7 +91,7 @@ type IconPathData = {
91
91
 
92
92
  ## Available Icons
93
93
 
94
- This package contains metadata for **3,340 unique icons** across:
94
+ This package contains metadata for **3,836 unique icons** across:
95
95
 
96
96
  - **3 styles**: outlined, rounded, sharp
97
97
  - **7 weights**: 100, 200, 300, 400, 500, 600, 700
@@ -101,6 +101,8 @@ This package contains metadata for **3,340 unique icons** across:
101
101
 
102
102
  - [`@material-symbols-svg/react`](https://www.npmjs.com/package/@material-symbols-svg/react) - React components (Outlined / Rounded / Sharp)
103
103
  - [`@material-symbols-svg/vue`](https://www.npmjs.com/package/@material-symbols-svg/vue) - Vue components (Outlined / Rounded / Sharp)
104
+ - [`@material-symbols-svg/astro`](https://www.npmjs.com/package/@material-symbols-svg/astro) - Astro components (Outlined / Rounded / Sharp)
105
+ - [`@material-symbols-svg/svelte`](https://www.npmjs.com/package/@material-symbols-svg/svelte) - Svelte components (Outlined / Rounded / Sharp)
104
106
 
105
107
  ## License
106
108
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@material-symbols-svg/metadata",
3
- "version": "0.3.0",
3
+ "version": "0.3.2",
4
4
  "description": "Metadata and path data for Material Symbols icons across all styles",
5
5
  "type": "module",
6
6
  "main": "./icon-index.json",
@@ -30,7 +30,7 @@
30
30
  "rounded",
31
31
  "sharp"
32
32
  ],
33
- "author": "h-s-h-r",
33
+ "author": "k-s-h-r",
34
34
  "license": "Apache-2.0",
35
35
  "repository": {
36
36
  "type": "git",