import type { LucideIcon } from 'lucide-react/dist/lucide-react'; export const SignatureIcon: LucideIcon = ({ size = 24, color = 'currentColor', strokeWidth = 1.33, absoluteStrokeWidth, ...props }) => { return ( ); };