mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-08-29 12:08:25 +02:00
* Added icons/credit-card-minus.svg * Added icons/credit-card-minus.json * Update icons/credit-card-minus.json Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update credit-card-minus.json * Update credit-card-minus.json Changed contributors based on credit-card * Update credit-card-minus.svg Updated to use "-" based of other icons using minus sign. * Update credit-card-minus.svg * Update credit-card-minus.json --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Karsa <contact@karsa.org>
43 lines
739 B
JSON
43 lines
739 B
JSON
{
|
|
"$schema": "../icon.schema.json",
|
|
"contributors": [
|
|
"colebemis",
|
|
"ericfennis",
|
|
"karsa-mistmere",
|
|
"ameniti-mx"
|
|
],
|
|
"use-cases": [
|
|
"Removing a saved payment card from an account",
|
|
"Unlinking a payment method in billing settings",
|
|
"Revoking card access in banking apps",
|
|
"Indicating a declined or canceled card payment"
|
|
],
|
|
"tags": [
|
|
"debit",
|
|
"payment",
|
|
"remove",
|
|
"delete",
|
|
"unlink",
|
|
"revoke",
|
|
"decline",
|
|
"canceled",
|
|
"banking",
|
|
"finance",
|
|
"wallet",
|
|
"transaction",
|
|
"billing",
|
|
"account",
|
|
"purchase",
|
|
"checkout",
|
|
"subtract",
|
|
"minus",
|
|
"bank",
|
|
"cc"
|
|
],
|
|
"categories": [
|
|
"account",
|
|
"finance",
|
|
"shopping"
|
|
]
|
|
}
|