mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 18:26:23 +01:00
* fix(icons): add more Lucide-ish rounding to sparkle icons * chore(icons): sharpen points ever so slightly for better visual weight * chore(icons): update sparkles & moon-star icon as per Discord * feat(icons): added chess icons * chore(icons): revert commits from #1937 * chore(icons): revert commits from #1937 * Update icons/chess-rook.svg * Update icons/chess-rook.svg * Update icons/chess-rook.json * fix(icons/chess): finetune queen & adjust bases for better scalability * fix(icons/chess): decrease rook base width * fix(icons/chess): decrease knight base width * fix(icons/chess): fix linting issue with chess-rook.json --------- Co-authored-by: Karsa <karsa@sztaki.hu> Co-authored-by: Eric Fennis <eric.fennis@gmail.com> Co-authored-by: Jakob Guddas <github@jguddas.de>
17 lines
467 B
XML
17 lines
467 B
XML
<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="M5 20a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1z" />
|
|
<path d="M15 18c1.5-.615 3-2.461 3-4.923C18 8.769 14.5 4.462 12 2 9.5 4.462 6 8.77 6 13.077 6 15.539 7.5 17.385 9 18" />
|
|
<path d="m16 7-2.5 2.5" />
|
|
<path d="M9 2h6" />
|
|
</svg>
|