mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-08-29 12:08:25 +02:00
* Added icons `playing-card`, `playing-cards`, `playing-cards-2` * updated playing card icons according to @karsa-mistmere * updated playing card icons according to @karsa-mistmere * added `playing-cards-fan` icon from @karsa-mistmere * fix(metadata): add missing use-cases for playing card icons * Update playing-card.json * Update playing-cards-fan.json * Update playing-cards.json * Update playing-cards.svg * Update playing-cards-fan.svg * Update playing-card.svg --------- Co-authored-by: Eric Fennis <eric.fennis@gmail.com> Co-authored-by: Karsa <contact@karsa.org>
44 lines
755 B
JSON
44 lines
755 B
JSON
{
|
|
"$schema": "../icon.schema.json",
|
|
"contributors": [
|
|
"Barakudum",
|
|
"jamiemlaw",
|
|
"karsa-mistmere"
|
|
],
|
|
"use-cases": [
|
|
"Representing decks in tabletop games",
|
|
"Showing planning poker cards in agile tools",
|
|
"Organizing flashcard sets in learning apps",
|
|
"Marking collectible card collections in inventories"
|
|
],
|
|
"tags": [
|
|
"deck",
|
|
"stack",
|
|
"shuffle",
|
|
"deal",
|
|
"draw",
|
|
"hand",
|
|
"tabletop",
|
|
"planning poker",
|
|
"scrum",
|
|
"agile",
|
|
"estimation",
|
|
"estimate",
|
|
"flashcards",
|
|
"study",
|
|
"learning",
|
|
"collectible",
|
|
"collection",
|
|
"trading",
|
|
"poker",
|
|
"casino",
|
|
"game",
|
|
"gambling",
|
|
"suit"
|
|
],
|
|
"categories": [
|
|
"gaming",
|
|
"development"
|
|
]
|
|
}
|