From 90b6dbd3799364c648742ee782e852d17eefc87f Mon Sep 17 00:00:00 2001 From: George Marshall Date: Mon, 3 Oct 2022 11:00:19 -0700 Subject: [PATCH] Some icon fixes (#16044) --- app/images/icons/icon-search-filled.svg | 2 +- ui/components/component-library/icon/icon.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/images/icons/icon-search-filled.svg b/app/images/icons/icon-search-filled.svg index 88b36fc08..267caca92 100644 --- a/app/images/icons/icon-search-filled.svg +++ b/app/images/icons/icon-search-filled.svg @@ -1,3 +1,3 @@ - + diff --git a/ui/components/component-library/icon/icon.js b/ui/components/component-library/icon/icon.js index 9318c4706..8b18b183a 100644 --- a/ui/components/component-library/icon/icon.js +++ b/ui/components/component-library/icon/icon.js @@ -61,7 +61,7 @@ Icon.propTypes = { * Addition style properties to apply to the icon. * The Icon component uses inline styles to apply the icon's mask-image so be wary of overriding */ - style: PropTypes.style, + style: PropTypes.object, /** * Icon accepts all the props from Box */