banks-helper 2.1.15 → 2.1.16

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 CHANGED
@@ -2942,4 +2942,10 @@ export const banks: IBankLogoItem[] = [
2942
2942
  'А-Мобаил',
2943
2943
  ],
2944
2944
  },
2945
+ {
2946
+ fileName: 'bsdbank.svg',
2947
+ humanName: 'Черноморский банк развития',
2948
+ matchedBankNames: [
2949
+ ],
2950
+ },
2945
2951
  ];
@@ -0,0 +1,10 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 65.25 65.25">
2
+ <defs>
3
+ <linearGradient id="a" x1="32.63" y1="2" x2="32.63" y2="67.25" gradientTransform="matrix(1 0 0 -1 0 67.25)" gradientUnits="userSpaceOnUse">
4
+ <stop offset=".2" stop-color="#137dc1"/>
5
+ <stop offset=".8" stop-color="#39ba9b"/>
6
+ </linearGradient>
7
+ </defs>
8
+ <path d="M32.63 65.25 16.56 51.78A25.03 25.03 0 0 1 32.63 7.61 25.02 25.02 0 0 1 48.7 51.78L32.63 65.25Z" fill="#dcded3"/>
9
+ <path d="M52.38 43.21 45.81 26.1l4.33 1.56-11.1-19.24 2.93 33.23a4.18 4.18 0 0 1-.56 2.85l-1.84 3.57-3.69-25.61 3.09 1.12L32.63 0 26.3 23.61l3.09-1.12L25.7 48.1l-1.84-3.57a4.4 4.4 0 0 1-.56-2.85l2.93-33.23-11.1 19.24 4.33-1.56c-.56 1.4-4.53 11.78-6.57 17.07a5.66 5.66 0 0 0 1.12 6.05c.8.88 1.64 1.72 2.57 2.52l16.07 13.47 16.07-13.47c.92-.8 1.8-1.6 2.57-2.52a5.65 5.65 0 0 0 1.12-6.05Z" fill="url(#a)"/>
10
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "banks-helper",
3
- "version": "2.1.15",
3
+ "version": "2.1.16",
4
4
  "description": "Helps to work with banks names",
5
5
  "main": "index.ts",
6
6
  "scripts": {