@transferwise/icons 3.8.0 → 3.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (649) 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/components/ach.d.ts +11 -0
  46. package/lib/angular/components/ach.d.ts.map +1 -0
  47. package/lib/angular/components/activity.d.ts +11 -0
  48. package/lib/angular/components/activity.d.ts.map +1 -0
  49. package/lib/angular/components/alert-circle-fill.d.ts +11 -0
  50. package/lib/angular/components/alert-circle-fill.d.ts.map +1 -0
  51. package/lib/angular/components/alert-circle.d.ts +11 -0
  52. package/lib/angular/components/alert-circle.d.ts.map +1 -0
  53. package/lib/angular/components/alert.d.ts +11 -0
  54. package/lib/angular/components/alert.d.ts.map +1 -0
  55. package/lib/angular/components/arrow-diagonal-down.d.ts +11 -0
  56. package/lib/angular/components/arrow-diagonal-down.d.ts.map +1 -0
  57. package/lib/angular/components/arrow-diagonal-up.d.ts +11 -0
  58. package/lib/angular/components/arrow-diagonal-up.d.ts.map +1 -0
  59. package/lib/angular/components/arrow-down.d.ts +11 -0
  60. package/lib/angular/components/arrow-down.d.ts.map +1 -0
  61. package/lib/angular/components/arrow-left.d.ts +11 -0
  62. package/lib/angular/components/arrow-left.d.ts.map +1 -0
  63. package/lib/angular/components/arrow-right.d.ts +11 -0
  64. package/lib/angular/components/arrow-right.d.ts.map +1 -0
  65. package/lib/angular/components/arrow-up.d.ts +11 -0
  66. package/lib/angular/components/arrow-up.d.ts.map +1 -0
  67. package/lib/angular/components/atm.d.ts +11 -0
  68. package/lib/angular/components/atm.d.ts.map +1 -0
  69. package/lib/angular/components/auto-convert.d.ts +11 -0
  70. package/lib/angular/components/auto-convert.d.ts.map +1 -0
  71. package/lib/angular/components/balance.d.ts +11 -0
  72. package/lib/angular/components/balance.d.ts.map +1 -0
  73. package/lib/angular/components/bank-strikethrough.d.ts +11 -0
  74. package/lib/angular/components/bank-strikethrough.d.ts.map +1 -0
  75. package/lib/angular/components/bank-transfer.d.ts +11 -0
  76. package/lib/angular/components/bank-transfer.d.ts.map +1 -0
  77. package/lib/angular/components/bank.d.ts +11 -0
  78. package/lib/angular/components/bank.d.ts.map +1 -0
  79. package/lib/angular/components/bar-chart.d.ts +11 -0
  80. package/lib/angular/components/bar-chart.d.ts.map +1 -0
  81. package/lib/angular/components/barcode.d.ts +11 -0
  82. package/lib/angular/components/barcode.d.ts.map +1 -0
  83. package/lib/angular/components/batch.d.ts +11 -0
  84. package/lib/angular/components/batch.d.ts.map +1 -0
  85. package/lib/angular/components/beach.d.ts +11 -0
  86. package/lib/angular/components/beach.d.ts.map +1 -0
  87. package/lib/angular/components/bill-split.d.ts +11 -0
  88. package/lib/angular/components/bill-split.d.ts.map +1 -0
  89. package/lib/angular/components/bills.d.ts +11 -0
  90. package/lib/angular/components/bills.d.ts.map +1 -0
  91. package/lib/angular/components/bin.d.ts +11 -0
  92. package/lib/angular/components/bin.d.ts.map +1 -0
  93. package/lib/angular/components/book.d.ts +11 -0
  94. package/lib/angular/components/book.d.ts.map +1 -0
  95. package/lib/angular/components/boxes.d.ts +11 -0
  96. package/lib/angular/components/boxes.d.ts.map +1 -0
  97. package/lib/angular/components/briefcase.d.ts +11 -0
  98. package/lib/angular/components/briefcase.d.ts.map +1 -0
  99. package/lib/angular/components/building.d.ts +11 -0
  100. package/lib/angular/components/building.d.ts.map +1 -0
  101. package/lib/angular/components/bulb.d.ts +11 -0
  102. package/lib/angular/components/bulb.d.ts.map +1 -0
  103. package/lib/angular/components/calendar-check.d.ts +11 -0
  104. package/lib/angular/components/calendar-check.d.ts.map +1 -0
  105. package/lib/angular/components/calendar-success.d.ts +11 -0
  106. package/lib/angular/components/calendar-success.d.ts.map +1 -0
  107. package/lib/angular/components/calendar.d.ts +11 -0
  108. package/lib/angular/components/calendar.d.ts.map +1 -0
  109. package/lib/angular/components/camera.d.ts +11 -0
  110. package/lib/angular/components/camera.d.ts.map +1 -0
  111. package/lib/angular/components/car.d.ts +11 -0
  112. package/lib/angular/components/car.d.ts.map +1 -0
  113. package/lib/angular/components/card-cvc.d.ts +11 -0
  114. package/lib/angular/components/card-cvc.d.ts.map +1 -0
  115. package/lib/angular/components/card-detail.d.ts +11 -0
  116. package/lib/angular/components/card-detail.d.ts.map +1 -0
  117. package/lib/angular/components/card-number.d.ts +11 -0
  118. package/lib/angular/components/card-number.d.ts.map +1 -0
  119. package/lib/angular/components/card-transferwise.d.ts +11 -0
  120. package/lib/angular/components/card-transferwise.d.ts.map +1 -0
  121. package/lib/angular/components/card-wise.d.ts +11 -0
  122. package/lib/angular/components/card-wise.d.ts.map +1 -0
  123. package/lib/angular/components/card.d.ts +11 -0
  124. package/lib/angular/components/card.d.ts.map +1 -0
  125. package/lib/angular/components/cash-app.d.ts +11 -0
  126. package/lib/angular/components/cash-app.d.ts.map +1 -0
  127. package/lib/angular/components/cash-register.d.ts +11 -0
  128. package/lib/angular/components/cash-register.d.ts.map +1 -0
  129. package/lib/angular/components/charity.d.ts +11 -0
  130. package/lib/angular/components/charity.d.ts.map +1 -0
  131. package/lib/angular/components/chat.d.ts +11 -0
  132. package/lib/angular/components/chat.d.ts.map +1 -0
  133. package/lib/angular/components/check-circle-fill.d.ts +11 -0
  134. package/lib/angular/components/check-circle-fill.d.ts.map +1 -0
  135. package/lib/angular/components/check-circle.d.ts +11 -0
  136. package/lib/angular/components/check-circle.d.ts.map +1 -0
  137. package/lib/angular/components/check.d.ts +11 -0
  138. package/lib/angular/components/check.d.ts.map +1 -0
  139. package/lib/angular/components/chevron-down.d.ts +11 -0
  140. package/lib/angular/components/chevron-down.d.ts.map +1 -0
  141. package/lib/angular/components/chevron-left.d.ts +11 -0
  142. package/lib/angular/components/chevron-left.d.ts.map +1 -0
  143. package/lib/angular/components/chevron-right.d.ts +11 -0
  144. package/lib/angular/components/chevron-right.d.ts.map +1 -0
  145. package/lib/angular/components/chevron-up.d.ts +11 -0
  146. package/lib/angular/components/chevron-up.d.ts.map +1 -0
  147. package/lib/angular/components/chip-pin.d.ts +11 -0
  148. package/lib/angular/components/chip-pin.d.ts.map +1 -0
  149. package/lib/angular/components/chip.d.ts +11 -0
  150. package/lib/angular/components/chip.d.ts.map +1 -0
  151. package/lib/angular/components/click-to-pay.d.ts +11 -0
  152. package/lib/angular/components/click-to-pay.d.ts.map +1 -0
  153. package/lib/angular/components/clock-borderless.d.ts +11 -0
  154. package/lib/angular/components/clock-borderless.d.ts.map +1 -0
  155. package/lib/angular/components/clock-fill.d.ts +11 -0
  156. package/lib/angular/components/clock-fill.d.ts.map +1 -0
  157. package/lib/angular/components/clock.d.ts +11 -0
  158. package/lib/angular/components/clock.d.ts.map +1 -0
  159. package/lib/angular/components/cog.d.ts +11 -0
  160. package/lib/angular/components/cog.d.ts.map +1 -0
  161. package/lib/angular/components/coins.d.ts +11 -0
  162. package/lib/angular/components/coins.d.ts.map +1 -0
  163. package/lib/angular/components/collapse.d.ts +11 -0
  164. package/lib/angular/components/collapse.d.ts.map +1 -0
  165. package/lib/angular/components/comments.d.ts +11 -0
  166. package/lib/angular/components/comments.d.ts.map +1 -0
  167. package/lib/angular/components/confetti.d.ts +11 -0
  168. package/lib/angular/components/confetti.d.ts.map +1 -0
  169. package/lib/angular/components/contactless.d.ts +11 -0
  170. package/lib/angular/components/contactless.d.ts.map +1 -0
  171. package/lib/angular/components/contract-services.d.ts +11 -0
  172. package/lib/angular/components/contract-services.d.ts.map +1 -0
  173. package/lib/angular/components/convert.d.ts +11 -0
  174. package/lib/angular/components/convert.d.ts.map +1 -0
  175. package/lib/angular/components/cost-of-goods-sold.d.ts +11 -0
  176. package/lib/angular/components/cost-of-goods-sold.d.ts.map +1 -0
  177. package/lib/angular/components/cross-circle-fill.d.ts +11 -0
  178. package/lib/angular/components/cross-circle-fill.d.ts.map +1 -0
  179. package/lib/angular/components/cross-circle.d.ts +11 -0
  180. package/lib/angular/components/cross-circle.d.ts.map +1 -0
  181. package/lib/angular/components/cross.d.ts +11 -0
  182. package/lib/angular/components/cross.d.ts.map +1 -0
  183. package/lib/angular/components/crystal-ball.d.ts +11 -0
  184. package/lib/angular/components/crystal-ball.d.ts.map +1 -0
  185. package/lib/angular/components/cs.d.ts +11 -0
  186. package/lib/angular/components/cs.d.ts.map +1 -0
  187. package/lib/angular/components/defrost.d.ts +11 -0
  188. package/lib/angular/components/defrost.d.ts.map +1 -0
  189. package/lib/angular/components/delivery.d.ts +11 -0
  190. package/lib/angular/components/delivery.d.ts.map +1 -0
  191. package/lib/angular/components/dial.d.ts +11 -0
  192. package/lib/angular/components/dial.d.ts.map +1 -0
  193. package/lib/angular/components/direct-debits.d.ts +11 -0
  194. package/lib/angular/components/direct-debits.d.ts.map +1 -0
  195. package/lib/angular/components/disco-ball.d.ts +11 -0
  196. package/lib/angular/components/disco-ball.d.ts.map +1 -0
  197. package/lib/angular/components/do.d.ts +11 -0
  198. package/lib/angular/components/do.d.ts.map +1 -0
  199. package/lib/angular/components/document.d.ts +11 -0
  200. package/lib/angular/components/document.d.ts.map +1 -0
  201. package/lib/angular/components/documents.d.ts +11 -0
  202. package/lib/angular/components/documents.d.ts.map +1 -0
  203. package/lib/angular/components/dont.d.ts +11 -0
  204. package/lib/angular/components/dont.d.ts.map +1 -0
  205. package/lib/angular/components/download.d.ts +11 -0
  206. package/lib/angular/components/download.d.ts.map +1 -0
  207. package/lib/angular/components/drivers-license.d.ts +11 -0
  208. package/lib/angular/components/drivers-license.d.ts.map +1 -0
  209. package/lib/angular/components/e-commerce.d.ts +11 -0
  210. package/lib/angular/components/e-commerce.d.ts.map +1 -0
  211. package/lib/angular/components/eating-out.d.ts +11 -0
  212. package/lib/angular/components/eating-out.d.ts.map +1 -0
  213. package/lib/angular/components/edit.d.ts +11 -0
  214. package/lib/angular/components/edit.d.ts.map +1 -0
  215. package/lib/angular/components/email-and-mobile.d.ts +11 -0
  216. package/lib/angular/components/email-and-mobile.d.ts.map +1 -0
  217. package/lib/angular/components/email-and-phone.d.ts +11 -0
  218. package/lib/angular/components/email-and-phone.d.ts.map +1 -0
  219. package/lib/angular/components/email.d.ts +11 -0
  220. package/lib/angular/components/email.d.ts.map +1 -0
  221. package/lib/angular/components/emoji.d.ts +11 -0
  222. package/lib/angular/components/emoji.d.ts.map +1 -0
  223. package/lib/angular/components/entertainment.d.ts +11 -0
  224. package/lib/angular/components/entertainment.d.ts.map +1 -0
  225. package/lib/angular/components/exchange-rate.d.ts +11 -0
  226. package/lib/angular/components/exchange-rate.d.ts.map +1 -0
  227. package/lib/angular/components/expand.d.ts +11 -0
  228. package/lib/angular/components/expand.d.ts.map +1 -0
  229. package/lib/angular/components/expenses.d.ts +11 -0
  230. package/lib/angular/components/expenses.d.ts.map +1 -0
  231. package/lib/angular/components/eye-shut.d.ts +11 -0
  232. package/lib/angular/components/eye-shut.d.ts.map +1 -0
  233. package/lib/angular/components/eye.d.ts +11 -0
  234. package/lib/angular/components/eye.d.ts.map +1 -0
  235. package/lib/angular/components/face-id.d.ts +11 -0
  236. package/lib/angular/components/face-id.d.ts.map +1 -0
  237. package/lib/angular/components/facebook-square.d.ts +11 -0
  238. package/lib/angular/components/facebook-square.d.ts.map +1 -0
  239. package/lib/angular/components/facebook.d.ts +11 -0
  240. package/lib/angular/components/facebook.d.ts.map +1 -0
  241. package/lib/angular/components/family.d.ts +11 -0
  242. package/lib/angular/components/family.d.ts.map +1 -0
  243. package/lib/angular/components/fast-flag.d.ts +11 -0
  244. package/lib/angular/components/fast-flag.d.ts.map +1 -0
  245. package/lib/angular/components/feedback.d.ts +11 -0
  246. package/lib/angular/components/feedback.d.ts.map +1 -0
  247. package/lib/angular/components/fingerprint.d.ts +11 -0
  248. package/lib/angular/components/fingerprint.d.ts.map +1 -0
  249. package/lib/angular/components/fpx.d.ts +11 -0
  250. package/lib/angular/components/fpx.d.ts.map +1 -0
  251. package/lib/angular/components/freeze.d.ts +11 -0
  252. package/lib/angular/components/freeze.d.ts.map +1 -0
  253. package/lib/angular/components/gambling.d.ts +11 -0
  254. package/lib/angular/components/gambling.d.ts.map +1 -0
  255. package/lib/angular/components/general-fill.d.ts +11 -0
  256. package/lib/angular/components/general-fill.d.ts.map +1 -0
  257. package/lib/angular/components/general-filled.d.ts +11 -0
  258. package/lib/angular/components/general-filled.d.ts.map +1 -0
  259. package/lib/angular/components/general.d.ts +11 -0
  260. package/lib/angular/components/general.d.ts.map +1 -0
  261. package/lib/angular/components/gift-box.d.ts +11 -0
  262. package/lib/angular/components/gift-box.d.ts.map +1 -0
  263. package/lib/angular/components/globe.d.ts +11 -0
  264. package/lib/angular/components/globe.d.ts.map +1 -0
  265. package/lib/angular/components/graduation-cap.d.ts +11 -0
  266. package/lib/angular/components/graduation-cap.d.ts.map +1 -0
  267. package/lib/angular/components/graph.d.ts +11 -0
  268. package/lib/angular/components/graph.d.ts.map +1 -0
  269. package/lib/angular/components/groceries.d.ts +11 -0
  270. package/lib/angular/components/groceries.d.ts.map +1 -0
  271. package/lib/angular/components/handshake.d.ts +11 -0
  272. package/lib/angular/components/handshake.d.ts.map +1 -0
  273. package/lib/angular/components/happy-emoji.d.ts +11 -0
  274. package/lib/angular/components/happy-emoji.d.ts.map +1 -0
  275. package/lib/angular/components/headset.d.ts +11 -0
  276. package/lib/angular/components/headset.d.ts.map +1 -0
  277. package/lib/angular/components/heart.d.ts +11 -0
  278. package/lib/angular/components/heart.d.ts.map +1 -0
  279. package/lib/angular/components/help-circle.d.ts +11 -0
  280. package/lib/angular/components/help-circle.d.ts.map +1 -0
  281. package/lib/angular/components/help.d.ts +11 -0
  282. package/lib/angular/components/help.d.ts.map +1 -0
  283. package/lib/angular/components/holidays.d.ts +11 -0
  284. package/lib/angular/components/holidays.d.ts.map +1 -0
  285. package/lib/angular/components/home.d.ts +11 -0
  286. package/lib/angular/components/home.d.ts.map +1 -0
  287. package/lib/angular/components/house.d.ts +11 -0
  288. package/lib/angular/components/house.d.ts.map +1 -0
  289. package/lib/angular/components/id.d.ts +11 -0
  290. package/lib/angular/components/id.d.ts.map +1 -0
  291. package/lib/angular/components/ideal.d.ts +11 -0
  292. package/lib/angular/components/ideal.d.ts.map +1 -0
  293. package/lib/angular/components/image.d.ts +11 -0
  294. package/lib/angular/components/image.d.ts.map +1 -0
  295. package/lib/angular/components/info-circle-fill.d.ts +11 -0
  296. package/lib/angular/components/info-circle-fill.d.ts.map +1 -0
  297. package/lib/angular/components/info-circle.d.ts +11 -0
  298. package/lib/angular/components/info-circle.d.ts.map +1 -0
  299. package/lib/angular/components/info.d.ts +11 -0
  300. package/lib/angular/components/info.d.ts.map +1 -0
  301. package/lib/angular/components/insert-card.d.ts +11 -0
  302. package/lib/angular/components/insert-card.d.ts.map +1 -0
  303. package/lib/angular/components/insights.d.ts +11 -0
  304. package/lib/angular/components/insights.d.ts.map +1 -0
  305. package/lib/angular/components/instagram.d.ts +11 -0
  306. package/lib/angular/components/instagram.d.ts.map +1 -0
  307. package/lib/angular/components/insurance.d.ts +11 -0
  308. package/lib/angular/components/insurance.d.ts.map +1 -0
  309. package/lib/angular/components/interac.d.ts +11 -0
  310. package/lib/angular/components/interac.d.ts.map +1 -0
  311. package/lib/angular/components/investments.d.ts +11 -0
  312. package/lib/angular/components/investments.d.ts.map +1 -0
  313. package/lib/angular/components/invite.d.ts +11 -0
  314. package/lib/angular/components/invite.d.ts.map +1 -0
  315. package/lib/angular/components/jar.d.ts +11 -0
  316. package/lib/angular/components/jar.d.ts.map +1 -0
  317. package/lib/angular/components/keep.d.ts +11 -0
  318. package/lib/angular/components/keep.d.ts.map +1 -0
  319. package/lib/angular/components/klarna.d.ts +11 -0
  320. package/lib/angular/components/klarna.d.ts.map +1 -0
  321. package/lib/angular/components/laptop.d.ts +11 -0
  322. package/lib/angular/components/laptop.d.ts.map +1 -0
  323. package/lib/angular/components/leaf.d.ts +11 -0
  324. package/lib/angular/components/leaf.d.ts.map +1 -0
  325. package/lib/angular/components/lightning-bolt.d.ts +11 -0
  326. package/lib/angular/components/lightning-bolt.d.ts.map +1 -0
  327. package/lib/angular/components/lightning.d.ts +11 -0
  328. package/lib/angular/components/lightning.d.ts.map +1 -0
  329. package/lib/angular/components/limit.d.ts +11 -0
  330. package/lib/angular/components/limit.d.ts.map +1 -0
  331. package/lib/angular/components/link.d.ts +11 -0
  332. package/lib/angular/components/link.d.ts.map +1 -0
  333. package/lib/angular/components/linkedin.d.ts +11 -0
  334. package/lib/angular/components/linkedin.d.ts.map +1 -0
  335. package/lib/angular/components/list.d.ts +11 -0
  336. package/lib/angular/components/list.d.ts.map +1 -0
  337. package/lib/angular/components/location-marker.d.ts +11 -0
  338. package/lib/angular/components/location-marker.d.ts.map +1 -0
  339. package/lib/angular/components/lock.d.ts +11 -0
  340. package/lib/angular/components/lock.d.ts.map +1 -0
  341. package/lib/angular/components/log-in.d.ts +11 -0
  342. package/lib/angular/components/log-in.d.ts.map +1 -0
  343. package/lib/angular/components/log-out.d.ts +11 -0
  344. package/lib/angular/components/log-out.d.ts.map +1 -0
  345. package/lib/angular/components/marketing.d.ts +11 -0
  346. package/lib/angular/components/marketing.d.ts.map +1 -0
  347. package/lib/angular/components/mass-payout.d.ts +11 -0
  348. package/lib/angular/components/mass-payout.d.ts.map +1 -0
  349. package/lib/angular/components/menu.d.ts +11 -0
  350. package/lib/angular/components/menu.d.ts.map +1 -0
  351. package/lib/angular/components/messenger.d.ts +11 -0
  352. package/lib/angular/components/messenger.d.ts.map +1 -0
  353. package/lib/angular/components/minus-circle-fill.d.ts +11 -0
  354. package/lib/angular/components/minus-circle-fill.d.ts.map +1 -0
  355. package/lib/angular/components/minus-circle.d.ts +11 -0
  356. package/lib/angular/components/minus-circle.d.ts.map +1 -0
  357. package/lib/angular/components/minus.d.ts +11 -0
  358. package/lib/angular/components/minus.d.ts.map +1 -0
  359. package/lib/angular/components/mobile-lock.d.ts +11 -0
  360. package/lib/angular/components/mobile-lock.d.ts.map +1 -0
  361. package/lib/angular/components/mobile.d.ts +11 -0
  362. package/lib/angular/components/mobile.d.ts.map +1 -0
  363. package/lib/angular/components/money-bag.d.ts +11 -0
  364. package/lib/angular/components/money-bag.d.ts.map +1 -0
  365. package/lib/angular/components/money.d.ts +11 -0
  366. package/lib/angular/components/money.d.ts.map +1 -0
  367. package/lib/angular/components/more.d.ts +11 -0
  368. package/lib/angular/components/more.d.ts.map +1 -0
  369. package/lib/angular/components/multi-currency.d.ts +11 -0
  370. package/lib/angular/components/multi-currency.d.ts.map +1 -0
  371. package/lib/angular/components/navigate-away.d.ts +11 -0
  372. package/lib/angular/components/navigate-away.d.ts.map +1 -0
  373. package/lib/angular/components/nearby.d.ts +11 -0
  374. package/lib/angular/components/nearby.d.ts.map +1 -0
  375. package/lib/angular/components/new.d.ts +11 -0
  376. package/lib/angular/components/new.d.ts.map +1 -0
  377. package/lib/angular/components/notification-active.d.ts +11 -0
  378. package/lib/angular/components/notification-active.d.ts.map +1 -0
  379. package/lib/angular/components/notification.d.ts +11 -0
  380. package/lib/angular/components/notification.d.ts.map +1 -0
  381. package/lib/angular/components/office-expenses.d.ts +11 -0
  382. package/lib/angular/components/office-expenses.d.ts.map +1 -0
  383. package/lib/angular/components/owners-withdrawal.d.ts +11 -0
  384. package/lib/angular/components/owners-withdrawal.d.ts.map +1 -0
  385. package/lib/angular/components/padlock-unlocked.d.ts +11 -0
  386. package/lib/angular/components/padlock-unlocked.d.ts.map +1 -0
  387. package/lib/angular/components/padlock.d.ts +11 -0
  388. package/lib/angular/components/padlock.d.ts.map +1 -0
  389. package/lib/angular/components/paperclip.d.ts +11 -0
  390. package/lib/angular/components/paperclip.d.ts.map +1 -0
  391. package/lib/angular/components/passport.d.ts +11 -0
  392. package/lib/angular/components/passport.d.ts.map +1 -0
  393. package/lib/angular/components/pause.d.ts +11 -0
  394. package/lib/angular/components/pause.d.ts.map +1 -0
  395. package/lib/angular/components/pay-in.d.ts +11 -0
  396. package/lib/angular/components/pay-in.d.ts.map +1 -0
  397. package/lib/angular/components/payments.d.ts +11 -0
  398. package/lib/angular/components/payments.d.ts.map +1 -0
  399. package/lib/angular/components/paypal.d.ts +11 -0
  400. package/lib/angular/components/paypal.d.ts.map +1 -0
  401. package/lib/angular/components/pending-circle.d.ts +11 -0
  402. package/lib/angular/components/pending-circle.d.ts.map +1 -0
  403. package/lib/angular/components/pending.d.ts +11 -0
  404. package/lib/angular/components/pending.d.ts.map +1 -0
  405. package/lib/angular/components/people.d.ts +11 -0
  406. package/lib/angular/components/people.d.ts.map +1 -0
  407. package/lib/angular/components/percentage-circle.d.ts +11 -0
  408. package/lib/angular/components/percentage-circle.d.ts.map +1 -0
  409. package/lib/angular/components/person.d.ts +11 -0
  410. package/lib/angular/components/person.d.ts.map +1 -0
  411. package/lib/angular/components/personal-care.d.ts +11 -0
  412. package/lib/angular/components/personal-care.d.ts.map +1 -0
  413. package/lib/angular/components/pets.d.ts +11 -0
  414. package/lib/angular/components/pets.d.ts.map +1 -0
  415. package/lib/angular/components/phone.d.ts +11 -0
  416. package/lib/angular/components/phone.d.ts.map +1 -0
  417. package/lib/angular/components/picture.d.ts +11 -0
  418. package/lib/angular/components/picture.d.ts.map +1 -0
  419. package/lib/angular/components/pie-chart.d.ts +11 -0
  420. package/lib/angular/components/pie-chart.d.ts.map +1 -0
  421. package/lib/angular/components/piggy-bank.d.ts +11 -0
  422. package/lib/angular/components/piggy-bank.d.ts.map +1 -0
  423. package/lib/angular/components/pin-code.d.ts +11 -0
  424. package/lib/angular/components/pin-code.d.ts.map +1 -0
  425. package/lib/angular/components/pix.d.ts +11 -0
  426. package/lib/angular/components/pix.d.ts.map +1 -0
  427. package/lib/angular/components/plane.d.ts +11 -0
  428. package/lib/angular/components/plane.d.ts.map +1 -0
  429. package/lib/angular/components/play.d.ts +11 -0
  430. package/lib/angular/components/play.d.ts.map +1 -0
  431. package/lib/angular/components/plus-circle.d.ts +11 -0
  432. package/lib/angular/components/plus-circle.d.ts.map +1 -0
  433. package/lib/angular/components/plus.d.ts +11 -0
  434. package/lib/angular/components/plus.d.ts.map +1 -0
  435. package/lib/angular/components/profile.d.ts +11 -0
  436. package/lib/angular/components/profile.d.ts.map +1 -0
  437. package/lib/angular/components/qr-code.d.ts +11 -0
  438. package/lib/angular/components/qr-code.d.ts.map +1 -0
  439. package/lib/angular/components/question-mark-circle.d.ts +11 -0
  440. package/lib/angular/components/question-mark-circle.d.ts.map +1 -0
  441. package/lib/angular/components/question-mark.d.ts +11 -0
  442. package/lib/angular/components/question-mark.d.ts.map +1 -0
  443. package/lib/angular/components/rain.d.ts +11 -0
  444. package/lib/angular/components/rain.d.ts.map +1 -0
  445. package/lib/angular/components/rainbow.d.ts +11 -0
  446. package/lib/angular/components/rainbow.d.ts.map +1 -0
  447. package/lib/angular/components/receipt.d.ts +11 -0
  448. package/lib/angular/components/receipt.d.ts.map +1 -0
  449. package/lib/angular/components/receive.d.ts +11 -0
  450. package/lib/angular/components/receive.d.ts.map +1 -0
  451. package/lib/angular/components/recipients.d.ts +11 -0
  452. package/lib/angular/components/recipients.d.ts.map +1 -0
  453. package/lib/angular/components/refresh.d.ts +11 -0
  454. package/lib/angular/components/refresh.d.ts.map +1 -0
  455. package/lib/angular/components/refund-receive.d.ts +11 -0
  456. package/lib/angular/components/refund-receive.d.ts.map +1 -0
  457. package/lib/angular/components/refund-sent.d.ts +11 -0
  458. package/lib/angular/components/refund-sent.d.ts.map +1 -0
  459. package/lib/angular/components/reload.d.ts +11 -0
  460. package/lib/angular/components/reload.d.ts.map +1 -0
  461. package/lib/angular/components/rent.d.ts +11 -0
  462. package/lib/angular/components/rent.d.ts.map +1 -0
  463. package/lib/angular/components/request-receive.d.ts +11 -0
  464. package/lib/angular/components/request-receive.d.ts.map +1 -0
  465. package/lib/angular/components/request-send.d.ts +11 -0
  466. package/lib/angular/components/request-send.d.ts.map +1 -0
  467. package/lib/angular/components/rewards.d.ts +11 -0
  468. package/lib/angular/components/rewards.d.ts.map +1 -0
  469. package/lib/angular/components/sad-emoji.d.ts +11 -0
  470. package/lib/angular/components/sad-emoji.d.ts.map +1 -0
  471. package/lib/angular/components/salary.d.ts +11 -0
  472. package/lib/angular/components/salary.d.ts.map +1 -0
  473. package/lib/angular/components/sales-and-royalties.d.ts +11 -0
  474. package/lib/angular/components/sales-and-royalties.d.ts.map +1 -0
  475. package/lib/angular/components/savings.d.ts +11 -0
  476. package/lib/angular/components/savings.d.ts.map +1 -0
  477. package/lib/angular/components/scan-qr-code.d.ts +11 -0
  478. package/lib/angular/components/scan-qr-code.d.ts.map +1 -0
  479. package/lib/angular/components/search.d.ts +11 -0
  480. package/lib/angular/components/search.d.ts.map +1 -0
  481. package/lib/angular/components/send.d.ts +11 -0
  482. package/lib/angular/components/send.d.ts.map +1 -0
  483. package/lib/angular/components/settings.d.ts +11 -0
  484. package/lib/angular/components/settings.d.ts.map +1 -0
  485. package/lib/angular/components/share-android.d.ts +11 -0
  486. package/lib/angular/components/share-android.d.ts.map +1 -0
  487. package/lib/angular/components/share-ios.d.ts +11 -0
  488. package/lib/angular/components/share-ios.d.ts.map +1 -0
  489. package/lib/angular/components/shield.d.ts +11 -0
  490. package/lib/angular/components/shield.d.ts.map +1 -0
  491. package/lib/angular/components/shopping-bag.d.ts +11 -0
  492. package/lib/angular/components/shopping-bag.d.ts.map +1 -0
  493. package/lib/angular/components/slider.d.ts +11 -0
  494. package/lib/angular/components/slider.d.ts.map +1 -0
  495. package/lib/angular/components/sofort.d.ts +11 -0
  496. package/lib/angular/components/sofort.d.ts.map +1 -0
  497. package/lib/angular/components/software-and-hosting.d.ts +11 -0
  498. package/lib/angular/components/software-and-hosting.d.ts.map +1 -0
  499. package/lib/angular/components/software-and-web-hosting.d.ts +11 -0
  500. package/lib/angular/components/software-and-web-hosting.d.ts.map +1 -0
  501. package/lib/angular/components/speech-bubble-exclamation.d.ts +11 -0
  502. package/lib/angular/components/speech-bubble-exclamation.d.ts.map +1 -0
  503. package/lib/angular/components/speech-bubble-message.d.ts +11 -0
  504. package/lib/angular/components/speech-bubble-message.d.ts.map +1 -0
  505. package/lib/angular/components/speech-bubble-pending.d.ts +11 -0
  506. package/lib/angular/components/speech-bubble-pending.d.ts.map +1 -0
  507. package/lib/angular/components/speech-bubble.d.ts +11 -0
  508. package/lib/angular/components/speech-bubble.d.ts.map +1 -0
  509. package/lib/angular/components/speech-bubbles.d.ts +11 -0
  510. package/lib/angular/components/speech-bubbles.d.ts.map +1 -0
  511. package/lib/angular/components/spend-dirham.d.ts +11 -0
  512. package/lib/angular/components/spend-dirham.d.ts.map +1 -0
  513. package/lib/angular/components/spend-dollar.d.ts +11 -0
  514. package/lib/angular/components/spend-dollar.d.ts.map +1 -0
  515. package/lib/angular/components/spend-euro.d.ts +11 -0
  516. package/lib/angular/components/spend-euro.d.ts.map +1 -0
  517. package/lib/angular/components/spend-forint.d.ts +11 -0
  518. package/lib/angular/components/spend-forint.d.ts.map +1 -0
  519. package/lib/angular/components/spend-franc.d.ts +11 -0
  520. package/lib/angular/components/spend-franc.d.ts.map +1 -0
  521. package/lib/angular/components/spend-hryvnia.d.ts +11 -0
  522. package/lib/angular/components/spend-hryvnia.d.ts.map +1 -0
  523. package/lib/angular/components/spend-koruna.d.ts +11 -0
  524. package/lib/angular/components/spend-koruna.d.ts.map +1 -0
  525. package/lib/angular/components/spend-krone.d.ts +11 -0
  526. package/lib/angular/components/spend-krone.d.ts.map +1 -0
  527. package/lib/angular/components/spend-kuna.d.ts +11 -0
  528. package/lib/angular/components/spend-kuna.d.ts.map +1 -0
  529. package/lib/angular/components/spend-leu-lei.d.ts +11 -0
  530. package/lib/angular/components/spend-leu-lei.d.ts.map +1 -0
  531. package/lib/angular/components/spend-lev.d.ts +11 -0
  532. package/lib/angular/components/spend-lev.d.ts.map +1 -0
  533. package/lib/angular/components/spend-lira.d.ts +11 -0
  534. package/lib/angular/components/spend-lira.d.ts.map +1 -0
  535. package/lib/angular/components/spend-pound.d.ts +11 -0
  536. package/lib/angular/components/spend-pound.d.ts.map +1 -0
  537. package/lib/angular/components/spend-real.d.ts +11 -0
  538. package/lib/angular/components/spend-real.d.ts.map +1 -0
  539. package/lib/angular/components/spend-ringgit.d.ts +11 -0
  540. package/lib/angular/components/spend-ringgit.d.ts.map +1 -0
  541. package/lib/angular/components/spend-rupee.d.ts +11 -0
  542. package/lib/angular/components/spend-rupee.d.ts.map +1 -0
  543. package/lib/angular/components/spend-rupiah.d.ts +11 -0
  544. package/lib/angular/components/spend-rupiah.d.ts.map +1 -0
  545. package/lib/angular/components/spend-yen.d.ts +11 -0
  546. package/lib/angular/components/spend-yen.d.ts.map +1 -0
  547. package/lib/angular/components/spend-zloty.d.ts +11 -0
  548. package/lib/angular/components/spend-zloty.d.ts.map +1 -0
  549. package/lib/angular/components/split-money.d.ts +11 -0
  550. package/lib/angular/components/split-money.d.ts.map +1 -0
  551. package/lib/angular/components/star-fill.d.ts +11 -0
  552. package/lib/angular/components/star-fill.d.ts.map +1 -0
  553. package/lib/angular/components/star.d.ts +11 -0
  554. package/lib/angular/components/star.d.ts.map +1 -0
  555. package/lib/angular/components/stationery.d.ts +11 -0
  556. package/lib/angular/components/stationery.d.ts.map +1 -0
  557. package/lib/angular/components/stop.d.ts +11 -0
  558. package/lib/angular/components/stop.d.ts.map +1 -0
  559. package/lib/angular/components/suitcase.d.ts +11 -0
  560. package/lib/angular/components/suitcase.d.ts.map +1 -0
  561. package/lib/angular/components/sunglasses.d.ts +11 -0
  562. package/lib/angular/components/sunglasses.d.ts.map +1 -0
  563. package/lib/angular/components/switch.d.ts +11 -0
  564. package/lib/angular/components/switch.d.ts.map +1 -0
  565. package/lib/angular/components/takeaway.d.ts +11 -0
  566. package/lib/angular/components/takeaway.d.ts.map +1 -0
  567. package/lib/angular/components/target.d.ts +11 -0
  568. package/lib/angular/components/target.d.ts.map +1 -0
  569. package/lib/angular/components/tax.d.ts +11 -0
  570. package/lib/angular/components/tax.d.ts.map +1 -0
  571. package/lib/angular/components/taxi.d.ts +11 -0
  572. package/lib/angular/components/taxi.d.ts.map +1 -0
  573. package/lib/angular/components/team.d.ts +11 -0
  574. package/lib/angular/components/team.d.ts.map +1 -0
  575. package/lib/angular/components/theme.d.ts +11 -0
  576. package/lib/angular/components/theme.d.ts.map +1 -0
  577. package/lib/angular/components/transfer.d.ts +11 -0
  578. package/lib/angular/components/transfer.d.ts.map +1 -0
  579. package/lib/angular/components/transport.d.ts +11 -0
  580. package/lib/angular/components/transport.d.ts.map +1 -0
  581. package/lib/angular/components/travel.d.ts +11 -0
  582. package/lib/angular/components/travel.d.ts.map +1 -0
  583. package/lib/angular/components/trustly.d.ts +11 -0
  584. package/lib/angular/components/trustly.d.ts.map +1 -0
  585. package/lib/angular/components/twitter.d.ts +11 -0
  586. package/lib/angular/components/twitter.d.ts.map +1 -0
  587. package/lib/angular/components/two-step.d.ts +11 -0
  588. package/lib/angular/components/two-step.d.ts.map +1 -0
  589. package/lib/angular/components/unlock.d.ts +11 -0
  590. package/lib/angular/components/unlock.d.ts.map +1 -0
  591. package/lib/angular/components/upload.d.ts +11 -0
  592. package/lib/angular/components/upload.d.ts.map +1 -0
  593. package/lib/angular/components/upward-graph.d.ts +11 -0
  594. package/lib/angular/components/upward-graph.d.ts.map +1 -0
  595. package/lib/angular/components/venmo.d.ts +11 -0
  596. package/lib/angular/components/venmo.d.ts.map +1 -0
  597. package/lib/angular/components/verified.d.ts +11 -0
  598. package/lib/angular/components/verified.d.ts.map +1 -0
  599. package/lib/angular/components/wallet.d.ts +11 -0
  600. package/lib/angular/components/wallet.d.ts.map +1 -0
  601. package/lib/angular/components/warning.d.ts +11 -0
  602. package/lib/angular/components/warning.d.ts.map +1 -0
  603. package/lib/angular/components/whatsapp.d.ts +11 -0
  604. package/lib/angular/components/whatsapp.d.ts.map +1 -0
  605. package/lib/angular/components/withdrawal.d.ts +11 -0
  606. package/lib/angular/components/withdrawal.d.ts.map +1 -0
  607. package/lib/angular/index.d.ts +282 -0
  608. package/lib/angular/index.d.ts.map +1 -0
  609. package/lib/angular/index.js +313 -19
  610. package/lib/angular/index.js.map +1 -1
  611. package/lib/angular/types.d.ts +2 -0
  612. package/lib/angular/types.d.ts.map +1 -0
  613. package/lib/components/arrow-diagonal-down.d.ts +11 -0
  614. package/lib/components/arrow-diagonal-down.d.ts.map +1 -0
  615. package/lib/components/arrow-diagonal-up.d.ts +11 -0
  616. package/lib/components/arrow-diagonal-up.d.ts.map +1 -0
  617. package/lib/components/bank-strikethrough.d.ts +11 -0
  618. package/lib/components/bank-strikethrough.d.ts.map +1 -0
  619. package/lib/components/car.d.ts.map +1 -1
  620. package/lib/components/click-to-pay.d.ts +11 -0
  621. package/lib/components/click-to-pay.d.ts.map +1 -0
  622. package/lib/components/drivers-license.d.ts.map +1 -1
  623. package/lib/components/gambling.d.ts +11 -0
  624. package/lib/components/gambling.d.ts.map +1 -0
  625. package/lib/components/laptop.d.ts +11 -0
  626. package/lib/components/laptop.d.ts.map +1 -0
  627. package/lib/components/pause.d.ts +11 -0
  628. package/lib/components/pause.d.ts.map +1 -0
  629. package/lib/components/pets.d.ts +11 -0
  630. package/lib/components/pets.d.ts.map +1 -0
  631. package/lib/components/play.d.ts +11 -0
  632. package/lib/components/play.d.ts.map +1 -0
  633. package/lib/components/scan-qr-code.d.ts +11 -0
  634. package/lib/components/scan-qr-code.d.ts.map +1 -0
  635. package/lib/components/speech-bubble-exclamation.d.ts +11 -0
  636. package/lib/components/speech-bubble-exclamation.d.ts.map +1 -0
  637. package/lib/components/stop.d.ts +11 -0
  638. package/lib/components/stop.d.ts.map +1 -0
  639. package/lib/components/takeaway.d.ts +11 -0
  640. package/lib/components/takeaway.d.ts.map +1 -0
  641. package/lib/components/taxi.d.ts +11 -0
  642. package/lib/components/taxi.d.ts.map +1 -0
  643. package/lib/index.d.ts +14 -0
  644. package/lib/index.d.ts.map +1 -1
  645. package/lib/index.esm.js +517 -13
  646. package/lib/index.esm.js.map +1 -1
  647. package/lib/index.js +530 -12
  648. package/lib/index.js.map +1 -1
  649. package/package.json +1 -1
@@ -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
+ };