@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 ArrowDiagonalDownIconComponent = {
3
+ template: `
4
+ <span ng-switch="$ctrl.size" class="tw-icon tw-icon-arrow-diagonal-down">
5
+ <svg ng-switch-when="32" width="32" height="32" viewBox="0 0 24 24" fill="currentColor">
6
+ <path 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" style="fill:#f0f;fill:color(display-p3 1 0 1);fill-opacity:1"/>
7
+ </svg>
8
+ <svg ng-switch-when="24" width="24" height="24" viewBox="0 0 24 24" fill="currentColor">
9
+ <path 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" style="fill:#f0f;fill:color(display-p3 1 0 1);fill-opacity:1"/>
10
+ </svg>
11
+ <svg ng-switch-default width="16" height="16" viewBox="0 0 24 24" fill="currentColor">
12
+ <path 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" style="fill:#f0f;fill:color(display-p3 1 0 1);fill-opacity:1"/>
13
+ </svg>
14
+ </span>
15
+ `,
16
+ bindings: {
17
+ size: '<',
18
+ },
19
+ };
@@ -0,0 +1,19 @@
1
+ // This is an automatically generated file, please don't edit it
2
+ export const ArrowDiagonalUpIconComponent = {
3
+ template: `
4
+ <span ng-switch="$ctrl.size" class="tw-icon tw-icon-arrow-diagonal-up">
5
+ <svg ng-switch-when="32" width="32" height="32" viewBox="0 0 24 24" fill="currentColor">
6
+ <path 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" style="fill:#f0f;fill:color(display-p3 1 0 1);fill-opacity:1"/>
7
+ </svg>
8
+ <svg ng-switch-when="24" width="24" height="24" viewBox="0 0 24 24" fill="currentColor">
9
+ <path 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" style="fill:#f0f;fill:color(display-p3 1 0 1);fill-opacity:1"/>
10
+ </svg>
11
+ <svg ng-switch-default width="16" height="16" viewBox="0 0 24 24" fill="currentColor">
12
+ <path 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" style="fill:#f0f;fill:color(display-p3 1 0 1);fill-opacity:1"/>
13
+ </svg>
14
+ </span>
15
+ `,
16
+ bindings: {
17
+ size: '<',
18
+ },
19
+ };
@@ -0,0 +1,19 @@
1
+ // This is an automatically generated file, please don't edit it
2
+ export const BankStrikethroughIconComponent = {
3
+ template: `
4
+ <span ng-switch="$ctrl.size" class="tw-icon tw-icon-bank-strikethrough">
5
+ <svg ng-switch-when="32" width="32" height="32" viewBox="0 0 24 24" fill="currentColor">
6
+ <path fill-rule="evenodd" 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" clip-rule="evenodd" style="fill:#f0f;fill:color(display-p3 1 0 1);fill-opacity:1"/>
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="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" clip-rule="evenodd" style="fill:#f0f;fill:color(display-p3 1 0 1);fill-opacity:1"/>
10
+ </svg>
11
+ <svg ng-switch-default width="16" height="16" viewBox="0 0 24 24" fill="currentColor">
12
+ <path fill-rule="evenodd" 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" clip-rule="evenodd" style="fill:#f0f;fill:color(display-p3 1 0 1);fill-opacity:1"/>
13
+ </svg>
14
+ </span>
15
+ `,
16
+ bindings: {
17
+ size: '<',
18
+ },
19
+ };
@@ -3,13 +3,13 @@ export const CarIconComponent = {
3
3
  template: `
4
4
  <span ng-switch="$ctrl.size" class="tw-icon tw-icon-car">
5
5
  <svg ng-switch-when="32" width="32" height="32" viewBox="0 0 24 24" fill="currentColor">
6
- <path fill-rule="evenodd" 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" clip-rule="evenodd"/>
6
+ <circle cx="6.428" cy="13.286" r=".857"/><circle cx="17.572" cy="13.286" r=".857"/><path fill-rule="evenodd" 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" 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="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" clip-rule="evenodd"/>
9
+ <circle cx="6.428" cy="13.286" r=".857"/><circle cx="17.572" cy="13.286" r=".857"/><path fill-rule="evenodd" 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" 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="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" clip-rule="evenodd"/>
12
+ <circle cx="6.428" cy="13.286" r=".857"/><circle cx="17.572" cy="13.286" r=".857"/><path fill-rule="evenodd" 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" clip-rule="evenodd"/>
13
13
  </svg>
14
14
  </span>
15
15
  `,
@@ -0,0 +1,19 @@
1
+ // This is an automatically generated file, please don't edit it
2
+ export const ClickToPayIconComponent = {
3
+ template: `
4
+ <span ng-switch="$ctrl.size" class="tw-icon tw-icon-click-to-pay">
5
+ <svg ng-switch-when="32" width="32" height="32" viewBox="0 0 24 24" fill="currentColor">
6
+ <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"/>
7
+ </svg>
8
+ <svg ng-switch-when="24" width="24" height="24" viewBox="0 0 24 24" fill="currentColor">
9
+ <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"/>
10
+ </svg>
11
+ <svg ng-switch-default width="16" height="16" viewBox="0 0 24 24" fill="currentColor">
12
+ <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"/>
13
+ </svg>
14
+ </span>
15
+ `,
16
+ bindings: {
17
+ size: '<',
18
+ },
19
+ };
@@ -3,13 +3,13 @@ export const DriversLicenseIconComponent = {
3
3
  template: `
4
4
  <span ng-switch="$ctrl.size" class="tw-icon tw-icon-drivers-license">
5
5
  <svg ng-switch-when="32" width="32" height="32" viewBox="0 0 24 24" fill="currentColor">
6
- <path fill-rule="evenodd" 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" clip-rule="evenodd"/>
6
+ <circle cx="6.428" cy="13.286" r=".857"/><circle cx="17.572" cy="13.286" r=".857"/><path fill-rule="evenodd" 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" 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="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" clip-rule="evenodd"/>
9
+ <circle cx="6.428" cy="13.286" r=".857"/><circle cx="17.572" cy="13.286" r=".857"/><path fill-rule="evenodd" 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" 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="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" clip-rule="evenodd"/>
12
+ <circle cx="6.428" cy="13.286" r=".857"/><circle cx="17.572" cy="13.286" r=".857"/><path fill-rule="evenodd" 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" clip-rule="evenodd"/>
13
13
  </svg>
14
14
  </span>
15
15
  `,
@@ -3,13 +3,13 @@ export const EatingOutIconComponent = {
3
3
  template: `
4
4
  <span ng-switch="$ctrl.size" class="tw-icon tw-icon-eating-out">
5
5
  <svg ng-switch-when="32" width="32" height="32" viewBox="0 0 24 24" fill="currentColor">
6
- <path fill-rule="evenodd" 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" clip-rule="evenodd"/>
6
+ <path fill-rule="evenodd" 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" 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="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" clip-rule="evenodd"/>
9
+ <path fill-rule="evenodd" 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" 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="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" clip-rule="evenodd"/>
12
+ <path fill-rule="evenodd" 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" clip-rule="evenodd"/>
13
13
  </svg>
14
14
  </span>
15
15
  `,
@@ -0,0 +1,19 @@
1
+ // This is an automatically generated file, please don't edit it
2
+ export const GamblingIconComponent = {
3
+ template: `
4
+ <span ng-switch="$ctrl.size" class="tw-icon tw-icon-gambling">
5
+ <svg ng-switch-when="32" width="32" height="32" viewBox="0 0 24 24" fill="currentColor">
6
+ <path fill-rule="evenodd" 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" 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="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" 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="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" clip-rule="evenodd"/>
13
+ </svg>
14
+ </span>
15
+ `,
16
+ bindings: {
17
+ size: '<',
18
+ },
19
+ };
@@ -8,11 +8,14 @@ export const IconComponent = {
8
8
  <tw-alert-circle-fill-icon ng-switch-when="alert-circle-fill" size="$ctrl.size"></tw-alert-circle-fill-icon>
9
9
  <tw-alert-circle-icon ng-switch-when="alert-circle" size="$ctrl.size"></tw-alert-circle-icon>
10
10
  <tw-alert-icon ng-switch-when="alert" size="$ctrl.size"></tw-alert-icon>
11
+ <tw-arrow-diagonal-down-icon ng-switch-when="arrow-diagonal-down" size="$ctrl.size"></tw-arrow-diagonal-down-icon>
12
+ <tw-arrow-diagonal-up-icon ng-switch-when="arrow-diagonal-up" size="$ctrl.size"></tw-arrow-diagonal-up-icon>
11
13
  <tw-arrow-down-icon ng-switch-when="arrow-down" size="$ctrl.size"></tw-arrow-down-icon>
12
14
  <tw-arrow-left-icon ng-switch-when="arrow-left" size="$ctrl.size"></tw-arrow-left-icon>
13
15
  <tw-arrow-right-icon ng-switch-when="arrow-right" size="$ctrl.size"></tw-arrow-right-icon>
14
16
  <tw-arrow-up-icon ng-switch-when="arrow-up" size="$ctrl.size"></tw-arrow-up-icon>
15
17
  <tw-auto-convert-icon ng-switch-when="auto-convert" size="$ctrl.size"></tw-auto-convert-icon>
18
+ <tw-bank-strikethrough-icon ng-switch-when="bank-strikethrough" size="$ctrl.size"></tw-bank-strikethrough-icon>
16
19
  <tw-bank-transfer-icon ng-switch-when="bank-transfer" size="$ctrl.size"></tw-bank-transfer-icon>
17
20
  <tw-ach-icon ng-switch-when="ach" size="$ctrl.size"></tw-ach-icon>
18
21
  <tw-bank-icon ng-switch-when="bank" size="$ctrl.size"></tw-bank-icon>
@@ -60,6 +63,7 @@ export const IconComponent = {
60
63
  <tw-chevron-up-icon ng-switch-when="chevron-up" size="$ctrl.size"></tw-chevron-up-icon>
61
64
  <tw-chip-icon ng-switch-when="chip" size="$ctrl.size"></tw-chip-icon>
62
65
  <tw-chip-pin-icon ng-switch-when="chip-pin" size="$ctrl.size"></tw-chip-pin-icon>
66
+ <tw-click-to-pay-icon ng-switch-when="click-to-pay" size="$ctrl.size"></tw-click-to-pay-icon>
63
67
  <tw-clock-borderless-icon ng-switch-when="clock-borderless" size="$ctrl.size"></tw-clock-borderless-icon>
64
68
  <tw-clock-fill-icon ng-switch-when="clock-fill" size="$ctrl.size"></tw-clock-fill-icon>
65
69
  <tw-clock-icon ng-switch-when="clock" size="$ctrl.size"></tw-clock-icon>
@@ -100,6 +104,7 @@ export const IconComponent = {
100
104
  <tw-fingerprint-icon ng-switch-when="fingerprint" size="$ctrl.size"></tw-fingerprint-icon>
101
105
  <tw-fpx-icon ng-switch-when="fpx" size="$ctrl.size"></tw-fpx-icon>
102
106
  <tw-freeze-icon ng-switch-when="freeze" size="$ctrl.size"></tw-freeze-icon>
107
+ <tw-gambling-icon ng-switch-when="gambling" size="$ctrl.size"></tw-gambling-icon>
103
108
  <tw-general-fill-icon ng-switch-when="general-fill" size="$ctrl.size"></tw-general-fill-icon>
104
109
  <tw-general-filled-icon ng-switch-when="general-filled" size="$ctrl.size"></tw-general-filled-icon>
105
110
  <tw-general-icon ng-switch-when="general" size="$ctrl.size"></tw-general-icon>
@@ -135,6 +140,7 @@ export const IconComponent = {
135
140
  <tw-jar-icon ng-switch-when="jar" size="$ctrl.size"></tw-jar-icon>
136
141
  <tw-keep-icon ng-switch-when="keep" size="$ctrl.size"></tw-keep-icon>
137
142
  <tw-klarna-icon ng-switch-when="klarna" size="$ctrl.size"></tw-klarna-icon>
143
+ <tw-laptop-icon ng-switch-when="laptop" size="$ctrl.size"></tw-laptop-icon>
138
144
  <tw-leaf-icon ng-switch-when="leaf" size="$ctrl.size"></tw-leaf-icon>
139
145
  <tw-lightning-bolt-icon ng-switch-when="lightning-bolt" size="$ctrl.size"></tw-lightning-bolt-icon>
140
146
  <tw-lightning-icon ng-switch-when="lightning" size="$ctrl.size"></tw-lightning-icon>
@@ -170,6 +176,7 @@ export const IconComponent = {
170
176
  <tw-lock-icon ng-switch-when="lock" size="$ctrl.size"></tw-lock-icon>
171
177
  <tw-paperclip-icon ng-switch-when="paperclip" size="$ctrl.size"></tw-paperclip-icon>
172
178
  <tw-passport-icon ng-switch-when="passport" size="$ctrl.size"></tw-passport-icon>
179
+ <tw-pause-icon ng-switch-when="pause" size="$ctrl.size"></tw-pause-icon>
173
180
  <tw-pay-in-icon ng-switch-when="pay-in" size="$ctrl.size"></tw-pay-in-icon>
174
181
  <tw-salary-icon ng-switch-when="salary" size="$ctrl.size"></tw-salary-icon>
175
182
  <tw-payments-icon ng-switch-when="payments" size="$ctrl.size"></tw-payments-icon>
@@ -181,6 +188,7 @@ export const IconComponent = {
181
188
  <tw-person-icon ng-switch-when="person" size="$ctrl.size"></tw-person-icon>
182
189
  <tw-profile-icon ng-switch-when="profile" size="$ctrl.size"></tw-profile-icon>
183
190
  <tw-personal-care-icon ng-switch-when="personal-care" size="$ctrl.size"></tw-personal-care-icon>
191
+ <tw-pets-icon ng-switch-when="pets" size="$ctrl.size"></tw-pets-icon>
184
192
  <tw-phone-icon ng-switch-when="phone" size="$ctrl.size"></tw-phone-icon>
185
193
  <tw-pie-chart-icon ng-switch-when="pie-chart" size="$ctrl.size"></tw-pie-chart-icon>
186
194
  <tw-expenses-icon ng-switch-when="expenses" size="$ctrl.size"></tw-expenses-icon>
@@ -188,6 +196,7 @@ export const IconComponent = {
188
196
  <tw-savings-icon ng-switch-when="savings" size="$ctrl.size"></tw-savings-icon>
189
197
  <tw-pix-icon ng-switch-when="pix" size="$ctrl.size"></tw-pix-icon>
190
198
  <tw-plane-icon ng-switch-when="plane" size="$ctrl.size"></tw-plane-icon>
199
+ <tw-play-icon ng-switch-when="play" size="$ctrl.size"></tw-play-icon>
191
200
  <tw-plus-circle-icon ng-switch-when="plus-circle" size="$ctrl.size"></tw-plus-circle-icon>
192
201
  <tw-plus-icon ng-switch-when="plus" size="$ctrl.size"></tw-plus-icon>
193
202
  <tw-qr-code-icon ng-switch-when="qr-code" size="$ctrl.size"></tw-qr-code-icon>
@@ -208,6 +217,7 @@ export const IconComponent = {
208
217
  <tw-rewards-icon ng-switch-when="rewards" size="$ctrl.size"></tw-rewards-icon>
209
218
  <tw-sad-emoji-icon ng-switch-when="sad-emoji" size="$ctrl.size"></tw-sad-emoji-icon>
210
219
  <tw-dont-icon ng-switch-when="dont" size="$ctrl.size"></tw-dont-icon>
220
+ <tw-scan-qr-code-icon ng-switch-when="scan-qr-code" size="$ctrl.size"></tw-scan-qr-code-icon>
211
221
  <tw-search-icon ng-switch-when="search" size="$ctrl.size"></tw-search-icon>
212
222
  <tw-send-icon ng-switch-when="send" size="$ctrl.size"></tw-send-icon>
213
223
  <tw-share-android-icon ng-switch-when="share-android" size="$ctrl.size"></tw-share-android-icon>
@@ -219,6 +229,7 @@ export const IconComponent = {
219
229
  <tw-sofort-icon ng-switch-when="sofort" size="$ctrl.size"></tw-sofort-icon>
220
230
  <tw-software-and-hosting-icon ng-switch-when="software-and-hosting" size="$ctrl.size"></tw-software-and-hosting-icon>
221
231
  <tw-software-and-web-hosting-icon ng-switch-when="software-and-web-hosting" size="$ctrl.size"></tw-software-and-web-hosting-icon>
232
+ <tw-speech-bubble-exclamation-icon ng-switch-when="speech-bubble-exclamation" size="$ctrl.size"></tw-speech-bubble-exclamation-icon>
222
233
  <tw-speech-bubble-message-icon ng-switch-when="speech-bubble-message" size="$ctrl.size"></tw-speech-bubble-message-icon>
223
234
  <tw-feedback-icon ng-switch-when="feedback" size="$ctrl.size"></tw-feedback-icon>
224
235
  <tw-speech-bubble-pending-icon ng-switch-when="speech-bubble-pending" size="$ctrl.size"></tw-speech-bubble-pending-icon>
@@ -251,12 +262,15 @@ export const IconComponent = {
251
262
  <tw-star-icon ng-switch-when="star" size="$ctrl.size"></tw-star-icon>
252
263
  <tw-stationery-icon ng-switch-when="stationery" size="$ctrl.size"></tw-stationery-icon>
253
264
  <tw-office-expenses-icon ng-switch-when="office-expenses" size="$ctrl.size"></tw-office-expenses-icon>
265
+ <tw-stop-icon ng-switch-when="stop" size="$ctrl.size"></tw-stop-icon>
254
266
  <tw-suitcase-icon ng-switch-when="suitcase" size="$ctrl.size"></tw-suitcase-icon>
255
267
  <tw-travel-icon ng-switch-when="travel" size="$ctrl.size"></tw-travel-icon>
256
268
  <tw-sunglasses-icon ng-switch-when="sunglasses" size="$ctrl.size"></tw-sunglasses-icon>
257
269
  <tw-switch-icon ng-switch-when="switch" size="$ctrl.size"></tw-switch-icon>
270
+ <tw-takeaway-icon ng-switch-when="takeaway" size="$ctrl.size"></tw-takeaway-icon>
258
271
  <tw-target-icon ng-switch-when="target" size="$ctrl.size"></tw-target-icon>
259
272
  <tw-marketing-icon ng-switch-when="marketing" size="$ctrl.size"></tw-marketing-icon>
273
+ <tw-taxi-icon ng-switch-when="taxi" size="$ctrl.size"></tw-taxi-icon>
260
274
  <tw-team-icon ng-switch-when="team" size="$ctrl.size"></tw-team-icon>
261
275
  <tw-theme-icon ng-switch-when="theme" size="$ctrl.size"></tw-theme-icon>
262
276
  <tw-transfer-icon ng-switch-when="transfer" size="$ctrl.size"></tw-transfer-icon>
@@ -0,0 +1,19 @@
1
+ // This is an automatically generated file, please don't edit it
2
+ export const LaptopIconComponent = {
3
+ template: `
4
+ <span ng-switch="$ctrl.size" class="tw-icon tw-icon-laptop">
5
+ <svg ng-switch-when="32" width="32" height="32" viewBox="0 0 24 24" fill="currentColor">
6
+ <path fill-rule="evenodd" 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" 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="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" 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="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" clip-rule="evenodd"/>
13
+ </svg>
14
+ </span>
15
+ `,
16
+ bindings: {
17
+ size: '<',
18
+ },
19
+ };
@@ -0,0 +1,19 @@
1
+ // This is an automatically generated file, please don't edit it
2
+ export const PauseIconComponent = {
3
+ template: `
4
+ <span ng-switch="$ctrl.size" class="tw-icon tw-icon-pause">
5
+ <svg ng-switch-when="32" width="32" height="32" viewBox="0 0 24 24" fill="currentColor">
6
+ <path fill-rule="evenodd" 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" 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="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" 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="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" clip-rule="evenodd"/>
13
+ </svg>
14
+ </span>
15
+ `,
16
+ bindings: {
17
+ size: '<',
18
+ },
19
+ };
@@ -3,13 +3,13 @@ export const PaymentsIconComponent = {
3
3
  template: `
4
4
  <span ng-switch="$ctrl.size" class="tw-icon tw-icon-payments">
5
5
  <svg ng-switch-when="32" width="32" height="32" viewBox="0 0 24 24" fill="currentColor">
6
- <path fill-rule="evenodd" 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" clip-rule="evenodd"/>
6
+ <path fill-rule="evenodd" 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" 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="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" clip-rule="evenodd"/>
9
+ <path fill-rule="evenodd" 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" 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="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" clip-rule="evenodd"/>
12
+ <path fill-rule="evenodd" 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" clip-rule="evenodd"/>
13
13
  </svg>
14
14
  </span>
15
15
  `,
@@ -0,0 +1,19 @@
1
+ // This is an automatically generated file, please don't edit it
2
+ export const PetsIconComponent = {
3
+ template: `
4
+ <span ng-switch="$ctrl.size" class="tw-icon tw-icon-pets">
5
+ <svg ng-switch-when="32" width="32" height="32" viewBox="0 0 24 24" fill="currentColor">
6
+ <path fill-rule="evenodd" 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" 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="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" 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="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" clip-rule="evenodd"/>
13
+ </svg>
14
+ </span>
15
+ `,
16
+ bindings: {
17
+ size: '<',
18
+ },
19
+ };
@@ -0,0 +1,19 @@
1
+ // This is an automatically generated file, please don't edit it
2
+ export const PlayIconComponent = {
3
+ template: `
4
+ <span ng-switch="$ctrl.size" class="tw-icon tw-icon-play">
5
+ <svg ng-switch-when="32" width="32" height="32" viewBox="0 0 24 24" fill="currentColor">
6
+ <path fill-rule="evenodd" 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" 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="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" 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="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" clip-rule="evenodd"/>
13
+ </svg>
14
+ </span>
15
+ `,
16
+ bindings: {
17
+ size: '<',
18
+ },
19
+ };
@@ -0,0 +1,19 @@
1
+ // This is an automatically generated file, please don't edit it
2
+ export const ScanQrCodeIconComponent = {
3
+ template: `
4
+ <span ng-switch="$ctrl.size" class="tw-icon tw-icon-scan-qr-code">
5
+ <svg ng-switch-when="32" width="32" height="32" viewBox="0 0 24 24" fill="currentColor">
6
+ <path fill-rule="evenodd" 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" 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="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" 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="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" clip-rule="evenodd"/>
13
+ </svg>
14
+ </span>
15
+ `,
16
+ bindings: {
17
+ size: '<',
18
+ },
19
+ };
@@ -3,13 +3,13 @@ export const SliderIconComponent = {
3
3
  template: `
4
4
  <span ng-switch="$ctrl.size" class="tw-icon tw-icon-slider">
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 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" clip-rule="evenodd"/>
6
+ <path fill-rule="evenodd" 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" 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 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" clip-rule="evenodd"/>
9
+ <path fill-rule="evenodd" 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" 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 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" clip-rule="evenodd"/>
12
+ <path fill-rule="evenodd" 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" clip-rule="evenodd"/>
13
13
  </svg>
14
14
  </span>
15
15
  `,
@@ -0,0 +1,19 @@
1
+ // This is an automatically generated file, please don't edit it
2
+ export const SpeechBubbleExclamationIconComponent = {
3
+ template: `
4
+ <span ng-switch="$ctrl.size" class="tw-icon tw-icon-speech-bubble-exclamation">
5
+ <svg ng-switch-when="32" width="32" height="32" viewBox="0 0 24 24" fill="currentColor">
6
+ <path fill-rule="evenodd" 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" clip-rule="evenodd" style="fill:#f0f;fill:color(display-p3 1 0 1);fill-opacity:1"/>
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="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" clip-rule="evenodd" style="fill:#f0f;fill:color(display-p3 1 0 1);fill-opacity:1"/>
10
+ </svg>
11
+ <svg ng-switch-default width="16" height="16" viewBox="0 0 24 24" fill="currentColor">
12
+ <path fill-rule="evenodd" 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" clip-rule="evenodd" style="fill:#f0f;fill:color(display-p3 1 0 1);fill-opacity:1"/>
13
+ </svg>
14
+ </span>
15
+ `,
16
+ bindings: {
17
+ size: '<',
18
+ },
19
+ };
@@ -0,0 +1,19 @@
1
+ // This is an automatically generated file, please don't edit it
2
+ export const StopIconComponent = {
3
+ template: `
4
+ <span ng-switch="$ctrl.size" class="tw-icon tw-icon-stop">
5
+ <svg ng-switch-when="32" width="32" height="32" viewBox="0 0 24 24" fill="currentColor">
6
+ <path fill-rule="evenodd" 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" 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="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" 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="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" clip-rule="evenodd"/>
13
+ </svg>
14
+ </span>
15
+ `,
16
+ bindings: {
17
+ size: '<',
18
+ },
19
+ };
@@ -0,0 +1,19 @@
1
+ // This is an automatically generated file, please don't edit it
2
+ export const TakeawayIconComponent = {
3
+ template: `
4
+ <span ng-switch="$ctrl.size" class="tw-icon tw-icon-takeaway">
5
+ <svg ng-switch-when="32" width="32" height="32" viewBox="0 0 24 24" fill="currentColor">
6
+ <path fill-rule="evenodd" 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" 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="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" 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="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" clip-rule="evenodd"/>
13
+ </svg>
14
+ </span>
15
+ `,
16
+ bindings: {
17
+ size: '<',
18
+ },
19
+ };