@sumup-oss/icons 7.0.0-next.1 → 7.0.0-next.2

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/dist/index.d.ts CHANGED
@@ -939,7 +939,7 @@ export type IconName =
939
939
  | "pix"
940
940
  | "pluxee"
941
941
  | "sodexo"
942
- | "sumup_card"
942
+ | "sumup_card_scheme"
943
943
  | "sumup_pay"
944
944
  | "sumup_scheme"
945
945
  | "swile"
@@ -1547,7 +1547,7 @@ type Icons = {
1547
1547
  pix: "24" | "32";
1548
1548
  pluxee: "32";
1549
1549
  sodexo: "24" | "32";
1550
- sumup_card: "32";
1550
+ sumup_card_scheme: "32";
1551
1551
  sumup_pay: "32";
1552
1552
  sumup_scheme: "32";
1553
1553
  swile: "24" | "32";
package/manifest.json CHANGED
@@ -618,6 +618,14 @@
618
618
  {
619
619
  "name": "sumup_card",
620
620
  "category": "Card scheme",
621
+ "size": "32",
622
+ "alternative": ["SumupCardScheme"],
623
+ "deprecation": "Use the `SumupCardScheme` icon instead.",
624
+ "inactive": true
625
+ },
626
+ {
627
+ "name": "sumup_card_scheme",
628
+ "category": "Card scheme",
621
629
  "size": "32"
622
630
  },
623
631
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sumup-oss/icons",
3
- "version": "7.0.0-next.1",
3
+ "version": "7.0.0-next.2",
4
4
  "description": "A collection of icons by SumUp",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -1,12 +1,12 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" width="32" height="24" fill="none" viewBox="0 0 32 24">
2
- <g clip-path="url(#sumup_card_32_svg__a)">
2
+ <g clip-path="url(#sumup_card_scheme_32_svg__a)">
3
3
  <rect width="31" height="23" x=".5" y=".5" fill="#ff61f2" stroke="#d0cdc3" rx="3.5"/>
4
4
  <circle cx="24" cy="16" r="4" fill="#f79e1b"/>
5
5
  <circle cx="19" cy="16" r="4" fill="#eb001b"/>
6
6
  <path fill="#ff5f00" d="M21.5 12.878A4 4 0 0 1 23 16a4 4 0 0 1-1.5 3.121A4 4 0 0 1 20 16c0-1.263.586-2.389 1.5-3.122"/>
7
7
  </g>
8
8
  <defs>
9
- <clipPath id="sumup_card_32_svg__a">
9
+ <clipPath id="sumup_card_scheme_32_svg__a">
10
10
  <rect width="32" height="24" fill="#fff" rx="4"/>
11
11
  </clipPath>
12
12
  </defs>