Remove scooter from icon deprecation (#7169)

This commit is contained in:
Joakim Sørensen 2020-09-30 11:48:41 +02:00 committed by GitHub
parent 771c7518e6
commit accf44b769
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,9 +31,7 @@ interface DeprecatedIcon {
};
}
const mdiDeprecatedIcons: DeprecatedIcon = {
scooter: { removeIn: "117", newName: "human-scooter" },
};
const mdiDeprecatedIcons: DeprecatedIcon = {};
const chunks: Chunks = {};