mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-08-29 10:58:22 +02:00
feat(icons): added credit-card-minus icon (#4440)
* 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>
This commit is contained in:
42
icons/credit-card-minus.json
Normal file
42
icons/credit-card-minus.json
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"$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"
|
||||
]
|
||||
}
|
||||
15
icons/credit-card-minus.svg
Normal file
15
icons/credit-card-minus.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="M16 17h6" />
|
||||
<path d="M22 10H2" />
|
||||
<path d="M22 13V7a2 2 0 00-2-2H4a2 2 0 00-2 2v10a2 2 0 002 2h8.536" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 329 B |
Reference in New Issue
Block a user