From b55a11ceca824ea7ddca77df1a8b9065461aa723 Mon Sep 17 00:00:00 2001 From: josephalexantony-aot Date: Wed, 4 Dec 2024 04:13:48 -0800 Subject: [PATCH] FWF-4012:[Feature] - Doted line for Migration modal. --- .../src/components/SvgIcons/index.tsx | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/forms-flow-components/src/components/SvgIcons/index.tsx b/forms-flow-components/src/components/SvgIcons/index.tsx index c30dd3049..1b80cd71b 100644 --- a/forms-flow-components/src/components/SvgIcons/index.tsx +++ b/forms-flow-components/src/components/SvgIcons/index.tsx @@ -668,3 +668,20 @@ export const StarPremiumIcon = ({ color = baseColor,...props }) => ( ); +export const StrokeLine = ({ color = grayColor}) => ( + + + +);