From ab88adad4d1db64b661e7513831746559f5b70f9 Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Mon, 7 Mar 2022 18:33:46 -0800 Subject: [PATCH] Fix icon without family --- .../mindplot/assets/icons/appsgoogle_maps.svg | 21 +++++++++++++++++++ packages/mindplot/src/components/ImageIcon.js | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 packages/mindplot/assets/icons/appsgoogle_maps.svg diff --git a/packages/mindplot/assets/icons/appsgoogle_maps.svg b/packages/mindplot/assets/icons/appsgoogle_maps.svg new file mode 100644 index 00000000..774b1054 --- /dev/null +++ b/packages/mindplot/assets/icons/appsgoogle_maps.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/packages/mindplot/src/components/ImageIcon.js b/packages/mindplot/src/components/ImageIcon.js index dfacded4..d5880742 100644 --- a/packages/mindplot/src/components/ImageIcon.js +++ b/packages/mindplot/src/components/ImageIcon.js @@ -206,7 +206,7 @@ ImageIcon.prototype.ICON_FAMILIES = [{ }, { id: 'appsgoogle', - icons: ['appsgoogle_youtube', 'appsgoogle_gmail', 'appsgoogle-maps'], + icons: ['appsgoogle_youtube', 'appsgoogle_gmail', 'appsgoogle_maps'], }, { id: 'tag',