From 8ad78bc83db0306720972a0194b75ce5c7b45e9f Mon Sep 17 00:00:00 2001 From: maceteligolden Date: Mon, 27 Nov 2023 15:26:01 +0100 Subject: [PATCH] feat:add priority icon --- apps/web/components/ui/svgs/priority-icon.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 apps/web/components/ui/svgs/priority-icon.tsx diff --git a/apps/web/components/ui/svgs/priority-icon.tsx b/apps/web/components/ui/svgs/priority-icon.tsx new file mode 100644 index 000000000..7eab4f4bc --- /dev/null +++ b/apps/web/components/ui/svgs/priority-icon.tsx @@ -0,0 +1,9 @@ +export default function PriorityIcon() { + return ( + <> + + + + + ) +} \ No newline at end of file