@ng-icons/css.gg 12.6.0 → 12.7.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 +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
# Ng Icons
|
|
2
2
|
|
|
3
3
|
The all-in-one icon library for Angular. This allows you to use icons from multiple icon sets with a single icon component.
|
|
4
|
-
Containing over
|
|
4
|
+
Containing over 7000+ icons for you to use in your projects.
|
|
5
5
|
|
|
6
6
|
Currently, we support the following libraries:
|
|
7
7
|
|
|
8
8
|
- [Bootstrap Icons](https://icons.getbootstrap.com/)
|
|
9
9
|
- [Heroicons](https://heroicons.com/)
|
|
10
|
+
- [Ionicons](https://ionic.io/ionicons)
|
|
10
11
|
- [CSS.gg](https://css.gg/)
|
|
11
12
|
- [Feather Icons](https://feathericons.com/)
|
|
12
13
|
- [Jam Icons](https://jam-icons.com/)
|
|
@@ -24,6 +25,7 @@ Ng Icons consists of multiple packages:
|
|
|
24
25
|
- `@ng-icons/core` - This contains the icon component and the `NgIconsModule` that is used to register the icons you want to include in your application.
|
|
25
26
|
- `@ng-icons/bootstrap-icons` - The Bootstrap iconset including both outline and solid variants.
|
|
26
27
|
- `@ng-icons/heroicons` - The Heroicons iconset including both outline and solid variants.
|
|
28
|
+
- `@ng-icons/ionicons` - The Ionicons iconset including both outline and solid variants.
|
|
27
29
|
- `@ng-icons/css.gg` - The CSS.gg iconset.
|
|
28
30
|
- `@ng-icons/feather-icons` - The Feather Icons iconset.
|
|
29
31
|
- `@ng-icons/jam-icons` - The Jam Icons iconset.
|