@ianmenethil/payment-logos 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (94) hide show
  1. package/LICENSE +428 -0
  2. package/README.md +103 -0
  3. package/assets/apm/alipay-plus.svg +9 -0
  4. package/assets/apm/alipay.svg +6 -0
  5. package/assets/apm/amazon-pay.svg +16 -0
  6. package/assets/apm/availabill.svg +6 -0
  7. package/assets/apm/bancontact.svg +16 -0
  8. package/assets/apm/blik.svg +45 -0
  9. package/assets/apm/boncard.svg +16 -0
  10. package/assets/apm/bonus-card.svg +4 -0
  11. package/assets/apm/butterfly-card.svg +8 -0
  12. package/assets/apm/cembrapay.svg +5 -0
  13. package/assets/apm/crif.svg +13 -0
  14. package/assets/apm/crypto.svg +12 -0
  15. package/assets/apm/ebill.svg +4 -0
  16. package/assets/apm/eps.svg +19 -0
  17. package/assets/apm/giropay.svg +6 -0
  18. package/assets/apm/half-fare-plus.svg +8 -0
  19. package/assets/apm/ideal.svg +11 -0
  20. package/assets/apm/klarna.svg +4 -0
  21. package/assets/apm/lunch-check.svg +220 -0
  22. package/assets/apm/mediamarkt.svg +24 -0
  23. package/assets/apm/migros-giftcard.svg +10 -0
  24. package/assets/apm/mobilepay.svg +40 -0
  25. package/assets/apm/paycard.svg +19 -0
  26. package/assets/apm/paypal.svg +9 -0
  27. package/assets/apm/paysafecard.svg +22 -0
  28. package/assets/apm/pointspay.svg +5 -0
  29. package/assets/apm/postfinance-card.svg +8 -0
  30. package/assets/apm/postfinance-efinance.svg +7 -0
  31. package/assets/apm/postfinance-pay.svg +7 -0
  32. package/assets/apm/powerpay.svg +14 -0
  33. package/assets/apm/przelewy24.svg +20 -0
  34. package/assets/apm/reka.svg +7 -0
  35. package/assets/apm/samsung-pay.svg +13 -0
  36. package/assets/apm/sepa.svg +22 -0
  37. package/assets/apm/skrill.svg +4 -0
  38. package/assets/apm/swish.svg +32 -0
  39. package/assets/apm/swissbilling.svg +6 -0
  40. package/assets/apm/swisscom-pay.svg +37 -0
  41. package/assets/apm/swisspass.svg +20 -0
  42. package/assets/apm/twint.svg +34 -0
  43. package/assets/apm/vipps.svg +8 -0
  44. package/assets/apm/wechat-pay.svg +13 -0
  45. package/assets/cards/american-express.svg +4 -0
  46. package/assets/cards/cartes-bancaires.svg +13 -0
  47. package/assets/cards/dankort.svg +8 -0
  48. package/assets/cards/diners.svg +11 -0
  49. package/assets/cards/discover.svg +22 -0
  50. package/assets/cards/elo.svg +7 -0
  51. package/assets/cards/hipercard.svg +14 -0
  52. package/assets/cards/jcb.svg +42 -0
  53. package/assets/cards/maestro-alt.svg +8 -0
  54. package/assets/cards/maestro.svg +7 -0
  55. package/assets/cards/mastercard-alt.svg +9 -0
  56. package/assets/cards/mastercard.svg +7 -0
  57. package/assets/cards/uatp.svg +13 -0
  58. package/assets/cards/unionpay.svg +16 -0
  59. package/assets/cards/visa-alt.svg +7 -0
  60. package/assets/cards/visa.svg +7 -0
  61. package/assets/cards/vpay.svg +9 -0
  62. package/assets/generic/card-generic-alt.svg +16 -0
  63. package/assets/generic/card-generic-gold.svg +16 -0
  64. package/assets/generic/card-generic.svg +16 -0
  65. package/assets/generic/gift-card-generic-alt.svg +16 -0
  66. package/assets/generic/gift-card-generic-gold.svg +16 -0
  67. package/assets/generic/gift-card-generic.svg +16 -0
  68. package/assets/generic/invoice.svg +147 -0
  69. package/assets/wallets/apple-pay.svg +16 -0
  70. package/assets/wallets/google-pay-alt.svg +8 -0
  71. package/assets/wallets/google-pay.svg +8 -0
  72. package/assets/zp/alipay.svg +6 -0
  73. package/assets/zp/american-express.svg +4 -0
  74. package/assets/zp/apple-pay.svg +16 -0
  75. package/assets/zp/card-generic-alt.svg +16 -0
  76. package/assets/zp/card-generic.svg +16 -0
  77. package/assets/zp/gift-card-generic-alt.svg +16 -0
  78. package/assets/zp/gift-card-generic.svg +16 -0
  79. package/assets/zp/google-pay-alt.svg +8 -0
  80. package/assets/zp/google-pay.svg +8 -0
  81. package/assets/zp/jcb.svg +42 -0
  82. package/assets/zp/mastercard-alt.svg +9 -0
  83. package/assets/zp/payid.svg +6 -0
  84. package/assets/zp/payto.svg +7 -0
  85. package/assets/zp/slice.png +0 -0
  86. package/assets/zp/slice.svg +4 -0
  87. package/assets/zp/unionpay.svg +16 -0
  88. package/assets/zp/visa-alt.svg +7 -0
  89. package/assets/zp/visa.svg +7 -0
  90. package/dist/index.cjs +1691 -0
  91. package/dist/index.d.cts +174 -0
  92. package/dist/index.d.ts +174 -0
  93. package/dist/index.js +1581 -0
  94. package/package.json +47 -0
package/LICENSE ADDED
@@ -0,0 +1,428 @@
1
+ Attribution-ShareAlike 4.0 International
2
+
3
+ =======================================================================
4
+
5
+ Creative Commons Corporation ("Creative Commons") is not a law firm and
6
+ does not provide legal services or legal advice. Distribution of
7
+ Creative Commons public licenses does not create a lawyer-client or
8
+ other relationship. Creative Commons makes its licenses and related
9
+ information available on an "as-is" basis. Creative Commons gives no
10
+ warranties regarding its licenses, any material licensed under their
11
+ terms and conditions, or any related information. Creative Commons
12
+ disclaims all liability for damages resulting from their use to the
13
+ fullest extent possible.
14
+
15
+ Using Creative Commons Public Licenses
16
+
17
+ Creative Commons public licenses provide a standard set of terms and
18
+ conditions that creators and other rights holders may use to share
19
+ original works of authorship and other material subject to copyright
20
+ and certain other rights specified in the public license below. The
21
+ following considerations are for informational purposes only, are not
22
+ exhaustive, and do not form part of our licenses.
23
+
24
+ Considerations for licensors: Our public licenses are
25
+ intended for use by those authorized to give the public
26
+ permission to use material in ways otherwise restricted by
27
+ copyright and certain other rights. Our licenses are
28
+ irrevocable. Licensors should read and understand the terms
29
+ and conditions of the license they choose before applying it.
30
+ Licensors should also secure all rights necessary before
31
+ applying our licenses so that the public can reuse the
32
+ material as expected. Licensors should clearly mark any
33
+ material not subject to the license. This includes other CC-
34
+ licensed material, or material used under an exception or
35
+ limitation to copyright. More considerations for licensors:
36
+ wiki.creativecommons.org/Considerations_for_licensors
37
+
38
+ Considerations for the public: By using one of our public
39
+ licenses, a licensor grants the public permission to use the
40
+ licensed material under specified terms and conditions. If
41
+ the licensor's permission is not necessary for any reason--for
42
+ example, because of any applicable exception or limitation to
43
+ copyright--then that use is not regulated by the license. Our
44
+ licenses grant only permissions under copyright and certain
45
+ other rights that a licensor has authority to grant. Use of
46
+ the licensed material may still be restricted for other
47
+ reasons, including because others have copyright or other
48
+ rights in the material. A licensor may make special requests,
49
+ such as asking that all changes be marked or described.
50
+ Although not required by our licenses, you are encouraged to
51
+ respect those requests where reasonable. More_considerations
52
+ for the public:
53
+ wiki.creativecommons.org/Considerations_for_licensees
54
+
55
+ =======================================================================
56
+
57
+ Creative Commons Attribution-ShareAlike 4.0 International Public
58
+ License
59
+
60
+ By exercising the Licensed Rights (defined below), You accept and agree
61
+ to be bound by the terms and conditions of this Creative Commons
62
+ Attribution-ShareAlike 4.0 International Public License ("Public
63
+ License"). To the extent this Public License may be interpreted as a
64
+ contract, You are granted the Licensed Rights in consideration of Your
65
+ acceptance of these terms and conditions, and the Licensor grants You
66
+ such rights in consideration of benefits the Licensor receives from
67
+ making the Licensed Material available under these terms and
68
+ conditions.
69
+
70
+
71
+ Section 1 -- Definitions.
72
+
73
+ a. Adapted Material means material subject to Copyright and Similar
74
+ Rights that is derived from or based upon the Licensed Material
75
+ and in which the Licensed Material is translated, altered,
76
+ arranged, transformed, or otherwise modified in a manner requiring
77
+ permission under the Copyright and Similar Rights held by the
78
+ Licensor. For purposes of this Public License, where the Licensed
79
+ Material is a musical work, performance, or sound recording,
80
+ Adapted Material is always produced where the Licensed Material is
81
+ synched in timed relation with a moving image.
82
+
83
+ b. Adapter's License means the license You apply to Your Copyright
84
+ and Similar Rights in Your contributions to Adapted Material in
85
+ accordance with the terms and conditions of this Public License.
86
+
87
+ c. BY-SA Compatible License means a license listed at
88
+ creativecommons.org/compatiblelicenses, approved by Creative
89
+ Commons as essentially the equivalent of this Public License.
90
+
91
+ d. Copyright and Similar Rights means copyright and/or similar rights
92
+ closely related to copyright including, without limitation,
93
+ performance, broadcast, sound recording, and Sui Generis Database
94
+ Rights, without regard to how the rights are labeled or
95
+ categorized. For purposes of this Public License, the rights
96
+ specified in Section 2(b)(1)-(2) are not Copyright and Similar
97
+ Rights.
98
+
99
+ e. Effective Technological Measures means those measures that, in the
100
+ absence of proper authority, may not be circumvented under laws
101
+ fulfilling obligations under Article 11 of the WIPO Copyright
102
+ Treaty adopted on December 20, 1996, and/or similar international
103
+ agreements.
104
+
105
+ f. Exceptions and Limitations means fair use, fair dealing, and/or
106
+ any other exception or limitation to Copyright and Similar Rights
107
+ that applies to Your use of the Licensed Material.
108
+
109
+ g. License Elements means the license attributes listed in the name
110
+ of a Creative Commons Public License. The License Elements of this
111
+ Public License are Attribution and ShareAlike.
112
+
113
+ h. Licensed Material means the artistic or literary work, database,
114
+ or other material to which the Licensor applied this Public
115
+ License.
116
+
117
+ i. Licensed Rights means the rights granted to You subject to the
118
+ terms and conditions of this Public License, which are limited to
119
+ all Copyright and Similar Rights that apply to Your use of the
120
+ Licensed Material and that the Licensor has authority to license.
121
+
122
+ j. Licensor means the individual(s) or entity(ies) granting rights
123
+ under this Public License.
124
+
125
+ k. Share means to provide material to the public by any means or
126
+ process that requires permission under the Licensed Rights, such
127
+ as reproduction, public display, public performance, distribution,
128
+ dissemination, communication, or importation, and to make material
129
+ available to the public including in ways that members of the
130
+ public may access the material from a place and at a time
131
+ individually chosen by them.
132
+
133
+ l. Sui Generis Database Rights means rights other than copyright
134
+ resulting from Directive 96/9/EC of the European Parliament and of
135
+ the Council of 11 March 1996 on the legal protection of databases,
136
+ as amended and/or succeeded, as well as other essentially
137
+ equivalent rights anywhere in the world.
138
+
139
+ m. You means the individual or entity exercising the Licensed Rights
140
+ under this Public License. Your has a corresponding meaning.
141
+
142
+
143
+ Section 2 -- Scope.
144
+
145
+ a. License grant.
146
+
147
+ 1. Subject to the terms and conditions of this Public License,
148
+ the Licensor hereby grants You a worldwide, royalty-free,
149
+ non-sublicensable, non-exclusive, irrevocable license to
150
+ exercise the Licensed Rights in the Licensed Material to:
151
+
152
+ a. reproduce and Share the Licensed Material, in whole or
153
+ in part; and
154
+
155
+ b. produce, reproduce, and Share Adapted Material.
156
+
157
+ 2. Exceptions and Limitations. For the avoidance of doubt, where
158
+ Exceptions and Limitations apply to Your use, this Public
159
+ License does not apply, and You do not need to comply with
160
+ its terms and conditions.
161
+
162
+ 3. Term. The term of this Public License is specified in Section
163
+ 6(a).
164
+
165
+ 4. Media and formats; technical modifications allowed. The
166
+ Licensor authorizes You to exercise the Licensed Rights in
167
+ all media and formats whether now known or hereafter created,
168
+ and to make technical modifications necessary to do so. The
169
+ Licensor waives and/or agrees not to assert any right or
170
+ authority to forbid You from making technical modifications
171
+ necessary to exercise the Licensed Rights, including
172
+ technical modifications necessary to circumvent Effective
173
+ Technological Measures. For purposes of this Public License,
174
+ simply making modifications authorized by this Section 2(a)
175
+ (4) never produces Adapted Material.
176
+
177
+ 5. Downstream recipients.
178
+
179
+ a. Offer from the Licensor -- Licensed Material. Every
180
+ recipient of the Licensed Material automatically
181
+ receives an offer from the Licensor to exercise the
182
+ Licensed Rights under the terms and conditions of this
183
+ Public License.
184
+
185
+ b. Additional offer from the Licensor -- Adapted Material.
186
+ Every recipient of Adapted Material from You
187
+ automatically receives an offer from the Licensor to
188
+ exercise the Licensed Rights in the Adapted Material
189
+ under the conditions of the Adapter's License You apply.
190
+
191
+ c. No downstream restrictions. You may not offer or impose
192
+ any additional or different terms or conditions on, or
193
+ apply any Effective Technological Measures to, the
194
+ Licensed Material if doing so restricts exercise of the
195
+ Licensed Rights by any recipient of the Licensed
196
+ Material.
197
+
198
+ 6. No endorsement. Nothing in this Public License constitutes or
199
+ may be construed as permission to assert or imply that You
200
+ are, or that Your use of the Licensed Material is, connected
201
+ with, or sponsored, endorsed, or granted official status by,
202
+ the Licensor or others designated to receive attribution as
203
+ provided in Section 3(a)(1)(A)(i).
204
+
205
+ b. Other rights.
206
+
207
+ 1. Moral rights, such as the right of integrity, are not
208
+ licensed under this Public License, nor are publicity,
209
+ privacy, and/or other similar personality rights; however, to
210
+ the extent possible, the Licensor waives and/or agrees not to
211
+ assert any such rights held by the Licensor to the limited
212
+ extent necessary to allow You to exercise the Licensed
213
+ Rights, but not otherwise.
214
+
215
+ 2. Patent and trademark rights are not licensed under this
216
+ Public License.
217
+
218
+ 3. To the extent possible, the Licensor waives any right to
219
+ collect royalties from You for the exercise of the Licensed
220
+ Rights, whether directly or through a collecting society
221
+ under any voluntary or waivable statutory or compulsory
222
+ licensing scheme. In all other cases the Licensor expressly
223
+ reserves any right to collect such royalties.
224
+
225
+
226
+ Section 3 -- License Conditions.
227
+
228
+ Your exercise of the Licensed Rights is expressly made subject to the
229
+ following conditions.
230
+
231
+ a. Attribution.
232
+
233
+ 1. If You Share the Licensed Material (including in modified
234
+ form), You must:
235
+
236
+ a. retain the following if it is supplied by the Licensor
237
+ with the Licensed Material:
238
+
239
+ i. identification of the creator(s) of the Licensed
240
+ Material and any others designated to receive
241
+ attribution, in any reasonable manner requested by
242
+ the Licensor (including by pseudonym if
243
+ designated);
244
+
245
+ ii. a copyright notice;
246
+
247
+ iii. a notice that refers to this Public License;
248
+
249
+ iv. a notice that refers to the disclaimer of
250
+ warranties;
251
+
252
+ v. a URI or hyperlink to the Licensed Material to the
253
+ extent reasonably practicable;
254
+
255
+ b. indicate if You modified the Licensed Material and
256
+ retain an indication of any previous modifications; and
257
+
258
+ c. indicate the Licensed Material is licensed under this
259
+ Public License, and include the text of, or the URI or
260
+ hyperlink to, this Public License.
261
+
262
+ 2. You may satisfy the conditions in Section 3(a)(1) in any
263
+ reasonable manner based on the medium, means, and context in
264
+ which You Share the Licensed Material. For example, it may be
265
+ reasonable to satisfy the conditions by providing a URI or
266
+ hyperlink to a resource that includes the required
267
+ information.
268
+
269
+ 3. If requested by the Licensor, You must remove any of the
270
+ information required by Section 3(a)(1)(A) to the extent
271
+ reasonably practicable.
272
+
273
+ b. ShareAlike.
274
+
275
+ In addition to the conditions in Section 3(a), if You Share
276
+ Adapted Material You produce, the following conditions also apply.
277
+
278
+ 1. The Adapter's License You apply must be a Creative Commons
279
+ license with the same License Elements, this version or
280
+ later, or a BY-SA Compatible License.
281
+
282
+ 2. You must include the text of, or the URI or hyperlink to, the
283
+ Adapter's License You apply. You may satisfy this condition
284
+ in any reasonable manner based on the medium, means, and
285
+ context in which You Share Adapted Material.
286
+
287
+ 3. You may not offer or impose any additional or different terms
288
+ or conditions on, or apply any Effective Technological
289
+ Measures to, Adapted Material that restrict exercise of the
290
+ rights granted under the Adapter's License You apply.
291
+
292
+
293
+ Section 4 -- Sui Generis Database Rights.
294
+
295
+ Where the Licensed Rights include Sui Generis Database Rights that
296
+ apply to Your use of the Licensed Material:
297
+
298
+ a. for the avoidance of doubt, Section 2(a)(1) grants You the right
299
+ to extract, reuse, reproduce, and Share all or a substantial
300
+ portion of the contents of the database;
301
+
302
+ b. if You include all or a substantial portion of the database
303
+ contents in a database in which You have Sui Generis Database
304
+ Rights, then the database in which You have Sui Generis Database
305
+ Rights (but not its individual contents) is Adapted Material,
306
+
307
+ including for purposes of Section 3(b); and
308
+ c. You must comply with the conditions in Section 3(a) if You Share
309
+ all or a substantial portion of the contents of the database.
310
+
311
+ For the avoidance of doubt, this Section 4 supplements and does not
312
+ replace Your obligations under this Public License where the Licensed
313
+ Rights include other Copyright and Similar Rights.
314
+
315
+
316
+ Section 5 -- Disclaimer of Warranties and Limitation of Liability.
317
+
318
+ a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
319
+ EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
320
+ AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
321
+ ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
322
+ IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
323
+ WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
324
+ PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
325
+ ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
326
+ KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
327
+ ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
328
+
329
+ b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
330
+ TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
331
+ NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
332
+ INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
333
+ COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
334
+ USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
335
+ ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
336
+ DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
337
+ IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
338
+
339
+ c. The disclaimer of warranties and limitation of liability provided
340
+ above shall be interpreted in a manner that, to the extent
341
+ possible, most closely approximates an absolute disclaimer and
342
+ waiver of all liability.
343
+
344
+
345
+ Section 6 -- Term and Termination.
346
+
347
+ a. This Public License applies for the term of the Copyright and
348
+ Similar Rights licensed here. However, if You fail to comply with
349
+ this Public License, then Your rights under this Public License
350
+ terminate automatically.
351
+
352
+ b. Where Your right to use the Licensed Material has terminated under
353
+ Section 6(a), it reinstates:
354
+
355
+ 1. automatically as of the date the violation is cured, provided
356
+ it is cured within 30 days of Your discovery of the
357
+ violation; or
358
+
359
+ 2. upon express reinstatement by the Licensor.
360
+
361
+ For the avoidance of doubt, this Section 6(b) does not affect any
362
+ right the Licensor may have to seek remedies for Your violations
363
+ of this Public License.
364
+
365
+ c. For the avoidance of doubt, the Licensor may also offer the
366
+ Licensed Material under separate terms or conditions or stop
367
+ distributing the Licensed Material at any time; however, doing so
368
+ will not terminate this Public License.
369
+
370
+ d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
371
+ License.
372
+
373
+
374
+ Section 7 -- Other Terms and Conditions.
375
+
376
+ a. The Licensor shall not be bound by any additional or different
377
+ terms or conditions communicated by You unless expressly agreed.
378
+
379
+ b. Any arrangements, understandings, or agreements regarding the
380
+ Licensed Material not stated herein are separate from and
381
+ independent of the terms and conditions of this Public License.
382
+
383
+
384
+ Section 8 -- Interpretation.
385
+
386
+ a. For the avoidance of doubt, this Public License does not, and
387
+ shall not be interpreted to, reduce, limit, restrict, or impose
388
+ conditions on any use of the Licensed Material that could lawfully
389
+ be made without permission under this Public License.
390
+
391
+ b. To the extent possible, if any provision of this Public License is
392
+ deemed unenforceable, it shall be automatically reformed to the
393
+ minimum extent necessary to make it enforceable. If the provision
394
+ cannot be reformed, it shall be severed from this Public License
395
+ without affecting the enforceability of the remaining terms and
396
+ conditions.
397
+
398
+ c. No term or condition of this Public License will be waived and no
399
+ failure to comply consented to unless expressly agreed to by the
400
+ Licensor.
401
+
402
+ d. Nothing in this Public License constitutes or may be interpreted
403
+ as a limitation upon, or waiver of, any privileges and immunities
404
+ that apply to the Licensor or You, including from the legal
405
+ processes of any jurisdiction or authority.
406
+
407
+
408
+ =======================================================================
409
+
410
+ Creative Commons is not a party to its public
411
+ licenses. Notwithstanding, Creative Commons may elect to apply one of
412
+ its public licenses to material it publishes and in those instances
413
+ will be considered the “Licensor.” The text of the Creative Commons
414
+ public licenses is dedicated to the public domain under the CC0 Public
415
+ Domain Dedication. Except for the limited purpose of indicating that
416
+ material is shared under a Creative Commons public license or as
417
+ otherwise permitted by the Creative Commons policies published at
418
+ creativecommons.org/policies, Creative Commons does not authorize the
419
+ use of the trademark "Creative Commons" or any other trademark or logo
420
+ of Creative Commons without its prior written consent including,
421
+ without limitation, in connection with any unauthorized modifications
422
+ to any of its public licenses or any other arrangements,
423
+ understandings, or agreements concerning use of licensed material. For
424
+ the avoidance of doubt, this paragraph does not form part of the
425
+ public licenses.
426
+
427
+ Creative Commons may be contacted at creativecommons.org.
428
+
package/README.md ADDED
@@ -0,0 +1,103 @@
1
+ # Payment Logos 💳 ✨
2
+
3
+ Welcome to the ultimate payment method logos repo! 🎉 We curated an extensive collection of logos and icons representing debit and credit card schemes, wallets, and alternative payment methods.
4
+
5
+ While this repo holds the icons we use across our solutions, you may use them to enhance your projects too!
6
+
7
+ Shortcuts to individual sections:
8
+
9
+ - [Debit & credit cards](#debit--credit-cards)
10
+ - [Wallets](#wallets)
11
+ - [Generic logos](#generic-logos)
12
+ - [Alternative payment methods](#alternative-payment-methods)
13
+
14
+ 👀 Missing a logo? Open an issue and we will make sure to add it in a future release!
15
+
16
+ ## Debit & credit cards
17
+
18
+ | Asset | Path |
19
+ | ----- | ---- |
20
+ | ![mastercard](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/cards/mastercard.svg?sanitize=true) | assets/cards/mastercard.svg |
21
+ | ![visa](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/cards/visa.svg?sanitize=true) | assets/cards/visa.svg |
22
+ | ![american-express](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/cards/american-express.svg?sanitize=true) | assets/cards/american-express.svg |
23
+ | ![cartes-bancaires](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/cards/cartes-bancaires.svg?sanitize=true) | assets/cards/cartes-bancaires.svg |
24
+ | ![dankort](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/cards/dankort.svg?sanitize=true) | assets/cards/dankort.svg |
25
+ | ![diners](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/cards/diners.svg?sanitize=true) | assets/cards/diners.svg |
26
+ | ![discover](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/cards/discover.svg?sanitize=true) | assets/cards/discover.svg |
27
+ | ![elo](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/cards/elo.svg?sanitize=true) | assets/cards/elo.svg |
28
+ | ![hipercard](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/cards/hipercard.svg?sanitize=true) | assets/cards/hipercard.svg |
29
+ | ![jcb](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/cards/jcb.svg?sanitize=true) | assets/cards/jcb.svg |
30
+ | ![maestro-alt](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/cards/maestro-alt.svg?sanitize=true) | assets/cards/maestro-alt.svg |
31
+ | ![maestro](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/cards/maestro.svg?sanitize=true) | assets/cards/maestro.svg |
32
+ | ![mastercard-alt](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/cards/mastercard-alt.svg?sanitize=true) | assets/cards/mastercard-alt.svg |
33
+ | ![uatp](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/cards/uatp.svg?sanitize=true) | assets/cards/uatp.svg |
34
+ | ![unionpay](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/cards/unionpay.svg?sanitize=true) | assets/cards/unionpay.svg |
35
+ | ![visa-alt](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/cards/visa-alt.svg?sanitize=true) | assets/cards/visa-alt.svg |
36
+ | ![vpay](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/cards/vpay.svg?sanitize=true) | assets/cards/vpay.svg |
37
+
38
+ ## Wallets
39
+
40
+ | Asset | Path |
41
+ | ----- | ---- |
42
+ | ![apple-pay](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/wallets/apple-pay.svg?sanitize=true) | assets/wallets/apple-pay.svg |
43
+ | ![google-pay-alt](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/wallets/google-pay-alt.svg?sanitize=true) | assets/wallets/google-pay-alt.svg |
44
+ | ![google-pay](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/wallets/google-pay.svg?sanitize=true) | assets/wallets/google-pay.svg |
45
+
46
+ ## Generic logos
47
+
48
+ | Asset | Path |
49
+ | ----- | ---- |
50
+ | ![card-generic-alt](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/generic/card-generic-alt.svg?sanitize=true) | assets/generic/card-generic-alt.svg |
51
+ | ![card-generic-gold](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/generic/card-generic-gold.svg?sanitize=true) | assets/generic/card-generic-gold.svg |
52
+ | ![card-generic](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/generic/card-generic.svg?sanitize=true) | assets/generic/card-generic.svg |
53
+ | ![gift-card-generic-alt](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/generic/gift-card-generic-alt.svg?sanitize=true) | assets/generic/gift-card-generic-alt.svg |
54
+ | ![gift-card-generic-gold](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/generic/gift-card-generic-gold.svg?sanitize=true) | assets/generic/gift-card-generic-gold.svg |
55
+ | ![gift-card-generic](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/generic/gift-card-generic.svg?sanitize=true) | assets/generic/gift-card-generic.svg |
56
+ | ![invoice](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/generic/invoice.svg?sanitize=true) | assets/generic/invoice.svg |
57
+
58
+ ## Alternative payment methods
59
+
60
+ | Asset | Path |
61
+ | ----- | ---- |
62
+ | ![alipay-plus](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/apm/alipay-plus.svg?sanitize=true) | assets/apm/alipay-plus.svg |
63
+ | ![alipay](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/apm/alipay.svg?sanitize=true) | assets/apm/alipay.svg |
64
+ | ![amazon-pay](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/apm/amazon-pay.svg?sanitize=true) | assets/apm/amazon-pay.svg |
65
+ | ![availabill](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/apm/availabill.svg?sanitize=true) | assets/apm/availabill.svg |
66
+ | ![bancontact](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/apm/bancontact.svg?sanitize=true) | assets/apm/bancontact.svg |
67
+ | ![blik](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/apm/blik.svg?sanitize=true) | assets/apm/blik.svg |
68
+ | ![boncard](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/apm/boncard.svg?sanitize=true) | assets/apm/boncard.svg |
69
+ | ![bonus-card](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/apm/bonus-card.svg?sanitize=true) | assets/apm/bonus-card.svg |
70
+ | ![butterfly-card](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/apm/butterfly-card.svg?sanitize=true) | assets/apm/butterfly-card.svg |
71
+ | ![cembrapay](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/apm/cembrapay.svg?sanitize=true) | assets/apm/cembrapay.svg |
72
+ | ![crif](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/apm/crif.svg?sanitize=true) | assets/apm/crif.svg |
73
+ | ![crypto](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/apm/crypto.svg?sanitize=true) | assets/apm/crypto.svg |
74
+ | ![ebill](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/apm/ebill.svg?sanitize=true) | assets/apm/ebill.svg |
75
+ | ![eps](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/apm/eps.svg?sanitize=true) | assets/apm/eps.svg |
76
+ | ![giropay](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/apm/giropay.svg?sanitize=true) | assets/apm/giropay.svg |
77
+ | ![half-fare-plus](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/apm/half-fare-plus.svg?sanitize=true) | assets/apm/half-fare-plus.svg |
78
+ | ![ideal](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/apm/ideal.svg?sanitize=true) | assets/apm/ideal.svg |
79
+ | ![klarna](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/apm/klarna.svg?sanitize=true) | assets/apm/klarna.svg |
80
+ | ![lunch-check](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/apm/lunch-check.svg?sanitize=true) | assets/apm/lunch-check.svg |
81
+ | ![mediamarkt](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/apm/mediamarkt.svg?sanitize=true) | assets/apm/mediamarkt.svg |
82
+ | ![migros-giftcard](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/apm/migros-giftcard.svg?sanitize=true) | assets/apm/migros-giftcard.svg |
83
+ | ![mobilepay](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/apm/mobilepay.svg?sanitize=true) | assets/apm/mobilepay.svg |
84
+ | ![paycard](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/apm/paycard.svg?sanitize=true) | assets/apm/paycard.svg |
85
+ | ![paypal](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/apm/paypal.svg?sanitize=true) | assets/apm/paypal.svg |
86
+ | ![paysafecard](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/apm/paysafecard.svg?sanitize=true) | assets/apm/paysafecard.svg |
87
+ | ![pointspay](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/apm/pointspay.svg?sanitize=true) | assets/apm/pointspay.svg |
88
+ | ![postfinance-card](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/apm/postfinance-card.svg?sanitize=true) | assets/apm/postfinance-card.svg |
89
+ | ![postfinance-efinance](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/apm/postfinance-efinance.svg?sanitize=true) | assets/apm/postfinance-efinance.svg |
90
+ | ![postfinance-pay](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/apm/postfinance-pay.svg?sanitize=true) | assets/apm/postfinance-pay.svg |
91
+ | ![powerpay](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/apm/powerpay.svg?sanitize=true) | assets/apm/powerpay.svg |
92
+ | ![przelewy24](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/apm/przelewy24.svg?sanitize=true) | assets/apm/przelewy24.svg |
93
+ | ![reka](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/apm/reka.svg?sanitize=true) | assets/apm/reka.svg |
94
+ | ![samsung-pay](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/apm/samsung-pay.svg?sanitize=true) | assets/apm/samsung-pay.svg |
95
+ | ![sepa](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/apm/sepa.svg?sanitize=true) | assets/apm/sepa.svg |
96
+ | ![skrill](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/apm/skrill.svg?sanitize=true) | assets/apm/skrill.svg |
97
+ | ![swish](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/apm/swish.svg?sanitize=true) | assets/apm/swish.svg |
98
+ | ![swissbilling](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/apm/swissbilling.svg?sanitize=true) | assets/apm/swissbilling.svg |
99
+ | ![swisscom-pay](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/apm/swisscom-pay.svg?sanitize=true) | assets/apm/swisscom-pay.svg |
100
+ | ![swisspass](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/apm/swisspass.svg?sanitize=true) | assets/apm/swisspass.svg |
101
+ | ![twint](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/apm/twint.svg?sanitize=true) | assets/apm/twint.svg |
102
+ | ![vipps](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/apm/vipps.svg?sanitize=true) | assets/apm/vipps.svg |
103
+ | ![wechat-pay](https://raw.githubusercontent.com/datatrans/payment-logos/master/assets/apm/wechat-pay.svg?sanitize=true) | assets/apm/wechat-pay.svg |
@@ -0,0 +1,9 @@
1
+ <svg width="120" height="80" viewBox="0 0 120 80" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="120" height="80" rx="4" fill="white"/>
3
+ <path d="M110.001 42.4599H100.873C99.6666 42.4599 98.5097 41.99 97.6567 41.1536C96.8037 40.3172 96.3245 39.1828 96.3245 38H107.804C108.092 37.9998 108.378 38.0554 108.644 38.1634C108.911 38.2715 109.153 38.43 109.357 38.6298C109.561 38.8297 109.723 39.0669 109.834 39.3281C109.944 39.5893 110.001 39.8693 110.001 40.1521V42.4599Z" fill="#1677FF"/>
4
+ <path d="M87.1978 38H94.1123V42.4599H89.3976C88.8152 42.4599 88.2566 42.233 87.8448 41.8292C87.4329 41.4254 87.2016 40.8777 87.2016 40.3066V37.9951L87.1978 38Z" fill="#00B6FF"/>
5
+ <path d="M100.871 31.2032V42.4586C100.274 42.4591 99.6822 42.3442 99.13 42.1203C98.5778 41.8965 98.076 41.5681 97.6533 41.1541C97.2306 40.74 96.8952 40.2484 96.6663 39.7072C96.4374 39.166 96.3195 38.5859 96.3193 38V29.0523H98.6767C99.2585 29.0526 99.8163 29.2793 100.227 29.6826C100.639 30.0858 100.87 30.6327 100.871 31.2032Z" fill="#1677FF"/>
6
+ <path d="M100.872 44.6472V51.4076H98.5154C97.933 51.4076 97.3744 51.1807 96.9625 50.7769C96.5507 50.3731 96.3193 49.8254 96.3193 49.2543V44.6472H100.872Z" fill="#00B6FF"/>
7
+ <path d="M28.47 29.0487V47.2591H32.4899V29.0487H28.47ZM9.99951 47.2591H13.7142L14.7316 43.8163H21.1175L22.084 47.2591H26.8409L21.4227 29.6728H16.0294L9.99951 47.2591ZM15.5715 40.9477L17.9624 32.8406H18.0641L20.3284 40.9477H15.5715ZM48.3139 47.4331C51.9008 47.4331 55.1316 44.8394 55.1316 40.2239C55.1316 36.0876 52.7916 33.6144 49.8908 33.6144C48.4156 33.6144 47.2704 34.163 45.9726 35.2105V33.8881H41.954V51.5H45.9726V47.1338C46.7355 47.3376 47.5232 47.4383 48.3139 47.4331ZM64.6726 47.2591H68.6925L68.2087 43.9161V38.3285C68.2087 35.2871 66.3774 33.6144 63.1453 33.6144C61.0857 33.6144 59.6602 33.9635 57.0658 34.736L57.778 37.8042C60.144 36.7567 61.1875 36.3078 62.2805 36.3078C63.6044 36.3078 64.1888 37.2312 64.1888 38.6533V38.7531C59.5845 39.6046 58.1589 40.0742 57.2693 40.9428C56.608 41.5913 56.3276 42.5146 56.3276 43.5876C56.3276 46.1569 58.3624 47.528 60.2706 47.528C61.6962 47.528 62.8401 47.0049 64.3922 45.8577L64.6726 47.2543V47.2591ZM35.2368 33.8881V47.2591H39.2567V33.8881H35.2368ZM82.5314 33.9136L82.5575 33.8881H78.7671L76.3775 42.0207H76.2534L73.5003 33.8881H68.9977L74.4159 47.309L72.1516 51.4003V51.5H75.6889L82.5314 33.9136ZM48.3647 36.6825C49.866 36.6825 51.0608 37.854 51.0608 40.3492C51.0608 43.5426 49.3064 44.9635 47.3474 44.9635C46.8812 44.9688 46.4172 44.9015 45.9726 44.764V37.5304C46.8126 36.9562 47.5 36.6788 48.3647 36.6788V36.6825ZM60.2197 43.1934C60.2197 42.8187 60.2966 42.4441 60.6019 42.1448C61.0857 41.6715 62.0262 41.3224 64.1888 40.8236V44.0158C63.1205 44.59 62.5101 44.8139 61.7979 44.8139C60.8302 44.8139 60.2197 44.191 60.2197 43.1934Z" fill="#3E3A39"/>
8
+ <path d="M34.9377 30.6703C34.9377 31.9672 35.9042 32.8406 37.2528 32.8406C38.6015 32.8406 39.568 31.9672 39.568 30.6703C39.5618 29.3978 38.5953 28.5 37.2466 28.5C35.898 28.5 34.9377 29.3978 34.9377 30.6703Z" fill="#1677FF"/>
9
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg width="120" height="80" viewBox="0 0 120 80" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="120" height="80" rx="4" fill="white"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M78.3331 35.4738C79.0182 35.4738 79.6693 35.6087 80.2178 35.8788C80.8 36.1489 81.2798 36.5201 81.691 36.9589C82.1026 37.4312 82.4108 37.9714 82.6161 38.5789C82.822 39.1864 82.959 39.8274 82.959 40.5363C82.959 41.4139 82.822 42.2236 82.5821 42.9663C82.3079 43.7087 81.9653 44.3503 81.4511 44.8902C80.9713 45.4301 80.3891 45.8686 79.7036 46.1725C79.0182 46.4764 78.2301 46.6451 77.3737 46.6451C76.9278 46.6451 76.5509 46.6451 76.2424 46.6113C75.9341 46.5778 75.6256 46.5102 75.3173 46.375V50.695H72.028V36.3511C72.028 36.1824 72.096 36.0137 72.1992 35.9126C72.3359 35.7774 72.4732 35.7101 72.6445 35.7101H75.3173V36.5539C75.6942 36.25 76.1397 35.9802 76.6196 35.7774C77.0991 35.5749 77.6816 35.4738 78.3331 35.4738ZM98.8248 35.5076L102.286 42.1563L105.13 35.9126C105.199 35.7774 105.267 35.6763 105.404 35.6087C105.541 35.5411 105.678 35.5076 105.815 35.5076H107.7L102.217 47.5227C100.881 50.7965 97.6942 50.3238 97.1117 50.3238V48.501L97.2956 48.5012C97.8742 48.499 99.1028 48.4526 99.6816 47.7925C99.8185 47.6238 99.9898 47.3202 100.058 47.1174C100.161 46.9152 100.23 46.7465 100.333 46.5778L100.71 45.6999L95.3296 35.5076H98.8248ZM69.3205 35.8788V46.6789H65.8935V36.4193C65.8935 36.2506 65.9281 36.1824 66.0651 36.0475C66.2021 35.9126 66.3737 35.8788 66.545 35.8788H69.3205ZM91.766 35.845C92.9173 36.1689 94.1949 37.0218 94.2952 38.4334L94.3015 38.6127V46.4088H90.9092V46.0038C86.8311 47.7925 84.3639 45.3963 84.3639 42.8314C84.3639 41.3463 85.4262 39.0512 88.4077 39.085C89.0358 39.1132 89.807 39.1881 90.5026 39.2514L90.9092 39.2875V38.7138C90.9092 36.8575 90.0865 36.2838 85.7348 37.0262C85.6322 36.7564 85.5289 36.2838 85.4262 36.0137C88.1677 35.3051 90.1895 35.4062 91.766 35.845ZM63.1523 31.795V46.3077H59.6914V32.4025C59.6914 32.2338 59.7597 32.0986 59.897 31.9637C60.0339 31.8288 60.2052 31.795 60.3765 31.795H63.1523ZM51.5355 31.795L58.3208 46.3077H54.6882L53.5576 43.945H46.567L45.3331 46.3077H42.9001L49.7881 32.2676C49.8564 32.1324 49.9593 32.0313 50.0963 31.9299C50.2061 31.8491 50.3157 31.8113 50.4429 31.7994L50.5418 31.795H51.5355ZM77.579 37.5326C77.3737 37.5326 77.1678 37.5664 76.9621 37.6337C76.7565 37.7013 76.5853 37.8027 76.4137 37.9376C76.2424 38.0725 76.0711 38.2074 75.8998 38.3764C75.7285 38.5451 75.5916 38.7138 75.4543 38.9163V43.7087C75.4543 43.9788 75.4889 44.2151 75.5916 44.4514C75.6942 44.6877 75.8315 44.8902 76.0028 45.0589C76.174 45.2276 76.4136 45.3625 76.6536 45.4639C76.8935 45.565 77.2021 45.5988 77.4763 45.5988C77.7502 45.5988 78.0245 45.4977 78.2644 45.3287C78.5043 45.1265 78.7439 44.8902 78.9152 44.5525C79.0865 44.2151 79.2581 43.8101 79.3611 43.3378C79.4637 42.8652 79.5324 42.3588 79.5324 41.8189C79.5324 41.11 79.498 40.5025 79.3951 39.9626C79.2924 39.4227 79.1551 38.9839 78.9839 38.6127C78.8126 38.2412 78.607 37.9714 78.3671 37.8027C78.1271 37.6337 77.8532 37.5326 77.579 37.5326ZM89.3327 40.6036C88.0991 40.7053 87.1054 41.6837 87.1054 42.9663C87.1054 44.2486 88.0991 45.2952 89.3327 45.3287C89.8881 45.3287 90.3599 45.1373 90.7482 44.804L90.8746 44.6877V40.874C90.6007 40.7053 90.1211 40.5363 89.3327 40.6036ZM50.1649 36.5201L47.0122 42.9325H53.1804L50.1649 36.5201Z" fill="#3E3A39"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M69.4501 32.6951C69.4501 33.695 68.6579 34.4951 67.6501 34.4951C66.6423 34.4951 65.8501 33.695 65.8501 32.6951C65.8501 31.6951 66.6423 30.8951 67.6501 30.8951C68.6579 30.8951 69.4501 31.6951 69.4501 32.6951Z" fill="#00A0E9"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M34.0362 26.6349C36.3208 26.6349 38.1685 28.544 38.1685 30.9047V44.6867C38.1685 44.6867 37.3286 44.6171 33.6331 43.3326C32.5916 42.9508 31.2143 42.4299 29.6691 41.8399C30.6096 40.1736 31.3486 38.2642 31.819 36.2161H26.7462V34.3068H32.9614V33.2653H26.7462V30.1063H24.1931C23.7563 30.1063 23.7563 30.5576 23.7563 30.5576V33.2653H17.4741V34.3068H23.7227V36.2161H18.5156V37.2576H28.5939C28.2244 38.5765 27.7204 39.8265 27.1493 40.9375C23.8906 39.8265 20.3966 38.9238 18.213 39.4792C16.8357 39.8265 15.9288 40.4862 15.3911 41.1455C12.9723 44.2005 14.7191 48.8521 19.8592 48.8521C22.8827 48.8521 25.8056 47.0818 28.0898 44.2353C31.4832 45.936 38.1685 48.8176 38.1685 48.8176V49.0951C38.1685 51.4558 36.3208 53.3651 34.0026 53.3651H16.4326C14.148 53.3651 12.3003 51.4558 12.3003 49.0607V30.9047C12.3003 28.544 14.148 26.6349 16.4326 26.6349H34.0362ZM19.421 39.9376C21.8141 39.6769 24.0718 40.645 26.7004 42.0232C24.8471 44.5931 22.4879 46.1951 20.1289 46.1951C16.0511 46.1951 14.8378 42.7683 16.8599 40.9058C17.534 40.2727 18.7472 39.9746 19.421 39.9376Z" fill="#00A0E9"/>
6
+ </svg>
@@ -0,0 +1,16 @@
1
+ <svg width="120" height="80" viewBox="0 0 120 80" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_823_535)">
3
+ <rect width="120" height="80" rx="4" fill="#333E48"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M0 76H120C120 78.2091 118.209 80 116 80H4C1.79086 80 0 78.2091 0 76Z" fill="#FF9900"/>
5
+ <path d="M93.4449 50.4761C93.0037 50.3625 92.6115 50.4761 92.203 50.6383C85.0295 53.6233 77.5781 55.5376 69.849 56.4461C67.4796 56.7218 65.0938 56.9003 62.7081 56.9652C58.3615 57.0787 54.0149 56.8354 49.7009 56.2676C46.7923 55.8783 43.9 55.3429 41.0404 54.6616C34.9943 53.2177 29.1607 51.1412 23.6049 48.3672C22.1669 47.6534 20.7616 46.8584 19.3399 46.096C18.719 45.7553 18.3268 45.8526 18 46.4367V46.7124C18.1961 46.972 18.3595 47.264 18.6046 47.4911C24.4872 52.7148 31.1216 56.657 38.5402 59.3175C42.1188 60.5991 45.7955 61.54 49.5375 62.1564C51.8252 62.5296 54.1129 62.7729 56.4333 62.8865C56.9235 62.9027 57.4137 62.9189 57.9039 62.9514C58.0183 62.9514 58.1327 62.9838 58.2471 63H61.1394C61.2538 62.9838 61.3682 62.9514 61.4825 62.9514C63.9173 62.8865 66.3521 62.6593 68.7705 62.3024C72.2674 61.7833 75.6989 60.9884 79.0488 59.9177C83.8856 58.3603 88.4773 56.2838 92.6769 53.4124C93.1344 53.1042 93.6083 52.796 93.9841 52.4066C94.6868 51.6928 94.36 50.7194 93.4449 50.4761Z" fill="#FF9900"/>
6
+ <path d="M102 45.7292C101.872 45.0524 101.358 44.7945 100.781 44.6012C99.8662 44.295 98.9196 44.15 97.957 44.0694C96.1921 43.9244 94.4273 44.0049 92.6946 44.3272C90.7693 44.6817 88.9403 45.3102 87.3199 46.4382C87.1274 46.5671 86.9348 46.7282 86.8225 46.9216C86.7263 47.0666 86.7102 47.2922 86.7423 47.4695C86.7904 47.679 87.0151 47.7273 87.2236 47.7112C87.3199 47.7112 87.4162 47.7112 87.5124 47.6951L90.641 47.3567C92.1812 47.2117 93.7214 47.115 95.2616 47.2278C95.9194 47.2761 96.5612 47.4212 97.1869 47.5823C97.8767 47.7596 98.1816 48.2913 98.2137 48.9842C98.2618 50.0639 98.0211 51.0952 97.7484 52.1265C97.1869 54.2053 96.4168 56.2195 95.6146 58.2177C95.5664 58.3466 95.5023 58.4916 95.4862 58.6206C95.422 59.0234 95.6467 59.2651 96.0317 59.1846C96.2563 59.1362 96.513 59.0073 96.6735 58.8462C97.2671 58.266 97.8767 57.6859 98.3741 57.0414C100.091 54.8176 101.102 52.2716 101.695 49.5321C101.807 49.0487 101.888 48.5492 101.968 48.0657C102 47.3084 102 46.5188 102 45.7292Z" fill="#FF9900"/>
7
+ <path d="M71.4923 18.1483C71.5508 18.3986 71.624 18.6489 71.7265 18.8992C74.1417 24.8765 76.5423 30.8686 78.9721 36.8459C79.177 37.3612 79.221 37.7882 79.0014 38.3034C78.5915 39.2162 78.2841 40.1585 77.8597 41.0565C77.4791 41.8663 76.8789 42.4552 76.0007 42.7055C75.3859 42.8674 74.7565 42.8969 74.1124 42.838C73.805 42.8085 73.4977 42.7349 73.1903 42.7202C72.7804 42.6907 72.5755 42.8821 72.5608 43.3091C72.5462 43.7213 72.5462 44.1336 72.5608 44.5311C72.5755 45.2083 72.795 45.5175 73.4684 45.6352C74.1563 45.753 74.8443 45.8708 75.5469 45.8855C77.6401 45.9297 79.3088 45.0905 80.392 43.2502C80.8164 42.5288 81.2117 41.7632 81.5191 40.9829C84.4173 33.607 87.3009 26.2163 90.1845 18.8256C90.2723 18.6047 90.3455 18.3839 90.3748 18.1483C90.4334 17.795 90.2723 17.6183 89.921 17.6036C89.1013 17.5889 88.2963 17.6036 87.4766 17.6036C87.0228 17.6036 86.7008 17.8097 86.5398 18.2367C86.4812 18.3986 86.408 18.5753 86.3495 18.7372L82.0899 31.06C81.7825 31.958 81.4751 32.8414 81.1385 33.7984C81.0799 33.6658 81.0507 33.5922 81.0214 33.5186C79.4405 29.1166 77.8597 24.6998 76.2788 20.2978C76.03 19.6059 75.7665 18.8992 75.503 18.2072C75.3713 17.8391 75.1078 17.6183 74.7126 17.6183C73.7758 17.6036 72.839 17.5889 71.9021 17.6036C71.5801 17.6036 71.4191 17.8391 71.4923 18.1483Z" fill="white"/>
8
+ <path d="M53.0343 33.18C52.8587 31.8845 52.9319 30.6036 53.532 29.3816C54.2785 27.8358 55.552 26.8788 57.1329 26.3193C58.4502 25.863 59.8262 25.7746 61.2167 25.8482C62.5488 25.9218 63.8515 26.1427 65.1396 26.4519C65.1835 26.4666 65.2421 26.4666 65.3006 26.4666C65.3153 26.393 65.3299 26.3488 65.3299 26.2899C65.3153 25.2741 65.3299 24.2435 65.286 23.2276C65.2567 22.5062 65.0957 21.7995 64.6419 21.2106C64.115 20.5334 63.3685 20.2978 62.578 20.1801C61.0557 19.9592 59.5334 20.077 58.0257 20.3567C57.0597 20.5481 56.0936 20.8131 55.1421 21.0634C54.5713 21.2254 54.3224 21.0634 54.3078 20.4598C54.2932 20.0623 54.3224 19.6501 54.3078 19.2378C54.2932 18.752 54.5127 18.4281 54.9518 18.2809C55.6837 18.0306 56.401 17.7508 57.1475 17.5595C58.3039 17.2503 59.4895 17.1031 60.6898 17.0442C60.8215 17.0442 60.9386 17.0147 61.0557 17H62.5195C62.9733 17.0589 63.4124 17.1031 63.8515 17.1619C64.7883 17.2945 65.6958 17.5447 66.5156 18.0306C67.9354 18.8698 68.6087 20.1801 68.8429 21.7701C68.9161 22.3001 68.9454 22.8301 68.9454 23.3601V36.4337C68.9454 36.5368 68.9454 36.6546 68.9308 36.7723C68.9015 37.1109 68.6819 37.3318 68.3453 37.3465C67.6719 37.3612 67.0132 37.3612 66.3399 37.3465C65.9886 37.3318 65.7544 37.0815 65.6812 36.6987C65.5934 36.257 65.5348 35.8154 65.4616 35.3442C65.3738 35.4031 65.3153 35.4473 65.2567 35.4915C63.8076 36.6987 62.1682 37.4937 60.3092 37.7735C58.6991 38.009 57.1182 37.906 55.6691 37.0962C54.1468 36.2423 53.2832 34.9026 53.0343 33.18ZM58.4795 34.7112C59.1528 34.9762 59.8408 35.0056 60.5434 34.932C62.2414 34.7553 63.749 34.0928 65.125 33.0917C65.2567 33.0034 65.3153 32.9003 65.3153 32.7236C65.3006 32.1495 65.3153 31.5606 65.3153 30.9864C65.3153 30.3975 65.3006 29.8086 65.3153 29.2197C65.3153 29.0136 65.2567 28.9252 65.0518 28.8958C64.0272 28.7633 63.0172 28.5719 61.9925 28.4688C60.9679 28.3805 59.9433 28.4247 58.9479 28.7486C57.9672 29.0725 57.2353 29.6614 56.9426 30.6772C56.7084 31.4722 56.7084 32.2672 56.9572 33.0623C57.1914 33.872 57.7184 34.4167 58.4795 34.7112Z" fill="white"/>
9
+ <path d="M32 18.59C32 17.7361 32.1464 17.5742 33.01 17.5889H34.4298C35.0007 17.6036 35.2788 17.8392 35.3666 18.4134C35.4252 18.752 35.4691 19.0906 35.5277 19.4292C35.5423 19.4881 35.5716 19.5323 35.5862 19.6059C35.879 19.385 36.1571 19.1495 36.4498 18.9434C37.8404 17.9275 39.392 17.2797 41.1046 17.0736C41.2802 17.0442 41.4559 17.0294 41.6315 17H42.6562C43.0514 17.0589 43.4612 17.0883 43.8565 17.1767C46.462 17.7067 48.1892 19.3114 49.2285 21.7259C50.0774 23.684 50.297 25.7599 50.2238 27.8652C50.1653 29.7644 49.7993 31.6047 48.9503 33.3125C47.8086 35.5651 46.0814 37.1109 43.5783 37.6115C40.8118 38.1562 38.2942 37.5526 36.0985 35.7123C36.0253 35.6534 35.9522 35.5798 35.8204 35.4768V44.4133C35.8204 44.5311 35.8204 44.6636 35.8058 44.7814C35.7911 45.1347 35.5716 45.385 35.2056 45.385C34.342 45.3997 33.4784 45.3997 32.6148 45.385C32.2635 45.3703 32.0439 45.1347 32.0146 44.7667C32 44.6489 32 44.5164 32 44.3986V18.59ZM35.8058 32.5617C35.7911 32.7384 35.8643 32.8561 35.9961 32.9739C37.3866 33.9603 38.8797 34.6228 40.5923 34.6965C43.0807 34.8142 44.9836 33.7984 45.8179 31.1778C46.2131 29.9558 46.3156 28.6897 46.3156 27.4088C46.3156 26.0102 46.1985 24.641 45.7154 23.3307C44.925 21.1665 43.432 20.2684 41.6023 20.1359C39.5384 19.9887 37.694 20.5923 36.0107 21.7701C35.8643 21.8732 35.8058 21.9762 35.8058 22.1676V27.3646C35.8058 29.1019 35.8204 30.8244 35.8058 32.5617Z" fill="white"/>
10
+ </g>
11
+ <defs>
12
+ <clipPath id="clip0_823_535">
13
+ <rect width="120" height="80" rx="4" fill="white"/>
14
+ </clipPath>
15
+ </defs>
16
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg width="120" height="80" viewBox="0 0 120 80" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="120" height="80" rx="4" fill="white"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M38 49.4902H15.0848L18.6994 40.3489L15.2059 30.5321L30.6896 30.5098L29.7552 28H14.3052H12L16.4755 40.3489L13.353 49.4902H13.3331L12.494 52H14.091H14.0929H37.0359L38 49.4902Z" fill="#F39200"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M31.2167 38.8805C31.2167 36.3498 30.2429 33.6955 26.2434 33.6955C24.5945 33.6955 23.0008 34.1442 21.9206 34.8023L22.4607 36.3558C23.4878 35.7251 24.6797 35.3962 25.8935 35.4085C28.5674 35.3826 28.8661 37.305 28.8661 38.3321V38.5953C23.8109 38.5694 21 40.2565 21 43.3375C21 45.1822 22.3523 46.9989 25.0016 46.9989C26.5702 47.0313 28.0589 46.3254 29.0011 45.1024H29.0809L29.2712 46.7098H31.407C31.2677 45.6972 31.2042 44.6762 31.2167 43.6546V38.8805ZM28.9193 42.4102C28.9198 42.66 28.8833 42.9085 28.8109 43.1481C28.3295 44.4664 27.0296 45.3305 25.5949 45.2859C24.4063 45.2859 23.3793 44.5999 23.3793 43.0723C23.3793 40.5955 26.3252 40.1488 28.9193 40.2006V42.4142V42.4102ZM32.0862 33.9527L37.0595 46.7038H39.3303L44.4653 33.9527H41.9797L39.4388 41.098C39.0051 42.2846 38.6205 43.3375 38.3299 44.3925H38.2481C37.9781 43.3375 37.6344 42.2846 37.1945 41.098L34.6271 33.9587L32.0862 33.9527ZM54.9295 38.8805C54.9295 36.3498 53.9557 33.6955 49.9562 33.6955C48.3073 33.6955 46.7136 34.1442 45.6334 34.8023L46.1735 36.3558C47.1983 35.7241 48.3878 35.3932 49.6002 35.4025C52.2741 35.3766 52.5728 37.299 52.5728 38.3261V38.5893C47.5176 38.5634 44.7067 40.2505 44.7067 43.3316C44.7067 45.1762 46.059 46.993 48.7083 46.993C50.2769 47.0253 51.7656 46.3194 52.7078 45.0964H52.7876L52.9779 46.7038H55.1239C54.9847 45.6912 54.9211 44.6702 54.9336 43.6486V38.8805H54.9295ZM52.6321 42.4102C52.6326 42.66 52.5961 42.9085 52.5237 43.1481C52.0424 44.4664 50.7424 45.3305 49.3077 45.2859C48.1191 45.2859 47.0921 44.5999 47.0921 43.0723C47.0921 40.5955 50.038 40.1488 52.6321 40.2006V42.4142V42.4102ZM60.0154 46.7038V33.9527H57.6382V46.7038H60.0154ZM58.8268 28.9552C58.4291 28.9447 58.0445 29.094 57.7632 29.3682C57.4819 29.6425 57.3287 30.0174 57.3395 30.405C57.323 30.7823 57.4676 31.1494 57.739 31.4189C58.0104 31.6883 58.3843 31.8361 58.7716 31.8269C59.7167 31.8269 60.2834 31.1947 60.2834 30.405C60.2987 30.021 60.1509 29.6479 59.8748 29.3735C59.5988 29.0991 59.2189 28.9478 58.8247 28.9552H58.8268ZM62.8325 46.7038H65.2097V28H62.8325V46.7038ZM77.8097 38.8805C77.8097 36.3498 76.838 33.6955 72.8364 33.6955C71.1895 33.6955 69.5938 34.1442 68.5136 34.8023L69.0537 36.3558C70.0809 35.7251 71.2727 35.3962 72.4866 35.4085C75.1727 35.3766 75.4591 37.309 75.4591 38.3261V38.5893C70.404 38.5634 67.5951 40.2505 67.5951 43.3316C67.5951 45.1762 68.9453 46.993 71.5946 46.993C73.1633 47.0253 74.6519 46.3194 75.5941 45.0964H75.676L75.8642 46.7038H78C77.8618 45.6911 77.7982 44.6702 77.8097 43.6486V38.8805ZM75.5123 42.4102C75.5128 42.66 75.4763 42.9085 75.4039 43.1481C74.9231 44.4668 73.6228 45.3311 72.1879 45.2859C70.9993 45.2859 69.9723 44.5999 69.9723 43.0723C69.9723 40.5955 72.9182 40.1488 75.5123 40.2006V42.4102Z" fill="#1D1D1B"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M80.1074 43.4171C80.1074 44.5502 80.0527 45.8409 80 46.7107H82.0085L82.1423 44.628H82.195C83.1861 46.2898 84.6859 47 86.5607 47C89.4509 47 92.3978 44.7337 92.3978 40.1752C92.3978 36.327 90.1481 33.6916 86.9073 33.6916C84.8197 33.6916 83.3199 34.5874 82.4909 36.0118H82.4362V28H80.1074V43.4171ZM82.4362 39.3314C82.4364 39.0018 82.4814 38.6737 82.57 38.3558C83.0523 36.6162 84.5522 35.511 86.131 35.511C88.6746 35.511 90.0143 37.7055 90.0143 40.255C90.0143 43.1797 88.5672 45.1567 86.0783 45.1567C84.4029 45.1682 82.9394 44.044 82.5436 42.4415C82.4663 42.1669 82.4302 41.8826 82.4362 41.5976V39.3314ZM97.1142 46.7127V33.955H94.759V46.7107L97.1142 46.7127ZM95.9366 28.9576C95.5426 28.947 95.1616 29.0964 94.8829 29.3707C94.6042 29.6451 94.4524 30.0201 94.4631 30.4079C94.4467 30.7853 94.59 31.1526 94.8589 31.4221C95.1278 31.6917 95.4982 31.8395 95.8819 31.8303C96.8182 31.8303 97.3797 31.1979 97.3797 30.4079C97.3948 30.0238 97.2484 29.6505 96.9749 29.376C96.7014 29.1015 96.3251 28.9502 95.9346 28.9576H95.9366ZM100.173 46.7127H102.528V28H100.173V46.7107V46.7127ZM105.645 46.7127H108V28H105.641L105.645 46.7127Z" fill="#F39200"/>
6
+ </svg>
@@ -0,0 +1,16 @@
1
+ <svg width="120" height="80" viewBox="0 0 120 80" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="120" height="80" rx="4" fill="white"/>
3
+ <path d="M15.5 67.7753V54.7492H19.4669C22.3503 54.7492 24.2052 55.8471 24.2052 58.1174C24.2052 59.4014 23.6175 60.2946 22.7911 60.8156C23.9848 61.3738 24.6827 62.4532 24.6827 63.9233C24.6827 66.5472 22.7911 67.7753 19.8526 67.7753H15.5ZM18.0528 60.1643H19.9445C21.1014 60.1643 21.5974 59.5874 21.5974 58.5268C21.5974 57.3916 20.6974 57.0195 19.4853 57.0195H18.0528V60.1643ZM18.0528 65.505H19.6322C21.1749 65.505 22.0748 65.1142 22.0748 63.8861C22.0748 62.6765 21.3035 62.1741 19.8526 62.1741H18.0528V65.505ZM29.6333 67.9986C27.1172 67.9986 25.8499 66.7518 25.8499 65.077C25.8499 63.2347 27.3376 62.1554 29.5414 62.1368C30.0891 62.147 30.6353 62.1967 31.1759 62.2857V61.8391C31.1759 60.704 30.5331 60.1643 29.3027 60.1643C28.4737 60.1538 27.6506 60.3054 26.8784 60.6109L26.4193 58.6012C27.209 58.2662 28.4762 58.0429 29.5965 58.0429C32.2962 58.0429 33.6369 59.4944 33.6369 62.0066V67.1798C32.8839 67.5706 31.4698 67.9986 29.6333 67.9986ZM31.1759 65.8958V63.9047C30.7477 63.8082 30.3106 63.7583 29.872 63.7558C29.0272 63.7558 28.366 64.0908 28.366 64.9654C28.366 65.747 28.917 66.1564 29.8903 66.1564C30.333 66.171 30.7729 66.0818 31.1759 65.8958ZM35.4212 67.7753V58.8617C36.741 58.3246 38.1496 58.0467 39.5718 58.0429C42.2532 58.0429 43.7959 59.3827 43.7959 61.8577V67.7753H41.2614V62.0438C41.2614 60.7598 40.6737 60.1643 39.5534 60.1643C38.9972 60.1564 38.4458 60.2707 37.9373 60.4993V67.7753H35.4212ZM52.6528 58.6012L52.1753 60.6295C51.5192 60.3415 50.8148 60.1836 50.1 60.1643C48.6124 60.1643 47.8043 61.225 47.8043 62.9743C47.8043 64.8909 48.6491 65.8772 50.2286 65.8772C50.9335 65.8577 51.627 65.693 52.2671 65.3934L52.6712 67.459C51.8396 67.8339 50.9365 68.0182 50.0265 67.9986C46.9779 67.9986 45.2148 66.0819 45.2148 63.0486C45.2148 60.0341 46.9595 58.0429 49.8797 58.0429C50.8317 58.0382 51.7749 58.2281 52.6528 58.6012ZM58.128 67.9986C55.2997 67.9986 53.5366 66.0074 53.5366 63.0114C53.5366 60.0341 55.2997 58.0429 58.128 58.0429C60.9746 58.0429 62.701 60.0341 62.701 63.0114C62.701 66.0074 60.9746 67.9986 58.128 67.9986ZM58.128 65.8772C59.432 65.8772 60.1115 64.7793 60.1115 63.0115C60.1115 61.2622 59.432 60.1643 58.128 60.1643C56.8424 60.1643 56.1262 61.2622 56.1262 63.0115C56.1262 64.7793 56.8424 65.8772 58.128 65.8772ZM64.1676 67.7753V58.8617C65.4874 58.3246 66.896 58.0467 68.3182 58.0429C70.9996 58.0429 72.5423 59.3827 72.5423 61.8577V67.7753H70.0078V62.0438C70.0078 60.7598 69.4201 60.1643 68.2998 60.1643C67.7436 60.1564 67.1922 60.2707 66.6837 60.4993V67.7753H64.1676ZM78.258 67.9986C76.0725 67.9986 74.9523 66.789 74.9523 64.3326V60.3132H73.7034V58.2662H74.9523V56.2006L77.4866 56.0704V58.2662H79.5252V60.3132H77.4866V64.2955C77.4866 65.3748 77.9275 65.8772 78.7539 65.8772C79.0814 65.8764 79.4078 65.8389 79.7272 65.7656L79.8558 67.8312C79.3313 67.9489 78.7952 68.005 78.258 67.9986ZM84.6551 67.9986C82.139 67.9986 80.8718 66.7518 80.8718 65.077C80.8718 63.2347 82.3594 62.1554 84.5633 62.1368C85.1109 62.147 85.6571 62.1967 86.1978 62.2857V61.8391C86.1978 60.704 85.555 60.1643 84.3245 60.1643C83.4956 60.1538 82.6725 60.3054 81.9003 60.6109L81.4411 58.6012C82.2308 58.2662 83.4981 58.0429 84.6184 58.0429C87.3181 58.0429 88.6587 59.4944 88.6587 62.0066V67.1798C87.9058 67.5706 86.4916 67.9986 84.6551 67.9986ZM86.1978 65.8958V63.9047C85.7696 63.8082 85.3325 63.7583 84.8938 63.7558C84.049 63.7558 83.3879 64.0908 83.3879 64.9654C83.3879 65.747 83.9388 66.1564 84.9122 66.1564C85.3548 66.171 85.7948 66.0818 86.1978 65.8958ZM97.3299 58.6012L96.8524 60.6295C96.1964 60.3415 95.4919 60.1836 94.7771 60.1643C93.2896 60.1643 92.4814 61.225 92.4814 62.9743C92.4814 64.8909 93.3262 65.8772 94.9057 65.8772C95.6106 65.8577 96.3041 65.693 96.9442 65.3934L97.3483 67.459C96.5167 67.8339 95.6137 68.0182 94.7037 67.9986C91.655 67.9986 89.8919 66.0819 89.8919 63.0486C89.8919 60.0341 91.6367 58.0429 94.5567 58.0429C95.5088 58.0382 96.452 58.2281 97.3299 58.6012ZM102.902 67.9986C100.717 67.9986 99.5964 66.789 99.5964 64.3326V60.3132H98.3475V58.2662H99.5964V56.2006L102.131 56.0704V58.2662H104.169V60.3132H102.131V64.2955C102.131 65.3748 102.572 65.8772 103.398 65.8772C103.726 65.8764 104.052 65.8389 104.371 65.7656L104.5 67.8312C103.975 67.9489 103.439 68.005 102.902 67.9986Z" fill="#1E3764"/>
4
+ <path d="M33.1782 48.2362C46.5891 48.2362 53.2945 39.1772 60 30.1181H15.5V48.2362H33.1782Z" fill="url(#paint0_linear_823_627)"/>
5
+ <path d="M86.8218 12C73.4109 12 66.7054 21.059 60 30.1181H104.5V12H86.8218Z" fill="url(#paint1_linear_823_627)"/>
6
+ <defs>
7
+ <linearGradient id="paint0_linear_823_627" x1="24.5009" y1="40.0136" x2="57.1574" y2="28.0426" gradientUnits="userSpaceOnUse">
8
+ <stop stop-color="#005AB9"/>
9
+ <stop offset="1" stop-color="#1E3764"/>
10
+ </linearGradient>
11
+ <linearGradient id="paint1_linear_823_627" x1="62.6944" y1="31.6895" x2="97.3534" y2="20.0193" gradientUnits="userSpaceOnUse">
12
+ <stop stop-color="#FBA900"/>
13
+ <stop offset="1" stop-color="#FFD800"/>
14
+ </linearGradient>
15
+ </defs>
16
+ </svg>