mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-08-29 10:58:22 +02:00
feat(icons): added credit-card-x & credit-card-check icon (#4763)
* Added icons/credit-card-x.svg * Added icons/credit-card-x.json * Added icons/credit-card-check.svg * Added icons/credit-card-check.json * Update credit-card-x.json * Update credit-card-check.json
This commit is contained in:
41
icons/credit-card-check.json
Normal file
41
icons/credit-card-check.json
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"colebemis",
|
||||
"ericfennis",
|
||||
"karsa-mistmere"
|
||||
],
|
||||
"use-cases": [
|
||||
"Confirming a saved payment card is valid",
|
||||
"Indicating an approved card payment during checkout",
|
||||
"Verifying a payment method in billing settings",
|
||||
"Showing successful card authorization in banking apps"
|
||||
],
|
||||
"tags": [
|
||||
"debit",
|
||||
"payment",
|
||||
"banking",
|
||||
"finance",
|
||||
"transaction",
|
||||
"wallet",
|
||||
"purchase",
|
||||
"checkout",
|
||||
"billing",
|
||||
"account",
|
||||
"cardholder",
|
||||
"verified",
|
||||
"approved",
|
||||
"authorized",
|
||||
"valid",
|
||||
"success",
|
||||
"complete",
|
||||
"check",
|
||||
"bank",
|
||||
"cc"
|
||||
],
|
||||
"categories": [
|
||||
"account",
|
||||
"finance",
|
||||
"shopping"
|
||||
]
|
||||
}
|
||||
15
icons/credit-card-check.svg
Normal file
15
icons/credit-card-check.svg
Normal file
@@ -0,0 +1,15 @@
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
fill="none"
|
||||
stroke="currentColor"
|
||||
stroke-width="2"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
>
|
||||
<path d="M12.5 19H4a2 2 0 01-2-2V7a2 2 0 012-2h16a2 2 0 012 2v4" />
|
||||
<path d="m16 17 2 2 4-4" />
|
||||
<path d="M2 10h20" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 332 B |
41
icons/credit-card-x.json
Normal file
41
icons/credit-card-x.json
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"colebemis",
|
||||
"ericfennis",
|
||||
"karsa-mistmere"
|
||||
],
|
||||
"use-cases": [
|
||||
"Indicating a declined card payment during checkout",
|
||||
"Marking an invalid payment card in billing settings",
|
||||
"Showing failed card authorization in banking apps",
|
||||
"Canceling a card payment before submission"
|
||||
],
|
||||
"tags": [
|
||||
"debit",
|
||||
"payment",
|
||||
"banking",
|
||||
"finance",
|
||||
"transaction",
|
||||
"wallet",
|
||||
"purchase",
|
||||
"checkout",
|
||||
"billing",
|
||||
"account",
|
||||
"cardholder",
|
||||
"declined",
|
||||
"rejected",
|
||||
"failed",
|
||||
"invalid",
|
||||
"canceled",
|
||||
"error",
|
||||
"cancel",
|
||||
"bank",
|
||||
"cc"
|
||||
],
|
||||
"categories": [
|
||||
"account",
|
||||
"finance",
|
||||
"shopping"
|
||||
]
|
||||
}
|
||||
16
icons/credit-card-x.svg
Normal file
16
icons/credit-card-x.svg
Normal file
@@ -0,0 +1,16 @@
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
fill="none"
|
||||
stroke="currentColor"
|
||||
stroke-width="2"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
>
|
||||
<path d="M12.5 19H4a2 2 0 01-2-2V7a2 2 0 012-2h16a2 2 0 012 2v3.5" />
|
||||
<path d="m16.5 14.5 5 5" />
|
||||
<path d="M2 10h20" />
|
||||
<path d="m21.5 14.5-5 5" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 364 B |
Reference in New Issue
Block a user