Skip to content

Commit eb8988b

Browse files
feat: Update Lucide icons to v1.7.0 (#119)
Bumps package version to 0.2.24. - **Lucide**: Updates icons to version - **Database**: Rebuilt with the latest icon set - **Package**: Version bumped to 🤖 Automated update via GitHub Actions Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b7989a7 commit eb8988b

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/lucide-version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"schemaVersion": 1, "label": "Lucide", "message": "0.577.0", "color": "blue"}
1+
{"schemaVersion": 1, "label": "Lucide", "message": "1.7.0", "color": "blue"}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ license = {text = "MIT"}
3535
name = "python-lucide"
3636
readme = "README.md"
3737
requires-python = ">=3.10"
38-
version = "0.2.23"
38+
version = "0.2.24"
3939

4040
[project.scripts]
4141
check-lucide-version = "lucide.dev_utils:print_version_status"

src/lucide/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"""
55

66
# Default Lucide tag to use when building the icon database
7-
DEFAULT_LUCIDE_TAG = "0.577.0"
7+
DEFAULT_LUCIDE_TAG = "1.7.0"
88

99
# Default size for the LRU cache used by lucide_icon function
1010
DEFAULT_ICON_CACHE_SIZE = 128

src/lucide/data/lucide-icons.db

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)