diff --git a/CHANGELOG.md b/CHANGELOG.md index ad78403e..0a6dac07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C ## [Unreleased][unreleased] +## [1.13.0] - 2022-12-14 +- Added MobilePay logo. +- Added SprayPay logo. +- Added Riverty logo. +- Fixed black Rabobank logo (was white). +- Fixed WooCommerce icon filename for AfterPay Riverty. + ## [1.12.0] - 2022-11-02 - Fixed white Rabobank logo (was black). @@ -120,7 +127,8 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C ## 1.0.0 - First release. -[unreleased]: https://github.com/wp-pay/logos/compare/1.12.0...HEAD +[unreleased]: https://github.com/wp-pay/logos/compare/1.13.0...HEAD +[1.13.0]: https://github.com/pronamic/wp-pay-logos/compare/1.12.0...1.13.0 [1.12.0]: https://github.com/pronamic/wp-pay-logos/compare/1.11.0...1.12.0 [1.11.0]: https://github.com/pronamic/wp-pay-logos/compare/1.10.0...1.11.0 [1.10.0]: https://github.com/pronamic/wp-pay-logos/compare/1.9.0...1.10.0 diff --git a/composer.lock b/composer.lock index 61e2d238..4b766b35 100644 --- a/composer.lock +++ b/composer.lock @@ -9,22 +9,27 @@ "packages-dev": [ { "name": "psr/container", - "version": "1.1.2", + "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/php-fig/container.git", - "reference": "513e0666f7216c7459170d56df27dfcefe1689ea" + "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea", - "reference": "513e0666f7216c7459170d56df27dfcefe1689ea", + "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963", + "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963", "shasum": "" }, "require": { "php": ">=7.4.0" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0.x-dev" + } + }, "autoload": { "psr-4": { "Psr\\Container\\": "src/" @@ -51,22 +56,22 @@ ], "support": { "issues": "https://github.com/php-fig/container/issues", - "source": "https://github.com/php-fig/container/tree/1.1.2" + "source": "https://github.com/php-fig/container/tree/2.0.2" }, - "time": "2021-11-05T16:50:12+00:00" + "time": "2021-11-05T16:47:00+00:00" }, { "name": "symfony/console", - "version": "v5.4.12", + "version": "v5.4.16", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "c072aa8f724c3af64e2c7a96b796a4863d24dba1" + "reference": "8e9b9c8dfb33af6057c94e1b44846bee700dc5ef" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/c072aa8f724c3af64e2c7a96b796a4863d24dba1", - "reference": "c072aa8f724c3af64e2c7a96b796a4863d24dba1", + "url": "https://api.github.com/repos/symfony/console/zipball/8e9b9c8dfb33af6057c94e1b44846bee700dc5ef", + "reference": "8e9b9c8dfb33af6057c94e1b44846bee700dc5ef", "shasum": "" }, "require": { @@ -136,7 +141,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v5.4.12" + "source": "https://github.com/symfony/console/tree/v5.4.16" }, "funding": [ { @@ -152,29 +157,29 @@ "type": "tidelift" } ], - "time": "2022-08-17T13:18:05+00:00" + "time": "2022-11-25T14:09:27+00:00" }, { "name": "symfony/deprecation-contracts", - "version": "v2.5.2", + "version": "v3.2.0", "source": { "type": "git", "url": "https://github.com/symfony/deprecation-contracts.git", - "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66" + "reference": "1ee04c65529dea5d8744774d474e7cbd2f1206d3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66", - "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/1ee04c65529dea5d8744774d474e7cbd2f1206d3", + "reference": "1ee04c65529dea5d8744774d474e7cbd2f1206d3", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=8.1" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "2.5-dev" + "dev-main": "3.3-dev" }, "thanks": { "name": "symfony/contracts", @@ -203,7 +208,7 @@ "description": "A generic function and convention to trigger deprecation notices", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2" + "source": "https://github.com/symfony/deprecation-contracts/tree/v3.2.0" }, "funding": [ { @@ -219,20 +224,20 @@ "type": "tidelift" } ], - "time": "2022-01-02T09:53:40+00:00" + "time": "2022-11-25T10:21:52+00:00" }, { "name": "symfony/filesystem", - "version": "v5.4.12", + "version": "v5.4.13", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "2d67c1f9a1937406a9be3171b4b22250c0a11447" + "reference": "ac09569844a9109a5966b9438fc29113ce77cf51" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/2d67c1f9a1937406a9be3171b4b22250c0a11447", - "reference": "2d67c1f9a1937406a9be3171b4b22250c0a11447", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/ac09569844a9109a5966b9438fc29113ce77cf51", + "reference": "ac09569844a9109a5966b9438fc29113ce77cf51", "shasum": "" }, "require": { @@ -267,7 +272,7 @@ "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/filesystem/tree/v5.4.12" + "source": "https://github.com/symfony/filesystem/tree/v5.4.13" }, "funding": [ { @@ -283,7 +288,7 @@ "type": "tidelift" } ], - "time": "2022-08-02T13:48:16+00:00" + "time": "2022-09-21T19:53:16+00:00" }, { "name": "symfony/finder", @@ -350,16 +355,16 @@ }, { "name": "symfony/polyfill-ctype", - "version": "v1.26.0", + "version": "v1.27.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4" + "reference": "5bbc823adecdae860bb64756d639ecfec17b050a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4", - "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a", + "reference": "5bbc823adecdae860bb64756d639ecfec17b050a", "shasum": "" }, "require": { @@ -374,7 +379,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.26-dev" + "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", @@ -412,7 +417,7 @@ "portable" ], "support": { - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.26.0" + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0" }, "funding": [ { @@ -428,20 +433,20 @@ "type": "tidelift" } ], - "time": "2022-05-24T11:49:31+00:00" + "time": "2022-11-03T14:55:06+00:00" }, { "name": "symfony/polyfill-intl-grapheme", - "version": "v1.26.0", + "version": "v1.27.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-grapheme.git", - "reference": "433d05519ce6990bf3530fba6957499d327395c2" + "reference": "511a08c03c1960e08a883f4cffcacd219b758354" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/433d05519ce6990bf3530fba6957499d327395c2", - "reference": "433d05519ce6990bf3530fba6957499d327395c2", + "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/511a08c03c1960e08a883f4cffcacd219b758354", + "reference": "511a08c03c1960e08a883f4cffcacd219b758354", "shasum": "" }, "require": { @@ -453,7 +458,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.26-dev" + "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", @@ -493,7 +498,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.26.0" + "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.27.0" }, "funding": [ { @@ -509,20 +514,20 @@ "type": "tidelift" } ], - "time": "2022-05-24T11:49:31+00:00" + "time": "2022-11-03T14:55:06+00:00" }, { "name": "symfony/polyfill-intl-normalizer", - "version": "v1.26.0", + "version": "v1.27.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git", - "reference": "219aa369ceff116e673852dce47c3a41794c14bd" + "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/219aa369ceff116e673852dce47c3a41794c14bd", - "reference": "219aa369ceff116e673852dce47c3a41794c14bd", + "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6", + "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6", "shasum": "" }, "require": { @@ -534,7 +539,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.26-dev" + "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", @@ -577,7 +582,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.26.0" + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.27.0" }, "funding": [ { @@ -593,20 +598,20 @@ "type": "tidelift" } ], - "time": "2022-05-24T11:49:31+00:00" + "time": "2022-11-03T14:55:06+00:00" }, { "name": "symfony/polyfill-mbstring", - "version": "v1.26.0", + "version": "v1.27.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e" + "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", - "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534", + "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534", "shasum": "" }, "require": { @@ -621,7 +626,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.26-dev" + "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", @@ -660,7 +665,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.0" + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0" }, "funding": [ { @@ -676,20 +681,20 @@ "type": "tidelift" } ], - "time": "2022-05-24T11:49:31+00:00" + "time": "2022-11-03T14:55:06+00:00" }, { "name": "symfony/polyfill-php73", - "version": "v1.26.0", + "version": "v1.27.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php73.git", - "reference": "e440d35fa0286f77fb45b79a03fedbeda9307e85" + "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/e440d35fa0286f77fb45b79a03fedbeda9307e85", - "reference": "e440d35fa0286f77fb45b79a03fedbeda9307e85", + "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/9e8ecb5f92152187c4799efd3c96b78ccab18ff9", + "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9", "shasum": "" }, "require": { @@ -698,7 +703,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.26-dev" + "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", @@ -739,7 +744,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php73/tree/v1.26.0" + "source": "https://github.com/symfony/polyfill-php73/tree/v1.27.0" }, "funding": [ { @@ -755,20 +760,20 @@ "type": "tidelift" } ], - "time": "2022-05-24T11:49:31+00:00" + "time": "2022-11-03T14:55:06+00:00" }, { "name": "symfony/polyfill-php80", - "version": "v1.26.0", + "version": "v1.27.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace" + "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/cfa0ae98841b9e461207c13ab093d76b0fa7bace", - "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936", + "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936", "shasum": "" }, "require": { @@ -777,7 +782,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.26-dev" + "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", @@ -822,7 +827,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/v1.26.0" + "source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0" }, "funding": [ { @@ -838,26 +843,25 @@ "type": "tidelift" } ], - "time": "2022-05-10T07:21:04+00:00" + "time": "2022-11-03T14:55:06+00:00" }, { "name": "symfony/service-contracts", - "version": "v2.5.2", + "version": "v3.1.1", "source": { "type": "git", "url": "https://github.com/symfony/service-contracts.git", - "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c" + "reference": "925e713fe8fcacf6bc05e936edd8dd5441a21239" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/service-contracts/zipball/4b426aac47d6427cc1a1d0f7e2ac724627f5966c", - "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/925e713fe8fcacf6bc05e936edd8dd5441a21239", + "reference": "925e713fe8fcacf6bc05e936edd8dd5441a21239", "shasum": "" }, "require": { - "php": ">=7.2.5", - "psr/container": "^1.1", - "symfony/deprecation-contracts": "^2.1|^3" + "php": ">=8.1", + "psr/container": "^2.0" }, "conflict": { "ext-psr": "<1.1|>=2" @@ -868,7 +872,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "2.5-dev" + "dev-main": "3.1-dev" }, "thanks": { "name": "symfony/contracts", @@ -878,7 +882,10 @@ "autoload": { "psr-4": { "Symfony\\Contracts\\Service\\": "" - } + }, + "exclude-from-classmap": [ + "/Test/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -905,7 +912,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/service-contracts/tree/v2.5.2" + "source": "https://github.com/symfony/service-contracts/tree/v3.1.1" }, "funding": [ { @@ -921,38 +928,38 @@ "type": "tidelift" } ], - "time": "2022-05-30T19:17:29+00:00" + "time": "2022-05-30T19:18:58+00:00" }, { "name": "symfony/string", - "version": "v5.4.12", + "version": "v6.2.0", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "2fc515e512d721bf31ea76bd02fe23ada4640058" + "reference": "145702685e0d12f81d755c71127bfff7582fdd36" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/2fc515e512d721bf31ea76bd02fe23ada4640058", - "reference": "2fc515e512d721bf31ea76bd02fe23ada4640058", + "url": "https://api.github.com/repos/symfony/string/zipball/145702685e0d12f81d755c71127bfff7582fdd36", + "reference": "145702685e0d12f81d755c71127bfff7582fdd36", "shasum": "" }, "require": { - "php": ">=7.2.5", + "php": ">=8.1", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-intl-grapheme": "~1.0", "symfony/polyfill-intl-normalizer": "~1.0", - "symfony/polyfill-mbstring": "~1.0", - "symfony/polyfill-php80": "~1.15" + "symfony/polyfill-mbstring": "~1.0" }, "conflict": { - "symfony/translation-contracts": ">=3.0" + "symfony/translation-contracts": "<2.0" }, "require-dev": { - "symfony/error-handler": "^4.4|^5.0|^6.0", - "symfony/http-client": "^4.4|^5.0|^6.0", - "symfony/translation-contracts": "^1.1|^2", - "symfony/var-exporter": "^4.4|^5.0|^6.0" + "symfony/error-handler": "^5.4|^6.0", + "symfony/http-client": "^5.4|^6.0", + "symfony/intl": "^6.2", + "symfony/translation-contracts": "^2.0|^3.0", + "symfony/var-exporter": "^5.4|^6.0" }, "type": "library", "autoload": { @@ -991,7 +998,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v5.4.12" + "source": "https://github.com/symfony/string/tree/v6.2.0" }, "funding": [ { @@ -1007,7 +1014,7 @@ "type": "tidelift" } ], - "time": "2022-08-12T17:03:11+00:00" + "time": "2022-11-30T17:13:47+00:00" } ], "aliases": [], diff --git a/dist/methods/afterpay-riverty/method-afterpay-nl-wc-51x32.svg b/dist/methods/afterpay-riverty/method-afterpay-nl-wc-51x32.svg deleted file mode 100644 index e2504cb2..00000000 --- a/dist/methods/afterpay-riverty/method-afterpay-nl-wc-51x32.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/dist/methods/afterpay-riverty/method-afterpay-riverty-640x360.svg b/dist/methods/afterpay-riverty/method-afterpay-riverty-640x360.svg index 47afa4a6..644d3c29 100644 --- a/dist/methods/afterpay-riverty/method-afterpay-riverty-640x360.svg +++ b/dist/methods/afterpay-riverty/method-afterpay-riverty-640x360.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/dist/methods/afterpay-riverty/method-afterpay-nl-wc-51x32.png b/dist/methods/afterpay-riverty/method-afterpay-riverty-wc-51x32.png similarity index 100% rename from dist/methods/afterpay-riverty/method-afterpay-nl-wc-51x32.png rename to dist/methods/afterpay-riverty/method-afterpay-riverty-wc-51x32.png diff --git a/dist/methods/afterpay-riverty/method-afterpay-riverty-wc-51x32.svg b/dist/methods/afterpay-riverty/method-afterpay-riverty-wc-51x32.svg new file mode 100644 index 00000000..b68a82ec --- /dev/null +++ b/dist/methods/afterpay-riverty/method-afterpay-riverty-wc-51x32.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/dist/methods/afterpay-riverty/method-afterpay-nl-wc-51x32@2x.png b/dist/methods/afterpay-riverty/method-afterpay-riverty-wc-51x32@2x.png similarity index 100% rename from dist/methods/afterpay-riverty/method-afterpay-nl-wc-51x32@2x.png rename to dist/methods/afterpay-riverty/method-afterpay-riverty-wc-51x32@2x.png diff --git a/dist/methods/afterpay-riverty/method-afterpay-nl-wc-51x32@3x.png b/dist/methods/afterpay-riverty/method-afterpay-riverty-wc-51x32@3x.png similarity index 100% rename from dist/methods/afterpay-riverty/method-afterpay-nl-wc-51x32@3x.png rename to dist/methods/afterpay-riverty/method-afterpay-riverty-wc-51x32@3x.png diff --git a/dist/methods/afterpay-riverty/method-afterpay-nl-wc-51x32@4x.png b/dist/methods/afterpay-riverty/method-afterpay-riverty-wc-51x32@4x.png similarity index 100% rename from dist/methods/afterpay-riverty/method-afterpay-nl-wc-51x32@4x.png rename to dist/methods/afterpay-riverty/method-afterpay-riverty-wc-51x32@4x.png diff --git a/dist/methods/afterpay-riverty/method-afterpay-riverty-white-640x360.png b/dist/methods/afterpay-riverty/method-afterpay-riverty-white-640x360.png index fbf8c065..ed5d3874 100644 Binary files a/dist/methods/afterpay-riverty/method-afterpay-riverty-white-640x360.png and b/dist/methods/afterpay-riverty/method-afterpay-riverty-white-640x360.png differ diff --git a/dist/methods/afterpay-riverty/method-afterpay-riverty-white-640x360.svg b/dist/methods/afterpay-riverty/method-afterpay-riverty-white-640x360.svg index e4d5ecff..488531d3 100644 --- a/dist/methods/afterpay-riverty/method-afterpay-riverty-white-640x360.svg +++ b/dist/methods/afterpay-riverty/method-afterpay-riverty-white-640x360.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/dist/methods/afterpay-riverty/method-afterpay-riverty-white-640x360@2x.png b/dist/methods/afterpay-riverty/method-afterpay-riverty-white-640x360@2x.png index b20f057b..b661c50e 100644 Binary files a/dist/methods/afterpay-riverty/method-afterpay-riverty-white-640x360@2x.png and b/dist/methods/afterpay-riverty/method-afterpay-riverty-white-640x360@2x.png differ diff --git a/dist/methods/afterpay-riverty/method-afterpay-riverty-white-640x360@3x.png b/dist/methods/afterpay-riverty/method-afterpay-riverty-white-640x360@3x.png index 95b9eb8b..6988de84 100644 Binary files a/dist/methods/afterpay-riverty/method-afterpay-riverty-white-640x360@3x.png and b/dist/methods/afterpay-riverty/method-afterpay-riverty-white-640x360@3x.png differ diff --git a/dist/methods/afterpay-riverty/method-afterpay-riverty-white-640x360@4x.png b/dist/methods/afterpay-riverty/method-afterpay-riverty-white-640x360@4x.png index 85e017c3..c661a8ea 100644 Binary files a/dist/methods/afterpay-riverty/method-afterpay-riverty-white-640x360@4x.png and b/dist/methods/afterpay-riverty/method-afterpay-riverty-white-640x360@4x.png differ diff --git a/dist/methods/mobilepay/method-mobilepay-512x512.png b/dist/methods/mobilepay/method-mobilepay-512x512.png new file mode 100644 index 00000000..83333ec7 Binary files /dev/null and b/dist/methods/mobilepay/method-mobilepay-512x512.png differ diff --git a/dist/methods/mobilepay/method-mobilepay-512x512.svg b/dist/methods/mobilepay/method-mobilepay-512x512.svg new file mode 100644 index 00000000..e646eae4 --- /dev/null +++ b/dist/methods/mobilepay/method-mobilepay-512x512.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/dist/methods/mobilepay/method-mobilepay-512x512@2x.png b/dist/methods/mobilepay/method-mobilepay-512x512@2x.png new file mode 100644 index 00000000..70137762 Binary files /dev/null and b/dist/methods/mobilepay/method-mobilepay-512x512@2x.png differ diff --git a/dist/methods/mobilepay/method-mobilepay-512x512@3x.png b/dist/methods/mobilepay/method-mobilepay-512x512@3x.png new file mode 100644 index 00000000..a85ca99c Binary files /dev/null and b/dist/methods/mobilepay/method-mobilepay-512x512@3x.png differ diff --git a/dist/methods/mobilepay/method-mobilepay-512x512@4x.png b/dist/methods/mobilepay/method-mobilepay-512x512@4x.png new file mode 100644 index 00000000..71ece65b Binary files /dev/null and b/dist/methods/mobilepay/method-mobilepay-512x512@4x.png differ diff --git a/dist/methods/mobilepay/method-mobilepay-640x360.png b/dist/methods/mobilepay/method-mobilepay-640x360.png new file mode 100644 index 00000000..a671e609 Binary files /dev/null and b/dist/methods/mobilepay/method-mobilepay-640x360.png differ diff --git a/dist/methods/mobilepay/method-mobilepay-640x360.svg b/dist/methods/mobilepay/method-mobilepay-640x360.svg new file mode 100644 index 00000000..103ed2de --- /dev/null +++ b/dist/methods/mobilepay/method-mobilepay-640x360.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/dist/methods/mobilepay/method-mobilepay-640x360@2x.png b/dist/methods/mobilepay/method-mobilepay-640x360@2x.png new file mode 100644 index 00000000..62c861da Binary files /dev/null and b/dist/methods/mobilepay/method-mobilepay-640x360@2x.png differ diff --git a/dist/methods/mobilepay/method-mobilepay-640x360@3x.png b/dist/methods/mobilepay/method-mobilepay-640x360@3x.png new file mode 100644 index 00000000..172d4c77 Binary files /dev/null and b/dist/methods/mobilepay/method-mobilepay-640x360@3x.png differ diff --git a/dist/methods/mobilepay/method-mobilepay-640x360@4x.png b/dist/methods/mobilepay/method-mobilepay-640x360@4x.png new file mode 100644 index 00000000..12964180 Binary files /dev/null and b/dist/methods/mobilepay/method-mobilepay-640x360@4x.png differ diff --git a/dist/methods/mobilepay/method-mobilepay-wc-51x32.png b/dist/methods/mobilepay/method-mobilepay-wc-51x32.png new file mode 100644 index 00000000..9aad6c50 Binary files /dev/null and b/dist/methods/mobilepay/method-mobilepay-wc-51x32.png differ diff --git a/dist/methods/mobilepay/method-mobilepay-wc-51x32.svg b/dist/methods/mobilepay/method-mobilepay-wc-51x32.svg new file mode 100644 index 00000000..fdb177a2 --- /dev/null +++ b/dist/methods/mobilepay/method-mobilepay-wc-51x32.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/dist/methods/mobilepay/method-mobilepay-wc-51x32@2x.png b/dist/methods/mobilepay/method-mobilepay-wc-51x32@2x.png new file mode 100644 index 00000000..1dd35cc3 Binary files /dev/null and b/dist/methods/mobilepay/method-mobilepay-wc-51x32@2x.png differ diff --git a/dist/methods/mobilepay/method-mobilepay-wc-51x32@3x.png b/dist/methods/mobilepay/method-mobilepay-wc-51x32@3x.png new file mode 100644 index 00000000..de8548d4 Binary files /dev/null and b/dist/methods/mobilepay/method-mobilepay-wc-51x32@3x.png differ diff --git a/dist/methods/mobilepay/method-mobilepay-wc-51x32@4x.png b/dist/methods/mobilepay/method-mobilepay-wc-51x32@4x.png new file mode 100644 index 00000000..09c2a80b Binary files /dev/null and b/dist/methods/mobilepay/method-mobilepay-wc-51x32@4x.png differ diff --git a/dist/methods/mobilepay/method-mobilepay-white-512x512.png b/dist/methods/mobilepay/method-mobilepay-white-512x512.png new file mode 100644 index 00000000..060245cb Binary files /dev/null and b/dist/methods/mobilepay/method-mobilepay-white-512x512.png differ diff --git a/dist/methods/mobilepay/method-mobilepay-white-512x512.svg b/dist/methods/mobilepay/method-mobilepay-white-512x512.svg new file mode 100644 index 00000000..fa3e2892 --- /dev/null +++ b/dist/methods/mobilepay/method-mobilepay-white-512x512.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/dist/methods/mobilepay/method-mobilepay-white-512x512@2x.png b/dist/methods/mobilepay/method-mobilepay-white-512x512@2x.png new file mode 100644 index 00000000..1c207991 Binary files /dev/null and b/dist/methods/mobilepay/method-mobilepay-white-512x512@2x.png differ diff --git a/dist/methods/mobilepay/method-mobilepay-white-512x512@3x.png b/dist/methods/mobilepay/method-mobilepay-white-512x512@3x.png new file mode 100644 index 00000000..69c1e2bc Binary files /dev/null and b/dist/methods/mobilepay/method-mobilepay-white-512x512@3x.png differ diff --git a/dist/methods/mobilepay/method-mobilepay-white-512x512@4x.png b/dist/methods/mobilepay/method-mobilepay-white-512x512@4x.png new file mode 100644 index 00000000..58829529 Binary files /dev/null and b/dist/methods/mobilepay/method-mobilepay-white-512x512@4x.png differ diff --git a/dist/methods/mobilepay/method-mobilepay-white-640x360.png b/dist/methods/mobilepay/method-mobilepay-white-640x360.png new file mode 100644 index 00000000..7a69122c Binary files /dev/null and b/dist/methods/mobilepay/method-mobilepay-white-640x360.png differ diff --git a/dist/methods/mobilepay/method-mobilepay-white-640x360.svg b/dist/methods/mobilepay/method-mobilepay-white-640x360.svg new file mode 100644 index 00000000..6948558f --- /dev/null +++ b/dist/methods/mobilepay/method-mobilepay-white-640x360.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/dist/methods/mobilepay/method-mobilepay-white-640x360@2x.png b/dist/methods/mobilepay/method-mobilepay-white-640x360@2x.png new file mode 100644 index 00000000..79c23a2a Binary files /dev/null and b/dist/methods/mobilepay/method-mobilepay-white-640x360@2x.png differ diff --git a/dist/methods/mobilepay/method-mobilepay-white-640x360@3x.png b/dist/methods/mobilepay/method-mobilepay-white-640x360@3x.png new file mode 100644 index 00000000..13da701d Binary files /dev/null and b/dist/methods/mobilepay/method-mobilepay-white-640x360@3x.png differ diff --git a/dist/methods/mobilepay/method-mobilepay-white-640x360@4x.png b/dist/methods/mobilepay/method-mobilepay-white-640x360@4x.png new file mode 100644 index 00000000..5ded518b Binary files /dev/null and b/dist/methods/mobilepay/method-mobilepay-white-640x360@4x.png differ diff --git a/dist/methods/riverty/method-riverty-640x360.png b/dist/methods/riverty/method-riverty-640x360.png new file mode 100644 index 00000000..e6d4881f Binary files /dev/null and b/dist/methods/riverty/method-riverty-640x360.png differ diff --git a/dist/methods/riverty/method-riverty-640x360.svg b/dist/methods/riverty/method-riverty-640x360.svg new file mode 100644 index 00000000..644d3c29 --- /dev/null +++ b/dist/methods/riverty/method-riverty-640x360.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/dist/methods/riverty/method-riverty-640x360@2x.png b/dist/methods/riverty/method-riverty-640x360@2x.png new file mode 100644 index 00000000..008617b2 Binary files /dev/null and b/dist/methods/riverty/method-riverty-640x360@2x.png differ diff --git a/dist/methods/riverty/method-riverty-640x360@3x.png b/dist/methods/riverty/method-riverty-640x360@3x.png new file mode 100644 index 00000000..6ab8a985 Binary files /dev/null and b/dist/methods/riverty/method-riverty-640x360@3x.png differ diff --git a/dist/methods/riverty/method-riverty-640x360@4x.png b/dist/methods/riverty/method-riverty-640x360@4x.png new file mode 100644 index 00000000..458712d6 Binary files /dev/null and b/dist/methods/riverty/method-riverty-640x360@4x.png differ diff --git a/dist/methods/riverty/method-riverty-wc-51x32.png b/dist/methods/riverty/method-riverty-wc-51x32.png new file mode 100644 index 00000000..f53be8c7 Binary files /dev/null and b/dist/methods/riverty/method-riverty-wc-51x32.png differ diff --git a/dist/methods/riverty/method-riverty-wc-51x32.svg b/dist/methods/riverty/method-riverty-wc-51x32.svg new file mode 100644 index 00000000..b68a82ec --- /dev/null +++ b/dist/methods/riverty/method-riverty-wc-51x32.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/dist/methods/riverty/method-riverty-wc-51x32@2x.png b/dist/methods/riverty/method-riverty-wc-51x32@2x.png new file mode 100644 index 00000000..c6bd8002 Binary files /dev/null and b/dist/methods/riverty/method-riverty-wc-51x32@2x.png differ diff --git a/dist/methods/riverty/method-riverty-wc-51x32@3x.png b/dist/methods/riverty/method-riverty-wc-51x32@3x.png new file mode 100644 index 00000000..0d3d7631 Binary files /dev/null and b/dist/methods/riverty/method-riverty-wc-51x32@3x.png differ diff --git a/dist/methods/riverty/method-riverty-wc-51x32@4x.png b/dist/methods/riverty/method-riverty-wc-51x32@4x.png new file mode 100644 index 00000000..104e1bb9 Binary files /dev/null and b/dist/methods/riverty/method-riverty-wc-51x32@4x.png differ diff --git a/dist/methods/riverty/method-riverty-white-640x360.png b/dist/methods/riverty/method-riverty-white-640x360.png new file mode 100644 index 00000000..ed5d3874 Binary files /dev/null and b/dist/methods/riverty/method-riverty-white-640x360.png differ diff --git a/dist/methods/riverty/method-riverty-white-640x360.svg b/dist/methods/riverty/method-riverty-white-640x360.svg new file mode 100644 index 00000000..488531d3 --- /dev/null +++ b/dist/methods/riverty/method-riverty-white-640x360.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/dist/methods/riverty/method-riverty-white-640x360@2x.png b/dist/methods/riverty/method-riverty-white-640x360@2x.png new file mode 100644 index 00000000..b661c50e Binary files /dev/null and b/dist/methods/riverty/method-riverty-white-640x360@2x.png differ diff --git a/dist/methods/riverty/method-riverty-white-640x360@3x.png b/dist/methods/riverty/method-riverty-white-640x360@3x.png new file mode 100644 index 00000000..6988de84 Binary files /dev/null and b/dist/methods/riverty/method-riverty-white-640x360@3x.png differ diff --git a/dist/methods/riverty/method-riverty-white-640x360@4x.png b/dist/methods/riverty/method-riverty-white-640x360@4x.png new file mode 100644 index 00000000..c661a8ea Binary files /dev/null and b/dist/methods/riverty/method-riverty-white-640x360@4x.png differ diff --git a/dist/methods/spraypay/method-spraypay-512x512.png b/dist/methods/spraypay/method-spraypay-512x512.png new file mode 100644 index 00000000..5639b7e7 Binary files /dev/null and b/dist/methods/spraypay/method-spraypay-512x512.png differ diff --git a/dist/methods/spraypay/method-spraypay-512x512.svg b/dist/methods/spraypay/method-spraypay-512x512.svg new file mode 100644 index 00000000..8c74172e --- /dev/null +++ b/dist/methods/spraypay/method-spraypay-512x512.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/dist/methods/spraypay/method-spraypay-512x512@2x.png b/dist/methods/spraypay/method-spraypay-512x512@2x.png new file mode 100644 index 00000000..ac6184df Binary files /dev/null and b/dist/methods/spraypay/method-spraypay-512x512@2x.png differ diff --git a/dist/methods/spraypay/method-spraypay-512x512@3x.png b/dist/methods/spraypay/method-spraypay-512x512@3x.png new file mode 100644 index 00000000..a41ed3d5 Binary files /dev/null and b/dist/methods/spraypay/method-spraypay-512x512@3x.png differ diff --git a/dist/methods/spraypay/method-spraypay-512x512@4x.png b/dist/methods/spraypay/method-spraypay-512x512@4x.png new file mode 100644 index 00000000..64494616 Binary files /dev/null and b/dist/methods/spraypay/method-spraypay-512x512@4x.png differ diff --git a/dist/methods/spraypay/method-spraypay-640x360.png b/dist/methods/spraypay/method-spraypay-640x360.png new file mode 100644 index 00000000..cbb3b59f Binary files /dev/null and b/dist/methods/spraypay/method-spraypay-640x360.png differ diff --git a/dist/methods/spraypay/method-spraypay-640x360.svg b/dist/methods/spraypay/method-spraypay-640x360.svg new file mode 100644 index 00000000..3da63dc3 --- /dev/null +++ b/dist/methods/spraypay/method-spraypay-640x360.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/dist/methods/spraypay/method-spraypay-640x360@2x.png b/dist/methods/spraypay/method-spraypay-640x360@2x.png new file mode 100644 index 00000000..3ed16238 Binary files /dev/null and b/dist/methods/spraypay/method-spraypay-640x360@2x.png differ diff --git a/dist/methods/spraypay/method-spraypay-640x360@3x.png b/dist/methods/spraypay/method-spraypay-640x360@3x.png new file mode 100644 index 00000000..6bf4df7f Binary files /dev/null and b/dist/methods/spraypay/method-spraypay-640x360@3x.png differ diff --git a/dist/methods/spraypay/method-spraypay-640x360@4x.png b/dist/methods/spraypay/method-spraypay-640x360@4x.png new file mode 100644 index 00000000..6823c10e Binary files /dev/null and b/dist/methods/spraypay/method-spraypay-640x360@4x.png differ diff --git a/dist/methods/spraypay/method-spraypay-wc-51x32.png b/dist/methods/spraypay/method-spraypay-wc-51x32.png new file mode 100644 index 00000000..4dc861a0 Binary files /dev/null and b/dist/methods/spraypay/method-spraypay-wc-51x32.png differ diff --git a/dist/methods/spraypay/method-spraypay-wc-51x32.svg b/dist/methods/spraypay/method-spraypay-wc-51x32.svg new file mode 100644 index 00000000..06db4c19 --- /dev/null +++ b/dist/methods/spraypay/method-spraypay-wc-51x32.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/dist/methods/spraypay/method-spraypay-wc-51x32@2x.png b/dist/methods/spraypay/method-spraypay-wc-51x32@2x.png new file mode 100644 index 00000000..e1577d9c Binary files /dev/null and b/dist/methods/spraypay/method-spraypay-wc-51x32@2x.png differ diff --git a/dist/methods/spraypay/method-spraypay-wc-51x32@3x.png b/dist/methods/spraypay/method-spraypay-wc-51x32@3x.png new file mode 100644 index 00000000..fe07f385 Binary files /dev/null and b/dist/methods/spraypay/method-spraypay-wc-51x32@3x.png differ diff --git a/dist/methods/spraypay/method-spraypay-wc-51x32@4x.png b/dist/methods/spraypay/method-spraypay-wc-51x32@4x.png new file mode 100644 index 00000000..a7ee2d69 Binary files /dev/null and b/dist/methods/spraypay/method-spraypay-wc-51x32@4x.png differ diff --git a/dist/methods/spraypay/method-spraypay-white-512x512.png b/dist/methods/spraypay/method-spraypay-white-512x512.png new file mode 100644 index 00000000..f2c6d7c4 Binary files /dev/null and b/dist/methods/spraypay/method-spraypay-white-512x512.png differ diff --git a/dist/methods/spraypay/method-spraypay-white-512x512.svg b/dist/methods/spraypay/method-spraypay-white-512x512.svg new file mode 100644 index 00000000..9112379f --- /dev/null +++ b/dist/methods/spraypay/method-spraypay-white-512x512.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/dist/methods/spraypay/method-spraypay-white-512x512@2x.png b/dist/methods/spraypay/method-spraypay-white-512x512@2x.png new file mode 100644 index 00000000..cdd67d4c Binary files /dev/null and b/dist/methods/spraypay/method-spraypay-white-512x512@2x.png differ diff --git a/dist/methods/spraypay/method-spraypay-white-512x512@3x.png b/dist/methods/spraypay/method-spraypay-white-512x512@3x.png new file mode 100644 index 00000000..3efc9a50 Binary files /dev/null and b/dist/methods/spraypay/method-spraypay-white-512x512@3x.png differ diff --git a/dist/methods/spraypay/method-spraypay-white-512x512@4x.png b/dist/methods/spraypay/method-spraypay-white-512x512@4x.png new file mode 100644 index 00000000..24496630 Binary files /dev/null and b/dist/methods/spraypay/method-spraypay-white-512x512@4x.png differ diff --git a/dist/methods/spraypay/method-spraypay-white-640x360.png b/dist/methods/spraypay/method-spraypay-white-640x360.png new file mode 100644 index 00000000..a28138d8 Binary files /dev/null and b/dist/methods/spraypay/method-spraypay-white-640x360.png differ diff --git a/dist/methods/spraypay/method-spraypay-white-640x360.svg b/dist/methods/spraypay/method-spraypay-white-640x360.svg new file mode 100644 index 00000000..3bdc9ea2 --- /dev/null +++ b/dist/methods/spraypay/method-spraypay-white-640x360.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/dist/methods/spraypay/method-spraypay-white-640x360@2x.png b/dist/methods/spraypay/method-spraypay-white-640x360@2x.png new file mode 100644 index 00000000..f989617d Binary files /dev/null and b/dist/methods/spraypay/method-spraypay-white-640x360@2x.png differ diff --git a/dist/methods/spraypay/method-spraypay-white-640x360@3x.png b/dist/methods/spraypay/method-spraypay-white-640x360@3x.png new file mode 100644 index 00000000..c6b6fd21 Binary files /dev/null and b/dist/methods/spraypay/method-spraypay-white-640x360@3x.png differ diff --git a/dist/methods/spraypay/method-spraypay-white-640x360@4x.png b/dist/methods/spraypay/method-spraypay-white-640x360@4x.png new file mode 100644 index 00000000..28cc360e Binary files /dev/null and b/dist/methods/spraypay/method-spraypay-white-640x360@4x.png differ diff --git a/dist/providers/rabobank/provider-rabobank-icon-black-512x512.png b/dist/providers/rabobank/provider-rabobank-icon-black-512x512.png index a2bc6aef..59f27805 100644 Binary files a/dist/providers/rabobank/provider-rabobank-icon-black-512x512.png and b/dist/providers/rabobank/provider-rabobank-icon-black-512x512.png differ diff --git a/dist/providers/rabobank/provider-rabobank-icon-black-512x512.svg b/dist/providers/rabobank/provider-rabobank-icon-black-512x512.svg index 42caad38..8485eefb 100644 --- a/dist/providers/rabobank/provider-rabobank-icon-black-512x512.svg +++ b/dist/providers/rabobank/provider-rabobank-icon-black-512x512.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/dist/providers/rabobank/provider-rabobank-icon-black-512x512@2x.png b/dist/providers/rabobank/provider-rabobank-icon-black-512x512@2x.png index 667a9040..654eb74c 100644 Binary files a/dist/providers/rabobank/provider-rabobank-icon-black-512x512@2x.png and b/dist/providers/rabobank/provider-rabobank-icon-black-512x512@2x.png differ diff --git a/dist/providers/rabobank/provider-rabobank-icon-black-512x512@3x.png b/dist/providers/rabobank/provider-rabobank-icon-black-512x512@3x.png index 79616fc1..d4f5fda1 100644 Binary files a/dist/providers/rabobank/provider-rabobank-icon-black-512x512@3x.png and b/dist/providers/rabobank/provider-rabobank-icon-black-512x512@3x.png differ diff --git a/dist/providers/rabobank/provider-rabobank-icon-black-512x512@4x.png b/dist/providers/rabobank/provider-rabobank-icon-black-512x512@4x.png index 67b85821..a34c1527 100644 Binary files a/dist/providers/rabobank/provider-rabobank-icon-black-512x512@4x.png and b/dist/providers/rabobank/provider-rabobank-icon-black-512x512@4x.png differ diff --git a/dist/providers/rabobank/src-kenkhuisgil-nl-rabobank-logo-landscape.svg b/dist/providers/rabobank/src-kenkhuisgil-nl-rabobank-logo-landscape.svg index f7f47c9f..4c1c7f99 100644 --- a/dist/providers/rabobank/src-kenkhuisgil-nl-rabobank-logo-landscape.svg +++ b/dist/providers/rabobank/src-kenkhuisgil-nl-rabobank-logo-landscape.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/dist/providers/rabobank/src-rabobank-logo.svg b/dist/providers/rabobank/src-rabobank-logo.svg new file mode 100644 index 00000000..748d405b --- /dev/null +++ b/dist/providers/rabobank/src-rabobank-logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/dist/providers/rabobank/src-rabobank_projecten.svg b/dist/providers/rabobank/src-rabobank_projecten.svg new file mode 100644 index 00000000..c6b10015 --- /dev/null +++ b/dist/providers/rabobank/src-rabobank_projecten.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/dist/providers/rabobank/src-rabobankpersoneelsverenigingen-nl-rabobank-logo-portrait.svg b/dist/providers/rabobank/src-rabobankpersoneelsverenigingen-nl-rabobank-logo-portrait.svg index f55e0165..748d405b 100644 --- a/dist/providers/rabobank/src-rabobankpersoneelsverenigingen-nl-rabobank-logo-portrait.svg +++ b/dist/providers/rabobank/src-rabobankpersoneelsverenigingen-nl-rabobank-logo-portrait.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/docs/index.php b/docs/index.php index 2ded3f36..967ff950 100644 --- a/docs/index.php +++ b/docs/index.php @@ -59,7 +59,7 @@ @@ -116,7 +116,7 @@ ?> - + \ No newline at end of file diff --git a/src/methods/mobilepay/method-mobilepay-640x360.svg b/src/methods/mobilepay/method-mobilepay-640x360.svg new file mode 100644 index 00000000..057a27b1 --- /dev/null +++ b/src/methods/mobilepay/method-mobilepay-640x360.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/methods/mobilepay/method-mobilepay-wc-51x32.svg b/src/methods/mobilepay/method-mobilepay-wc-51x32.svg new file mode 100644 index 00000000..d5df21fd --- /dev/null +++ b/src/methods/mobilepay/method-mobilepay-wc-51x32.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/methods/mobilepay/method-mobilepay-white-512x512.svg b/src/methods/mobilepay/method-mobilepay-white-512x512.svg new file mode 100644 index 00000000..4c381fb8 --- /dev/null +++ b/src/methods/mobilepay/method-mobilepay-white-512x512.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/methods/mobilepay/method-mobilepay-white-640x360.svg b/src/methods/mobilepay/method-mobilepay-white-640x360.svg new file mode 100644 index 00000000..43af6c7a --- /dev/null +++ b/src/methods/mobilepay/method-mobilepay-white-640x360.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/methods/riverty/method-riverty-640x360.svg b/src/methods/riverty/method-riverty-640x360.svg new file mode 100644 index 00000000..f7ddcd81 --- /dev/null +++ b/src/methods/riverty/method-riverty-640x360.svg @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/src/methods/riverty/method-riverty-wc-51x32.svg b/src/methods/riverty/method-riverty-wc-51x32.svg new file mode 100644 index 00000000..b648651a --- /dev/null +++ b/src/methods/riverty/method-riverty-wc-51x32.svg @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/src/methods/riverty/method-riverty-white-640x360.svg b/src/methods/riverty/method-riverty-white-640x360.svg new file mode 100644 index 00000000..92f1321c --- /dev/null +++ b/src/methods/riverty/method-riverty-white-640x360.svg @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + diff --git a/src/methods/spraypay/method-spraypay-512x512.svg b/src/methods/spraypay/method-spraypay-512x512.svg new file mode 100644 index 00000000..fc37852b --- /dev/null +++ b/src/methods/spraypay/method-spraypay-512x512.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/methods/spraypay/method-spraypay-640x360.svg b/src/methods/spraypay/method-spraypay-640x360.svg new file mode 100644 index 00000000..62c6baa3 --- /dev/null +++ b/src/methods/spraypay/method-spraypay-640x360.svg @@ -0,0 +1,90 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/methods/spraypay/method-spraypay-wc-51x32.svg b/src/methods/spraypay/method-spraypay-wc-51x32.svg new file mode 100644 index 00000000..588169a8 --- /dev/null +++ b/src/methods/spraypay/method-spraypay-wc-51x32.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/methods/spraypay/method-spraypay-white-512x512.svg b/src/methods/spraypay/method-spraypay-white-512x512.svg new file mode 100644 index 00000000..5bf13a8b --- /dev/null +++ b/src/methods/spraypay/method-spraypay-white-512x512.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/methods/spraypay/method-spraypay-white-640x360.svg b/src/methods/spraypay/method-spraypay-white-640x360.svg new file mode 100644 index 00000000..144b8e57 --- /dev/null +++ b/src/methods/spraypay/method-spraypay-white-640x360.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/providers/rabobank/provider-rabobank-icon-black-512x512.svg b/src/providers/rabobank/provider-rabobank-icon-black-512x512.svg index 3bb045e6..fa62539f 100644 --- a/src/providers/rabobank/provider-rabobank-icon-black-512x512.svg +++ b/src/providers/rabobank/provider-rabobank-icon-black-512x512.svg @@ -11,7 +11,7 @@ viewBox="0 0 512.00001 512.00001" enable-background="new 0 0 322.866 372.473" xml:space="preserve" - sodipodi:docname="rabobank_projecten2-white-icon.svg" + sodipodi:docname="provider-rabobank-icon-black-512x512.svg" inkscape:version="1.2.1 (9c6d41e4, 2022-07-14)" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" @@ -46,12 +46,12 @@ inkscape:deskcolor="#d1d1d1" showgrid="false" inkscape:zoom="0.63360299" - inkscape:cx="97.853074" - inkscape:cy="188.60391" + inkscape:cx="-39.456885" + inkscape:cy="190.18218" inkscape:window-width="1237" inkscape:window-height="875" inkscape:window-x="3094" - inkscape:window-y="239" + inkscape:window-y="211" inkscape:window-maximized="0" inkscape:current-layer="_x30_8_-_Mens_copy" /> + style="fill:#000000"> + style="fill:#000000" /> + style="fill:#000000"> + style="fill:#000000" /> + style="fill:#000000"> + style="fill:#000000" />