diff --git a/clients/web/src/icons/urgent.tsx b/clients/web/src/icons/urgent.tsx new file mode 100644 index 00000000..203803fc --- /dev/null +++ b/clients/web/src/icons/urgent.tsx @@ -0,0 +1,19 @@ +export function UrgentIcon(props: React.SVGProps) { + return ( + + + + ); +}