@ng-icons/remixicon 33.2.4 → 33.4.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.
- package/README.md +5 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
# Ng Icons
|
|
10
10
|
|
|
11
11
|
The all-in-one icon library for Angular. This allows you to use icons from multiple icon sets with a single icon component.
|
|
12
|
-
Containing over
|
|
12
|
+
Containing over 106,300 icons for you to use in your projects.
|
|
13
13
|
|
|
14
14
|
Currently, we support the following libraries:
|
|
15
15
|
|
|
@@ -50,6 +50,8 @@ Currently, we support the following libraries:
|
|
|
50
50
|
- [Mono Icons](https://icons.mono.company/)
|
|
51
51
|
- [Lucide Icons](https://lucide.dev/)
|
|
52
52
|
- [Coolicons](https://coolicons.cool/)
|
|
53
|
+
- [Fluent UI](https://fluenticons.co/)
|
|
54
|
+
- [PrimeIcons](https://primeng.org/icons)
|
|
53
55
|
|
|
54
56
|
Got suggestions for additional iconsets? Create an issue and we can consider adding them!
|
|
55
57
|
|
|
@@ -136,6 +138,8 @@ The following packages are available:
|
|
|
136
138
|
| `@ng-icons/mono-icons` | MIT |
|
|
137
139
|
| `@ng-icons/lucide` | MIT |
|
|
138
140
|
| `@ng-icons/coolicons` | CC-BY-4.0 |
|
|
141
|
+
| `@ng-icons/fluent-ui` | MIT |
|
|
142
|
+
| `@ng-icons/primeicons` | MIT |
|
|
139
143
|
|
|
140
144
|
## Usage
|
|
141
145
|
|