banks-helper 2.2.21 → 2.2.22
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.
- package/banks.ts +2 -1
- package/logos/wb-bank.svg +6 -1
- package/package.json +1 -1
package/banks.ts
CHANGED
|
@@ -330,10 +330,11 @@ export const banks: IBankLogoItem[] = [
|
|
|
330
330
|
},
|
|
331
331
|
{
|
|
332
332
|
fileName: 'wb-bank.svg',
|
|
333
|
-
humanName: '
|
|
333
|
+
humanName: 'Wildberries Bank',
|
|
334
334
|
matchedBankNames: [
|
|
335
335
|
'WILDBERRIES Bank Company Limited',
|
|
336
336
|
'WILDBERRIES BANK Co.Ltd.',
|
|
337
|
+
'Вайлдберриз Банк',
|
|
337
338
|
],
|
|
338
339
|
},
|
|
339
340
|
{
|
package/logos/wb-bank.svg
CHANGED
|
@@ -1 +1,6 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg"
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 180 180">
|
|
2
|
+
<rect width="180" height="180" fill="#9c45fd" rx="35" ry="35"/>
|
|
3
|
+
<g fill="#fff">
|
|
4
|
+
<path d="m159 147.5-15-16.2v16.2h-8.6v-36.2h8.7V127l14.8-15.8h10.4l-16.7 17.3 17.1 18.9zm-36.9 0v-14h-17.4v14H96v-36.2h8.7v13.6H122v-13.6h8.7v36.2zm-70.3-18.1c0-10.8 7.9-19.4 19-19.4 5 0 9 2 12 5v-3.7h8.6v36.2h-8.7v-3.6q-4.5 4.7-12 4.8c-11 0-18.9-8.5-18.9-19.3m31 0c0-6.2-5.2-11-11.1-11a11 11 0 1 0 0 22 11 11 0 0 0 11-11M30 148.9q-8 0-13-4.5c-5.2-4.4-6.8-11-6.8-18.4v-15.5q0-12 11.8-12.1h16v-4.5h8.2v4.5c0 4.8-3.2 8.3-8.2 8.3H23.8q-5.4 0-5.3 5.4v6.6c1.6-3.4 6-6.6 13.6-6.6 9.4 0 17.1 8.1 17.1 18.2s-8.8 18.6-19.1 18.6m0-8.2c5.5 0 10.6-4.4 10.6-10.4 0-5.6-4.7-10-10.6-10-6.5 0-10.8 4.3-10.8 10 0 6.2 4.7 10.4 10.8 10.4M88.6 87.4A19.6 19.6 0 0 1 69 67.9V32.6h8.7v21.3c2.7-3.2 7-5.3 12-5.3 10.1 0 18.6 8.7 18.6 19.3s-9 19.5-19.8 19.5Zm0-8.6c6 0 11.2-4.7 11.2-10.9s-5-10.8-11-10.8-11 4.9-11 10.8c0 6.2 5.1 10.9 10.8 10.9M24 86.2 10.3 49.9h9.3l8.2 21 8-21h5.7L49.7 71 58 50h8.9L52.9 86.1H47l-8.4-21.8L30 86.2z"/>
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|