mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 19:26:51 +01:00
* fix(icons): Changed a-large-small icon * fix(icons): Changed case-sensitive icon * fix(icons): Changed case-lower icon * fix(icons): Changed case-upper icon * Apply suggestions from code review * Update .gitignore * Update icons/a-large-small.json * Update icons/case-upper.svg * Update icons/case-upper.svg --------- Co-authored-by: Jakob Guddas <github@jguddas.de> Co-authored-by: Karsa <contact@karsa.org> Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
17 lines
336 B
XML
17 lines
336 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="M10 9v7" />
|
|
<path d="M14 6v10" />
|
|
<circle cx="17.5" cy="12.5" r="3.5" />
|
|
<circle cx="6.5" cy="12.5" r="3.5" />
|
|
</svg>
|