@reinosoft-ui/core 0.1.99 → 0.1.101

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.
@@ -0,0 +1,2 @@
1
+ import type { IconDefinition } from '../types';
2
+ export declare const balance: IconDefinition;
@@ -0,0 +1,2 @@
1
+ import type { IconDefinition } from '../types';
2
+ export declare const document: IconDefinition;
@@ -60,6 +60,8 @@ export declare const icons: {
60
60
  profile: import("../types").IconDefinition;
61
61
  youtube: import("../types").IconDefinition;
62
62
  warning: import("../types").IconDefinition;
63
+ balance: import("../types").IconDefinition;
64
+ document: import("../types").IconDefinition;
63
65
  calendar: import("../types").IconDefinition;
64
66
  whatsapp: import("../types").IconDefinition;
65
67
  linkedin: import("../types").IconDefinition;