@ng-icons/ionicons 30.2.0 → 30.3.0

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 +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -43,6 +43,7 @@ Currently, we support the following libraries:
43
43
  - [Flag Icons](https://flagicons.lipis.dev/)
44
44
  - [Solar Icons](https://github.com/480-Design/Solar-Icon-Set)
45
45
  - [SVGL](https://svgl.app)
46
+ - [Material Symbols](https://fonts.google.com/icons?icon.set=Material+Symbols)
46
47
 
47
48
  Got suggestions for additional iconsets? Create an issue and we can consider adding them!
48
49
 
@@ -121,6 +122,7 @@ The following packages are available:
121
122
  | `@ng-icons/game-icons` | CC BY 3.0 |
122
123
  | `@ng-icons/solar-icons` | CC BY 4.0 |
123
124
  | `@ng-icons/svgl` | MIT |
125
+ | `@ng-icons/material-symbols` | Apache 2.0 |
124
126
 
125
127
  ## Usage
126
128
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ng-icons/ionicons",
3
- "version": "30.2.0",
3
+ "version": "30.3.0",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "url": "https://github.com/ng-icons/ng-icons"