@ng-icons/heroicons 12.2.0 → 12.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.
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # Ng Icons
2
2
 
3
- The all in one icon library for Angular. This allows you to use icons from multiple icon sets with a single icon component.
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
4
 
5
- Currently we support the following libraries:
5
+ Currently, we support the following libraries:
6
6
 
7
7
  - [Heroicons](https://heroicons.com/)
8
8
  - [Feather Icons](https://feathericons.com/)
@@ -15,7 +15,7 @@ Got suggestions for additional iconsets? Create an issue and we can consider add
15
15
 
16
16
  ## Installation
17
17
 
18
- Ng Icons is comprised of multiple packages:
18
+ Ng Icons consists of multiple packages:
19
19
 
20
20
  - `@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.
21
21
  - `@ng-icons/heroicons` - The Heroicons iconset including both outline and solid variants.
@@ -65,4 +65,7 @@ You can then use the icon in your templates:
65
65
  <ng-icon name="feather-airplay"></ng-icon>
66
66
  ```
67
67
 
68
- Additionally there is a `size` input which allows you to specify the size of the icon as a CSS size value. By default icons are set to `1em` which will make them the same size as the font set on it's container.
68
+ | Name | Type | Description |
69
+ | ----------- | ---------------- | ------------------------------------ |
70
+ | size | string | Define the size of the icon. |
71
+ | strokeWidth | string \| number | Define the stroke-width of the icon. |