fix: add cross icon to icon picker
v1.58.3
This commit is contained in:
parent
301e5f9829
commit
3061ac09d0
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "my-weekly-todo-list",
|
"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",
|
"description": "A web-based weekly task management application that organizes to-dos and calendar events in a single, intuitive weekly view",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@ -72,7 +72,7 @@ import {
|
|||||||
mdiChessRook, mdiChurch, mdiClipboard, mdiClover,
|
mdiChessRook, mdiChurch, mdiClipboard, mdiClover,
|
||||||
mdiCoatRack, mdiCog, mdiCompass, mdiCone, mdiContentCut,
|
mdiCoatRack, mdiCog, mdiCompass, mdiCone, mdiContentCut,
|
||||||
mdiCookie, mdiCorn, mdiCow, mdiCricket,
|
mdiCookie, mdiCorn, mdiCow, mdiCricket,
|
||||||
mdiCrosshairs, mdiCrystalBall, mdiCup, mdiCurling, mdiDiceMultiple,
|
mdiCross, mdiCrosshairs, mdiCrystalBall, mdiCup, mdiCurling, mdiDiceMultiple,
|
||||||
mdiDolly, mdiDoorOpen, mdiDrone, mdiDuck, mdiDumpTruck,
|
mdiDolly, mdiDoorOpen, mdiDrone, mdiDuck, mdiDumpTruck,
|
||||||
mdiEgg, mdiElevator, mdiEmoticon, mdiEngine, mdiFan,
|
mdiEgg, mdiElevator, mdiEmoticon, mdiEngine, mdiFan,
|
||||||
mdiFeather, mdiFerry, mdiFire, mdiFireExtinguisher, mdiFireHydrant,
|
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-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-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-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-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-library", keywords: ["library", "books", "read", "study", "education"], type: "mdi", icon: mdiLibrary },
|
||||||
{ name: "mdi-lifebuoy", keywords: ["lifebuoy", "rescue", "safety", "swim", "help"], type: "mdi", icon: mdiLifebuoy },
|
{ name: "mdi-lifebuoy", keywords: ["lifebuoy", "rescue", "safety", "swim", "help"], type: "mdi", icon: mdiLifebuoy },
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user