@transferwise/icons 3.2.0 → 3.2.2

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,6 @@
1
+ export namespace InfoIconComponent {
2
+ const template: string;
3
+ namespace bindings {
4
+ const size: string;
5
+ }
6
+ }
@@ -0,0 +1,6 @@
1
+ export namespace QrCodeIconComponent {
2
+ const template: string;
3
+ namespace bindings {
4
+ const size: string;
5
+ }
6
+ }
@@ -0,0 +1,6 @@
1
+ export namespace RefundReceiveIconComponent {
2
+ const template: string;
3
+ namespace bindings {
4
+ const size: string;
5
+ }
6
+ }
@@ -0,0 +1,6 @@
1
+ export namespace RefundSentIconComponent {
2
+ const template: string;
3
+ namespace bindings {
4
+ const size: string;
5
+ }
6
+ }