diff --git a/src/components/ha-icon.ts b/src/components/ha-icon.ts index 4dc27b2205..b76adac8b4 100644 --- a/src/components/ha-icon.ts +++ b/src/components/ha-icon.ts @@ -31,9 +31,7 @@ interface DeprecatedIcon { }; } -const mdiDeprecatedIcons: DeprecatedIcon = { - scooter: { removeIn: "117", newName: "human-scooter" }, -}; +const mdiDeprecatedIcons: DeprecatedIcon = {}; const chunks: Chunks = {};