@transferwise/icons 3.8.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.esm.js +517 -13
  80. package/lib/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 +1 -1
package/lib/index.esm.js CHANGED
@@ -107,6 +107,74 @@ const Alert = ({
107
107
  });
108
108
  };
109
109
 
110
+ const ArrowDiagonalDown = ({
111
+ size = 16,
112
+ className = undefined,
113
+ title = undefined,
114
+ filled = undefined,
115
+ ...restProps
116
+ }) => {
117
+ if (filled) {
118
+ console.warn('<ArrowDiagonalDown filled /> is now deprecated, please use <ArrowDiagonalDownFill /> or refer to https://transferwise.github.io/icons/ for more info.');
119
+ }
120
+ return /*#__PURE__*/jsxs("span", {
121
+ className: `tw-icon tw-icon-arrow-diagonal-down ${className ? className : ''}`,
122
+ "aria-hidden": !title ? 'true' : undefined,
123
+ role: !title ? 'presentation' : undefined,
124
+ "data-testid": restProps['data-testid'] || 'arrow-diagonal-down-icon',
125
+ children: [/*#__PURE__*/jsx("svg", {
126
+ width: String(size),
127
+ height: String(size),
128
+ fill: "currentColor",
129
+ focusable: "false",
130
+ viewBox: "0 0 24 24",
131
+ children: (Number(size) === 16 || Number(size) === 24 || Number(size) === 32) && /*#__PURE__*/jsx(Fragment, {
132
+ children: /*#__PURE__*/jsx("path", {
133
+ 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",
134
+ style: "fill:#f0f;fill:color(display-p3 1 0 1);fill-opacity:1"
135
+ })
136
+ })
137
+ }), title && /*#__PURE__*/jsx("span", {
138
+ className: "sr-only",
139
+ children: title
140
+ })]
141
+ });
142
+ };
143
+
144
+ const ArrowDiagonalUp = ({
145
+ size = 16,
146
+ className = undefined,
147
+ title = undefined,
148
+ filled = undefined,
149
+ ...restProps
150
+ }) => {
151
+ if (filled) {
152
+ console.warn('<ArrowDiagonalUp filled /> is now deprecated, please use <ArrowDiagonalUpFill /> or refer to https://transferwise.github.io/icons/ for more info.');
153
+ }
154
+ return /*#__PURE__*/jsxs("span", {
155
+ className: `tw-icon tw-icon-arrow-diagonal-up ${className ? className : ''}`,
156
+ "aria-hidden": !title ? 'true' : undefined,
157
+ role: !title ? 'presentation' : undefined,
158
+ "data-testid": restProps['data-testid'] || 'arrow-diagonal-up-icon',
159
+ children: [/*#__PURE__*/jsx("svg", {
160
+ width: String(size),
161
+ height: String(size),
162
+ fill: "currentColor",
163
+ focusable: "false",
164
+ viewBox: "0 0 24 24",
165
+ children: (Number(size) === 16 || Number(size) === 24 || Number(size) === 32) && /*#__PURE__*/jsx(Fragment, {
166
+ children: /*#__PURE__*/jsx("path", {
167
+ 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",
168
+ style: "fill:#f0f;fill:color(display-p3 1 0 1);fill-opacity:1"
169
+ })
170
+ })
171
+ }), title && /*#__PURE__*/jsx("span", {
172
+ className: "sr-only",
173
+ children: title
174
+ })]
175
+ });
176
+ };
177
+
110
178
  const ArrowDown = ({
111
179
  size = 16,
112
180
  className = undefined,
@@ -274,6 +342,42 @@ const AutoConvert = ({
274
342
  });
275
343
  };
276
344
 
345
+ const BankStrikethrough = ({
346
+ size = 16,
347
+ className = undefined,
348
+ title = undefined,
349
+ filled = undefined,
350
+ ...restProps
351
+ }) => {
352
+ if (filled) {
353
+ console.warn('<BankStrikethrough filled /> is now deprecated, please use <BankStrikethroughFill /> or refer to https://transferwise.github.io/icons/ for more info.');
354
+ }
355
+ return /*#__PURE__*/jsxs("span", {
356
+ className: `tw-icon tw-icon-bank-strikethrough ${className ? className : ''}`,
357
+ "aria-hidden": !title ? 'true' : undefined,
358
+ role: !title ? 'presentation' : undefined,
359
+ "data-testid": restProps['data-testid'] || 'bank-strikethrough-icon',
360
+ children: [/*#__PURE__*/jsx("svg", {
361
+ width: String(size),
362
+ height: String(size),
363
+ fill: "currentColor",
364
+ focusable: "false",
365
+ viewBox: "0 0 24 24",
366
+ children: (Number(size) === 16 || Number(size) === 24 || Number(size) === 32) && /*#__PURE__*/jsx(Fragment, {
367
+ children: /*#__PURE__*/jsx("path", {
368
+ fillRule: "evenodd",
369
+ 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",
370
+ clipRule: "evenodd",
371
+ style: "fill:#f0f;fill:color(display-p3 1 0 1);fill-opacity:1"
372
+ })
373
+ })
374
+ }), title && /*#__PURE__*/jsx("span", {
375
+ className: "sr-only",
376
+ children: title
377
+ })]
378
+ });
379
+ };
380
+
277
381
  const BankTransfer = ({
278
382
  size = 16,
279
383
  className = undefined,
@@ -1152,12 +1256,20 @@ const Car = ({
1152
1256
  fill: "currentColor",
1153
1257
  focusable: "false",
1154
1258
  viewBox: "0 0 24 24",
1155
- children: (Number(size) === 16 || Number(size) === 24 || Number(size) === 32) && /*#__PURE__*/jsx(Fragment, {
1156
- children: /*#__PURE__*/jsx("path", {
1259
+ children: (Number(size) === 16 || Number(size) === 24 || Number(size) === 32) && /*#__PURE__*/jsxs(Fragment, {
1260
+ children: [/*#__PURE__*/jsx("circle", {
1261
+ cx: "6.428",
1262
+ cy: "13.286",
1263
+ r: ".857"
1264
+ }), /*#__PURE__*/jsx("circle", {
1265
+ cx: "17.572",
1266
+ cy: "13.286",
1267
+ r: ".857"
1268
+ }), /*#__PURE__*/jsx("path", {
1157
1269
  fillRule: "evenodd",
1158
- 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",
1270
+ 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",
1159
1271
  clipRule: "evenodd"
1160
- })
1272
+ })]
1161
1273
  })
1162
1274
  }), title && /*#__PURE__*/jsx("span", {
1163
1275
  className: "sr-only",
@@ -1187,12 +1299,20 @@ const DriversLicense = ({
1187
1299
  fill: "currentColor",
1188
1300
  focusable: "false",
1189
1301
  viewBox: "0 0 24 24",
1190
- children: (Number(size) === 16 || Number(size) === 24 || Number(size) === 32) && /*#__PURE__*/jsx(Fragment, {
1191
- children: /*#__PURE__*/jsx("path", {
1302
+ children: (Number(size) === 16 || Number(size) === 24 || Number(size) === 32) && /*#__PURE__*/jsxs(Fragment, {
1303
+ children: [/*#__PURE__*/jsx("circle", {
1304
+ cx: "6.428",
1305
+ cy: "13.286",
1306
+ r: ".857"
1307
+ }), /*#__PURE__*/jsx("circle", {
1308
+ cx: "17.572",
1309
+ cy: "13.286",
1310
+ r: ".857"
1311
+ }), /*#__PURE__*/jsx("path", {
1192
1312
  fillRule: "evenodd",
1193
- 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",
1313
+ 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",
1194
1314
  clipRule: "evenodd"
1195
- })
1315
+ })]
1196
1316
  })
1197
1317
  }), title && /*#__PURE__*/jsx("span", {
1198
1318
  className: "sr-only",
@@ -1887,6 +2007,39 @@ const ChipPin = ({
1887
2007
  });
1888
2008
  };
1889
2009
 
2010
+ const ClickToPay = ({
2011
+ size = 16,
2012
+ className = undefined,
2013
+ title = undefined,
2014
+ filled = undefined,
2015
+ ...restProps
2016
+ }) => {
2017
+ if (filled) {
2018
+ console.warn('<ClickToPay filled /> is now deprecated, please use <ClickToPayFill /> or refer to https://transferwise.github.io/icons/ for more info.');
2019
+ }
2020
+ return /*#__PURE__*/jsxs("span", {
2021
+ className: `tw-icon tw-icon-click-to-pay ${className ? className : ''}`,
2022
+ "aria-hidden": !title ? 'true' : undefined,
2023
+ role: !title ? 'presentation' : undefined,
2024
+ "data-testid": restProps['data-testid'] || 'click-to-pay-icon',
2025
+ children: [/*#__PURE__*/jsx("svg", {
2026
+ width: String(size),
2027
+ height: String(size),
2028
+ fill: "currentColor",
2029
+ focusable: "false",
2030
+ viewBox: "0 0 24 24",
2031
+ children: (Number(size) === 16 || Number(size) === 24 || Number(size) === 32) && /*#__PURE__*/jsx(Fragment, {
2032
+ children: /*#__PURE__*/jsx("path", {
2033
+ 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"
2034
+ })
2035
+ })
2036
+ }), title && /*#__PURE__*/jsx("span", {
2037
+ className: "sr-only",
2038
+ children: title
2039
+ })]
2040
+ });
2041
+ };
2042
+
1890
2043
  const ClockBorderless = ({
1891
2044
  size = 16,
1892
2045
  className = undefined,
@@ -2745,7 +2898,7 @@ const EatingOut = ({
2745
2898
  children: (Number(size) === 16 || Number(size) === 24 || Number(size) === 32) && /*#__PURE__*/jsx(Fragment, {
2746
2899
  children: /*#__PURE__*/jsx("path", {
2747
2900
  fillRule: "evenodd",
2748
- 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",
2901
+ 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",
2749
2902
  clipRule: "evenodd"
2750
2903
  })
2751
2904
  })
@@ -3269,6 +3422,41 @@ const Freeze = ({
3269
3422
  });
3270
3423
  };
3271
3424
 
3425
+ const Gambling = ({
3426
+ size = 16,
3427
+ className = undefined,
3428
+ title = undefined,
3429
+ filled = undefined,
3430
+ ...restProps
3431
+ }) => {
3432
+ if (filled) {
3433
+ console.warn('<Gambling filled /> is now deprecated, please use <GamblingFill /> or refer to https://transferwise.github.io/icons/ for more info.');
3434
+ }
3435
+ return /*#__PURE__*/jsxs("span", {
3436
+ className: `tw-icon tw-icon-gambling ${className ? className : ''}`,
3437
+ "aria-hidden": !title ? 'true' : undefined,
3438
+ role: !title ? 'presentation' : undefined,
3439
+ "data-testid": restProps['data-testid'] || 'gambling-icon',
3440
+ children: [/*#__PURE__*/jsx("svg", {
3441
+ width: String(size),
3442
+ height: String(size),
3443
+ fill: "currentColor",
3444
+ focusable: "false",
3445
+ viewBox: "0 0 24 24",
3446
+ children: (Number(size) === 16 || Number(size) === 24 || Number(size) === 32) && /*#__PURE__*/jsx(Fragment, {
3447
+ children: /*#__PURE__*/jsx("path", {
3448
+ fillRule: "evenodd",
3449
+ 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",
3450
+ clipRule: "evenodd"
3451
+ })
3452
+ })
3453
+ }), title && /*#__PURE__*/jsx("span", {
3454
+ className: "sr-only",
3455
+ children: title
3456
+ })]
3457
+ });
3458
+ };
3459
+
3272
3460
  const GeneralFill = ({
3273
3461
  size = 16,
3274
3462
  className = undefined,
@@ -4472,6 +4660,41 @@ const Klarna = ({
4472
4660
  });
4473
4661
  };
4474
4662
 
4663
+ const Laptop = ({
4664
+ size = 16,
4665
+ className = undefined,
4666
+ title = undefined,
4667
+ filled = undefined,
4668
+ ...restProps
4669
+ }) => {
4670
+ if (filled) {
4671
+ console.warn('<Laptop filled /> is now deprecated, please use <LaptopFill /> or refer to https://transferwise.github.io/icons/ for more info.');
4672
+ }
4673
+ return /*#__PURE__*/jsxs("span", {
4674
+ className: `tw-icon tw-icon-laptop ${className ? className : ''}`,
4675
+ "aria-hidden": !title ? 'true' : undefined,
4676
+ role: !title ? 'presentation' : undefined,
4677
+ "data-testid": restProps['data-testid'] || 'laptop-icon',
4678
+ children: [/*#__PURE__*/jsx("svg", {
4679
+ width: String(size),
4680
+ height: String(size),
4681
+ fill: "currentColor",
4682
+ focusable: "false",
4683
+ viewBox: "0 0 24 24",
4684
+ children: (Number(size) === 16 || Number(size) === 24 || Number(size) === 32) && /*#__PURE__*/jsx(Fragment, {
4685
+ children: /*#__PURE__*/jsx("path", {
4686
+ fillRule: "evenodd",
4687
+ 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",
4688
+ clipRule: "evenodd"
4689
+ })
4690
+ })
4691
+ }), title && /*#__PURE__*/jsx("span", {
4692
+ className: "sr-only",
4693
+ children: title
4694
+ })]
4695
+ });
4696
+ };
4697
+
4475
4698
  const Leaf = ({
4476
4699
  size = 16,
4477
4700
  className = undefined,
@@ -5679,6 +5902,41 @@ const Passport = ({
5679
5902
  });
5680
5903
  };
5681
5904
 
5905
+ const Pause = ({
5906
+ size = 16,
5907
+ className = undefined,
5908
+ title = undefined,
5909
+ filled = undefined,
5910
+ ...restProps
5911
+ }) => {
5912
+ if (filled) {
5913
+ console.warn('<Pause filled /> is now deprecated, please use <PauseFill /> or refer to https://transferwise.github.io/icons/ for more info.');
5914
+ }
5915
+ return /*#__PURE__*/jsxs("span", {
5916
+ className: `tw-icon tw-icon-pause ${className ? className : ''}`,
5917
+ "aria-hidden": !title ? 'true' : undefined,
5918
+ role: !title ? 'presentation' : undefined,
5919
+ "data-testid": restProps['data-testid'] || 'pause-icon',
5920
+ children: [/*#__PURE__*/jsx("svg", {
5921
+ width: String(size),
5922
+ height: String(size),
5923
+ fill: "currentColor",
5924
+ focusable: "false",
5925
+ viewBox: "0 0 24 24",
5926
+ children: (Number(size) === 16 || Number(size) === 24 || Number(size) === 32) && /*#__PURE__*/jsx(Fragment, {
5927
+ children: /*#__PURE__*/jsx("path", {
5928
+ fillRule: "evenodd",
5929
+ d: "M12 20.572a8.571 8.571 0 1 0 0-17.143 8.571 8.571 0 0 0 0 17.143Zm0 1.714c5.68 0 10.286-4.605 10.286-10.286C22.286 6.32 17.68 1.714 12 1.714 6.32 1.714 1.714 6.32 1.714 12c0 5.68 4.605 10.286 10.286 10.286Zm.857-13.71c0-.003.002-.005.004-.005h1.706c.002 0 .004.002.004.005v6.848a.004.004 0 0 1-.004.004H12.86a.004.004 0 0 1-.004-.004V8.576ZM9.433 8.57a.004.004 0 0 0-.004.005v6.848c0 .003.002.004.004.004h1.706a.004.004 0 0 0 .004-.004V8.576a.004.004 0 0 0-.004-.005H9.433Z",
5930
+ clipRule: "evenodd"
5931
+ })
5932
+ })
5933
+ }), title && /*#__PURE__*/jsx("span", {
5934
+ className: "sr-only",
5935
+ children: title
5936
+ })]
5937
+ });
5938
+ };
5939
+
5682
5940
  const PayIn = ({
5683
5941
  size = 16,
5684
5942
  className = undefined,
@@ -5769,7 +6027,7 @@ const Payments = ({
5769
6027
  children: (Number(size) === 16 || Number(size) === 24 || Number(size) === 32) && /*#__PURE__*/jsx(Fragment, {
5770
6028
  children: /*#__PURE__*/jsx("path", {
5771
6029
  fillRule: "evenodd",
5772
- d: "m12 7.37-1.2 1.2-3.085-3.086v15.943H6V5.484L2.915 8.57l-1.2-1.2 4.543-4.543a.829.829 0 0 1 1.2 0L12 7.37Zm0 9.257 1.2-1.2 3.086 3.085V2.57H18v15.942l3.086-3.085 1.2 1.2-4.543 4.543a.829.829 0 0 1-1.2 0L12 16.627Z",
6030
+ d: "M6.857 3.43h4.359l-9.465 9.464 1.212 1.212 9.465-9.465v4.36h1.715V2.576a.861.861 0 0 0-.862-.861H6.857v1.714Zm10.286 17.142h-4.36l9.466-9.466-1.212-1.212-9.466 9.465V15H9.857v6.424c0 .476.386.862.861.862h6.425v-1.714Z",
5773
6031
  clipRule: "evenodd"
5774
6032
  })
5775
6033
  })
@@ -6058,6 +6316,41 @@ const PersonalCare = ({
6058
6316
  });
6059
6317
  };
6060
6318
 
6319
+ const Pets = ({
6320
+ size = 16,
6321
+ className = undefined,
6322
+ title = undefined,
6323
+ filled = undefined,
6324
+ ...restProps
6325
+ }) => {
6326
+ if (filled) {
6327
+ console.warn('<Pets filled /> is now deprecated, please use <PetsFill /> or refer to https://transferwise.github.io/icons/ for more info.');
6328
+ }
6329
+ return /*#__PURE__*/jsxs("span", {
6330
+ className: `tw-icon tw-icon-pets ${className ? className : ''}`,
6331
+ "aria-hidden": !title ? 'true' : undefined,
6332
+ role: !title ? 'presentation' : undefined,
6333
+ "data-testid": restProps['data-testid'] || 'pets-icon',
6334
+ children: [/*#__PURE__*/jsx("svg", {
6335
+ width: String(size),
6336
+ height: String(size),
6337
+ fill: "currentColor",
6338
+ focusable: "false",
6339
+ viewBox: "0 0 24 24",
6340
+ children: (Number(size) === 16 || Number(size) === 24 || Number(size) === 32) && /*#__PURE__*/jsx(Fragment, {
6341
+ children: /*#__PURE__*/jsx("path", {
6342
+ fillRule: "evenodd",
6343
+ d: "M15.166 5.143c-.28 0-.848.384-.848 1.334 0 .95.568 1.335.848 1.335s.847-.385.847-1.335-.567-1.334-.847-1.334Zm-2.562 1.334c0-1.47.959-3.048 2.562-3.048 1.602 0 2.561 1.578 2.561 3.048 0 1.471-.959 3.05-2.561 3.05-1.603 0-2.562-1.579-2.562-3.05Zm6.945 4.023c-.28 0-.848.385-.848 1.335s.568 1.334.848 1.334.847-.385.847-1.334c0-.95-.567-1.335-.847-1.335Zm-2.562 1.335c0-1.471.959-3.05 2.562-3.05 1.602 0 2.561 1.579 2.561 3.05 0 1.47-.959 3.048-2.561 3.048-1.603 0-2.562-1.578-2.562-3.048Zm-13.383 0c0-.95.567-1.335.847-1.335s.848.385.848 1.335-.568 1.334-.848 1.334-.847-.385-.847-1.334Zm.847-3.05c-1.602 0-2.561 1.579-2.561 3.05 0 1.47.959 3.048 2.561 3.048 1.603 0 2.562-1.578 2.562-3.048 0-1.471-.959-3.05-2.562-3.05Zm4.383-3.642c-.28 0-.847.384-.847 1.334 0 .95.567 1.335.847 1.335s.848-.385.848-1.335-.568-1.334-.848-1.334ZM6.273 6.477c0-1.47.959-3.048 2.561-3.048 1.603 0 2.562 1.578 2.562 3.048 0 1.471-.959 3.05-2.562 3.05-1.602 0-2.561-1.579-2.561-3.05Zm8.379 5.305c-.87-2.521-4.435-2.521-5.304 0l-.784 2.274c-.058.168-.157.32-.287.441l-1.241 1.16c-2.07 1.933-.297 5.365 2.477 4.798l2.268-.464c.144-.03.293-.03.437 0l2.269.464c2.774.567 4.546-2.865 2.477-4.798l-1.241-1.16a1.092 1.092 0 0 1-.287-.441l-.784-2.274Zm-3.683.559c.338-.98 1.724-.98 2.062 0l.784 2.273c.15.433.403.823.737 1.136l1.242 1.16c.804.751.115 2.086-.964 1.865l-2.268-.464a2.804 2.804 0 0 0-1.124 0l-2.269.464c-1.079.221-1.768-1.114-.963-1.866l1.241-1.16c.335-.312.588-.702.737-1.135l.785-2.273Z",
6344
+ clipRule: "evenodd"
6345
+ })
6346
+ })
6347
+ }), title && /*#__PURE__*/jsx("span", {
6348
+ className: "sr-only",
6349
+ children: title
6350
+ })]
6351
+ });
6352
+ };
6353
+
6061
6354
  const Phone = ({
6062
6355
  size = 16,
6063
6356
  className = undefined,
@@ -6297,6 +6590,41 @@ const Plane = ({
6297
6590
  });
6298
6591
  };
6299
6592
 
6593
+ const Play = ({
6594
+ size = 16,
6595
+ className = undefined,
6596
+ title = undefined,
6597
+ filled = undefined,
6598
+ ...restProps
6599
+ }) => {
6600
+ if (filled) {
6601
+ console.warn('<Play filled /> is now deprecated, please use <PlayFill /> or refer to https://transferwise.github.io/icons/ for more info.');
6602
+ }
6603
+ return /*#__PURE__*/jsxs("span", {
6604
+ className: `tw-icon tw-icon-play ${className ? className : ''}`,
6605
+ "aria-hidden": !title ? 'true' : undefined,
6606
+ role: !title ? 'presentation' : undefined,
6607
+ "data-testid": restProps['data-testid'] || 'play-icon',
6608
+ children: [/*#__PURE__*/jsx("svg", {
6609
+ width: String(size),
6610
+ height: String(size),
6611
+ fill: "currentColor",
6612
+ focusable: "false",
6613
+ viewBox: "0 0 24 24",
6614
+ children: (Number(size) === 16 || Number(size) === 24 || Number(size) === 32) && /*#__PURE__*/jsx(Fragment, {
6615
+ children: /*#__PURE__*/jsx("path", {
6616
+ fillRule: "evenodd",
6617
+ d: "M20.572 12a8.571 8.571 0 1 1-17.143 0 8.571 8.571 0 0 1 17.143 0Zm1.714 0c0 5.68-4.605 10.286-10.286 10.286C6.32 22.286 1.714 17.68 1.714 12 1.714 6.32 6.32 1.714 12 1.714c5.68 0 10.286 4.605 10.286 10.286Zm-6.263.805a.429.429 0 0 0 0-.753L9.848 8.691a.429.429 0 0 0-.634.376v6.723c0 .325.348.532.634.376l6.175-3.361Z",
6618
+ clipRule: "evenodd"
6619
+ })
6620
+ })
6621
+ }), title && /*#__PURE__*/jsx("span", {
6622
+ className: "sr-only",
6623
+ children: title
6624
+ })]
6625
+ });
6626
+ };
6627
+
6300
6628
  const PlusCircle = ({
6301
6629
  size = 16,
6302
6630
  className = undefined,
@@ -6995,6 +7323,41 @@ const Dont = ({
6995
7323
  });
6996
7324
  };
6997
7325
 
7326
+ const ScanQrCode = ({
7327
+ size = 16,
7328
+ className = undefined,
7329
+ title = undefined,
7330
+ filled = undefined,
7331
+ ...restProps
7332
+ }) => {
7333
+ if (filled) {
7334
+ console.warn('<ScanQrCode filled /> is now deprecated, please use <ScanQrCodeFill /> or refer to https://transferwise.github.io/icons/ for more info.');
7335
+ }
7336
+ return /*#__PURE__*/jsxs("span", {
7337
+ className: `tw-icon tw-icon-scan-qr-code ${className ? className : ''}`,
7338
+ "aria-hidden": !title ? 'true' : undefined,
7339
+ role: !title ? 'presentation' : undefined,
7340
+ "data-testid": restProps['data-testid'] || 'scan-qr-code-icon',
7341
+ children: [/*#__PURE__*/jsx("svg", {
7342
+ width: String(size),
7343
+ height: String(size),
7344
+ fill: "currentColor",
7345
+ focusable: "false",
7346
+ viewBox: "0 0 24 24",
7347
+ children: (Number(size) === 16 || Number(size) === 24 || Number(size) === 32) && /*#__PURE__*/jsx(Fragment, {
7348
+ children: /*#__PURE__*/jsx("path", {
7349
+ fillRule: "evenodd",
7350
+ d: "M2.576 1.714a.861.861 0 0 0-.862.862V8.57H3.43V3.43h5.143V1.714H2.575Zm18.848 20.572a.861.861 0 0 0 .862-.862V15.43H20.57v5.142h-5.143v1.715h5.996Zm0-20.572c.476 0 .862.386.862.862V8.57H20.57V3.43h-5.143V1.714h5.996Zm-19.71 19.71c0 .476.386.862.862.862H8.57V20.57H3.43v-5.143H1.714v5.996Zm12.857-13.71V9.43h1.714V7.714h-1.714ZM13.286 6a.429.429 0 0 0-.43.429v4.285c0 .237.193.429.43.429h4.285a.429.429 0 0 0 .429-.429V6.43A.429.429 0 0 0 17.57 6h-4.286ZM7.714 9.429V7.714H9.43V9.43H7.714ZM6 6.429C6 6.192 6.192 6 6.429 6h4.285c.237 0 .429.192.429.429v4.285a.429.429 0 0 1-.429.429H6.43A.429.429 0 0 1 6 10.714V6.43Zm1.714 8.142v1.714H9.43v-1.714H7.714ZM6.43 12.857a.429.429 0 0 0-.429.429v4.285c0 .237.192.429.429.429h4.285a.429.429 0 0 0 .429-.429v-4.286a.429.429 0 0 0-.429-.428H6.43ZM15 15h-2.143v-2.143H15V15Zm0 3h-2.143v-2.143H15V18Zm.857-3H18v-2.143h-2.143V15ZM18 18h-2.143v-2.143H18V18Z",
7351
+ clipRule: "evenodd"
7352
+ })
7353
+ })
7354
+ }), title && /*#__PURE__*/jsx("span", {
7355
+ className: "sr-only",
7356
+ children: title
7357
+ })]
7358
+ });
7359
+ };
7360
+
6998
7361
  const Search = ({
6999
7362
  size = 16,
7000
7363
  className = undefined,
@@ -7256,7 +7619,7 @@ const Slider = ({
7256
7619
  children: (Number(size) === 16 || Number(size) === 24 || Number(size) === 32) && /*#__PURE__*/jsx(Fragment, {
7257
7620
  children: /*#__PURE__*/jsx("path", {
7258
7621
  fillRule: "evenodd",
7259
- d: "M6 6.856a.857.857 0 0 0 .857-.837v-.04A.857.857 0 1 0 6 6.856Zm0 1.715c1.12 0 2.072-.716 2.425-1.714H21V5.143H8.425a2.572 2.572 0 0 0-4.85 0H3v1.714h.575A2.573 2.573 0 0 0 6 8.57Zm8.717 2.572a2.573 2.573 0 0 1 4.851 0H21v1.714h-1.432a2.572 2.572 0 0 1-4.85 0H3v-1.714h11.717ZM6.576 17.14a2.573 2.573 0 0 1 4.849 0H21v1.714h-9.574a2.572 2.572 0 0 1-4.851 0H3V17.14h3.576ZM18 11.999a.857.857 0 1 1-1.714 0A.857.857 0 0 1 18 12Zm-8.143 6a.857.857 0 1 1-1.714 0 .857.857 0 0 1 1.714 0Z",
7622
+ d: "M8.143 9.428a2.143 2.143 0 1 0 0-4.285 2.143 2.143 0 0 0 0 4.285Zm0 1.715a3.859 3.859 0 0 0 3.761-3H21V6.428h-9.095a3.859 3.859 0 0 0-7.524 0h-1.38v1.715h1.38c.39 1.717 1.926 3 3.762 3Zm7.714 7.714a2.143 2.143 0 1 0 0-4.286 2.143 2.143 0 0 0 0 4.286Zm0 1.714a3.859 3.859 0 0 0 3.762-3H21v-1.714H19.62a3.859 3.859 0 0 0-7.523 0H3v1.714h9.096c.39 1.718 1.925 3 3.761 3Z",
7260
7623
  clipRule: "evenodd"
7261
7624
  })
7262
7625
  })
@@ -7372,6 +7735,42 @@ const SoftwareAndWebHosting = ({
7372
7735
  });
7373
7736
  };
7374
7737
 
7738
+ const SpeechBubbleExclamation = ({
7739
+ size = 16,
7740
+ className = undefined,
7741
+ title = undefined,
7742
+ filled = undefined,
7743
+ ...restProps
7744
+ }) => {
7745
+ if (filled) {
7746
+ console.warn('<SpeechBubbleExclamation filled /> is now deprecated, please use <SpeechBubbleExclamationFill /> or refer to https://transferwise.github.io/icons/ for more info.');
7747
+ }
7748
+ return /*#__PURE__*/jsxs("span", {
7749
+ className: `tw-icon tw-icon-speech-bubble-exclamation ${className ? className : ''}`,
7750
+ "aria-hidden": !title ? 'true' : undefined,
7751
+ role: !title ? 'presentation' : undefined,
7752
+ "data-testid": restProps['data-testid'] || 'speech-bubble-exclamation-icon',
7753
+ children: [/*#__PURE__*/jsx("svg", {
7754
+ width: String(size),
7755
+ height: String(size),
7756
+ fill: "currentColor",
7757
+ focusable: "false",
7758
+ viewBox: "0 0 24 24",
7759
+ children: (Number(size) === 16 || Number(size) === 24 || Number(size) === 32) && /*#__PURE__*/jsx(Fragment, {
7760
+ children: /*#__PURE__*/jsx("path", {
7761
+ fillRule: "evenodd",
7762
+ d: "M2.571 3H21.43a.86.86 0 0 1 .857.857v12.857a.86.86 0 0 1-.857.857h-8.315l-4.928 3.3a.864.864 0 0 1-.472.129c-.128 0-.257 0-.385-.086a.903.903 0 0 1-.472-.771V17.57H2.572a.86.86 0 0 1-.858-.857V3.857A.86.86 0 0 1 2.571 3Zm10.286 12.857h7.715V4.714H3.428v11.143h4.285a.86.86 0 0 1 .857.857v1.843l3.815-2.571a.864.864 0 0 1 .471-.129Zm0-9.428h-1.714v4.285h1.714V6.43ZM12 14.144a1.286 1.286 0 1 0 0-2.572 1.286 1.286 0 0 0 0 2.572Z",
7763
+ clipRule: "evenodd",
7764
+ style: "fill:#f0f;fill:color(display-p3 1 0 1);fill-opacity:1"
7765
+ })
7766
+ })
7767
+ }), title && /*#__PURE__*/jsx("span", {
7768
+ className: "sr-only",
7769
+ children: title
7770
+ })]
7771
+ });
7772
+ };
7773
+
7375
7774
  const SpeechBubbleMessage = ({
7376
7775
  size = 16,
7377
7776
  className = undefined,
@@ -8476,6 +8875,41 @@ const OfficeExpenses = ({
8476
8875
  });
8477
8876
  };
8478
8877
 
8878
+ const Stop = ({
8879
+ size = 16,
8880
+ className = undefined,
8881
+ title = undefined,
8882
+ filled = undefined,
8883
+ ...restProps
8884
+ }) => {
8885
+ if (filled) {
8886
+ console.warn('<Stop filled /> is now deprecated, please use <StopFill /> or refer to https://transferwise.github.io/icons/ for more info.');
8887
+ }
8888
+ return /*#__PURE__*/jsxs("span", {
8889
+ className: `tw-icon tw-icon-stop ${className ? className : ''}`,
8890
+ "aria-hidden": !title ? 'true' : undefined,
8891
+ role: !title ? 'presentation' : undefined,
8892
+ "data-testid": restProps['data-testid'] || 'stop-icon',
8893
+ children: [/*#__PURE__*/jsx("svg", {
8894
+ width: String(size),
8895
+ height: String(size),
8896
+ fill: "currentColor",
8897
+ focusable: "false",
8898
+ viewBox: "0 0 24 24",
8899
+ children: (Number(size) === 16 || Number(size) === 24 || Number(size) === 32) && /*#__PURE__*/jsx(Fragment, {
8900
+ children: /*#__PURE__*/jsx("path", {
8901
+ fillRule: "evenodd",
8902
+ d: "M20.572 12a8.571 8.571 0 1 1-17.143 0 8.571 8.571 0 0 1 17.143 0Zm1.714 0c0 5.68-4.605 10.286-10.286 10.286C6.32 22.286 1.714 17.68 1.714 12 1.714 6.32 6.32 1.714 12 1.714c5.68 0 10.286 4.605 10.286 10.286ZM9 8.571A.429.429 0 0 0 8.57 9v6c0 .237.192.428.429.428h6a.428.428 0 0 0 .428-.428V9A.429.429 0 0 0 15 8.57H9Z",
8903
+ clipRule: "evenodd"
8904
+ })
8905
+ })
8906
+ }), title && /*#__PURE__*/jsx("span", {
8907
+ className: "sr-only",
8908
+ children: title
8909
+ })]
8910
+ });
8911
+ };
8912
+
8479
8913
  const Suitcase = ({
8480
8914
  size = 16,
8481
8915
  className = undefined,
@@ -8616,6 +9050,41 @@ const Switch = ({
8616
9050
  });
8617
9051
  };
8618
9052
 
9053
+ const Takeaway = ({
9054
+ size = 16,
9055
+ className = undefined,
9056
+ title = undefined,
9057
+ filled = undefined,
9058
+ ...restProps
9059
+ }) => {
9060
+ if (filled) {
9061
+ console.warn('<Takeaway filled /> is now deprecated, please use <TakeawayFill /> or refer to https://transferwise.github.io/icons/ for more info.');
9062
+ }
9063
+ return /*#__PURE__*/jsxs("span", {
9064
+ className: `tw-icon tw-icon-takeaway ${className ? className : ''}`,
9065
+ "aria-hidden": !title ? 'true' : undefined,
9066
+ role: !title ? 'presentation' : undefined,
9067
+ "data-testid": restProps['data-testid'] || 'takeaway-icon',
9068
+ children: [/*#__PURE__*/jsx("svg", {
9069
+ width: String(size),
9070
+ height: String(size),
9071
+ fill: "currentColor",
9072
+ focusable: "false",
9073
+ viewBox: "0 0 24 24",
9074
+ children: (Number(size) === 16 || Number(size) === 24 || Number(size) === 32) && /*#__PURE__*/jsx(Fragment, {
9075
+ children: /*#__PURE__*/jsx("path", {
9076
+ fillRule: "evenodd",
9077
+ d: "M19.483 5.143h.66c.71 0 1.285.576 1.285 1.286v3.428c0 .71-.575 1.286-1.285 1.286h-.546l-1.484 10.045a1.286 1.286 0 0 1-1.272 1.098H7.158a1.286 1.286 0 0 1-1.272-1.098L4.403 11.143h-.546c-.71 0-1.286-.576-1.286-1.286V6.43c0-.71.576-1.286 1.286-1.286h.66l.811-2.535c.17-.532.666-.894 1.225-.894h10.894c.56 0 1.054.362 1.225.894l.81 2.535Zm-1.8 0-.549-1.714H6.866l-.549 1.714h11.366Zm.587 1.714h1.444V9.43H4.286V6.857H18.269ZM7.528 20.572l-1.392-9.43h11.728l-1.393 9.43H7.528Z",
9078
+ clipRule: "evenodd"
9079
+ })
9080
+ })
9081
+ }), title && /*#__PURE__*/jsx("span", {
9082
+ className: "sr-only",
9083
+ children: title
9084
+ })]
9085
+ });
9086
+ };
9087
+
8619
9088
  const Target = ({
8620
9089
  size = 16,
8621
9090
  className = undefined,
@@ -8682,6 +9151,41 @@ const Marketing = ({
8682
9151
  });
8683
9152
  };
8684
9153
 
9154
+ const Taxi = ({
9155
+ size = 16,
9156
+ className = undefined,
9157
+ title = undefined,
9158
+ filled = undefined,
9159
+ ...restProps
9160
+ }) => {
9161
+ if (filled) {
9162
+ console.warn('<Taxi filled /> is now deprecated, please use <TaxiFill /> or refer to https://transferwise.github.io/icons/ for more info.');
9163
+ }
9164
+ return /*#__PURE__*/jsxs("span", {
9165
+ className: `tw-icon tw-icon-taxi ${className ? className : ''}`,
9166
+ "aria-hidden": !title ? 'true' : undefined,
9167
+ role: !title ? 'presentation' : undefined,
9168
+ "data-testid": restProps['data-testid'] || 'taxi-icon',
9169
+ children: [/*#__PURE__*/jsx("svg", {
9170
+ width: String(size),
9171
+ height: String(size),
9172
+ fill: "currentColor",
9173
+ focusable: "false",
9174
+ viewBox: "0 0 24 24",
9175
+ children: (Number(size) === 16 || Number(size) === 24 || Number(size) === 32) && /*#__PURE__*/jsx(Fragment, {
9176
+ children: /*#__PURE__*/jsx("path", {
9177
+ fillRule: "evenodd",
9178
+ 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",
9179
+ clipRule: "evenodd"
9180
+ })
9181
+ })
9182
+ }), title && /*#__PURE__*/jsx("span", {
9183
+ className: "sr-only",
9184
+ children: title
9185
+ })]
9186
+ });
9187
+ };
9188
+
8685
9189
  const Team = ({
8686
9190
  size = 16,
8687
9191
  className = undefined,
@@ -8811,7 +9315,7 @@ const Transport = ({
8811
9315
  children: (Number(size) === 16 || Number(size) === 24 || Number(size) === 32) && /*#__PURE__*/jsx(Fragment, {
8812
9316
  children: /*#__PURE__*/jsx("path", {
8813
9317
  fillRule: "evenodd",
8814
- 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",
9318
+ 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",
8815
9319
  clipRule: "evenodd"
8816
9320
  })
8817
9321
  })
@@ -9203,5 +9707,5 @@ const OwnersWithdrawal = ({
9203
9707
  });
9204
9708
  };
9205
9709
 
9206
- export { Ach, Activity, Alert, AlertCircle, AlertCircleFill, ArrowDown, ArrowLeft, ArrowRight, ArrowUp, Atm, AutoConvert, Balance, Bank, BankTransfer, BarChart, Barcode, Batch, Beach, BillSplit, Bills, Bin, Book, Boxes, Briefcase, Building, Bulb, Calendar, CalendarCheck, CalendarSuccess, Camera, Car, Card, CardCvc, CardDetail, CardNumber, CardTransferwise, CardWise, CashApp, CashRegister, Charity, Chat, Check, CheckCircle, CheckCircleFill, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Chip, ChipPin, Clock, ClockBorderless, ClockFill, Cog, Coins, Collapse, Comments, Confetti, Contactless, ContractServices, Convert, CostOfGoodsSold, Cross, CrossCircle, CrossCircleFill, CrystalBall, Cs, Defrost, Delivery, Dial, DirectDebits, DiscoBall, Do, Document, Documents, Dont, Download, DriversLicense, ECommerce, EatingOut, Edit, Email, EmailAndMobile, EmailAndPhone, Emoji, Entertainment, ExchangeRate, Expand, Expenses, Eye, EyeShut, FaceId, Facebook, FacebookSquare, Family, FastFlag, Feedback, Fingerprint, Fpx, Freeze, General, GeneralFill, GeneralFilled, GiftBox, Globe, GraduationCap, Graph, Groceries, Handshake, HappyEmoji, Headset, Heart, Help, HelpCircle, Holidays, Home, House, Id, Ideal, Image, Info, InfoCircle, InfoCircleFill, InsertCard, Insights, Instagram, Insurance, Interac, Investments, Invite, Jar, Keep, Klarna, Leaf, Lightning, LightningBolt, Limit, Link, Linkedin, List, LocationMarker, Lock, LogIn, LogOut, Marketing, MassPayout, Menu, Messenger, Minus, MinusCircle, MinusCircleFill, Mobile, MobileLock, Money, MoneyBag, More, MultiCurrency, NavigateAway, Nearby, New, Notification, NotificationActive, OfficeExpenses, OwnersWithdrawal, Padlock, PadlockUnlocked, Paperclip, Passport, PayIn, Payments, Paypal, Pending, PendingCircle, People, PercentageCircle, Person, PersonalCare, Phone, Picture, PieChart, PiggyBank, PinCode, Pix, Plane, Plus, PlusCircle, Profile, QrCode, QuestionMark, QuestionMarkCircle, Rain, Rainbow, Receipt, Receive, Recipients, Refresh, RefundReceive, RefundSent, Reload, Rent, RequestReceive, RequestSend, Rewards, SadEmoji, Salary, SalesAndRoyalties, Savings, Search, Send, Settings, ShareAndroid, ShareIos, Shield, ShoppingBag, Slider, Sofort, SoftwareAndHosting, SoftwareAndWebHosting, SpeechBubble, SpeechBubbleMessage, SpeechBubblePending, SpeechBubbles, SpendDirham, SpendDollar, SpendEuro, SpendForint, SpendFranc, SpendHryvnia, SpendKoruna, SpendKrone, SpendKuna, SpendLeuLei, SpendLev, SpendLira, SpendPound, SpendReal, SpendRinggit, SpendRupee, SpendRupiah, SpendYen, SpendZloty, SplitMoney, Star, StarFill, Stationery, Suitcase, Sunglasses, Switch, Target, Tax, Team, Theme, Transfer, Transport, Travel, Trustly, Twitter, TwoStep, Unlock, Upload, UpwardGraph, Venmo, Verified, Wallet, Warning, Whatsapp, Withdrawal };
9710
+ export { Ach, Activity, Alert, AlertCircle, AlertCircleFill, ArrowDiagonalDown, ArrowDiagonalUp, ArrowDown, ArrowLeft, ArrowRight, ArrowUp, Atm, AutoConvert, Balance, Bank, BankStrikethrough, BankTransfer, BarChart, Barcode, Batch, Beach, BillSplit, Bills, Bin, Book, Boxes, Briefcase, Building, Bulb, Calendar, CalendarCheck, CalendarSuccess, Camera, Car, Card, CardCvc, CardDetail, CardNumber, CardTransferwise, CardWise, CashApp, CashRegister, Charity, Chat, Check, CheckCircle, CheckCircleFill, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Chip, ChipPin, ClickToPay, Clock, ClockBorderless, ClockFill, Cog, Coins, Collapse, Comments, Confetti, Contactless, ContractServices, Convert, CostOfGoodsSold, Cross, CrossCircle, CrossCircleFill, CrystalBall, Cs, Defrost, Delivery, Dial, DirectDebits, DiscoBall, Do, Document, Documents, Dont, Download, DriversLicense, ECommerce, EatingOut, Edit, Email, EmailAndMobile, EmailAndPhone, Emoji, Entertainment, ExchangeRate, Expand, Expenses, Eye, EyeShut, FaceId, Facebook, FacebookSquare, Family, FastFlag, Feedback, Fingerprint, Fpx, Freeze, Gambling, General, GeneralFill, GeneralFilled, GiftBox, Globe, GraduationCap, Graph, Groceries, Handshake, HappyEmoji, Headset, Heart, Help, HelpCircle, Holidays, Home, House, Id, Ideal, Image, Info, InfoCircle, InfoCircleFill, InsertCard, Insights, Instagram, Insurance, Interac, Investments, Invite, Jar, Keep, Klarna, Laptop, Leaf, Lightning, LightningBolt, Limit, Link, Linkedin, List, LocationMarker, Lock, LogIn, LogOut, Marketing, MassPayout, Menu, Messenger, Minus, MinusCircle, MinusCircleFill, Mobile, MobileLock, Money, MoneyBag, More, MultiCurrency, NavigateAway, Nearby, New, Notification, NotificationActive, OfficeExpenses, OwnersWithdrawal, Padlock, PadlockUnlocked, Paperclip, Passport, Pause, PayIn, Payments, Paypal, Pending, PendingCircle, People, PercentageCircle, Person, PersonalCare, Pets, Phone, Picture, PieChart, PiggyBank, PinCode, Pix, Plane, Play, Plus, PlusCircle, Profile, QrCode, QuestionMark, QuestionMarkCircle, Rain, Rainbow, Receipt, Receive, Recipients, Refresh, RefundReceive, RefundSent, Reload, Rent, RequestReceive, RequestSend, Rewards, SadEmoji, Salary, SalesAndRoyalties, Savings, ScanQrCode, Search, Send, Settings, ShareAndroid, ShareIos, Shield, ShoppingBag, Slider, Sofort, SoftwareAndHosting, SoftwareAndWebHosting, SpeechBubble, SpeechBubbleExclamation, SpeechBubbleMessage, SpeechBubblePending, SpeechBubbles, SpendDirham, SpendDollar, SpendEuro, SpendForint, SpendFranc, SpendHryvnia, SpendKoruna, SpendKrone, SpendKuna, SpendLeuLei, SpendLev, SpendLira, SpendPound, SpendReal, SpendRinggit, SpendRupee, SpendRupiah, SpendYen, SpendZloty, SplitMoney, Star, StarFill, Stationery, Stop, Suitcase, Sunglasses, Switch, Takeaway, Target, Tax, Taxi, Team, Theme, Transfer, Transport, Travel, Trustly, Twitter, TwoStep, Unlock, Upload, UpwardGraph, Venmo, Verified, Wallet, Warning, Whatsapp, Withdrawal };
9207
9711
  //# sourceMappingURL=index.esm.js.map