@transferwise/icons 3.7.0 → 3.9.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 (83) hide show
  1. package/build/angular/components/arrow-diagonal-down-icon.component.js +19 -0
  2. package/build/angular/components/arrow-diagonal-up-icon.component.js +19 -0
  3. package/build/angular/components/bank-strikethrough-icon.component.js +19 -0
  4. package/build/angular/components/car-icon.component.js +3 -3
  5. package/build/angular/components/click-to-pay-icon.component.js +19 -0
  6. package/build/angular/components/drivers-license-icon.component.js +3 -3
  7. package/build/angular/components/eating-out-icon.component.js +3 -3
  8. package/build/angular/components/gambling-icon.component.js +19 -0
  9. package/build/angular/components/icon.component.js +14 -0
  10. package/build/angular/components/laptop-icon.component.js +19 -0
  11. package/build/angular/components/pause-icon.component.js +19 -0
  12. package/build/angular/components/payments-icon.component.js +3 -3
  13. package/build/angular/components/pets-icon.component.js +19 -0
  14. package/build/angular/components/play-icon.component.js +19 -0
  15. package/build/angular/components/scan-qr-code-icon.component.js +19 -0
  16. package/build/angular/components/slider-icon.component.js +3 -3
  17. package/build/angular/components/speech-bubble-exclamation-icon.component.js +19 -0
  18. package/build/angular/components/stop-icon.component.js +19 -0
  19. package/build/angular/components/takeaway-icon.component.js +19 -0
  20. package/build/angular/components/taxi-icon.component.js +19 -0
  21. package/build/angular/components/transport-icon.component.js +3 -3
  22. package/build/angular/index.js +28 -0
  23. package/build/components/arrow-diagonal-down.tsx +51 -0
  24. package/build/components/arrow-diagonal-up.tsx +51 -0
  25. package/build/components/bank-strikethrough.tsx +53 -0
  26. package/build/components/car.tsx +3 -1
  27. package/build/components/click-to-pay.tsx +48 -0
  28. package/build/components/drivers-license.tsx +3 -1
  29. package/build/components/eating-out.tsx +1 -1
  30. package/build/components/gambling.tsx +52 -0
  31. package/build/components/laptop.tsx +52 -0
  32. package/build/components/pause.tsx +52 -0
  33. package/build/components/payments.tsx +1 -1
  34. package/build/components/pets.tsx +52 -0
  35. package/build/components/play.tsx +52 -0
  36. package/build/components/scan-qr-code.tsx +52 -0
  37. package/build/components/slider.tsx +1 -1
  38. package/build/components/speech-bubble-exclamation.tsx +53 -0
  39. package/build/components/stop.tsx +52 -0
  40. package/build/components/takeaway.tsx +52 -0
  41. package/build/components/taxi.tsx +52 -0
  42. package/build/components/transport.tsx +1 -1
  43. package/build/icons.json +98 -0
  44. package/build/index.ts +14 -0
  45. package/lib/angular/index.js +313 -19
  46. package/lib/angular/index.js.map +1 -1
  47. package/lib/components/arrow-diagonal-down.d.ts +11 -0
  48. package/lib/components/arrow-diagonal-down.d.ts.map +1 -0
  49. package/lib/components/arrow-diagonal-up.d.ts +11 -0
  50. package/lib/components/arrow-diagonal-up.d.ts.map +1 -0
  51. package/lib/components/bank-strikethrough.d.ts +11 -0
  52. package/lib/components/bank-strikethrough.d.ts.map +1 -0
  53. package/lib/components/car.d.ts.map +1 -1
  54. package/lib/components/click-to-pay.d.ts +11 -0
  55. package/lib/components/click-to-pay.d.ts.map +1 -0
  56. package/lib/components/drivers-license.d.ts.map +1 -1
  57. package/lib/components/gambling.d.ts +11 -0
  58. package/lib/components/gambling.d.ts.map +1 -0
  59. package/lib/components/laptop.d.ts +11 -0
  60. package/lib/components/laptop.d.ts.map +1 -0
  61. package/lib/components/pause.d.ts +11 -0
  62. package/lib/components/pause.d.ts.map +1 -0
  63. package/lib/components/pets.d.ts +11 -0
  64. package/lib/components/pets.d.ts.map +1 -0
  65. package/lib/components/play.d.ts +11 -0
  66. package/lib/components/play.d.ts.map +1 -0
  67. package/lib/components/scan-qr-code.d.ts +11 -0
  68. package/lib/components/scan-qr-code.d.ts.map +1 -0
  69. package/lib/components/speech-bubble-exclamation.d.ts +11 -0
  70. package/lib/components/speech-bubble-exclamation.d.ts.map +1 -0
  71. package/lib/components/stop.d.ts +11 -0
  72. package/lib/components/stop.d.ts.map +1 -0
  73. package/lib/components/takeaway.d.ts +11 -0
  74. package/lib/components/takeaway.d.ts.map +1 -0
  75. package/lib/components/taxi.d.ts +11 -0
  76. package/lib/components/taxi.d.ts.map +1 -0
  77. package/lib/index.d.ts +14 -0
  78. package/lib/index.d.ts.map +1 -1
  79. package/lib/{index.mjs → index.esm.js} +518 -14
  80. package/lib/{index.mjs.map → index.esm.js.map} +1 -1
  81. package/lib/index.js +530 -12
  82. package/lib/index.js.map +1 -1
  83. package/package.json +5 -14
@@ -0,0 +1,19 @@
1
+ // This is an automatically generated file, please don't edit it
2
+ export const TaxiIconComponent = {
3
+ template: `
4
+ <span ng-switch="$ctrl.size" class="tw-icon tw-icon-taxi">
5
+ <svg ng-switch-when="32" width="32" height="32" viewBox="0 0 24 24" fill="currentColor">
6
+ <path fill-rule="evenodd" d="M9 1.714a.429.429 0 0 0-.428.429V3c0 .237.191.429.428.429h6A.429.429 0 0 0 15.43 3v-.857A.429.429 0 0 0 15 1.714H9ZM5.954 4.41a.861.861 0 0 1 .804-.553h10.484c.357 0 .677.22.804.553L19.81 9h2.047c.237 0 .429.192.429.429v.857a.429.429 0 0 1-.429.428h-.962l.047.056 1.064 1.335c.181.228.28.51.28.801v3.48a.862.862 0 0 1-.188.536L21 18.3v3.124a.861.861 0 0 1-.861.862h-2.992a.861.861 0 0 1-.861-.862v-2.567H7.714v2.567a.861.861 0 0 1-.861.862H3.862A.861.861 0 0 1 3 21.424V18.3l-1.098-1.378a.862.862 0 0 1-.188-.537v-3.479c0-.29.1-.573.28-.801l1.064-1.335.047-.056h-.962a.429.429 0 0 1-.429-.428v-.857c0-.237.192-.429.429-.429H4.19l1.763-4.59ZM19.708 12h.022l.841 1.056v3.03l-.841 1.057H4.27l-.841-1.056v-3.03L4.27 12h15.438Zm-3.052-6.428 1.811 4.714H5.533l1.811-4.714h9.312Zm2.63 13.285H18v1.715h1.286v-1.715ZM6 18.857H4.714v1.715H6v-1.715Zm-.428-3.428a.857.857 0 1 0 0-1.715.857.857 0 0 0 0 1.715Zm13.714-.857a.857.857 0 1 1-1.714 0 .857.857 0 0 1 1.714 0Z" clip-rule="evenodd"/>
7
+ </svg>
8
+ <svg ng-switch-when="24" width="24" height="24" viewBox="0 0 24 24" fill="currentColor">
9
+ <path fill-rule="evenodd" d="M9 1.714a.429.429 0 0 0-.428.429V3c0 .237.191.429.428.429h6A.429.429 0 0 0 15.43 3v-.857A.429.429 0 0 0 15 1.714H9ZM5.954 4.41a.861.861 0 0 1 .804-.553h10.484c.357 0 .677.22.804.553L19.81 9h2.047c.237 0 .429.192.429.429v.857a.429.429 0 0 1-.429.428h-.962l.047.056 1.064 1.335c.181.228.28.51.28.801v3.48a.862.862 0 0 1-.188.536L21 18.3v3.124a.861.861 0 0 1-.861.862h-2.992a.861.861 0 0 1-.861-.862v-2.567H7.714v2.567a.861.861 0 0 1-.861.862H3.862A.861.861 0 0 1 3 21.424V18.3l-1.098-1.378a.862.862 0 0 1-.188-.537v-3.479c0-.29.1-.573.28-.801l1.064-1.335.047-.056h-.962a.429.429 0 0 1-.429-.428v-.857c0-.237.192-.429.429-.429H4.19l1.763-4.59ZM19.708 12h.022l.841 1.056v3.03l-.841 1.057H4.27l-.841-1.056v-3.03L4.27 12h15.438Zm-3.052-6.428 1.811 4.714H5.533l1.811-4.714h9.312Zm2.63 13.285H18v1.715h1.286v-1.715ZM6 18.857H4.714v1.715H6v-1.715Zm-.428-3.428a.857.857 0 1 0 0-1.715.857.857 0 0 0 0 1.715Zm13.714-.857a.857.857 0 1 1-1.714 0 .857.857 0 0 1 1.714 0Z" clip-rule="evenodd"/>
10
+ </svg>
11
+ <svg ng-switch-default width="16" height="16" viewBox="0 0 24 24" fill="currentColor">
12
+ <path fill-rule="evenodd" d="M9 1.714a.429.429 0 0 0-.428.429V3c0 .237.191.429.428.429h6A.429.429 0 0 0 15.43 3v-.857A.429.429 0 0 0 15 1.714H9ZM5.954 4.41a.861.861 0 0 1 .804-.553h10.484c.357 0 .677.22.804.553L19.81 9h2.047c.237 0 .429.192.429.429v.857a.429.429 0 0 1-.429.428h-.962l.047.056 1.064 1.335c.181.228.28.51.28.801v3.48a.862.862 0 0 1-.188.536L21 18.3v3.124a.861.861 0 0 1-.861.862h-2.992a.861.861 0 0 1-.861-.862v-2.567H7.714v2.567a.861.861 0 0 1-.861.862H3.862A.861.861 0 0 1 3 21.424V18.3l-1.098-1.378a.862.862 0 0 1-.188-.537v-3.479c0-.29.1-.573.28-.801l1.064-1.335.047-.056h-.962a.429.429 0 0 1-.429-.428v-.857c0-.237.192-.429.429-.429H4.19l1.763-4.59ZM19.708 12h.022l.841 1.056v3.03l-.841 1.057H4.27l-.841-1.056v-3.03L4.27 12h15.438Zm-3.052-6.428 1.811 4.714H5.533l1.811-4.714h9.312Zm2.63 13.285H18v1.715h1.286v-1.715ZM6 18.857H4.714v1.715H6v-1.715Zm-.428-3.428a.857.857 0 1 0 0-1.715.857.857 0 0 0 0 1.715Zm13.714-.857a.857.857 0 1 1-1.714 0 .857.857 0 0 1 1.714 0Z" clip-rule="evenodd"/>
13
+ </svg>
14
+ </span>
15
+ `,
16
+ bindings: {
17
+ size: '<',
18
+ },
19
+ };
@@ -3,13 +3,13 @@ export const TransportIconComponent = {
3
3
  template: `
4
4
  <span ng-switch="$ctrl.size" class="tw-icon tw-icon-transport">
5
5
  <svg ng-switch-when="32" width="32" height="32" viewBox="0 0 24 24" fill="currentColor">
6
- <path fill-rule="evenodd" d="M6.214 1.715h11.572c1.543 0 2.786 1.157 2.786 2.571v13.715a.86.86 0 0 1-.858.857v2.571a.86.86 0 0 1-.857.857h-2.571a.86.86 0 0 1-.857-.857v-2.571H8.572v2.571a.86.86 0 0 1-.858.857H5.143a.86.86 0 0 1-.857-.857v-2.571A.86.86 0 0 1 3.429 18V4.286c0-1.414 1.243-2.571 2.785-2.571Zm11.572 1.714H6.214c-.6 0-1.071.386-1.071.857v1.715h13.714V4.286c0-.471-.471-.857-1.071-.857ZM5.143 12.001h13.714V7.715H5.143V12ZM6 20.572h.857v-1.714H6v1.714Zm-.857-6.857v3.428h13.714v-3.428H5.143Zm12 6.857H18v-1.714h-.857v1.714ZM6.857 16.285a.857.857 0 1 0 0-1.715.857.857 0 0 0 0 1.715Zm10.286 0a.857.857 0 1 0 0-1.715.857.857 0 0 0 0 1.715Z" clip-rule="evenodd"/>
6
+ <path fill-rule="evenodd" d="M3.429 4.286A2.571 2.571 0 0 1 6 1.714h12a2.571 2.571 0 0 1 2.572 2.572v13.71c0 .474-.384.859-.858.861v2.567a.861.861 0 0 1-.861.862h-2.991a.861.861 0 0 1-.862-.862v-2.567H9v2.567a.861.861 0 0 1-.861.862H5.147a.861.861 0 0 1-.861-.862v-2.567a.861.861 0 0 1-.857-.861V4.286Zm1.714 12.857v-3.429h13.714v3.429H5.143Zm13.714-9.429V12H5.143V7.714h13.714Zm0-1.714H5.143V4.286c0-.474.384-.857.857-.857h12c.474 0 .857.383.857.857V6ZM6 20.572v-1.715h1.286v1.715H6Zm10.714 0v-1.715H18v1.715h-1.286Zm-9-5.143a.857.857 0 1 1-1.714 0 .857.857 0 0 1 1.714 0Zm10.286 0a.857.857 0 1 1-1.714 0 .857.857 0 0 1 1.714 0Z" clip-rule="evenodd"/>
7
7
  </svg>
8
8
  <svg ng-switch-when="24" width="24" height="24" viewBox="0 0 24 24" fill="currentColor">
9
- <path fill-rule="evenodd" d="M6.214 1.715h11.572c1.543 0 2.786 1.157 2.786 2.571v13.715a.86.86 0 0 1-.858.857v2.571a.86.86 0 0 1-.857.857h-2.571a.86.86 0 0 1-.857-.857v-2.571H8.572v2.571a.86.86 0 0 1-.858.857H5.143a.86.86 0 0 1-.857-.857v-2.571A.86.86 0 0 1 3.429 18V4.286c0-1.414 1.243-2.571 2.785-2.571Zm11.572 1.714H6.214c-.6 0-1.071.386-1.071.857v1.715h13.714V4.286c0-.471-.471-.857-1.071-.857ZM5.143 12.001h13.714V7.715H5.143V12ZM6 20.572h.857v-1.714H6v1.714Zm-.857-6.857v3.428h13.714v-3.428H5.143Zm12 6.857H18v-1.714h-.857v1.714ZM6.857 16.285a.857.857 0 1 0 0-1.715.857.857 0 0 0 0 1.715Zm10.286 0a.857.857 0 1 0 0-1.715.857.857 0 0 0 0 1.715Z" clip-rule="evenodd"/>
9
+ <path fill-rule="evenodd" d="M3.429 4.286A2.571 2.571 0 0 1 6 1.714h12a2.571 2.571 0 0 1 2.572 2.572v13.71c0 .474-.384.859-.858.861v2.567a.861.861 0 0 1-.861.862h-2.991a.861.861 0 0 1-.862-.862v-2.567H9v2.567a.861.861 0 0 1-.861.862H5.147a.861.861 0 0 1-.861-.862v-2.567a.861.861 0 0 1-.857-.861V4.286Zm1.714 12.857v-3.429h13.714v3.429H5.143Zm13.714-9.429V12H5.143V7.714h13.714Zm0-1.714H5.143V4.286c0-.474.384-.857.857-.857h12c.474 0 .857.383.857.857V6ZM6 20.572v-1.715h1.286v1.715H6Zm10.714 0v-1.715H18v1.715h-1.286Zm-9-5.143a.857.857 0 1 1-1.714 0 .857.857 0 0 1 1.714 0Zm10.286 0a.857.857 0 1 1-1.714 0 .857.857 0 0 1 1.714 0Z" clip-rule="evenodd"/>
10
10
  </svg>
11
11
  <svg ng-switch-default width="16" height="16" viewBox="0 0 24 24" fill="currentColor">
12
- <path fill-rule="evenodd" d="M6.214 1.715h11.572c1.543 0 2.786 1.157 2.786 2.571v13.715a.86.86 0 0 1-.858.857v2.571a.86.86 0 0 1-.857.857h-2.571a.86.86 0 0 1-.857-.857v-2.571H8.572v2.571a.86.86 0 0 1-.858.857H5.143a.86.86 0 0 1-.857-.857v-2.571A.86.86 0 0 1 3.429 18V4.286c0-1.414 1.243-2.571 2.785-2.571Zm11.572 1.714H6.214c-.6 0-1.071.386-1.071.857v1.715h13.714V4.286c0-.471-.471-.857-1.071-.857ZM5.143 12.001h13.714V7.715H5.143V12ZM6 20.572h.857v-1.714H6v1.714Zm-.857-6.857v3.428h13.714v-3.428H5.143Zm12 6.857H18v-1.714h-.857v1.714ZM6.857 16.285a.857.857 0 1 0 0-1.715.857.857 0 0 0 0 1.715Zm10.286 0a.857.857 0 1 0 0-1.715.857.857 0 0 0 0 1.715Z" clip-rule="evenodd"/>
12
+ <path fill-rule="evenodd" d="M3.429 4.286A2.571 2.571 0 0 1 6 1.714h12a2.571 2.571 0 0 1 2.572 2.572v13.71c0 .474-.384.859-.858.861v2.567a.861.861 0 0 1-.861.862h-2.991a.861.861 0 0 1-.862-.862v-2.567H9v2.567a.861.861 0 0 1-.861.862H5.147a.861.861 0 0 1-.861-.862v-2.567a.861.861 0 0 1-.857-.861V4.286Zm1.714 12.857v-3.429h13.714v3.429H5.143Zm13.714-9.429V12H5.143V7.714h13.714Zm0-1.714H5.143V4.286c0-.474.384-.857.857-.857h12c.474 0 .857.383.857.857V6ZM6 20.572v-1.715h1.286v1.715H6Zm10.714 0v-1.715H18v1.715h-1.286Zm-9-5.143a.857.857 0 1 1-1.714 0 .857.857 0 0 1 1.714 0Zm10.286 0a.857.857 0 1 1-1.714 0 .857.857 0 0 1 1.714 0Z" clip-rule="evenodd"/>
13
13
  </svg>
14
14
  </span>
15
15
  `,
@@ -3,11 +3,14 @@ import angular from 'angular';
3
3
  import { AlertCircleFillIconComponent } from './components/alert-circle-fill-icon.component';
4
4
  import { AlertCircleIconComponent } from './components/alert-circle-icon.component';
5
5
  import { AlertIconComponent } from './components/alert-icon.component';
6
+ import { ArrowDiagonalDownIconComponent } from './components/arrow-diagonal-down-icon.component';
7
+ import { ArrowDiagonalUpIconComponent } from './components/arrow-diagonal-up-icon.component';
6
8
  import { ArrowDownIconComponent } from './components/arrow-down-icon.component';
7
9
  import { ArrowLeftIconComponent } from './components/arrow-left-icon.component';
8
10
  import { ArrowRightIconComponent } from './components/arrow-right-icon.component';
9
11
  import { ArrowUpIconComponent } from './components/arrow-up-icon.component';
10
12
  import { AutoConvertIconComponent } from './components/auto-convert-icon.component';
13
+ import { BankStrikethroughIconComponent } from './components/bank-strikethrough-icon.component';
11
14
  import { BankTransferIconComponent } from './components/bank-transfer-icon.component';
12
15
  import { AchIconComponent } from './components/ach-icon.component';
13
16
  import { BankIconComponent } from './components/bank-icon.component';
@@ -55,6 +58,7 @@ import { ChevronRightIconComponent } from './components/chevron-right-icon.compo
55
58
  import { ChevronUpIconComponent } from './components/chevron-up-icon.component';
56
59
  import { ChipIconComponent } from './components/chip-icon.component';
57
60
  import { ChipPinIconComponent } from './components/chip-pin-icon.component';
61
+ import { ClickToPayIconComponent } from './components/click-to-pay-icon.component';
58
62
  import { ClockBorderlessIconComponent } from './components/clock-borderless-icon.component';
59
63
  import { ClockFillIconComponent } from './components/clock-fill-icon.component';
60
64
  import { ClockIconComponent } from './components/clock-icon.component';
@@ -95,6 +99,7 @@ import { FastFlagIconComponent } from './components/fast-flag-icon.component';
95
99
  import { FingerprintIconComponent } from './components/fingerprint-icon.component';
96
100
  import { FpxIconComponent } from './components/fpx-icon.component';
97
101
  import { FreezeIconComponent } from './components/freeze-icon.component';
102
+ import { GamblingIconComponent } from './components/gambling-icon.component';
98
103
  import { GeneralFillIconComponent } from './components/general-fill-icon.component';
99
104
  import { GeneralFilledIconComponent } from './components/general-filled-icon.component';
100
105
  import { GeneralIconComponent } from './components/general-icon.component';
@@ -130,6 +135,7 @@ import { InteracIconComponent } from './components/interac-icon.component';
130
135
  import { JarIconComponent } from './components/jar-icon.component';
131
136
  import { KeepIconComponent } from './components/keep-icon.component';
132
137
  import { KlarnaIconComponent } from './components/klarna-icon.component';
138
+ import { LaptopIconComponent } from './components/laptop-icon.component';
133
139
  import { LeafIconComponent } from './components/leaf-icon.component';
134
140
  import { LightningBoltIconComponent } from './components/lightning-bolt-icon.component';
135
141
  import { LightningIconComponent } from './components/lightning-icon.component';
@@ -165,6 +171,7 @@ import { PadlockIconComponent } from './components/padlock-icon.component';
165
171
  import { LockIconComponent } from './components/lock-icon.component';
166
172
  import { PaperclipIconComponent } from './components/paperclip-icon.component';
167
173
  import { PassportIconComponent } from './components/passport-icon.component';
174
+ import { PauseIconComponent } from './components/pause-icon.component';
168
175
  import { PayInIconComponent } from './components/pay-in-icon.component';
169
176
  import { SalaryIconComponent } from './components/salary-icon.component';
170
177
  import { PaymentsIconComponent } from './components/payments-icon.component';
@@ -176,6 +183,7 @@ import { TaxIconComponent } from './components/tax-icon.component';
176
183
  import { PersonIconComponent } from './components/person-icon.component';
177
184
  import { ProfileIconComponent } from './components/profile-icon.component';
178
185
  import { PersonalCareIconComponent } from './components/personal-care-icon.component';
186
+ import { PetsIconComponent } from './components/pets-icon.component';
179
187
  import { PhoneIconComponent } from './components/phone-icon.component';
180
188
  import { PieChartIconComponent } from './components/pie-chart-icon.component';
181
189
  import { ExpensesIconComponent } from './components/expenses-icon.component';
@@ -183,6 +191,7 @@ import { PiggyBankIconComponent } from './components/piggy-bank-icon.component';
183
191
  import { SavingsIconComponent } from './components/savings-icon.component';
184
192
  import { PixIconComponent } from './components/pix-icon.component';
185
193
  import { PlaneIconComponent } from './components/plane-icon.component';
194
+ import { PlayIconComponent } from './components/play-icon.component';
186
195
  import { PlusCircleIconComponent } from './components/plus-circle-icon.component';
187
196
  import { PlusIconComponent } from './components/plus-icon.component';
188
197
  import { QrCodeIconComponent } from './components/qr-code-icon.component';
@@ -203,6 +212,7 @@ import { RequestSendIconComponent } from './components/request-send-icon.compone
203
212
  import { RewardsIconComponent } from './components/rewards-icon.component';
204
213
  import { SadEmojiIconComponent } from './components/sad-emoji-icon.component';
205
214
  import { DontIconComponent } from './components/dont-icon.component';
215
+ import { ScanQrCodeIconComponent } from './components/scan-qr-code-icon.component';
206
216
  import { SearchIconComponent } from './components/search-icon.component';
207
217
  import { SendIconComponent } from './components/send-icon.component';
208
218
  import { ShareAndroidIconComponent } from './components/share-android-icon.component';
@@ -214,6 +224,7 @@ import { SliderIconComponent } from './components/slider-icon.component';
214
224
  import { SofortIconComponent } from './components/sofort-icon.component';
215
225
  import { SoftwareAndHostingIconComponent } from './components/software-and-hosting-icon.component';
216
226
  import { SoftwareAndWebHostingIconComponent } from './components/software-and-web-hosting-icon.component';
227
+ import { SpeechBubbleExclamationIconComponent } from './components/speech-bubble-exclamation-icon.component';
217
228
  import { SpeechBubbleMessageIconComponent } from './components/speech-bubble-message-icon.component';
218
229
  import { FeedbackIconComponent } from './components/feedback-icon.component';
219
230
  import { SpeechBubblePendingIconComponent } from './components/speech-bubble-pending-icon.component';
@@ -246,12 +257,15 @@ import { StarFillIconComponent } from './components/star-fill-icon.component';
246
257
  import { StarIconComponent } from './components/star-icon.component';
247
258
  import { StationeryIconComponent } from './components/stationery-icon.component';
248
259
  import { OfficeExpensesIconComponent } from './components/office-expenses-icon.component';
260
+ import { StopIconComponent } from './components/stop-icon.component';
249
261
  import { SuitcaseIconComponent } from './components/suitcase-icon.component';
250
262
  import { TravelIconComponent } from './components/travel-icon.component';
251
263
  import { SunglassesIconComponent } from './components/sunglasses-icon.component';
252
264
  import { SwitchIconComponent } from './components/switch-icon.component';
265
+ import { TakeawayIconComponent } from './components/takeaway-icon.component';
253
266
  import { TargetIconComponent } from './components/target-icon.component';
254
267
  import { MarketingIconComponent } from './components/marketing-icon.component';
268
+ import { TaxiIconComponent } from './components/taxi-icon.component';
255
269
  import { TeamIconComponent } from './components/team-icon.component';
256
270
  import { ThemeIconComponent } from './components/theme-icon.component';
257
271
  import { TransferIconComponent } from './components/transfer-icon.component';
@@ -274,11 +288,14 @@ export const TwIconsModule = angular
274
288
  .component('twAlertCircleFillIcon', AlertCircleFillIconComponent)
275
289
  .component('twAlertCircleIcon', AlertCircleIconComponent)
276
290
  .component('twAlertIcon', AlertIconComponent)
291
+ .component('twArrowDiagonalDownIcon', ArrowDiagonalDownIconComponent)
292
+ .component('twArrowDiagonalUpIcon', ArrowDiagonalUpIconComponent)
277
293
  .component('twArrowDownIcon', ArrowDownIconComponent)
278
294
  .component('twArrowLeftIcon', ArrowLeftIconComponent)
279
295
  .component('twArrowRightIcon', ArrowRightIconComponent)
280
296
  .component('twArrowUpIcon', ArrowUpIconComponent)
281
297
  .component('twAutoConvertIcon', AutoConvertIconComponent)
298
+ .component('twBankStrikethroughIcon', BankStrikethroughIconComponent)
282
299
  .component('twBankTransferIcon', BankTransferIconComponent)
283
300
  .component('twAchIcon', AchIconComponent)
284
301
  .component('twBankIcon', BankIconComponent)
@@ -326,6 +343,7 @@ export const TwIconsModule = angular
326
343
  .component('twChevronUpIcon', ChevronUpIconComponent)
327
344
  .component('twChipIcon', ChipIconComponent)
328
345
  .component('twChipPinIcon', ChipPinIconComponent)
346
+ .component('twClickToPayIcon', ClickToPayIconComponent)
329
347
  .component('twClockBorderlessIcon', ClockBorderlessIconComponent)
330
348
  .component('twClockFillIcon', ClockFillIconComponent)
331
349
  .component('twClockIcon', ClockIconComponent)
@@ -366,6 +384,7 @@ export const TwIconsModule = angular
366
384
  .component('twFingerprintIcon', FingerprintIconComponent)
367
385
  .component('twFpxIcon', FpxIconComponent)
368
386
  .component('twFreezeIcon', FreezeIconComponent)
387
+ .component('twGamblingIcon', GamblingIconComponent)
369
388
  .component('twGeneralFillIcon', GeneralFillIconComponent)
370
389
  .component('twGeneralFilledIcon', GeneralFilledIconComponent)
371
390
  .component('twGeneralIcon', GeneralIconComponent)
@@ -401,6 +420,7 @@ export const TwIconsModule = angular
401
420
  .component('twJarIcon', JarIconComponent)
402
421
  .component('twKeepIcon', KeepIconComponent)
403
422
  .component('twKlarnaIcon', KlarnaIconComponent)
423
+ .component('twLaptopIcon', LaptopIconComponent)
404
424
  .component('twLeafIcon', LeafIconComponent)
405
425
  .component('twLightningBoltIcon', LightningBoltIconComponent)
406
426
  .component('twLightningIcon', LightningIconComponent)
@@ -436,6 +456,7 @@ export const TwIconsModule = angular
436
456
  .component('twLockIcon', LockIconComponent)
437
457
  .component('twPaperclipIcon', PaperclipIconComponent)
438
458
  .component('twPassportIcon', PassportIconComponent)
459
+ .component('twPauseIcon', PauseIconComponent)
439
460
  .component('twPayInIcon', PayInIconComponent)
440
461
  .component('twSalaryIcon', SalaryIconComponent)
441
462
  .component('twPaymentsIcon', PaymentsIconComponent)
@@ -447,6 +468,7 @@ export const TwIconsModule = angular
447
468
  .component('twPersonIcon', PersonIconComponent)
448
469
  .component('twProfileIcon', ProfileIconComponent)
449
470
  .component('twPersonalCareIcon', PersonalCareIconComponent)
471
+ .component('twPetsIcon', PetsIconComponent)
450
472
  .component('twPhoneIcon', PhoneIconComponent)
451
473
  .component('twPieChartIcon', PieChartIconComponent)
452
474
  .component('twExpensesIcon', ExpensesIconComponent)
@@ -454,6 +476,7 @@ export const TwIconsModule = angular
454
476
  .component('twSavingsIcon', SavingsIconComponent)
455
477
  .component('twPixIcon', PixIconComponent)
456
478
  .component('twPlaneIcon', PlaneIconComponent)
479
+ .component('twPlayIcon', PlayIconComponent)
457
480
  .component('twPlusCircleIcon', PlusCircleIconComponent)
458
481
  .component('twPlusIcon', PlusIconComponent)
459
482
  .component('twQrCodeIcon', QrCodeIconComponent)
@@ -474,6 +497,7 @@ export const TwIconsModule = angular
474
497
  .component('twRewardsIcon', RewardsIconComponent)
475
498
  .component('twSadEmojiIcon', SadEmojiIconComponent)
476
499
  .component('twDontIcon', DontIconComponent)
500
+ .component('twScanQrCodeIcon', ScanQrCodeIconComponent)
477
501
  .component('twSearchIcon', SearchIconComponent)
478
502
  .component('twSendIcon', SendIconComponent)
479
503
  .component('twShareAndroidIcon', ShareAndroidIconComponent)
@@ -485,6 +509,7 @@ export const TwIconsModule = angular
485
509
  .component('twSofortIcon', SofortIconComponent)
486
510
  .component('twSoftwareAndHostingIcon', SoftwareAndHostingIconComponent)
487
511
  .component('twSoftwareAndWebHostingIcon', SoftwareAndWebHostingIconComponent)
512
+ .component('twSpeechBubbleExclamationIcon', SpeechBubbleExclamationIconComponent)
488
513
  .component('twSpeechBubbleMessageIcon', SpeechBubbleMessageIconComponent)
489
514
  .component('twFeedbackIcon', FeedbackIconComponent)
490
515
  .component('twSpeechBubblePendingIcon', SpeechBubblePendingIconComponent)
@@ -517,12 +542,15 @@ export const TwIconsModule = angular
517
542
  .component('twStarIcon', StarIconComponent)
518
543
  .component('twStationeryIcon', StationeryIconComponent)
519
544
  .component('twOfficeExpensesIcon', OfficeExpensesIconComponent)
545
+ .component('twStopIcon', StopIconComponent)
520
546
  .component('twSuitcaseIcon', SuitcaseIconComponent)
521
547
  .component('twTravelIcon', TravelIconComponent)
522
548
  .component('twSunglassesIcon', SunglassesIconComponent)
523
549
  .component('twSwitchIcon', SwitchIconComponent)
550
+ .component('twTakeawayIcon', TakeawayIconComponent)
524
551
  .component('twTargetIcon', TargetIconComponent)
525
552
  .component('twMarketingIcon', MarketingIconComponent)
553
+ .component('twTaxiIcon', TaxiIconComponent)
526
554
  .component('twTeamIcon', TeamIconComponent)
527
555
  .component('twThemeIcon', ThemeIconComponent)
528
556
  .component('twTransferIcon', TransferIconComponent)
@@ -0,0 +1,51 @@
1
+ // This is an automatically generated file, please don't edit it
2
+ import { IconSize } from '../types';
3
+
4
+ export interface ArrowDiagonalDownIconProps {
5
+ size?: IconSize;
6
+ filled?: boolean;
7
+ className?: string;
8
+ title?: string;
9
+ ['data-testid']?: string;
10
+ }
11
+
12
+ export const ArrowDiagonalDown: React.FunctionComponent<ArrowDiagonalDownIconProps> = ({
13
+ size = 16,
14
+ className = undefined,
15
+ title = undefined,
16
+ filled = undefined,
17
+ ...restProps
18
+ }) => {
19
+ if (filled) {
20
+ console.warn(
21
+ '<ArrowDiagonalDown filled /> is now deprecated, please use <ArrowDiagonalDownFill /> or refer to https://transferwise.github.io/icons/ for more info.',
22
+ );
23
+ }
24
+
25
+ return (
26
+ <span
27
+ className={`tw-icon tw-icon-arrow-diagonal-down ${className ? className : ''}`}
28
+ aria-hidden={!title ? 'true' : undefined}
29
+ role={!title ? 'presentation' : undefined}
30
+ data-testid={restProps['data-testid'] || 'arrow-diagonal-down-icon'}
31
+ >
32
+ <svg
33
+ width={String(size)}
34
+ height={String(size)}
35
+ fill="currentColor"
36
+ focusable="false"
37
+ viewBox="0 0 24 24"
38
+ >
39
+ {(Number(size) === 16 || Number(size) === 24 || Number(size) === 32) && (
40
+ <>
41
+ <path
42
+ d="M18.857 20.357h-12v-1.714H16.8L4.07 5.914l1.2-1.2L18 17.443V7.5h1.714v12a.86.86 0 0 1-.857.857Z"
43
+ style="fill:#f0f;fill:color(display-p3 1 0 1);fill-opacity:1"
44
+ />
45
+ </>
46
+ )}
47
+ </svg>
48
+ {title && <span className="sr-only">{title}</span>}
49
+ </span>
50
+ );
51
+ };
@@ -0,0 +1,51 @@
1
+ // This is an automatically generated file, please don't edit it
2
+ import { IconSize } from '../types';
3
+
4
+ export interface ArrowDiagonalUpIconProps {
5
+ size?: IconSize;
6
+ filled?: boolean;
7
+ className?: string;
8
+ title?: string;
9
+ ['data-testid']?: string;
10
+ }
11
+
12
+ export const ArrowDiagonalUp: React.FunctionComponent<ArrowDiagonalUpIconProps> = ({
13
+ size = 16,
14
+ className = undefined,
15
+ title = undefined,
16
+ filled = undefined,
17
+ ...restProps
18
+ }) => {
19
+ if (filled) {
20
+ console.warn(
21
+ '<ArrowDiagonalUp filled /> is now deprecated, please use <ArrowDiagonalUpFill /> or refer to https://transferwise.github.io/icons/ for more info.',
22
+ );
23
+ }
24
+
25
+ return (
26
+ <span
27
+ className={`tw-icon tw-icon-arrow-diagonal-up ${className ? className : ''}`}
28
+ aria-hidden={!title ? 'true' : undefined}
29
+ role={!title ? 'presentation' : undefined}
30
+ data-testid={restProps['data-testid'] || 'arrow-diagonal-up-icon'}
31
+ >
32
+ <svg
33
+ width={String(size)}
34
+ height={String(size)}
35
+ fill="currentColor"
36
+ focusable="false"
37
+ viewBox="0 0 24 24"
38
+ >
39
+ {(Number(size) === 16 || Number(size) === 24 || Number(size) === 32) && (
40
+ <>
41
+ <path
42
+ d="M18.857 4.714h-12V6.43H16.8L4.07 19.157l1.2 1.2L18 7.63v9.942h1.714v-12a.86.86 0 0 0-.857-.857Z"
43
+ style="fill:#f0f;fill:color(display-p3 1 0 1);fill-opacity:1"
44
+ />
45
+ </>
46
+ )}
47
+ </svg>
48
+ {title && <span className="sr-only">{title}</span>}
49
+ </span>
50
+ );
51
+ };
@@ -0,0 +1,53 @@
1
+ // This is an automatically generated file, please don't edit it
2
+ import { IconSize } from '../types';
3
+
4
+ export interface BankStrikethroughIconProps {
5
+ size?: IconSize;
6
+ filled?: boolean;
7
+ className?: string;
8
+ title?: string;
9
+ ['data-testid']?: string;
10
+ }
11
+
12
+ export const BankStrikethrough: React.FunctionComponent<BankStrikethroughIconProps> = ({
13
+ size = 16,
14
+ className = undefined,
15
+ title = undefined,
16
+ filled = undefined,
17
+ ...restProps
18
+ }) => {
19
+ if (filled) {
20
+ console.warn(
21
+ '<BankStrikethrough filled /> is now deprecated, please use <BankStrikethroughFill /> or refer to https://transferwise.github.io/icons/ for more info.',
22
+ );
23
+ }
24
+
25
+ return (
26
+ <span
27
+ className={`tw-icon tw-icon-bank-strikethrough ${className ? className : ''}`}
28
+ aria-hidden={!title ? 'true' : undefined}
29
+ role={!title ? 'presentation' : undefined}
30
+ data-testid={restProps['data-testid'] || 'bank-strikethrough-icon'}
31
+ >
32
+ <svg
33
+ width={String(size)}
34
+ height={String(size)}
35
+ fill="currentColor"
36
+ focusable="false"
37
+ viewBox="0 0 24 24"
38
+ >
39
+ {(Number(size) === 16 || Number(size) === 24 || Number(size) === 32) && (
40
+ <>
41
+ <path
42
+ fillRule="evenodd"
43
+ d="m1.965 20.608 2.32-2.32V9.857H3.019a.857.857 0 0 1-.462-1.59l8.983-5.434a1.286 1.286 0 0 1 1.354.014l4.183 2.65 3.532-3.532 1.072 1.072L3.037 21.68l-1.072-1.072Zm3.747.82H21.43v-1.714h-1.715V9.857h1.27a.857.857 0 0 0 .475-1.581L19.871 7.27l-2.587 2.587H18v9.857h-5.143v-5.43l-1.714 1.714v3.716H7.427l-1.715 1.714ZM6 16.573l5.143-5.142V9.857H6v6.716Zm8.43-8.43 1.403-1.403L12.2 4.437 6.073 8.143h8.358Z"
44
+ clipRule="evenodd"
45
+ style="fill:#f0f;fill:color(display-p3 1 0 1);fill-opacity:1"
46
+ />
47
+ </>
48
+ )}
49
+ </svg>
50
+ {title && <span className="sr-only">{title}</span>}
51
+ </span>
52
+ );
53
+ };
@@ -38,9 +38,11 @@ export const Car: React.FunctionComponent<CarIconProps> = ({
38
38
  >
39
39
  {(Number(size) === 16 || Number(size) === 24 || Number(size) === 32) && (
40
40
  <>
41
+ <circle cx="6.428" cy="13.286" r=".857" />
42
+ <circle cx="17.572" cy="13.286" r=".857" />
41
43
  <path
42
44
  fillRule="evenodd"
43
- d="M22.297 7.713v.857c0 .472-.386.857-.857.815h-.558c.343.385.558.857.643 1.414l.772 6.214a.79.79 0 0 1-.215.686.771.771 0 0 1-.642.3h-.858v2.571a.86.86 0 0 1-.857.857h-1.714a.86.86 0 0 1-.857-.857V18H6.868v2.571a.86.86 0 0 1-.857.857H4.297a.86.86 0 0 1-.857-.857V18h-.858c-.257 0-.471-.043-.642-.257-.172-.215-.258-.429-.215-.686l.772-6.214c.043-.557.3-1.029.643-1.415h-.558a.86.86 0 0 1-.857-.857v-.857a.86.86 0 0 1 .857-.857H4.468l1.629-3.771a.847.847 0 0 1 .771-.515h10.286c.343 0 .643.215.771.515l1.629 3.771H21.44a.86.86 0 0 1 .857.857Zm-5.7-3.428H7.425L5.582 8.57H18.44l-1.843-4.285ZM4.21 11.056l-.643 5.229h16.886l-.6-5.229a.877.877 0 0 0-.857-.771H5.068a.877.877 0 0 0-.857.771ZM6.44 14.57a1.286 1.286 0 1 0 0-2.572 1.286 1.286 0 0 0 0 2.572Zm11.143 0a1.286 1.286 0 1 0 0-2.572 1.286 1.286 0 0 0 0 2.572Z"
45
+ d="M6.69 2.571a.861.861 0 0 0-.8.542L4.047 7.714H2.143a.429.429 0 0 0-.429.429V9c0 .237.192.429.429.429h.903c-.346.386-.578.88-.64 1.43l-.686 6.184a.861.861 0 0 0 .856.957H3v2.567c0 .476.386.862.861.862h2.992a.861.861 0 0 0 .861-.862V18h8.572v2.567c0 .476.385.862.861.862h2.992a.861.861 0 0 0 .86-.862V18h.424a.861.861 0 0 0 .857-.957l-.688-6.184a2.563 2.563 0 0 0-.639-1.43h.904A.429.429 0 0 0 22.285 9v-.857a.429.429 0 0 0-.428-.429h-1.905L18.11 3.113a.861.861 0 0 0-.8-.542H6.69Zm12.347 7.715H4.963a.857.857 0 0 0-.852.762l-.582 5.238H20.47l-.582-5.238a.857.857 0 0 0-.852-.762Zm-.589-1.715-1.715-4.285H7.267L5.552 8.57h12.896ZM4.714 19.714V18H6v1.714H4.714Zm13.286 0V18h1.286v1.714H18Z"
44
46
  clipRule="evenodd"
45
47
  />
46
48
  </>
@@ -0,0 +1,48 @@
1
+ // This is an automatically generated file, please don't edit it
2
+ import { IconSize } from '../types';
3
+
4
+ export interface ClickToPayIconProps {
5
+ size?: IconSize;
6
+ filled?: boolean;
7
+ className?: string;
8
+ title?: string;
9
+ ['data-testid']?: string;
10
+ }
11
+
12
+ export const ClickToPay: React.FunctionComponent<ClickToPayIconProps> = ({
13
+ size = 16,
14
+ className = undefined,
15
+ title = undefined,
16
+ filled = undefined,
17
+ ...restProps
18
+ }) => {
19
+ if (filled) {
20
+ console.warn(
21
+ '<ClickToPay filled /> is now deprecated, please use <ClickToPayFill /> or refer to https://transferwise.github.io/icons/ for more info.',
22
+ );
23
+ }
24
+
25
+ return (
26
+ <span
27
+ className={`tw-icon tw-icon-click-to-pay ${className ? className : ''}`}
28
+ aria-hidden={!title ? 'true' : undefined}
29
+ role={!title ? 'presentation' : undefined}
30
+ data-testid={restProps['data-testid'] || 'click-to-pay-icon'}
31
+ >
32
+ <svg
33
+ width={String(size)}
34
+ height={String(size)}
35
+ fill="currentColor"
36
+ focusable="false"
37
+ viewBox="0 0 24 24"
38
+ >
39
+ {(Number(size) === 16 || Number(size) === 24 || Number(size) === 32) && (
40
+ <>
41
+ <path d="M16.702 18.453h-3.429c-.244 0-.538-.147-.636-.392-.098-.245-.098-.539.098-.735l4.408-5.29-4.555-5.044h-1.323l3.919 4.457a.62.62 0 0 1 0 .882l-4.212 4.995c-.294.441-1.03 1.127-2.058 1.127H3.87c-.734-.098-2.155-.735-2.155-2.449V7.922c0-.93.588-2.302 2.253-2.302h3.135a.67.67 0 0 1 .686.686.67.67 0 0 1-.686.686H3.967c-.734 0-.832.637-.832.93v8.033c0 .833.685 1.029.881 1.078h4.898c.588 0 .931-.49.931-.49 0-.05.049-.05.049-.098l3.87-4.604-4.507-5.143a.594.594 0 0 1-.098-.735c.098-.245.343-.392.637-.392h3.184c.196 0 .391.098.49.245l5.142 5.73c.245.246.245.638 0 .931l-3.87 4.605h1.666l4.261-5.045-4.457-5.29a.699.699 0 0 1 .098-.98.699.699 0 0 1 .98.098l4.849 5.73a.734.734 0 0 1 0 .882l-4.85 5.731c-.195.147-.342.245-.587.245Z" />
42
+ </>
43
+ )}
44
+ </svg>
45
+ {title && <span className="sr-only">{title}</span>}
46
+ </span>
47
+ );
48
+ };
@@ -38,9 +38,11 @@ export const DriversLicense: React.FunctionComponent<DriversLicenseIconProps> =
38
38
  >
39
39
  {(Number(size) === 16 || Number(size) === 24 || Number(size) === 32) && (
40
40
  <>
41
+ <circle cx="6.428" cy="13.286" r=".857" />
42
+ <circle cx="17.572" cy="13.286" r=".857" />
41
43
  <path
42
44
  fillRule="evenodd"
43
- d="M22.297 7.713v.857c0 .472-.386.857-.857.815h-.558c.343.385.558.857.643 1.414l.772 6.214a.79.79 0 0 1-.215.686.771.771 0 0 1-.642.3h-.858v2.571a.86.86 0 0 1-.857.857h-1.714a.86.86 0 0 1-.857-.857V18H6.868v2.571a.86.86 0 0 1-.857.857H4.297a.86.86 0 0 1-.857-.857V18h-.858c-.257 0-.471-.043-.642-.257-.172-.215-.258-.429-.215-.686l.772-6.214c.043-.557.3-1.029.643-1.415h-.558a.86.86 0 0 1-.857-.857v-.857a.86.86 0 0 1 .857-.857H4.468l1.629-3.771a.847.847 0 0 1 .771-.515h10.286c.343 0 .643.215.771.515l1.629 3.771H21.44a.86.86 0 0 1 .857.857Zm-5.7-3.428H7.425L5.582 8.57H18.44l-1.843-4.285ZM4.21 11.056l-.643 5.229h16.886l-.6-5.229a.877.877 0 0 0-.857-.771H5.068a.877.877 0 0 0-.857.771ZM6.44 14.57a1.286 1.286 0 1 0 0-2.572 1.286 1.286 0 0 0 0 2.572Zm11.143 0a1.286 1.286 0 1 0 0-2.572 1.286 1.286 0 0 0 0 2.572Z"
45
+ d="M6.69 2.571a.861.861 0 0 0-.8.542L4.047 7.714H2.143a.429.429 0 0 0-.429.429V9c0 .237.192.429.429.429h.903c-.346.386-.578.88-.64 1.43l-.686 6.184a.861.861 0 0 0 .856.957H3v2.567c0 .476.386.862.861.862h2.992a.861.861 0 0 0 .861-.862V18h8.572v2.567c0 .476.385.862.861.862h2.992a.861.861 0 0 0 .86-.862V18h.424a.861.861 0 0 0 .857-.957l-.688-6.184a2.563 2.563 0 0 0-.639-1.43h.904A.429.429 0 0 0 22.285 9v-.857a.429.429 0 0 0-.428-.429h-1.905L18.11 3.113a.861.861 0 0 0-.8-.542H6.69Zm12.347 7.715H4.963a.857.857 0 0 0-.852.762l-.582 5.238H20.47l-.582-5.238a.857.857 0 0 0-.852-.762Zm-.589-1.715-1.715-4.285H7.267L5.552 8.57h12.896ZM4.714 19.714V18H6v1.714H4.714Zm13.286 0V18h1.286v1.714H18Z"
44
46
  clipRule="evenodd"
45
47
  />
46
48
  </>
@@ -40,7 +40,7 @@ export const EatingOut: React.FunctionComponent<EatingOutIconProps> = ({
40
40
  <>
41
41
  <path
42
42
  fillRule="evenodd"
43
- d="M15.698 3.859 10.127 9.43h2.932l6.784-6.784 1.212 1.213-5.571 5.571h2.859c.47 0 .857.38.857.857v1.32a7.062 7.062 0 0 1-4.312 6.505l.635 2.22a.861.861 0 0 1-.829 1.098H7.42a.861.861 0 0 1-.828-1.098l.634-2.22a7.062 7.062 0 0 1-4.312-6.505v-1.32c0-.471.382-.857.857-.857h3.931l6.784-6.784 1.212 1.213Zm1.788 7.285H4.629v.463a5.347 5.347 0 0 0 3.878 5.142c.453.13.72.602.589 1.06l-.545 1.907h5.013l-.545-1.908a.857.857 0 0 1 .588-1.06 5.347 5.347 0 0 0 3.879-5.14v-.464Z"
43
+ d="M16.212 3.429 10.64 9h3.576L21 2.216l1.212 1.213L16.64 9h4.844c.48 0 .858.39.858.857v.868c0 4.006-2.403 7.599-6.056 9.147V21c0 .71-.576 1.286-1.286 1.286H9c-.71 0-1.286-.576-1.286-1.286v-1.13a9.89 9.89 0 0 1-6-9.093v-.92c0-.475.386-.857.858-.857h5.644L15 2.216l1.212 1.213Zm4.415 7.285H3.43v.063a8.176 8.176 0 0 0 5.426 7.7c.344.123.574.449.574.814v1.28h5.143v-1.28c0-.366.23-.693.576-.815a8.222 8.222 0 0 0 5.48-7.751v-.01Z"
44
44
  clipRule="evenodd"
45
45
  />
46
46
  </>
@@ -0,0 +1,52 @@
1
+ // This is an automatically generated file, please don't edit it
2
+ import { IconSize } from '../types';
3
+
4
+ export interface GamblingIconProps {
5
+ size?: IconSize;
6
+ filled?: boolean;
7
+ className?: string;
8
+ title?: string;
9
+ ['data-testid']?: string;
10
+ }
11
+
12
+ export const Gambling: React.FunctionComponent<GamblingIconProps> = ({
13
+ size = 16,
14
+ className = undefined,
15
+ title = undefined,
16
+ filled = undefined,
17
+ ...restProps
18
+ }) => {
19
+ if (filled) {
20
+ console.warn(
21
+ '<Gambling filled /> is now deprecated, please use <GamblingFill /> or refer to https://transferwise.github.io/icons/ for more info.',
22
+ );
23
+ }
24
+
25
+ return (
26
+ <span
27
+ className={`tw-icon tw-icon-gambling ${className ? className : ''}`}
28
+ aria-hidden={!title ? 'true' : undefined}
29
+ role={!title ? 'presentation' : undefined}
30
+ data-testid={restProps['data-testid'] || 'gambling-icon'}
31
+ >
32
+ <svg
33
+ width={String(size)}
34
+ height={String(size)}
35
+ fill="currentColor"
36
+ focusable="false"
37
+ viewBox="0 0 24 24"
38
+ >
39
+ {(Number(size) === 16 || Number(size) === 24 || Number(size) === 32) && (
40
+ <>
41
+ <path
42
+ fillRule="evenodd"
43
+ d="M11.143 3.471a8.53 8.53 0 0 0-4.449 1.797L7.917 6.49a6.821 6.821 0 0 1 3.226-1.295V3.47Zm-7.648 7.458a8.535 8.535 0 0 1 1.966-4.47l1.217 1.217a6.827 6.827 0 0 0-1.452 3.253H3.495Zm7.648 9.6a8.534 8.534 0 0 1-4.684-1.99l1.217-1.217c.97.79 2.162 1.32 3.467 1.482v1.725Zm-4.652-4.446-1.223 1.223a8.53 8.53 0 0 1-1.816-4.663h1.72a6.82 6.82 0 0 0 1.319 3.44Zm11.05 2.456a8.534 8.534 0 0 1-4.684 1.99v-1.725a6.826 6.826 0 0 0 3.467-1.482l1.218 1.217Zm1.192-1.233a8.53 8.53 0 0 0 1.815-4.663h-1.72a6.82 6.82 0 0 1-1.318 3.44l1.223 1.223ZM17.306 5.268a8.53 8.53 0 0 0-4.449-1.797v1.725a6.821 6.821 0 0 1 3.226 1.294l1.223-1.222Zm1.233 1.19-1.217 1.218a6.827 6.827 0 0 1 1.452 3.253h1.731a8.535 8.535 0 0 0-1.965-4.47ZM1.715 12C1.714 6.32 6.32 1.714 12 1.714c5.68 0 10.286 4.605 10.286 10.286 0 5.68-4.605 10.286-10.286 10.286C6.32 22.286 1.714 17.68 1.714 12ZM12 6.857a5.143 5.143 0 1 0 0 10.286 5.143 5.143 0 0 0 0-10.286Zm.654 1.589a.861.861 0 0 0-1.308 0L8.78 11.439a.861.861 0 0 0 0 1.122l2.566 2.993a.861.861 0 0 0 1.308 0l2.566-2.993a.861.861 0 0 0 0-1.122l-2.566-2.993ZM10.557 12 12 10.317 13.443 12 12 13.683 10.557 12Z"
44
+ clipRule="evenodd"
45
+ />
46
+ </>
47
+ )}
48
+ </svg>
49
+ {title && <span className="sr-only">{title}</span>}
50
+ </span>
51
+ );
52
+ };
@@ -0,0 +1,52 @@
1
+ // This is an automatically generated file, please don't edit it
2
+ import { IconSize } from '../types';
3
+
4
+ export interface LaptopIconProps {
5
+ size?: IconSize;
6
+ filled?: boolean;
7
+ className?: string;
8
+ title?: string;
9
+ ['data-testid']?: string;
10
+ }
11
+
12
+ export const Laptop: React.FunctionComponent<LaptopIconProps> = ({
13
+ size = 16,
14
+ className = undefined,
15
+ title = undefined,
16
+ filled = undefined,
17
+ ...restProps
18
+ }) => {
19
+ if (filled) {
20
+ console.warn(
21
+ '<Laptop filled /> is now deprecated, please use <LaptopFill /> or refer to https://transferwise.github.io/icons/ for more info.',
22
+ );
23
+ }
24
+
25
+ return (
26
+ <span
27
+ className={`tw-icon tw-icon-laptop ${className ? className : ''}`}
28
+ aria-hidden={!title ? 'true' : undefined}
29
+ role={!title ? 'presentation' : undefined}
30
+ data-testid={restProps['data-testid'] || 'laptop-icon'}
31
+ >
32
+ <svg
33
+ width={String(size)}
34
+ height={String(size)}
35
+ fill="currentColor"
36
+ focusable="false"
37
+ viewBox="0 0 24 24"
38
+ >
39
+ {(Number(size) === 16 || Number(size) === 24 || Number(size) === 32) && (
40
+ <>
41
+ <path
42
+ fillRule="evenodd"
43
+ d="M3 5.147c0-.476.386-.861.861-.861H20.14c.475 0 .861.385.861.861V15h.424c.476 0 .862.386.862.861v1.71a2.571 2.571 0 0 1-2.572 2.572H4.286a2.571 2.571 0 0 1-2.572-2.572v-1.71c0-.475.386-.861.862-.861H3V5.147ZM4.714 6v9h14.572V6H4.714ZM3.43 16.714v.857c0 .474.383.858.857.858h15.428a.857.857 0 0 0 .858-.858v-.857h-6.43v.429a.429.429 0 0 1-.428.428h-3a.429.429 0 0 1-.428-.428v-.429H3.429Z"
44
+ clipRule="evenodd"
45
+ />
46
+ </>
47
+ )}
48
+ </svg>
49
+ {title && <span className="sr-only">{title}</span>}
50
+ </span>
51
+ );
52
+ };