diff --git a/packages/fluentui/react-northstar/src/themes/teams/components/Icon/svg/icons/raiseHand.tsx b/packages/fluentui/react-northstar/src/themes/teams/components/Icon/svg/icons/raiseHand.tsx index 84f77231709ba2..0f2e598af36bfb 100644 --- a/packages/fluentui/react-northstar/src/themes/teams/components/Icon/svg/icons/raiseHand.tsx +++ b/packages/fluentui/react-northstar/src/themes/teams/components/Icon/svg/icons/raiseHand.tsx @@ -8,11 +8,11 @@ export default { ), diff --git a/packages/fluentui/react-northstar/src/themes/teams/components/Icon/svg/icons/raiseHandColored.tsx b/packages/fluentui/react-northstar/src/themes/teams/components/Icon/svg/icons/raiseHandColored.tsx index 6e2255c873a018..9d98c02d17a3b0 100644 --- a/packages/fluentui/react-northstar/src/themes/teams/components/Icon/svg/icons/raiseHandColored.tsx +++ b/packages/fluentui/react-northstar/src/themes/teams/components/Icon/svg/icons/raiseHandColored.tsx @@ -7,11 +7,11 @@ export default { @@ -24,31 +24,35 @@ export default { + diff --git a/packages/fluentui/react-northstar/src/themes/teams/components/Icon/svg/icons/raiseHandDisabled.tsx b/packages/fluentui/react-northstar/src/themes/teams/components/Icon/svg/icons/raiseHandDisabled.tsx index 188e61168544be..ec6002718c8a67 100644 --- a/packages/fluentui/react-northstar/src/themes/teams/components/Icon/svg/icons/raiseHandDisabled.tsx +++ b/packages/fluentui/react-northstar/src/themes/teams/components/Icon/svg/icons/raiseHandDisabled.tsx @@ -7,13 +7,13 @@ export default { icon: ({ classes }) => ( - - + + - - - + + + ),