Skip to content

Commit

Permalink
FWF-4012:[Feature] - Doted line for Migration modal.
Browse files Browse the repository at this point in the history
  • Loading branch information
Josephalexantony-aot committed Dec 4, 2024
1 parent 3418d1e commit b55a11c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions forms-flow-components/src/components/SvgIcons/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -668,3 +668,20 @@ export const StarPremiumIcon = ({ color = baseColor,...props }) => (
</svg>
);

export const StrokeLine = ({ color = grayColor}) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width="318"
height="3"
viewBox="0 0 318 3"
fill="none"
>
<path
d="M1 1.5L317 1.50003"
stroke={color}
strokeWidth="2"
strokeLinecap="round"
strokeDasharray="8 8"
/>
</svg>
);

0 comments on commit b55a11c

Please sign in to comment.