@transferwise/icons 3.1.1 → 3.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.
Files changed (32) hide show
  1. package/lib/angular/components/alert-circle-fill-icon.component.d.ts +6 -0
  2. package/lib/angular/components/cash-app-icon.component.d.ts +6 -0
  3. package/lib/angular/components/coins-icon.component.d.ts +6 -0
  4. package/lib/angular/components/general-fill-icon.component.d.ts +6 -0
  5. package/lib/angular/components/general-filled-icon.component.d.ts +6 -0
  6. package/lib/angular/components/graduation-cap-icon.component.d.ts +6 -0
  7. package/lib/angular/components/info-circle-fill-icon.component.d.ts +6 -0
  8. package/lib/angular/components/jar-icon.component.d.ts +6 -0
  9. package/lib/angular/components/location-marker-icon.component.d.ts +6 -0
  10. package/lib/angular/components/mass-payout-icon.component.d.ts +6 -0
  11. package/lib/angular/components/minus-circle-fill-icon.component.d.ts +6 -0
  12. package/lib/angular/components/split-money-icon.component.d.ts +6 -0
  13. package/lib/angular/components/wallet-icon.component.d.ts +6 -0
  14. package/lib/angular/index.js +1 -1
  15. package/lib/components/alert-circle-fill.d.ts +10 -0
  16. package/lib/components/cash-app.d.ts +10 -0
  17. package/lib/components/coins.d.ts +10 -0
  18. package/lib/components/general-fill.d.ts +10 -0
  19. package/lib/components/general-filled.d.ts +10 -0
  20. package/lib/components/graduation-cap.d.ts +10 -0
  21. package/lib/components/index.d.ts +13 -0
  22. package/lib/components/info-circle-fill.d.ts +10 -0
  23. package/lib/components/jar.d.ts +10 -0
  24. package/lib/components/location-marker.d.ts +10 -0
  25. package/lib/components/mass-payout.d.ts +10 -0
  26. package/lib/components/minus-circle-fill.d.ts +10 -0
  27. package/lib/components/split-money.d.ts +10 -0
  28. package/lib/components/wallet.d.ts +10 -0
  29. package/lib/index.es.js +1 -1
  30. package/lib/index.js +1 -1
  31. package/lib/types.d.ts +1 -1
  32. package/package.json +3 -3
@@ -0,0 +1,6 @@
1
+ export namespace AlertCircleFillIconComponent {
2
+ const template: string;
3
+ namespace bindings {
4
+ const size: string;
5
+ }
6
+ }
@@ -0,0 +1,6 @@
1
+ export namespace CashAppIconComponent {
2
+ const template: string;
3
+ namespace bindings {
4
+ const size: string;
5
+ }
6
+ }
@@ -0,0 +1,6 @@
1
+ export namespace CoinsIconComponent {
2
+ const template: string;
3
+ namespace bindings {
4
+ const size: string;
5
+ }
6
+ }
@@ -0,0 +1,6 @@
1
+ export namespace GeneralFillIconComponent {
2
+ const template: string;
3
+ namespace bindings {
4
+ const size: string;
5
+ }
6
+ }
@@ -0,0 +1,6 @@
1
+ export namespace GeneralFilledIconComponent {
2
+ const template: string;
3
+ namespace bindings {
4
+ const size: string;
5
+ }
6
+ }
@@ -0,0 +1,6 @@
1
+ export namespace GraduationCapIconComponent {
2
+ const template: string;
3
+ namespace bindings {
4
+ const size: string;
5
+ }
6
+ }
@@ -0,0 +1,6 @@
1
+ export namespace InfoCircleFillIconComponent {
2
+ const template: string;
3
+ namespace bindings {
4
+ const size: string;
5
+ }
6
+ }
@@ -0,0 +1,6 @@
1
+ export namespace JarIconComponent {
2
+ const template: string;
3
+ namespace bindings {
4
+ const size: string;
5
+ }
6
+ }
@@ -0,0 +1,6 @@
1
+ export namespace LocationMarkerIconComponent {
2
+ const template: string;
3
+ namespace bindings {
4
+ const size: string;
5
+ }
6
+ }
@@ -0,0 +1,6 @@
1
+ export namespace MassPayoutIconComponent {
2
+ const template: string;
3
+ namespace bindings {
4
+ const size: string;
5
+ }
6
+ }
@@ -0,0 +1,6 @@
1
+ export namespace MinusCircleFillIconComponent {
2
+ const template: string;
3
+ namespace bindings {
4
+ const size: string;
5
+ }
6
+ }
@@ -0,0 +1,6 @@
1
+ export namespace SplitMoneyIconComponent {
2
+ const template: string;
3
+ namespace bindings {
4
+ const size: string;
5
+ }
6
+ }
@@ -0,0 +1,6 @@
1
+ export namespace WalletIconComponent {
2
+ const template: string;
3
+ namespace bindings {
4
+ const size: string;
5
+ }
6
+ }