From 49edc98650a47879c9a268378a33895e3a3fc65c Mon Sep 17 00:00:00 2001 From: Emily Jablonski <65367387+emilyjablonski@users.noreply.github.com> Date: Mon, 25 Apr 2022 09:39:01 -0600 Subject: [PATCH] feat: new verified tag icon (#1172) --- ui-components/src/icons/Icons.tsx | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/ui-components/src/icons/Icons.tsx b/ui-components/src/icons/Icons.tsx index 919b9523d0..205f469605 100644 --- a/ui-components/src/icons/Icons.tsx +++ b/ui-components/src/icons/Icons.tsx @@ -111,11 +111,17 @@ export const Asterisk = (props: IconProps) => { export const BadgeCheck = (props: IconProps) => { return ( - + ) }