From 13426ebd1235267373208936e1c507d860069585 Mon Sep 17 00:00:00 2001 From: Philipp Hugenroth Date: Mon, 19 Jun 2023 10:34:29 +0200 Subject: [PATCH] Add Changeset Signed-off-by: Philipp Hugenroth --- .changeset/thin-countries-battle.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/thin-countries-battle.md diff --git a/.changeset/thin-countries-battle.md b/.changeset/thin-countries-battle.md new file mode 100644 index 0000000000..27fc49ff16 --- /dev/null +++ b/.changeset/thin-countries-battle.md @@ -0,0 +1,5 @@ +--- +'@backstage/core-plugin-api': patch +--- + +Change `IconComponent` type to be compatible with Material UI v5 icons.