fix: add cross icon to icon picker

v1.58.3
This commit is contained in:
mARTin 2026-03-23 12:27:05 +01:00
parent 301e5f9829
commit 3061ac09d0
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "my-weekly-todo-list",
"version": "1.58.2",
"version": "1.58.3",
"description": "A web-based weekly task management application that organizes to-dos and calendar events in a single, intuitive weekly view",
"main": "index.js",
"scripts": {

View File

@ -72,7 +72,7 @@ import {
mdiChessRook, mdiChurch, mdiClipboard, mdiClover,
mdiCoatRack, mdiCog, mdiCompass, mdiCone, mdiContentCut,
mdiCookie, mdiCorn, mdiCow, mdiCricket,
mdiCrosshairs, mdiCrystalBall, mdiCup, mdiCurling, mdiDiceMultiple,
mdiCross, mdiCrosshairs, mdiCrystalBall, mdiCup, mdiCurling, mdiDiceMultiple,
mdiDolly, mdiDoorOpen, mdiDrone, mdiDuck, mdiDumpTruck,
mdiEgg, mdiElevator, mdiEmoticon, mdiEngine, mdiFan,
mdiFeather, mdiFerry, mdiFire, mdiFireExtinguisher, mdiFireHydrant,
@ -607,6 +607,7 @@ const mdiIcons: IconEntry[] = [
{ name: "mdi-horseshoe", keywords: ["horseshoe", "luck", "horse", "equestrian", "ranch"], type: "mdi", icon: mdiHorseshoe },
{ name: "mdi-hurricane", keywords: ["hurricane", "storm", "weather", "tornado", "wind"], type: "mdi", icon: mdiWeatherHurricane },
{ name: "mdi-church", keywords: ["church", "religion", "christian", "worship", "building"], type: "mdi", icon: mdiChurch },
{ name: "mdi-cross", keywords: ["cross", "religion", "christian", "faith", "crucifix", "church", "jesus"], type: "mdi", icon: mdiCross },
{ name: "mdi-knife", keywords: ["knife", "cut", "kitchen", "blade", "sharp"], type: "mdi", icon: mdiKnife },
{ name: "mdi-library", keywords: ["library", "books", "read", "study", "education"], type: "mdi", icon: mdiLibrary },
{ name: "mdi-lifebuoy", keywords: ["lifebuoy", "rescue", "safety", "swim", "help"], type: "mdi", icon: mdiLifebuoy },