import type { LucideIcon, LucideProps } from 'lucide-react/dist/lucide-react'; // eslint-disable-next-line @typescript-eslint/consistent-type-assertions export const SignatureIcon = (({ size = 24, color = 'currentColor', strokeWidth = 1.33, absoluteStrokeWidth, ...props }: LucideProps) => { return ( ); }) as LucideIcon;