From e69e26660880614601f32078931716357ec52c0a Mon Sep 17 00:00:00 2001 From: AsmaaNabilBakr Date: Tue, 31 Oct 2023 10:36:24 +0200 Subject: [PATCH] update icon --- ui/components/NavIcons/PoliciesIcon.tsx | 32 ++++++++++++++++++------- 1 file changed, 24 insertions(+), 8 deletions(-) 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 ( - + + + + + + + + ); }