@anemona/aif-icons 0.0.1

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/fonts/aif.ttf ADDED
Binary file
package/fonts/aif.woff ADDED
Binary file
package/index.d.ts ADDED
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@anemona/aif-icons" />
5
+ export * from './public-api';
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class AiIconComponent {
3
+ icon: import("@angular/core").InputSignal<string>;
4
+ sz: import("@angular/core").InputSignal<string>;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<AiIconComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<AiIconComponent, "ai-icon", never, { "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "sz": { "alias": "sz"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
7
+ }
package/package.json ADDED
@@ -0,0 +1,25 @@
1
+ {
2
+ "name": "@anemona/aif-icons",
3
+ "version": "0.0.1",
4
+ "peerDependencies": {
5
+ "@angular/common": "^17.3.0",
6
+ "@angular/core": "^17.3.0"
7
+ },
8
+ "dependencies": {
9
+ "tslib": "^2.3.0"
10
+ },
11
+ "sideEffects": false,
12
+ "module": "fesm2022/anemona-aif-icons.mjs",
13
+ "typings": "index.d.ts",
14
+ "exports": {
15
+ "./package.json": {
16
+ "default": "./package.json"
17
+ },
18
+ ".": {
19
+ "types": "./index.d.ts",
20
+ "esm2022": "./esm2022/anemona-aif-icons.mjs",
21
+ "esm": "./esm2022/anemona-aif-icons.mjs",
22
+ "default": "./fesm2022/anemona-aif-icons.mjs"
23
+ }
24
+ }
25
+ }
@@ -0,0 +1 @@
1
+ export * from './lib/ai-icon.component';