@transferwise/icons 3.0.7 → 3.1.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.
Files changed (51) hide show
  1. package/lib/angular/components/bill-split-icon.component.d.ts +6 -0
  2. package/lib/angular/components/interac-icon.component.d.ts +6 -0
  3. package/lib/angular/components/pix-icon.component.d.ts +6 -0
  4. package/lib/angular/components/spend-dirham-icon.component.d.ts +6 -0
  5. package/lib/angular/components/spend-dollar-icon.component.d.ts +6 -0
  6. package/lib/angular/components/spend-euro-icon.component.d.ts +6 -0
  7. package/lib/angular/components/spend-forint-icon.component.d.ts +6 -0
  8. package/lib/angular/components/spend-franc-icon.component.d.ts +6 -0
  9. package/lib/angular/components/spend-hryvnia-icon.component.d.ts +6 -0
  10. package/lib/angular/components/spend-koruna-icon.component.d.ts +6 -0
  11. package/lib/angular/components/spend-krone-icon.component.d.ts +6 -0
  12. package/lib/angular/components/spend-kuna-icon.component.d.ts +6 -0
  13. package/lib/angular/components/spend-leu-lei-icon.component.d.ts +6 -0
  14. package/lib/angular/components/spend-lev-icon.component.d.ts +6 -0
  15. package/lib/angular/components/spend-lira-icon.component.d.ts +6 -0
  16. package/lib/angular/components/spend-pound-icon.component.d.ts +6 -0
  17. package/lib/angular/components/spend-real-icon.component.d.ts +6 -0
  18. package/lib/angular/components/spend-ringgit-icon.component.d.ts +6 -0
  19. package/lib/angular/components/spend-rupee-icon.component.d.ts +6 -0
  20. package/lib/angular/components/spend-rupiah-icon.component.d.ts +6 -0
  21. package/lib/angular/components/spend-yen-icon.component.d.ts +6 -0
  22. package/lib/angular/components/spend-zloty-icon.component.d.ts +6 -0
  23. package/lib/angular/components/venmo-icon.component.d.ts +6 -0
  24. package/lib/angular/index.js +1 -1
  25. package/lib/components/bill-split.d.ts +10 -0
  26. package/lib/components/index.d.ts +23 -0
  27. package/lib/components/interac.d.ts +10 -0
  28. package/lib/components/pix.d.ts +10 -0
  29. package/lib/components/spend-dirham.d.ts +10 -0
  30. package/lib/components/spend-dollar.d.ts +10 -0
  31. package/lib/components/spend-euro.d.ts +10 -0
  32. package/lib/components/spend-forint.d.ts +10 -0
  33. package/lib/components/spend-franc.d.ts +10 -0
  34. package/lib/components/spend-hryvnia.d.ts +10 -0
  35. package/lib/components/spend-koruna.d.ts +10 -0
  36. package/lib/components/spend-krone.d.ts +10 -0
  37. package/lib/components/spend-kuna.d.ts +10 -0
  38. package/lib/components/spend-leu-lei.d.ts +10 -0
  39. package/lib/components/spend-lev.d.ts +10 -0
  40. package/lib/components/spend-lira.d.ts +10 -0
  41. package/lib/components/spend-pound.d.ts +10 -0
  42. package/lib/components/spend-real.d.ts +10 -0
  43. package/lib/components/spend-ringgit.d.ts +10 -0
  44. package/lib/components/spend-rupee.d.ts +10 -0
  45. package/lib/components/spend-rupiah.d.ts +10 -0
  46. package/lib/components/spend-yen.d.ts +10 -0
  47. package/lib/components/spend-zloty.d.ts +10 -0
  48. package/lib/components/venmo.d.ts +10 -0
  49. package/lib/index.es.js +1 -1
  50. package/lib/index.js +1 -1
  51. package/package.json +9 -4
@@ -0,0 +1,6 @@
1
+ export namespace BillSplitIconComponent {
2
+ const template: string;
3
+ namespace bindings {
4
+ const size: string;
5
+ }
6
+ }
@@ -0,0 +1,6 @@
1
+ export namespace InteracIconComponent {
2
+ const template: string;
3
+ namespace bindings {
4
+ const size: string;
5
+ }
6
+ }
@@ -0,0 +1,6 @@
1
+ export namespace PixIconComponent {
2
+ const template: string;
3
+ namespace bindings {
4
+ const size: string;
5
+ }
6
+ }
@@ -0,0 +1,6 @@
1
+ export namespace SpendDirhamIconComponent {
2
+ const template: string;
3
+ namespace bindings {
4
+ const size: string;
5
+ }
6
+ }
@@ -0,0 +1,6 @@
1
+ export namespace SpendDollarIconComponent {
2
+ const template: string;
3
+ namespace bindings {
4
+ const size: string;
5
+ }
6
+ }
@@ -0,0 +1,6 @@
1
+ export namespace SpendEuroIconComponent {
2
+ const template: string;
3
+ namespace bindings {
4
+ const size: string;
5
+ }
6
+ }
@@ -0,0 +1,6 @@
1
+ export namespace SpendForintIconComponent {
2
+ const template: string;
3
+ namespace bindings {
4
+ const size: string;
5
+ }
6
+ }
@@ -0,0 +1,6 @@
1
+ export namespace SpendFrancIconComponent {
2
+ const template: string;
3
+ namespace bindings {
4
+ const size: string;
5
+ }
6
+ }
@@ -0,0 +1,6 @@
1
+ export namespace SpendHryvniaIconComponent {
2
+ const template: string;
3
+ namespace bindings {
4
+ const size: string;
5
+ }
6
+ }
@@ -0,0 +1,6 @@
1
+ export namespace SpendKorunaIconComponent {
2
+ const template: string;
3
+ namespace bindings {
4
+ const size: string;
5
+ }
6
+ }
@@ -0,0 +1,6 @@
1
+ export namespace SpendKroneIconComponent {
2
+ const template: string;
3
+ namespace bindings {
4
+ const size: string;
5
+ }
6
+ }
@@ -0,0 +1,6 @@
1
+ export namespace SpendKunaIconComponent {
2
+ const template: string;
3
+ namespace bindings {
4
+ const size: string;
5
+ }
6
+ }
@@ -0,0 +1,6 @@
1
+ export namespace SpendLeuLeiIconComponent {
2
+ const template: string;
3
+ namespace bindings {
4
+ const size: string;
5
+ }
6
+ }
@@ -0,0 +1,6 @@
1
+ export namespace SpendLevIconComponent {
2
+ const template: string;
3
+ namespace bindings {
4
+ const size: string;
5
+ }
6
+ }
@@ -0,0 +1,6 @@
1
+ export namespace SpendLiraIconComponent {
2
+ const template: string;
3
+ namespace bindings {
4
+ const size: string;
5
+ }
6
+ }
@@ -0,0 +1,6 @@
1
+ export namespace SpendPoundIconComponent {
2
+ const template: string;
3
+ namespace bindings {
4
+ const size: string;
5
+ }
6
+ }
@@ -0,0 +1,6 @@
1
+ export namespace SpendRealIconComponent {
2
+ const template: string;
3
+ namespace bindings {
4
+ const size: string;
5
+ }
6
+ }
@@ -0,0 +1,6 @@
1
+ export namespace SpendRinggitIconComponent {
2
+ const template: string;
3
+ namespace bindings {
4
+ const size: string;
5
+ }
6
+ }
@@ -0,0 +1,6 @@
1
+ export namespace SpendRupeeIconComponent {
2
+ const template: string;
3
+ namespace bindings {
4
+ const size: string;
5
+ }
6
+ }
@@ -0,0 +1,6 @@
1
+ export namespace SpendRupiahIconComponent {
2
+ const template: string;
3
+ namespace bindings {
4
+ const size: string;
5
+ }
6
+ }
@@ -0,0 +1,6 @@
1
+ export namespace SpendYenIconComponent {
2
+ const template: string;
3
+ namespace bindings {
4
+ const size: string;
5
+ }
6
+ }
@@ -0,0 +1,6 @@
1
+ export namespace SpendZlotyIconComponent {
2
+ const template: string;
3
+ namespace bindings {
4
+ const size: string;
5
+ }
6
+ }
@@ -0,0 +1,6 @@
1
+ export namespace VenmoIconComponent {
2
+ const template: string;
3
+ namespace bindings {
4
+ const size: string;
5
+ }
6
+ }