@ng-icons/core 25.0.1 → 25.2.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.
@@ -1,9 +1,10 @@
1
1
  import { SafeHtml } from '@angular/platform-browser';
2
2
  import { IconName } from './icon-name';
3
3
  import * as i0 from "@angular/core";
4
+ export type IconType = IconName | (string & {});
4
5
  export declare class NgIconComponent {
5
6
  /** Define the name of the icon to display */
6
- set name(name: IconName | string);
7
+ set name(name: IconType);
7
8
  /** Store the formatted icon name */
8
9
  template?: SafeHtml;
9
10
  /** Define the size of the icon */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ng-icons/core",
3
- "version": "25.0.1",
3
+ "version": "25.2.0",
4
4
  "license": "MIT",
5
5
  "keywords": [
6
6
  "angular",