diff --git a/ui/components/NavIcons/PoliciesIcon.tsx b/ui/components/NavIcons/PoliciesIcon.tsx index 550bfc29c4..f3952bfb59 100644 --- a/ui/components/NavIcons/PoliciesIcon.tsx +++ b/ui/components/NavIcons/PoliciesIcon.tsx @@ -2,6 +2,7 @@ import * as React from "react"; import { useTheme } from "styled-components"; function PoliciesIcon({ filled }) { const theme = useTheme(); + return ( - + + + + + + + + ); }