import { SVGProps } from 'react'; export function SecureIcon(props: JSX.IntrinsicAttributes & SVGProps) { return ( ); }